コミット
853e8465a7af2a13fa2ebf0354cce091ab63d44b
by ynezz ath10k: fix compilation error with CONFIG_OF not available of_platform_device_create require CONFIG_OF selected. Add an ifdef and register to the of platform only if of is available. Fixes: 985954ccbd11 ("kernel: add ath10k support for of_get_mac_address") Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> (commit: 853e846 ) The file was modified package/kernel/mac80211/patches/ath/984-ath10k-Try-to-get-mac-address-from-dts.patch (diff) The file was modified package/kernel/ath10k-ct/patches/203-ath10k-Try-to-get-mac-address-from-dts.patch (diff)
コミット
aaf1028296f45120f8e95491d1c8094bc8e8b693
by daniel x86: include kmod-fs-vfat by default in generic images As x86/64 and x86/generic may be using UEFI, mounting the FAT-32 /boot is necessary in order not to loose configuration files accross sysupgrades. Include kmod-fs-vfat by default to make sure /boot can always be mounted. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: aaf1028 ) The file was modified target/linux/x86/image/64.mk (diff) The file was modified target/linux/x86/image/generic.mk (diff) The file was modified target/linux/generic/backport-5.10/603-v5.12-net-fix-race-between-napi-kthread-mode-and-busy-poll.patch (diff) The file was modified include/kernel-version.mk (diff) The file was modified target/linux/generic/backport-5.10/103-v5.13-MIPS-select-CPU_MIPS64-for-remaining-MIPS64-CPUs.patch (diff) The file was modified target/linux/generic/pending-5.10/300-mips_expose_boot_raw.patch (diff) The file was modified target/linux/generic/pending-5.10/680-NET-skip-GRO-for-foreign-MAC-addresses.patch (diff) The file was modified target/linux/generic/pending-5.10/810-pci_disable_common_quirks.patch (diff) The file was modified target/linux/rockchip/patches-5.10/101-dts-rockchip-add-usb3-controller-node-for-RK3328-SoCs.patch (diff) The file was modified target/linux/lantiq/patches-5.10/0152-lantiq-VPE.patch (diff) The file was modified target/linux/generic/backport-5.10/602-v5.12-net-add-sysfs-attribute-to-control-napi-threaded-mod.patch (diff) The file was modified target/linux/generic/hack-5.10/301-mips_image_cmdline_hack.patch (diff) The file was modified target/linux/ramips/patches-5.10/810-uvc-add-iPassion-iP2970-support.patch (diff) The file was modified target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch (diff) The file was modified target/linux/generic/backport-5.10/604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch (diff) The file was modified target/linux/generic/backport-5.10/601-v5.12-net-implement-threaded-able-napi-poll-loop-support.patch (diff) The file was modified target/linux/generic/backport-5.10/600-v5.12-net-extract-napi-poll-functionality-to-__napi_poll.patch (diff)
コミット
bce7777222887ac0356b2a2311dd16486cc2cc05
by daniel mediatek: mt7623: build with Linux 5.10 Update Kernel config and set Linux 5.10 for mediatek/mt7623. (patches have already been updated to 5.10 when mt7622 was bumped) Tested on Bananapi BPi-R2. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: bce7777 ) The file was modified target/linux/mediatek/mt7623/target.mk (diff) The file was added target/linux/mediatek/mt7623/config-5.10 The file was removed target/linux/mediatek/mt7623/config-5.4
コミット
932366fdd97090f909cec2c5f1dffeebd2806998
by daniel mediatek: mt7623: import patch to fix flow offloading Hardware flow offloading was reported to work when setting the right version identifier. Import a patch from Frank Wunderlich doing that. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: 932366f ) The file was added target/linux/mediatek/patches-5.10/510-net-mediatek-add-flow-offload-for-mt7623.patch
コミット
8d633bf9f71e52aaefa917c83ab8e71622253e74
by daniel kernel: make uImage.FIT partition parser work on MBR partitions Introduce new partition type 0x2e representing uImage.FIT and trigger FIT partition parser on partitions having that type. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: 8d633bf ) The file was modified target/linux/generic/files/block/partitions/fit.c (diff) The file was modified target/linux/generic/hack-5.10/410-block-fit-partition-parser.patch (diff)
コミット
ec3bd5e1972eeb737dcddaf2d1c673b99ea28e5e
by daniel uboot-mediatek: rework support for the BPi-R2 * use built-in default environment instead of file in bootfs * get rid of bootfs alltogether and use uImage.FIT * auto-detect boot device like original script did * add support for factory button Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: ec3bd5e ) The file was modified package/boot/uboot-mediatek/patches/300-mt7622-generic-reset-button-ignore-env.patch (diff) The file was modified package/boot/uboot-mediatek/patches/400-update-bpir2-defconfig.patch (diff)
コミット
a71fa5e4766d2fba5b8195bbfdaae5d488797b69
by daniel uboot-envtools: move mediatek to mediatek_mt7622 All mediatek boards having fw_env accessible through uboot-envtools belong to be mt7622 subtarget. Move the file, as subtarget-specific files are supported for a while now. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: a71fa5e ) The file was removed package/boot/uboot-envtools/files/mediatek The file was added package/boot/uboot-envtools/files/mediatek_mt7622
コミット
6b2000b6ff19165d33b7f67fb7275334cbf80395
by daniel uboot-envtools: add configuration for Bananapi BPi-R2 Add fw_env configuration for the BPi-R2 which is a mediatek/mt7623 devboard which can be booted from SD Card or eMMC. Auto detect the boot device and add environment accordingly. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: 6b2000b ) The file was added package/boot/uboot-envtools/files/mediatek_mt7623
コミット
86a61e716efe2e0ef2f4ce9b2fdd7a532661ef56
by daniel mediatek: rework Bananapi BPi-R2 * introduce recovery (=initramfs) vs. production dual boot scheme * make use of uImage.FIT (instead of FAT partition) * generate images using build steps (instead of external scripts) * simplify sysupgrade and config restore (thanks to uImage.FIT) * make sure mmc devices are ordered persistently (set DT aliases) This commit breaks sysupgrade from existing installations, you will have to re-install using the sdcard.img.gz image. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: 86a61e7 ) The file was modified target/linux/mediatek/image/Config.in (diff) The file was removed target/linux/mediatek/image/mt7623n_bpir2-uEnv.txt The file was added target/linux/mediatek/patches-5.10/160-dts-mt7623-bpi-r2-earlycon.patch The file was modified target/linux/mediatek/mt7623/config-5.10 (diff) The file was modified target/linux/mediatek/mt7623/base-files/lib/preinit/79_move_config (diff) The file was added target/linux/mediatek/patches-5.10/161-dts-mt7623-bpi-r2-mmc-device-order.patch The file was modified target/linux/mediatek/mt7623/base-files/lib/upgrade/platform.sh (diff) The file was modified target/linux/mediatek/image/mt7623.mk (diff)
コミット
025c0bcd601698206d8f5ededadb25beb95ebdb7
by daniel uboot-mediatek: fix board name of Bananapi BPi-R2 As the board name was changed to be identical to the device tree compatible string (just like for other boards), also reflect that change for U-Boot. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: 025c0bc ) The file was modified package/boot/uboot-mediatek/Makefile (diff) The file was modified target/linux/mediatek/image/mt7623.mk (diff) The file was modified target/linux/mediatek/mt7623/config-5.10 (diff)
コミット
f7ab41acc98682d818a9da997ee5a888b8076656
by daniel linux/rockchip: update the USB 3.0 controller node patch This has been added in Linux 5.10.51 [1], but it's broken/incomplete. Update our patch and refresh the remaining patches. [1] https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v5.10.51&id=421aff50af5e4cdc56b3ac8d6b670e09697bc8ac Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> (commit: f7ab41a ) The file was modified target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch (diff) The file was modified target/linux/rockchip/patches-5.10/101-dts-rockchip-add-usb3-controller-node-for-RK3328-SoCs.patch (diff) The file was modified target/linux/generic/pending-5.10/681-NET-add-mtd-mac-address-support-to-of_get_mac_addres.patch (diff)
コミット
fe7596192e24aadeb163db6bb7078702171d319c
by daniel mediatek: remove ext4 images from mt7623 build A full read-write rootfs cannot work inside uImage.FIT as the hash will obviously change once writing to it. Disable generating ext4 rootfs images. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: fe75961 ) The file was modified target/linux/mediatek/mt7623/target.mk (diff)
コミット
c5b3c13b6030ef2d7e6e40df2b3e778077e15811
by daniel mediatek: mt7623: add back needed build steps for U7623 board When reworking the BPi-R2 the mtk-mmc-img build step was removed despite it was still needed to build the image for the UniElec U7623 board. Add it back for now until U7623 gets its facelift. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: c5b3c13 ) The file was modified target/linux/mediatek/image/mt7623.mk (diff)
コミット
f33fbfa4de3fb1d2e8a0341683e0eb4da40365ef
by ynezz bmips: fix missing NVMEM subsystem MAC address retrieval was switched to more generic upstream (5.13) NVMEM based solution in commit 32adbfc789f6 ("bmips: convert mtd-mac-address to nvmem implementation"), but NVMEM subsystem wasn't enabled in the kernel, so fix it now. References: https://github.com/openwrt/openwrt/pull/4041#issuecomment-883322801 Fixes: 32adbfc789f6 ("bmips: convert mtd-mac-address to nvmem implementation") Signed-off-by: Petr Štetiar <ynezz@true.cz> (commit: f33fbfa ) The file was modified target/linux/bmips/config-5.10 (diff)
コミット
373c08bcbb08b49715919597ed400abb4dd169c9
by ynezz ramips: fix missing NVMEM subsystem MAC address retrieval was switched to more generic upstream (5.13) NVMEM based solution in commit 06bb4a5018cd ("ramips: convert mtd-mac-address to nvmem implementation") , but NVMEM subsystem wasn't enabled in the kernel, so fix it now. References: https://github.com/openwrt/openwrt/pull/4041#issuecomment-883322801 Fixes: 06bb4a5018cd ("ramips: convert mtd-mac-address to nvmem implementation") Signed-off-by: David Bauer <mail@david-bauer.net> Signed-off-by: Petr Štetiar <ynezz@true.cz> [commit message] (commit: 373c08b ) The file was modified target/linux/ramips/mt7620/config-5.4 (diff) The file was modified target/linux/ramips/rt3883/config-5.10 (diff) The file was modified target/linux/ramips/rt288x/config-5.10 (diff) The file was modified target/linux/ramips/rt305x/config-5.10 (diff) The file was modified target/linux/ramips/mt76x8/config-5.10 (diff) The file was modified target/linux/ramips/rt305x/config-5.4 (diff) The file was modified target/linux/ramips/rt3883/config-5.4 (diff) The file was modified target/linux/ramips/mt7621/config-5.10 (diff) The file was modified target/linux/ramips/mt76x8/config-5.4 (diff) The file was modified target/linux/ramips/rt288x/config-5.4 (diff) The file was modified target/linux/ramips/mt7620/config-5.10 (diff) The file was modified target/linux/ramips/mt7621/config-5.4 (diff)
コミット
5096f0513b7d2d3fc1004578e8ef3c03fdfa7c1f
by daniel mediatek: mt7623: allow build without ext4 rootfs The image generation code for the U7623 board expects ext4 filesystem to be selected in menuconfig and CONFIG_TARGET_ROOTFS_PARTSIZE to be defined. Now that ext4 isn't enabled any more, the variable was missing and broke the build. Set the default (104) instead of using the config variable to fix that. Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: 5096f05 ) The file was modified target/linux/mediatek/image/mt7623.mk (diff) The file was modified target/linux/mediatek/image/mt7623.mk (diff)
コミット
b30924873062be47250e6b872347461c8221688d
by mail generic: add mac-address property for NVMEM mac addresses Traversing the device-tree by referencing a network device to determine a devices labe-mac does not work with the generic nvmem implementation, as the userspace expects the MAC-address to be available as a device-tree property. The legacy mtd-mac-address implementation did create such a node. Do the same when using the nvmem implementation to allow reading the MAC address. Fixes commit d284e6ef0f06 ("treewide: convert mtd-mac-address-increment* to generic implementation") Signed-off-by: David Bauer <mail@david-bauer.net> (commit: b309248 ) The file was added target/linux/generic/hack-5.4/683-NET-add-mac-address-property.patch The file was added target/linux/generic/hack-5.10/683-NET-add-mac-address-property.patch
コミット
f7374bce00a97fda78ace3acaef48369e8246814
by daniel ath79: kernel: Add missing quote to drivers/mfd/Kconfig A missing quote in target/linux/ath79/patches-5.x/920-mikrotik-rb4xx.patch produces: ... scripts/kconfig/conf --syncconfig Kconfig drivers/mfd/Kconfig:2016:warning: multi-line strings not supported ... This patch adds missing closing quote, fixing the above warning. Signed-off-by: Paul Blazejowski <paulb@blazebox.homeip.net> (commit: f7374bc ) The file was modified target/linux/ath79/patches-5.4/920-mikrotik-rb4xx.patch (diff) The file was modified target/linux/ath79/patches-5.10/920-mikrotik-rb4xx.patch (diff) The file was removed target/linux/ramips/mt7621/base-files/lib/preinit/07_mt7621_bringup_dsa_master
コミット
3cb22b277a312445bfe34f5e32626c4448f95b77
by stijn kernel: add missing symbol to kmod-qlcnic When the kmod-qlcnic package is built on targets that have CONFIG_PCI_IOV enabled, the CONFIG_QLCNIC_SRIOV symbol is exposed. Enable this symbol in the kmod package to fix its build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be> (commit: 3cb22b2 ) The file was modified package/kernel/linux/modules/netdevices.mk (diff)
コミット
6bc6a416851b01d7b062a504ba4296a14113d795
by daniel generic: fix mediatek and dsa not detecting mac-addr from nvmem Nvmem require the device node to be registered with the of_platform. Register the device node so that nvmem can correctly find the dev and correctly load the mac-addr stored in the nvmem cell declared in the dts. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com> (commit: 6bc6a41 ) The file was added target/linux/generic/hack-5.4/780-drivers-net-mediatek-register-of_platform-for-every-.patch The file was added target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch The file was added target/linux/generic/hack-5.4/781-dsa-register-every-port-with-of_platform.patch The file was added target/linux/generic/hack-5.10/780-drivers-net-mediatek-register-of_platform-for-every-.patch
コミット
5bc898b43e5c87187936151a44136ab0f00484ef
by daniel fstools: update to git HEAD 59f7c11 blockd: create mountpoint parent folder if needed 9cc96af Revert "block: resolve /dev/mapper/* name for /dev/dm-0 when hotplugging" 06334ac Revert "blockd: detect mountpoint of /dev/mapper/*" 9ab3551 block: use /dev/dm-* instead of /dev/mapper/* 5114595 block: allow remove hotplug event to arrive at blockd Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: 5bc898b ) The file was modified package/system/fstools/Makefile (diff) The file was modified package/system/fstools/Makefile (diff)
コミット
90db922f8818edb1faf9b9c9ba71f73119fb6068
by daniel mediatek: mt7623: import patch to fix spi The patch fixes the fifo rx mode for the mt7623. It is already accepted upstream for Linux Kernel 5.15. To test the spi we can change the dts file to &spi0 { pinctrl-names = "default"; pinctrl-0 = <&spi0_pins_a>; status = "okay"; spidev: spidev@0 { compatible = "linux,spidev"; spi-max-frequency = <1000000>; reg = <0>; }; }; Afterwards we should see a spidev device under /dev/. To test it we can further use spidev-test. Signed-off-by: Nick Hainke <vincent@systemli.org> (commit: 90db922 ) The file was added target/linux/mediatek/patches-5.10/000-spi-fix-fifo.patch The file was modified package/system/procd/Makefile (diff)
コミット
2801fe6132c4e2e364e2d5a304594185351b501b
by nbd netifd: update to the latest version 85f01c44a950 bridge: check bridge port vlan membership on link-up events 17e453bd68b4 wireless: add back regular virtual interfaces on hotplug-add events as well Signed-off-by: Felix Fietkau <nbd@nbd.name> (commit: 2801fe6 ) The file was modified package/network/config/netifd/Makefile (diff)
コミット
023a1366ee8138a8adbf3044814c1855c5677bb1
by hauke kernel/generic: fix the arm gc-sections patch Latest binutils (2.37) exposed a long-standing bug. The kernel linking stage would break at the SORTTAB step, due to the exception table having been previously purged from vmlinux, as its section wasn't marked as unconditionally kept. Fix thusly. Additionally, the "#define ARM_MMU_DISCARD(x) KEEP(x)" change is bogus. It would only apply to !CONFIG_MMU devices (which we don't support in OpenWrt), and it would even break the build if referenced. Drop it. While at it, rename the patch in order to make it obvious that it's arm-specific. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> [Add same changes for kernel 5.4 too] Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (commit: 023a136 ) The file was added target/linux/generic/hack-5.4/220-arm-gc_sections.patch The file was added target/linux/generic/hack-5.10/220-arm-gc_sections.patch The file was removed target/linux/generic/hack-5.10/220-gc_sections.patch The file was removed target/linux/generic/hack-5.4/220-gc_sections.patch
コミット
f032601ed7d70fe1f468219b68750230b6ea1906
by hauke kernel: backport workaround for Realtek RTL8672 and RTL9601C chips Adds support for GPON SFP modules based on the Realtek RTL8672 and RTL9601C chips, including but not limited to: * V-SOL V2801F * C-Data FD511GX-RM0 * OPTON GP801R * BAUDCOM BD-1234-SFM * CPGOS03-0490 v2.0 * Ubiquiti U-Fiber Instant * EXOT EGS1 Signed-off-by: Vladimir Markovets <abam_a@yahoo.com> (commit: f032601 ) The file was modified target/linux/generic/pending-5.4/753-net-sfp-add-support-for-Clause-45-PHYs.patch (diff) The file was modified target/linux/generic/pending-5.4/744-net-sfp-move-phy_start-phy_stop-to-phylink.patch (diff) The file was modified target/linux/generic/pending-5.4/759-net-sfp-re-attempt-probing-for-phy.patch (diff) The file was modified target/linux/generic/pending-5.4/754-net-sfp-fix-unbind.patch (diff) The file was modified target/linux/generic/pending-5.4/757-net-sfp-rename-sm_retries.patch (diff) The file was modified target/linux/generic/pending-5.4/758-net-sfp-error-handling-for-phy-probe.patch (diff) The file was added target/linux/generic/backport-5.4/852-v5.10-0001-net-sfp-VSOL-V2801F-CarlitoxxPro-CPGOS03-0490-v2.0-w.patch The file was modified target/linux/generic/pending-5.4/740-net-sfp-remove-incomplete-100BASE-FX-and-100BASE-LX-.patch (diff) The file was added target/linux/generic/backport-5.4/852-v5.10-0002-net-sfp-add-workaround-for-Realtek-RTL8672-and-RTL96.patch The file was modified target/linux/generic/pending-5.4/743-net-sfp-add-module-start-stop-upstream-notifications.patch (diff) The file was modified target/linux/generic/pending-5.4/755-net-sfp-fix-hwmon.patch (diff) The file was modified target/linux/generic/pending-5.4/756-net-sfp-use-a-definition-for-the-fault-recovery-atte.patch (diff) The file was modified target/linux/generic/pending-5.4/742-net-sfp-add-more-extended-compliance-codes.patch (diff) The file was modified target/linux/generic/pending-5.4/739-net-avoid-tx-fault-with-Nokia-GPON-module.patch (diff) The file was added target/linux/generic/pending-5.10/483-mtd-spinand-add-support-for-xtx-xt26g0xa.patch The file was added target/linux/generic/pending-5.4/483-mtd-spinand-add-support-for-xtx-xt26g0xa.patch
コミット
2b2ac841e022054ff3390f25fa41336467530a91
by hauke kernel: bump 5.10 to 5.10.52 Add the new CONFIG_BATTERY_RT5033 to the generic configuration, as reported by Paul Blazejowski. Resort the kconfig while at it. No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> (commit: 2b2ac84 ) The file was modified include/kernel-version.mk (diff) The file was modified target/linux/generic/config-5.10 (diff) The file was modified target/linux/generic/hack-5.10/780-drivers-net-mediatek-register-of_platform-for-every-.patch (diff) The file was modified target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch (diff) The file was modified target/linux/generic/hack-5.10/410-block-fit-partition-parser.patch (diff)
コミット
5408e811b29643e3fd5f2cd227f17263daa45a74
by hauke kernel: bump 5.4 to 5.4.133 Manually rebased: pending-5.4/690-net-add-support-for-threaded-NAPI-polling.patch All other patches automatically rebased. Build system: x86_64 Build-tested: ipq806x/R7800 Run-tested: ipq806x/R7800 No dmesg regressions, everything functional Signed-off-by: John Audia <graysky@archlinux.us> (commit: 5408e81 ) The file was modified target/linux/layerscape/patches-5.4/812-pcie-0006-MLK-20716-PCI-add-quirk-for-cyw4356-to-disable-D3-mo.patch (diff) The file was modified target/linux/mvebu/patches-5.4/016-PCI-aardvark-Train-link-immediately-after-enabling-t.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0504-mmc-sdhci-Silence-MMC-warnings.patch (diff) The file was modified target/linux/layerscape/patches-5.4/812-pcie-0005-MLK-20684-PCI-Disable-MSI-on-CYW4356-and-CYW4359-chi.patch (diff) The file was modified include/kernel-version.mk (diff) The file was modified target/linux/generic/hack-5.4/780-drivers-net-mediatek-register-of_platform-for-every-.patch (diff) The file was modified target/linux/generic/hack-5.4/781-dsa-register-every-port-with-of_platform.patch (diff) The file was modified target/linux/mvebu/patches-5.4/017-PCI-aardvark-Improve-link-training.patch (diff) The file was modified target/linux/generic/pending-5.4/681-NET-add-mtd-mac-address-support-to-of_get_mac_addres.patch (diff) The file was modified target/linux/octeontx/patches-5.4/0004-PCI-add-quirk-for-Gateworks-PLX-PEX860x-switch-with-.patch (diff) The file was modified target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0043-MMC-added-alternative-MMC-driver.patch (diff) The file was modified target/linux/generic/hack-5.4/683-NET-add-mac-address-property.patch (diff) The file was modified target/linux/mvebu/patches-5.4/001-PCI-aardvark-Wait-for-endpoint-to-be-ready-before-tr.patch (diff) The file was modified target/linux/generic/pending-5.4/810-pci_disable_common_quirks.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0795-media-v4l2-subdev-Introduce-get-set-_mbus_config-pad.patch (diff) The file was modified target/linux/generic/pending-5.4/680-NET-skip-GRO-for-foreign-MAC-addresses.patch (diff) The file was modified target/linux/mvebu/patches-5.4/018-PCI-aardvark-Issue-PERST-via-GPIO.patch (diff) The file was modified target/linux/generic/pending-5.4/690-net-add-support-for-threaded-NAPI-polling.patch (diff) The file was modified target/linux/mvebu/patches-5.4/024-PCI-aardvark-Don-t-touch-PCIe-registers-if-no-card-c.patch (diff) The file was modified target/linux/layerscape/patches-5.4/812-pcie-0007-PCI-Disable-MSI-on-marvel-88w9098-and-88w8997-chips.patch (diff) The file was modified target/linux/ramips/patches-5.4/0031-uvc-add-iPassion-iP2970-support.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0799-media-v4l2-subdev-Remove-s-g-_mbus_config-video-ops.patch (diff) The file was modified target/linux/mvebu/patches-5.4/019-PCI-aardvark-Add-PHY-support.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0441-PCI-of-Add-inbound-resource-parsing-to-helpers.patch (diff) The file was modified target/linux/mvebu/patches-5.4/026-PCI-aardvark-Fix-initialization-with-old-Marvell-s-A.patch (diff) The file was modified target/linux/layerscape/patches-5.4/819-uart-0013-LF-484-tty-serial-lpuart-support-UPIO_MEM32-for-lpua.patch (diff) The file was modified target/linux/layerscape/patches-5.4/819-uart-0001-tty-serial-lpuart-add-power-domain-support.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0040-fbdev-add-FBIOCOPYAREA-ioctl.patch (diff) The file was modified include/kernel-version.mk (diff) The file was modified target/linux/generic/config-5.4 (diff) The file was modified target/linux/layerscape/patches-5.4/819-uart-0010-tty-serial-lpuart-enable-wakeup-source-for-lpuart.patch (diff) The file was modified target/linux/layerscape/patches-5.4/819-uart-0008-MLK-21445-serial-fsl_lpuart-do-HW-reset-for-communic.patch (diff) The file was modified target/linux/layerscape/patches-5.4/819-uart-0004-MLK-18137-fsl_lpuart-Fix-loopback-mode.patch (diff) The file was modified target/linux/layerscape/patches-5.4/819-uart-0005-tty-serial-fsl_lpuart-enable-dma-mode-for-imx8qxp.patch (diff) The file was modified target/linux/layerscape/patches-5.4/819-uart-0009-MLK-17133-02-tty-serial-lpuart-add-runtime-pm-suppor.patch (diff)
コミット
2f1bd91d3360a3dad3ff4e4911bd69b844b2ddf1
by hauke kernel/generic: add a missing symbol to the 5.10 kconfig Add CONFIG_HAVE_ARM_ARCH_TIMER (disabled). A make kernel_oldconfig on cortexa9 will otherwise prompt for its selection. The 5.4 configuration already contains the same symbol. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> (commit: 2f1bd91 ) The file was modified target/linux/generic/config-5.10 (diff) The file was modified target/linux/generic/config-5.10 (diff) The file was added toolchain/binutils/patches/2.37/400-mips_no_dynamic_linking_sym.patch The file was added toolchain/binutils/patches/2.37/300-001_ld_makefile_patch.patch The file was modified toolchain/binutils/Config.in (diff) The file was added toolchain/binutils/patches/2.37/500-Change-default-emulation-for-mips64-linux.patch The file was modified toolchain/binutils/Config.version (diff) The file was modified toolchain/binutils/Makefile (diff) The file was added package/libs/elfutils/patches/111-fix-gcc11-build.patch
コミット
d996b47be02dd6e9cef9987c4b26e3fe907bd324
by hauke linux-firmware: add 2G and 5G precal binaries for QCA99X0 Some devices (such as Extreme Networks WS-AP3959i-ROW) do not contain precal binaries in ART, and the precal in the cards eeprom causes firmware load errors. These firmware files were previously in linux-firmware, so these are adding them back and renaming to be cleaner. Signed-off-by: Damien Mascord <tusker@tusker.org> (commit: d996b47 ) The file was modified package/firmware/linux-firmware/qca_ath10k.mk (diff)
コミット
ad712c71cea3b26d8a7c53200c742181d1d040e7
by hauke realtek: remove rtl83xx vlan 1 special cases On reset, the PVID of all ports is set to 1; if this is reset to 0, the special cases for VLAN 1 are no longer required. port_vlan_add is called with vid=0 when the DSA port interfaces are enabled with no VLAN; previously the VLAN was not configured in this case, relying on VLAN 1 being present, but with the PVID set to 0, configuring VLAN 0 as normal works as expected. Signed-off-by: Thomas Nixon <tom@tomn.co.uk> (commit: ad712c7 ) The file was modified target/linux/realtek/files-5.4/drivers/net/dsa/rtl83xx/dsa.c (diff)
コミット
cdb5acac20a2c68d82db380ca65a6894b07416fb
by hauke Revert "realtek: Fix failsafe mode" This reverts commit b7ee0786b56d1088c195fe7c1cdb1ad7d20c9245. With the previous commit "realtek: remove rtl83xx vlan 1 special cases" this is no longer required. Signed-off-by: Thomas Nixon <tom@tomn.co.uk> (commit: cdb5aca ) The file was removed target/linux/realtek/base-files/lib/preinit/98_remove_preinit_realtek The file was removed target/linux/realtek/base-files/lib/preinit/05_set_preinit_iface_realtek
コミット
3f97a04e6c92ddd46f86cc202fd0f0f0857692d1
by hauke layerscape: fix config restore for FRWY-LS1046A commit 2c2d77bd3bd4 ("layerscape: add FRWY-LS1046A board support") missed to add an entry to the 79_move_config preinit script. Therefore, the config transfer on sysupgrade wass broken for this device. Signed-off-by: Martin Schiller <ms@dev.tdt.de> (commit: 3f97a04 ) The file was modified target/linux/layerscape/base-files/lib/preinit/79_move_config (diff)
コミット
bbfb142f2a57de46b9b8543cde8b2b171eb3b1c7
by hauke layerscape: armv8_64b: enable Microsemi phy driver for FRWY-LS1046A Enable the Microsemi phy driver to support the VSC8514 QSGMII phy on the FRWY-LS1046A board. Otherwise, the "Generic PHY" driver is used. Signed-off-by: Martin Schiller <ms@dev.tdt.de> (commit: bbfb142 ) The file was modified target/linux/layerscape/armv8_64b/config-5.4 (diff)
コミット
cbdd2b62e4d5e0572204c37d874d32dc8610840e
by hauke mvebu: limit mvneta tx queue workaround to 32 bit SoC This patch has been carried since introduction throughout every kernel major bump and no one has tested if the later kernels improved the situation. The Armada 3720 SoC can only process GbE interrupts on Core 0 and this is already limited in all stable kernels, so ditch this workaround for 64 bit SoCs. Ref: https://git.kernel.org/torvalds/c/cf9bf871280d Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com> (commit: cbdd2b6 ) The file was modified target/linux/mvebu/patches-5.4/700-mvneta-tx-queue-workaround.patch (diff) The file was modified target/linux/mvebu/patches-5.10/700-mvneta-tx-queue-workaround.patch (diff)
コミット
713be7543909b79fbbccdea297e306cb3d3adb0c
by hauke uboot-envtools: mvebu: update uci defaults for Turris Omnia From version 2021.09 U-Boot will fixup Turris Omnia's DTB before booting, separating U-Boot's environment into separate MTD partition "u-boot-env" [1]. Check if "u-boot-env" MTD partition exists and set the uci defaults accordingly. [1] https://lists.denx.de/pipermail/u-boot/2021-July/455017.html Signed-off-by: Marek Behún <marek.behun@nic.cz> (commit: 713be75 ) The file was modified package/boot/uboot-envtools/files/mvebu (diff) The file was modified package/boot/uboot-mvebu/patches/210-link-libcrypto-static.patch (diff) The file was modified package/boot/uboot-mvebu/Makefile (diff) The file was modified package/boot/arm-trusted-firmware-mvebu/Makefile (diff)
コミット
b40705b677030c30896917b7d2aa050fe5865605
by hauke arm-trusted-firmware-mvebu: update to v2.5 Revert to using the checked in `tbb_linux` image tool binary since building it drags in the rather big Crypto++ project. Cherry-pick the post-release UART fixes. Switch to AUTORELEASE while at it. Signed-off-by: Andre Heider <a.heider@gmail.com> (commit: b40705b ) The file was added package/boot/arm-trusted-firmware-mvebu/patches/103-fix-plat-marvell-a3720-uart-fix-UART-parent-clock-ra.patch The file was modified package/boot/arm-trusted-firmware-mvebu/Makefile (diff) The file was added package/boot/arm-trusted-firmware-mvebu/patches/100-fix-plat-marvell-a3720-uart-fix-UART-clock-rate-valu.patch The file was added package/boot/arm-trusted-firmware-mvebu/patches/001-imagetool.patch The file was added package/boot/arm-trusted-firmware-mvebu/patches/102-refactor-plat-marvell-uart-de-duplicate-PLAT_MARVELL.patch The file was added package/boot/arm-trusted-firmware-mvebu/patches/101-fix-plat-marvell-a3720-uart-fix-configuring-UART-clo.patch
コミット
6618e33f2633390d3572390616fe354ecd21bfb8
by hauke arm-trusted-firmware-mvebu: update a3700-tools to current master 2efdb10 wtmi: Fix calculation of UART divider 4247e39 fix: twin die ddr porting guide 8ad7992 sys_init: Add missing newlines in debug mode 4ddea19 avs: Validate VDD value from OTP c444aeb avs: Fix description for avs value 0x2e 1915b78 tim: Optimize code generated by gettimver.sh and print newline 21f566d tim: Print mv_ddr version and configuration on UART 840b70b tim: Use variable $DDRFILE where possible c10e6ae tim: Fix waiting for UART TX ready 7bf95cf wtmi: Wait 3ms for the TX on UART to be empty prior resetting TX FIFO 63e8433 wtmi: Add "dirty" suffix to git commit and rebuild sys_init.bin binary when VERSION changes e949b58 wtmi: During setup clock phase print CPU and DDR speed 10376b5 wtmi: Flush output on UART after the '\n' character 509c647 Makefile: Check that specified DDR_TOPOLOGY option is valid Signed-off-by: Andre Heider <a.heider@gmail.com> (commit: 6618e33 ) The file was modified package/boot/arm-trusted-firmware-mvebu/patches-a3700-utils/001-version.patch (diff) The file was modified package/boot/arm-trusted-firmware-mvebu/Makefile (diff)
コミット
c552bbe00da4fc85d93a68b7aef7ecce9bbb8a2a
by hauke arm-trusted-firmware-mvebu: update mv-ddr-marvell to current master 02e23db fix compilation errors popped up by GCC-10 7c35173 Merge pull request #29 from pali/sync-a38x-uboot bb734f5 mv_ddr: a38x: Use SOC_REGS_PHY_BASE for INTER_REGS_BASE ee1ea84 mv_ddr: a38x: Fix ddr3 compilation 70f3e2e mv_ddr: Fix comment typo dd960b4 mv_ddr: ddr3: Allow boards to specify CK_DELAY parameter a87f4f7 mv_ddr: ddr3: only use active chip-selects when tuning ODT 3defcec mv_ddr: a38x: Add support for setting timing in hws_topology_map Signed-off-by: Andre Heider <a.heider@gmail.com> (commit: c552bbe ) The file was modified package/boot/arm-trusted-firmware-mvebu/Makefile (diff) The file was modified package/boot/arm-trusted-firmware-mvebu/Makefile (diff)
コミット
896d49d10aab219b905ae844490954d51090ee2d
by hauke arm-trusted-firmware-mvebu: switch to CZ.NIC's Secure Firmware CZ.NIC as part of Turris project released free and open source WTMI application firmware wtmi_app.bin for all Armada 3720 devices. This firmware includes additional features like access to Hardware Random Number Generator of Armada 3720 SoC which original Marvell's fuse.bin image does not have. Add a patch which allows to pass the commit id, so the firmware is able to identify itself, see a04bffeb. Add a patch to disable linking with gold, since the ARM toolchain doesn't ship gold. Cherry-pick the 3 post-release fixes. Signed-off-by: Andre Heider <a.heider@gmail.com> (commit: 896d49d ) The file was added package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/100-wtmi-uart-fix-UART-baudrate-divisor-calculation.patch The file was modified package/boot/arm-trusted-firmware-mvebu/Makefile (diff) The file was added package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/101-fix-clock-a3700-change-pwm-clock-for-600-600-and-120.patch The file was added package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/002-no-gold.patch The file was added package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/001-version.patch The file was added package/boot/arm-trusted-firmware-mvebu/patches-mox-boot-builder/102-avs-Validate-VDD-value-from-OTP.patch The file was modified package/system/procd/Makefile (diff)
コミット
8c2509dc5ff72ca47bd0787da407f5adc051a2b9
by hauke mediatek: Fix Fidelix-FM35X1GA patch This patch did not apply cleanly any more after support for the XTX flash was added to the generic patches. Fixes: 92012dd8677a ("kernel: Add support for XTX XT26G02A SPI NAND") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (commit: 8c2509d ) The file was modified target/linux/mediatek/patches-5.10/340-mtd-spinand-Add-support-for-the-Fidelix-FM35X1GA.patch (diff) The file was modified package/network/config/netifd/Makefile (diff) The file was added package/network/services/hostapd/patches/740-snoop_iface.patch The file was modified package/network/services/hostapd/files/hostapd.sh (diff) The file was added package/network/services/hostapd/patches/023-ndisc_snoop-call-dl_list_del-before-freeing-ipv6-add.patch The file was added package/network/services/hostapd/patches/030-driver_nl80211-rewrite-neigh-code-to-not-depend-on-l.patch The file was modified package/network/services/hostapd/patches/740-snoop_iface.patch (diff)
コミット
55b4b3655263984b92e4b9fc515a5e6b8003c655
by mail ath79: add support for Joy-IT JT-OR750i Specifications: * QCA9531, 16 MiB flash (Winbond W25Q128JVSQ), 128 MiB RAM * 802.11n 2T2R (external antennas) * QCA9887, 802.11ac 1T1R (connected with diplexer to one of the antennas) * 3x 10/100 LAN, 1x 10/100 WAN * UART header with pinout printed on PCB Installation: * The device comes with a bootloader installed only * The bootloader offers DHCP and is reachable at http://10.123.123.1 * Accept the agreement and flash sysupgrade.bin * Use Firefox if flashing does not work TFTP recovery with static IP: * Rename sysupgrade.bin to jt-or750i_firmware.bin * Offer it via TFTP server at 192.168.0.66 * Keep the reset button pressed for 4 seconds after connecting power TFTP recovery with dynamic IP: * Rename sysupgrade.bin to jt-or750i_firmware.bin * Offer it via TFTP server with a DHCP server running at the same address * Keep the reset button pressed for 6 seconds after connecting power Co-authored-by: Sebastian Schaper <openwrt@sebastianschaper.net> Signed-off-by: Vincent Wiemann <vincent.wiemann@ironai.com> (commit: 55b4b36 ) The file was modified target/linux/ath79/generic/base-files/etc/board.d/01_leds (diff) The file was modified target/linux/ath79/image/generic.mk (diff) The file was modified target/linux/ath79/generic/base-files/etc/hotplug.d/firmware/11-ath10k-caldata (diff) The file was added target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts The file was modified target/linux/ath79/generic/base-files/etc/board.d/02_network (diff)
コミット
bd521f2a832ef1b4ea1a7680c0c087787df93278
by mail Revert "generic: add mac-address property for NVMEM mac addresses" This reverts commit b30924873062be47250e6b872347461c8221688d. This commit could create a property without allocated memory, breaking subsequent reads over a nodes property. Also, the mac-address-increment was not applied when reading from nvmem. Revert this commit for now, which breaks the label-mac-address logic. Possibly, traversing the device-tree from the netdev side is easier anyways. Signed-off-by: David Bauer <mail@david-bauer.net> (commit: bd521f2 ) The file was removed target/linux/generic/hack-5.10/683-NET-add-mac-address-property.patch The file was removed target/linux/generic/hack-5.4/683-NET-add-mac-address-property.patch The file was modified target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts (diff) The file was modified target/linux/ath79/dts/qca9531_joyit_jt-or750i.dts (diff) The file was modified package/system/fstools/Makefile (diff)
コミット
cd39aba402ea7e7a11e173b0b5aa96e42bf1f2ac
by mail generic: write back netdev MAC-address to device-tree The label-mac logic relies on the mac-address property of a netdev devices of-node. However, the mac address can also be stored as a different property or read from e.g. an mtd device. Create this node when reading a mac-address from OF if it does not already exist and copy the mac-address used for the device to this property. This way, the MAC address can be accessed using procfs. Signed-off-by: David Bauer <mail@david-bauer.net> (commit: cd39aba ) The file was modified target/linux/generic/pending-5.4/681-NET-add-mtd-mac-address-support-to-of_get_mac_addres.patch (diff) The file was added target/linux/generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch The file was modified target/linux/generic/pending-5.10/681-NET-add-mtd-mac-address-support-to-of_get_mac_addres.patch (diff) The file was modified target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch (diff) The file was modified target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch (diff) The file was added target/linux/generic/pending-5.4/683-of_net-add-mac-address-to-of-tree.patch The file was modified target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch (diff) The file was modified target/linux/generic/pending-5.10/681-NET-add-mtd-mac-address-support-to-of_get_mac_addres.patch (diff) The file was modified target/linux/generic/pending-5.4/683-of_net-add-mac-address-to-of-tree.patch (diff) The file was modified target/linux/generic/pending-5.4/681-NET-add-mtd-mac-address-support-to-of_get_mac_addres.patch (diff) The file was modified target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch (diff) The file was modified target/linux/generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch (diff) The file was modified target/linux/generic/hack-5.10/773-bgmac-add-srab-switch.patch (diff)
コミット
d8e8a2a8db1e671aff2623dbec8e47b36f956eb8
by rafal bcm53xx: add testing support for kernel 5.10 It still requires fixing PCIe support: [ 6.644699] pcie_iproc_bcma bcma0:7: host bridge /axi@18000000/pcie@12000 ranges: [ 6.652217] pcie_iproc_bcma bcma0:7: No bus range found for /axi@18000000/pcie@12000, using [bus 00-ff] [ 6.661833] OF: /axi@18000000/pcie@12000: Missing device_type [ 6.667622] pcie_iproc_bcma: probe of bcma0:7 failed with error -12 [ 6.673985] pcie_iproc_bcma bcma0:8: host bridge /axi@18000000/pcie@13000 ranges: [ 6.681514] pcie_iproc_bcma bcma0:8: No bus range found for /axi@18000000/pcie@13000, using [bus 00-ff] [ 6.691137] pcie_iproc_bcma: probe of bcma0:8 failed with error -12 [ 6.697522] pcie_iproc_bcma bcma0:9: host bridge /axi@18000000/pcie@14000 ranges: [ 6.705048] pcie_iproc_bcma bcma0:9: No bus range found for /axi@18000000/pcie@14000, using [bus 00-ff] [ 6.714669] pcie_iproc_bcma: probe of bcma0:9 failed with error -12 Signed-off-by: Rafał Miłecki <rafal@milecki.pl> (commit: d8e8a2a ) The file was added target/linux/bcm53xx/config-5.10 The file was added target/linux/bcm53xx/patches-5.10/080-v5.13-0001-dt-bindings-nvmem-add-Broadcom-s-NVRAM.patch The file was added target/linux/bcm53xx/patches-5.10/300-ARM-BCM5301X-Disable-MMU-and-Dcache-during-decompres.patch The file was added target/linux/bcm53xx/patches-5.10/311-ARM-BCM5301X-Add-power-button-for-Buffalo-WZR-1750DHP.patch The file was added target/linux/bcm53xx/patches-5.10/031-v5.13-0004-ARM-dts-BCM5301X-Set-Linksys-EA9500-power-LED.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0005-ARM-dts-BCM5301X-Use-corretc-pinctrl-compatible-for-.patch The file was added target/linux/bcm53xx/patches-5.10/800-0002-nvmem-brcm_nvram-provide-NVMEM-content-to-the-NVRAM-.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0001-ARM-dts-BCM5301X-Linksys-EA9500-add-port-5-and-port-.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0006-ARM-dts-BCM5301X-Linksys-EA9500-make-use-of-pinctrl.patch The file was added target/linux/bcm53xx/patches-5.10/500-UBI-Detect-EOF-mark-and-erase-all-remaining-blocks.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0004-ARM-dts-BCM5301X-Linksys-EA9500-add-fixed-partitions.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0011-ARM-dts-BCM5301X-Add-a-default-compatible-for-switch.patch The file was added target/linux/bcm53xx/patches-5.10/331-Meraki-MR32-Status-LEDs.patch The file was added target/linux/bcm53xx/patches-5.10/180-usb-xhci-add-support-for-performing-fake-doorbell.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0002-ARM-dts-BCM5301X-Harmonize-EHCI-OHCI-DT-nodes-name.patch The file was added target/linux/bcm53xx/patches-5.10/320-ARM-dts-BCM5301X-Add-serial-to-the-bootargs.patch The file was added target/linux/bcm53xx/patches-5.10/905-BCM53573-minor-hacks.patch The file was modified target/linux/bcm53xx/Makefile (diff) The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0008-ARM-dts-BCM5301X-Disable-USB-3-PHY-on-devices-withou.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0003-ARM-dts-BCM5310X-Harmonize-xHCI-DT-nodes-name.patch The file was added target/linux/bcm53xx/patches-5.10/140-mtd-parsers-trx-parse-firmware-MTD-partitions-only.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0012-ARM-dts-BCM5301X-Provide-defaults-ports-container-no.patch The file was added target/linux/bcm53xx/patches-5.10/800-0001-firmware-bcm47xx_nvram-support-init-from-IO-memory.patch The file was added target/linux/bcm53xx/patches-5.10/321-ARM-dts-BCM5301X-Describe-partition-formats.patch The file was added target/linux/bcm53xx/patches-5.10/031-v5.13-0002-ARM-dts-BCM5301X-Describe-NVMEM-NVRAM-on-Linksys-Lux.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0009-ARM-dts-BCM5301X-Enable-USB-3-PHY-on-Luxul-XWR-3150.patch The file was added target/linux/bcm53xx/patches-5.10/031-v5.13-0003-ARM-dts-BCM5301X-Fix-Linksys-EA9500-partitions.patch The file was added target/linux/bcm53xx/patches-5.10/080-v5.13-0002-nvmem-brcm_nvram-new-driver-exposing-Broadcom-s-NVRA.patch The file was added target/linux/bcm53xx/patches-5.10/030-v5.11-0010-ARM-dts-BCM5301X-Update-Ethernet-switch-node-name.patch The file was added target/linux/bcm53xx/patches-5.10/302-ARM-dts-BCM5301X-Update-Northstar-pinctrl-binding.patch The file was added target/linux/bcm53xx/patches-5.10/310-ARM-BCM5301X-Add-DT-for-Netgear-R7900.patch The file was added target/linux/bcm53xx/patches-5.10/700-b53-add-hacky-CPU-port-fixes-for-devices-not-using-p.patch The file was modified target/linux/bcm53xx/config-5.10 (diff)
コミット
e8e2b88f5feb852904598cbe8746cc5b3c0022ab
by daniel mediatek: mt7623: import patch to fix msi warning The 1st generation MediaTek PCIe host bridge cannot handle Message Signaled Interrupts (MSIs). The core PCI code is not aware that MSI is not available. This results in warnings of the form: WARNING: CPU: 2 PID: 112 at include/linux/msi.h:219 pci_msi_setup_msi_irqs.constprop.8+0x64/0x6c Modules linked in: ahci(+) libahci libata sd_mod scsi_mod gpio_button_hotplug CPU: 2 PID: 112 Comm: kmodloader Not tainted 5.10.52 #0 Hardware name: Mediatek Cortex-A7 (Device Tree) Import patches that introduce the 'no_msi' attribute to signal missing MSI support to the core PCI. Refresh patches: - 000-spi-fix-fifo.patch - 330-mtk-bmt-support.patch - 510-net-mediatek-add-flow-offload-for-mt7623.patch - 601-PCI-mediatek-Use-regmap-to-get-shared-pcie-cfg-base.patch - 610-pcie-mediatek-fix-clearing-interrupt-status.patch - 700-net-ethernet-mtk_eth_soc-add-support-for-coherent-DM.patch - 710-pci-pcie-mediatek-add-support-for-coherent-DMA.patch Signed-off-by: Nick Hainke <vincent@systemli.org> (commit: e8e2b88 ) The file was added target/linux/generic/backport-5.10/820-v5.13-make-pci_host_common_probe-declare-its-reliance-on-msi-domains.patch The file was modified target/linux/mediatek/patches-5.10/330-mtk-bmt-support.patch (diff) The file was added target/linux/generic/backport-5.10/822-v5.13-advertise-lack-of-built-in-msi-handling.patch The file was modified target/linux/mediatek/patches-5.10/000-spi-fix-fifo.patch (diff) The file was modified target/linux/mediatek/patches-5.10/601-PCI-mediatek-Use-regmap-to-get-shared-pcie-cfg-base.patch (diff) The file was added target/linux/generic/backport-5.10/821-v5.13-let-pci-host-bridges-declar-their-reliance-on-msi-domains.patch The file was modified target/linux/mediatek/patches-5.10/510-net-mediatek-add-flow-offload-for-mt7623.patch (diff) The file was modified target/linux/mediatek/patches-5.10/710-pci-pcie-mediatek-add-support-for-coherent-DMA.patch (diff) The file was modified target/linux/mediatek/patches-5.10/610-pcie-mediatek-fix-clearing-interrupt-status.patch (diff) The file was modified target/linux/mediatek/patches-5.10/700-net-ethernet-mtk_eth_soc-add-support-for-coherent-DM.patch (diff)
コミット
a57d7c29a40ae5b691deafcc267652b918159bc0
by mail generic: fix build warning Fixes a unused variable warning: drivers/of/of_net.c: In function 'of_get_mac_address_mtd': drivers/of/of_net.c:92:19: warning: unused variable 'prop' [-Wunused-variable] Signed-off-by: David Bauer <mail@david-bauer.net> (commit: a57d7c2 ) The file was modified target/linux/generic/pending-5.10/682-of_net-add-mac-address-increment-support.patch (diff) The file was modified target/linux/generic/pending-5.4/681-NET-add-mtd-mac-address-support-to-of_get_mac_addres.patch (diff) The file was modified target/linux/generic/pending-5.4/683-of_net-add-mac-address-to-of-tree.patch (diff) The file was modified target/linux/generic/pending-5.4/682-of_net-add-mac-address-increment-support.patch (diff) The file was modified target/linux/generic/pending-5.10/681-NET-add-mtd-mac-address-support-to-of_get_mac_addres.patch (diff) The file was modified target/linux/generic/pending-5.10/683-of_net-add-mac-address-to-of-tree.patch (diff) The file was modified target/linux/ramips/patches-5.10/700-net-ethernet-mediatek-support-net-labels.patch (diff) The file was modified target/linux/ath79/patches-5.10/910-unaligned_access_hacks.patch (diff) The file was modified target/linux/generic/pending-5.10/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch (diff) The file was modified target/linux/generic/pending-5.10/120-Fix-alloc_node_mem_map-with-ARCH_PFN_OFFSET-calcu.patch (diff) The file was modified include/kernel-version.mk (diff) The file was modified target/linux/generic/pending-5.10/201-extra_optimization.patch (diff) The file was modified target/linux/generic/backport-5.10/602-v5.12-net-add-sysfs-attribute-to-control-napi-threaded-mod.patch (diff) The file was modified include/kernel-version.mk (diff) The file was modified target/linux/generic/backport-5.10/600-v5.12-net-extract-napi-poll-functionality-to-__napi_poll.patch (diff) The file was modified target/linux/generic/backport-5.10/601-v5.12-net-implement-threaded-able-napi-poll-loop-support.patch (diff) The file was modified target/linux/generic/backport-5.10/604-v5.12-net-fix-hangup-on-napi_disable-for-threaded-napi.patch (diff) The file was modified target/linux/generic/pending-5.10/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch (diff) The file was modified target/linux/generic/pending-5.10/680-NET-skip-GRO-for-foreign-MAC-addresses.patch (diff) The file was removed target/linux/mediatek/patches-5.10/000-spi-fix-fifo.patch The file was modified target/linux/generic/backport-5.10/603-v5.12-net-fix-race-between-napi-kthread-mode-and-busy-poll.patch (diff) The file was modified target/linux/apm821xx/patches-5.10/802-usb-xhci-force-msi-renesas-xhci.patch (diff) The file was modified package/system/fstools/Makefile (diff) The file was removed package/utils/otrx/src/Makefile The file was removed package/utils/otrx/src/otrx.c The file was modified package/utils/otrx/Makefile (diff) The file was modified target/linux/generic/config-5.4 (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0097-LF-387-5-arm64-dts-layerscape-add-chip-specific-comp.patch (diff) The file was modified target/linux/mvebu/patches-5.4/020-arm64-dts-marvell-armada-37xx-Set-pcie_reset_pin-to-.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0099-arm64-dts-layerscape-apply-dma-coherent-for-dwc3-nod.patch (diff) The file was modified target/linux/mediatek/patches-5.4/1011-net-ethernet-mtk_eth_soc-add-support-for-coherent-DM.patch (diff) The file was modified target/linux/ramips/patches-5.4/401-net-ethernet-mediatek-support-net-labels.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0208-bcmgenet-Better-coalescing-parameter-defaults.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0101-arm64-dts-ls208xa-Remove-dma-coherent-from-dwc3-node.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0070-arm64-dts-ls1012a-ls1043a-ls1046a-ls1088a-ls208xa-re.patch (diff) The file was modified target/linux/layerscape/patches-5.4/701-net-0273-net-dsa-ocelot-add-tsn-support-for-felix-switch.patch (diff) The file was modified target/linux/generic/backport-5.4/747-v5.5-net-dsa-mv88e6xxx-Add-support-for-port-mirroring.patch (diff) The file was modified target/linux/generic/backport-5.4/748-v5.5-net-dsa-mv88e6xxx-fix-broken-if-statement-because-of.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0078-arm64-dts-fix-endianness-of-rcpm.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0063-arm64-dts-fsl-remove-backplane-support.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0045-arm64-dts-Fix-DWC3-IP-VBUS-glitch-issue-on-Layerscap.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0336-drm-v3d-The-third-IRQ-is-optional.patch (diff) The file was modified target/linux/generic/pending-5.4/768-net-dsa-mv88e6xxx-Request-assisted-learning-on-CPU-port.patch (diff) The file was modified include/kernel-version.mk (diff) The file was modified target/linux/gemini/patches-5.4/0003-ARM-dts-gemini-Rename-IDE-nodes.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0025-arm64-dts-nxp-ls208xa-add-more-thermal-zone-support.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0051-arm64-dts-fsl-layerscape-fix-warnings-when-compiling.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0010-arm64-dts-ls208xa-accumulated-change-to-ls208xa-boar.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0100-arm64-dts-ls208xa-Update-qspi-node-properties-for-LS.patch (diff) The file was modified target/linux/mvebu/patches-5.4/021-arm64-dts-marvell-armada-37xx-Move-PCIe-comphy-handl.patch (diff) The file was modified target/linux/ath79/patches-5.4/910-unaligned_access_hacks.patch (diff) The file was modified target/linux/mediatek/patches-5.4/0310-mtk-bmt-support.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0973-net-bcmgenet-Reset-RBUF-on-first-open.patch (diff) The file was modified target/linux/mvebu/patches-5.4/022-arm64-dts-marvell-armada-37xx-Move-PCIe-max-link-spe.patch (diff) The file was modified target/linux/layerscape/patches-5.4/302-dts-0032-arm64-dts-Added-endianness-information-to-dts-serdes.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0208-bcmgenet-Better-coalescing-parameter-defaults.patch (diff) The file was modified target/linux/apm821xx/patches-5.4/802-usb-xhci-force-msi-renesas-xhci.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0993-xhci-quirks-add-link-TRB-quirk-for-VL805.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0292-net-bcmgenet-Workaround-2-for-Pi4-Ethernet-fail.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0973-net-bcmgenet-Reset-RBUF-on-first-open.patch (diff) The file was modified target/linux/layerscape/patches-5.4/820-usb-0018-MLK-18794-1-usb-host-xhci-add-.bus_suspend-override.patch (diff) The file was modified target/linux/octeontx/patches-5.4/0004-PCI-add-quirk-for-Gateworks-PLX-PEX860x-switch-with-.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0037-Add-dwc_otg-driver.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0293-xhci-Use-more-event-ring-segment-table-entries.patch (diff) The file was modified target/linux/layerscape/patches-5.4/820-usb-0017-MLK-19153-2-usb-host-xhci-do-not-return-error-status.patch (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0264-xhci-add-quirk-for-host-controllers-that-don-t-updat.patch (diff) The file was modified target/linux/layerscape/patches-5.4/820-usb-0015-MLK-17380-4-usb-host-xhci-add-EH-SINGLE_STEP_SET_FEA.patch (diff) The file was modified target/linux/layerscape/patches-5.4/820-usb-0019-MLK-9829-usb-core-print-suggested-message-if-failed-.patch (diff) The file was modified target/linux/bcm53xx/patches-5.4/180-usb-xhci-add-support-for-performing-fake-doorbell.patch (diff) The file was modified target/linux/layerscape/patches-5.4/820-usb-0021-MLK-22099-usb-host-xhci-do-warm-reset-for-link-state.patch (diff) The file was modified include/kernel-version.mk (diff) The file was modified target/linux/bcm27xx/patches-5.4/950-0336-drm-v3d-The-third-IRQ-is-optional.patch (diff) The file was modified target/linux/layerscape/patches-5.4/820-usb-0016-MLK-16735-usb-host-add-XHCI_CDNS_HOST-flag.patch (diff) The file was modified include/kernel-version.mk (diff) The file was modified package/network/ipv6/odhcp6c/Makefile (diff) The file was modified target/linux/generic/config-5.4 (diff)
コミット
59c63224e11d6c4eca27131a73bf16218e47a271
by daniel dnsmasq: rework jail mounts * split into multiple lines to improve readability * use EXTRA_MOUNT for addnhosts instead of blindly adding /tmp/hosts * remove no longer needed mount for /sbin/hotplug-call * add dhcp-script.sh dependencies (jshn, ubus) Fixes: 3a94c2ca5c ("dnsmasq: add /tmp/hosts/ to jail_mount") Fixes: aed95c4cb8 ("dnsmasq: switch to ubus-based hotplug call") Reported-by: Stijn Tintel <stijn@linux-ipv6.be> Signed-off-by: Daniel Golle <daniel@makrotopia.org> (commit: 59c6322 ) The file was modified package/network/services/dnsmasq/files/dnsmasq.init (diff) The file was modified target/linux/ramips/image/mt7621.mk (diff) The file was added target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff) The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff) The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff) The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff) The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff) The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff) The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff) The file was modified target/linux/ramips/mt7621/base-files/etc/board.d/02_network (diff) The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff) The file was modified target/linux/ramips/dts/mt7621_iodata_wn-deax1800gr.dts (diff)