commit 573f4a96e922fec10a29d12760ec30fa654571bc
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1863
This commit is contained in:
parent
da68c5a9f2
commit
0e7c24834d
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:45ee73715d9244171cdd85279021b9ca839a5ed0dc85399b1a3c06ef5d6849b5
|
oid sha256:c5bb343ad504390e253d4589020783fd750035b6868e803612f56843e008d29c
|
||||||
size 286735
|
size 286957
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%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: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%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: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%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: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%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: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -111,9 +111,9 @@ Name: kernel-64kb
|
|||||||
Summary: Kernel with 64kb PAGE_SIZE
|
Summary: Kernel with 64kb PAGE_SIZE
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -240,10 +240,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-%build_flavor-base-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: kernel-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -111,9 +111,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -240,10 +240,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-%build_flavor-base-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: kernel-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
%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,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -111,9 +111,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -240,10 +240,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-%build_flavor-base-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: kernel-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
%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,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%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-only
|
License: GPL-2.0-only
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
|
|||||||
%endif
|
%endif
|
||||||
URL: https://www.kernel.org/
|
URL: https://www.kernel.org/
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -111,9 +111,9 @@ Name: kernel-kvmsmall
|
|||||||
Summary: The Small Developer Kernel for KVM
|
Summary: The Small Developer Kernel for KVM
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -240,10 +240,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-%build_flavor-base-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: kernel-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -111,9 +111,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -240,10 +240,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-%build_flavor-base-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: kernel-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%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-0fb77d6f27baac5a460610b276ddee525f130735
|
BuildRequires: kernel%kernel_flavor-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
|
|
||||||
%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-only
|
License: GPL-2.0-only
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%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-only
|
License: GPL-2.0-only
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -111,9 +111,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -240,10 +240,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-%build_flavor-base-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: kernel-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
%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,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -31,9 +31,9 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: kernel-source
|
Name: kernel-source
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -50,7 +50,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
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,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -111,9 +111,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -240,10 +240,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-%build_flavor-base-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: kernel-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,47 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 16 06:09:35 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 6.1.6 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Check runtime suspend capability at
|
||||||
|
runtime_idle (bsc#1012628).
|
||||||
|
- ALSA: hda - Enable headset mic on another Dell laptop with
|
||||||
|
ALC3254 (bsc#1012628).
|
||||||
|
- ALSA: hda: cs35l41: Don't return -EINVAL from system
|
||||||
|
suspend/resume (bsc#1012628).
|
||||||
|
- ALSA: hda/realtek: fix mute/micmute LEDs don't work for a HP
|
||||||
|
platform (bsc#1012628).
|
||||||
|
- ALSA: hda/hdmi: Add a HP device 0x8715 to force connect list
|
||||||
|
(bsc#1012628).
|
||||||
|
- ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent
|
||||||
|
UAF (bsc#1012628).
|
||||||
|
- net: sched: disallow noqueue for qdisc classes (bsc#1012628).
|
||||||
|
- gcc: disable -Warray-bounds for gcc-11 too (bsc#1012628).
|
||||||
|
- Update config files.
|
||||||
|
- Revert "SUNRPC: Use RMW bitops in single-threaded hot paths"
|
||||||
|
(bsc#1012628).
|
||||||
|
- selftests/vm/pkeys: Add a regression test for setting PKRU
|
||||||
|
through ptrace (bsc#1012628).
|
||||||
|
- x86/fpu: Emulate XRSTOR's behavior if the xfeatures PKRU bit
|
||||||
|
is not set (bsc#1012628).
|
||||||
|
- x86/fpu: Allow PKRU to be (once again) written by ptrace
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to copy_uabi_to_xstate()
|
||||||
|
(bsc#1012628).
|
||||||
|
- x86/fpu: Add a pkru argument to
|
||||||
|
copy_uabi_from_kernel_to_xstate() (bsc#1012628).
|
||||||
|
- x86/fpu: Take task_struct* in
|
||||||
|
copy_sigframe_from_user_to_xstate() (bsc#1012628).
|
||||||
|
- parisc: Align parisc MADV_XXX constants with all other
|
||||||
|
architectures (bsc#1012628).
|
||||||
|
- commit 573f4a9
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 13 18:38:19 CET 2023 - vbabka@suse.cz
|
||||||
|
|
||||||
|
- Revert "mm/compaction: fix set skip in fast_find_migrateblock"
|
||||||
|
(bsc#1206848).
|
||||||
|
- commit e99ed0e
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
Thu Jan 12 12:19:21 CET 2023 - jslaby@suse.cz
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 6.1
|
%define srcversion 6.1
|
||||||
%define patchversion 6.1.5
|
%define patchversion 6.1.6
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules zstd
|
%define compress_modules zstd
|
||||||
@ -111,9 +111,9 @@ Name: kernel-zfcpdump
|
|||||||
Summary: The IBM System Z zfcpdump Kernel
|
Summary: The IBM System Z zfcpdump Kernel
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 6.1.5
|
Version: 6.1.6
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.g0fb77d6
|
Release: <RELEASE>.g573f4a9
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -240,10 +240,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-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-%build_flavor-base-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
Provides: kernel-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: kernel-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-0fb77d6f27baac5a460610b276ddee525f130735
|
Provides: %name-srchash-573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
|
||||||
Source3: kernel-source.rpmlintrc
|
Source3: kernel-source.rpmlintrc
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:5ae83cff8c27b9837c4d7a211a457684288047836f5e1ffaf7d5a16dd4e5cfb1
|
oid sha256:6d307f7f31a2215e2fd2a7be2432785a4ccc1b335aad0051b56b0f32d4ea789b
|
||||||
size 1109450
|
size 1122475
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:217bbce65fa43894c156ae91127dee9164232587bc8cd88be6ab4f21e8b0bb62
|
oid sha256:12785bff5802025b3e50a8848adb1202d8d81f97215db9fc62cc29371f3d84d7
|
||||||
size 41417
|
size 42146
|
||||||
|
18
series.conf
18
series.conf
@ -1630,6 +1630,23 @@
|
|||||||
patches.kernel.org/6.1.5-158-efi-random-combine-bootloader-provided-RNG-seed.patch
|
patches.kernel.org/6.1.5-158-efi-random-combine-bootloader-provided-RNG-seed.patch
|
||||||
patches.kernel.org/6.1.5-159-wifi-ath11k-Send-PME-message-during-wakeup-from.patch
|
patches.kernel.org/6.1.5-159-wifi-ath11k-Send-PME-message-during-wakeup-from.patch
|
||||||
patches.kernel.org/6.1.5-160-Linux-6.1.5.patch
|
patches.kernel.org/6.1.5-160-Linux-6.1.5.patch
|
||||||
|
patches.kernel.org/6.1.6-001-parisc-Align-parisc-MADV_XXX-constants-with-all.patch
|
||||||
|
patches.kernel.org/6.1.6-002-x86-fpu-Take-task_struct-in-copy_sigframe_from_.patch
|
||||||
|
patches.kernel.org/6.1.6-003-x86-fpu-Add-a-pkru-argument-to-copy_uabi_from_k.patch
|
||||||
|
patches.kernel.org/6.1.6-004-x86-fpu-Add-a-pkru-argument-to-copy_uabi_to_xst.patch
|
||||||
|
patches.kernel.org/6.1.6-005-x86-fpu-Allow-PKRU-to-be-once-again-written-by-.patch
|
||||||
|
patches.kernel.org/6.1.6-006-x86-fpu-Emulate-XRSTOR-s-behavior-if-the-xfeatu.patch
|
||||||
|
patches.kernel.org/6.1.6-007-selftests-vm-pkeys-Add-a-regression-test-for-se.patch
|
||||||
|
patches.kernel.org/6.1.6-008-Revert-SUNRPC-Use-RMW-bitops-in-single-threaded.patch
|
||||||
|
patches.kernel.org/6.1.6-009-gcc-disable-Warray-bounds-for-gcc-11-too.patch
|
||||||
|
patches.kernel.org/6.1.6-010-net-sched-disallow-noqueue-for-qdisc-classes.patch
|
||||||
|
patches.kernel.org/6.1.6-011-ALSA-pcm-Move-rwsem-lock-inside-snd_ctl_elem_re.patch
|
||||||
|
patches.kernel.org/6.1.6-012-ALSA-hda-hdmi-Add-a-HP-device-0x8715-to-force-c.patch
|
||||||
|
patches.kernel.org/6.1.6-013-ALSA-hda-realtek-fix-mute-micmute-LEDs-don-t-wo.patch
|
||||||
|
patches.kernel.org/6.1.6-014-ALSA-hda-cs35l41-Don-t-return-EINVAL-from-syste.patch
|
||||||
|
patches.kernel.org/6.1.6-015-ALSA-hda-Enable-headset-mic-on-another-Dell-lap.patch
|
||||||
|
patches.kernel.org/6.1.6-016-ALSA-hda-cs35l41-Check-runtime-suspend-capabili.patch
|
||||||
|
patches.kernel.org/6.1.6-017-Linux-6.1.6.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -1685,6 +1702,7 @@
|
|||||||
patches.suse/ALSA-usb-audio-More-refactoring-of-hw-constraint-rul.patch
|
patches.suse/ALSA-usb-audio-More-refactoring-of-hw-constraint-rul.patch
|
||||||
patches.suse/Revert-ALSA-usb-audio-Drop-superfluous-interface-set.patch
|
patches.suse/Revert-ALSA-usb-audio-Drop-superfluous-interface-set.patch
|
||||||
patches.suse/docs-Fix-the-docs-build-with-Sphinx-6.0.patch
|
patches.suse/docs-Fix-the-docs-build-with-Sphinx-6.0.patch
|
||||||
|
patches.suse/0001-Revert-mm-compaction-fix-set-skip-in-fast_find_migra.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# kbuild/module infrastructure fixes
|
# kbuild/module infrastructure fixes
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2023-01-12 11:19:21 +0000
|
2023-01-16 05:11:14 +0000
|
||||||
GIT Revision: 0fb77d6f27baac5a460610b276ddee525f130735
|
GIT Revision: 573f4a96e922fec10a29d12760ec30fa654571bc
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user