Sync from SUSE:ALP:Source:Standard:1.0 kernel-source revision 8307004694f58bc91ad7a72565535883
This commit is contained in:
parent
3908250375
commit
3dee6ff612
23
README.SUSE
23
README.SUSE
@ -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)
BIN
config.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -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
|
||||
|
||||
|
845
dtb-aarch64.spec
845
dtb-aarch64.spec
File diff suppressed because it is too large
Load Diff
@ -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)
BIN
kabi.tar.bz2
(Stored with Git LFS)
Binary file not shown.
@ -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
|
||||
|
||||
|
1715
kernel-64kb.spec
1715
kernel-64kb.spec
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
1703
kernel-debug.spec
1703
kernel-debug.spec
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
1825
kernel-default.spec
1825
kernel-default.spec
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
1739
kernel-kvmsmall.spec
1739
kernel-kvmsmall.spec
File diff suppressed because it is too large
Load Diff
@ -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)}
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||