commit a3c888884a63d7ee7325a11835d55562f6785407
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1440
This commit is contained in:
parent
03d3f1f5de
commit
ceba36c8ae
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,9 @@
|
|||||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||||
|
|
||||||
Name: dtb-aarch64
|
Name: dtb-aarch64
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,9 @@
|
|||||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||||
|
|
||||||
Name: dtb-armv6l
|
Name: dtb-armv6l
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,9 @@
|
|||||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||||
|
|
||||||
Name: dtb-armv7l
|
Name: dtb-armv7l
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -29,9 +29,9 @@
|
|||||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||||
|
|
||||||
Name: dtb-riscv64
|
Name: dtb-riscv64
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -68,9 +68,9 @@ Name: kernel-64kb
|
|||||||
Summary: Kernel with 64kb PAGE_SIZE
|
Summary: Kernel with 64kb PAGE_SIZE
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -179,10 +179,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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-%build_flavor-base-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: kernel-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -68,9 +68,9 @@ Name: kernel-debug
|
|||||||
Summary: A Debug Version of the Kernel
|
Summary: A Debug Version of the Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -179,10 +179,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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-%build_flavor-base-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: kernel-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
%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,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -68,9 +68,9 @@ Name: kernel-default
|
|||||||
Summary: The Standard Kernel
|
Summary: The Standard Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -179,10 +179,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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-%build_flavor-base-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: kernel-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
%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,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
|||||||
Summary: Kernel Documentation
|
Summary: Kernel Documentation
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Documentation/Man
|
Group: Documentation/Man
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -63,7 +63,7 @@ BuildRequires: texlive-zapfding
|
|||||||
%endif
|
%endif
|
||||||
Url: http://www.kernel.org/
|
Url: http://www.kernel.org/
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -68,9 +68,9 @@ Name: kernel-kvmsmall
|
|||||||
Summary: The Small Developer Kernel for KVM
|
Summary: The Small Developer Kernel for KVM
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -179,10 +179,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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-%build_flavor-base-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: kernel-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -68,9 +68,9 @@ Name: kernel-lpae
|
|||||||
Summary: Kernel for LPAE enabled systems
|
Summary: Kernel for LPAE enabled systems
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -179,10 +179,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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-%build_flavor-base-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: kernel-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#!BuildIgnore: post-build-checks
|
#!BuildIgnore: post-build-checks
|
||||||
|
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%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-fcfe48174cb28bad44ca9096080d092c2db50387
|
BuildRequires: kernel%kernel_flavor-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
|
|
||||||
%if 0%{?rhel_version}
|
%if 0%{?rhel_version}
|
||||||
BuildRequires: kernel
|
BuildRequires: kernel
|
||||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
|||||||
Summary: package kernel and initrd for OBS VM builds
|
Summary: package kernel and initrd for OBS VM builds
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
# needsrootforbuild
|
# needsrootforbuild
|
||||||
|
|
||||||
|
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
|
|
||||||
%include %_sourcedir/kernel-spec-macros
|
%include %_sourcedir/kernel-spec-macros
|
||||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|||||||
Summary: Basic QA tests for the kernel
|
Summary: Basic QA tests for the kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: SLES
|
Group: SLES
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -68,9 +68,9 @@ Name: kernel-pae
|
|||||||
Summary: Kernel with PAE Support
|
Summary: Kernel with PAE Support
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -179,10 +179,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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-%build_flavor-base-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: kernel-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
%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,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
|
|
||||||
@ -30,9 +30,9 @@ Name: kernel-source
|
|||||||
Summary: The Linux Kernel Sources
|
Summary: The Linux Kernel Sources
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -43,7 +43,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: sed
|
BuildRequires: sed
|
||||||
Requires(post): coreutils sed
|
Requires(post): coreutils sed
|
||||||
Provides: %name = %version-%source_rel
|
Provides: %name = %version-%source_rel
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: linux
|
Provides: linux
|
||||||
Provides: multiversion(kernel)
|
Provides: multiversion(kernel)
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
|||||||
Summary: Kernel Symbol Versions (modversions)
|
Summary: Kernel Symbol Versions (modversions)
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: Development/Sources
|
Group: Development/Sources
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if %using_buildservice
|
%if %using_buildservice
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
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,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -68,9 +68,9 @@ Name: kernel-vanilla
|
|||||||
Summary: The Standard Kernel - without any SUSE patches
|
Summary: The Standard Kernel - without any SUSE patches
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -179,10 +179,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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-%build_flavor-base-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: kernel-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,55 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 30 20:15:49 CET 2021 - jslaby@suse.cz
|
||||||
|
|
||||||
|
- Linux 5.10.12 (bsc#1012628).
|
||||||
|
- gpio: mvebu: fix pwm .get_state period calculation
|
||||||
|
(bsc#1012628).
|
||||||
|
- Revert "mm/slub: fix a memory leak in sysfs_slab_add()"
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Ensure the correct return value from futex_lock_pi()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Replace pointless printk in fixup_owner() (bsc#1012628).
|
||||||
|
- futex: Provide and use pi_state_update_owner() (bsc#1012628).
|
||||||
|
- rtmutex: Remove unused argument from rt_mutex_proxy_unlock()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Use pi_state_update_owner() in put_pi_state()
|
||||||
|
(bsc#1012628).
|
||||||
|
- futex: Simplify fixup_pi_state_owner() (bsc#1012628).
|
||||||
|
- futex: Handle faults correctly for PI futexes (bsc#1012628).
|
||||||
|
- HID: wacom: Correct NULL dereference on AES pen proximity
|
||||||
|
(bsc#1012628).
|
||||||
|
- HID: multitouch: Apply MT_QUIRK_CONFIDENCE quirk for multi-input
|
||||||
|
devices (bsc#1012628).
|
||||||
|
- media: Revert "media: videobuf2: Fix length check for single
|
||||||
|
plane dmabuf queueing" (bsc#1012628).
|
||||||
|
- media: v4l2-subdev.h: BIT() is not available in userspace
|
||||||
|
(bsc#1012628).
|
||||||
|
- RDMA/vmw_pvrdma: Fix network_hdr_type reported in WC
|
||||||
|
(bsc#1012628).
|
||||||
|
- kernel/io_uring: cancel io_uring before task works
|
||||||
|
(bsc#1012628).
|
||||||
|
- io_uring: inline io_uring_attempt_task_drop() (bsc#1012628).
|
||||||
|
- io_uring: add warn_once for io_uring_flush() (bsc#1012628).
|
||||||
|
- io_uring: stop SQPOLL submit on creator's death (bsc#1012628).
|
||||||
|
- io_uring: fix null-deref in io_disable_sqo_submit (bsc#1012628).
|
||||||
|
- io_uring: do sqo disable on install_fd error (bsc#1012628).
|
||||||
|
- io_uring: fix false positive sqo warning on flush (bsc#1012628).
|
||||||
|
- io_uring: fix uring_flush in exit_files() warning (bsc#1012628).
|
||||||
|
- io_uring: fix skipping disabling sqo on exec (bsc#1012628).
|
||||||
|
- io_uring: dont kill fasync under completion_lock (bsc#1012628).
|
||||||
|
- io_uring: fix sleeping under spin in __io_clean_op
|
||||||
|
(bsc#1012628).
|
||||||
|
- objtool: Don't fail on missing symbol table (bsc#1012628).
|
||||||
|
- mm/page_alloc: add a missing mm_page_alloc_zone_locked()
|
||||||
|
tracepoint (bsc#1012628).
|
||||||
|
- mm: fix a race on nr_swap_pages (bsc#1012628).
|
||||||
|
- tools: Factor HOSTCC, HOSTLD, HOSTAR definitions (bsc#1012628).
|
||||||
|
- printk: fix buffer overflow potential for print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- printk: fix string termination for record_print_text()
|
||||||
|
(bsc#1012628).
|
||||||
|
- commit a3c8888
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
Thu Jan 28 11:34:53 CET 2021 - msuchanek@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define srcversion 5.10
|
%define srcversion 5.10
|
||||||
%define patchversion 5.10.11
|
%define patchversion 5.10.12
|
||||||
%define variant %{nil}
|
%define variant %{nil}
|
||||||
%define vanilla_only 0
|
%define vanilla_only 0
|
||||||
%define compress_modules xz
|
%define compress_modules xz
|
||||||
@ -68,9 +68,9 @@ Name: kernel-zfcpdump
|
|||||||
Summary: The IBM System Z zfcpdump Kernel
|
Summary: The IBM System Z zfcpdump Kernel
|
||||||
License: GPL-2.0
|
License: GPL-2.0
|
||||||
Group: System/Kernel
|
Group: System/Kernel
|
||||||
Version: 5.10.11
|
Version: 5.10.12
|
||||||
%if 0%{?is_kotd}
|
%if 0%{?is_kotd}
|
||||||
Release: <RELEASE>.gfcfe481
|
Release: <RELEASE>.ga3c8888
|
||||||
%else
|
%else
|
||||||
Release: 0
|
Release: 0
|
||||||
%endif
|
%endif
|
||||||
@ -179,10 +179,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-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-%build_flavor-base-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
Provides: kernel-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: kernel-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
# END COMMON DEPS
|
# END COMMON DEPS
|
||||||
Provides: %name-srchash-fcfe48174cb28bad44ca9096080d092c2db50387
|
Provides: %name-srchash-a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
%obsolete_rebuilds %name
|
%obsolete_rebuilds %name
|
||||||
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
Source0: http://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||||
Source2: source-post.sh
|
Source2: source-post.sh
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:94bbf0d6146aeaaff253a4f96369490299168965267b2b03e9ba83938e034819
|
oid sha256:8ed397497c56a6891c2c8e681729cb36ff0b00cedf9145b7f609c3450a91d3a1
|
||||||
size 997661
|
size 1016088
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1dd0c65653d6c5c1d367c05245a2e4ed75839fed79b7e47374cb004b1a929e95
|
oid sha256:92fd1cba3e800f47aeba9a6b6dc4ae7d7cded144728e8680338ebe49e070405a
|
||||||
size 69987
|
size 69478
|
||||||
|
34
series.conf
34
series.conf
@ -1539,6 +1539,39 @@
|
|||||||
patches.kernel.org/5.10.11-203-mm-fix-initialization-of-struct-page-for-hole.patch
|
patches.kernel.org/5.10.11-203-mm-fix-initialization-of-struct-page-for-hole.patch
|
||||||
patches.kernel.org/5.10.11-204-Revert-mm-fix-initialization-of-struct-page-f.patch
|
patches.kernel.org/5.10.11-204-Revert-mm-fix-initialization-of-struct-page-f.patch
|
||||||
patches.kernel.org/5.10.11-205-Linux-5.10.11.patch
|
patches.kernel.org/5.10.11-205-Linux-5.10.11.patch
|
||||||
|
patches.kernel.org/5.10.12-001-gpio-mvebu-fix-pwm-.get_state-period-calculat.patch
|
||||||
|
patches.kernel.org/5.10.12-002-Revert-mm-slub-fix-a-memory-leak-in-sysfs_sla.patch
|
||||||
|
patches.kernel.org/5.10.12-003-futex-Ensure-the-correct-return-value-from-fu.patch
|
||||||
|
patches.kernel.org/5.10.12-004-futex-Replace-pointless-printk-in-fixup_owner.patch
|
||||||
|
patches.kernel.org/5.10.12-005-futex-Provide-and-use-pi_state_update_owner.patch
|
||||||
|
patches.kernel.org/5.10.12-006-rtmutex-Remove-unused-argument-from-rt_mutex_.patch
|
||||||
|
patches.kernel.org/5.10.12-007-futex-Use-pi_state_update_owner-in-put_pi_sta.patch
|
||||||
|
patches.kernel.org/5.10.12-008-futex-Simplify-fixup_pi_state_owner.patch
|
||||||
|
patches.kernel.org/5.10.12-009-futex-Handle-faults-correctly-for-PI-futexes.patch
|
||||||
|
patches.kernel.org/5.10.12-010-HID-wacom-Correct-NULL-dereference-on-AES-pen.patch
|
||||||
|
patches.kernel.org/5.10.12-011-HID-multitouch-Apply-MT_QUIRK_CONFIDENCE-quir.patch
|
||||||
|
patches.kernel.org/5.10.12-012-media-Revert-media-videobuf2-Fix-length-check.patch
|
||||||
|
patches.kernel.org/5.10.12-013-media-v4l2-subdev.h-BIT-is-not-available-in-u.patch
|
||||||
|
patches.kernel.org/5.10.12-014-RDMA-vmw_pvrdma-Fix-network_hdr_type-reported.patch
|
||||||
|
patches.kernel.org/5.10.12-015-iwlwifi-dbg-Don-t-touch-the-tlv-data.patch
|
||||||
|
patches.kernel.org/5.10.12-016-kernel-io_uring-cancel-io_uring-before-task-w.patch
|
||||||
|
patches.kernel.org/5.10.12-017-io_uring-inline-io_uring_attempt_task_drop.patch
|
||||||
|
patches.kernel.org/5.10.12-018-io_uring-add-warn_once-for-io_uring_flush.patch
|
||||||
|
patches.kernel.org/5.10.12-019-io_uring-stop-SQPOLL-submit-on-creator-s-deat.patch
|
||||||
|
patches.kernel.org/5.10.12-020-io_uring-fix-null-deref-in-io_disable_sqo_sub.patch
|
||||||
|
patches.kernel.org/5.10.12-021-io_uring-do-sqo-disable-on-install_fd-error.patch
|
||||||
|
patches.kernel.org/5.10.12-022-io_uring-fix-false-positive-sqo-warning-on-fl.patch
|
||||||
|
patches.kernel.org/5.10.12-023-io_uring-fix-uring_flush-in-exit_files-warnin.patch
|
||||||
|
patches.kernel.org/5.10.12-024-io_uring-fix-skipping-disabling-sqo-on-exec.patch
|
||||||
|
patches.kernel.org/5.10.12-025-io_uring-dont-kill-fasync-under-completion_lo.patch
|
||||||
|
patches.kernel.org/5.10.12-026-io_uring-fix-sleeping-under-spin-in-__io_clea.patch
|
||||||
|
patches.kernel.org/5.10.12-027-objtool-Don-t-fail-on-missing-symbol-table.patch
|
||||||
|
patches.kernel.org/5.10.12-028-mm-page_alloc-add-a-missing-mm_page_alloc_zon.patch
|
||||||
|
patches.kernel.org/5.10.12-029-mm-fix-a-race-on-nr_swap_pages.patch
|
||||||
|
patches.kernel.org/5.10.12-030-tools-Factor-HOSTCC-HOSTLD-HOSTAR-definitions.patch
|
||||||
|
patches.kernel.org/5.10.12-031-printk-fix-buffer-overflow-potential-for-prin.patch
|
||||||
|
patches.kernel.org/5.10.12-032-printk-fix-string-termination-for-record_prin.patch
|
||||||
|
patches.kernel.org/5.10.12-033-Linux-5.10.12.patch
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Build fixes that apply to the vanilla kernel too.
|
# Build fixes that apply to the vanilla kernel too.
|
||||||
@ -1640,7 +1673,6 @@
|
|||||||
# Networking core
|
# Networking core
|
||||||
########################################################
|
########################################################
|
||||||
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
patches.suse/Revert-netfilter-conntrack-remove-helper-hook-again.patch
|
||||||
patches.suse/iwlwifi-dbg-Don-t-touch-the-tlv-data.patch
|
|
||||||
|
|
||||||
########################################################
|
########################################################
|
||||||
# Security
|
# Security
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
2021-01-28 10:35:26 +0000
|
2021-01-30 19:15:49 +0000
|
||||||
GIT Revision: fcfe48174cb28bad44ca9096080d092c2db50387
|
GIT Revision: a3c888884a63d7ee7325a11835d55562f6785407
|
||||||
GIT Branch: stable
|
GIT Branch: stable
|
||||||
|
Loading…
Reference in New Issue
Block a user