commit 187170c3a7f68a7a5ef7890ba442250043f5a1d6
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1138
This commit is contained in:
parent
1428690eb8
commit
744dbfeb89
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%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.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%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.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%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.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules none
|
||||
@ -63,9 +63,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-%build_flavor-base-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: kernel-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules none
|
||||
@ -63,9 +63,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-%build_flavor-base-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: kernel-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules none
|
||||
@ -63,9 +63,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-%build_flavor-base-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: kernel-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%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.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%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-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules none
|
||||
@ -63,9 +63,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-%build_flavor-base-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: kernel-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules none
|
||||
@ -63,9 +63,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-%build_flavor-base-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: kernel-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
BuildRequires: kernel%kernel_flavor-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
|
||||
%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.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%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.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules none
|
||||
@ -63,9 +63,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-%build_flavor-base-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: kernel-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%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.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -55,7 +55,7 @@ Requires: kernel-zfcpdump-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules none
|
||||
@ -63,9 +63,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-%build_flavor-base-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: kernel-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 4 17:14:38 CEST 2019 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.2.6 (bnc#1012628).
|
||||
- vsock: correct removal of socket from the list (bnc#1012628).
|
||||
- ISDN: hfcsusb: checking idx of ep configuration (bnc#1012628).
|
||||
- bpf: fix NULL deref in btf_type_is_resolve_source_only
|
||||
(bnc#1012628).
|
||||
- media: au0828: fix null dereference in error path (bnc#1012628).
|
||||
- ath10k: Change the warning message string (bnc#1012628).
|
||||
- media: cpia2_usb: first wake up, then free in disconnect
|
||||
(bnc#1012628).
|
||||
- media: pvrusb2: use a different format for warnings
|
||||
(bnc#1012628).
|
||||
- NFS: Cleanup if nfs_match_client is interrupted (bnc#1012628).
|
||||
- media: radio-raremono: change devm_k*alloc to k*alloc
|
||||
(bnc#1012628).
|
||||
- xfrm: policy: fix bydst hlist corruption on hash rebuild
|
||||
(bnc#1012628).
|
||||
- nvme: fix multipath crash when ANA is deactivated (bnc#1012628).
|
||||
- sched/fair: Don't free p->numa_faults with concurrent readers
|
||||
(bnc#1012628).
|
||||
- sched/fair: Use RCU accessors consistently for ->numa_group
|
||||
(bnc#1012628).
|
||||
- /proc/<pid>/cmdline: remove all the special cases (bnc#1012628).
|
||||
- /proc/<pid>/cmdline: add back the setproctitle() special case
|
||||
(bnc#1012628).
|
||||
- drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
|
||||
(bnc#1012628).
|
||||
- Fix allyesconfig output (bnc#1012628).
|
||||
- ceph: hold i_ceph_lock when removing caps for freeing inode
|
||||
(bnc#1012628).
|
||||
- commit 187170c
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 31 12:41:34 CEST 2019 - acho@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.2
|
||||
%define patchversion 5.2.5
|
||||
%define patchversion 5.2.6
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules none
|
||||
@ -63,9 +63,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.2.5
|
||||
Version: 5.2.6
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g79b6a9c
|
||||
Release: <RELEASE>.g187170c
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -170,10 +170,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: kernel-%build_flavor-base-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
Provides: kernel-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
Provides: %name-srchash-187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:278ddd2362581888bc9b838e41efde066172a0ff28952f1118bd27a03dc4c154
|
||||
size 616305
|
||||
oid sha256:af54588e7e5c401784769d89b1597b5f4795b0311dcb79b3a5e6249ee4545f77
|
||||
size 634760
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:36f3d2ce3dde12b88359fcb10df1703f47915ffb951548db46168caa92cfaf56
|
||||
size 49438
|
||||
oid sha256:69c7435831c4524a0bacfe41468a2643171ae672830a8985d76badfbc469a94f
|
||||
size 48312
|
||||
|
21
series.conf
21
series.conf
@ -806,6 +806,26 @@
|
||||
patches.kernel.org/5.2.5-213-io_uring-fix-counter-inc-dec-mismatch-in-async_.patch
|
||||
patches.kernel.org/5.2.5-214-io_uring-don-t-use-iov_iter_advance-for-fixed-b.patch
|
||||
patches.kernel.org/5.2.5-215-Linux-5.2.5.patch
|
||||
patches.kernel.org/5.2.6-001-vsock-correct-removal-of-socket-from-the-list.patch
|
||||
patches.kernel.org/5.2.6-002-ISDN-hfcsusb-checking-idx-of-ep-configuration.patch
|
||||
patches.kernel.org/5.2.6-003-bpf-fix-NULL-deref-in-btf_type_is_resolve_sourc.patch
|
||||
patches.kernel.org/5.2.6-004-media-au0828-fix-null-dereference-in-error-path.patch
|
||||
patches.kernel.org/5.2.6-005-ath10k-Change-the-warning-message-string.patch
|
||||
patches.kernel.org/5.2.6-006-media-cpia2_usb-first-wake-up-then-free-in-disc.patch
|
||||
patches.kernel.org/5.2.6-007-media-pvrusb2-use-a-different-format-for-warnin.patch
|
||||
patches.kernel.org/5.2.6-008-NFS-Cleanup-if-nfs_match_client-is-interrupted.patch
|
||||
patches.kernel.org/5.2.6-009-media-radio-raremono-change-devm_k-alloc-to-k-a.patch
|
||||
patches.kernel.org/5.2.6-010-xfrm-policy-fix-bydst-hlist-corruption-on-hash-.patch
|
||||
patches.kernel.org/5.2.6-011-nvme-fix-multipath-crash-when-ANA-is-deactivate.patch
|
||||
patches.kernel.org/5.2.6-012-Bluetooth-hci_uart-check-for-missing-tty-operat.patch
|
||||
patches.kernel.org/5.2.6-013-sched-fair-Don-t-free-p-numa_faults-with-concur.patch
|
||||
patches.kernel.org/5.2.6-014-sched-fair-Use-RCU-accessors-consistently-for-n.patch
|
||||
patches.kernel.org/5.2.6-015-proc-pid-cmdline-remove-all-the-special-cases.patch
|
||||
patches.kernel.org/5.2.6-016-proc-pid-cmdline-add-back-the-setproctitle-spec.patch
|
||||
patches.kernel.org/5.2.6-017-drivers-pps-pps.c-clear-offset-flags-in-PPS_SET.patch
|
||||
patches.kernel.org/5.2.6-018-Fix-allyesconfig-output.patch
|
||||
patches.kernel.org/5.2.6-019-ceph-hold-i_ceph_lock-when-removing-caps-for-fr.patch
|
||||
patches.kernel.org/5.2.6-020-Linux-5.2.6.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -1077,7 +1097,6 @@
|
||||
# Wireless Networking
|
||||
########################################################
|
||||
patches.suse/b43-missing-firmware-info.patch
|
||||
patches.suse/hci_uart-check-for-missing-tty-operations.patch
|
||||
|
||||
########################################################
|
||||
# ISDN
|
||||
|
@ -1,3 +1,3 @@
|
||||
2019-07-31 10:41:36 +0000
|
||||
GIT Revision: 79b6a9ca79e652cfcb5fcde4b7613f623c1d056a
|
||||
2019-08-04 15:14:38 +0000
|
||||
GIT Revision: 187170c3a7f68a7a5ef7890ba442250043f5a1d6
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user