commit b35e71f47315a340841881aeec6b697498dbd316
OBS-URL: https://build.opensuse.org/package/show/Kernel:stable/kernel-source?expand=0&rev=1800
This commit is contained in:
parent
0c6b5eba02
commit
283e5bd6d5
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-aarch64
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv6l
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-armv7l
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -29,9 +29,9 @@
|
||||
%(chmod +x %_sourcedir/{guards,apply-patches,check-for-config-changes,group-source-files.pl,split-modules,modversions,kabi.pl,mkspec,compute-PATCHVERSION.sh,arch-symbols,log.sh,try-disable-staging-driver,compress-vmlinux.sh,mkspec-dtb,check-module-license,klp-symbols,splitflist,mergedep,moddep,modflist,kernel-subpackage-build})
|
||||
|
||||
Name: dtb-riscv64
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -110,9 +110,9 @@ Name: kernel-64kb
|
||||
Summary: Kernel with 64kb PAGE_SIZE
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-%build_flavor-base-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: kernel-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -110,9 +110,9 @@ Name: kernel-debug
|
||||
Summary: A Debug Version of the Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-%build_flavor-base-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: kernel-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
%ifarch ppc64
|
||||
Provides: kernel-kdump = 2.6.28
|
||||
Obsoletes: kernel-kdump <= 2.6.28
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -110,9 +110,9 @@ Name: kernel-default
|
||||
Summary: The Standard Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-%build_flavor-base-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: kernel-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
%ifarch %ix86
|
||||
Provides: kernel-smp = 2.6.17
|
||||
Obsoletes: kernel-smp <= 2.6.17
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@ Name: kernel-docs
|
||||
Summary: Kernel Documentation
|
||||
License: GPL-2.0-only
|
||||
Group: Documentation/Man
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -67,7 +67,7 @@ BuildRequires: texlive-zapfding
|
||||
%endif
|
||||
URL: https://www.kernel.org/
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
BuildArch: noarch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -110,9 +110,9 @@ Name: kernel-kvmsmall
|
||||
Summary: The Small Developer Kernel for KVM
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-%build_flavor-base-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: kernel-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -110,9 +110,9 @@ Name: kernel-lpae
|
||||
Summary: Kernel for LPAE enabled systems
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-%build_flavor-base-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: kernel-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
#!BuildIgnore: post-build-checks
|
||||
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -45,7 +45,7 @@ BuildRequires: util-linux
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
BuildRequires: kernel%kernel_flavor-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
BuildRequires: kernel%kernel_flavor-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
|
||||
%if 0%{?rhel_version}
|
||||
BuildRequires: kernel
|
||||
@ -64,9 +64,9 @@ BuildRequires: dracut
|
||||
Summary: package kernel and initrd for OBS VM builds
|
||||
License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
# needsrootforbuild
|
||||
|
||||
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -36,9 +36,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Basic QA tests for the kernel
|
||||
License: GPL-2.0-only
|
||||
Group: SLES
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -110,9 +110,9 @@ Name: kernel-pae
|
||||
Summary: Kernel with PAE Support
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-%build_flavor-base-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: kernel-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
%ifarch %ix86
|
||||
Provides: kernel-bigsmp = 2.6.17
|
||||
Obsoletes: kernel-bigsmp <= 2.6.17
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -50,7 +50,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: sed
|
||||
Requires(post): coreutils sed
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: linux
|
||||
Provides: multiversion(kernel)
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -24,10 +24,10 @@ Name: kernel-syms
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -52,7 +52,7 @@ Requires: kernel-pae-devel = %version-%source_rel
|
||||
%endif
|
||||
Requires: pesign-obs-integration
|
||||
Provides: %name = %version-%source_rel
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: multiversion(kernel)
|
||||
Source: README.KSYMS
|
||||
Requires: kernel-devel%variant = %version-%source_rel
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -110,9 +110,9 @@ Name: kernel-vanilla
|
||||
Summary: The Standard Kernel - without any SUSE patches
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-%build_flavor-base-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: kernel-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,70 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 23 19:19:01 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
- Linux 5.19.11 (bsc#1012628).
|
||||
- of: fdt: fix off-by-one error in unflatten_dt_nodes()
|
||||
(bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix gpio_wakeirq_map (bsc#1012628).
|
||||
- pinctrl: qcom: sc8180x: Fix wrong pin numbers (bsc#1012628).
|
||||
- pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTH
|
||||
(bsc#1012628).
|
||||
- pinctrl: sunxi: Fix name for A100 R_PIO (bsc#1012628).
|
||||
- SUNRPC: Fix call completion races with call_decode()
|
||||
(bsc#1012628).
|
||||
- NFSv4: Turn off open-by-filehandle and NFS re-export for NFSv4.0
|
||||
(bsc#1012628).
|
||||
- gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type
|
||||
in mpc85xx (bsc#1012628).
|
||||
- NFSv4.2: Update mode bits after ALLOCATE and DEALLOCATE
|
||||
(bsc#1012628).
|
||||
- Revert "SUNRPC: Remove unreachable error condition"
|
||||
(bsc#1012628).
|
||||
- drm/panel-edp: Fix delays for Innolux N116BCA-EA1 (bsc#1012628).
|
||||
- drm/meson: Correct OSD1 global alpha value (bsc#1012628).
|
||||
- drm/meson: Fix OSD1 RGB to YCbCr coefficient (bsc#1012628).
|
||||
- drm/rockchip: vop2: Fix eDP/HDMI sync polarities (bsc#1012628).
|
||||
- drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSC
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Don't update engine busyness stats too frequently
|
||||
(bsc#1012628).
|
||||
- drm/i915/guc: Cancel GuC engine busyness worker synchronously
|
||||
(bsc#1012628).
|
||||
- block: blk_queue_enter() / __bio_queue_enter() must return
|
||||
-EAGAIN for nowait (bsc#1012628).
|
||||
- parisc: ccio-dma: Add missing iounmap in error path in
|
||||
ccio_probe() (bsc#1012628).
|
||||
- of/device: Fix up of_dma_configure_id() stub (bsc#1012628).
|
||||
- io_uring/msg_ring: check file type before putting (bsc#1012628).
|
||||
- cifs: revalidate mapping when doing direct writes (bsc#1012628).
|
||||
- cifs: don't send down the destination address to sendmsg for
|
||||
a SOCK_STREAM (bsc#1012628).
|
||||
- cifs: always initialize struct msghdr smb_msg completely
|
||||
(bsc#1012628).
|
||||
- blk-lib: fix blkdev_issue_secure_erase (bsc#1012628).
|
||||
- parisc: Allow CONFIG_64BIT with ARCH=parisc (bsc#1012628).
|
||||
- tools/include/uapi: Fix <asm/errno.h> for parisc and xtensa
|
||||
(bsc#1012628).
|
||||
- drm/i915/gt: Fix perf limit reasons bit positions (bsc#1012628).
|
||||
- drm/i915: Set correct domains values at _i915_vma_move_to_active
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: make sure to init common IP before gmc
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: Don't enable LTR if not supported (bsc#1012628).
|
||||
- drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
|
||||
(bsc#1012628).
|
||||
- drm/amdgpu: move nbio sdma_doorbell_range() into sdma code
|
||||
for vega (bsc#1012628).
|
||||
- net: Find dst with sk's xfrm policy not ctl_sk (bsc#1012628).
|
||||
- dt-bindings: apple,aic: Fix required item "apple,fiq-index"
|
||||
in affinity description (bsc#1012628).
|
||||
- cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Keep power up while beep is enabled
|
||||
(bsc#1012628).
|
||||
- ALSA: hda/sigmatel: Fix unused variable warning for beep power
|
||||
change (bsc#1012628).
|
||||
- commit b35e71f
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 22 06:39:50 CEST 2022 - jslaby@suse.cz
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
%define srcversion 5.19
|
||||
%define patchversion 5.19.10
|
||||
%define patchversion 5.19.11
|
||||
%define variant %{nil}
|
||||
%define vanilla_only 0
|
||||
%define compress_modules zstd
|
||||
@ -110,9 +110,9 @@ Name: kernel-zfcpdump
|
||||
Summary: The IBM System Z zfcpdump Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 5.19.10
|
||||
Version: 5.19.11
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.g415f514
|
||||
Release: <RELEASE>.gb35e71f
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
@ -239,10 +239,10 @@ Conflicts: hyper-v < 4
|
||||
Conflicts: libc.so.6()(64bit)
|
||||
%endif
|
||||
Provides: kernel = %version-%source_rel
|
||||
Provides: kernel-%build_flavor-base-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: kernel-%build_flavor-base-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
Provides: kernel-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
# END COMMON DEPS
|
||||
Provides: %name-srchash-415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
Provides: %name-srchash-b35e71f47315a340841881aeec6b697498dbd316
|
||||
%obsolete_rebuilds %name
|
||||
Source0: https://www.kernel.org/pub/linux/kernel/v5.x/linux-%srcversion.tar.xz
|
||||
Source3: kernel-source.rpmlintrc
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cedf01fe7339920c2db07b442d7444ee15206633dc68306d0581b13a79d59e9
|
||||
size 1744973
|
||||
oid sha256:2861c90bbcfd17f6ada67b5f878b2fc2b1d7f23b7c94fabf738aca4feb87c2a9
|
||||
size 1778515
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d3eba8d3e2794a16a3af8d845279ce7c92f73ca533dbe1d5693548732b20799
|
||||
size 44177
|
||||
oid sha256:8464bdcef0f876df7834f9f1c59f024dfe6ef2bbfcc37f93671e6d48d99cbbe0
|
||||
size 42667
|
||||
|
41
series.conf
41
series.conf
@ -2197,6 +2197,46 @@
|
||||
patches.kernel.org/5.19.10-036-RDMA-irdma-Use-s-g-array-in-post-send-only-wh.patch
|
||||
patches.kernel.org/5.19.10-037-Input-goodix-add-compatible-string-for-GT1158.patch
|
||||
patches.kernel.org/5.19.10-038-Linux-5.19.10.patch
|
||||
patches.kernel.org/5.19.11-001-of-fdt-fix-off-by-one-error-in-unflatten_dt_n.patch
|
||||
patches.kernel.org/5.19.11-002-pinctrl-qcom-sc8180x-Fix-gpio_wakeirq_map.patch
|
||||
patches.kernel.org/5.19.11-003-pinctrl-qcom-sc8180x-Fix-wrong-pin-numbers.patch
|
||||
patches.kernel.org/5.19.11-004-pinctrl-rockchip-Enhance-support-for-IRQ_TYPE.patch
|
||||
patches.kernel.org/5.19.11-005-pinctrl-sunxi-Fix-name-for-A100-R_PIO.patch
|
||||
patches.kernel.org/5.19.11-006-SUNRPC-Fix-call-completion-races-with-call_de.patch
|
||||
patches.kernel.org/5.19.11-007-NFSv4-Turn-off-open-by-filehandle-and-NFS-re-.patch
|
||||
patches.kernel.org/5.19.11-008-gpio-mpc8xxx-Fix-support-for-IRQ_TYPE_LEVEL_L.patch
|
||||
patches.kernel.org/5.19.11-009-NFSv4.2-Update-mode-bits-after-ALLOCATE-and-D.patch
|
||||
patches.kernel.org/5.19.11-010-Revert-SUNRPC-Remove-unreachable-error-condit.patch
|
||||
patches.kernel.org/5.19.11-011-drm-panel-edp-Fix-delays-for-Innolux-N116BCA-.patch
|
||||
patches.kernel.org/5.19.11-012-drm-meson-Correct-OSD1-global-alpha-value.patch
|
||||
patches.kernel.org/5.19.11-013-drm-meson-Fix-OSD1-RGB-to-YCbCr-coefficient.patch
|
||||
patches.kernel.org/5.19.11-014-drm-rockchip-vop2-Fix-eDP-HDMI-sync-polaritie.patch
|
||||
patches.kernel.org/5.19.11-015-drm-i915-vdsc-Set-VDSC-PIC_HEIGHT-before-usin.patch
|
||||
patches.kernel.org/5.19.11-016-drm-i915-guc-Don-t-update-engine-busyness-sta.patch
|
||||
patches.kernel.org/5.19.11-017-drm-i915-guc-Cancel-GuC-engine-busyness-worke.patch
|
||||
patches.kernel.org/5.19.11-018-block-blk_queue_enter-__bio_queue_enter-must-.patch
|
||||
patches.kernel.org/5.19.11-019-parisc-ccio-dma-Add-missing-iounmap-in-error-.patch
|
||||
patches.kernel.org/5.19.11-020-of-device-Fix-up-of_dma_configure_id-stub.patch
|
||||
patches.kernel.org/5.19.11-021-io_uring-msg_ring-check-file-type-before-putt.patch
|
||||
patches.kernel.org/5.19.11-022-cifs-revalidate-mapping-when-doing-direct-wri.patch
|
||||
patches.kernel.org/5.19.11-023-cifs-don-t-send-down-the-destination-address-.patch
|
||||
patches.kernel.org/5.19.11-024-cifs-always-initialize-struct-msghdr-smb_msg-.patch
|
||||
patches.kernel.org/5.19.11-025-blk-lib-fix-blkdev_issue_secure_erase.patch
|
||||
patches.kernel.org/5.19.11-026-parisc-Allow-CONFIG_64BIT-with-ARCH-parisc.patch
|
||||
patches.kernel.org/5.19.11-027-tools-include-uapi-Fix-asm-errno.h-for-parisc.patch
|
||||
patches.kernel.org/5.19.11-028-drm-i915-gt-Fix-perf-limit-reasons-bit-positi.patch
|
||||
patches.kernel.org/5.19.11-029-drm-i915-Set-correct-domains-values-at-_i915_.patch
|
||||
patches.kernel.org/5.19.11-030-drm-amdgpu-make-sure-to-init-common-IP-before.patch
|
||||
patches.kernel.org/5.19.11-031-drm-amdgpu-Don-t-enable-LTR-if-not-supported.patch
|
||||
patches.kernel.org/5.19.11-032-drm-amdgpu-move-nbio-ih_doorbell_range-into-i.patch
|
||||
patches.kernel.org/5.19.11-033-drm-amdgpu-move-nbio-sdma_doorbell_range-into.patch
|
||||
patches.kernel.org/5.19.11-034-net-Find-dst-with-sk-s-xfrm-policy-not-ctl_sk.patch
|
||||
patches.kernel.org/5.19.11-035-dt-bindings-apple-aic-Fix-required-item-apple.patch
|
||||
patches.kernel.org/5.19.11-036-cgroup-Add-missing-cpus_read_lock-to-cgroup_a.patch
|
||||
patches.kernel.org/5.19.11-037-ALSA-hda-sigmatel-Keep-power-up-while-beep-is.patch
|
||||
patches.kernel.org/5.19.11-038-ALSA-hda-sigmatel-Fix-unused-variable-warning.patch
|
||||
patches.kernel.org/5.19.11-039-Revert-iommu-vt-d-Fix-possible-recursive-lock.patch
|
||||
patches.kernel.org/5.19.11-040-Linux-5.19.11.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
@ -2235,7 +2275,6 @@
|
||||
patches.suse/tools-bpf_jit_disasm-Don-t-display-disassembler-four.patch
|
||||
patches.suse/tools-bpftool-Fix-compilation-error-with-new-binutil.patch
|
||||
patches.suse/tools-bpftool-Don-t-display-disassembler-four-args-f.patch
|
||||
patches.suse/Revert-iommu-vt-d-Fix-possible-recursive-locking-in-.patch
|
||||
########################################################
|
||||
# end of sorted patches
|
||||
########################################################
|
||||
|
@ -1,3 +1,3 @@
|
||||
2022-09-22 04:53:57 +0000
|
||||
GIT Revision: 415f51417a8ea5f0b260a107a17f6ed2e947ca76
|
||||
2022-09-23 17:19:01 +0000
|
||||
GIT Revision: b35e71f47315a340841881aeec6b697498dbd316
|
||||
GIT Branch: stable
|
||||
|
Loading…
Reference in New Issue
Block a user