public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
* [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a2af8c71863c63bf2f6f8e41a11bd06088cc7401
@ 2024-01-10  6:27 Arne Fitzenreiter
  0 siblings, 0 replies; only message in thread
From: Arne Fitzenreiter @ 2024-01-10  6:27 UTC (permalink / raw)
  To: ipfire-scm

[-- Attachment #1: Type: text/plain, Size: 4166 bytes --]

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  a2af8c71863c63bf2f6f8e41a11bd06088cc7401 (commit)
      from  ed5e80eb626db0c6dd96f5a4c4dbe3fb7cd05fc2 (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 a2af8c71863c63bf2f6f8e41a11bd06088cc7401
Author: Arne Fitzenreiter <arne_f(a)ipfire.org>
Date:   Wed Jan 10 06:26:25 2024 +0000

    kernel: aarch64: enable CONFIG_SHADOW_CALL_STACK
    
    Signed-off-by: Arne Fitzenreiter <arne_f(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 config/kernel/kernel.config.aarch64-ipfire | 2 +-
 config/rootfiles/common/aarch64/linux      | 6 +-----
 2 files changed, 2 insertions(+), 6 deletions(-)

Difference in files:
diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire
index dd8a3f815..c69826461 100644
--- a/config/kernel/kernel.config.aarch64-ipfire
+++ b/config/kernel/kernel.config.aarch64-ipfire
@@ -718,7 +718,7 @@ CONFIG_HAVE_STACKPROTECTOR=y
 CONFIG_STACKPROTECTOR=y
 CONFIG_STACKPROTECTOR_STRONG=y
 CONFIG_ARCH_SUPPORTS_SHADOW_CALL_STACK=y
-# CONFIG_SHADOW_CALL_STACK is not set
+CONFIG_SHADOW_CALL_STACK=y
 CONFIG_ARCH_SUPPORTS_LTO_CLANG=y
 CONFIG_ARCH_SUPPORTS_LTO_CLANG_THIN=y
 CONFIG_LTO_NONE=y
diff --git a/config/rootfiles/common/aarch64/linux b/config/rootfiles/common/aarch64/linux
index f16fd854d..5d2d36a46 100644
--- a/config/rootfiles/common/aarch64/linux
+++ b/config/rootfiles/common/aarch64/linux
@@ -5428,9 +5428,6 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/drivers/phy/ralink
 #lib/modules/KVER-ipfire/build/drivers/phy/ralink/Kconfig
 #lib/modules/KVER-ipfire/build/drivers/phy/ralink/Makefile
-#lib/modules/KVER-ipfire/build/drivers/phy/realtek
-#lib/modules/KVER-ipfire/build/drivers/phy/realtek/Kconfig
-#lib/modules/KVER-ipfire/build/drivers/phy/realtek/Makefile
 #lib/modules/KVER-ipfire/build/drivers/phy/renesas
 #lib/modules/KVER-ipfire/build/drivers/phy/renesas/Kconfig
 #lib/modules/KVER-ipfire/build/drivers/phy/renesas/Makefile
@@ -8334,7 +8331,6 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/DWMAC_GENERIC
 #lib/modules/KVER-ipfire/build/include/config/DWMAC_IMX8
 #lib/modules/KVER-ipfire/build/include/config/DWMAC_INTEL_PLAT
-#lib/modules/KVER-ipfire/build/include/config/DWMAC_LOONGSON
 #lib/modules/KVER-ipfire/build/include/config/DWMAC_MESON
 #lib/modules/KVER-ipfire/build/include/config/DWMAC_ROCKCHIP
 #lib/modules/KVER-ipfire/build/include/config/DWMAC_SUN8I
@@ -10880,6 +10876,7 @@ etc/modprobe.d/ipv6.conf
 #lib/modules/KVER-ipfire/build/include/config/SGETMASK_SYSCALL
 #lib/modules/KVER-ipfire/build/include/config/SGL_ALLOC
 #lib/modules/KVER-ipfire/build/include/config/SG_POOL
+#lib/modules/KVER-ipfire/build/include/config/SHADOW_CALL_STACK
 #lib/modules/KVER-ipfire/build/include/config/SHMEM
 #lib/modules/KVER-ipfire/build/include/config/SHUFFLE_PAGE_ALLOCATOR
 #lib/modules/KVER-ipfire/build/include/config/SIGNALFD
@@ -21608,7 +21605,6 @@ lib/modules/KVER-ipfire/kernel
 #lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-generic.ko.xz
 #lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-imx.ko.xz
 #lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-intel-plat.ko.xz
-#lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-loongson.ko.xz
 #lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-meson.ko.xz
 #lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-meson8b.ko.xz
 #lib/modules/KVER-ipfire/kernel/drivers/net/ethernet/stmicro/stmmac/dwmac-rk.ko.xz


hooks/post-receive
--
IPFire 2.x development tree

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-01-10  6:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-10  6:27 [git.ipfire.org] IPFire 2.x development tree branch, next, updated. a2af8c71863c63bf2f6f8e41a11bd06088cc7401 Arne Fitzenreiter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox