diff --git a/config.tar.bz2 b/config.tar.bz2 index b08f9fb9..1a144423 100644 --- a/config.tar.bz2 +++ b/config.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:91b93ba914aa103ef409dfdc67d7cff067415fcf83b7537bb4e1565407cd91b6 -size 298352 +oid sha256:d53e6c47be1258dda5c23d78187b377922366427603bf1c196a388ae00c93425 +size 298332 diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 90f1de96..92ee7ef5 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index b6e6da38..a1200c22 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -1,7 +1,7 @@ # # spec file for package dtb-aarch64 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ Name: dtb-aarch64 Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 90f1de96..92ee7ef5 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 04ff2073..7e7089b7 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -1,7 +1,7 @@ # # spec file for package dtb-armv6l # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ Name: dtb-armv6l Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 90f1de96..92ee7ef5 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 23942396..cb66ee3e 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -1,7 +1,7 @@ # # spec file for package dtb-armv7l # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ Name: dtb-armv7l Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index 90f1de96..92ee7ef5 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index cc22512a..2dc6a97f 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -1,7 +1,7 @@ # # spec file for package dtb-riscv64 # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -31,7 +31,7 @@ Name: dtb-riscv64 Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 53bf0b19..6972a4ea 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-64kb # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ License: GPL-2.0-only Group: System/Kernel Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -231,10 +231,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b -Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce +Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce # END COMMON DEPS -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc diff --git a/kernel-debug.changes b/kernel-debug.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-debug.spec b/kernel-debug.spec index 45393bbf..a7716c9d 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-debug # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ License: GPL-2.0-only Group: System/Kernel Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -231,10 +231,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b -Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce +Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce # END COMMON DEPS -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %ifarch ppc64 Provides: kernel-kdump = 2.6.28 Obsoletes: kernel-kdump <= 2.6.28 diff --git a/kernel-default.changes b/kernel-default.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-default.spec b/kernel-default.spec index 3a2214f5..ea1c702a 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-default # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ License: GPL-2.0-only Group: System/Kernel Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -231,10 +231,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b -Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce +Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce # END COMMON DEPS -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %ifarch %ix86 Provides: kernel-smp = 2.6.17 Obsoletes: kernel-smp <= 2.6.17 diff --git a/kernel-docs.changes b/kernel-docs.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-docs.spec b/kernel-docs.spec index dfbed19d..02cd5ed6 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-docs # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,7 +33,7 @@ License: GPL-2.0-only Group: Documentation/Man Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding %endif Url: http://www.kernel.org/ Provides: %name = %version-%source_rel -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index 43ee8197..9b6ee6da 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-kvmsmall # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ License: GPL-2.0-only Group: System/Kernel Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -231,10 +231,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b -Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce +Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce # END COMMON DEPS -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 3ae28b2a..f6b21bd9 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-lpae # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ License: GPL-2.0-only Group: System/Kernel Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -231,10 +231,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b -Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce +Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce # END COMMON DEPS -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 28167d9d..22fee45b 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-obs-build # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +BuildRequires: kernel%kernel_flavor-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %if 0%{?rhel_version} BuildRequires: kernel @@ -66,7 +66,7 @@ License: GPL-2.0-only Group: SLES Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index a6c23277..1a2d6943 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-obs-qa # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -38,7 +38,7 @@ License: GPL-2.0-only Group: SLES Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-pae.spec b/kernel-pae.spec index f93dcc77..19602995 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-pae # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ License: GPL-2.0-only Group: System/Kernel Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -231,10 +231,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b -Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce +Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce # END COMMON DEPS -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %ifarch %ix86 Provides: kernel-bigsmp = 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17 diff --git a/kernel-source.changes b/kernel-source.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-source.spec b/kernel-source.spec index 6f26f370..71d4e684 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-source # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -37,7 +37,7 @@ License: GPL-2.0-only Group: Development/Sources Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -48,7 +48,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce Provides: linux Provides: multiversion(kernel) Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-syms.changes b/kernel-syms.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-syms.spec b/kernel-syms.spec index 28b7dcb9..05fec099 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-syms # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Group: Development/Sources Version: 5.15.12 %if %using_buildservice %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel %endif Requires: pesign-obs-integration Provides: %name = %version-%source_rel -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index 922cdbc1..e93bd366 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-vanilla # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ License: GPL-2.0-only Group: System/Kernel Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -231,10 +231,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b -Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce +Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce # END COMMON DEPS -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index 90f1de96..92ee7ef5 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz Better to disable it completely. - commit 730a488 +------------------------------------------------------------------- +Wed Dec 22 20:47:38 CET 2021 - dmueller@suse.com + +- config: disable BTRFS_ASSERT in default kernels + BTRFS_ASSERT is marked as developer only option and hence + shouldn't be enabled in the default kernel. we enable it + in the debug flavor now. + This improves performance of a fio randrw run by over 21% and + reduces code size by 25%. +- commit 81985a6 + ------------------------------------------------------------------- Wed Dec 22 12:56:56 CET 2021 - jslaby@suse.cz @@ -3934,6 +3945,22 @@ Wed Nov 3 09:29:23 CET 2021 - mkubecek@suse.cz - patches.suse/rtw89-remove-unneeded-semicolon.patch - commit 2e35b89 +------------------------------------------------------------------- +Mon Nov 1 19:35:24 CET 2021 - mcgrof@suse.com + +- Drop patches where were added for ustat() + glibc doesn't expose this system call anymore, and so no point in + carrying this delta. LTP does test for this but the test uses its + own headers instead of libc for it. It is not worth carrying this + delta for a deprecated call. + This patch set was tested with kernel-ci and found no new regressions + with btrfs. +- Delete + patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch. +- Delete patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch. + (Cherry picked from commit ea7c7f6bd63bd560c95f994b1aff269fa53bfc8d) +- commit 9fa259a + ------------------------------------------------------------------- Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index af669247..97daf82e 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -1,7 +1,7 @@ # # spec file for package kernel-zfcpdump # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -109,7 +109,7 @@ License: GPL-2.0-only Group: System/Kernel Version: 5.15.12 %if 0%{?is_kotd} -Release: .ga77f415 +Release: .g9fa259a %else Release: 0 %endif @@ -231,10 +231,10 @@ Conflicts: hyper-v < 4 Conflicts: libc.so.6()(64bit) %endif Provides: kernel = %version-%source_rel -Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b -Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce +Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce # END COMMON DEPS -Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source3: kernel-source.rpmlintrc diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index b7b061b5..97016854 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cbb7a54e90e15ec2a94dbc6dc5971ff4b337cc754a0ab995ed9df456caf1cc5f -size 292542 +oid sha256:b7509b0eabdae1c252efe2787fa7c499a8479903ea9ed9477d06caa5d77cada9 +size 289725 diff --git a/series.conf b/series.conf index 5e905e31..2d144253 100644 --- a/series.conf +++ b/series.conf @@ -2289,8 +2289,6 @@ # btrfs patches.suse/btrfs-provide-super_operations-get_inode_dev - patches.suse/btrfs-fs-super.c-add-new-super-block-devices-super_block_d.patch -+fdmanana patches.suse/btrfs-use-the-new-VFS-super_block_dev.patch patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch # ext[2-4] diff --git a/source-timestamp b/source-timestamp index 9bf030a3..e72f107a 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2021-12-30 16:51:40 +0000 -GIT Revision: a77f4158d9e0c0a48f02a85e65b81ded335e0d5b +2022-01-03 12:07:49 +0000 +GIT Revision: 9fa259af6bdf08029dac072529e2cf77502027ce GIT Branch: stable