diff --git a/dtb-aarch64.changes b/dtb-aarch64.changes index a377ec5a..90e68950 100644 --- a/dtb-aarch64.changes +++ b/dtb-aarch64.changes @@ -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 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 diff --git a/dtb-aarch64.spec b/dtb-aarch64.spec index 610b0494..813d023f 100644 --- a/dtb-aarch64.spec +++ b/dtb-aarch64.spec @@ -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: .g415f514 +Release: .gb35e71f %else Release: 0 %endif diff --git a/dtb-armv6l.changes b/dtb-armv6l.changes index a377ec5a..90e68950 100644 --- a/dtb-armv6l.changes +++ b/dtb-armv6l.changes @@ -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 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 diff --git a/dtb-armv6l.spec b/dtb-armv6l.spec index 817b9006..d098e3a2 100644 --- a/dtb-armv6l.spec +++ b/dtb-armv6l.spec @@ -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: .g415f514 +Release: .gb35e71f %else Release: 0 %endif diff --git a/dtb-armv7l.changes b/dtb-armv7l.changes index a377ec5a..90e68950 100644 --- a/dtb-armv7l.changes +++ b/dtb-armv7l.changes @@ -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 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 diff --git a/dtb-armv7l.spec b/dtb-armv7l.spec index 991da4ef..226bdb97 100644 --- a/dtb-armv7l.spec +++ b/dtb-armv7l.spec @@ -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: .g415f514 +Release: .gb35e71f %else Release: 0 %endif diff --git a/dtb-riscv64.changes b/dtb-riscv64.changes index a377ec5a..90e68950 100644 --- a/dtb-riscv64.changes +++ b/dtb-riscv64.changes @@ -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 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 diff --git a/dtb-riscv64.spec b/dtb-riscv64.spec index 82ffb224..c0be48a0 100644 --- a/dtb-riscv64.spec +++ b/dtb-riscv64.spec @@ -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: .g415f514 +Release: .gb35e71f %else Release: 0 %endif diff --git a/kernel-64kb.changes b/kernel-64kb.changes index a377ec5a..90e68950 100644 --- a/kernel-64kb.changes +++ b/kernel-64kb.changes @@ -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 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 diff --git a/kernel-64kb.spec b/kernel-64kb.spec index 7c0f4e43..d9c64408 100644 --- a/kernel-64kb.spec +++ b/kernel-64kb.spec @@ -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: .g415f514 +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 diff --git a/kernel-debug.changes b/kernel-debug.changes index a377ec5a..90e68950 100644 --- a/kernel-debug.changes +++ b/kernel-debug.changes @@ -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 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 diff --git a/kernel-debug.spec b/kernel-debug.spec index 8f92b6c6..93fe2113 100644 --- a/kernel-debug.spec +++ b/kernel-debug.spec @@ -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: .g415f514 +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 diff --git a/kernel-default.changes b/kernel-default.changes index a377ec5a..90e68950 100644 --- a/kernel-default.changes +++ b/kernel-default.changes @@ -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 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 diff --git a/kernel-default.spec b/kernel-default.spec index 3344cc0e..edeec87a 100644 --- a/kernel-default.spec +++ b/kernel-default.spec @@ -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: .g415f514 +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 diff --git a/kernel-docs.changes b/kernel-docs.changes index a377ec5a..90e68950 100644 --- a/kernel-docs.changes +++ b/kernel-docs.changes @@ -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 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 diff --git a/kernel-docs.spec b/kernel-docs.spec index 552a9a28..fbd01188 100644 --- a/kernel-docs.spec +++ b/kernel-docs.spec @@ -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: .g415f514 +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 diff --git a/kernel-kvmsmall.changes b/kernel-kvmsmall.changes index a377ec5a..90e68950 100644 --- a/kernel-kvmsmall.changes +++ b/kernel-kvmsmall.changes @@ -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 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 diff --git a/kernel-kvmsmall.spec b/kernel-kvmsmall.spec index 90409e07..da5800e9 100644 --- a/kernel-kvmsmall.spec +++ b/kernel-kvmsmall.spec @@ -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: .g415f514 +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 diff --git a/kernel-lpae.changes b/kernel-lpae.changes index a377ec5a..90e68950 100644 --- a/kernel-lpae.changes +++ b/kernel-lpae.changes @@ -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 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 diff --git a/kernel-lpae.spec b/kernel-lpae.spec index cb703b20..208cb74c 100644 --- a/kernel-lpae.spec +++ b/kernel-lpae.spec @@ -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: .g415f514 +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 diff --git a/kernel-obs-build.changes b/kernel-obs-build.changes index a377ec5a..90e68950 100644 --- a/kernel-obs-build.changes +++ b/kernel-obs-build.changes @@ -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 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 diff --git a/kernel-obs-build.spec b/kernel-obs-build.spec index 95710bf0..31b9bc58 100644 --- a/kernel-obs-build.spec +++ b/kernel-obs-build.spec @@ -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: .g415f514 +Release: .gb35e71f %else Release: 0 %endif diff --git a/kernel-obs-qa.changes b/kernel-obs-qa.changes index a377ec5a..90e68950 100644 --- a/kernel-obs-qa.changes +++ b/kernel-obs-qa.changes @@ -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 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 diff --git a/kernel-obs-qa.spec b/kernel-obs-qa.spec index c0c84b74..cccd6144 100644 --- a/kernel-obs-qa.spec +++ b/kernel-obs-qa.spec @@ -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: .g415f514 +Release: .gb35e71f %else Release: 0 %endif diff --git a/kernel-pae.changes b/kernel-pae.changes index a377ec5a..90e68950 100644 --- a/kernel-pae.changes +++ b/kernel-pae.changes @@ -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 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 diff --git a/kernel-pae.spec b/kernel-pae.spec index 3d5decd3..419b6825 100644 --- a/kernel-pae.spec +++ b/kernel-pae.spec @@ -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: .g415f514 +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 diff --git a/kernel-source.changes b/kernel-source.changes index a377ec5a..90e68950 100644 --- a/kernel-source.changes +++ b/kernel-source.changes @@ -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 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 diff --git a/kernel-source.spec b/kernel-source.spec index 71aac4ca..a97ebbcf 100644 --- a/kernel-source.spec +++ b/kernel-source.spec @@ -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: .g415f514 +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 diff --git a/kernel-syms.changes b/kernel-syms.changes index a377ec5a..90e68950 100644 --- a/kernel-syms.changes +++ b/kernel-syms.changes @@ -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 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 diff --git a/kernel-syms.spec b/kernel-syms.spec index 3515a816..f5a9cc14 100644 --- a/kernel-syms.spec +++ b/kernel-syms.spec @@ -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: .g415f514 +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 diff --git a/kernel-vanilla.changes b/kernel-vanilla.changes index a377ec5a..90e68950 100644 --- a/kernel-vanilla.changes +++ b/kernel-vanilla.changes @@ -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 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 diff --git a/kernel-vanilla.spec b/kernel-vanilla.spec index d5010d14..471039e5 100644 --- a/kernel-vanilla.spec +++ b/kernel-vanilla.spec @@ -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: .g415f514 +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 diff --git a/kernel-zfcpdump.changes b/kernel-zfcpdump.changes index a377ec5a..90e68950 100644 --- a/kernel-zfcpdump.changes +++ b/kernel-zfcpdump.changes @@ -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 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 diff --git a/kernel-zfcpdump.spec b/kernel-zfcpdump.spec index 1bdb2fad..b1001837 100644 --- a/kernel-zfcpdump.spec +++ b/kernel-zfcpdump.spec @@ -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: .g415f514 +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 diff --git a/patches.kernel.org.tar.bz2 b/patches.kernel.org.tar.bz2 index e86bbe85..432cd44b 100644 --- a/patches.kernel.org.tar.bz2 +++ b/patches.kernel.org.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0cedf01fe7339920c2db07b442d7444ee15206633dc68306d0581b13a79d59e9 -size 1744973 +oid sha256:2861c90bbcfd17f6ada67b5f878b2fc2b1d7f23b7c94fabf738aca4feb87c2a9 +size 1778515 diff --git a/patches.suse.tar.bz2 b/patches.suse.tar.bz2 index 57504675..c5b6b71f 100644 --- a/patches.suse.tar.bz2 +++ b/patches.suse.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:5d3eba8d3e2794a16a3af8d845279ce7c92f73ca533dbe1d5693548732b20799 -size 44177 +oid sha256:8464bdcef0f876df7834f9f1c59f024dfe6ef2bbfcc37f93671e6d48d99cbbe0 +size 42667 diff --git a/series.conf b/series.conf index b8a04a55..76b178f7 100644 --- a/series.conf +++ b/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 ######################################################## diff --git a/source-timestamp b/source-timestamp index b71c57bf..1cd4af94 100644 --- a/source-timestamp +++ b/source-timestamp @@ -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