commit 82ccb825455dce7b312f36e2bc9474ecf2926771
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1490
This commit is contained in:
parent
9cd80f12f5
commit
e8439682ba
20
_constraints
20
_constraints
@ -166,6 +166,26 @@
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- 45GB for binary packages on riscv64 -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>riscv64</arch>
|
||||
<package>kernel-64kb</package>
|
||||
<package>kernel-debug</package>
|
||||
<package>kernel-default</package>
|
||||
<package>kernel-kvmsmall</package>
|
||||
<package>kernel-lpae</package>
|
||||
<package>kernel-pae</package>
|
||||
<package>kernel-vanilla</package>
|
||||
<package>kernel-zfcpdump</package>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">45</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>i586</arch>
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:18486b8e32fc51f041cbd8f181b4628da358037a3e9d8852382a24aecd1e427a
|
||||
size 289797
|
||||
oid sha256:11666b22eb675b8b49d52d77cfdd655aae0510a59e2333235fc68fa141a2eb74
|
||||
size 289669
|
||||
|
@ -124,6 +124,19 @@
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<!-- 45GB for binary packages on riscv64 -->
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>riscv64</arch>
|
||||
@BINARY_PACKAGES_XML@
|
||||
</conditions>
|
||||
<hardware>
|
||||
<disk>
|
||||
<size unit="G">45</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>i586</arch>
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-riscv64
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-%build_flavor-base-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: kernel-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-%build_flavor-base-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: kernel-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-%build_flavor-base-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: kernel-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0
|
||||
Group: Documentation/Man
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-%build_flavor-base-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: kernel-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-%build_flavor-base-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: kernel-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
BuildRequires: kernel%kernel_flavor-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0
|
||||
Group: SLES
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-%build_flavor-base-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: kernel-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%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-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-%build_flavor-base-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: kernel-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 2 13:46:37 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.12.1 (bsc#1012628).
|
||||
- mei: me: add Alder Lake P device id (bsc#1012628).
|
||||
- cfg80211: fix locking in netlink owner interface destruction
|
||||
(bsc#1012628).
|
||||
- iwlwifi: Fix softirq/hardirq disabling in
|
||||
iwl_pcie_gen2_enqueue_hcmd() (bsc#1012628).
|
||||
- USB: CDC-ACM: fix poison/unpoison imbalance (bsc#1012628).
|
||||
- net: hso: fix NULL-deref on disconnect regression (bsc#1012628).
|
||||
- commit 9f237a4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 30 11:36:22 CEST 2021 - schwab@suse.de
|
||||
|
||||
- rpm/constraints.in: bump disk space to 45GB on riscv64
|
||||
- commit f8b883f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 29 14:54:16 CEST 2021 - tiwai@suse.de
|
||||
|
||||
- Update config files: fix armv7hl/lpae config (bsc#1152773)
|
||||
CONFIG_OABI_COMPAT was left enabled mistakenly on lpae flavor, which
|
||||
resulted in the disablement of CONFIG_SECCOMP_FILTER. Fix those.
|
||||
CONFIG_OABI_COMPAT -> disabled
|
||||
CONFIG_SECCOMP_FILTER=y
|
||||
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
|
||||
Also corrected the following with the update:
|
||||
CONFIG_HAVE_ARCH_AUDITSYSCALL=y
|
||||
CONFIG_AUDITSYSCALL=y
|
||||
CONFIG_FPE_NWFPE -> removed
|
||||
CONFIG_FPE_NWFPE_XP -> removed
|
||||
CONFIG_FPE_FASTFPE -> removed
|
||||
- commit 644711e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 28 06:31:30 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.12
|
||||
%define patchversion 5.12.0
|
||||
%define patchversion 5.12.1
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -68,9 +68,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.12.0
|
||||
Version: 5.12.1
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gc4830af
|
||||
Release: <RELEASE>.g82ccb82
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -179,10 +179,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: kernel-%build_flavor-base-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
Provides: kernel-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
Provides: %name-srchash-82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
BIN
patches.kernel.org.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -27,6 +27,12 @@
|
||||
# DO NOT MODIFY THEM!
|
||||
# Send separate patches upstream if you find a problem...
|
||||
########################################################
|
||||
patches.kernel.org/5.12.1-001-net-hso-fix-NULL-deref-on-disconnect-regressio.patch
|
||||
patches.kernel.org/5.12.1-002-USB-CDC-ACM-fix-poison-unpoison-imbalance.patch
|
||||
patches.kernel.org/5.12.1-003-iwlwifi-Fix-softirq-hardirq-disabling-in-iwl_p.patch
|
||||
patches.kernel.org/5.12.1-004-cfg80211-fix-locking-in-netlink-owner-interfac.patch
|
||||
patches.kernel.org/5.12.1-005-mei-me-add-Alder-Lake-P-device-id.patch
|
||||
patches.kernel.org/5.12.1-006-Linux-5.12.1.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2021-04-29 12:08:56 +0000
|
||||
GIT Revision: c4830af6d8ac9e225996ef8da38bf6184be9c882
|
||||
2021-05-02 11:50:38 +0000
|
||||
GIT Revision: 82ccb825455dce7b312f36e2bc9474ecf2926771
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user