commit 8c13a2dd1965882448628864c03eb36b1a768767
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1555
This commit is contained in:
parent
7dbfcb6950
commit
c7da297261
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%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.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%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.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%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.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%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.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -86,9 +86,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -204,10 +204,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-%build_flavor-base-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: kernel-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -86,9 +86,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -204,10 +204,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-%build_flavor-base-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: kernel-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -86,9 +86,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -204,10 +204,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-%build_flavor-base-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: kernel-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0-only
|
||||
Group: Documentation/Man
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
Url: http://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -86,9 +86,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -204,10 +204,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-%build_flavor-base-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: kernel-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -86,9 +86,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -204,10 +204,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-%build_flavor-base-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: kernel-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
BuildRequires: kernel%kernel_flavor-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
|
||||
%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-only
|
||||
Group: SLES
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%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-only
|
||||
Group: SLES
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -86,9 +86,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -204,10 +204,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-%build_flavor-base-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: kernel-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -30,9 +30,9 @@ Name: kernel-source
|
||||
Summary: The Linux Kernel Sources
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%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-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -86,9 +86,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -204,10 +204,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-%build_flavor-base-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: kernel-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 15 16:05:24 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.13.11 (bsc#1012628).
|
||||
- ovl: prevent private clone if bind mount is not allowed
|
||||
(bsc#1012628).
|
||||
- ppp: Fix generating ppp unit id when ifname is not specified
|
||||
(bsc#1012628).
|
||||
- ALSA: hda: Add quirk for ASUS Flow x13 (bsc#1012628).
|
||||
- ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 650
|
||||
G8 Notebook PC (bsc#1012628).
|
||||
- ALSA: pcm: Fix mmap breakage without explicit buffer setup
|
||||
(bsc#1012628).
|
||||
- bpf: Add lockdown check for probe_write_user helper
|
||||
(bsc#1012628).
|
||||
- firmware: tee_bnxt: Release TEE shm, session, and context
|
||||
during kexec (bsc#1012628).
|
||||
- commit 97e7098
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 22:10:39 CEST 2021 - tonyj@suse.de
|
||||
|
||||
- bpf: Fix integer overflow involving bucket_size (bsc#1189233,
|
||||
CVE#CVE-2021-38166).
|
||||
- commit fcfea2b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 13 06:16:18 CEST 2021 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.13
|
||||
%define patchversion 5.13.10
|
||||
%define patchversion 5.13.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -86,9 +86,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.13.10
|
||||
Version: 5.13.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g1f711ff
|
||||
Release: <RELEASE>.g8c13a2d
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -204,10 +204,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: kernel-%build_flavor-base-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
Provides: kernel-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
Provides: %name-srchash-8c13a2dd1965882448628864c03eb36b1a768767
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c811f7ccd73b8e9d6b65f7b775ab4718b8f2d4f5427729f04db06220923866e5
|
||||
size 1483986
|
||||
oid sha256:2174c0bd7e91c889833dd81e0d174a06f65a6766ad530cd3f971d55983f4c552
|
||||
size 1487992
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e68879505d548ae9525b6f7aa09fa04b3fe14223f90b37c01ea20516c5ed728c
|
||||
size 60297
|
||||
oid sha256:bd23f8e3749bb382e158afbadfacc0e2b26433d26fa886ce8916205e874b4ed4
|
||||
size 61712
|
||||
|
@ -2163,6 +2163,14 @@
|
||||
patches.kernel.org/5.13.10-173-platform-x86-gigabyte-wmi-add-support-for-B55.patch
|
||||
patches.kernel.org/5.13.10-174-HID-ft260-fix-device-removal-due-to-USB-disco.patch
|
||||
patches.kernel.org/5.13.10-175-Linux-5.13.10.patch
|
||||
patches.kernel.org/5.13.11-001-firmware-tee_bnxt-Release-TEE-shm-session-and.patch
|
||||
patches.kernel.org/5.13.11-002-bpf-Add-lockdown-check-for-probe_write_user-h.patch
|
||||
patches.kernel.org/5.13.11-003-ALSA-pcm-Fix-mmap-breakage-without-explicit-b.patch
|
||||
patches.kernel.org/5.13.11-004-ALSA-hda-realtek-fix-mute-micmute-LEDs-for-HP.patch
|
||||
patches.kernel.org/5.13.11-005-ALSA-hda-Add-quirk-for-ASUS-Flow-x13.patch
|
||||
patches.kernel.org/5.13.11-006-ppp-Fix-generating-ppp-unit-id-when-ifname-is.patch
|
||||
patches.kernel.org/5.13.11-007-ovl-prevent-private-clone-if-bind-mount-is-no.patch
|
||||
patches.kernel.org/5.13.11-008-Linux-5.13.11.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -2295,6 +2303,7 @@
|
||||
########################################################
|
||||
# Other core patches
|
||||
########################################################
|
||||
patches.suse/bpf-Fix-integer-overflow-involving-bucket_size.patch
|
||||
|
||||
########################################################
|
||||
# PM
|
||||
|
@ -1,3 +1,3 @@
|
||||
2021-08-13 07:58:03 +0000
|
||||
GIT Revision: 1f711ff8ab64f2795893689a6ff38540373df5f5
|
||||
2021-08-16 05:23:16 +0000
|
||||
GIT Revision: 8c13a2dd1965882448628864c03eb36b1a768767
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user