commit c8170d6b0e04b950b01f8c3967b1c82a401ebc88
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1281
This commit is contained in:
parent
6abb1df3fe
commit
e3a1c0a2fc
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%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.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%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.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%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.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-%build_flavor-base-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: kernel-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-%build_flavor-base-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: kernel-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-%build_flavor-base-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: kernel-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%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.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%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-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-%build_flavor-base-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: kernel-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-%build_flavor-base-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: kernel-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
BuildRequires: kernel%kernel_flavor-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
|
||||
%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.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%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.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-%build_flavor-base-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: kernel-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%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.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0
|
||||
Group: Development/Sources
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-%build_flavor-base-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: kernel-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
%obsolete_rebuilds %name
|
||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source2: source-post.sh
|
||||
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 2 08:31:03 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
- bpf: update jmp32 test cases to fix range bound deduction
|
||||
(bnc#1012628).
|
||||
- serial: sprd: Fix a dereference warning (bnc#1012628).
|
||||
- vt: selection, introduce vc_is_sel (bnc#1012628).
|
||||
- vt: ioctl, switch VT_IS_IN_USE and VT_BUSY to inlines
|
||||
(bnc#1012628).
|
||||
- vt: switch vt_dont_switch to bool (bnc#1012628).
|
||||
- vt: vt_ioctl: remove unnecessary console allocation checks
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix VT_DISALLOCATE freeing in-use virtual console
|
||||
(bnc#1012628).
|
||||
- vt: vt_ioctl: fix use-after-free in vt_in_use() (bnc#1012628).
|
||||
- platform/x86: pmc_atom: Add Lex 2I385SW to critclk_systems
|
||||
DMI table (bnc#1012628).
|
||||
- Linux 5.6.2 (bnc#1012628).
|
||||
- commit 8dfb75b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 1 17:20:11 CEST 2020 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.6
|
||||
%define patchversion 5.6.1
|
||||
%define patchversion 5.6.2
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules xz
|
||||
@ -65,9 +65,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0
|
||||
Group: System/Kernel
|
||||
Version: 5.6.1
|
||||
Version: 5.6.2
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb5734e0
|
||||
Release: <RELEASE>.gc8170d6
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -174,10 +174,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: kernel-%build_flavor-base-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
Provides: kernel-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
Provides: %name-srchash-c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
%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:3dda7da0a1404cf549a437932cea317961856c20e4e1298e3c58ccccdde3d86c
|
||||
size 19837
|
||||
oid sha256:97ab82ccb9e8f3db970f2484e9d3f3663dd0dfd97d23639ac826eebccc3a4317
|
||||
size 27453
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f587bf2ab1c5e1098031d023713367fdc6b708e08630766fa0af783162428f4
|
||||
size 55327
|
||||
oid sha256:ecf3f7f52d7834568471b3b538023542f4d58b4ae15fbaddcac5e725327b8233
|
||||
size 54772
|
||||
|
12
series.conf
12
series.conf
@ -51,6 +51,17 @@
|
||||
patches.kernel.org/5.6.1-022-media-xirlink_cit-add-missing-descriptor-sanity.patch
|
||||
patches.kernel.org/5.6.1-023-media-v4l2-core-fix-a-use-after-free-bug-of-sd-.patch
|
||||
patches.kernel.org/5.6.1-024-Linux-5.6.1.patch
|
||||
patches.kernel.org/5.6.2-001-bpf-update-jmp32-test-cases-to-fix-range-bound-.patch
|
||||
patches.kernel.org/5.6.2-002-mac80211-fix-authentication-with-iwlwifi-mvm.patch
|
||||
patches.kernel.org/5.6.2-003-serial-sprd-Fix-a-dereference-warning.patch
|
||||
patches.kernel.org/5.6.2-004-vt-selection-introduce-vc_is_sel.patch
|
||||
patches.kernel.org/5.6.2-005-vt-ioctl-switch-VT_IS_IN_USE-and-VT_BUSY-to-inl.patch
|
||||
patches.kernel.org/5.6.2-006-vt-switch-vt_dont_switch-to-bool.patch
|
||||
patches.kernel.org/5.6.2-007-vt-vt_ioctl-remove-unnecessary-console-allocati.patch
|
||||
patches.kernel.org/5.6.2-008-vt-vt_ioctl-fix-VT_DISALLOCATE-freeing-in-use-v.patch
|
||||
patches.kernel.org/5.6.2-009-vt-vt_ioctl-fix-use-after-free-in-vt_in_use.patch
|
||||
patches.kernel.org/5.6.2-010-platform-x86-pmc_atom-Add-Lex-2I385SW-to-critcl.patch
|
||||
patches.kernel.org/5.6.2-011-Linux-5.6.2.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -75,7 +86,6 @@
|
||||
# to get into mainline any time soon (or ever) belong
|
||||
# to area specific sections below.
|
||||
########################################################
|
||||
patches.suse/mac80211-fix-authentication-with-iwlwifi-mvm.patch
|
||||
patches.suse/media-go7007-Fix-URB-type-for-interrupt-handling.patch
|
||||
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2020-04-01 17:36:58 +0000
|
||||
GIT Revision: b5734e015e0dacfc2f649d273f32da8f795e1fc7
|
||||
2020-04-02 06:31:32 +0000
|
||||
GIT Revision: c8170d6b0e04b950b01f8c3967b1c82a401ebc88
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user