Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test #154

Closed
wants to merge 11 commits into from
Closed

test #154

wants to merge 11 commits into from

Conversation

rmandrad
Copy link
Owner

@rmandrad rmandrad commented Sep 7, 2024

Thanks for your contribution to OpenWrt!

To help keep the codebase consistent and readable,
and to help people review your contribution,
we ask you to follow the rules you find in the wiki at this link
https://openwrt.org/submitting-patches

Please remove this message before posting the pull request.

nlzy and others added 11 commits September 6, 2024 22:17
configure 2.5G PHY LEDs to:

2500/1000: green with blink on TX/RX
100/10: green+yellow with blink on TX/RX

which is similar to other 1G PHY LEDs, which are:

1000: green with blink on TX/RX
100/10: green+yellow with blink on TX/RX

Fixes: 6cc14bf ("filogic: support Telenor branded ZyXEL EX5700")

Signed-off-by: Yan Cangang <[email protected]>
Link: openwrt#16082
Signed-off-by: Hauke Mehrtens <[email protected]>
Instead of ignoring errors, let the linux infrastructure handle it.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt#16262
Signed-off-by: Hauke Mehrtens <[email protected]>
Instead of avoiding returning, propagate error so that the kernel
infrastructure can handle it.

Signed-off-by: Rosen Penev <[email protected]>
Link: openwrt#16262
Signed-off-by: Hauke Mehrtens <[email protected]>
Changelog: https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.49

All patches automatically rebased.

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

Signed-off-by: John Audia <[email protected]>
Link: openwrt#16328
Signed-off-by: Hauke Mehrtens <[email protected]>
https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.1.108

All patches automatically rebased.

Build system: bcm53xx octeon

Signed-off-by: Zxl hhyccc <[email protected]>
Link: openwrt#16325
Signed-off-by: Hauke Mehrtens <[email protected]>
Include hotfix suggested by Sebastian Gottschall to fix bug introduced
with APuP patchset

Signed-off-by: Gioacchino Mazzurco <[email protected]>
Link: mirror/dd-wrt@0c3001a
Link: openwrt#16298
Signed-off-by: Hauke Mehrtens <[email protected]>
…flash targets

This patch activate *_FS_SECURITY and *_FS_ACL_ATTR options for all big flash memory targets.
Fixes docker error: "failed to register layer: lsetxattr security.capability /usr/bin/ping: operation not supported"
Forum discussion:
https://forum.openwrt.org/t/docker-pull-fails-failed-to-register-layer-operation-not-supported/138253

Signed-off-by: Leo Barsky <[email protected]>
Link: openwrt#16181
Signed-off-by: Hauke Mehrtens <[email protected]>
When CONFIG_USE_FS_ACL_ATTR is set we will also activate POSIX ACL
support for the f2fs, jffs2 and tmpfs file system. This option is
activated on all targets with big flash.

Link: openwrt#16181
Signed-off-by: Hauke Mehrtens <[email protected]>
If the user has ip-tiny or ip-full installed there is no need to depend on
BusyBox having any form of `ip` or `ip link` applets.

Signed-off-by: Christian Svensson <[email protected]>
Link: openwrt#16062
Signed-off-by: Hauke Mehrtens <[email protected]>
Adds u-boot config for access to system env variables on this board

Signed-off-by: Ivan Pavlov <[email protected]>
Link: openwrt#16312
Signed-off-by: Hauke Mehrtens <[email protected]>
OpenSSL 3.0.15 is a security patch release. The most severe CVE fixed in this release is Moderate.

This release incorporates the following bug fixes and mitigations:

  * Fixed possible denial of service in X.509 name checks (CVE-2024-6119)

  * Fixed possible buffer overread in SSL_select_next_proto() (CVE-2024-5535)

Added github releases url as source mirror

Signed-off-by: Ivan Pavlov <[email protected]>
Link: openwrt#16332
Signed-off-by: Hauke Mehrtens <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment