From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4bvDhC56BZz309S for ; Sat, 2 Aug 2025 07:18:51 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R11" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4bvDhC4qgLz2xXK for ; Sat, 2 Aug 2025 07:18:51 +0000 (UTC) Received: from people01.haj.ipfire.org (people01.haj.ipfire.org [172.28.1.161]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature ECDSA (secp384r1) client-digest SHA384) (Client CN "people01.haj.ipfire.org", Issuer "E5" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4bvDh96YBCzyc for ; Sat, 2 Aug 2025 07:18:49 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1754119129; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=+6eEN7zvdHa5kQNAvhzpiqwO3jFL5XM6wIV8B3yvBKc=; b=ozwDDEZ9kXK2qtf589U2mCakCx3H2IcuuF8TOzm7JOlL0v1vD2DZ0My6Qc9HXc9PxJ6yQm k6+KQyUvhigfj9Dw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1754119129; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=+6eEN7zvdHa5kQNAvhzpiqwO3jFL5XM6wIV8B3yvBKc=; b=sgkxWfVL5uZq2y0ZU6VmsZHLDcJ/UnUZdLPkbGbUGzz4a3WufdvYd9zHppTwt/MWHfJGsf CgpzHf7yuWsTCx1P1jEvao/WYrb9XxjaO7GtEKUM0AqsBqmZYBwUkZNK7YW8vBMH0qeBbf 5Ro/VW/Og4w0I6PRwoTmtEXAgQMjU+WQ8DUrQ/mJ+RoBxBYw1vN9LlNRTxv6ewzKBZbOEq NWhL+swa6u6P9viUQMZnrQaP/ue5xhp4bhuommqFdG5oK7MdxplglNnmg0t4h9vMe5R/6c 7u/JncsGxP8XcPUACUbb+akRLcF7LencinSCRmqK3x0b3yiux4UOiDwyx4iViQ== Received: by people01.haj.ipfire.org (Postfix, from userid 1001) id 4bvDh952fJz2xFP; Sat, 02 Aug 2025 07:18:49 +0000 (UTC) To: ipfire-scm@lists.ipfire.org Subject: [git.ipfire.org] IPFire 2.x development tree branch, next, updated. 0105e8685da8dac43690d7e47ed8531550ce5863 X-Git-Refname: refs/heads/next X-Git-Reftype: branch X-Git-Oldrev: 6add597f163df40e008bccc115b33eeaf353548d X-Git-Newrev: 0105e8685da8dac43690d7e47ed8531550ce5863 Message-Id: <4bvDh952fJz2xFP@people01.haj.ipfire.org> Date: Sat, 02 Aug 2025 07:18:49 +0000 (UTC) From: Arne Fitzenreiter Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: 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 Date: Sat Aug 2 09:18:26 2025 +0200 kernel: update to 6.12.41 Signed-off-by: Arne Fitzenreiter ----------------------------------------------------------------------- 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