From: Arne Fitzenreiter <git@ipfire.org>
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 0105e8685da8dac43690d7e47ed8531550ce5863
Date: Sat, 02 Aug 2025 07:18:49 +0000 (UTC) [thread overview]
Message-ID: <4bvDh952fJz2xFP@people01.haj.ipfire.org> (raw)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 2.x development tree".
The branch, next has been updated
via 0105e8685da8dac43690d7e47ed8531550ce5863 (commit)
from 6add597f163df40e008bccc115b33eeaf353548d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0105e8685da8dac43690d7e47ed8531550ce5863
Author: Arne Fitzenreiter <arne_f@ipfire.org>
Date: Sat Aug 2 09:18:26 2025 +0200
kernel: update to 6.12.41
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
-----------------------------------------------------------------------
Summary of changes:
config/kernel/kernel.config.aarch64-ipfire | 2 +-
config/kernel/kernel.config.riscv64-ipfire | 8 +++++++-
config/kernel/kernel.config.x86_64-ipfire | 2 +-
config/rootfiles/common/riscv64/linux | 4 ++++
lfs/linux | 4 ++--
5 files changed, 15 insertions(+), 5 deletions(-)
Difference in files:
diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
index 304ae9243..775b23d8e 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/arm64 6.12.39 Kernel Configuration
+# Linux/arm64 6.12.41 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.1.0"
CONFIG_CC_IS_GCC=y
diff --git a/config/kernel/kernel.config.riscv64-ipfire b/config/kernel/kernel.config.riscv64-ipfire
index f7335a339..160120eb8 100644
--- a/config/kernel/kernel.config.riscv64-ipfire
+++ b/config/kernel/kernel.config.riscv64-ipfire
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/riscv 6.12.33 Kernel Configuration
+# Linux/riscv 6.12.41 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.1.0"
CONFIG_CC_IS_GCC=y
@@ -6882,6 +6882,12 @@ CONFIG_CUSE=m
# CONFIG_VIRTIO_FS is not set
CONFIG_FUSE_PASSTHROUGH=y
CONFIG_OVERLAY_FS=y
+# CONFIG_OVERLAY_FS_REDIRECT_DIR is not set
+CONFIG_OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW=y
+# CONFIG_OVERLAY_FS_INDEX is not set
+# CONFIG_OVERLAY_FS_XINO_AUTO is not set
+# CONFIG_OVERLAY_FS_METACOPY is not set
+# CONFIG_OVERLAY_FS_DEBUG is not set
#
# Caches
diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel.config.x86_64-ipfire
index b7b2dc432..2ffc8bba1 100644
--- a/config/kernel/kernel.config.x86_64-ipfire
+++ b/config/kernel/kernel.config.x86_64-ipfire
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86 6.12.39 Kernel Configuration
+# Linux/x86 6.12.41 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="gcc (GCC) 15.1.0"
CONFIG_CC_IS_GCC=y
diff --git a/config/rootfiles/common/riscv64/linux b/config/rootfiles/common/riscv64/linux
index 67d1dd018..bf0deb05f 100644
--- a/config/rootfiles/common/riscv64/linux
+++ b/config/rootfiles/common/riscv64/linux
@@ -9545,6 +9545,8 @@ etc/modprobe.d/ipv6.conf
#lib/modules/KVER/build/include/config/OF_RESERVED_MEM
#lib/modules/KVER/build/include/config/OID_REGISTRY
#lib/modules/KVER/build/include/config/OPEN_ALLIANCE_HELPERS
+#lib/modules/KVER/build/include/config/OVERLAY_FS
+#lib/modules/KVER/build/include/config/OVERLAY_FS_REDIRECT_ALWAYS_FOLLOW
#lib/modules/KVER/build/include/config/P54_COMMON
#lib/modules/KVER/build/include/config/P54_LEDS
#lib/modules/KVER/build/include/config/P54_PCI
@@ -18537,6 +18539,7 @@ etc/modprobe.d/ipv6.conf
#lib/modules/KVER/build/scripts/gdb/linux/interrupts.py
#lib/modules/KVER/build/scripts/gdb/linux/kasan.py
#lib/modules/KVER/build/scripts/gdb/linux/lists.py
+#lib/modules/KVER/build/scripts/gdb/linux/mapletree.py
#lib/modules/KVER/build/scripts/gdb/linux/mm.py
#lib/modules/KVER/build/scripts/gdb/linux/modules.py
#lib/modules/KVER/build/scripts/gdb/linux/page_owner.py
@@ -18552,6 +18555,7 @@ etc/modprobe.d/ipv6.conf
#lib/modules/KVER/build/scripts/gdb/linux/utils.py
#lib/modules/KVER/build/scripts/gdb/linux/vfs.py
#lib/modules/KVER/build/scripts/gdb/linux/vmalloc.py
+#lib/modules/KVER/build/scripts/gdb/linux/xarray.py
#lib/modules/KVER/build/scripts/gdb/vmlinux-gdb.py
#lib/modules/KVER/build/scripts/gen-randstruct-seed.sh
#lib/modules/KVER/build/scripts/generate_builtin_ranges.awk
diff --git a/lfs/linux b/lfs/linux
index a1f705786..52f8cb427 100644
--- a/lfs/linux
+++ b/lfs/linux
@@ -24,7 +24,7 @@
include Config
-VER = 6.12.39
+VER = 6.12.41
THISAPP = linux-$(VER)
DL_FILE = linux-$(VER).tar.xz
@@ -69,7 +69,7 @@ objects = \
$(DL_FILE) = $(URL_IPFIRE)/$(DL_FILE)
-$(DL_FILE)_BLAKE2 = 405c076e8ad055fb593c219b3810cdcfc84117c289744778e89e8f6076b8a0b6f238d1a438a0a46f615a4da50c05814d7da76ccedd6656c4ff6917d99a4c13e4
+$(DL_FILE)_BLAKE2 = 397efcded0f4adec48820e6c97685ce58bbe213cfb0355e36b096a1fad88f108eeee6ee3ce460cadc3b543252ed115c3b6dd4d27fb533dad8fd6a7a2ae53b338
install : $(TARGET)
hooks/post-receive
--
IPFire 2.x development tree
reply other threads:[~2025-08-02 7:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4bvDh952fJz2xFP@people01.haj.ipfire.org \
--to=git@ipfire.org \
--cc=ipfire-scm@lists.ipfire.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox