Sync from SUSE:ALP:Source:Standard:1.0 kernel-source revision 8307004694f58bc91ad7a72565535883

This commit is contained in:
Adrian Schröter 2024-03-15 15:47:44 +01:00
parent 3908250375
commit 3dee6ff612
40 changed files with 15529 additions and 5598 deletions

View File

@ -187,8 +187,17 @@ will report one of the following:
* third-party support: "supported: external",
* unsupported modules: no supported tag.
At runtime, the setting of the "unsupported" kernel command line parameter and
`/proc/sys/kernel/unsupported` determines whether unsupported modules can be
At runtime, the support status of a module can be obtained by reading
`/sys/module/$MODULE/supported`.
Note that this information is available only if the module was not built
directly into the kernel. Builtin modules are implicitly supported.
The aggregated support status for the entire kernel can be inspected by reading
`/sys/kernel/supported`. The value is also included in Oopses.
The setting of the "unsupported" kernel command line parameter and
`/proc/sys/kernel/unsupported` controls whether unsupported modules can be
loaded or not, and whether or not loading an unsupported module causes a warning
in the system log:
@ -196,9 +205,9 @@ in the system log:
* 1 = warn when loading unsupported modules,
* 2 = don't warn.
Irrespective of this setting, loading an externally supported or unsupported
module both set a kernel taint flag. The taint flags are included in Oopses. The
taint status of the kernel can be inspected in `/proc/sys/kernel/tainted`.
Irrespective of this setting, loading an unsupported module sets a kernel taint
flag. The taint status of the kernel can be inspected in
`/proc/sys/kernel/tainted`. The taint flags are also included in Oopses.
Relevant bits have the following meaning:
| Bit | Log | Number | Reason that got the kernel tainted |
@ -209,7 +218,9 @@ Relevant bits have the following meaning:
| 16 | ␣/X | 65536 | module with third-party support was loaded |
| 31 | ␣/N | 2147483648 | unsupported module was loaded |
Bits 16 and 31 are specific to the SUSE kernels.
Bits 16 and 31 are specific to the SUSE kernels. Since SLE15-SP6, loading an
externally supported module does not taint the kernel, but bit 16 (X) is still
tracked per module and can be read in `/sys/module/$MODULE/taint`.
Out-of-tree modules do not have the supported flag set by default; that
is, they are marked as unsupported. For building externally supported

BIN
config.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -35,16 +35,19 @@ Summary: Device Tree files for $MACHINES
License: GPL-2.0-only
Group: System/Boot
URL: https://www.kernel.org/
BuildRequires: cpp
BuildRequires: dtc >= 1.4.3
BuildRequires: xz
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
$ARCH_RESTRICTIONS
%else
ExclusiveArch: do_not_build
%endif
BuildRequires: cpp
BuildRequires: dtc >= 1.4.3
BuildRequires: xz
Requires: kernel = %version
%define dtbdir /boot/dtb-%kernelrelease
@SOURCES@
Requires: kernel = %version
%description
Device Tree files for $MACHINES.
@ -57,7 +60,6 @@ $SUBPKG_DESC
cd linux-%srcversion
%_sourcedir/apply-patches %_sourcedir/series.conf ..
%build
source=linux-%srcversion
cp $source/COPYING .
@ -75,10 +77,7 @@ for dts in $ALL_SUPPORTED_DTB; do
dtc $DTC_FLAGS -I dts -O dtb -i ./$(dirname $target) -o $PPDIR/$target.dtb $PPDIR/$target.dts
done
%define dtbdir /boot/dtb-%kernelrelease
%install
cd pp
for dts in $ALL_SUPPORTED_DTB; do
target=${dts%*.dts}
@ -95,6 +94,4 @@ for dts in $ALL_SUPPORTED_DTB; do
done
cd -
$SUBPKG_POST
$SUBPKG_FILES
%changelog

BIN
kabi.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

View File

@ -18,7 +18,7 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
%define git_commit dacef75e68efe93975d261181ecdeb4ef168ddab
%define variant %{nil}
%define build_html 1
%define build_pdf 0
@ -28,15 +28,16 @@
%(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: kernel-docs
Summary: Kernel Documentation
License: GPL-2.0-only
Group: Documentation/Man
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb599b67
Release: <RELEASE>.gdacef75
%else
Release: 0
%endif
Summary: Kernel Documentation
License: GPL-2.0-only
Group: Documentation/Man
URL: https://www.kernel.org/
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300
BuildRequires: bash-sh
%endif
@ -83,9 +84,6 @@ BuildRequires: texlive-xetex
BuildRequires: texlive-zapfding
%endif
%endif
URL: https://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
BuildArch: noarch
%else
@ -230,12 +228,23 @@ NoSource: 113
NoSource: 114
NoSource: 120
NoSource: 121
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
%description
A few basic documents from the current kernel sources.
%source_timestamp
%files
%if 0%{?suse_version} && 0%{?suse_version} < 1500
%doc COPYING
%else
%license COPYING
%endif
%doc CREDITS MAINTAINERS README
%doc old_changelog.txt
%if %build_pdf
%package pdf
Summary: Kernel Documentation (PDF)
@ -245,6 +254,11 @@ Group: Documentation/Other
These are PDF documents built from the current kernel sources.
%source_timestamp
%files pdf
%dir %{_datadir}/doc/kernel
%docdir %{_datadir}/doc/kernel/pdf
%{_datadir}/doc/kernel/pdf
%endif
%if %build_html
@ -256,6 +270,11 @@ Group: Documentation/HTML
These are HTML documents built from the current kernel sources.
%source_timestamp
%files html
%dir %{_datadir}/doc/kernel
%docdir %{_datadir}/doc/kernel/html
%{_datadir}/doc/kernel/html
%endif
%prep
@ -299,27 +318,4 @@ for i in pdf/Documentation/output/latex/*.pdf; do
done
%endif
%files
%if 0%{?suse_version} && 0%{?suse_version} < 1500
%doc COPYING
%else
%license COPYING
%endif
%doc CREDITS MAINTAINERS README
%doc old_changelog.txt
%if %build_pdf
%files pdf
%dir %{_datadir}/doc/kernel
%docdir %{_datadir}/doc/kernel/pdf
%{_datadir}/doc/kernel/pdf
%endif
%if %build_html
%files html
%dir %{_datadir}/doc/kernel
%docdir %{_datadir}/doc/kernel/html
%{_datadir}/doc/kernel/html
%endif
%changelog

View File

@ -28,15 +28,16 @@
%(chmod +x %_sourcedir/{@SCRIPTS@})
Name: kernel-docs@VARIANT@
Summary: Kernel Documentation
License: GPL-2.0-only
Group: Documentation/Man
Version: @RPMVERSION@
%if 0%{?is_kotd}
Release: <RELEASE>.g@COMMIT@
%else
Release: @RELEASE@
%endif
Summary: Kernel Documentation
License: GPL-2.0-only
Group: Documentation/Man
URL: https://www.kernel.org/
%if 0%{?suse_version} > 1500 || 0%{?sle_version} > 150300
BuildRequires: bash-sh
%endif
@ -83,21 +84,29 @@ BuildRequires: texlive-xetex
BuildRequires: texlive-zapfding
%endif
%endif
URL: https://www.kernel.org/
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
BuildArch: noarch
%else
ExclusiveArch: do_not_build
%endif
@SOURCES@
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
%description
A few basic documents from the current kernel sources.
%source_timestamp
%files
%if 0%{?suse_version} && 0%{?suse_version} < 1500
%doc COPYING
%else
%license COPYING
%endif
%doc CREDITS MAINTAINERS README
%doc old_changelog.txt
%if %build_pdf
%package pdf
Summary: Kernel Documentation (PDF)
@ -107,6 +116,11 @@ Group: Documentation/Other
These are PDF documents built from the current kernel sources.
%source_timestamp
%files pdf
%dir %{_datadir}/doc/kernel
%docdir %{_datadir}/doc/kernel/pdf
%{_datadir}/doc/kernel/pdf
%endif
%if %build_html
@ -118,6 +132,11 @@ Group: Documentation/HTML
These are HTML documents built from the current kernel sources.
%source_timestamp
%files html
%dir %{_datadir}/doc/kernel
%docdir %{_datadir}/doc/kernel/html
%{_datadir}/doc/kernel/html
%endif
%prep
@ -161,27 +180,4 @@ for i in pdf/Documentation/output/latex/*.pdf; do
done
%endif
%files
%if 0%{?suse_version} && 0%{?suse_version} < 1500
%doc COPYING
%else
%license COPYING
%endif
%doc CREDITS MAINTAINERS README
%doc old_changelog.txt
%if %build_pdf
%files pdf
%dir %{_datadir}/doc/kernel
%docdir %{_datadir}/doc/kernel/pdf
%{_datadir}/doc/kernel/pdf
%endif
%if %build_html
%files html
%dir %{_datadir}/doc/kernel
%docdir %{_datadir}/doc/kernel/html
%{_datadir}/doc/kernel/html
%endif
%changelog

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -73,27 +73,27 @@ END { exit(! good) }
%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD}
%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-pre --name "%{-n*}-kmp-%1" \
--version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \
--flavor "%1" --usrmerged "0%{?usrmerged}" "$@"
--flavor "%1" --usrmerged "%{usrmerged}" "$@"
%post -n %{-n*}-kmp-%1
%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD}
%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-post --name "%{-n*}-kmp-%1" \
--version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \
--flavor "%1" --usrmerged "0%{?usrmerged}" "$@"
--flavor "%1" --usrmerged "%{usrmerged}" "$@"
%preun -n %{-n*}-kmp-%1
%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD}
%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-preun --name "%{-n*}-kmp-%1" \
--version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \
--flavor "%1" --usrmerged "0%{?usrmerged}" "$@"
--flavor "%1" --usrmerged "%{usrmerged}" "$@"
%postun -n %{-n*}-kmp-%1
%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD}
%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-postun --name "%{-n*}-kmp-%1" \
--version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \
--flavor "%1" --usrmerged "0%{?usrmerged}" "$@"
--flavor "%1" --usrmerged "%{usrmerged}" "$@"
%posttrans -n %{-n*}-kmp-%1
%{-b:KMP_NEEDS_MKINITRD=1; export KMP_NEEDS_MKINITRD}
%run_if_exists /usr/lib/module-init-tools/kernel-scriptlets/kmp-posttrans --name "%{-n*}-kmp-%1" \
--version "%_this_kmp_version" --release "%{-r*}" --kernelrelease "%2" \
--flavor "%1" --usrmerged "0%{?usrmerged}" "$@"
--flavor "%1" --usrmerged "%{usrmerged}" "$@"
%files -n %{-n*}-kmp-%1
%{-f:%{expand:%(cd %_sourcedir; cat %{-f*})}}
%{!-f:%defattr (-,root,root)}

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

View File

@ -24,51 +24,49 @@
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-build
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: util-linux
%if 0%{?suse_version}
%if "%{nil}"
%define kernel_flavor %{nil}
%global kernel_flavor %{nil}
%else
%ifarch %ix86
%define kernel_flavor -pae
%global kernel_flavor -pae
%else
%ifarch armv7l armv7hl
%define kernel_flavor -lpae
%global kernel_flavor -lpae
%else
%define kernel_flavor -default
%global kernel_flavor -default
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-dacef75e68efe93975d261181ecdeb4ef168ddab
%endif
BuildRequires: kernel%kernel_flavor-srchash-b599b6792b5e73264ffa33bdae47b19dc43f9401
%if 0%{?rhel_version}
BuildRequires: kernel
%define kernel_flavor ""
%global kernel_package kernel
%endif
Name: kernel-obs-build
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gdacef75
%else
Release: 0
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only
Group: SLES
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut
BuildRequires: %kernel_package
BuildRequires: util-linux
%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200
BuildRequires: zstd
%endif
%if ! 0%{?is_kotd} || %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 ppc64le s390x x86_64
%else
ExclusiveArch: do_not_build
%endif
BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only
Group: SLES
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb599b67
%else
Release: 0
%endif
%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200
BuildRequires: zstd
%endif
%description
This package is repackaging already compiled kernels to make them usable
@ -76,6 +74,13 @@ inside of Open Build Service (OBS) VM builds. An initrd with some basic
kernel modules is generated as well, but further kernel modules can be
loaded during build when installing the kernel package.
%files
/.build.cmdline.*
/.build.console.*
/.build.hostarch.*
/.build.initrd.*
/.build.kernel.*
%prep
%build
@ -173,11 +178,4 @@ fi
#see obs-build commit e47399d738e51
uname -m > %{buildroot}/.build.hostarch.kvm
%files
/.build.cmdline.*
/.build.console.*
/.build.hostarch.*
/.build.initrd.*
/.build.kernel.*
%changelog

View File

@ -24,51 +24,49 @@
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-build
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: util-linux
%if 0%{?suse_version}
%if "@OBS_BUILD_VARIANT@"
%define kernel_flavor @OBS_BUILD_VARIANT@
%global kernel_flavor @OBS_BUILD_VARIANT@
%else
%ifarch %ix86
%define kernel_flavor -pae
%global kernel_flavor -pae
%else
%ifarch armv7l armv7hl
%define kernel_flavor -lpae
%global kernel_flavor -lpae
%else
%define kernel_flavor -default
%global kernel_flavor -default
%endif
%endif
%endif
%global kernel_package kernel%kernel_flavor-srchash-@COMMIT_FULL@
%endif
BuildRequires: kernel%kernel_flavor-srchash-@COMMIT_FULL@
%if 0%{?rhel_version}
BuildRequires: kernel
%define kernel_flavor ""
%global kernel_package kernel
%endif
%if ! 0%{?is_kotd} || %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: @ARCHS@
%else
ExclusiveArch: do_not_build
%endif
BuildRequires: dracut
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only
Group: SLES
Name: kernel-obs-build
Version: @RPMVERSION@
%if 0%{?is_kotd}
Release: <RELEASE>.g@COMMIT@
%else
Release: @RELEASE@
%endif
Summary: package kernel and initrd for OBS VM builds
License: GPL-2.0-only
Group: SLES
BuildRequires: coreutils
BuildRequires: device-mapper
BuildRequires: dracut
BuildRequires: %kernel_package
BuildRequires: util-linux
%if 0%{?suse_version} > 1550 || 0%{?sle_version} > 150200
BuildRequires: zstd
%endif
%if ! 0%{?is_kotd} || %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: @ARCHS@
%else
ExclusiveArch: do_not_build
%endif
%description
This package is repackaging already compiled kernels to make them usable
@ -76,6 +74,13 @@ inside of Open Build Service (OBS) VM builds. An initrd with some basic
kernel modules is generated as well, but further kernel modules can be
loaded during build when installing the kernel package.
%files
/.build.cmdline.*
/.build.console.*
/.build.hostarch.*
/.build.initrd.*
/.build.kernel.*
%prep
%build
@ -173,11 +178,4 @@ fi
#see obs-build commit e47399d738e51
uname -m > %{buildroot}/.build.hostarch.kvm
%files
/.build.cmdline.*
/.build.console.*
/.build.hostarch.*
/.build.initrd.*
/.build.kernel.*
%changelog

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

View File

@ -23,6 +23,15 @@
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-qa
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gdacef75
%else
Release: 0
%endif
Summary: Basic QA tests for the kernel
License: GPL-2.0-only
Group: SLES
BuildRequires: kernel-default
# kernel-obs-build must be also configured as VMinstall, but is required
# here as well to avoid that qa and build package build parallel
@ -33,20 +42,14 @@ ExclusiveArch: aarch64 ppc64le s390x x86_64
%else
ExclusiveArch: do_not_build
%endif
Summary: Basic QA tests for the kernel
License: GPL-2.0-only
Group: SLES
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb599b67
%else
Release: 0
%endif
%description
This package is using the kernel compiled within Open Build Service(OBS)
projects and runs basic tests.
%files
/usr/share/%name
%prep
%build
@ -70,7 +73,4 @@ fi
mkdir -p %{buildroot}/usr/share/%name
touch %{buildroot}/usr/share/%name/logfile
%files
/usr/share/%name
%changelog

View File

@ -23,6 +23,15 @@
%include %_sourcedir/kernel-spec-macros
Name: kernel-obs-qa
Version: @RPMVERSION@
%if 0%{?is_kotd}
Release: <RELEASE>.g@COMMIT@
%else
Release: @RELEASE@
%endif
Summary: Basic QA tests for the kernel
License: GPL-2.0-only
Group: SLES
BuildRequires: kernel-default
# kernel-obs-build must be also configured as VMinstall, but is required
# here as well to avoid that qa and build package build parallel
@ -33,20 +42,14 @@ ExclusiveArch: @ARCHS@
%else
ExclusiveArch: do_not_build
%endif
Summary: Basic QA tests for the kernel
License: GPL-2.0-only
Group: SLES
Version: @RPMVERSION@
%if 0%{?is_kotd}
Release: <RELEASE>.g@COMMIT@
%else
Release: @RELEASE@
%endif
%description
This package is using the kernel compiled within Open Build Service(OBS)
projects and runs basic tests.
%files
/usr/share/%name
%prep
%build
@ -70,7 +73,4 @@ fi
mkdir -p %{buildroot}/usr/share/%name
touch %{buildroot}/usr/share/%name/logfile
%files
/usr/share/%name
%changelog

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

View File

@ -18,22 +18,17 @@
%define srcversion 6.4
%define patchversion 6.4.0
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
%define git_commit dacef75e68efe93975d261181ecdeb4ef168ddab
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
%define src_install_dir usr/src/linux-%kernelrelease%variant
# if undefined use legacy location of before SLE15
%if %{undefined _rpmmacrodir}
%define _rpmmacrodir /etc/rpm
%endif
%(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: kernel-source
Version: 6.4.0
%if 0%{?is_kotd}
Release: <RELEASE>.gb599b67
Release: <RELEASE>.gdacef75
%else
Release: 0
%endif
@ -48,7 +43,20 @@ BuildRequires: bash-sh
BuildRequires: coreutils
BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
BuildArch: noarch
%else
ExclusiveArch: do_not_build
%endif
Prefix: /usr/src
%define src_install_dir usr/src/linux-%kernelrelease%variant
# if undefined use legacy location of before SLE15
%if %{undefined _rpmmacrodir}
%define _rpmmacrodir /etc/rpm
%endif
Source0: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.xz
%if "https://www.kernel.org/pub/linux/kernel/v6.x/" != ""
Source1: https://www.kernel.org/pub/linux/kernel/v6.x/linux-%srcversion.tar.sign
@ -122,12 +130,7 @@ Source113: patches.kabi.tar.bz2
Source114: patches.drm.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
BuildArch: noarch
%else
ExclusiveArch: do_not_build
%endif
Prefix: /usr/src
Requires(post): coreutils sed
# Source is only complete with devel files.
Requires: kernel-devel%variant = %version-%source_rel
Provides: %name = %version-%source_rel
@ -150,8 +153,6 @@ Recommends: kernel-install-tools
%endif
%obsolete_rebuilds %name
%(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})
# Force bzip2 instead of lzma compression to
# 1) allow install on older dist versions, and
# 2) decrease build times (bsc#962356 boo#1175882)
@ -166,8 +167,15 @@ Linux kernel sources with many fixes and improvements.
%source_timestamp
%post
%relink_function
relink linux-%kernelrelease%variant /usr/src/linux%variant
%files -f nondevel.files
%package -n kernel-devel%variant
%obsolete_rebuilds kernel-devel%variant
Summary: Development files needed for building kernel modules
Group: Development/Sources
AutoReqProv: off
@ -175,13 +183,24 @@ Provides: kernel-devel%variant = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-macros
Requires(post): coreutils
%obsolete_rebuilds kernel-devel%variant
%description -n kernel-devel%variant
Kernel-level headers and Makefiles required for development of
external kernel modules.
%source_timestamp
%post -n kernel-devel%variant
%relink_function
relink linux-%kernelrelease%variant /usr/src/linux%variant
%files -n kernel-devel%variant -f devel.files
%ghost /usr/src/linux%variant
%doc /usr/share/doc/packages/*
# Note: The kernel-macros package intentionally does not provide
# multiversion(kernel) nor is its name decorated with the variant (-rt)
%package -n kernel-macros
@ -192,8 +211,17 @@ Provides: kernel-subpackage-macros
%description -n kernel-macros
This package provides the rpm macros and templates for Kernel Module Packages
%source_timestamp
%if "%variant" == ""
%files -n kernel-macros
%{_rpmmacrodir}/macros.kernel-source
/usr/lib/rpm/kernel-*-subpackage
%dir /usr/lib/rpm/kernel
/usr/lib/rpm/kernel/*
%endif
%package vanilla
%obsolete_rebuilds %name-vanilla
Summary: Vanilla Linux kernel sources with minor build fixes
@ -213,6 +241,11 @@ Vanilla Linux kernel sources with minor build fixes.
%source_timestamp
%if %do_vanilla
%files vanilla
/usr/src/linux-%kernelrelease-vanilla
%endif
%prep
echo "Symbol(s): %symbols"
@ -295,35 +328,4 @@ done
ts="$(head -n1 %_sourcedir/source-timestamp)"
find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%post
%relink_function
relink linux-%kernelrelease%variant /usr/src/linux%variant
%post -n kernel-devel%variant
%relink_function
relink linux-%kernelrelease%variant /usr/src/linux%variant
%files -f nondevel.files
%files -n kernel-devel%variant -f devel.files
%ghost /usr/src/linux%variant
%doc /usr/share/doc/packages/*
%if "%variant" == ""
%files -n kernel-macros
%{_rpmmacrodir}/macros.kernel-source
/usr/lib/rpm/kernel-*-subpackage
%dir /usr/lib/rpm/kernel
/usr/lib/rpm/kernel/*
%endif
%if %do_vanilla
%files vanilla
/usr/src/linux-%kernelrelease-vanilla
%endif
%changelog

View File

@ -23,12 +23,7 @@
%include %_sourcedir/kernel-spec-macros
%define src_install_dir usr/src/linux-%kernelrelease%variant
# if undefined use legacy location of before SLE15
%if %{undefined _rpmmacrodir}
%define _rpmmacrodir /etc/rpm
%endif
%(chmod +x %_sourcedir/{@SCRIPTS@})
Name: kernel-source@VARIANT@
Version: @RPMVERSION@
@ -48,7 +43,20 @@ BuildRequires: bash-sh
BuildRequires: coreutils
BuildRequires: fdupes
BuildRequires: sed
Requires(post): coreutils sed
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
BuildArch: noarch
%else
ExclusiveArch: do_not_build
%endif
Prefix: /usr/src
%define src_install_dir usr/src/linux-%kernelrelease%variant
# if undefined use legacy location of before SLE15
%if %{undefined _rpmmacrodir}
%define _rpmmacrodir /etc/rpm
%endif
Source0: @TARBALL_URL@linux-%srcversion.tar.xz
%if "@TARBALL_URL@" != ""
Source1: @TARBALL_URL@linux-%srcversion.tar.sign
@ -122,12 +130,7 @@ Source113: patches.kabi.tar.bz2
Source114: patches.drm.tar.bz2
Source120: kabi.tar.bz2
Source121: sysctl.tar.bz2
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
BuildArch: noarch
%else
ExclusiveArch: do_not_build
%endif
Prefix: /usr/src
Requires(post): coreutils sed
# Source is only complete with devel files.
Requires: kernel-devel%variant = %version-%source_rel
Provides: %name = %version-%source_rel
@ -150,8 +153,6 @@ Recommends: kernel-install-tools
%endif
%obsolete_rebuilds %name
%(chmod +x %_sourcedir/{@SCRIPTS@})
# Force bzip2 instead of lzma compression to
# 1) allow install on older dist versions, and
# 2) decrease build times (bsc#962356 boo#1175882)
@ -166,8 +167,15 @@ Linux kernel sources with many fixes and improvements.
%source_timestamp
%post
%relink_function
relink linux-%kernelrelease%variant /usr/src/linux%variant
%files -f nondevel.files
%package -n kernel-devel%variant
%obsolete_rebuilds kernel-devel%variant
Summary: Development files needed for building kernel modules
Group: Development/Sources
AutoReqProv: off
@ -175,13 +183,24 @@ Provides: kernel-devel%variant = %version-%source_rel
Provides: multiversion(kernel)
Requires: kernel-macros
Requires(post): coreutils
%obsolete_rebuilds kernel-devel%variant
%description -n kernel-devel%variant
Kernel-level headers and Makefiles required for development of
external kernel modules.
%source_timestamp
%post -n kernel-devel%variant
%relink_function
relink linux-%kernelrelease%variant /usr/src/linux%variant
%files -n kernel-devel%variant -f devel.files
%ghost /usr/src/linux%variant
%doc /usr/share/doc/packages/*
# Note: The kernel-macros package intentionally does not provide
# multiversion(kernel) nor is its name decorated with the variant (-rt)
%package -n kernel-macros
@ -192,8 +211,17 @@ Provides: kernel-subpackage-macros
%description -n kernel-macros
This package provides the rpm macros and templates for Kernel Module Packages
%source_timestamp
%if "%variant" == ""
%files -n kernel-macros
%{_rpmmacrodir}/macros.kernel-source
/usr/lib/rpm/kernel-*-subpackage
%dir /usr/lib/rpm/kernel
/usr/lib/rpm/kernel/*
%endif
%package vanilla
%obsolete_rebuilds %name-vanilla
Summary: Vanilla Linux kernel sources with minor build fixes
@ -213,6 +241,11 @@ Vanilla Linux kernel sources with minor build fixes.
%source_timestamp
%if %do_vanilla
%files vanilla
/usr/src/linux-%kernelrelease-vanilla
%endif
%prep
echo "Symbol(s): %symbols"
@ -295,35 +328,4 @@ done
ts="$(head -n1 %_sourcedir/source-timestamp)"
find %buildroot/usr/src/linux* ! -type l | xargs touch -d "$ts"
%post
%relink_function
relink linux-%kernelrelease%variant /usr/src/linux%variant
%post -n kernel-devel%variant
%relink_function
relink linux-%kernelrelease%variant /usr/src/linux%variant
%files -f nondevel.files
%files -n kernel-devel%variant -f devel.files
%ghost /usr/src/linux%variant
%doc /usr/share/doc/packages/*
%if "%variant" == ""
%files -n kernel-macros
%{_rpmmacrodir}/macros.kernel-source
/usr/lib/rpm/kernel-*-subpackage
%dir /usr/lib/rpm/kernel
/usr/lib/rpm/kernel/*
%endif
%if %do_vanilla
%files vanilla
/usr/src/linux-%kernelrelease-vanilla
%endif
%changelog

View File

@ -11,8 +11,10 @@
%endif
# TW is usrmerged
%if %{undefined usrmerged} && 0%{?suse_version} >= 1550
%if 0%{?suse_version} >= 1550
%define usrmerged 1
%else
%define usrmerged 0
%endif
# source_rel is the package release string, without the rebuild counter
@ -68,7 +70,7 @@
rm -f "$2" && ln -s "$1" "$2" \
}
%if 0%{?usrmerged}
%if %{usrmerged}
%define kernel_module_directory /usr/lib/modules
%else
%define kernel_module_directory /lib/modules

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

View File

@ -16,19 +16,16 @@
#
%define git_commit b599b6792b5e73264ffa33bdae47b19dc43f9401
%define git_commit dacef75e68efe93975d261181ecdeb4ef168ddab
%define variant %{nil}
%include %_sourcedir/kernel-spec-macros
Name: kernel-syms
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
Version: 6.4.0
%if %using_buildservice
%if 0%{?is_kotd}
Release: <RELEASE>.gb599b67
Release: <RELEASE>.gdacef75
%else
Release: 0
%endif
@ -36,9 +33,19 @@ Release: 0
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release
%endif
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
URL: https://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 ppc64le s390x x86_64
%else
ExclusiveArch: do_not_build
%endif
Prefix: /usr/src
AutoReqProv: off
Source: README.KSYMS
%ifarch aarch64
Requires: kernel-64kb-devel = %version-%source_rel
%endif
@ -46,17 +53,10 @@ Requires: kernel-64kb-devel = %version-%source_rel
Requires: kernel-default-devel = %version-%source_rel
%endif
Requires: pesign-obs-integration
Requires: kernel-devel%variant = %version-%source_rel
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: aarch64 ppc64le s390x x86_64
%else
ExclusiveArch: do_not_build
%endif
Prefix: /usr/src
# Force bzip2 instead of lzma compression to
# 1) allow install on older dist versions, and
@ -73,13 +73,14 @@ package dependencies.
%source_timestamp
%prep
%install
install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%files
%dir %_docdir/%name
%_docdir/%name/README.SUSE
%prep
%install
install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%changelog

View File

@ -22,9 +22,6 @@
%include %_sourcedir/kernel-spec-macros
Name: kernel-syms@VARIANT@
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
Version: @RPMVERSION@
%if %using_buildservice
%if 0%{?is_kotd}
@ -36,22 +33,25 @@ Release: @RELEASE@
%define kernel_source_release %(LC_ALL=C rpm -q kernel-devel%variant-%version --qf "%{RELEASE}" | grep -v 'not installed' || echo 0)
Release: %kernel_source_release
%endif
Summary: Kernel Symbol Versions (modversions)
License: GPL-2.0-only
Group: Development/Sources
URL: https://www.kernel.org/
AutoReqProv: off
BuildRequires: coreutils
@REQUIRES@
Requires: pesign-obs-integration
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
Provides: multiversion(kernel)
Source: README.KSYMS
Requires: kernel-devel%variant = %version-%source_rel
%if ! 0%{?is_kotd} || ! %{?is_kotd_qa}%{!?is_kotd_qa:0}
ExclusiveArch: @ARCHS@
%else
ExclusiveArch: do_not_build
%endif
Prefix: /usr/src
AutoReqProv: off
Source: README.KSYMS
@REQUIRES@
Requires: pesign-obs-integration
Requires: kernel-devel%variant = %version-%source_rel
Provides: %name = %version-%source_rel
Provides: %name-srchash-%git_commit
Provides: multiversion(kernel)
# Force bzip2 instead of lzma compression to
# 1) allow install on older dist versions, and
@ -68,13 +68,14 @@ package dependencies.
%source_timestamp
%prep
%install
install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%files
%dir %_docdir/%name
%_docdir/%name/README.SUSE
%prep
%install
install -m 644 -D %{SOURCE0} %buildroot/%_docdir/%name/README.SUSE
%changelog

View File

@ -1,3 +1,808 @@
-------------------------------------------------------------------
Thu Mar 7 09:55:20 CET 2024 - tiwai@suse.de
- gpio: fix resource unwinding order in error path (git-fixes).
- commit 6156605
-------------------------------------------------------------------
Thu Mar 7 09:54:53 CET 2024 - tiwai@suse.de
- gpiolib: Fix the error path order in
gpiochip_add_data_with_key() (git-fixes).
- commit e072cb0
-------------------------------------------------------------------
Thu Mar 7 09:53:31 CET 2024 - tiwai@suse.de
- gpio: 74x164: Enable output pins after registers are reset
(git-fixes).
- kbuild: Add -Wa,--fatal-warnings to as-instr invocation
(git-fixes).
- efivarfs: Request at most 512 bytes for variable names
(git-fixes).
- ASoC: qcom: Fix uninitialized pointer dmactl (git-fixes).
- drm/amd/display: Add monitor patch for specific eDP (git-fixes).
- soc: qcom: pmic_glink: Fix boot when QRTR=m (git-fixes).
- commit 43e9ac3
-------------------------------------------------------------------
Thu Mar 7 09:16:03 CET 2024 - iivanov@suse.de
- Update patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch (git-fixes,bsc#1220340,CVE-2024-26600)
- commit 6950641
-------------------------------------------------------------------
Wed Mar 6 17:32:46 CET 2024 - msuchanek@suse.de
- powerpc: Add Power11 architected and raw mode (jsc#PED-7970).
- powerpc: Annotate endianness of various variables and functions
(jsc#PED-7970).
- commit 1346447
-------------------------------------------------------------------
Wed Mar 6 16:34:55 CET 2024 - mkoutny@suse.com
- blacklist.conf: Add 118642d7f606 mm: memcontrol: clarify swapaccount=0 deprecation warning
- commit b280e82
-------------------------------------------------------------------
Wed Mar 6 15:32:29 CET 2024 - iivanov@suse.de
- Update patches.suse/arm64-errata-Add-Cortex-A520-speculative-unprivilege.patch (git-fixes, bsc#1219443, bsc#1220887, CVE-2023-52481)
- commit f753e1f
-------------------------------------------------------------------
Wed Mar 6 14:02:43 CET 2024 - msuchanek@suse.de
- kernel-binary: Fix i386 build
Fixes: 89eaf4cdce05 ("rpm templates: Move macro definitions below buildrequires")
- commit f7c6351
-------------------------------------------------------------------
Wed Mar 6 13:04:36 CET 2024 - jslaby@suse.cz
- x86/sgx: Resolves SECS reclaim vs. page fault for EAUG race
(bsc#1220941 CVE-2023-52568).
- x86/mm, kexec, ima: Use memblock_free_late() from
ima_free_kexec_buffer() (bsc#1220872 CVE-2023-52576).
- commit 94e020b
-------------------------------------------------------------------
Wed Mar 6 11:36:53 CET 2024 - mfranc@suse.cz
- Revert "Update config files. Deactivate CONFIG_QETH_OSX on s390x. (jsc#PED-3317)"
This reverts commit 84140c6f0d4586d5df743a4b87554fe794b51392.
IBM wants to disable CONFIG_QETH_OSX only for ALP and SLE16 while
keeping it enabled on SLE15-SP6.
- commit 0cf6eff
-------------------------------------------------------------------
Wed Mar 6 11:35:30 CET 2024 - mfranc@suse.cz
- Update patches.suse/KVM-s390-fix-setting-of-fpc-register.patch
(git-fixes bsc#1219809 bsc#1221040 CVE-2023-52597).
- commit b4fa9cc
-------------------------------------------------------------------
Wed Mar 6 11:34:01 CET 2024 - msuchanek@suse.de
- kernel-binary: vdso: fix filelist for non-usrmerged kernel
Fixes: a6ad8af207e6 ("rpm templates: Always define usrmerged")
- commit fb3f221
-------------------------------------------------------------------
Wed Mar 6 11:31:51 CET 2024 - lhenriques@suse.de
- Update
patches.suse/netfs-Only-call-folio_start_fscache-one-time-for-each-folio.patch
(bsc#1216954 CVE-2023-52582 bsc#1220878).
- commit 87168e9
-------------------------------------------------------------------
Wed Mar 6 11:31:04 CET 2024 - shung-hsi.yu@suse.com
- Update reference of bpf-sockmap-Reject-sk_msg-egress-redirects-to-non-TC.patch
(jsc#PED-6811 bsc#1220926 CVE-2023-52523).
- commit f24dbf6
-------------------------------------------------------------------
Wed Mar 6 11:30:50 CET 2024 - lhenriques@suse.de
- Update
patches.suse/ceph-drop-messages-from-MDS-when-unmounting.patch
(jsc#SES-1880 CVE-2022-48628 bsc#1220848).
- commit 4c5beb1
-------------------------------------------------------------------
Wed Mar 6 10:25:43 CET 2024 - tiwai@suse.de
- rpm/kernel-binary.spec.in: Fix the build error without usrmerged
- commit d396cc8
-------------------------------------------------------------------
Wed Mar 6 08:59:21 CET 2024 - tiwai@suse.de
- integrity: eliminate unnecessary "Problem loading X.509
certificate" msg (git-fixes).
- commit f764d63
-------------------------------------------------------------------
Wed Mar 6 04:43:19 CET 2024 - ailiop@suse.com
- erofs: fix memory leak of LZMA global compressed deduplication
(bsc#1220897 CVE-2023-52526).
- commit ff061f8
-------------------------------------------------------------------
Tue Mar 5 23:08:29 CET 2024 - tonyj@suse.de
- blacklist.conf: Mark "Fix 'perf script' tests on s390" as irrelvant
- commit 80d8ff7
-------------------------------------------------------------------
Tue Mar 5 23:07:57 CET 2024 - tonyj@suse.de
- perf: Fix the nr_addr_filters fix (git-fixes).
- commit 4903a69
-------------------------------------------------------------------
Tue Mar 5 21:49:59 CET 2024 - wqu@suse.com
- btrfs: scrub: avoid use-after-free when chunk length is not
64K aligned (bsc#1220943 CVE-2024-26616).
- commit d7e7877
-------------------------------------------------------------------
Tue Mar 5 20:09:42 CET 2024 - tonyj@suse.de
- perf/core: Fix narrow startup race when creating the perf
nr_addr_filters sysfs file (git-fixes).
- commit 6f5ad58
-------------------------------------------------------------------
Tue Mar 5 18:13:43 CET 2024 - fdmanana@suse.com
- btrfs: remove BUG() after failure to insert delayed dir index
item (bsc#1220918 CVE-2023-52569).
- commit 898c18d
-------------------------------------------------------------------
Tue Mar 5 17:44:48 CET 2024 - fdmanana@suse.com
- btrfs: improve error message after failure to add delayed dir
index item (bsc#1220918 CVE-2023-52569).
- commit d4e730e
-------------------------------------------------------------------
Tue Mar 5 16:28:20 CET 2024 - tbogendoerfer@suse.de
- Update
patches.suse/ice-Fix-some-null-pointer-dereference-issues-in-ice_.patch
(jsc#PED-4876 bsc#1220424 CVE-2023-52471).
- Update
patches.suse/msft-hv-2888-net-mana-Fix-TX-CQE-error-handling.patch
(bsc#1220932 CVE-2023-52532).
- Update
patches.suse/team-fix-null-ptr-deref-when-team-device-type-is-cha.patch
(bsc#1220870 CVE-2023-52574).
Added CVE references.
- commit cdd1907
-------------------------------------------------------------------
Tue Mar 5 16:02:30 CET 2024 - msuchanek@suse.de
- Update patches.suse/powerpc-pseries-memhp-Fix-access-beyond-end-of-drmem.patch
(bsc#1065729 bsc#1220250 CVE-2023-52451).
- commit e456ff0
-------------------------------------------------------------------
Tue Mar 5 15:51:01 CET 2024 - tiwai@suse.de
- vfio/mdev: Fix a null-ptr-deref bug for mdev_unregister_parent()
(CVE-2023-52570 bsc#1220925).
- commit 8dc5811
-------------------------------------------------------------------
Tue Mar 5 15:44:56 CET 2024 - shung-hsi.yu@suse.com
- bpf: fix check for attempt to corrupt spilled pointer
(bsc#1220325 CVE-2023-52462).
- commit eb74527
-------------------------------------------------------------------
Tue Mar 5 14:54:43 CET 2024 - tiwai@suse.de
- Update patch referece for wifi fix (CVE-2023-52530 bsc#1220930)
- commit 04f251c
-------------------------------------------------------------------
Tue Mar 5 14:53:46 CET 2024 - tiwai@suse.de
- Update patch reference for iwlwifi fix (CVE-2023-52531 bsc#1220931)
- commit 3e108ac
-------------------------------------------------------------------
Tue Mar 5 14:35:11 CET 2024 - shung-hsi.yu@suse.com
- kABI: bpf: struct bpf_prog_aux kABI workaround (jsc#PED-6811
bsc#1220251).
- commit a7547b0
-------------------------------------------------------------------
Tue Mar 5 14:10:42 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Test re-attachment fix for
bpf_tracing_prog_attach (jsc#PED-6811 bsc#1220254).
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
(bsc#1220254 CVE-2024-26591).
- selftests/bpf: Add test for recursive attachment of tracing
progs (bsc#1220254 CVE-2024-26591).
- bpf: Relax tracing prog recursive attach rules (jsc#PED-6811
bsc#1220254).
- commit aba9ef6
-------------------------------------------------------------------
Tue Mar 5 13:53:34 CET 2024 - tiwai@suse.de
- drm/i915/dp: Limit SST link rate to <=8.1Gbps (git-fixes).
- drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()
(git-fixes).
- nouveau/gsp: handle engines in runl without nonstall interrupts
(git-fixes).
- drm/msm/dpu: Add mutex lock in control vblank irq (git-fixes).
- drm/msm/dpu: populate SSPP scaler block version (git-fixes).
- drm/msm/dpu: Correct UBWC settings for sc8280xp (git-fixes).
- drm/msm/dpu: enable SmartDMA on SM8450 (git-fixes).
- drm/msm/a690: Fix reg values for a690 (git-fixes).
- drm/i915/display: Move releasing gem object away from fb
tracking (git-fixes).
- commit ca552ce
-------------------------------------------------------------------
Tue Mar 5 13:45:42 CET 2024 - tiwai@suse.de
- drm/amd/display: Fix DPSTREAM CLK on and off sequence
(git-fixes).
- commit d79529f
-------------------------------------------------------------------
Tue Mar 5 13:41:45 CET 2024 - jslaby@suse.cz
- x86/srso: Add SRSO mitigation for Hygon processors (bsc#1220735
CVE-2023-52482).
- commit 1d10b80
-------------------------------------------------------------------
Tue Mar 5 13:39:51 CET 2024 - pjakobsson@suse.de
- Update patches.suse/drm-bridge-sii902x-Fix-probing-race-issue.patch (git-fixes bsc#1220736 CVE-2024-26607).
- commit 8bc333c
-------------------------------------------------------------------
Tue Mar 5 13:17:48 CET 2024 - tiwai@suse.de
- drm/amd/display: Refactor DMCUB enter/exit idle interface
(git-fixes).
- Refresh
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch.
- commit 3154e27
-------------------------------------------------------------------
Tue Mar 5 13:13:04 CET 2024 - tiwai@suse.de
- drm/amd/display: Only allow dig mapping to pwrseq in new asic
(git-fixes).
- drm/amd/display: Fix array-index-out-of-bounds in dcn35_clkmgr
(git-fixes).
- drm/amd/display: Implement bounds check for stream encoder
creation in DCN301 (git-fixes).
- drm/amdgpu: Avoid fetching VRAM vendor info (git-fixes).
- drm/amd/display: Fix dcn35 8k30 Underflow/Corruption Issue
(git-fixes).
- drm/amd/display: fix incorrect mpc_combine array size
(git-fixes).
- drm/amd/display: fix USB-C flag update after enc10 feature init
(git-fixes).
- drm/amd/display: Disable ips before dc interrupt setting
(git-fixes).
- drm/amdgpu/gfx11: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amdgpu/gfx10: set UNORD_DISPATCH in compute MQDs
(git-fixes).
- drm/amd/amdgpu: Assign GART pages to AMD device mapping
(git-fixes).
- drm/amd/pm: Fetch current power limit from FW (git-fixes).
- drm/amdgpu: Show vram vendor only if available (git-fixes).
- drm/amd/pm: update the power cap setting (git-fixes).
- drm/amdgpu: Avoid fetching vram vendor information (git-fixes).
- drm/amdgpu: Enable GFXOFF for Compute on GFX11 (git-fixes).
- drm/amd/display: Fix DML2 watermark calculation (git-fixes).
- drm/amd/display: Clear OPTC mem select on disable (git-fixes).
- drm/amd/display: Add logging resource checks (git-fixes).
- drm/amd/display: Init link enc resources in dc_state only if
res_pool presents (git-fixes).
- drm/amd/pm: Fix smuv13.0.6 current clock reporting (git-fixes).
- drm/amd/pm: Add error log for smu v13.0.6 reset (git-fixes).
- drm/amdgpu: drop exp hw support check for GC 9.4.3 (git-fixes).
- drm/amdgpu: update regGL2C_CTRL4 value in golden setting
(git-fixes).
- Revert "drm/amd/display: Fix conversions between bytes and KB"
(git-fixes).
- drm/amd/display: Disconnect phantom pipe OPP from OPTC being
disabled (git-fixes).
- drm/amd/display: To adjust dprefclk by down spread percentage
(git-fixes).
- drm/amdgpu: Fix variable 'mca_funcs' dereferenced before NULL
check in 'amdgpu_mca_smu_get_mca_entry()' (git-fixes).
- drm/amdgpu: Fix possible NULL dereference in
amdgpu_ras_query_error_status_helper() (git-fixes).
- drm/amd/display: Fix hang/underflow when transitioning to ODM4:1
(git-fixes).
- drm/amd/display: Fix lightup regression with DP2 single display
configs (git-fixes).
- drm/amd/display: Wake DMCUB before executing GPINT commands
(git-fixes).
- drm/amd/display: Wake DMCUB before sending a command
(CVE-2023-52485 bsc#1220835 git-fixes).
- drm/amd/display: fix usb-c connector_type (git-fixes).
- drm/amd/display: do not send commands to DMUB if DMUB is
inactive from S3 (git-fixes).
- drm/amdgpu: Enable tunneling on high-priority compute queues
(git-fixes).
- drm/amd/display: Check writeback connectors in
create_validate_stream_for_sink (git-fixes).
- drm/amd/display: Use drm_connector in create_stream_for_sink
(git-fixes).
- drm/amd/display: Return drm_connector from
find_first_crtc_matching_connector (git-fixes).
- drm/amd/display: add support for DTO genarated dscclk
(git-fixes).
- drm/amd/display: Fix Replay Desync Error IRQ handler
(git-fixes).
- drm/amd/display: Fix disable_otg_wa logic (git-fixes).
- drm/amd/display: Fix conversions between bytes and KB
(git-fixes).
- drm/amd/display: update pixel clock params after stream slice
count change in context (git-fixes).
- drm/amd/display: Fix a debugfs null pointer error (git-fixes).
- commit 36bc980
-------------------------------------------------------------------
Tue Mar 5 13:12:26 CET 2024 - tiwai@suse.de
- blacklist.conf: drop amdgpu commit that will be backported now
- commit eac0ec4
-------------------------------------------------------------------
Tue Mar 5 13:11:19 CET 2024 - nstange@suse.de
- crypto: jitter - use permanent health test storage
(bsc#1220682).
- commit 7d19449
-------------------------------------------------------------------
Tue Mar 5 13:06:41 CET 2024 - nstange@suse.de
- crypto: jitter - reuse allocated entropy collector
(bsc#1220684).
- commit 5e1fcb3
-------------------------------------------------------------------
Tue Mar 5 13:00:02 CET 2024 - nstange@suse.de
- crypto: jitter - Allow configuration of memory size
(bsc#1220684).
- Update config files.
- commit b193722
-------------------------------------------------------------------
Tue Mar 5 12:48:13 CET 2024 - nstange@suse.de
- crypto: jitter - add RCT/APT support for different OSRs
(bsc#1220682 bsc#1220684).
- commit a0d26ea
-------------------------------------------------------------------
Tue Mar 5 12:46:26 CET 2024 - nstange@suse.de
- crypto: jitter - Add clarifying comments to Jitter Entropy
RCT cutoff values (bsc#1220682 bsc#1220684).
- commit 94bdba9
-------------------------------------------------------------------
Tue Mar 5 11:34:03 CET 2024 - mhocko@suse.com
- mm/mremap: allow moves within the same VMA for stack moves
(bsc#1220914).
- mm/mremap: optimize the start addresses in move_page_tables()
(bsc#1220914).
- commit 3c1f239
-------------------------------------------------------------------
Tue Mar 5 09:30:51 CET 2024 - mkubecek@suse.cz
- tls: fix use-after-free on failed backlog decryption
(CVE-2024-26584 bsc#1220186).
- tls: separate no-async decryption request handling from async
(CVE-2024-26584 bsc#1220186).
- tls: decrement decrypt_pending if no async completion will be
called (CVE-2024-26584 bsc#1220186).
- net: tls: handle backlogging of crypto requests (CVE-2024-26584
bsc#1220186).
- commit 2199323
-------------------------------------------------------------------
Tue Mar 5 08:53:15 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Add test for alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS (bsc#1220255
CVE-2024-26589).
- commit da059bb
-------------------------------------------------------------------
Tue Mar 5 04:49:53 CET 2024 - ddiss@suse.de
- ovl: fix failed copyup of fileattr on a symlink (bsc#1220827).
- commit c247a4e
-------------------------------------------------------------------
Tue Mar 5 02:19:58 CET 2024 - mkubecek@suse.cz
- tls: fix race between tx work scheduling and socket close
(CVE-2024-26585 bsc#1220187).
- commit 98f57ea
-------------------------------------------------------------------
Tue Mar 5 01:06:01 CET 2024 - mkubecek@suse.cz
- tls: fix race between async notify and socket close
(CVE-2024-26583 bsc#1220185).
- net: tls: factor out tls_*crypt_async_wait() (CVE-2024-26583
bsc#1220185).
- commit ebb58c6
-------------------------------------------------------------------
Mon Mar 4 21:53:13 CET 2024 - mkubecek@suse.cz
- netfilter: nf_tables: fix 64-bit load issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- netfilter: nf_tables: fix pointer math issue in
nft_byteorder_eval() (CVE-2024-0607 bsc#1218915).
- commit d0b1efb
-------------------------------------------------------------------
Mon Mar 4 18:41:49 CET 2024 - ailiop@suse.com
- erofs: fix lz4 inplace decompression (bsc#1220879
CVE-2023-52497).
- commit 1ab6d98
-------------------------------------------------------------------
Mon Mar 4 18:38:59 CET 2024 - ailiop@suse.com
- erofs: get rid of the remaining kmap_atomic() (git-fixes).
- commit 17e3c9c
-------------------------------------------------------------------
Mon Mar 4 17:26:07 CET 2024 - mkubecek@suse.cz
- netfilter: nft_set_pipapo: skip inactive elements during set
walk (CVE-2023-6817 bsc#1218195).
- commit 20cd5f2
-------------------------------------------------------------------
Mon Mar 4 17:25:29 CET 2024 - nstange@suse.de
- crypto: jitter - replace LFSR with SHA3-256 (bsc#1220331).
- Update config files.
- commit 586f7f5
-------------------------------------------------------------------
Mon Mar 4 17:19:17 CET 2024 - tiwai@suse.de
- Update patch reference for tomoyo fix (CVE-2024-26622 bsc#1220825)
- commit 1d9cb5b
-------------------------------------------------------------------
Mon Mar 4 16:20:37 CET 2024 - petr.pavlu@suse.com
- doc/README.SUSE: Update information about module support status
(jsc#PED-5759)
Following the code change in SLE15-SP6 to have externally supported
modules no longer taint the kernel, update the respective documentation
in README.SUSE:
* Describe that support status can be obtained at runtime for each
module from /sys/module/$MODULE/supported and for the entire system
from /sys/kernel/supported. This provides a way how to now check that
the kernel has any externally supported modules loaded.
* Remove a mention that externally supported modules taint the kernel,
but keep the information about bit 16 (X) and add a note that it is
still tracked per module and can be read from
/sys/module/$MODULE/taint. This per-module information also appears in
Oopses.
- commit 9ed8107
-------------------------------------------------------------------
Mon Mar 4 16:10:04 CET 2024 - nstange@suse.de
- Refresh patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch.
Enable and refresh
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
- commit 46942fd
-------------------------------------------------------------------
Mon Mar 4 15:47:05 CET 2024 - tiwai@suse.de
- Bluetooth: btmtk: Add MODULE_FIRMWARE() for MT7922
(bsc#1214133).
- commit abbbfc6
-------------------------------------------------------------------
Mon Mar 4 14:34:49 CET 2024 - fdmanana@suse.com
- btrfs: fix race between reading a directory and adding entries
to it (bsc#1219315).
- commit a8cff4f
-------------------------------------------------------------------
Mon Mar 4 14:31:23 CET 2024 - shung-hsi.yu@suse.com
- bpf: Minor cleanup around stack bounds (bsc#1220257
CVE-2023-52452).
- bpf: Fix accesses to uninit stack slots (bsc#1220257
CVE-2023-52452).
- bpf: Add some comments to stack representation (bsc#1220257
CVE-2023-52452).
- bpf: Guard stack limits against 32bit overflow (git-fixes).
- bpf: Fix verification of indirect var-off stack access
(git-fixes).
- bpf: Minor logging improvement (bsc#1220257).
- commit f480bf8
-------------------------------------------------------------------
Mon Mar 4 14:22:13 CET 2024 - fdmanana@suse.com
- btrfs: refresh dir last index during a rewinddir(3) call
(bsc#1219315).
- commit 5fd0a18
-------------------------------------------------------------------
Mon Mar 4 14:06:28 CET 2024 - fdmanana@suse.com
- btrfs: set last dir index to the current last index when
opening dir (bsc#1219315).
- commit 21aedc5
-------------------------------------------------------------------
Mon Mar 4 12:19:29 CET 2024 - jslaby@suse.cz
- Update
patches.suse/PCI-ASPM-Fix-deadlock-when-enabling-ASPM.patch
(git-fixes bsc#1220336 CVE-2024-26605).
- Update
patches.suse/serial-8250-omap-Don-t-skip-resource-freeing-if-pm_r.patch
(git-fixes bsc#1220350 CVE-2023-52457).
- Update
patches.suse/serial-imx-fix-tx-statemachine-deadlock.patch
(git-fixes bsc#1220364 CVE-2023-52456).
Add CVE references.
- commit 7801f75
-------------------------------------------------------------------
Mon Mar 4 11:23:47 CET 2024 - tiwai@suse.de
- Refresh patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
Fix a build error caused by the patch context embeded in the description
- commit 3c4ea38
-------------------------------------------------------------------
Mon Mar 4 08:50:12 CET 2024 - shung-hsi.yu@suse.com
- selftests/bpf: Remove flaky test_btf_id test (bsc#1220247 CVE-2023-52446).
- bpf: Fix a race condition between btf_put() and map_free()
(bsc#1220247 CVE-2023-52446).
- commit 1878e7b
-------------------------------------------------------------------
Mon Mar 4 08:24:48 CET 2024 - tiwai@suse.de
- phy: freescale: phy-fsl-imx8-mipi-dphy: Fix alias name to use
dashes (git-fixes).
- dmaengine: ptdma: use consistent DMA masks (git-fixes).
- dmaengine: idxd: Ensure safe user copy of completion record
(git-fixes).
- dmaengine: fsl-qdma: init irq after reg initialization
(git-fixes).
- dmaengine: fsl-qdma: fix SoC may hang on 16 byte unaligned read
(git-fixes).
- commit 6051aa0
-------------------------------------------------------------------
Mon Mar 4 07:42:13 CET 2024 - jlee@suse.com
- efivarfs: Free s_fs_info on unmount (bsc#1220328
CVE-2023-52463).
- commit 855de3c
-------------------------------------------------------------------
Mon Mar 4 07:19:30 CET 2024 - jlee@suse.com
- efivarfs: Move efivar availability check into FS context init
(bsc#1220328 CVE-2023-52463).
- commit 9aa65d5
-------------------------------------------------------------------
Mon Mar 4 06:00:44 CET 2024 - jlee@suse.com
- efivarfs: force RO when remounting if SetVariable is not
supported (bsc#1220328 CVE-2023-52463).
- commit f4334b6
-------------------------------------------------------------------
Mon Mar 4 05:58:42 CET 2024 - jlee@suse.com
- efivarfs: Add uid/gid mount options (bsc#1220328
CVE-2023-52463).
- commit f803582
-------------------------------------------------------------------
Sun Mar 3 15:57:22 CET 2024 - tiwai@suse.de
- Update kabi files: initial import for ALP-current branch
Based on the commit b599b6792b5e73264ffa33bdae47b19dc43f9401
- commit 691a54e
-------------------------------------------------------------------
Sun Mar 3 10:57:56 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek - ALC285 reduce pop noise from Headphone port
(git-fixes).
- commit faab4df
-------------------------------------------------------------------
Sun Mar 3 10:56:35 CET 2024 - tiwai@suse.de
- ALSA: hda/realtek: fix mute/micmute LED For HP mt440
(git-fixes).
- ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
(git-fixes).
- ALSA: hda/realtek: Fix top speaker connection on Dell Inspiron
16 Plus 7630 (git-fixes).
- commit 514a46e
-------------------------------------------------------------------
Sun Mar 3 10:54:54 CET 2024 - tiwai@suse.de
- power: supply: bq27xxx-i2c: Do not free non existing IRQ
(git-fixes).
- mmc: sdhci-xenon: add timeout for PHY init complete (git-fixes).
- mmc: sdhci-xenon: fix PHY init clock stability (git-fixes).
- mmc: mmci: stm32: fix DMA API overlapping mappings warning
(git-fixes).
- mmc: core: Fix eMMC initialization with 1-bit bus connection
(git-fixes).
- efi/capsule-loader: fix incorrect allocation size (git-fixes).
- fbcon: always restore the old font data in fbcon_do_set_font()
(git-fixes).
- tomoyo: fix UAF write bug in tomoyo_write_control() (git-fixes).
- firewire: core: send bus reset promptly on gap count error
(git-fixes).
- efi: Don't add memblocks for soft-reserved memory (git-fixes).
- efi: runtime: Fix potential overflow of soft-reserved region
size (git-fixes).
- hwmon: (coretemp) Enlarge per package core count limit
(git-fixes).
- wifi: iwlwifi: do not announce EPCS support (git-fixes).
- wifi: mac80211: accept broadcast probe responses on 6 GHz
(git-fixes).
- wifi: mac80211: adding missing drv_mgd_complete_tx() call
(git-fixes).
- wifi: mac80211: set station RX-NSS on reconfig (git-fixes).
- Input: i8042 - add Fujitsu Lifebook U728 to i8042 quirk table
(git-fixes).
- Input: xpad - add Lenovo Legion Go controllers (git-fixes).
- Input: goodix - accept ACPI resources with gpio_count == 3 &&
gpio_int_idx == 0 (git-fixes).
- spi: sh-msiof: avoid integer overflow in constants (git-fixes).
- regulator: pwm-regulator: Add validity checks in continuous
.get_voltage (git-fixes).
- platform/x86: touchscreen_dmi: Add info for the TECLAST X16
Plus tablet (git-fixes).
- spi: hisi-sfc-v3xx: Return IRQ_NONE if no interrupts were
detected (git-fixes).
- spi: intel-pci: Add support for Arrow Lake SPI serial flash
(git-fixes).
- wifi: mac80211: fix race condition on enabling fast-xmit
(git-fixes).
- wifi: cfg80211: fix missing interfaces when dumping (git-fixes).
- fbdev: sis: Error out if pixclock equals zero (git-fixes).
- fbdev: savage: Error out if pixclock equals zero (git-fixes).
- commit 87f4ce4
-------------------------------------------------------------------
Sun Mar 3 10:49:16 CET 2024 - tiwai@suse.de
- drm/nouveau: keep DMA buffers required for suspend/resume
(git-fixes).
- Revert "drm/amd/pm: resolve reboot exception for si oland"
(git-fixes).
- drm/amdgpu/pm: Fix the power1_min_cap value (git-fixes).
- drm/amd/display: Prevent potential buffer overflow in
map_hw_resources (git-fixes).
- drm/buddy: fix range bias (git-fixes).
- drm/tegra: Remove existing framebuffer only if we support
display (git-fixes).
- docs: Instruct LaTeX to cope with deeper nesting (git-fixes).
- drm/amd/display: adjust few initialization order in dm
(git-fixes).
- drm/amd/display: fixed integer types and null check locations
(git-fixes).
- Revert "drm/amd/display: increased min_dcfclk_mhz and
min_fclk_mhz" (git-fixes).
- drm/amdgpu: Fix HDP flush for VFs on nbio v7.9 (git-fixes).
- drm/amdgpu: Fix shared buff copy to user (git-fixes).
- drm/amdgpu: reset gpu for s3 suspend abort case (git-fixes).
- drm/amdgpu: skip to program GFXDEC registers for suspend abort
(git-fixes).
- drm/amd/display: Fix buffer overflow in
'get_host_router_total_dp_tunnel_bw()' (git-fixes).
- drm/amd/display: increased min_dcfclk_mhz and min_fclk_mhz
(git-fixes).
- drm/amdkfd: Use correct drm device for cgroup permission check
(git-fixes).
- ahci: Extend ASM1061 43-bit DMA address quirk to other ASM106x
parts (git-fixes).
- drm/amd/display: Avoid enum conversion warning (git-fixes).
- drm/amd/display: Request usb4 bw for mst streams (git-fixes).
- drm/amd/display: Add dpia display mode validation logic
(git-fixes).
- commit 515b84e
-------------------------------------------------------------------
Sun Mar 3 10:42:25 CET 2024 - tiwai@suse.de
- ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
(git-fixes).
- ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8
(git-fixes).
- ALSA: hda/realtek: tas2781: enable subwoofer volume control
(git-fixes).
- ALSA: Drop leftover snd-rtctimer stuff from Makefile
(git-fixes).
- ALSA: ump: Fix the discard error code from snd_ump_legacy_open()
(git-fixes).
- ALSA: firewire-lib: fix to check cycle continuity (git-fixes).
- dmaengine: ti: edma: Add some null pointer checks to the
edma_probe (git-fixes).
- ASoC: wm_adsp: Don't overwrite fwf_name with the default
(git-fixes).
- ALSA: usb-audio: Ignore clock selector errors for single
connection (git-fixes).
- ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
(git-fixes).
- ASoC: amd: acp: Add check for cpu dai link initialization
(git-fixes).
- ALSA: usb-audio: Check presence of valid altsetting control
(git-fixes).
- ahci: add 43-bit DMA address quirk for ASMedia ASM1061
controllers (git-fixes).
- ahci: asm1166: correct count of reported ports (git-fixes).
- dmaengine: fsl-qdma: increase size of 'irq_name' (git-fixes).
- dmaengine: shdma: increase size of 'dev_id' (git-fixes).
- dmaengine: apple-admac: Keep upper bits of REG_BUS_WIDTH
(git-fixes).
- ata: ahci: add identifiers for ASM2116 series adapters
(git-fixes).
- commit 9457359
-------------------------------------------------------------------
Sat Mar 2 10:24:34 CET 2024 - wqu@suse.com
- btrfs: fix double free of anonymous device after snapshot
creation failure (bsc#1219126 CVE-2024-23850).
- commit 684803d
-------------------------------------------------------------------
Sat Mar 2 03:01:28 CET 2024 - tonyj@suse.de
@ -11,6 +816,18 @@ Fri Mar 1 19:08:15 CET 2024 - jbohac@suse.cz
- x86/e820: Don't reserve SETUP_RNG_SEED in e820 (bsc#1218709).
- commit 15d874c
-------------------------------------------------------------------
Fri Mar 1 18:15:53 CET 2024 - tiwai@suse.de
- Update patch reference for input fix (CVE-2023-52475 bsc#1220649)
- commit 2e7f958
-------------------------------------------------------------------
Fri Mar 1 18:15:18 CET 2024 - tiwai@suse.de
- Update patch reference for HID fix (CVE-2023-52478 bsc#1220796)
- commit 9f5b99e
-------------------------------------------------------------------
Fri Mar 1 17:12:04 CET 2024 - shung-hsi.yu@suse.com
@ -134,6 +951,12 @@ Fri Mar 1 11:39:04 CET 2024 - nik.borisov@suse.com
- RAS: Introduce a FRU memory poison manager (jsc#PED-7618).
- commit 8f0ee79
-------------------------------------------------------------------
Fri Mar 1 10:43:44 CET 2024 - iivanov@suse.de
- hisi_acc_vfio_pci: Update migration data pointer correctly on (bsc#1220337,CVE-2023-52453)
- commit d659d2d
-------------------------------------------------------------------
Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
@ -141,6 +964,13 @@ Fri Mar 1 10:03:56 CET 2024 - nik.borisov@suse.com
- Delete patches.suse/EDAC-amd64-Add-MI300-row-retirement-support.patch.
- commit 50130ed
-------------------------------------------------------------------
Fri Mar 1 03:19:23 CET 2024 - wqu@suse.com
- btrfs: do not ASSERT() if the newly created subvolume already
got read (bsc#1219126).
- commit a427c9b
-------------------------------------------------------------------
Fri Mar 1 01:42:04 CET 2024 - tonyj@suse.de
@ -2410,6 +3240,15 @@ Thu Feb 22 18:57:06 CET 2024 - mwilck@suse.com
patches.suse/dm_blk_ioctl-implement-path-failover-for-SG_IO.patch.
- commit 5d036a3
-------------------------------------------------------------------
Thu Feb 22 17:49:22 CET 2024 - msuchanek@suse.de
- rpm templates: Always define usrmerged
usrmerged is now defined in kernel-spec-macros and not the distribution.
Only check if it's defined in kernel-spec-macros, not everywhere where
it's used.
- commit a6ad8af
-------------------------------------------------------------------
Thu Feb 22 16:17:49 CET 2024 - petr.pavlu@suse.com
@ -2521,6 +3360,18 @@ Wed Feb 21 21:41:21 CET 2024 - lduncan@suse.com
(git-fixes).
- commit fa5f13f
-------------------------------------------------------------------
Wed Feb 21 20:41:33 CET 2024 - msuchanek@suse.de
- rpm templates: Move macro definitions below buildrequires
Many of the rpm macros defined in the kernel packages depend directly or
indirectly on script execution. OBS cannot execute scripts which means
values of these macros cannot be used in tags that are required for OBS
to see such as package name, buildrequires or buildarch.
Accumulate macro definitions that are not directly expanded by mkspec
below buildrequires and buildarch to make this distinction clear.
- commit 89eaf4c
-------------------------------------------------------------------
Wed Feb 21 20:16:09 CET 2024 - lduncan@suse.com
@ -17409,6 +18260,33 @@ Wed Feb 14 13:26:56 CET 2024 - jgross@suse.com
(jsc#PED-7322).
- commit c8c1c08
-------------------------------------------------------------------
Wed Feb 14 13:26:29 CET 2024 - msuchanek@suse.de
- kernel-binary: Move build script to the end
All other spec templates have the build script at the end, only
kernel-binary has it in the middle. Align with the other templates.
- commit 98cbdd0
-------------------------------------------------------------------
Wed Feb 14 13:20:44 CET 2024 - msuchanek@suse.de
- rpm templates: Aggregate subpackage descriptions
While in some cases the package tags, description, scriptlets and
filelist are located together in other cases they are all across the
spec file. Aggregate the information related to a subpackage in one
place.
- commit 8eeb08c
-------------------------------------------------------------------
Wed Feb 14 12:58:07 CET 2024 - msuchanek@suse.de
- rpm templates: sort rpm tags
The rpm tags in kernel spec files are sorted at random.
Make the order of rpm tags somewhat more consistent across rpm spec
templates.
- commit 8875c35
-------------------------------------------------------------------
Wed Feb 14 12:54:49 CET 2024 - denis.kirjanov@suse.com
@ -18566,6 +19444,12 @@ Fri Feb 9 13:07:02 CET 2024 - tiwai@suse.de
__sev_platform_shutdown_locked (git-fixes).
- commit f9fa694
-------------------------------------------------------------------
Thu Feb 8 20:38:53 CET 2024 - msuchanek@suse.de
- kernel-binary: certs: Avoid trailing space
- commit bc7dc31
-------------------------------------------------------------------
Thu Feb 8 17:23:34 CET 2024 - tiwai@suse.de

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,7 @@ else \
print( "" ) \
end
}
%usrmerged %{lua: susever = rpm.expand('%{?suse_version}'); if susever ~= '' and tonumber(susever) > 1550 then print('1') else print('0') end }
%kernel_module_package_release 1
%kernel_module_package_buildreqs modutils kernel-syms kmod-compat suse-kernel-rpm-scriptlets %kernel_build_shell_package

View File

@ -107,8 +107,6 @@ sub generate_spec($$$)
unless ($exclusive_arch eq 'none');
my $subpkg_desc = "";
my $subpkg_post = "";
my $subpkg_files = "";
my $all_supported_dtb = "";
my $DTS_folder = "arch/arm/boot/dts";
if ($exclusive_arch =~ /aarch64/) {
@ -153,7 +151,7 @@ sub generate_spec($$$)
"%description -n $PKG_NAME\n" .
"Device Tree files for $MACHINES.\n\n";
$subpkg_post .=
$subpkg_desc .=
"%post -n $PKG_NAME\n" .
"cd /boot\n" .
"# If /boot/dtb is a symlink, remove it, so that we can replace it.\n" .
@ -173,7 +171,7 @@ sub generate_spec($$$)
$dtb_subdir .= "%dir %{dtbdir}$path\n";
}
$subpkg_files .=
$subpkg_desc .=
"%ifarch aarch64 riscv64\n" .
"%files -n $PKG_NAME -f $PKG_NAME.list\n" .
"%else\n" .
@ -197,8 +195,6 @@ sub generate_spec($$$)
$_ =~ s/\$DTS_folder/$DTS_folder/g;
$_ =~ s/\$SUBPKG_DESC/$subpkg_desc/g;
$_ =~ s/\$ALL_SUPPORTED_DTB/$all_supported_dtb/g;
$_ =~ s/\$SUBPKG_POST\n?/$subpkg_post/g;
$_ =~ s/\$SUBPKG_FILES\n?/$subpkg_files/g;
print SPEC $_;
}

BIN
patches.kabi.tar.bz2 (Stored with Git LFS)

Binary file not shown.

BIN
patches.suse.tar.bz2 (Stored with Git LFS)

Binary file not shown.

View File

@ -4770,6 +4770,7 @@
patches.suse/vfio-mdev-Move-the-compat_class-initialization-.patch
patches.suse/xtensa-fix-NOMMU-build-with-lock_mm_and_find_vm.patch
patches.suse/crypto-ixp4xx-silence-uninitialized-variable-warning.patch
patches.suse/crypto-jitter-replace-LFSR-with-SHA3-256.patch
patches.suse/hwrng-virtio-Fix-race-on-data_avail-and-actual-.patch
patches.suse/crypto-nx-fix-build-warnings-when-DEBUG_FS-is-n.patch
patches.suse/crypto-marvell-cesa-Fix-type-mismatch-warning.patch
@ -5700,6 +5701,7 @@
patches.suse/xdp-use-trusted-arguments-in-XDP-hints-kfuncs.patch
patches.suse/net-sched-sch_qfq-reintroduce-lmax-bound-check-.patch
patches.suse/net-sched-sch_qfq-account-for-stab-overhead-in-.patch
patches.suse/erofs-get-rid-of-the-remaining-kmap_atomic.patch
patches.suse/erofs-avoid-useless-loops-in-z_erofs_pcluster_r.patch
patches.suse/erofs-avoid-infinite-loop-in-z_erofs_do_read_pa.patch
patches.suse/erofs-fix-fsdax-unavailability-for-chunk-based-.patch
@ -7361,6 +7363,7 @@
patches.suse/crypto-af_alg-Decrement-struct-key.usage-in-alg_set_.patch
patches.suse/crypto-qat-use-kfree_sensitive-instead-of-memset-kfr.patch
patches.suse/crypto-api-Use-work-queue-in-crypto_destroy_instance.patch
patches.suse/crypto-jitter-Add-clarifying-comments-to-Jitter-Entr.patch
patches.suse/crypto-caam-fix-unchecked-return-value-error.patch
patches.suse/crypto-qat-Remove-unused-function-declarations.patch
patches.suse/hwrng-iproc-rng200-Implement-suspend-and-resume-call.patch
@ -11420,6 +11423,7 @@
patches.suse/x86-sgx-Break-up-long-non-preemptible-delays-in-sgx_vepc_r.patch
patches.suse/1268-drm-Add-initial-ci-subdirectory.patch
patches.suse/1269-drm-ci-docs-fix-build-warning-add-missing-escape.patch
patches.suse/ovl-fix-failed-copyup-of-fileattr-on-a-symlink.patch
patches.suse/kunit-Fix-wild-memory-access-bug-in-kunit_free_suite.patch
patches.suse/selftests-ftrace-Correctly-enable-event-in-instance-.patch
patches.suse/kselftest-runner.sh-Propagate-SIGTERM-to-runner-chil.patch
@ -11432,6 +11436,8 @@
patches.suse/platform-mellanox-mlxbf-bootctl-add-NET-dependency-i.patch
patches.suse/platform-mellanox-NVSW_SN2201-should-depend-on-ACPI.patch
patches.suse/platform-x86-asus-wmi-Support-2023-ROG-X16-tablet-mo.patch
patches.suse/btrfs-improve-error-message-after-failure-to-add-del.patch
patches.suse/btrfs-remove-BUG-after-failure-to-insert-delayed-dir.patch
patches.suse/tracing-Increase-trace-array-ref-count-on-enable-and-filter-files.patch
patches.suse/tracing-Have-tracing_max_latency-inc-the-trace-array-ref-count.patch
patches.suse/tracing-Have-current_trace-inc-the-trace-array-ref-count.patch
@ -11559,6 +11565,9 @@
patches.suse/spi-stm32-add-a-delay-before-SPI-disable.patch
patches.suse/spi-intel-pci-Add-support-for-Granite-Rapids-SPI-ser.patch
patches.suse/spi-zynqmp-gqspi-fix-clock-imbalance-on-probe-failur.patch
patches.suse/btrfs-set-last-dir-index-to-the-current-last-index-w.patch
patches.suse/btrfs-refresh-dir-last-index-during-a-rewinddir-3-ca.patch
patches.suse/btrfs-fix-race-between-reading-a-directory-and-addin.patch
patches.suse/media-v4l-Use-correct-dependency-for-camera-sensor-d.patch
patches.suse/media-via-Use-correct-dependency-for-camera-sensor-d.patch
patches.suse/media-uvcvideo-Fix-OOB-read.patch
@ -11696,6 +11705,7 @@
patches.suse/efi-unaccepted-Make-sure-unaccepted-table-is-mapped.patch
patches.suse/locking-seqlock-Do-the-lockdep-annotation-before-loc.patch
patches.suse/kernel-sched-Modify-initial-boot-task-idle-setup.patch
patches.suse/x86-mm-kexec-ima-Use-memblock_free_late-from-ima_fre.patch
patches.suse/x86-srso-fix-srso_show_state-side-effect.patch
patches.suse/x86-srso-set-cpuid-feature-bits-independently-of-bug-or-mitigation-status.patch
patches.suse/x86-srso-don-t-probe-microcode-in-a-guest.patch
@ -11756,6 +11766,7 @@
patches.suse/direct_write_fallback-on-error-revert-the-ki_pos-upd.patch
patches.suse/ovl-disable-IOCB_DIO_CALLER_COMP.patch
patches.suse/vfio-pds-Add-missing-PCI_IOV-depends
patches.suse/vfio-mdev-Fix-a-null-ptr-deref-bug-for-mdev_unregist.patch
patches.suse/scsi-core-ata-Do-no-try-to-probe-for-CDL-on-old-driv.patch
patches.suse/spi-spi-gxp-BUG-Correct-spi-write-return-value.patch
patches.suse/power-supply-ab8500-Set-typing-and-props.patch
@ -11824,6 +11835,8 @@
patches.suse/perf-x86-amd-Do-not-WARN-on-every-IRQ.patch
patches.suse/sched-rt-Fix-live-lock-between-select_fallback_rq-and-RT-push.patch
patches.suse/timers-Tag-hr-timer-softirq-as-hotplug-safe.patch
patches.suse/x86-srso-Add-SRSO-mitigation-for-Hygon-processors.patch
patches.suse/x86-sgx-Resolves-SECS-reclaim-vs.-page-fault-for-EAU.patch
patches.suse/serial-8250_port-Check-IRQ-data-before-use.patch
patches.suse/Revert-tty-n_gsm-fix-UAF-in-gsm_cleanup_mux.patch
patches.suse/misc-rtsx-Fix-some-platforms-can-not-boot-and-move-t.patch
@ -11933,6 +11946,7 @@
patches.suse/HID-sony-remove-duplicate-NULL-check-before-calling-.patch
patches.suse/HID-intel-ish-hid-ipc-Disable-and-reenable-ACPI-GPE-.patch
patches.suse/HID-Add-quirk-to-ignore-the-touchscreen-battery-on-H.patch
patches.suse/erofs-fix-memory-leak-of-LZMA-global-compressed-deduplication.patch
patches.suse/1316-drm-i915-Don-t-set-PIPE_CONTROL_FLUSH_L3-for-aux-inv.patch
patches.suse/1317-drm-i915-Register-engines-early-to-avoid-type-confus.patch
patches.suse/1318-drm-i915-Invalidate-the-TLBs-on-each-GT.patch
@ -14843,6 +14857,7 @@
patches.suse/nvme-auth-allow-mixing-of-secret-and-hash-lengths.patch
patches.suse/md-cluster-check-for-timeout-while-a-new-disk-adding-1bbe.patch
patches.suse/md-cleanup-pers-prepare_suspend-78b7.patch
patches.suse/ata-ahci-add-identifiers-for-ASM2116-series-adapters.patch
patches.suse/ata-libata-scsi-Cleanup-ata_scsi_start_stop_xlat.patch
patches.suse/dm-shortcut-the-calls-to-linear_map-and-stripe_map-f144.patch
patches.suse/dm-cache-metadata-replace-deprecated-strncpy-with-st-ac41.patch
@ -15248,6 +15263,8 @@
patches.suse/crypto-qat-enable-dc-chaining-service.patch
patches.suse/crypto-x86-sha-load-modules-based-on-CPU-features.patch
patches.suse/crypto-caam-qi2-fix-Chacha20-Poly1305-self-test-fail.patch
patches.suse/crypto-jitter-add-RCT-APT-support-for-different-OSRs.patch
patches.suse/crypto-jitter-Allow-configuration-of-memory-size.patch
patches.suse/crypto-caam-jr-fix-Chacha20-Poly1305-self-test-failu.patch
patches.suse/crypto-qat-increase-size-of-buffers.patch
patches.suse/crypto-qat-Annotate-struct-adf_fw_counters-with-__co.patch
@ -15257,10 +15274,12 @@
patches.suse/crypto-qat-refactor-included-headers.patch
patches.suse/crypto-qat-add-pm_status-debugfs-file.patch
patches.suse/crypto-qat-add-cnv_errors-debugfs-file.patch
patches.suse/crypto-jitter-reuse-allocated-entropy-collector.patch
patches.suse/crypto-qat-fix-double-free-during-reset.patch
patches.suse/crypto-hisilicon-qm-fix-EQ-AEQ-interrupt-issue.patch
patches.suse/padata-Fix-refcnt-handling-in-padata_free_shell.patch
patches.suse/certs-Break-circular-dependency-when-selftest-is-mod.patch
patches.suse/crypto-jitter-use-permanent-health-test-storage.patch
patches.suse/crypto-hisilicon-qm-prevent-soft-lockup-in-receive-l.patch
patches.suse/crypto-qat-add-infrastructure-for-error-reporting.patch
patches.suse/crypto-qat-add-reporting-of-correctable-errors-for-Q.patch
@ -15293,6 +15312,8 @@
patches.suse/mm-compaction-factor-out-code-to-test-if-we-should-run-compaction-for-target-order.patch
patches.suse/mm-mremap-fix-unaccount-of-memory-on-vma_merge-failure.patch
patches.suse/mm-fix-unaccount-of-memory-on-vma_link-failure.patch
patches.suse/0001-mm-mremap-optimize-the-start-addresses-in-move_page_.patch
patches.suse/0002-mm-mremap-allow-moves-within-the-same-VMA-for-stack-.patch
patches.suse/kselftest-vm-fix-mdwe-s-mmap_FIXED-test-case.patch
patches.suse/mm-make-PR_MDWE_REFUSE_EXEC_GAIN-an-unsigned-long.patch
patches.suse/selftests-clone3-Fix-broken-test-under-CONFIG_TIME_N.patch
@ -15497,6 +15518,7 @@
patches.suse/vmcore-remove-dependency-with-is_kdump_kernel-for-ex.patch
patches.suse/powerpc-fadump-make-is_kdump_kernel-return-false-whe.patch
patches.suse/powerpc-xive-Fix-endian-conversion-size.patch
patches.suse/powerpc-Annotate-endianness-of-various-variables-and.patch
patches.suse/powerpc-Hide-empty-pt_regs-at-base-of-the-stack.patch
patches.suse/powerpc-paravirt-Improve-vcpu_is_preempted.patch
patches.suse/powerpc-pseries-iommu-enable_ddw-incorrectly-returns.patch
@ -15644,6 +15666,7 @@
patches.suse/ACPI-thermal-Fix-acpi_thermal_unregister_thermal_zon.patch
patches.suse/modpost-fix-tee-MODULE_DEVICE_TABLE-built-on-big-end.patch
patches.suse/modpost-fix-ishtp-MODULE_DEVICE_TABLE-built-on-big-e.patch
patches.suse/efivarfs-Add-uid-gid-mount-options.patch
patches.suse/9p-trans_fd-Annotate-data-racy-writes-to-file-f_flag.patch
patches.suse/9p-v9fs_listxattr-fix-s-null-argument-warning.patch
patches.suse/9p-net-fix-possible-memory-leak-in-p9_check_errors.patch
@ -16237,6 +16260,7 @@
patches.suse/net-mlx5e-Check-return-value-of-snprintf-writing-to-.patch
patches.suse/net-mlx5e-Check-return-value-of-snprintf-writing-to--1b2bd0c0.patch
patches.suse/macvlan-Don-t-propagate-promisc-change-to-lower-dev-.patch
patches.suse/netfilter-nf_tables-fix-pointer-math-issue-in-nft_by.patch
patches.suse/ALSA-hda-realtek-Add-Dell-ALC295-to-pin-fall-back-ta.patch
patches.suse/ALSA-hda-realtek-Enable-Mute-LED-on-HP-255-G8.patch
patches.suse/ALSA-hda-realtek-Enable-internal-speaker-of-ASUS-K65.patch
@ -16720,6 +16744,7 @@
patches.suse/bpf-Fix-a-verifier-bug-due-to-incorrect-branch-offse.patch
patches.suse/xsk-Skip-polling-event-check-for-unbound-socket.patch
patches.suse/netfilter-bpf-fix-bad-registration-on-nf_defrag.patch
patches.suse/netfilter-nft_set_pipapo-skip-inactive-elements-duri.patch
patches.suse/netfilter-nf_tables-bail-out-on-mismatching-dynset-a.patch
patches.suse/net-tls-update-curr-on-splice-as-well.patch
patches.suse/net-dsa-microchip-provide-a-list-of-valid-protocols-.patch
@ -17346,9 +17371,11 @@
patches.suse/perf-Add-branch_sample_call_stack.patch
patches.suse/perf-x86-intel-Reorganize-attrs-and-is_visible.patch
patches.suse/perf-x86-intel-Support-branch-counters-logging.patch
patches.suse/perf-core-Fix-narrow-startup-race-when-creating-the-perf-nr_addr_filters-sysfs-file.patch
patches.suse/perf-x86-intel-cstate-Cleanup-duplicate-attr_groups.patch
patches.suse/x86-smp-Export-symbol-cpu_clustergroup_mask.patch
patches.suse/perf-x86-intel-cstate-Add-Sierra-Forest-support.patch
patches.suse/perf-Fix-the-nr_addr_filters-fix.patch
patches.suse/perf-x86-intel-uncore-Generic-uncore_get_uncores-and-MMIO-format-of-SPR.patch
patches.suse/perf-x86-uncore-Use-u64-to-replace-unsigned-for-the-uncore-offsets-array.patch
patches.suse/perf-x86-intel-uncore-Support-Granite-Rapids.patch
@ -17413,6 +17440,9 @@
patches.suse/PM-sleep-Fix-possible-deadlocks-in-core-system-wide-.patch
patches.suse/platform-x86-intel-vsec-Fix-xa_alloc-memory-leak.patch
patches.suse/ipmi-Use-regspacings-passed-as-a-module-parameter.patch
patches.suse/efivarfs-force-RO-when-remounting-if-SetVariable-is-.patch
patches.suse/efivarfs-Move-efivar-availability-check-into-FS-cont.patch
patches.suse/efivarfs-Free-s_fs_info-on-unmount.patch
patches.suse/kunit-debugfs-Fix-unchecked-dereference-in-debugfs_p.patch
patches.suse/fanotify-store-fsid-in-mark-instead-of-in-connector.patch
patches.suse/fanotify-allow-weak-fsid-when-watching-a-single-file.patch
@ -17434,6 +17464,7 @@
patches.suse/afs-fix-the-usage-of-read_seqbegin_or_lock-in-afs_find_server.patch
patches.suse/dlm-use-kernel_connect-and-kernel_bind.patch
patches.suse/dlm-fix-format-seq-ops-type-4.patch
patches.suse/erofs-fix-lz4-inplace-decompression.patch
patches.suse/pstore-ram-Fix-crash-when-setting-number-of-cpus-to-.patch
patches.suse/pstore-ram_core-fix-possible-overflow-in-persistent_.patch
patches.suse/nvdimm-btt-replace-deprecated-strncpy-with-strscpy-ab7e.patch
@ -17765,6 +17796,7 @@
patches.suse/wifi-ath9k-Fix-potential-array-index-out-of-bounds-r.patch
patches.suse/wifi-ath11k-fix-race-due-to-setting-ATH11K_FLAG_EXT_.patch
patches.suse/wifi-ath12k-fix-and-enable-AP-mode-for-WCN7850.patch
patches.suse/bpf-Minor-logging-improvement.patch
patches.suse/bpf-Check-rcu_read_lock_trace_held-before-calling-bp.patch
patches.suse/bpf-Add-map-and-need_defer-parameters-to-.map_fd_put.patch
patches.suse/bpf-Set-need_defer-as-false-when-clearing-fd-array-d.patch
@ -17773,6 +17805,12 @@
patches.suse/selftests-bpf-Add-test-cases-for-inner-map.patch
patches.suse/selftests-bpf-Test-outer-map-update-operations-in-sy.patch
patches.suse/xsk-Add-missing-SPDX-to-AF_XDP-TX-metadata-documenta.patch
patches.suse/bpf-fix-check-for-attempt-to-corrupt-spilled-pointer.patch
patches.suse/bpf-Fix-verification-of-indirect-var-off-stack-acces.patch
patches.suse/bpf-Guard-stack-limits-against-32bit-overflow.patch
patches.suse/bpf-Add-some-comments-to-stack-representation.patch
patches.suse/bpf-Fix-accesses-to-uninit-stack-slots.patch
patches.suse/bpf-Minor-cleanup-around-stack-bounds.patch
patches.suse/net-xdp-Allow-metadata-32.patch
patches.suse/ice-make-RX-hash-reading-code-more-reusable.patch
patches.suse/ice-make-RX-HW-timestamp-reading-code-more-reusable.patch
@ -17787,6 +17825,8 @@
patches.suse/ice-use-VLAN-proto-from-ring-packet-context-in-skb-p.patch
patches.suse/mlx5-implement-VLAN-tag-XDP-hint.patch
patches.suse/net-xdp-Correct-grammar.patch
patches.suse/bpf-Fix-a-race-condition-between-btf_put-and-map_fre.patch
patches.suse/selftests-bpf-Remove-flaky-test_btf_id-test.patch
patches.suse/bpf-Limit-the-number-of-uprobes-when-attaching-progr.patch
patches.suse/bpf-Limit-the-number-of-kprobes-when-attaching-program-to-multiple-kprobes.patch
patches.suse/octeon_ep-add-PF-VF-mailbox-communication.patch
@ -17898,6 +17938,10 @@
patches.suse/dpll-expose-fractional-frequency-offset-value-to-use.patch
patches.suse/net-mlx5-DPLL-Use-struct-to-get-values-from-mlx5_dpl.patch
patches.suse/net-mlx5-DPLL-Implement-fractional-frequency-offset-.patch
patches.suse/bpf-Relax-tracing-prog-recursive-attach-rules.patch
patches.suse/selftests-bpf-Add-test-for-recursive-attachment-of-t.patch
patches.suse/bpf-Fix-re-attachment-branch-in-bpf_tracing_prog_att.patch
patches.suse/selftests-bpf-Test-re-attachment-fix-for-bpf_tracing.patch
patches.suse/net-ethtool-reject-unsupported-RSS-input-xfrm-values.patch
patches.suse/Revert-mlx5-updates-2023-12-20.patch
patches.suse/bnxt_en-Remove-unneeded-variable-in-bnxt_hwrm_clear_.patch
@ -18017,8 +18061,12 @@
patches.suse/drm-nouveau-fence-fix-warning-directly-dereferencing.patch
patches.suse/drm-bridge-tpd12s015-Drop-buggy-__exit-annotation-fo.patch
patches.suse/drm-tilcdc-Fix-irq-free-on-unload.patch
patches.suse/drm-i915-display-Move-releasing-gem-object-away-from.patch
patches.suse/drm-dp_mst-Fix-fractional-DSC-bpp-handling.patch
patches.suse/drm-amd-display-Fix-a-debugfs-null-pointer-error.patch
patches.suse/drm-amd-display-update-pixel-clock-params-after-stre.patch
patches.suse/drm-amd-display-Fix-tiled-display-misalignment.patch
patches.suse/drm-amd-display-Fix-conversions-between-bytes-and-KB.patch
patches.suse/drm-radeon-r600_cs-Fix-possible-int-overflows-in-r60.patch
patches.suse/drm-radeon-r100-Fix-integer-overflow-issues-in-r100_.patch
patches.suse/drm-radeon-check-return-value-of-radeon_ring_lock.patch
@ -18053,6 +18101,12 @@
patches.suse/drm-exynos-Call-drm_atomic_helper_shutdown-at-shutdo.patch
patches.suse/drm-amd-display-Pass-pwrseq-inst-for-backlight-and-A.patch
patches.suse/drm-amd-display-Fix-MST-PBN-X.Y-value-calculations.patch
patches.suse/drm-amd-display-Fix-disable_otg_wa-logic.patch
patches.suse/drm-amd-display-Fix-Replay-Desync-Error-IRQ-handler.patch
patches.suse/drm-amd-display-add-support-for-DTO-genarated-dscclk.patch
patches.suse/drm-amd-display-Return-drm_connector-from-find_first.patch
patches.suse/drm-amd-display-Use-drm_connector-in-create_stream_f.patch
patches.suse/drm-amd-display-Check-writeback-connectors-in-create.patch
patches.suse/drm-radeon-check-the-alloc_workqueue-return-value-in.patch
patches.suse/drm-radeon-dpm-fix-a-memleak-in-sumo_parse_power_tab.patch
patches.suse/drm-radeon-trinity_dpm-fix-a-memleak-in-trinity_pars.patch
@ -18060,6 +18114,7 @@
patches.suse/Revert-drm-rockchip-vop2-Use-regcache_sync-to-fix-su.patch
patches.suse/drm-amd-display-For-prefetch-mode-0-extend-prefetch-.patch
patches.suse/drm-amd-display-Force-p-state-disallow-if-leaving-no.patch
patches.suse/drm-amdgpu-Enable-tunneling-on-high-priority-compute.patch
patches.suse/drm-amdkfd-fix-mes-set-shader-debugger-process-manag.patch
patches.suse/drm-amdgpu-fix-ftrace-event-amdgpu_bo_move-always-mo.patch
patches.suse/drm-amdgpu-debugfs-fix-error-code-when-smc-register-.patch
@ -18068,11 +18123,16 @@
patches.suse/gpu-drm-radeon-fix-two-memleaks-in-radeon_vm_init.patch
patches.suse/drm-amd-pm-fix-a-double-free-in-amdgpu_parse_extende.patch
patches.suse/drm-amdkfd-only-flush-mes-process-context-if-mes-sup.patch
patches.suse/drm-amd-display-do-not-send-commands-to-DMUB-if-DMUB.patch
patches.suse/drm-msm-a690-Fix-reg-values-for-a690.patch
patches.suse/drm-msm-dpu-enable-SmartDMA-on-SM8450.patch
patches.suse/drm-msm-a6xx-add-QMP-dependency.patch
patches.suse/drm-msm-mdp4-flush-vblank-event-on-disable.patch
patches.suse/drm-msm-dpu-Correct-UBWC-settings-for-sc8280xp.patch
patches.suse/drm-msm-dpu-Add-missing-safe_lut_tbl-in-sc8180x-cata.patch
patches.suse/drm-msm-dsi-Use-pm_runtime_resume_and_get-to-prevent.patch
patches.suse/drm-msm-dsi-Enable-runtime-PM.patch
patches.suse/drm-msm-dpu-populate-SSPP-scaler-block-version.patch
patches.suse/drm-msm-dpu-correct-clk-bit-for-WB2-block.patch
patches.suse/drm-msm-dp-Add-DisplayPort-controller-for-SM8650.patch
patches.suse/drm-msm-adreno-Fix-A680-chip-id.patch
@ -18081,6 +18141,7 @@
patches.suse/drm-msm-dpu-Ratelimit-framedone-timeout-msgs.patch
patches.suse/drm-msm-dpu-rename-dpu_encoder_phys_wb_setup_cdp-to-.patch
patches.suse/drm-msm-dpu-fix-writeback-programming-for-YUV-cases.patch
patches.suse/drm-msm-dpu-Add-mutex-lock-in-control-vblank-irq.patch
patches.suse/drm-msm-dpu-Set-input_sel-bit-for-INTF.patch
patches.suse/drm-msm-dpu-Drop-enable-and-frame_count-parameters-f.patch
patches.suse/drm-mediatek-Return-error-if-MDP-RDMA-failed-to-enab.patch
@ -18093,11 +18154,20 @@
patches.suse/drm-Don-t-unref-the-same-fb-many-times-by-mistake-du.patch
patches.suse/drm-rockchip-vop2-Avoid-use-regmap_reinit_cache-at-r.patch
patches.suse/drm-amd-display-make-flip_timestamp_in_us-a-64-bit-v.patch
patches.suse/drm-amd-display-fix-usb-c-connector_type.patch
patches.suse/drm-amd-display-Refactor-DMCUB-enter-exit-idle-inter.patch
patches.suse/drm-amd-display-Wake-DMCUB-before-sending-a-command.patch
patches.suse/drm-amd-display-Wake-DMCUB-before-executing-GPINT-co.patch
patches.suse/drm-amd-display-Fix-lightup-regression-with-DP2-sing.patch
patches.suse/drm-amd-display-Only-clear-symclk-otg-flag-for-HDMI.patch
patches.suse/drm-amd-display-Fix-hang-underflow-when-transitionin.patch
patches.suse/drm-amdgpu-Fix-ecc-irq-enable-disable-unpaired.patch
patches.suse/drm-amd-display-Fix-minor-issues-in-BW-Allocation-Ph.patch
patches.suse/drm-amdgpu-Let-KFD-sync-with-VM-fences.patch
patches.suse/drm-amd-display-Add-dpia-display-mode-validation-log.patch
patches.suse/drm-amdgpu-Fix-possible-NULL-dereference-in-amdgpu_r.patch
patches.suse/drm-amdkfd-Fix-type-of-dbg_flags-in-struct-kfd_proce.patch
patches.suse/drm-amdgpu-Fix-variable-mca_funcs-dereferenced-befor.patch
patches.suse/drm-amdgpu-Fix-fw-from-request_firmware-not-released.patch
patches.suse/drm-amdkfd-Confirm-list-is-non-empty-before-utilizin.patch
patches.suse/drm-amdgpu-Drop-fence-check-in-to_amdgpu_amdkfd_fenc.patch
@ -18374,6 +18444,7 @@
patches.suse/xen-gntdev-Fix-the-abuse-of-underlying-struct-page-i.patch
patches.suse/thermal-intel-hfi-Add-syscore-callbacks-for-system-w.patch
patches.suse/drm-i915-dp-Fix-the-max-DSC-bpc-supported-by-source.patch
patches.suse/nouveau-gsp-handle-engines-in-runl-without-nonstall-.patch
patches.suse/rpmsg-virtio-Free-driver_override-when-rpmsg_remove.patch
patches.suse/hwspinlock-qcom-Remove-IPQ6018-SOC-specific-compatib.patch
patches.suse/mfd-intel-lpss-Revert-Add-missing-check-for-platform.patch
@ -18522,6 +18593,7 @@
patches.suse/s390-vfio-ap-do-not-reset-queue-removed-from-host-config.patch
patches.suse/iommu-Don-t-reserve-0-length-IOVA-region.patch
patches.suse/vfio-pds-Fix-calculations-in-pds_vfio_dirty_sync
patches.suse/hisi_acc_vfio_pci-Update-migration-data-pointer-correctly-on-saving-resume.patch
patches.suse/cxl-region-fix-x9-interleave-typo.patch
patches.suse/cxl-port-Fix-decoder-initialization-when-nr_targets-.patch
patches.suse/virtio_pmem-support-feature-SHMEM_REGION-3596.patch
@ -18570,6 +18642,8 @@
patches.suse/selftests-mlxsw-qos_pfc-Remove-wrong-description.patch
patches.suse/selftests-mlxsw-qos_pfc-Adjust-the-test-to-support-8.patch
patches.suse/i40e-Include-types.h-to-some-headers.patch
patches.suse/bpf-Reject-variable-offset-alu-on-PTR_TO_FLOW_KEYS.patch
patches.suse/selftests-bpf-Add-test-for-alu-on-PTR_TO_FLOW_KEYS.patch
patches.suse/netfilter-nf_tables-check-if-catch-all-set-element-i.patch
patches.suse/kdb-Fix-a-potential-buffer-overflow-in-kdb_local.patch
patches.suse/kbuild-buildtar-Remove-unused-dirs.patch
@ -18596,6 +18670,10 @@
patches.suse/power-supply-bq256xx-fix-some-problem-in-bq256xx_hw_.patch
patches.suse/power-supply-cw2015-correct-time_to_empty-units-in-s.patch
patches.suse/drm-amdkfd-Fix-lock-dependency-warning.patch
patches.suse/drm-amd-display-To-adjust-dprefclk-by-down-spread-pe.patch
patches.suse/drm-amd-display-Disconnect-phantom-pipe-OPP-from-OPT.patch
patches.suse/drm-amd-display-Request-usb4-bw-for-mst-streams.patch
patches.suse/Revert-drm-amd-display-Fix-conversions-between-bytes.patch
patches.suse/drm-amdgpu-correct-the-cu-count-for-gfx-v11.patch
patches.suse/drm-amdkfd-Fix-lock-dependency-warning-with-srcu.patch
patches.suse/Revert-drm-amd-display-fix-bandwidth-validation-fail.patch
@ -18605,14 +18683,24 @@
patches.suse/drm-amd-powerplay-Fix-kzalloc-parameter-ATOM_Tonga_P.patch
patches.suse/drm-amdgpu-Fix-with-right-return-code-EIO-in-amdgpu_.patch
patches.suse/drm-amdgpu-Release-adev-pm.fw-before-return-in-amdgp.patch
patches.suse/drm-amdgpu-update-regGL2C_CTRL4-value-in-golden-sett.patch
patches.suse/drm-amd-display-Fix-variable-deferencing-before-NULL.patch
patches.suse/drm-amdgpu-drop-exp-hw-support-check-for-GC-9.4.3.patch
patches.suse/drm-amdkfd-Fix-node-NULL-check-in-svm_range_get_rang.patch
patches.suse/drm-amd-pm-Add-error-log-for-smu-v13.0.6-reset.patch
patches.suse/drm-amd-pm-Fix-smuv13.0.6-current-clock-reporting.patch
patches.suse/drm-amd-display-Avoid-enum-conversion-warning.patch
patches.suse/drm-amd-display-Fix-late-derefrence-dsc-check-in-lin.patch
patches.suse/drm-amd-display-Init-link-enc-resources-in-dc_state-.patch
patches.suse/drm-amd-display-Add-logging-resource-checks.patch
patches.suse/drm-amd-display-Port-DENTIST-hang-and-TDR-fixes-to-O.patch
patches.suse/drm-amd-display-Clear-OPTC-mem-select-on-disable.patch
patches.suse/drm-amd-display-Fix-DML2-watermark-calculation.patch
patches.suse/drm-amd-display-Align-the-returned-error-code-with-l.patch
patches.suse/drm-amdgpu-Fix-the-null-pointer-when-load-rlc-firmwa.patch
patches.suse/drm-amd-display-Fix-a-switch-statement-in-populate_d.patch
patches.suse/drm-amdgpu-revert-Adjust-removal-control-flow-for-sm.patch
patches.suse/drm-amdgpu-Enable-GFXOFF-for-Compute-on-GFX11.patch
patches.suse/nouveau-vmm-don-t-set-addr-on-the-fail-path-to-avoid.patch
patches.suse/ALSA-oxygen-Fix-right-channel-of-capture-volume-mixe.patch
patches.suse/ALSA-hda-Properly-setup-HDMI-stream.patch
@ -18663,13 +18751,19 @@
patches.suse/scsi-smartpqi-Bump-driver-version-to-2.1.26-030.patch
patches.suse/scsi-fnic-unlock-on-error-path-in-fnic_queuecommand.patch
patches.suse/scsi-core-Kick-the-requeue-list-after-inserting-when-flushing.patch
patches.suse/dmaengine-apple-admac-Keep-upper-bits-of-REG_BUS_WID.patch
patches.suse/dmaengine-fix-NULL-pointer-in-channel-unregistration.patch
patches.suse/dmaengine-idxd-Move-dma_free_coherent-out-of-spinloc.patch
patches.suse/dmaengine-shdma-increase-size-of-dev_id.patch
patches.suse/dmaengine-fsl-qdma-increase-size-of-irq_name.patch
patches.suse/powerpc-64s-Increase-default-stack-size-to-32KB.patch
patches.suse/clocksource-drivers-timer-ti-dm-Fix-make-W-n-kerneld.patch
patches.suse/tick-sched-Fix-idle-and-iowait-sleeptime-accounting-.patch
patches.suse/xen-netback-don-t-produce-zero-size-SKB-frags.patch
patches.suse/btrfs-scrub-avoid-use-after-free-when-chunk-length-i.patch
patches.suse/tracing-Ensure-visibility-when-inserting-an-element-into-tracing_map.patch
patches.suse/fbdev-savage-Error-out-if-pixclock-equals-zero.patch
patches.suse/fbdev-sis-Error-out-if-pixclock-equals-zero.patch
patches.suse/exec-Fix-error-handling-in-begin_new_exec.patch
patches.suse/afs-Hide-silly-rename-files-from-userspace.patch
patches.suse/selftests-bonding-Increase-timeout-to-1200s.patch
@ -18689,8 +18783,10 @@
patches.suse/net-micrel-Fix-PTP-frame-parsing-for-lan8814.patch
patches.suse/net-rds-Fix-UBSAN-array-index-out-of-bounds-in-rds_c.patch
patches.suse/selftest-Don-t-reuse-port-for-SO_INCOMING_CPU-test.patch
patches.suse/wifi-cfg80211-fix-missing-interfaces-when-dumping.patch
patches.suse/wifi-mac80211-fix-potential-sta-link-leak.patch
patches.suse/wifi-iwlwifi-fix-a-memory-corruption.patch
patches.suse/wifi-mac80211-fix-race-condition-on-enabling-fast-xm.patch
patches.suse/msft-hv-2938-hv_netvsc-Calculate-correct-ring-size-when-PAGE_SIZE.patch
patches.suse/net-stmmac-Wait-a-bit-for-the-reset-to-take-effect.patch
patches.suse/net-mvpp2-clear-BM-pool-before-initialization.patch
@ -18728,8 +18824,10 @@
patches.suse/gpiolib-acpi-Ignore-touchpad-wakeup-on-GPD-G1619-04.patch
patches.suse/gpio-eic-sprd-Clear-interrupt-after-set-the-interrup.patch
patches.suse/spi-intel-pci-Remove-Meteor-Lake-S-SoC-PCI-ID-from-t.patch
patches.suse/spi-intel-pci-Add-support-for-Arrow-Lake-SPI-serial-.patch
patches.suse/spi-bcm-qspi-fix-SFDP-BFPT-read-by-usig-mspi-read.patch
patches.suse/spi-spi-cadence-Reverse-the-order-of-interleaved-wri.patch
patches.suse/spi-hisi-sfc-v3xx-Return-IRQ_NONE-if-no-interrupts-w.patch
patches.suse/spi-fix-finalize-message-on-error-return.patch
patches.suse/firmware-arm_scmi-Check-mailbox-SMT-channel-for-cons.patch
patches.suse/firmware-arm_scmi-Use-xa_insert-when-saving-raw-queu.patch
@ -18740,6 +18838,14 @@
patches.suse/drm-exynos-gsc-minor-fix-for-loop-iteration-in-gsc_r.patch
patches.suse/drm-amd-display-Fix-uninitialized-variable-usage-in-.patch
patches.suse/drm-amdgpu-pm-Fix-the-power-source-flag-error.patch
patches.suse/drm-amdgpu-Avoid-fetching-vram-vendor-information.patch
patches.suse/drm-amd-pm-update-the-power-cap-setting.patch
patches.suse/drm-amdgpu-Show-vram-vendor-only-if-available.patch
patches.suse/drm-amd-pm-Fetch-current-power-limit-from-FW.patch
patches.suse/drm-amd-amdgpu-Assign-GART-pages-to-AMD-device-mappi.patch
patches.suse/drm-amdgpu-gfx10-set-UNORD_DISPATCH-in-compute-MQDs.patch
patches.suse/drm-amdgpu-gfx11-set-UNORD_DISPATCH-in-compute-MQDs.patch
patches.suse/drm-amd-display-Disable-ips-before-dc-interrupt-sett.patch
patches.suse/drm-bridge-parade-ps8640-Wait-for-HPD-when-doing-an-.patch
patches.suse/drm-panel-simple-add-missing-bus-flags-for-Tianma-tm.patch
patches.suse/drm-panel-samsung-s6d7aa0-drop-DRM_BUS_FLAG_DE_HIGH-.patch
@ -18754,8 +18860,11 @@
patches.suse/Revert-nouveau-push-event-block-allowing-out-of-the-.patch
patches.suse/drm-bridge-samsung-dsim-Don-t-use-FORCE_STOP_STATE.patch
patches.suse/cpufreq-amd-pstate-Fix-setting-scaling-max-min-freq-.patch
patches.suse/ahci-asm1166-correct-count-of-reported-ports.patch
patches.suse/ahci-add-43-bit-DMA-address-quirk-for-ASMedia-ASM106.patch
patches.suse/platform-x86-intel-uncore-freq-Fix-types-in-sysfs-ca.patch
patches.suse/platform-x86-intel-ifs-Call-release_firmware-when-ha.patch
patches.suse/platform-x86-touchscreen_dmi-Add-info-for-the-TECLAS.patch
patches.suse/x86-CPU-AMD-Add-X86_FEATURE_ZEN5
patches.suse/x86-entry-ia32-Ensure-s32-is-sign-extended-to-s64.patch
patches.suse/clocksource-Skip-watchdog-check-for-large-watchdog-i.patch
@ -18769,7 +18878,9 @@
patches.suse/scsi-isci-Fix-an-error-code-problem-in-isci_io_request_build.patch
patches.suse/scsi-core-Move-scsi_host_busy-out-of-host-lock-for-waking-up-EH-handler.patch
patches.suse/msft-hv-2939-scsi-storvsc-Fix-ring-buffer-size-calculation.patch
patches.suse/regulator-pwm-regulator-Add-validity-checks-in-conti.patch
patches.suse/regulator-ti-abb-don-t-use-devm_platform_ioremap_res.patch
patches.suse/spi-sh-msiof-avoid-integer-overflow-in-constants.patch
patches.suse/firewire-core-correct-documentation-of-fw_csr_string.patch
patches.suse/HID-hidraw-fix-a-problem-of-memory-leak-in-hidraw_re.patch
patches.suse/HID-i2c-hid-of-fix-NULL-deref-on-failed-power-up.patch
@ -18804,6 +18915,7 @@
patches.suse/nvme-auth-open-code-single-use-macros.patch
patches.suse/nvme-change-__nvme_submit_sync_cmd-calling-conventio.patch
patches.suse/nvme-enable-retries-for-authentication-commands.patch
patches.suse/ahci-Extend-ASM1061-43-bit-DMA-address-quirk-to-othe.patch
patches.suse/dm-limit-the-number-of-targets-and-parameter-size-ar.patch
patches.suse/iommu-Allow-ops-default_domain-to-work-when-CONFIG_IOMMU_DMA
patches.suse/drm-tegra-Do-not-assume-that-a-NULL-domain-means-no-DMA-IOMMU
@ -18820,18 +18932,23 @@
patches.suse/ALSA-usb-audio-Sort-quirk-table-entries.patch
patches.suse/ALSA-hda-realtek-Fix-the-external-mic-not-being-reco.patch
patches.suse/ALSA-hda-realtek-Enable-Mute-LED-on-HP-Laptop-14-fq0.patch
patches.suse/ALSA-usb-audio-Check-presence-of-valid-altsetting-co.patch
patches.suse/ALSA-hda-cs35l41-Support-additional-ASUS-Zenbook-UX3.patch
patches.suse/ALSA-hda-cs35l41-Support-ASUS-Zenbook-UM3402YAR.patch
patches.suse/ALSA-hda-realtek-Apply-headset-jack-quirk-for-non-ba.patch
patches.suse/ASoC-codecs-wcd938x-fix-headphones-volume-controls.patch
patches.suse/ASoC-amd-acp-Add-check-for-cpu-dai-link-initializati.patch
patches.suse/ASoC-codecs-wcd938x-handle-deferred-probe.patch
patches.suse/ASoC-qcom-sc8280xp-limit-speaker-volumes.patch
patches.suse/ASoC-codecs-wsa883x-fix-PA-volume-control.patch
patches.suse/ASoC-codecs-lpass-wsa-macro-fix-compander-volume-hac.patch
patches.suse/ASoC-amd-yc-Add-DMI-quirk-for-MSI-Bravo-15-C7VF.patch
patches.suse/ASoC-sunxi-sun4i-spdif-Add-support-for-Allwinner-H61.patch
patches.suse/ASoC-sun4i-spdif-Fix-requirements-for-H6.patch
patches.suse/ALSA-hda-realtek-Enable-headset-mic-on-Vaio-VJFE-ADL.patch
patches.suse/ALSA-usb-audio-Ignore-clock-selector-errors-for-sing.patch
patches.suse/ASoC-wm_adsp-Fix-firmware-file-search-order.patch
patches.suse/ASoC-wm_adsp-Don-t-overwrite-fwf_name-with-the-defau.patch
patches.suse/ASoC-cs35l56-cs35l56_component_remove-must-clear-cs3.patch
patches.suse/ASoC-cs35l56-cs35l56_component_remove-must-clean-up-.patch
patches.suse/ASoC-cs35l56-Don-t-add-the-same-register-patch-multi.patch
@ -18847,13 +18964,23 @@
patches.suse/ALSA-hda-cs35l56-Fix-order-of-searching-for-firmware.patch
patches.suse/ALSA-hda-cs35l56-Fix-filename-string-field-layout.patch
patches.suse/ALSA-hda-cs35l56-Firmware-file-must-match-the-versio.patch
patches.suse/Input-goodix-accept-ACPI-resources-with-gpio_count-3.patch
patches.suse/Input-xpad-add-Lenovo-Legion-Go-controllers.patch
patches.suse/Input-atkbd-skip-ATKBD_CMD_SETLEDS-when-skipping-ATK.patch
patches.suse/Input-atkbd-do-not-skip-atkbd_deactivate-when-skippi.patch
patches.suse/Input-i8042-fix-strange-behavior-of-touchpad-on-Clev.patch
patches.suse/Input-i8042-add-Fujitsu-Lifebook-U728-to-i8042-quirk.patch
patches.suse/drm-virtio-Set-segment-size-for-virtio_gpu-device.patch
patches.suse/Revert-drm-amd-pm-fix-the-high-voltage-and-temperatu.patch
patches.suse/drm-amdkfd-Use-correct-drm-device-for-cgroup-permiss.patch
patches.suse/drm-amd-display-increased-min_dcfclk_mhz-and-min_fcl.patch
patches.suse/drm-amd-display-fix-USB-C-flag-update-after-enc10-fe.patch
patches.suse/drm-amd-display-Fix-DPSTREAM-CLK-on-and-off-sequence.patch
patches.suse/drm-amd-display-fix-incorrect-mpc_combine-array-size.patch
patches.suse/drm-amd-display-Fix-dcn35-8k30-Underflow-Corruption-.patch
patches.suse/drm-amd-Don-t-init-MEC2-firmware-when-it-fails-to-lo.patch
patches.suse/drm-amd-display-Add-NULL-check-for-kzalloc-in-amdgpu.patch
patches.suse/drm-amd-display-Fix-buffer-overflow-in-get_host_rout.patch
patches.suse/drm-amdgpu-Fix-missing-error-code-in-gmc_v6-7-8-9_0_.patch
patches.suse/drm-amdkfd-reserve-the-BO-before-validating-it.patch
patches.suse/drm-amdgpu-Reset-IH-OVERFLOW_CLEAR-bit.patch
@ -18867,6 +18994,7 @@
patches.suse/phy-renesas-rcar-gen3-usb2-Fix-returning-wrong-error.patch
patches.suse/phy-ti-phy-omap-usb2-Fix-NULL-pointer-dereference-fo.patch
patches.suse/dmaengine-fsl-dpaa2-qdma-Fix-the-size-of-dma-pools.patch
patches.suse/dmaengine-ti-edma-Add-some-null-pointer-checks-to-th.patch
patches.suse/dmaengine-ti-k3-udma-Report-short-packet-errors.patch
patches.suse/dmaengine-fsl-qdma-Fix-a-memory-leak-related-to-the-.patch
patches.suse/dmaengine-fsl-qdma-Fix-a-memory-leak-related-to-the--3aa58cb.patch
@ -18897,6 +19025,7 @@
patches.suse/serial-max310x-prevent-infinite-while-loop-in-port-s.patch
patches.suse/misc-fastrpc-Mark-all-sessions-as-invalid-in-cb_remo.patch
patches.suse/xfs-reset-XFS_ATTR_INCOMPLETE-filter-on-node-removal.patch
patches.suse/btrfs-do-not-ASSERT-if-the-newly-created-subvolume-a.patch
patches.suse/KVM-s390-vsie-fix-race-during-shadow-creation.patch
patches.suse/KVM-s390-fix-cc-for-successful-PQAP.patch
patches.suse/KVM-x86-Check-irqchip-mode-before-create-PIT.patch
@ -18916,18 +19045,29 @@
patches.suse/wifi-iwlwifi-fix-double-free-bug.patch
patches.suse/wifi-cfg80211-fix-wiphy-delayed-work-queueing.patch
patches.suse/wifi-mac80211-fix-RCU-use-in-TDLS-fast-xmit.patch
patches.suse/wifi-mac80211-set-station-RX-NSS-on-reconfig.patch
patches.suse/wifi-mac80211-fix-waiting-for-beacons-logic.patch
patches.suse/wifi-mac80211-adding-missing-drv_mgd_complete_tx-cal.patch
patches.suse/wifi-mac80211-accept-broadcast-probe-responses-on-6-.patch
patches.suse/wifi-iwlwifi-exit-eSR-only-after-the-FW-does.patch
patches.suse/wifi-iwlwifi-do-not-announce-EPCS-support.patch
patches.suse/wifi-brcmfmac-Adjust-n_channels-usage-for-__counted_.patch
patches.suse/octeontx2-af-Initialize-maps.patch
patches.suse/s390-qeth-Fix-potential-loss-of-L3-IP-in-case-of-network-issues.patch
patches.suse/netfilter-nft_set_rbtree-skip-end-interval-element-f.patch
patches.suse/drm-nouveau-fix-several-DMA-buffer-leaks.patch
patches.suse/drm-nouveau-nvkm_gsp_radix3_sg-should-use-nvkm_gsp_m.patch
patches.suse/drm-i915-gvt-Fix-uninitialized-variable-in-handle_mm.patch
patches.suse/drm-amd-display-Fix-panel_cntl-could-be-null-in-dcn2.patch
patches.suse/drm-amd-display-Add-NULL-test-for-timing-generator-i.patch
patches.suse/drm-amdgpu-skip-to-program-GFXDEC-registers-for-susp.patch
patches.suse/drm-amdgpu-reset-gpu-for-s3-suspend-abort-case.patch
patches.suse/drm-amdgpu-Fix-shared-buff-copy-to-user.patch
patches.suse/drm-amd-display-Fix-MST-Null-Ptr-for-RV.patch
patches.suse/drm-amdgpu-Avoid-fetching-VRAM-vendor-info.patch
patches.suse/drm-amd-display-Increase-frame-larger-than-for-all-d.patch
patches.suse/drm-amd-display-Implement-bounds-check-for-stream-en.patch
patches.suse/drm-amdgpu-Fix-HDP-flush-for-VFs-on-nbio-v7.9.patch
patches.suse/drm-msm-dpu-fix-kernel-doc-warnings.patch
patches.suse/drm-msms-dp-fixed-link-clock-divider-bits-be-over-wr.patch
patches.suse/drm-msm-dp-return-correct-Colorimetry-for-DP_TEST_DY.patch
@ -18937,12 +19077,16 @@
patches.suse/hwmon-aspeed-pwm-tacho-mutex-for-tach-reading.patch
patches.suse/hwmon-coretemp-Fix-out-of-bounds-memory-access.patch
patches.suse/hwmon-coretemp-Fix-bogus-core_id-to-attr-name-mappin.patch
patches.suse/hwmon-coretemp-Enlarge-per-package-core-count-limit.patch
patches.suse/PCI-dwc-Fix-a-64bit-bug-in-dw_pcie_ep_raise_msix_irq.patch
patches.suse/efi-runtime-Fix-potential-overflow-of-soft-reserved-.patch
patches.suse/efi-Don-t-add-memblocks-for-soft-reserved-memory.patch
patches.suse/tracing-probes-Fix-to-show-a-parse-error-for-bad-type-for-comm.patch
patches.suse/ftrace-Fix-DIRECT_CALLS-to-use-SAVE_REGS-by-default.patch
patches.suse/tracing-Fix-wasted-memory-in-saved_cmdlines-logic.patch
patches.suse/scsi-core-Move-scsi_host_busy-out-of-host-lock-if-it-is-for-per-command.patch
patches.suse/scsi-lpfc-Use-unsigned-type-for-num_sge.patch
patches.suse/firewire-core-send-bus-reset-promptly-on-gap-count-e.patch
patches.suse/nvme-host-fix-the-updating-of-the-firmware-version.patch
patches.suse/nilfs2-fix-data-corruption-in-dsync-block-recovery-f.patch
patches.suse/x86-fpu-Stop-relying-on-userspace-for-info-to-fault-in-xsa.patch
@ -18957,6 +19101,10 @@
patches.suse/bonding-do-not-report-NETDEV_XDP_ACT_XSK_ZEROCOPY.patch
patches.suse/net-openvswitch-limit-the-number-of-recursions-from-.patch
patches.suse/lan966x-Fix-crash-when-adding-interface-under-a-lag.patch
patches.suse/net-tls-factor-out-tls_-crypt_async_wait.patch
patches.suse/tls-fix-race-between-async-notify-and-socket-close.patch
patches.suse/tls-fix-race-between-tx-work-scheduling-and-socket-c.patch
patches.suse/net-tls-handle-backlogging-of-crypto-requests.patch
patches.suse/tcp-move-tp-scaling_ratio-to-tcp_sock_read_txrx-grou.patch
patches.suse/tcp-move-tp-tcp_usec_ts-to-tcp_sock_read_txrx-group.patch
patches.suse/net-device-move-lstats-in-net_device_read_txrx.patch
@ -18986,6 +19134,7 @@
patches.suse/drm-crtc-fix-uninitialized-variable-use-even-harder.patch
patches.suse/drm-buddy-Fix-alloc_range-error-handling-code.patch
patches.suse/drm-i915-dsc-Fix-the-macro-that-calculates-DSCC_-DSC.patch
patches.suse/drm-i915-dp-Limit-SST-link-rate-to-8.1Gbps.patch
patches.suse/drm-amdkfd-Fix-L2-cache-size-reporting-in-GFX9.4.3.patch
patches.suse/drm-amd-display-Initialize-wait_time_microsec-variab.patch
patches.suse/drm-amd-display-Fix-possible-use-of-uninitialized-ma.patch
@ -18993,8 +19142,11 @@
patches.suse/drm-amd-Stop-evicting-resources-on-APUs-in-suspend.patch
patches.suse/Revert-drm-amd-flush-any-delayed-gfxoff-on-suspend-e.patch
patches.suse/drm-amd-display-Add-align-done-check.patch
patches.suse/Revert-drm-amd-display-increased-min_dcfclk_mhz-and-.patch
patches.suse/drm-amd-display-Fix-possible-NULL-dereference-on-dev.patch
patches.suse/drm-amd-display-Preserve-original-aspect-ratio-in-cr.patch
patches.suse/drm-amd-display-Fix-array-index-out-of-bounds-in-dcn.patch
patches.suse/drm-amd-display-fixed-integer-types-and-null-check-l.patch
patches.suse/drm-amdgpu-soc21-update-VCN-4-max-HEVC-encoding-reso.patch
patches.suse/drm-amdgpu-display-Initialize-gamma-correction-mode-.patch
patches.suse/drm-msm-gem-Fix-double-resv-lock-aquire.patch
@ -19107,6 +19259,8 @@
patches.suse/drm-syncobj-call-drm_syncobj_fence_add_wait-when-WAI.patch
patches.suse/drm-syncobj-handle-NULL-fence-in-syncobj_eventfd_ent.patch
patches.suse/drm-i915-tv-Fix-TV-mode.patch
patches.suse/drm-amd-display-adjust-few-initialization-order-in-d.patch
patches.suse/drm-amd-display-Only-allow-dig-mapping-to-pwrseq-in-.patch
patches.suse/drm-amd-display-Fix-potential-null-pointer-dereferen.patch
patches.suse/drm-amd-display-Fix-memory-leak-in-dm_sw_fini.patch
patches.suse/drm-amd-display-fix-null-pointer-dereference-on-edid.patch
@ -19138,6 +19292,7 @@
patches.suse/Revert-usb-typec-tcpm-reset-counter-when-enter-into-.patch
patches.suse/usb-gadget-ncm-Avoid-dropping-datagrams-of-properly-.patch
patches.suse/usb-typec-tpcm-Fix-issues-with-power-being-removed-d.patch
patches.suse/docs-Instruct-LaTeX-to-cope-with-deeper-nesting.patch
patches.suse/mtd-spinand-gigadevice-Fix-the-get-ecc-status-issue.patch
patches.suse/mtd-rawnand-marvell-fix-layouts.patch
patches.suse/crypto-arm64-neonbs-fix-out-of-bounds-access-on-shor.patch
@ -19145,6 +19300,9 @@
patches.suse/net-usb-dm9601-fix-wrong-return-value-in-dm9601_mdio.patch
patches.suse/net-lan78xx-fix-softirq-work-is-pending-error.patch
patches.suse/wifi-nl80211-reject-iftype-change-with-mesh-ID-chang.patch
patches.suse/tls-decrement-decrypt_pending-if-no-async-completion.patch
patches.suse/tls-separate-no-async-decryption-request-handling-fr.patch
patches.suse/tls-fix-use-after-free-on-failed-backlog-decryption.patch
patches.suse/Bluetooth-hci_bcm4377-do-not-mark-valid-bd_addr-as-i.patch
patches.suse/Bluetooth-hci_sync-Check-the-correct-flag-before-sta.patch
patches.suse/Bluetooth-Avoid-potential-use-after-free-in-hci_erro.patch
@ -19153,6 +19311,45 @@
patches.suse/Bluetooth-hci_event-Fix-handling-of-HCI_EV_IO_CAPA_R.patch
patches.suse/Bluetooth-Enforce-validation-on-max-value-of-connect.patch
patches.suse/Bluetooth-qca-Fix-wrong-event-type-for-patch-config-.patch
patches.suse/tomoyo-fix-UAF-write-bug-in-tomoyo_write_control.patch
patches.suse/soc-qcom-pmic_glink-Fix-boot-when-QRTR-m.patch
patches.suse/drm-tegra-Remove-existing-framebuffer-only-if-we-sup.patch
patches.suse/fbcon-always-restore-the-old-font-data-in-fbcon_do_s.patch
patches.suse/drm-buddy-fix-range-bias.patch
patches.suse/drm-amd-display-Prevent-potential-buffer-overflow-in.patch
patches.suse/drm-amdgpu-pm-Fix-the-power1_min_cap-value.patch
patches.suse/Revert-drm-amd-pm-resolve-reboot-exception-for-si-ol.patch
patches.suse/drm-amd-display-Add-monitor-patch-for-specific-eDP-b7cdccc.patch
patches.suse/drm-nouveau-keep-DMA-buffers-required-for-suspend-re.patch
patches.suse/ALSA-firewire-lib-fix-to-check-cycle-continuity.patch
patches.suse/ALSA-hda-realtek-Fix-top-speaker-connection-on-Dell-.patch
patches.suse/ALSA-hda-realtek-Enable-Mute-LED-on-HP-840-G8-MB-8AB.patch
patches.suse/ALSA-ump-Fix-the-discard-error-code-from-snd_ump_leg.patch
patches.suse/ALSA-Drop-leftover-snd-rtctimer-stuff-from-Makefile.patch
patches.suse/ALSA-hda-realtek-fix-mute-micmute-LED-For-HP-mt440.patch
patches.suse/ALSA-hda-realtek-tas2781-enable-subwoofer-volume-con.patch
patches.suse/ALSA-hda-realtek-Add-special-fixup-for-Lenovo-14IRP8.patch
patches.suse/ALSA-hda-realtek-ALC285-reduce-pop-noise-from-Headph.patch
patches.suse/ASoC-cs35l56-Must-clear-HALO_STATE-before-issuing-SY.patch
patches.suse/ASoC-qcom-Fix-uninitialized-pointer-dmactl.patch
patches.suse/efi-capsule-loader-fix-incorrect-allocation-size.patch
patches.suse/efivarfs-Request-at-most-512-bytes-for-variable-name.patch
patches.suse/mmc-core-Fix-eMMC-initialization-with-1-bit-bus-conn.patch
patches.suse/mmc-mmci-stm32-fix-DMA-API-overlapping-mappings-warn.patch
patches.suse/mmc-sdhci-xenon-fix-PHY-init-clock-stability.patch
patches.suse/mmc-sdhci-xenon-add-timeout-for-PHY-init-complete.patch
patches.suse/btrfs-fix-double-free-of-anonymous-device-after-snap.patch
patches.suse/kbuild-Add-Wa-fatal-warnings-to-as-instr-invocation.patch
patches.suse/power-supply-bq27xxx-i2c-Do-not-free-non-existing-IR.patch
patches.suse/gpio-74x164-Enable-output-pins-after-registers-are-r.patch
patches.suse/gpiolib-Fix-the-error-path-order-in-gpiochip_add_dat.patch
patches.suse/gpio-fix-resource-unwinding-order-in-error-path.patch
patches.suse/dmaengine-fsl-qdma-fix-SoC-may-hang-on-16-byte-unali.patch
patches.suse/dmaengine-fsl-qdma-init-irq-after-reg-initialization.patch
patches.suse/dmaengine-idxd-Ensure-safe-user-copy-of-completion-r.patch
patches.suse/dmaengine-ptdma-use-consistent-DMA-masks.patch
patches.suse/phy-freescale-phy-fsl-imx8-mipi-dphy-Fix-alias-name-.patch
patches.suse/integrity-eliminate-unnecessary-Problem-loading-X.50.patch
# jejb/scsi for-next
patches.suse/scsi-mpt3sas-Reload-SBR-without-rebooting-HBA.patch
@ -19180,6 +19377,7 @@
patches.suse/powerpc-smp-Lookup-avail-once-per-device-tree-node.patch
patches.suse/powerpc-smp-Factor-out-assign_threads.patch
patches.suse/powerpc-smp-Remap-boot-CPU-onto-core-0-if-nr_cpu_ids.patch
patches.suse/powerpc-Add-Power11-architected-and-raw-mode.patch
patches.suse/powerpc-pseries-Add-a-clear-modifier-to-ibm-pa-pi-fe.patch
patches.suse/powerpc-pseries-Set-CPU_FTR_DBELL-according-to-ibm-p.patch
@ -19282,6 +19480,7 @@
patches.suse/0006-mm-page_owner-Filter-out-stacks-by-a-threshold.patch
patches.suse/0007-mm-page_owner-Update-Documentation-regarding-page_ow.patch
patches.suse/mm-mmap-fix-vma_merge-case-7.patch
patches.suse/Bluetooth-btmtk-Add-MODULE_FIRMWARE-for-MT7922.patch
########################################################
# kbuild/module infrastructure fixes
@ -19421,6 +19620,7 @@
patches.suse/NFC-SUSE-specific-brutal-fix-for-runtime-PM.patch
patches.suse/net-allow-retransmitting-a-TCP-packet-if-original-is.patch
patches.suse/powerpc-pseries-mobility-notify-network-peers-after-.patch
patches.suse/netfilter-nf_tables-fix-64-bit-load-issue-in-nft_byt.patch
########################################################
# BPF
@ -19467,7 +19667,7 @@
# FIPS
patches.suse/0001-crypto-implement-downstream-solution-for-disabling-d.patch
+nstange patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
patches.suse/0002-crypto-populate-downstream-list-of-drivers-unapprove.patch
patches.suse/crypto-ecdh-implement-FIPS-PCT.patch
patches.suse/crypto-dh-implement-FIPS-PCT.patch
patches.suse/crypto-seqiv-flag-instantiations-as-fips-compliant.patch
@ -19668,6 +19868,7 @@
########################################################
# kABI consistency patches
########################################################
patches.kabi/bpf-bpf_prog_aux-kABI-workaround.patch
########################################################
# SLE15-SP3 OOT performance patches evaluated but left

View File

@ -1,3 +1,3 @@
2024-03-02 07:36:07 +0000
GIT Revision: b599b6792b5e73264ffa33bdae47b19dc43f9401
2024-03-07 11:35:32 +0000
GIT Revision: dacef75e68efe93975d261181ecdeb4ef168ddab
GIT Branch: ALP-current