]> git.ipfire.org Git - thirdparty/openwrt.git/commit
kernel: Remove patch for fixed bug openwrt-24.10 19839/head
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 21 Aug 2025 20:07:06 +0000 (22:07 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 24 Aug 2025 13:30:57 +0000 (15:30 +0200)
commit6bf869db0fe181b28ff71f3145715adc47de1a6b
tree9a480311106f563b01325753ab320a6c3e56e46c
parentc510f7e9733e05d6496085cec1b2ac9b74f2aa19
kernel: Remove patch for fixed bug

The problem was fixed in upstream kernel in a different way and the
change was backported to kernel 6.6 in the following change:
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-6.6.y&id=48e8791843206baf76827df1b6ee3cb88a2a17d8

The removed patch changes the endianness again and breaks the
functionality, use only the upstream code and remove our unneeded patch.

The 823-v6.12-0003-nvmem-layouts-add-U-Boot-env-layout.patch patch was
adapted in the kernel bump too. It moves the code with the fix now.

Fixes: 05d344cb2ca3 ("kernel: bump 6.6 to 6.6.100")
Reported-by: Michael Pratt <mcpratt@pm.me>
Link: https://github.com/openwrt/openwrt/pull/19830
(cherry picked from commit 4cd256c72a7e823e55475786eb1f2a1f7ffcd497)
Link: https://github.com/openwrt/openwrt/pull/19839
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/generic/pending-6.6/802-nvmem-u-boot-env-align-endianness-of-crc32-values.patch [deleted file]