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 ef972dcf7af72f2ba809e21fb04f10ca868e19d8 (commit) from 6dd1860f0d3798860d6e7204243e88203d25eab3 (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 ef972dcf7af72f2ba809e21fb04f10ca868e19d8 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Mon Nov 29 09:14:33 2021 +0000
kernel: update arm config and rootfile (oldconfig)
Signed-off-by: Arne Fitzenreiter arne_f@ipfire.org
-----------------------------------------------------------------------
Summary of changes: config/kernel/kernel.config.aarch64-ipfire | 3 ++- config/kernel/kernel.config.armv6l-ipfire | 4 +++- config/rootfiles/common/armv6l/linux | 1 + 3 files changed, 6 insertions(+), 2 deletions(-)
Difference in files: diff --git a/config/kernel/kernel.config.aarch64-ipfire b/config/kernel/kernel.config.aarch64-ipfire index 7a6e9a545..96ddc272d 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 5.15.3-ipfire Kernel Configuration +# Linux/arm64 5.15.5-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0" CONFIG_CC_IS_GCC=y @@ -7393,6 +7393,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_PMSG is not set # CONFIG_PSTORE_FTRACE is not set # CONFIG_PSTORE_RAM is not set +# CONFIG_PSTORE_BLK is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # CONFIG_EROFS_FS is not set diff --git a/config/kernel/kernel.config.armv6l-ipfire b/config/kernel/kernel.config.armv6l-ipfire index fe37469d6..7913d5cf0 100644 --- a/config/kernel/kernel.config.armv6l-ipfire +++ b/config/kernel/kernel.config.armv6l-ipfire @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 5.15.3-ipfire Kernel Configuration +# Linux/arm 5.15.5-ipfire Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.1.0" CONFIG_CC_IS_GCC=y @@ -960,6 +960,7 @@ CONFIG_ZONE_DMA=y # CONFIG_PERCPU_STATS is not set # CONFIG_GUP_TEST is not set CONFIG_KMAP_LOCAL=y +CONFIG_KMAP_LOCAL_NON_LINEAR_PTE_ARRAY=y
# # Data Access Monitoring @@ -7414,6 +7415,7 @@ CONFIG_PSTORE_COMPRESS_DEFAULT="deflate" # CONFIG_PSTORE_PMSG is not set # CONFIG_PSTORE_FTRACE is not set # CONFIG_PSTORE_RAM is not set +# CONFIG_PSTORE_BLK is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set # CONFIG_EROFS_FS is not set diff --git a/config/rootfiles/common/armv6l/linux b/config/rootfiles/common/armv6l/linux index f3a7bcc0e..070087d54 100644 --- a/config/rootfiles/common/armv6l/linux +++ b/config/rootfiles/common/armv6l/linux @@ -8613,6 +8613,7 @@ etc/modprobe.d/ipv6.conf #lib/modules/KVER-ipfire/build/include/config/KEYBOARD_TWL4030 #lib/modules/KVER-ipfire/build/include/config/KEYS #lib/modules/KVER-ipfire/build/include/config/KMAP_LOCAL +#lib/modules/KVER-ipfire/build/include/config/KMAP_LOCAL_NON_LINEAR_PTE_ARRAY #lib/modules/KVER-ipfire/build/include/config/KS8842 #lib/modules/KVER-ipfire/build/include/config/KS8851_MLL #lib/modules/KVER-ipfire/build/include/config/KSM
hooks/post-receive -- IPFire 2.x development tree