]> git.ipfire.org Git - thirdparty/openwrt.git/commit
nat46: fix reproducible-build failure and use latest git 21284/head
authorJohn Audia <therealgraysky@proton.me>
Thu, 25 Dec 2025 13:31:13 +0000 (08:31 -0500)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 4 Jan 2026 16:13:11 +0000 (17:13 +0100)
commit6c9c641777a47fe565e43b19b7134ded66e11de4
treebfc38d6dbbe9f01260084b1f91b7d6f609f9b143
parent7214acd7599a25863d6185a036d878b593b4b16c
nat46: fix reproducible-build failure and use latest git

Bump to 2025-11-04 snapshot.

Added 100-gcc15-fix.patch which drops __DATE__/__TIME__ usage and provides
a stable fallback ("unknown"). This fixes build failures with GCC 15 and
-Werror=date-time in kernel builds.

% git log --oneline 04923c5..adb2f72
adb2f72e6fb8 get rid of spurious ubsan complaint for nat46_instance_t pairs field
d5f88686a4a8 Add a test harness which boots the kernel under kvm with a custom init which runs the tests
b983bab221f0 nat46-core: Fix FIXMEs about ICMPv6 parameter pointers
1aca482d6917 Add support for ignoring traffic class or TOS translation at the same time

Signed-off-by: John Audia <therealgraysky@proton.me>
Link: https://github.com/openwrt/openwrt/pull/21284
[Removed "Replace printk with pr_* macros" patch]
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/kernel/nat46/Makefile
package/kernel/nat46/patches/100-gcc15-fix.patch [new file with mode: 0644]