From fcafa010c9495e7fc66e414f72088543f24ba01fe8b0476c6c74746e186e5700 Mon Sep 17 00:00:00 2001 From: Jiri Slaby Date: Fri, 16 Apr 2021 17:09:04 +0000 Subject: [PATCH] commit 64fb5bf155e202fa4188e204689cce6c85ea05cc OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1482 --- dtb-aarch64.changes | 43 ++++++++++++++++++++++++++++++++++++++ dtb-aarch64.spec | 6 +++--- dtb-armv6l.changes | 43 ++++++++++++++++++++++++++++++++++++++ dtb-armv6l.spec | 6 +++--- dtb-armv7l.changes | 43 ++++++++++++++++++++++++++++++++++++++ dtb-armv7l.spec | 6 +++--- dtb-riscv64.changes | 43 ++++++++++++++++++++++++++++++++++++++ dtb-riscv64.spec | 6 +++--- kernel-64kb.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-64kb.spec | 12 +++++------ kernel-debug.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-debug.spec | 12 +++++------ kernel-default.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-default.spec | 12 +++++------ kernel-docs.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-docs.spec | 8 +++---- kernel-kvmsmall.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-kvmsmall.spec | 12 +++++------ kernel-lpae.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-lpae.spec | 12 +++++------ kernel-obs-build.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-obs-build.spec | 8 +++---- kernel-obs-qa.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-obs-qa.spec | 6 +++--- kernel-pae.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-pae.spec | 12 +++++------ kernel-source.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-source.spec | 8 +++---- kernel-syms.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-syms.spec | 6 +++--- kernel-vanilla.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-vanilla.spec | 12 +++++------ kernel-zfcpdump.changes | 43 ++++++++++++++++++++++++++++++++++++++ kernel-zfcpdump.spec | 12 +++++------ patches.kernel.org.tar.bz2 | 4 ++-- series.conf | 24 +++++++++++++++++++++ source-timestamp | 4 ++-- 37 files changed, 837 insertions(+), 82 deletions(-) diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index 48efe045..a7dbae4b 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 85f1bd71..6aca72da 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -17,7 +17,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index 48efe045..a7dbae4b 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index c70bea81..5ecd0dff 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -17,7 +17,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index 48efe045..a7dbae4b 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 565e1fa7..584d29cf 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -17,7 +17,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index 48efe045..a7dbae4b 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index 7a5a0f3a..a654db70 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -17,7 +17,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index 48efe045..a7dbae4b 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 31e51e3a..5c5ef878 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d -Provides: kernel-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: kernel-%build_flavor-base-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc +Provides: kernel-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc # END COMMON DEPS -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-debug.changes b/kernel-debug.changes index 48efe045..a7dbae4b 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-debug.spec b/kernel-debug.spec index 0e109b45..9e828589 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d -Provides: kernel-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: kernel-%build_flavor-base-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc +Provides: kernel-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc # END COMMON DEPS -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %ifarch ppc64 Provides: kernel-kdump = 2.6.28 Obsoletes: kernel-kdump <= 2.6.28 diff --git a/kernel-default.changes b/kernel-default.changes index 48efe045..a7dbae4b 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-default.spec b/kernel-default.spec index c9bf0e54..682f5334 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d -Provides: kernel-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: kernel-%build_flavor-base-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc +Provides: kernel-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc # END COMMON DEPS -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %ifarch %ix86 Provides: kernel-smp = 2.6.17 Obsoletes: kernel-smp <= 2.6.17 diff --git a/kernel-docs.changes b/kernel-docs.changes index 48efe045..a7dbae4b 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-docs.spec b/kernel-docs.spec index 74ca9c76..f1514d63 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -17,7 +17,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index 48efe045..a7dbae4b 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index b8f635e6..5e1700e7 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d -Provides: kernel-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: kernel-%build_flavor-base-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc +Provides: kernel-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc # END COMMON DEPS -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-lpae.changes b/kernel-lpae.changes index 48efe045..a7dbae4b 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-lpae.spec b/kernel-lpae.spec index 5f1064f0..3cdbe244 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d -Provides: kernel-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: kernel-%build_flavor-base-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc +Provides: kernel-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc # END COMMON DEPS -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index 48efe045..a7dbae4b 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 82e8024e..1ece5c91 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -19,7 +19,7 @@ #!BuildIgnore: post-build-checks -%define patchversion 5.11.14 +%define patchversion 5.11.15 %define variant %{nil} %define vanilla_only 0 @@ -45,7 +45,7 @@ BuildRequires: util-linux %endif %endif %endif -BuildRequires: kernel%kernel_flavor-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +BuildRequires: kernel%kernel_flavor-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index 48efe045..a7dbae4b 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index 0e26355e..6a17ac7f 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -17,7 +17,7 @@ # needsrootforbuild -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index 48efe045..a7dbae4b 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-pae.spec b/kernel-pae.spec index 3b9e976d..6b7d347b 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d -Provides: kernel-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: kernel-%build_flavor-base-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc +Provides: kernel-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc # END COMMON DEPS -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %ifarch %ix86 Provides: kernel-bigsmp = 2.6.17 Obsoletes: kernel-bigsmp <= 2.6.17 diff --git a/kernel-source.changes b/kernel-source.changes index 48efe045..a7dbae4b 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-source.spec b/kernel-source.spec index 96e8e156..f4de1b99 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %else Release: 0 %endif @@ -43,7 +43,7 @@ BuildRequires: fdupes BuildRequires: sed Requires(post): coreutils sed Provides: %name = %version-%source_rel -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc Provides: linux Provides: multiversion(kernel) Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz diff --git a/kernel-syms.changes b/kernel-syms.changes index 48efe045..a7dbae4b 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-syms.spec b/kernel-syms.spec index e4f16401..4c2b57ef 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -24,10 +24,10 @@ Name: kernel-syms Summary: Kernel Symbol Versions (modversions) License: GPL-2.0 Group: Development/Sources -Version: 5.11.14 +Version: 5.11.15 %if %using_buildservice %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc Provides: multiversion(kernel) Source: README.KSYMS Requires: kernel-devel%variant = %version-%source_rel diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index 48efe045..a7dbae4b 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index fd5ab56d..30a24046 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d -Provides: kernel-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: kernel-%build_flavor-base-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc +Provides: kernel-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc # END COMMON DEPS -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index 48efe045..a7dbae4b 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +Fri Apr 16 18:47:19 CEST 2021 - jslaby@suse.cz + +- Linux 5.11.15 (bsc#1012628). +- net: sfp: cope with SFPs that set both LOS normal and LOS + inverted (bsc#1012628). +- perf map: Tighten snprintf() string precision to pass gcc + check on some 32-bit arches (bsc#1012628). +- netfilter: x_tables: fix compat match/target pad out-of-bound + write (bsc#1012628). +- block: don't ignore REQ_NOWAIT for direct IO (bsc#1012628). +- riscv,entry: fix misaligned base for excp_vect_table + (bsc#1012628). +- io_uring: don't mark S_ISBLK async work as unbounded + (bsc#1012628). +- null_blk: fix command timeout completion handling (bsc#1012628). +- idr test suite: Create anchor before launching throbber + (bsc#1012628). +- idr test suite: Take RCU read lock in idr_find_test_1 + (bsc#1012628). +- radix tree test suite: Register the main thread with the RCU + library (bsc#1012628). +- block: only update parent bi_status when bio fail (bsc#1012628). +- radix tree test suite: Fix compilation (bsc#1012628). +- XArray: Fix splitting to non-zero orders (bsc#1012628). +- gpu: host1x: Use different lock classes for each client + (bsc#1012628). +- drm/tegra: dc: Don't set PLL clock to 0Hz (bsc#1012628). +- tools/kvm_stat: Add restart delay (bsc#1012628). +- ftrace: Check if pages were allocated before calling + free_pages() (bsc#1012628). +- gfs2: report "already frozen/thawed" errors (bsc#1012628). +- drm/imx: imx-ldb: fix out of bounds array access warning + (bsc#1012628). +- KVM: arm64: Disable guest access to trace filter controls + (bsc#1012628). +- KVM: arm64: Hide system instruction access to Trace registers + (bsc#1012628). +- gfs2: Flag a withdraw if init_threads() fails (bsc#1012628). +- interconnect: core: fix error return code of icc_link_destroy() + (bsc#1012628). +- commit 64fb5bf + ------------------------------------------------------------------- Wed Apr 14 08:57:33 CEST 2021 - jslaby@suse.cz diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 6512c368..6deb2465 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -18,7 +18,7 @@ %define srcversion 5.11 -%define patchversion 5.11.14 +%define patchversion 5.11.15 %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.11.14 +Version: 5.11.15 %if 0%{?is_kotd} -Release: .gf68b7e1 +Release: .g64fb5bf %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-f68b7e1884442abb808517acc24234ef6a26b93d -Provides: kernel-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: kernel-%build_flavor-base-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc +Provides: kernel-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc # END COMMON DEPS -Provides: %name-srchash-f68b7e1884442abb808517acc24234ef6a26b93d +Provides: %name-srchash-64fb5bf155e202fa4188e204689cce6c85ea05cc %obsolete_rebuilds %name Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz Source2: source-post.sh diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index aae7d4ff..a8ccd0ad 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d593bca43f8bad962e0ccda232836c92b01810d190294a11d5448fe1a21582b5 -size 1518683 +oid sha256:131ae6939c099abb4229061a596d328322db33c047c54cedb25aa5b6fd7ff342 +size 1532397 diff --git a/series.conf b/series.conf index 90fb448a..7deaaeaf 100644 --- a/series.conf +++ b/series.conf @@ -2119,6 +2119,30 @@ patches.kernel.org/5.11.14-208-net-ieee802154-stop-dump-llsec-params-for-mon.patch patches.kernel.org/5.11.14-209-Revert-net-sched-bump-refcount-for-new-action.patch patches.kernel.org/5.11.14-210-Linux-5.11.14.patch + patches.kernel.org/5.11.15-001-interconnect-core-fix-error-return-code-of-ic.patch + patches.kernel.org/5.11.15-002-gfs2-Flag-a-withdraw-if-init_threads-fails.patch + patches.kernel.org/5.11.15-003-KVM-arm64-Hide-system-instruction-access-to-T.patch + patches.kernel.org/5.11.15-004-KVM-arm64-Disable-guest-access-to-trace-filte.patch + patches.kernel.org/5.11.15-005-drm-imx-imx-ldb-fix-out-of-bounds-array-acces.patch + patches.kernel.org/5.11.15-006-gfs2-report-already-frozen-thawed-errors.patch + patches.kernel.org/5.11.15-007-ftrace-Check-if-pages-were-allocated-before-c.patch + patches.kernel.org/5.11.15-008-tools-kvm_stat-Add-restart-delay.patch + patches.kernel.org/5.11.15-009-drm-tegra-dc-Don-t-set-PLL-clock-to-0Hz.patch + patches.kernel.org/5.11.15-010-gpu-host1x-Use-different-lock-classes-for-eac.patch + patches.kernel.org/5.11.15-011-XArray-Fix-splitting-to-non-zero-orders.patch + patches.kernel.org/5.11.15-012-radix-tree-test-suite-Fix-compilation.patch + patches.kernel.org/5.11.15-013-block-only-update-parent-bi_status-when-bio-f.patch + patches.kernel.org/5.11.15-014-radix-tree-test-suite-Register-the-main-threa.patch + patches.kernel.org/5.11.15-015-idr-test-suite-Take-RCU-read-lock-in-idr_find.patch + patches.kernel.org/5.11.15-016-idr-test-suite-Create-anchor-before-launching.patch + patches.kernel.org/5.11.15-017-null_blk-fix-command-timeout-completion-handl.patch + patches.kernel.org/5.11.15-018-io_uring-don-t-mark-S_ISBLK-async-work-as-unb.patch + patches.kernel.org/5.11.15-019-riscv-entry-fix-misaligned-base-for-excp_vect.patch + patches.kernel.org/5.11.15-020-block-don-t-ignore-REQ_NOWAIT-for-direct-IO.patch + patches.kernel.org/5.11.15-021-netfilter-x_tables-fix-compat-match-target-pa.patch + patches.kernel.org/5.11.15-022-perf-map-Tighten-snprintf-string-precision-to.patch + patches.kernel.org/5.11.15-023-net-sfp-cope-with-SFPs-that-set-both-LOS-norm.patch + patches.kernel.org/5.11.15-024-Linux-5.11.15.patch ######################################################## # Build fixes that apply to the vanilla kernel too. diff --git a/source-timestamp b/source-timestamp index a0cd0166..53cbb2cb 100644 --- a/source-timestamp +++ b/source-timestamp @@ -1,3 +1,3 @@ -2021-04-14 06:57:33 +0000 -GIT Revision: f68b7e1884442abb808517acc24234ef6a26b93d +2021-04-16 16:47:34 +0000 +GIT Revision: 64fb5bf155e202fa4188e204689cce6c85ea05cc GIT Branch: stable