From 8a0faaa961d6d857c3060091141aece62c4261a5 Mon Sep 17 00:00:00 2001 From: cr6git Date: Sun, 22 Apr 2018 02:53:57 +0200 Subject: [PATCH] linux4.16: update to 4.16.3, change ext2/ext3 config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: #13726 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller --- srcpkgs/linux4.16/files/arm-dotconfig | 12 ++++-------- srcpkgs/linux4.16/files/i386-dotconfig | 12 ++++-------- srcpkgs/linux4.16/files/x86_64-dotconfig | 12 ++++-------- srcpkgs/linux4.16/template | 4 ++-- 4 files changed, 14 insertions(+), 26 deletions(-) diff --git a/srcpkgs/linux4.16/files/arm-dotconfig b/srcpkgs/linux4.16/files/arm-dotconfig index fe26e8db836..770cb26d26a 100644 --- a/srcpkgs/linux4.16/files/arm-dotconfig +++ b/srcpkgs/linux4.16/files/arm-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.16.0-rc6 Kernel Configuration +# Linux/arm 4.16.3 Kernel Configuration # CONFIG_ARM=y CONFIG_ARM_HAS_SG_CHAIN=y @@ -5613,14 +5613,10 @@ CONFIG_MULTIPLEXER=m # File systems # CONFIG_FS_IOMAP=y -CONFIG_EXT2_FS=m -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -CONFIG_EXT3_FS=y -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=y +CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y CONFIG_EXT4_ENCRYPTION=y diff --git a/srcpkgs/linux4.16/files/i386-dotconfig b/srcpkgs/linux4.16/files/i386-dotconfig index 0c1330383a2..d9dc5bd0c7b 100644 --- a/srcpkgs/linux4.16/files/i386-dotconfig +++ b/srcpkgs/linux4.16/files/i386-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/i386 4.16.0-rc7 Kernel Configuration +# Linux/i386 4.16.3 Kernel Configuration # # CONFIG_64BIT is not set CONFIG_X86_32=y @@ -7710,14 +7710,10 @@ CONFIG_EFI_DEV_PATH_PARSER=y # CONFIG_DCACHE_WORD_ACCESS=y CONFIG_FS_IOMAP=y -CONFIG_EXT2_FS=m -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -CONFIG_EXT3_FS=m -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=m +CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_ENCRYPTION is not set diff --git a/srcpkgs/linux4.16/files/x86_64-dotconfig b/srcpkgs/linux4.16/files/x86_64-dotconfig index 45b4cf98ccf..7d20004a575 100644 --- a/srcpkgs/linux4.16/files/x86_64-dotconfig +++ b/srcpkgs/linux4.16/files/x86_64-dotconfig @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86_64 4.16.0-rc6 Kernel Configuration +# Linux/x86_64 4.16.3 Kernel Configuration # CONFIG_64BIT=y CONFIG_X86_64=y @@ -7803,14 +7803,10 @@ CONFIG_EFI_DEV_PATH_PARSER=y # CONFIG_DCACHE_WORD_ACCESS=y CONFIG_FS_IOMAP=y -CONFIG_EXT2_FS=m -CONFIG_EXT2_FS_XATTR=y -CONFIG_EXT2_FS_POSIX_ACL=y -CONFIG_EXT2_FS_SECURITY=y -CONFIG_EXT3_FS=m -CONFIG_EXT3_FS_POSIX_ACL=y -CONFIG_EXT3_FS_SECURITY=y +# CONFIG_EXT2_FS is not set +# CONFIG_EXT3_FS is not set CONFIG_EXT4_FS=m +CONFIG_EXT4_USE_FOR_EXT2=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_ENCRYPTION is not set diff --git a/srcpkgs/linux4.16/template b/srcpkgs/linux4.16/template index 2506873ff17..a06464934c0 100644 --- a/srcpkgs/linux4.16/template +++ b/srcpkgs/linux4.16/template @@ -1,6 +1,6 @@ # Template file for 'linux4.16' pkgname=linux4.16 -version=4.16.2 +version=4.16.3 revision=1 patch_args="-Np1" wrksrc="linux-${version}" @@ -9,7 +9,7 @@ homepage="https://www.kernel.org" license="GPL-2" short_desc="The Linux kernel and modules (${version%.*} series)" distfiles="https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-${version}.tar.xz" -checksum=470b1fe3b8ee5d1e8e0be5c4e5928b6d5bc00e9ab6c4cff18ff680d3ef20f894 +checksum=0d6971a81da97e38b974c5eba31a74803bfe41aabc46d406c3acda56306c81a3 nodebug=yes # -dbg package is generated below manually nostrip=yes