Skip to content
成功

変更履歴

概要

  1. ramips: use regulator for USB (commit: 0cdcba2) (details)
  2. generic: enable CONFIG_USB_NET_DRIVERS (commit: 17cfcaa) (details)
  3. kernel: usb: simplify usb-net kconfig (commit: 979938b) (details)
  4. kernel: usb: simplify r8152 dependencies (commit: 371cad4) (details)
  5. libxml2: update to 2.13.6 (commit: fe47089) (details)
  6. libnl: update to 3.11.0 (commit: 79aae6f) (details)
  7. generic: net: phy: sfp: backport some FS copper SFP fixes (commit: bbe58f9) (details)
  8. mediatek: bpi-r4: create additional emmc gpt artifact (commit: 843e50f) (details)
  9. hostapd/RADIUS_server: add config option for IPv6 (commit: dbdd847) (details)
  10. hostapd/RADIUS_server: enhance logging (commit: 939628f) (details)
  11. armsr: Fix kmod-fsl-dpaa2-net build (commit: 8d69613) (details)
  12. kernel: bump 6.6 to 6.6.81 (commit: aabc61d) (details)
  13. kernel: bump 6.6 to 6.6.82 (commit: 7cf8f61) (details)
コミット 0cdcba238fe61793e14dd0792e16445f0fa07f05 by robimarko
ramips: use regulator for USB

The DWC2 driver used here supports a vbus-supply property to control
the GPIO. Use it instead of the local gpio,exports solution.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17357
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 0cdcba2)
The file was modifiedtarget/linux/ramips/dts/rt3052_accton_wr6202.dts (diff)
コミット 17cfcaa754cb818a56012ae3cd716d4d8f0e575b by rsalvaterra
generic: enable CONFIG_USB_NET_DRIVERS

This is only relevant for devices with USB support, and in itself changes
nothing in the kernel build. However, it is useful to further simplify the
dependencies of some USB network devices.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(commit: 17cfcaa)
The file was modifiedtarget/linux/generic/config-6.6 (diff)
コミット 979938b99f1c43a2125763ec3042d53085bdbaf4 by rsalvaterra
kernel: usb: simplify usb-net kconfig

Now that CONFIG_USB_NET_DRIVERS is unconditionally enabled, remove it from the
usb-net kconfig symbol list.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(commit: 979938b)
The file was modifiedpackage/kernel/linux/modules/usb.mk (diff)
コミット 371cad4f28ffc257a814a53b7bb3be323908f567 by rsalvaterra
kernel: usb: simplify r8152 dependencies

It doesn't depend on either usb-net or usb-net-cdc-ncm. It does, however, depend
on mii. Fix thusly, and make it depend explicitly on usb, not usb-net.

While at it, add a conditional dependency on libphy, for future kernel versions.

Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
(commit: 371cad4)
The file was modifiedpackage/kernel/linux/modules/usb.mk (diff)
コミット fe47089878d5b83e56b73cce4eb053fe412cde9f by vincent
libxml2: update to 2.13.6

Release Notes:
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.5
https://gitlab.gnome.org/GNOME/libxml2/-/releases/v2.13.6

Fixes: CVE-2025-24928 CVE-2024-56171

Link: https://github.com/openwrt/openwrt/pull/18194
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: fe47089)
The file was modifiedpackage/libs/libxml2/Makefile (diff)
コミット 79aae6ff429094481fc3835f26267632cb9921bf by vincent
libnl: update to 3.11.0

Changes:
c7edc38f libnl-3.11.0 release
b75e27de lib/route: add support for bridge msti
8a73b245 lib/route: add support for bridge info boolopts
3b284a11 lib/route: extend bridge info support
a43a41cd lib/route: add missing bridge info getter functions
756d5161 lib/route: add missing entry in libnl-route-3.sym file
014c33a6 lib/route: add rtnl_neigh ext flags support
acf572b5 route: add support for getting permanent mac address of link
afafe78a lib/route: extend bridge flags
11597b73 xfrm: remove redundant check in xfrm_sa_update_cache()
2abfb089 xfrm: use the new _nl_auto_nl_object helper
831e9868 cache: use the new _nl_auto_nl_object helper
4b9daa6d add _nl_auto_nl_object helper
379a1405 black: fix "target-version" in "pyproject.toml"
8460c9b7 link/bonding: implement parsing link type
d60535c9 link/bonding: implement comparing bond links
22b6cf5c link/bonding: implement io_clone()
e1c75bff link/bonding: add getters for attributes
ee4612ca link/bonding: rename bn_mask to ce_mask
81c40cbb tests: optimize _nltst_assert_route_list_permutate() to short cut search through permutations
9f5fac78 tests: in _nltst_assert_route_list() accept arbitrary order
01f06b57 base: add _nl_swap() helper macro
5b570259 tests: ensure that there are all expected routes in _nltst_assert_route_list()
1aa16ea9 tests: print route list before failure in _nltst_assert_route_list()
7f099cf0 tests: add _nltst_objects_to_string() helper
e76d5697 tests: add _nltst_malloc0() and _nltst_sprintf() helpers
d94a3e81 tests: move definition of asserts in "tests/nl-test-util.h"
798278ea tests: use _nl_ptrarray_len() helper in _nltst_assert_route_list()
def89a2c base: add _nl_ptrarray_len() helper
64fad14b link: link_msg_parser(): keep link info instead of release and reacquire
b8d3cfb2 lib/attr: add nla functions for variable-length integers
2ae88c48 lib/attr: add NLA_{SINT|UINT} attribute types

Link: https://github.com/openwrt/openwrt/pull/18193
Signed-off-by: Nick Hainke <vincent@systemli.org>
(commit: 79aae6f)
The file was modifiedpackage/libs/libnl/Makefile (diff)
コミット bbe58f9830b38e171541db3eb9bc80ccc9428286 by ms
generic: net: phy: sfp: backport some FS copper SFP fixes

This fixes the handling of some FS copper SFP modules using the RollBall
protocol and needing some extra treatment.

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
(commit: bbe58f9)
The file was addedtarget/linux/generic/backport-6.6/785-02-v6.8-net-sfp-fix-PHY-discovery-for-FS-SFP-10G-T-module.patch
The file was addedtarget/linux/generic/backport-6.6/785-05-v6.15-net-sfp-add-quirk-for-FS-SFP-10GM-T-copper-SFP-module.patch
The file was addedtarget/linux/generic/backport-6.6/785-01-v6.8-net-sfp-rework-the-RollBall-PHY-waiting-code.patch
The file was addedtarget/linux/generic/backport-6.6/785-04-v6.10-net-sfp-enhance-quirk-for-Fibrestore-2.5G-copper-SFP-module.patch
The file was modifiedtarget/linux/realtek/patches-6.6/714-net-phy-sfp-add-support-for-SMBus.patch (diff)
The file was modifiedtarget/linux/generic/hack-6.6/790-SFP-GE-T-ignore-TX_FAULT.patch (diff)
The file was modifiedtarget/linux/realtek/patches-6.6/710-net-phy-sfp-re-probe-modules-on-DEV_UP-event.patch (diff)
The file was addedtarget/linux/generic/backport-6.6/785-03-v6.10-net-sfp-update-comment-for-FS-SFP-10G-T-quirk.patch
コミット 843e50f4fac243e21ffb3d1bd7a17a400b114057 by ms
mediatek: bpi-r4: create additional emmc gpt artifact

This makes it possible to initialize the eMMC from scratch like it is
done for the BPI-R3 mini (without an SD card).

Signed-off-by: Martin Schiller <ms@dev.tdt.de>
(commit: 843e50f)
The file was modifiedtarget/linux/mediatek/image/filogic.mk (diff)
コミット dbdd84725d5dd63480be7904d917a433b3c34b0b by robimarko
hostapd/RADIUS_server: add config option for IPv6

Even though IPv6 support for hostapd RADIUS server is implemented
(flag `-6`), it's not possible to enable it from configuration.

This commit adds this option and adapts init script.

Signed-off-by: Dávid Benko <davidbenko@davidbenko.dev>
Link: https://github.com/openwrt/openwrt/pull/18089
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: dbdd847)
The file was modifiedpackage/network/services/hostapd/files/radius.config (diff)
The file was modifiedpackage/network/services/hostapd/files/radius.init (diff)
コミット 939628f6b8373fb3dfd26d55229c81e584269a22 by robimarko
hostapd/RADIUS_server: enhance logging

Currently, logging level of the RADIUS server is a constant corresponding
to the highest verbosity (EXCESSIVE, ALL), but when running as a system
service, the output is discarded.

This commit makes logging verbosity configurable by `log_level` option
and redirects all logs to `logd`. Possible levels are defined in hostap
sources:
https://w1.fi/cgit/hostap/tree/src/utils/wpa_debug.h?id=012a893c469157d5734f6f33953497ea6e3b0169#n23
Their reference is inlined in `radius.config` file.

Default value for logging verbosity is INFO (even if the `-l` flag isn't
specified).

Signed-off-by: Dávid Benko <davidbenko@davidbenko.dev>
Link: https://github.com/openwrt/openwrt/pull/18089
Signed-off-by: Robert Marko <robimarko@gmail.com>
(commit: 939628f)
The file was modifiedpackage/network/services/hostapd/files/radius.config (diff)
The file was modifiedpackage/network/services/hostapd/src/hostapd/radius.c (diff)
The file was modifiedpackage/network/services/hostapd/files/radius.init (diff)
コミット 8d69613125e037d00a4d202e1fb26bfe6548b6b9 by hauke
armsr: Fix kmod-fsl-dpaa2-net build

The build failed because the CONFIG_FSL_DPAA2_ETH_DCB option was not
set. Activate this option to build the driver with DCB support when it
is available.

Fixes: 40f1db9cb11d ("kernel: Add KERNEL_DCB (Data Center Bridging)")
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 8d69613)
The file was modifiedtarget/linux/armsr/modules.mk (diff)
コミット aabc61d93f89bf3253bad98fd2fe8d5450c352bf by hauke
kernel: bump 6.6 to 6.6.81

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.81

All patches automatically rebased.

For x86, CONFIG_MICROCODE_LATE_FORCE_MINREV was introduced in this bump
with hrecommendation to enable it[1].

1. https://web.git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.6.81&id2=v6.6.80

Build system: x86/64
Build-tested: bcm27xx/bcm2712, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3
Run-tested: bcm27xx/bcm2712, flogic/xiaomi_redmi-router-ax6000-ubootmod, ramips/tplink_archer-a6-v3

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/18188
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: aabc61d)
The file was modifiedtarget/linux/bcm27xx/patches-6.6/950-0106-Add-support-for-all-the-downstream-rpi-sound-card-dr.patch (diff)
The file was modifiedtarget/linux/bcm27xx/patches-6.6/950-0518-net-macb-Also-set-DMA-coherent-mask.patch (diff)
The file was modifiedtarget/linux/bcm27xx/patches-6.6/950-1423-net-macb-Add-support-for-Raspberry-Pi-RP1-ethernet-c.patch (diff)
The file was modifiedtarget/linux/x86/config-6.6 (diff)
The file was modifiedtarget/linux/rockchip/patches-6.6/032-04-v6.10-phy-rockchip-Fix-typo-in-function-names.patch (diff)
The file was modifiedinclude/kernel-6.6 (diff)
コミット 7cf8f61eb24c32bb47925cbd11f1cde68c9ba0b9 by hauke
kernel: bump 6.6 to 6.6.82

Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.82

All patches automatically rebased.

Added CONFIG_MICROCODE_INITRD32=y to x86: config-6.6[1]

1. https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/diff/arch/x86/Kconfig?id=v6.6.82&id2=v6.6.81

Build system: x86/64
Build-tested: bcm27xx/bcm2712
Run-tested: bcm27xx/bcm2712

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/18188
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(commit: 7cf8f61)
The file was modifiedinclude/kernel-6.6 (diff)
The file was modifiedtarget/linux/x86/config-6.6 (diff)