commit 9fa259af6bdf08029dac072529e2cf77502027ce
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1643
This commit is contained in:
parent
a5737c124a
commit
10c402eb73
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:91b93ba914aa103ef409dfdc67d7cff067415fcf83b7537bb4e1565407cd91b6
|
oid sha256:d53e6c47be1258dda5c23d78187b377922366427603bf1c196a388ae00c93425
|
||||||
size 298352
|
size 298332
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dtb-aarch64
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,7 +31,7 @@
|
|||||||
Name: dtb-aarch64
|
Name: dtb-aarch64
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dtb-armv6l
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,7 +31,7 @@
|
|||||||
Name: dtb-armv6l
|
Name: dtb-armv6l
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dtb-armv7l
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,7 +31,7 @@
|
|||||||
Name: dtb-armv7l
|
Name: dtb-armv7l
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dtb-riscv64
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -31,7 +31,7 @@
|
|||||||
Name: dtb-riscv64
|
Name: dtb-riscv64
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-64kb
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-debug
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Provides: kernel-kdump = 2.6.28
|
Provides: kernel-kdump = 2.6.28
|
||||||
Obsoletes: kernel-kdump <= 2.6.28
|
Obsoletes: kernel-kdump <= 2.6.28
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-default
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-smp = 2.6.17
|
Provides: kernel-smp = 2.6.17
|
||||||
Obsoletes: kernel-smp <= 2.6.17
|
Obsoletes: kernel-smp <= 2.6.17
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-docs
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -33,7 +33,7 @@ License: GPL-2.0-only
|
|||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-kvmsmall
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-lpae
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-obs-build
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel%kernel_flavor-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
BuildRequires: kernel%kernel_flavor-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
@ -66,7 +66,7 @@ License: GPL-2.0-only
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-obs-qa
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -38,7 +38,7 @@ License: GPL-2.0-only
|
|||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-pae
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-bigsmp = 2.6.17
|
Provides: kernel-bigsmp = 2.6.17
|
||||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-source
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -37,7 +37,7 @@ License: GPL-2.0-only
|
|||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -48,7 +48,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
Requires(post): coreutils sed
|
Requires(post): coreutils sed
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-syms
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -27,7 +27,7 @@ Group: Development/Sources
|
|||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
|||||||
%endif
|
%endif
|
||||||
Requires: pesign-obs-integration
|
Requires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-vanilla
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -230,6 +230,17 @@ Thu Dec 23 07:47:43 CET 2021 - jslaby@suse.cz
|
|||||||
Better to disable it completely.
|
Better to disable it completely.
|
||||||
- commit 730a488
|
- 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
|
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
|
- patches.suse/rtw89-remove-unneeded-semicolon.patch
|
||||||
- commit 2e35b89
|
- 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
|
Mon Nov 1 07:51:41 CET 2021 - tiwai@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package kernel-zfcpdump
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -109,7 +109,7 @@ License: GPL-2.0-only
|
|||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.15.12
|
Version: 5.15.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.ga77f415
|
Release: <RELEASE>.g9fa259a
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -231,10 +231,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-%build_flavor-base-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
Provides: kernel-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: kernel-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
Provides: %name-srchash-9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:cbb7a54e90e15ec2a94dbc6dc5971ff4b337cc754a0ab995ed9df456caf1cc5f
|
oid sha256:b7509b0eabdae1c252efe2787fa7c499a8479903ea9ed9477d06caa5d77cada9
|
||||||
size 292542
|
size 289725
|
||||||
|
@ -2289,8 +2289,6 @@
|
|||||||
|
|
||||||
# btrfs
|
# btrfs
|
||||||
patches.suse/btrfs-provide-super_operations-get_inode_dev
|
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
|
patches.suse/btrfs-8447-serialize-subvolume-mounts-with-potentially-mi.patch
|
||||||
|
|
||||||
# ext[2-4]
|
# ext[2-4]
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2021-12-30 16:51:40 +0000
|
2022-01-03 12:07:49 +0000
|
||||||
GIT Revision: a77f4158d9e0c0a48f02a85e65b81ded335e0d5b
|
GIT Revision: 9fa259af6bdf08029dac072529e2cf77502027ce
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user