Mieczyslaw Nalewaj

Results 224 comments of Mieczyslaw Nalewaj

Maybe use function simple_random_u32_below(PAGE_SIZE) instead of get_random_u32_below(PAGE_SIZE) in file /arch/mips/kernel/process.c: ``` static u32 simple_random_u32_below(u32 max) { static u32 seed = 1; seed ^= seed > 17; seed ^= seed

The patch is a squash of several others e.g.: https://github.com/torvalds/linux/commit/163e32065c1d498337f33d233f0b03ad26dcb35e, https://github.com/torvalds/linux/commit/c22242787539dfa56dc10ad3b0ab94509b8b170e, https://github.com/torvalds/linux/commit/eff85f21226f7de80f0ca343a62bab1776974781, https://github.com/torvalds/linux/commit/26a6e0940145f1edd871976a315668a693b60bc0

@hauke I went back to the original successive stages created by @luizluca

Additionally, I've created LED modules for several LAN interfaces (ledtrig-netlan) and several WiFi interfaces (ledtrig-netwlan). Patch available at: https://github.com/openwrt/openwrt/pull/19903. Tests and any comments are welcome.

For testing purposes, I've adapted the rtl8356mb driver to support the rtl8367s-vb chip (rtl8367d family chip). The code is available at https://github.com/namiltd/rtl8367d/pull/3. Unfortunately, I don't have a router with this...

@Noltari, @mantas-p, @neheb I invite You to test it and continue. I'm stuck on fixes for ath12k and rtl.

@naheb Unfortunately, I have no knowledge about the validity of removing these patches.

@rmandrad It is easier to replace strlcpy with strscpy.

@rmandrad implemented

I added the https://github.com/openwrt/openwrt/pull/18911/commits/44398db4945a4d3846d2480c8e3108fffbfa6a6f patch at the same time as a separate PR: https://github.com/openwrt/openwrt/pull/18927 Patch https://github.com/openwrt/openwrt/pull/18911/commits/776dfc1b74a39b892eb5233fe16ea2f7b294ed7b concerns mac80211 v6.14.5 so it is here. One of my patches for Kernel 6.12...