commit 04906915e8e863ab112dfbbc89c991ae0986c4f1

OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=53
This commit is contained in:
Kernel Bugs 2024-07-28 06:36:52 +00:00 committed by Git OBS Bridge
parent b2395af297
commit 415e4edc90
9 changed files with 145 additions and 16 deletions

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat Jul 27 12:10:52 CEST 2024 - rfrohl@suse.com
- Linux 6.6.43 (bsc#1218260).
- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
(bsc#1218260).
- ocfs2: add bounds checking to ocfs2_check_dir_entry()
(bsc#1218260).
- jfs: don't walk off the end of ealist (bsc#1218260).
- fs/ntfs3: Add a check for attr_names and oatbl (bsc#1218260).
- fs/ntfs3: Validate ff offset (bsc#1218260).
- usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
(bsc#1218260).
- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
(bsc#1218260).
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy
Book Pro 360 (bsc#1218260).
- arm64: dts: qcom: qrb4210-rb2: switch I2C2 to i2c-gpio
(bsc#1218260).
- arm64: dts: qcom: msm8996: Disable SS instance in Parkmode
for USB (bsc#1218260).
- arm64: dts: qcom: sm6350: Disable SS instance in Parkmode for
USB (bsc#1218260).
- arm64: dts: qcom: ipq6018: Disable SS instance in Parkmode
for USB (bsc#1218260).
- arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for
USB (bsc#1218260).
- ALSA: seq: ump: Skip useless ports for static blocks
(bsc#1218260).
- filelock: Fix fcntl/close race recovery compat path
(bsc#1218260).
- tun: add missing verification for short frame (bsc#1218260).
- tap: add missing verification for short frame (bsc#1218260).
- Rename to
patches.kernel.org/6.6.43-014-ALSA-pcm_dmaengine-Don-t-synchronize-DMA-chann.patch.
- commit 0490691
-------------------------------------------------------------------
Fri Jul 26 09:39:22 CEST 2024 - rfrohl@suse.com

View File

@ -18,8 +18,8 @@
%define srcversion 6.6
%define patchversion 6.6.42
%define git_commit f2f48519a4f6634f5418adbc1d1b15c8ac86a7a8
%define patchversion 6.6.43
%define git_commit 04906915e8e863ab112dfbbc89c991ae0986c4f1
%define variant -longterm%{nil}
%define compress_modules zstd
%define compress_vmlinux xz
@ -113,9 +113,9 @@ Name: kernel-longterm
Summary: The Linux Kernel
License: GPL-2.0-only
Group: System/Kernel
Version: 6.6.42
Version: 6.6.43
%if 0%{?is_kotd}
Release: <RELEASE>.gf2f4851
Release: <RELEASE>.g0490691
%else
Release: 0
%endif

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat Jul 27 12:10:52 CEST 2024 - rfrohl@suse.com
- Linux 6.6.43 (bsc#1218260).
- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
(bsc#1218260).
- ocfs2: add bounds checking to ocfs2_check_dir_entry()
(bsc#1218260).
- jfs: don't walk off the end of ealist (bsc#1218260).
- fs/ntfs3: Add a check for attr_names and oatbl (bsc#1218260).
- fs/ntfs3: Validate ff offset (bsc#1218260).
- usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
(bsc#1218260).
- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
(bsc#1218260).
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy
Book Pro 360 (bsc#1218260).
- arm64: dts: qcom: qrb4210-rb2: switch I2C2 to i2c-gpio
(bsc#1218260).
- arm64: dts: qcom: msm8996: Disable SS instance in Parkmode
for USB (bsc#1218260).
- arm64: dts: qcom: sm6350: Disable SS instance in Parkmode for
USB (bsc#1218260).
- arm64: dts: qcom: ipq6018: Disable SS instance in Parkmode
for USB (bsc#1218260).
- arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for
USB (bsc#1218260).
- ALSA: seq: ump: Skip useless ports for static blocks
(bsc#1218260).
- filelock: Fix fcntl/close race recovery compat path
(bsc#1218260).
- tun: add missing verification for short frame (bsc#1218260).
- tap: add missing verification for short frame (bsc#1218260).
- Rename to
patches.kernel.org/6.6.43-014-ALSA-pcm_dmaengine-Don-t-synchronize-DMA-chann.patch.
- commit 0490691
-------------------------------------------------------------------
Fri Jul 26 09:39:22 CEST 2024 - rfrohl@suse.com

View File

@ -17,8 +17,8 @@
%define srcversion 6.6
%define patchversion 6.6.42
%define git_commit f2f48519a4f6634f5418adbc1d1b15c8ac86a7a8
%define patchversion 6.6.43
%define git_commit 04906915e8e863ab112dfbbc89c991ae0986c4f1
%define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros
@ -31,9 +31,9 @@
%endif
Name: kernel-source-longterm
Version: 6.6.42
Version: 6.6.43
%if 0%{?is_kotd}
Release: <RELEASE>.gf2f4851
Release: <RELEASE>.g0490691
%else
Release: 0
%endif

View File

@ -1,3 +1,40 @@
-------------------------------------------------------------------
Sat Jul 27 12:10:52 CEST 2024 - rfrohl@suse.com
- Linux 6.6.43 (bsc#1218260).
- drm/amdgpu: Fix signedness bug in sdma_v4_0_process_trap_irq()
(bsc#1218260).
- ocfs2: add bounds checking to ocfs2_check_dir_entry()
(bsc#1218260).
- jfs: don't walk off the end of ealist (bsc#1218260).
- fs/ntfs3: Add a check for attr_names and oatbl (bsc#1218260).
- fs/ntfs3: Validate ff offset (bsc#1218260).
- usb: gadget: midi2: Fix incorrect default MIDI2 protocol setup
(bsc#1218260).
- ALSA: hda/realtek: Enable headset mic on Positivo SU C1400
(bsc#1218260).
- ALSA: hda/realtek: Fix the speaker output on Samsung Galaxy
Book Pro 360 (bsc#1218260).
- arm64: dts: qcom: qrb4210-rb2: switch I2C2 to i2c-gpio
(bsc#1218260).
- arm64: dts: qcom: msm8996: Disable SS instance in Parkmode
for USB (bsc#1218260).
- arm64: dts: qcom: sm6350: Disable SS instance in Parkmode for
USB (bsc#1218260).
- arm64: dts: qcom: ipq6018: Disable SS instance in Parkmode
for USB (bsc#1218260).
- arm64: dts: qcom: sdm630: Disable SS instance in Parkmode for
USB (bsc#1218260).
- ALSA: seq: ump: Skip useless ports for static blocks
(bsc#1218260).
- filelock: Fix fcntl/close race recovery compat path
(bsc#1218260).
- tun: add missing verification for short frame (bsc#1218260).
- tap: add missing verification for short frame (bsc#1218260).
- Rename to
patches.kernel.org/6.6.43-014-ALSA-pcm_dmaengine-Don-t-synchronize-DMA-chann.patch.
- commit 0490691
-------------------------------------------------------------------
Fri Jul 26 09:39:22 CEST 2024 - rfrohl@suse.com

View File

@ -16,7 +16,7 @@
#
%define git_commit f2f48519a4f6634f5418adbc1d1b15c8ac86a7a8
%define git_commit 04906915e8e863ab112dfbbc89c991ae0986c4f1
%define variant -longterm%{nil}
%include %_sourcedir/kernel-spec-macros
@ -25,10 +25,10 @@ Name: kernel-syms-longterm
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
Version: 6.6.42
Version: 6.6.43
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gf2f4851
Release: <RELEASE>.g0490691
%else
Release: 0
%endif

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:537882149e0d6cf9b97fb65ff1fef6ef3cae15c47556727d840e76db5a1d8ae1
size 6875472
oid sha256:284031048907f2b9532e4029e0e05579f2c08f8221c9ad1393dedecf56eb2f8d
size 6888975

View File

@ -8727,7 +8727,25 @@
patches.kernel.org/6.6.42-129-cachefiles-fix-slab-use-after-free-in-cachefil.patch
patches.kernel.org/6.6.42-130-Linux-6.6.42.patch
patches.kernel.org/Bluetooth-Fix-usage-of-__hci_cmd_sync_status.patch
patches.kernel.org/ALSA-pcm_dmaengine-Dont-synchronize-DMA-channel-when-DMA-is-paused.patch
patches.kernel.org/6.6.43-001-drm-amdgpu-Fix-signedness-bug-in-sdma_v4_0_pro.patch
patches.kernel.org/6.6.43-002-ocfs2-add-bounds-checking-to-ocfs2_check_dir_e.patch
patches.kernel.org/6.6.43-003-jfs-don-t-walk-off-the-end-of-ealist.patch
patches.kernel.org/6.6.43-004-fs-ntfs3-Add-a-check-for-attr_names-and-oatbl.patch
patches.kernel.org/6.6.43-005-fs-ntfs3-Validate-ff-offset.patch
patches.kernel.org/6.6.43-006-usb-gadget-midi2-Fix-incorrect-default-MIDI2-p.patch
patches.kernel.org/6.6.43-007-ALSA-hda-realtek-Enable-headset-mic-on-Positiv.patch
patches.kernel.org/6.6.43-008-ALSA-hda-realtek-Fix-the-speaker-output-on-Sam.patch
patches.kernel.org/6.6.43-009-arm64-dts-qcom-qrb4210-rb2-switch-I2C2-to-i2c-.patch
patches.kernel.org/6.6.43-010-arm64-dts-qcom-msm8996-Disable-SS-instance-in-.patch
patches.kernel.org/6.6.43-011-arm64-dts-qcom-sm6350-Disable-SS-instance-in-P.patch
patches.kernel.org/6.6.43-012-arm64-dts-qcom-ipq6018-Disable-SS-instance-in-.patch
patches.kernel.org/6.6.43-013-arm64-dts-qcom-sdm630-Disable-SS-instance-in-P.patch
patches.kernel.org/6.6.43-014-ALSA-pcm_dmaengine-Don-t-synchronize-DMA-chann.patch
patches.kernel.org/6.6.43-015-ALSA-seq-ump-Skip-useless-ports-for-static-blo.patch
patches.kernel.org/6.6.43-016-filelock-Fix-fcntl-close-race-recovery-compat-.patch
patches.kernel.org/6.6.43-017-tun-add-missing-verification-for-short-frame.patch
patches.kernel.org/6.6.43-018-tap-add-missing-verification-for-short-frame.patch
patches.kernel.org/6.6.43-019-Linux-6.6.43.patch
########################################################
# Build fixes that apply to the vanilla kernel too.

View File

@ -1,3 +1,3 @@
2024-07-26 07:40:06 +0000
GIT Revision: f2f48519a4f6634f5418adbc1d1b15c8ac86a7a8
2024-07-27 10:10:52 +0000
GIT Revision: 04906915e8e863ab112dfbbc89c991ae0986c4f1
GIT Branch: slowroll