commit b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1543
This commit is contained in:
parent
5fbb69c2ce
commit
6e571800e8
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%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})
|
%(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
|
Name: dtb-aarch64
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%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})
|
%(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
|
Name: dtb-armv6l
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%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})
|
%(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
|
Name: dtb-armv7l
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%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})
|
%(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
|
Name: dtb-riscv64
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -72,9 +72,9 @@ Name: kernel-64kb
|
|||||||
Summary: Kernel with 64kb PAGE_SIZE
|
Summary: Kernel with 64kb PAGE_SIZE
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -185,10 +185,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: kernel-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -72,9 +72,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -185,10 +185,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: kernel-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
%ifarch ppc64
|
%ifarch ppc64
|
||||||
Provides: kernel-kdump = 2.6.28
|
Provides: kernel-kdump = 2.6.28
|
||||||
Obsoletes: kernel-kdump <= 2.6.28
|
Obsoletes: kernel-kdump <= 2.6.28
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -72,9 +72,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -185,10 +185,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: kernel-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-smp = 2.6.17
|
Provides: kernel-smp = 2.6.17
|
||||||
Obsoletes: kernel-smp <= 2.6.17
|
Obsoletes: kernel-smp <= 2.6.17
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -64,7 +64,7 @@ BuildRequires: texlive-zapfding
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -72,9 +72,9 @@ Name: kernel-kvmsmall
|
|||||||
Summary: The Small Developer Kernel for KVM
|
Summary: The Small Developer Kernel for KVM
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -185,10 +185,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: kernel-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -72,9 +72,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -185,10 +185,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: kernel-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: kernel%kernel_flavor-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
BuildRequires: kernel%kernel_flavor-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -72,9 +72,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -185,10 +185,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: kernel-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
%ifarch %ix86
|
%ifarch %ix86
|
||||||
Provides: kernel-bigsmp = 2.6.17
|
Provides: kernel-bigsmp = 2.6.17
|
||||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -30,9 +30,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
Requires(post): coreutils sed
|
Requires(post): coreutils sed
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
|||||||
%endif
|
%endif
|
||||||
Requires: pesign-obs-integration
|
Requires: pesign-obs-integration
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source: README.KSYMS
|
Source: README.KSYMS
|
||||||
Requires: kernel-devel%variant = %version-%source_rel
|
Requires: kernel-devel%variant = %version-%source_rel
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -72,9 +72,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -185,10 +185,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: kernel-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,46 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 31 13:11:10 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.13.7 (bsc#1012628).
|
||||||
|
- ipv6: ip6_finish_output2: set sk into newly allocated nskb
|
||||||
|
(bsc#1012628).
|
||||||
|
- ARM: dts: versatile: Fix up interrupt controller node names
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_hole
|
||||||
|
(bsc#1012628).
|
||||||
|
- iomap: remove the length variable in iomap_seek_data
|
||||||
|
(bsc#1012628).
|
||||||
|
- cifs: fix the out of range assignment to bit fields in
|
||||||
|
parse_server_interfaces (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix range check for the maximum number of
|
||||||
|
pending messages (bsc#1012628).
|
||||||
|
- firmware: arm_scmi: Fix possible scmi_linux_errmap buffer
|
||||||
|
overflow (bsc#1012628).
|
||||||
|
- hfs: add lock nesting notation to hfs_find_init (bsc#1012628).
|
||||||
|
- hfs: fix high memory mapping in hfs_bnode_read (bsc#1012628).
|
||||||
|
- hfs: add missing clean-up in hfs_fill_super (bsc#1012628).
|
||||||
|
- drm/ttm: add a check against null pointer dereference
|
||||||
|
(bsc#1012628).
|
||||||
|
- nvme-pci: fix multiple races in nvme_setup_io_queues
|
||||||
|
(bsc#1012628).
|
||||||
|
- ipv6: allocate enough headroom in ip6_finish_output2()
|
||||||
|
(bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within
|
||||||
|
trc_wait_for_one_reader() (bsc#1012628).
|
||||||
|
- rcu-tasks: Don't delete holdouts within trc_inspect_reader()
|
||||||
|
(bsc#1012628).
|
||||||
|
- sctp: move 198 addresses from unusable to private scope
|
||||||
|
(bsc#1012628).
|
||||||
|
- net: annotate data race around sk_ll_usec (bsc#1012628).
|
||||||
|
- net/802/garp: fix memleak in garp_request_join() (bsc#1012628).
|
||||||
|
- net/802/mrp: fix memleak in mrp_request_join() (bsc#1012628).
|
||||||
|
- cgroup1: fix leaked context root causing sporadic NULL deref
|
||||||
|
in LTP (bsc#1012628).
|
||||||
|
- workqueue: fix UAF in pwq_unbound_release_workfn()
|
||||||
|
(bsc#1012628).
|
||||||
|
- af_unix: fix garbage collect vs MSG_PEEK (bsc#1012628).
|
||||||
|
- commit b1bb2c4
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
Thu Jul 29 06:18:38 CEST 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.13
|
%define srcversion 5.13
|
||||||
%define patchversion 5.13.6
|
%define patchversion 5.13.7
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -72,9 +72,9 @@ Name: kernel-zfcpdump
|
|||||||
Summary: The IBM System Z zfcpdump Kernel
|
Summary: The IBM System Z zfcpdump Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.13.6
|
Version: 5.13.7
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g2d7b44d
|
Release: <RELEASE>.gb1bb2c4
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -185,10 +185,10 @@ Conflicts: hyper-v < 4
|
|||||||
Conflicts: libc.so.6()(64bit)
|
Conflicts: libc.so.6()(64bit)
|
||||||
%endif
|
%endif
|
||||||
Provides: kernel = %version-%source_rel
|
Provides: kernel = %version-%source_rel
|
||||||
Provides: kernel-%build_flavor-base-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-%build_flavor-base-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
Provides: kernel-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: kernel-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
Provides: %name-srchash-b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f93a92b28cb9c3aa6823e7de11860a8cfd04918ca7be5a047d207e715f7a4d22
|
oid sha256:5c7701f98cc2567504786e22a5b32fe82e64e99f8e4da1d238897110e4b34b02
|
||||||
size 1229479
|
size 1249624
|
||||||
|
23
series.conf
23
series.conf
@ -1823,6 +1823,29 @@
|
|||||||
patches.kernel.org/5.13.6-222-sfc-ensure-correct-number-of-XDP-queues.patch
|
patches.kernel.org/5.13.6-222-sfc-ensure-correct-number-of-XDP-queues.patch
|
||||||
patches.kernel.org/5.13.6-223-skbuff-Fix-build-with-SKB-extensions-disabled.patch
|
patches.kernel.org/5.13.6-223-skbuff-Fix-build-with-SKB-extensions-disabled.patch
|
||||||
patches.kernel.org/5.13.6-224-Linux-5.13.6.patch
|
patches.kernel.org/5.13.6-224-Linux-5.13.6.patch
|
||||||
|
patches.kernel.org/5.13.7-001-af_unix-fix-garbage-collect-vs-MSG_PEEK.patch
|
||||||
|
patches.kernel.org/5.13.7-002-workqueue-fix-UAF-in-pwq_unbound_release_workf.patch
|
||||||
|
patches.kernel.org/5.13.7-003-cgroup1-fix-leaked-context-root-causing-sporad.patch
|
||||||
|
patches.kernel.org/5.13.7-004-net-802-mrp-fix-memleak-in-mrp_request_join.patch
|
||||||
|
patches.kernel.org/5.13.7-005-net-802-garp-fix-memleak-in-garp_request_join.patch
|
||||||
|
patches.kernel.org/5.13.7-006-net-annotate-data-race-around-sk_ll_usec.patch
|
||||||
|
patches.kernel.org/5.13.7-007-sctp-move-198-addresses-from-unusable-to-priva.patch
|
||||||
|
patches.kernel.org/5.13.7-008-rcu-tasks-Don-t-delete-holdouts-within-trc_ins.patch
|
||||||
|
patches.kernel.org/5.13.7-009-rcu-tasks-Don-t-delete-holdouts-within-trc_wai.patch
|
||||||
|
patches.kernel.org/5.13.7-010-ipv6-allocate-enough-headroom-in-ip6_finish_ou.patch
|
||||||
|
patches.kernel.org/5.13.7-011-nvme-pci-fix-multiple-races-in-nvme_setup_io_q.patch
|
||||||
|
patches.kernel.org/5.13.7-012-drm-ttm-add-a-check-against-null-pointer-deref.patch
|
||||||
|
patches.kernel.org/5.13.7-013-hfs-add-missing-clean-up-in-hfs_fill_super.patch
|
||||||
|
patches.kernel.org/5.13.7-014-hfs-fix-high-memory-mapping-in-hfs_bnode_read.patch
|
||||||
|
patches.kernel.org/5.13.7-015-hfs-add-lock-nesting-notation-to-hfs_find_init.patch
|
||||||
|
patches.kernel.org/5.13.7-016-firmware-arm_scmi-Fix-possible-scmi_linux_errm.patch
|
||||||
|
patches.kernel.org/5.13.7-017-firmware-arm_scmi-Fix-range-check-for-the-maxi.patch
|
||||||
|
patches.kernel.org/5.13.7-018-cifs-fix-the-out-of-range-assignment-to-bit-fi.patch
|
||||||
|
patches.kernel.org/5.13.7-019-iomap-remove-the-length-variable-in-iomap_seek.patch
|
||||||
|
patches.kernel.org/5.13.7-020-iomap-remove-the-length-variable-in-iomap_seek.patch
|
||||||
|
patches.kernel.org/5.13.7-021-ARM-dts-versatile-Fix-up-interrupt-controller-.patch
|
||||||
|
patches.kernel.org/5.13.7-022-ipv6-ip6_finish_output2-set-sk-into-newly-allo.patch
|
||||||
|
patches.kernel.org/5.13.7-023-Linux-5.13.7.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2021-07-29 04:18:38 +0000
|
2021-07-31 11:11:20 +0000
|
||||||
GIT Revision: 2d7b44d403507d2da0452d1fa1a4de60d263c8f0
|
GIT Revision: b1bb2c49f82da7953f6d03cb74884ac9f3b115b5
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user