forked from pool/kernel-source-longterm
commit ef1c32e97fd16930e4d8036348d1da5807bc1a65
OBS-URL: https://build.opensuse.org/package/show/Kernel:slowroll/kernel-source-longterm?expand=0&rev=14
This commit is contained in:
committed by
Git OBS Bridge
parent
514fcc94ea
commit
b95bf57796
@@ -1,3 +1,743 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 26 09:45:50 CET 2024 - rfrohl@suse.com
|
||||
|
||||
- x86/lib: Fix overflow when counting digits (bsc#1218052).
|
||||
- x86/mce/inject: Clear test status value (bsc#1218052).
|
||||
- EDAC/thunderx: Fix possible out-of-bounds string access
|
||||
(bsc#1218052).
|
||||
- powerpc: remove checks for binutils older than 2.25
|
||||
(bsc#1218052).
|
||||
- powerpc: add crtsavres.o to always-y instead of extra-y
|
||||
(bsc#1218052).
|
||||
- powerpc/44x: select I2C for CURRITUCK (bsc#1218052).
|
||||
- powerpc/pseries/memhp: Fix access beyond end of drmem array
|
||||
(bsc#1218052).
|
||||
- selftests/powerpc: Fix error handling in FPU/VMX preemption
|
||||
tests (bsc#1218052).
|
||||
- powerpc/powernv: Add a null pointer check to
|
||||
scom_debug_init_one() (bsc#1218052).
|
||||
- powerpc/powernv: Add a null pointer check in opal_event_init()
|
||||
(bsc#1218052).
|
||||
- powerpc/powernv: Add a null pointer check in
|
||||
opal_powercap_init() (bsc#1218052).
|
||||
- powerpc/imc-pmu: Add a null pointer check in
|
||||
update_events_in_group() (bsc#1218052).
|
||||
- spi: spi-zynqmp-gqspi: fix driver kconfig dependencies
|
||||
(bsc#1218052).
|
||||
- mtd: rawnand: Increment IFC_TIMEOUT_MSECS for nand controller
|
||||
response (bsc#1218052).
|
||||
- ACPI: video: check for error while searching for backlight
|
||||
device parent (bsc#1218052).
|
||||
- ACPI: LPIT: Avoid u32 multiplication overflow (bsc#1218052).
|
||||
- KEYS: encrypted: Add check for strsep (bsc#1218052).
|
||||
- platform/x86/intel/vsec: Enhance and Export intel_vsec_add_aux()
|
||||
(bsc#1218052).
|
||||
- platform/x86/intel/vsec: Support private data (bsc#1218052).
|
||||
- platform/x86/intel/vsec: Use mutex for ida_alloc() and
|
||||
ida_free() (bsc#1218052).
|
||||
- platform/x86/intel/vsec: Fix xa_alloc memory leak (bsc#1218052).
|
||||
- of: Add of_property_present() helper (bsc#1218052).
|
||||
- cpufreq: Use of_property_present() for testing DT property
|
||||
presence (bsc#1218052).
|
||||
- cpufreq: scmi: process the result of
|
||||
devm_of_clk_add_hw_provider() (bsc#1218052).
|
||||
- calipso: fix memory leak in netlbl_calipso_add_pass()
|
||||
(bsc#1218052).
|
||||
- efivarfs: force RO when remounting if SetVariable is not
|
||||
supported (bsc#1218052).
|
||||
- efivarfs: Free s_fs_info on unmount (bsc#1218052).
|
||||
- spi: sh-msiof: Enforce fixed DTDL for R-Car H3 (bsc#1218052).
|
||||
- ACPI: LPSS: Fix the fractional clock divider flags
|
||||
(bsc#1218052).
|
||||
- ACPI: extlog: Clear Extended Error Log status when RAS_CEC
|
||||
handled the error (bsc#1218052).
|
||||
- kunit: debugfs: Fix unchecked dereference in
|
||||
debugfs_print_results() (bsc#1218052).
|
||||
- mtd: Fix gluebi NULL pointer dereference caused by ftl notifier
|
||||
(bsc#1218052).
|
||||
- selinux: Fix error priority for bind with AF_UNSPEC on PF_INET6
|
||||
socket (bsc#1218052).
|
||||
- crypto: virtio - Handle dataq logic with tasklet (bsc#1218052).
|
||||
- crypto: sa2ul - Return crypto_aead_setkey to transfer the error
|
||||
(bsc#1218052).
|
||||
- crypto: ccp - fix memleak in ccp_init_dm_workarea (bsc#1218052).
|
||||
- crypto: af_alg - Disallow multiple in-flight AIO requests
|
||||
(bsc#1218052).
|
||||
- crypto: safexcel - Add error handling for dma_map_sg() calls
|
||||
(bsc#1218052).
|
||||
- crypto: sahara - remove FLAGS_NEW_KEY logic (bsc#1218052).
|
||||
- crypto: sahara - fix cbc selftest failure (bsc#1218052).
|
||||
- crypto: sahara - fix ahash selftest failure (bsc#1218052).
|
||||
- crypto: sahara - fix processing requests with cryptlen <
|
||||
sg->length (bsc#1218052).
|
||||
- crypto: sahara - fix error handling in
|
||||
sahara_hw_descriptor_create() (bsc#1218052).
|
||||
- crypto: hisilicon/qm - save capability registers in qm init
|
||||
process (bsc#1218052).
|
||||
- crypto: hisilicon/zip - add zip comp high perf mode
|
||||
configuration (bsc#1218052).
|
||||
- crypto: hisilicon/qm - add a function to set qm algs
|
||||
(bsc#1218052).
|
||||
- crypto: hisilicon/hpre - save capability registers in probe
|
||||
process (bsc#1218052).
|
||||
- crypto: hisilicon/sec2 - save capability registers in probe
|
||||
process (bsc#1218052).
|
||||
- crypto: hisilicon/zip - save capability registers in probe
|
||||
process (bsc#1218052).
|
||||
- pstore: ram_core: fix possible overflow in
|
||||
persistent_ram_init_ecc() (bsc#1218052).
|
||||
- erofs: fix memory leak on short-lived bounced pages
|
||||
(bsc#1218052).
|
||||
- fs: indicate request originates from old mount API
|
||||
(bsc#1218052).
|
||||
- gfs2: Fix kernel NULL pointer dereference in gfs2_rgrp_dump
|
||||
(bsc#1218052).
|
||||
- crypto: virtio - Wait for tasklet to complete on device remove
|
||||
(bsc#1218052).
|
||||
- crypto: sahara - avoid skcipher fallback code duplication
|
||||
(bsc#1218052).
|
||||
- crypto: sahara - handle zero-length aes requests (bsc#1218052).
|
||||
- crypto: sahara - fix ahash reqsize (bsc#1218052).
|
||||
- crypto: sahara - fix wait_for_completion_timeout() error
|
||||
handling (bsc#1218052).
|
||||
- crypto: sahara - improve error handling in sahara_sha_process()
|
||||
(bsc#1218052).
|
||||
- crypto: sahara - fix processing hash requests with req->nbytes <
|
||||
sg->length (bsc#1218052).
|
||||
- crypto: sahara - do not resize req->src when doing hash
|
||||
operations (bsc#1218052).
|
||||
- crypto: scomp - fix req->dst buffer overflow (bsc#1218052).
|
||||
- csky: fix arch_jump_label_transform_static override
|
||||
(bsc#1218052).
|
||||
- blocklayoutdriver: Fix reference leak of pnfs_device_node
|
||||
(bsc#1218052).
|
||||
- NFSv4.1/pnfs: Ensure we handle the error NFS4ERR_RETURNCONFLICT
|
||||
(bsc#1218052).
|
||||
- SUNRPC: fix _xprt_switch_find_current_entry logic (bsc#1218052).
|
||||
- pNFS: Fix the pnfs block driver's calculation of layoutget size
|
||||
(bsc#1218052).
|
||||
- wifi: plfxlc: check for allocation failure in
|
||||
plfxlc_usb_wreq_async() (bsc#1218052).
|
||||
- wifi: rtw88: fix RX filter in FIF_ALLMULTI flag (bsc#1218052).
|
||||
- bpf, lpm: Fix check prefixlen before walking trie (bsc#1218052).
|
||||
- bpf: Add crosstask check to __bpf_get_stack (bsc#1218052).
|
||||
- wifi: ath11k: Defer on rproc_get failure (bsc#1218052).
|
||||
- wifi: libertas: stop selecting wext (bsc#1218052).
|
||||
- ARM: dts: qcom: apq8064: correct XOADC register address
|
||||
(bsc#1218052).
|
||||
- net/ncsi: Fix netlink major/minor version numbers (bsc#1218052).
|
||||
- firmware: ti_sci: Fix an off-by-one in ti_sci_debugfs_create()
|
||||
(bsc#1218052).
|
||||
- firmware: meson_sm: populate platform devices from sm device
|
||||
tree data (bsc#1218052).
|
||||
- wifi: rtlwifi: rtl8821ae: phy: fix an undefined bitwise shift
|
||||
behavior (bsc#1218052).
|
||||
- arm64: dts: ti: k3-am62a-main: Fix GPIO pin count in DT nodes
|
||||
(bsc#1218052).
|
||||
- arm64: dts: ti: k3-am65-main: Fix DSS irq trigger type
|
||||
(bsc#1218052).
|
||||
- selftests/bpf: Fix erroneous bitmask operation (bsc#1218052).
|
||||
- md: synchronize flush io with array reconfiguration
|
||||
(bsc#1218052).
|
||||
- bpf: enforce precision of R0 on callback return (bsc#1218052).
|
||||
- ARM: dts: qcom: sdx65: correct SPMI node name (bsc#1218052).
|
||||
- arm64: dts: qcom: sc7180: Make watchdog bark interrupt edge
|
||||
triggered (bsc#1218052).
|
||||
- arm64: dts: qcom: sc7280: Mark some nodes as 'reserved'
|
||||
(bsc#1218052).
|
||||
- arm64: dts: qcom: sc7280: Make watchdog bark interrupt edge
|
||||
triggered (bsc#1218052).
|
||||
- arm64: dts: qcom: sdm845: Make watchdog bark interrupt edge
|
||||
triggered (bsc#1218052).
|
||||
- arm64: dts: qcom: sm8150: Make watchdog bark interrupt edge
|
||||
triggered (bsc#1218052).
|
||||
- arm64: dts: qcom: sm8250: Make watchdog bark interrupt edge
|
||||
triggered (bsc#1218052).
|
||||
- arm64: dts: qcom: sc8280xp: Make watchdog bark interrupt edge
|
||||
triggered (bsc#1218052).
|
||||
- arm64: dts: qcom: sm6350: Make watchdog bark interrupt edge
|
||||
triggered (bsc#1218052).
|
||||
- rcu-tasks: Provide rcu_trace_implies_rcu_gp() (bsc#1218052).
|
||||
- bpf: add percpu stats for bpf_map elements insertions/deletions
|
||||
(bsc#1218052).
|
||||
- bpf: Add map and need_defer parameters to .map_fd_put_ptr()
|
||||
(bsc#1218052).
|
||||
- bpf: Defer the free of inner map when necessary (bsc#1218052).
|
||||
- selftests/net: specify the interface when do arping
|
||||
(bsc#1218052).
|
||||
- bpf: fix check for attempt to corrupt spilled pointer
|
||||
(bsc#1218052).
|
||||
- scsi: fnic: Return error if vmalloc() failed (bsc#1218052).
|
||||
- arm64: dts: qcom: qrb5165-rb5: correct LED panic indicator
|
||||
(bsc#1218052).
|
||||
- arm64: dts: qcom: sdm845-db845c: correct LED panic indicator
|
||||
(bsc#1218052).
|
||||
- arm64: dts: qcom: sm8350: Fix DMA0 address (bsc#1218052).
|
||||
- arm64: dts: qcom: sc7280: Fix up GPU SIDs (bsc#1218052).
|
||||
- arm64: dts: qcom: sc7280: Mark Adreno SMMU as DMA coherent
|
||||
(bsc#1218052).
|
||||
- arm64: dts: qcom: sc7280: fix usb_2 wakeup interrupt types
|
||||
(bsc#1218052).
|
||||
- wifi: mt76: mt7921s: fix workqueue problem causes STA
|
||||
association fail (bsc#1218052).
|
||||
- bpf: Fix verification of indirect var-off stack access
|
||||
(bsc#1218052).
|
||||
- arm64: dts: hisilicon: hikey970-pmic: fix regulator cells
|
||||
properties (bsc#1218052).
|
||||
- dt-bindings: media: mediatek: mdp3: correct RDMA and WROT node
|
||||
with generic names (bsc#1218052).
|
||||
- arm64: dts: mediatek: mt8183: correct MDP3 DMA-related nodes
|
||||
(bsc#1218052).
|
||||
- wifi: mt76: mt7921: fix country count limitation for CLC
|
||||
(bsc#1218052).
|
||||
- selftests/bpf: Relax time_tai test for equal timestamps in
|
||||
tai_forward (bsc#1218052).
|
||||
- block: Set memalloc_noio to false on device_add_disk() error
|
||||
path (bsc#1218052).
|
||||
- arm64: dts: renesas: white-hawk-cpu: Fix missing serial console
|
||||
pin control (bsc#1218052).
|
||||
- arm64: dts: imx8mm: Reduce GPU to nominal speed (bsc#1218052).
|
||||
- scsi: hisi_sas: Replace with standard error code return value
|
||||
(bsc#1218052).
|
||||
- scsi: hisi_sas: Rollback some operations if FLR failed
|
||||
(bsc#1218052).
|
||||
- scsi: hisi_sas: Correct the number of global debugfs registers
|
||||
(bsc#1218052).
|
||||
- ARM: dts: stm32: don't mix SCMI and non-SCMI board compatibles
|
||||
(bsc#1218052).
|
||||
- selftests/net: fix grep checking for fib_nexthop_multiprefix
|
||||
(bsc#1218052).
|
||||
- ipmr: support IP_PKTINFO on cache report IGMP msg (bsc#1218052).
|
||||
- virtio/vsock: fix logic which reduces credit update messages
|
||||
(bsc#1218052).
|
||||
- dma-mapping: clear dev->dma_mem to NULL after freeing it
|
||||
(bsc#1218052).
|
||||
- soc: qcom: llcc: Fix dis_cap_alloc and retain_on_pc
|
||||
configuration (bsc#1218052).
|
||||
- arm64: dts: qcom: sm8150-hdk: fix SS USB regulators
|
||||
(bsc#1218052).
|
||||
- block: add check of 'minors' and 'first_minor' in
|
||||
device_add_disk() (bsc#1218052).
|
||||
- arm64: dts: qcom: sc7280: Mark SDHCI hosts as cache-coherent
|
||||
(bsc#1218052).
|
||||
- arm64: dts: qcom: ipq6018: fix clock rates for
|
||||
GCC_USB0_MOCK_UTMI_CLK (bsc#1218052).
|
||||
- arm64: dts: qcom: ipq6018: improve pcie phy pcs reg table
|
||||
(bsc#1218052).
|
||||
- arm64: dts: qcom: ipq6018: Use lowercase hex (bsc#1218052).
|
||||
- arm64: dts: qcom: ipq6018: Pad addresses to 8 hex digits
|
||||
(bsc#1218052).
|
||||
- arm64: dts: qcom: ipq6018: Fix up indentation (bsc#1218052).
|
||||
- wifi: rtlwifi: add calculate_bit_shift() (bsc#1218052).
|
||||
- wifi: rtlwifi: rtl8188ee: phy: using calculate_bit_shift()
|
||||
(bsc#1218052).
|
||||
- wifi: rtlwifi: rtl8192c: using calculate_bit_shift()
|
||||
(bsc#1218052).
|
||||
- wifi: rtlwifi: rtl8192cu: using calculate_bit_shift()
|
||||
(bsc#1218052).
|
||||
- wifi: rtlwifi: rtl8192ce: using calculate_bit_shift()
|
||||
(bsc#1218052).
|
||||
- wifi: rtlwifi: rtl8192de: using calculate_bit_shift()
|
||||
(bsc#1218052).
|
||||
- wifi: rtlwifi: rtl8192ee: using calculate_bit_shift()
|
||||
(bsc#1218052).
|
||||
- wifi: rtlwifi: rtl8192se: using calculate_bit_shift()
|
||||
(bsc#1218052).
|
||||
- wifi: iwlwifi: mvm: set siso/mimo chains to 1 in FW SMPS request
|
||||
(bsc#1218052).
|
||||
- wifi: iwlwifi: mvm: send TX path flush in rfkill (bsc#1218052).
|
||||
- netfilter: nf_tables: mark newset as dead on transaction abort
|
||||
(bsc#1218052).
|
||||
- Bluetooth: Fix bogus check for re-auth no supported with non-ssp
|
||||
(bsc#1218052).
|
||||
- Bluetooth: btmtkuart: fix recv_buf() return value (bsc#1218052).
|
||||
- block: make BLK_DEF_MAX_SECTORS unsigned (bsc#1218052).
|
||||
- null_blk: don't cap max_hw_sectors to BLK_DEF_MAX_SECTORS
|
||||
(bsc#1218052).
|
||||
- bpf: sockmap, fix proto update hook to avoid dup calls
|
||||
(bsc#1218052).
|
||||
- sctp: support MSG_ERRQUEUE flag in recvmsg() (bsc#1218052).
|
||||
- sctp: fix busy polling (bsc#1218052).
|
||||
- net/sched: act_ct: fix skb leak and crash on ooo frags
|
||||
(bsc#1218052).
|
||||
- mlxbf_gige: Fix intermittent no ip issue (bsc#1218052).
|
||||
- mlxbf_gige: Enable the GigE port in mlxbf_gige_open
|
||||
(bsc#1218052).
|
||||
- ip6_tunnel: fix NEXTHDR_FRAGMENT handling in
|
||||
ip6_tnl_parse_tlv_enc_lim() (bsc#1218052).
|
||||
- ARM: davinci: always select CONFIG_CPU_ARM926T (bsc#1218052).
|
||||
- Revert "drm/tidss: Annotate dma-fence critical section in
|
||||
commit path" (bsc#1218052).
|
||||
- Revert "drm/omapdrm: Annotate dma-fence critical section in
|
||||
commit path" (bsc#1218052).
|
||||
- drm/panfrost: Really power off GPU cores in
|
||||
panfrost_gpu_power_off() (bsc#1218052).
|
||||
- RDMA/usnic: Silence uninitialized symbol smatch warnings
|
||||
(bsc#1218052).
|
||||
- RDMA/hns: Fix inappropriate err code for unsupported operations
|
||||
(bsc#1218052).
|
||||
- drm/panel-elida-kd35t133: hold panel in reset for unprepare
|
||||
(bsc#1218052).
|
||||
- drm/nouveau/fence:: fix warning directly dereferencing a rcu
|
||||
pointer (bsc#1218052).
|
||||
- drm/bridge: tpd12s015: Drop buggy __exit annotation for remove
|
||||
function (bsc#1218052).
|
||||
- drm/tilcdc: Fix irq free on unload (bsc#1218052).
|
||||
- media: pvrusb2: fix use after free on context disconnection
|
||||
(bsc#1218052).
|
||||
- media: mtk-jpegdec: export jpeg decoder functions (bsc#1218052).
|
||||
- media: mtk-jpeg: Remove cancel worker in mtk_jpeg_remove to
|
||||
avoid the crash of multi-core JPEG devices (bsc#1218052).
|
||||
- media: verisilicon: Hook the (TRY_)DECODER_CMD stateless ioctls
|
||||
(bsc#1218052).
|
||||
- media: rkvdec: Hook the (TRY_)DECODER_CMD stateless ioctls
|
||||
(bsc#1218052).
|
||||
- drm/bridge: Fix typo in post_disable() description
|
||||
(bsc#1218052).
|
||||
- f2fs: fix to avoid dirent corruption (bsc#1218052).
|
||||
- drm/radeon/r600_cs: Fix possible int overflows in
|
||||
r600_cs_check_reg() (bsc#1218052).
|
||||
- drm/radeon/r100: Fix integer overflow issues in
|
||||
r100_cs_track_check() (bsc#1218052).
|
||||
- drm/radeon: check return value of radeon_ring_lock()
|
||||
(bsc#1218052).
|
||||
- drm/tidss: Move reset to the end of dispc_init() (bsc#1218052).
|
||||
- drm/tidss: Return error value from from softreset (bsc#1218052).
|
||||
- drm/tidss: Check for K2G in in dispc_softreset() (bsc#1218052).
|
||||
- drm/tidss: Fix dss reset (bsc#1218052).
|
||||
- ASoC: cs35l33: Fix GPIO name and drop legacy include
|
||||
(bsc#1218052).
|
||||
- ASoC: cs35l34: Fix GPIO name and drop legacy include
|
||||
(bsc#1218052).
|
||||
- drm/msm/mdp4: flush vblank event on disable (bsc#1218052).
|
||||
- drm/msm/dsi: Use pm_runtime_resume_and_get to prevent refcnt
|
||||
leaks (bsc#1218052).
|
||||
- drm/drv: propagate errors from drm_modeset_register_all()
|
||||
(bsc#1218052).
|
||||
- ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch
|
||||
(bsc#1218052).
|
||||
- drm/panfrost: Ignore core_mask for poweroff and disable PWRTRANS
|
||||
irq (bsc#1218052).
|
||||
- drm/radeon: check the alloc_workqueue return value in
|
||||
radeon_crtc_init() (bsc#1218052).
|
||||
- drm/radeon/dpm: fix a memleak in sumo_parse_power_table
|
||||
(bsc#1218052).
|
||||
- drm/radeon/trinity_dpm: fix a memleak in
|
||||
trinity_parse_power_table (bsc#1218052).
|
||||
- drm/bridge: cdns-mhdp8546: Fix use of uninitialized variable
|
||||
(bsc#1218052).
|
||||
- drm/bridge: tc358767: Fix return value on error case
|
||||
(bsc#1218052).
|
||||
- media: cx231xx: fix a memleak in cx231xx_init_isoc
|
||||
(bsc#1218052).
|
||||
- RDMA/hns: Fix memory leak in free_mr_init() (bsc#1218052).
|
||||
- clk: qcom: gpucc-sm8150: Update the gpu_cc_pll1 config
|
||||
(bsc#1218052).
|
||||
- media: imx-mipi-csis: Fix clock handling in remove()
|
||||
(bsc#1218052).
|
||||
- media: dt-bindings: media: rkisp1: Fix the port description
|
||||
for the parallel interface (bsc#1218052).
|
||||
- media: rkisp1: Fix media device memory leak (bsc#1218052).
|
||||
- drm/panel: st7701: Fix AVCL calculation (bsc#1218052).
|
||||
- f2fs: fix to wait on block writeback for post_read case
|
||||
(bsc#1218052).
|
||||
- f2fs: fix to check compress file in f2fs_move_file_range()
|
||||
(bsc#1218052).
|
||||
- f2fs: fix to update iostat correctly in f2fs_filemap_fault()
|
||||
(bsc#1218052).
|
||||
- media: dvbdev: drop refcount on error path in dvb_device_open()
|
||||
(bsc#1218052).
|
||||
- media: dvb-frontends: m88ds3103: Fix a memory leak in an error
|
||||
handling path of m88ds3103_probe() (bsc#1218052).
|
||||
- clk: renesas: rzg2l-cpg: Reuse code in rzg2l_cpg_reset()
|
||||
(bsc#1218052).
|
||||
- clk: renesas: rzg2l: Check reset monitor registers
|
||||
(bsc#1218052).
|
||||
- drm/msm/dpu: Set input_sel bit for INTF (bsc#1218052).
|
||||
- drm/msm/dpu: Drop enable and frame_count parameters from
|
||||
dpu_hw_setup_misr() (bsc#1218052).
|
||||
- drm/mediatek: Return error if MDP RDMA failed to enable the
|
||||
clock (bsc#1218052).
|
||||
- drm/mediatek: Fix underrun in VDO1 when switches off the layer
|
||||
(bsc#1218052).
|
||||
- drm/amdgpu/debugfs: fix error code when smc register accessors
|
||||
are NULL (bsc#1218052).
|
||||
- drm/amd/pm: fix a double-free in si_dpm_init (bsc#1218052).
|
||||
- drivers/amd/pm: fix a use-after-free in kv_parse_power_table
|
||||
(bsc#1218052).
|
||||
- gpu/drm/radeon: fix two memleaks in radeon_vm_init
|
||||
(bsc#1218052).
|
||||
- drm/amd/pm: fix a double-free in
|
||||
amdgpu_parse_extended_power_table (bsc#1218052).
|
||||
- f2fs: fix to check return value of f2fs_recover_xattr_data
|
||||
(bsc#1218052).
|
||||
- dt-bindings: clock: Update the videocc resets for sm8150
|
||||
(bsc#1218052).
|
||||
- clk: qcom: videocc-sm8150: Update the videocc resets
|
||||
(bsc#1218052).
|
||||
- clk: qcom: videocc-sm8150: Add missing PLL config property
|
||||
(bsc#1218052).
|
||||
- drivers: clk: zynqmp: calculate closest mux rate (bsc#1218052).
|
||||
- drivers: clk: zynqmp: update divider round rate logic
|
||||
(bsc#1218052).
|
||||
- watchdog: set cdev owner before adding (bsc#1218052).
|
||||
- watchdog/hpwdt: Only claim UNKNOWN NMI if from iLO
|
||||
(bsc#1218052).
|
||||
- watchdog: bcm2835_wdt: Fix WDIOC_SETTIMEOUT handling
|
||||
(bsc#1218052).
|
||||
- watchdog: rti_wdt: Drop runtime pm reference count when watchdog
|
||||
is unused (bsc#1218052).
|
||||
- clk: si5341: fix an error code problem in
|
||||
si5341_output_clk_set_rate (bsc#1218052).
|
||||
- drm/mediatek: dp: Add phy_mtk_dp module as pre-dependency
|
||||
(bsc#1218052).
|
||||
- accel/habanalabs: fix information leak in sec_attest_info()
|
||||
(bsc#1218052).
|
||||
- clk: fixed-rate: fix
|
||||
clk_hw_register_fixed_rate_with_accuracy_parent_hw
|
||||
(bsc#1218052).
|
||||
- pwm: stm32: Use regmap_clear_bits and regmap_set_bits where
|
||||
applicable (bsc#1218052).
|
||||
- pwm: stm32: Use hweight32 in stm32_pwm_detect_channels
|
||||
(bsc#1218052).
|
||||
- pwm: stm32: Fix enable count for clk in .probe() (bsc#1218052).
|
||||
- ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[]
|
||||
(bsc#1218052).
|
||||
- ALSA: scarlett2: Add missing error check to
|
||||
scarlett2_config_save() (bsc#1218052).
|
||||
- ALSA: scarlett2: Add missing error check to
|
||||
scarlett2_usb_set_config() (bsc#1218052).
|
||||
- ALSA: scarlett2: Allow passing any output to line_out_remap()
|
||||
(bsc#1218052).
|
||||
- ALSA: scarlett2: Add missing error checks to *_ctl_get()
|
||||
(bsc#1218052).
|
||||
- ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put()
|
||||
(bsc#1218052).
|
||||
- mmc: sdhci_am654: Fix TI SoC dependencies (bsc#1218052).
|
||||
- mmc: sdhci_omap: Fix TI SoC dependencies (bsc#1218052).
|
||||
- IB/iser: Prevent invalidating wrong MR (bsc#1218052).
|
||||
- drm/amdkfd: Confirm list is non-empty before utilizing
|
||||
list_first_entry in kfd_topology.c (bsc#1218052).
|
||||
- drm/amd/pm/smu7: fix a memleak in smu7_hwmgr_backend_init
|
||||
(bsc#1218052).
|
||||
- kselftest/alsa - mixer-test: fix the number of parameters to
|
||||
ksft_exit_fail_msg() (bsc#1218052).
|
||||
- kselftest/alsa - mixer-test: Fix the print format specifier
|
||||
warning (bsc#1218052).
|
||||
- ksmbd: validate the zero field of packet header (bsc#1218052).
|
||||
- of: Fix double free in of_parse_phandle_with_args_map
|
||||
(bsc#1218052).
|
||||
- fbdev: imxfb: fix left margin setting (bsc#1218052).
|
||||
- of: unittest: Fix of_count_phandle_with_args() expected value
|
||||
message (bsc#1218052).
|
||||
- selftests/bpf: Add assert for user stacks in test_task_stack
|
||||
(bsc#1218052).
|
||||
- binder: fix async space check for 0-sized buffers (bsc#1218052).
|
||||
- binder: fix unused alloc->free_async_space (bsc#1218052).
|
||||
- mips/smp: Call rcutree_report_cpu_starting() earlier
|
||||
(bsc#1218052).
|
||||
- xen-netback: don't produce zero-size SKB frags (bsc#1218052).
|
||||
- binder: fix race between mmput() and do_exit() (bsc#1218052).
|
||||
- clocksource/drivers/timer-ti-dm: Fix make W=n kerneldoc warnings
|
||||
(bsc#1218052).
|
||||
- powerpc/64s: Increase default stack size to 32KB (bsc#1218052).
|
||||
- tick-sched: Fix idle and iowait sleeptime accounting vs CPU
|
||||
hotplug (bsc#1218052).
|
||||
- usb: phy: mxs: remove CONFIG_USB_OTG condition for
|
||||
mxs_phy_is_otg_host() (bsc#1218052).
|
||||
- usb: dwc: ep0: Update request status in dwc3_ep0_stall_restart
|
||||
(bsc#1218052).
|
||||
- Revert "usb: dwc3: Soft reset phy on probe for host"
|
||||
(bsc#1218052).
|
||||
- Revert "usb: dwc3: don't reset device side if dwc3 was
|
||||
configured as host-only" (bsc#1218052).
|
||||
- usb: chipidea: wait controller resume finished for wakeup irq
|
||||
(bsc#1218052).
|
||||
- usb: cdns3: fix uvc failure work since sg support enabled
|
||||
(bsc#1218052).
|
||||
- usb: cdns3: fix iso transfer error when mult is not zero
|
||||
(bsc#1218052).
|
||||
- usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg
|
||||
enabled (bsc#1218052).
|
||||
- Revert "usb: typec: class: fix typec_altmode_put_partner to
|
||||
put plugs" (bsc#1218052).
|
||||
- usb: typec: class: fix typec_altmode_put_partner to put plugs
|
||||
(bsc#1218052).
|
||||
- usb: mon: Fix atomicity violation in mon_bin_vma_fault
|
||||
(bsc#1218052).
|
||||
- serial: core: fix sanitizing check for RTS settings
|
||||
(bsc#1218052).
|
||||
- serial: core: make sure RS485 cannot be enabled when it is
|
||||
not supported (bsc#1218052).
|
||||
- serial: 8250_bcm2835aux: Restore clock error handling
|
||||
(bsc#1218052).
|
||||
- serial: core, imx: do not set RS485 enabled if it is not
|
||||
supported (bsc#1218052).
|
||||
- serial: imx: Ensure that imx_uart_rs485_config() is called
|
||||
with enabled clock (bsc#1218052).
|
||||
- serial: 8250_exar: Set missing rs485_supported flag
|
||||
(bsc#1218052).
|
||||
- serial: omap: do not override settings for RS485 support
|
||||
(bsc#1218052).
|
||||
- drm/vmwgfx: Fix possible invalid drm gem put calls
|
||||
(bsc#1218052).
|
||||
- drm/vmwgfx: Keep a gem reference to user bos in surfaces
|
||||
(bsc#1218052).
|
||||
- ALSA: oxygen: Fix right channel of capture volume mixer
|
||||
(bsc#1218052).
|
||||
- ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxx
|
||||
(bsc#1218052).
|
||||
- ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic
|
||||
boost on HP ZBook (bsc#1218052).
|
||||
- ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5
|
||||
(bsc#1218052).
|
||||
- ksmbd: validate mech token in session setup (bsc#1218052).
|
||||
- ksmbd: fix UAF issue in ksmbd_tcp_new_connection()
|
||||
(bsc#1218052).
|
||||
- ksmbd: only v2 leases handle the directory (bsc#1218052).
|
||||
- io_uring/rw: ensure io->bytes_done is always initialized
|
||||
(bsc#1218052).
|
||||
- fbdev: flush deferred work in fb_deferred_io_fsync()
|
||||
(bsc#1218052).
|
||||
- fbdev: flush deferred IO before closing (bsc#1218052).
|
||||
- scsi: ufs: core: Simplify power management during async scan
|
||||
(bsc#1218052).
|
||||
- scsi: target: core: add missing file_{start,end}_write()
|
||||
(bsc#1218052).
|
||||
- scsi: mpi3mr: Refresh sdev queue depth after controller reset
|
||||
(bsc#1218052).
|
||||
- scsi: mpi3mr: Block PEL Enable Command on Controller Reset
|
||||
and Unrecoverable State (bsc#1218052).
|
||||
- drm/amd: Enable PCIe PME from D3 (bsc#1218052).
|
||||
- block: add check that partition length needs to be aligned
|
||||
with block size (bsc#1218052).
|
||||
- block: Fix iterating over an empty bio with
|
||||
bio_for_each_folio_all (bsc#1218052).
|
||||
- netfilter: nf_tables: check if catch-all set element is active
|
||||
in next generation (bsc#1218052).
|
||||
- pwm: jz4740: Don't use dev_err_probe() in .request()
|
||||
(bsc#1218052).
|
||||
- pwm: Fix out-of-bounds access in of_pwm_single_xlate()
|
||||
(bsc#1218052).
|
||||
- md/raid1: Use blk_opf_t for read and write operations
|
||||
(bsc#1218052).
|
||||
- rootfs: Fix support for rootfstype= when root= is given
|
||||
(bsc#1218052).
|
||||
- Bluetooth: Fix atomicity violation in {min,max}_key_size_set
|
||||
(bsc#1218052).
|
||||
- bpf: Fix re-attachment branch in bpf_tracing_prog_attach
|
||||
(bsc#1218052).
|
||||
- LoongArch: Fix and simplify fcsr initialization on execve()
|
||||
(bsc#1218052).
|
||||
- iommu/arm-smmu-qcom: Add missing GMU entry to match table
|
||||
(bsc#1218052).
|
||||
- iommu/dma: Trace bounce buffer usage when mapping buffers
|
||||
(bsc#1218052).
|
||||
- wifi: mt76: fix broken precal loading from MTD for mt7915
|
||||
(bsc#1218052).
|
||||
- wifi: rtlwifi: Remove bogus and dangerous ASPM disable/enable
|
||||
code (bsc#1218052).
|
||||
- wifi: rtlwifi: Convert LNKCTL change to PCIe cap RMW accessors
|
||||
(bsc#1218052).
|
||||
- wifi: mwifiex: configure BSSID consistently when starting AP
|
||||
(bsc#1218052).
|
||||
- Revert "net: rtnetlink: Enslave device before bringing it up"
|
||||
(bsc#1218052).
|
||||
- cxl/port: Fix decoder initialization when nr_targets >
|
||||
interleave_ways (bsc#1218052).
|
||||
- PCI/P2PDMA: Remove reference to pci_p2pdma_map_sg()
|
||||
(bsc#1218052).
|
||||
- PCI: dwc: endpoint: Fix dw_pcie_ep_raise_msix_irq() alignment
|
||||
support (bsc#1218052).
|
||||
- PCI: mediatek: Clear interrupt status before dispatching handler
|
||||
(bsc#1218052).
|
||||
- x86/kvm: Do not try to disable kvmclock if it was not enabled
|
||||
(bsc#1218052).
|
||||
- KVM: arm64: vgic-v4: Restore pending state on host userspace
|
||||
write (bsc#1218052).
|
||||
- KVM: arm64: vgic-its: Avoid potential UAF in LPI translation
|
||||
cache (bsc#1218052).
|
||||
- iio: adc: ad7091r: Pass iio_dev to event handler (bsc#1218052).
|
||||
- HID: wacom: Correct behavior when processing some confidence ==
|
||||
false touches (bsc#1218052).
|
||||
- serial: sc16is7xx: add check for unsupported SPI modes during
|
||||
probe (bsc#1218052).
|
||||
- serial: sc16is7xx: set safe default SPI clock frequency
|
||||
(bsc#1218052).
|
||||
- ARM: 9330/1: davinci: also select PINCTRL (bsc#1218052).
|
||||
- mfd: syscon: Fix null pointer dereference in
|
||||
of_syscon_register() (bsc#1218052).
|
||||
- leds: aw2013: Select missing dependency REGMAP_I2C
|
||||
(bsc#1218052).
|
||||
- mfd: intel-lpss: Fix the fractional clock divider flags
|
||||
(bsc#1218052).
|
||||
- mips: dmi: Fix early remap on MIPS32 (bsc#1218052).
|
||||
- mips: Fix incorrect max_low_pfn adjustment (bsc#1218052).
|
||||
- riscv: Check if the code to patch lies in the exit section
|
||||
(bsc#1218052).
|
||||
- riscv: Fix module_alloc() that did not reset the linear mapping
|
||||
permissions (bsc#1218052).
|
||||
- riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting
|
||||
huge linear mappings (bsc#1218052).
|
||||
- riscv: Fix set_direct_map_default_noflush() to reset _PAGE_EXEC
|
||||
(bsc#1218052).
|
||||
- riscv: Fixed wrong register in XIP_FIXUP_FLASH_OFFSET macro
|
||||
(bsc#1218052).
|
||||
- MIPS: Alchemy: Fix an out-of-bound access in db1200_dev_setup()
|
||||
(bsc#1218052).
|
||||
- MIPS: Alchemy: Fix an out-of-bound access in db1550_dev_setup()
|
||||
(bsc#1218052).
|
||||
- power: supply: cw2015: correct time_to_empty units in sysfs
|
||||
(bsc#1218052).
|
||||
- power: supply: bq256xx: fix some problem in bq256xx_hw_init
|
||||
(bsc#1218052).
|
||||
- serial: 8250: omap: Don't skip resource freeing if
|
||||
pm_runtime_resume_and_get() failed (bsc#1218052).
|
||||
- libapi: Add missing linux/types.h header to get the __u64 type
|
||||
on io.h (bsc#1218052).
|
||||
- base/node.c: initialize the accessor list before registering
|
||||
(bsc#1218052).
|
||||
- acpi: property: Let args be NULL in
|
||||
__acpi_node_get_property_reference (bsc#1218052).
|
||||
- software node: Let args be NULL in
|
||||
software_node_get_reference_args (bsc#1218052).
|
||||
- serial: imx: fix tx statemachine deadlock (bsc#1218052).
|
||||
- selftests/sgx: Fix uninitialized pointer dereference in error
|
||||
path (bsc#1218052).
|
||||
- selftests/sgx: Fix uninitialized pointer dereferences in
|
||||
encl_get_entry (bsc#1218052).
|
||||
- selftests/sgx: Include memory clobber for inline asm in test
|
||||
enclave (bsc#1218052).
|
||||
- selftests/sgx: Skip non X86_64 platform (bsc#1218052).
|
||||
- iio: adc: ad9467: fix reset gpio handling (bsc#1218052).
|
||||
- iio: adc: ad9467: don't ignore error codes (bsc#1218052).
|
||||
- iio: adc: ad9467: fix scale setting (bsc#1218052).
|
||||
- perf header: Fix one memory leakage in
|
||||
perf_event__fprintf_event_update() (bsc#1218052).
|
||||
- perf hisi-ptt: Fix one memory leakage in
|
||||
hisi_ptt_process_auxtrace_event() (bsc#1218052).
|
||||
- perf genelf: Set ELF program header addresses properly
|
||||
(bsc#1218052).
|
||||
- tty: change tty_write_lock()'s ndelay parameter to bool
|
||||
(bsc#1218052).
|
||||
- tty: early return from send_break() on TTY_DRIVER_HARDWARE_BREAK
|
||||
(bsc#1218052).
|
||||
- tty: don't check for signal_pending() in send_break()
|
||||
(bsc#1218052).
|
||||
- tty: use 'if' in send_break() instead of 'goto' (bsc#1218052).
|
||||
- usb: cdc-acm: return correct error code on unsupported break
|
||||
(bsc#1218052).
|
||||
- spmi: mtk-pmif: Serialize PMIF status check and command
|
||||
submission (bsc#1218052).
|
||||
- vdpa: Fix an error handling path in eni_vdpa_probe()
|
||||
(bsc#1218052).
|
||||
- nvmet-tcp: Fix a kernel panic when host sends an invalid H2C
|
||||
PDU length (bsc#1218052).
|
||||
- nvmet-tcp: fix a crash in nvmet_req_complete() (bsc#1218052).
|
||||
- perf env: Avoid recursively taking env->bpf_progs.lock
|
||||
(bsc#1218052).
|
||||
- cxl/region: fix x9 interleave typo (bsc#1218052).
|
||||
- apparmor: avoid crash when parsed profile name is empty
|
||||
(bsc#1218052).
|
||||
- usb: xhci-mtk: fix a short packet issue of gen1 isoc-in transfer
|
||||
(bsc#1218052).
|
||||
- serial: imx: Correct clock error message in function probe()
|
||||
(bsc#1218052).
|
||||
- nvmet: re-fix tracing strncpy() warning (bsc#1218052).
|
||||
- nvme: trace: avoid memcpy overflow warning (bsc#1218052).
|
||||
- nvmet-tcp: Fix the H2C expected PDU len calculation
|
||||
(bsc#1218052).
|
||||
- PCI: keystone: Fix race condition when initializing PHYs
|
||||
(bsc#1218052).
|
||||
- PCI: mediatek-gen3: Fix translation window size calculation
|
||||
(bsc#1218052).
|
||||
- ASoC: mediatek: sof-common: Add NULL check for normal_link
|
||||
string (bsc#1218052).
|
||||
- s390/pci: fix max size calculation in zpci_memcpy_toio()
|
||||
(bsc#1218052).
|
||||
- net: qualcomm: rmnet: fix global oob in rmnet_policy
|
||||
(bsc#1218052).
|
||||
- net: ethernet: ti: am65-cpsw: Fix max mtu to fit ethernet frames
|
||||
(bsc#1218052).
|
||||
- amt: do not use overwrapped cb area (bsc#1218052).
|
||||
- net: phy: micrel: populate .soft_reset for KSZ9131
|
||||
(bsc#1218052).
|
||||
- mptcp: mptcp_parse_option() fix for MPTCPOPT_MP_JOIN
|
||||
(bsc#1218052).
|
||||
- mptcp: strict validation before using mp_opt->hmac
|
||||
(bsc#1218052).
|
||||
- mptcp: use OPTION_MPTCP_MPJ_SYNACK in subflow_finish_connect()
|
||||
(bsc#1218052).
|
||||
- mptcp: use OPTION_MPTCP_MPJ_SYN in subflow_check_req()
|
||||
(bsc#1218052).
|
||||
- mptcp: refine opt_mp_capable determination (bsc#1218052).
|
||||
- block: ensure we hold a queue reference when using queue limits
|
||||
(bsc#1218052).
|
||||
- udp: annotate data-races around up->pending (bsc#1218052).
|
||||
- net: ravb: Fix dma_addr_t truncation in error case
|
||||
(bsc#1218052).
|
||||
- dt-bindings: gpio: xilinx: Fix node address in gpio
|
||||
(bsc#1218052).
|
||||
- drm/amdkfd: Use resource_size() helper function (bsc#1218052).
|
||||
- drm/amdkfd: fixes for HMM mem allocation (bsc#1218052).
|
||||
- net: stmmac: ethtool: Fixed calltrace caused by unbalanced
|
||||
disable_irq_wake calls (bsc#1218052).
|
||||
- bpf: Reject variable offset alu on PTR_TO_FLOW_KEYS
|
||||
(bsc#1218052).
|
||||
- net: dsa: vsc73xx: Add null pointer check to vsc73xx_gpio_probe
|
||||
(bsc#1218052).
|
||||
- LoongArch: BPF: Prevent out-of-bounds memory access
|
||||
(bsc#1218052).
|
||||
- mptcp: relax check on MPC passive fallback (bsc#1218052).
|
||||
- netfilter: nf_tables: reject invalid set policy (bsc#1218052).
|
||||
- netfilter: nft_limit: do not ignore unsupported flags
|
||||
(bsc#1218052).
|
||||
- netfilter: nfnetlink_log: use proper helper for fetching
|
||||
physinif (bsc#1218052).
|
||||
- netfilter: nf_queue: remove excess nf_bridge variable
|
||||
(bsc#1218052).
|
||||
- netfilter: propagate net to nf_bridge_get_physindev
|
||||
(bsc#1218052).
|
||||
- netfilter: bridge: replace physindev with physinif in
|
||||
nf_bridge_info (bsc#1218052).
|
||||
- netfilter: nf_tables: do not allow mismatch field size and
|
||||
set key length (bsc#1218052).
|
||||
- netfilter: nf_tables: skip dead set elements in netlink dump
|
||||
(bsc#1218052).
|
||||
- netfilter: nf_tables: reject NFT_SET_CONCAT with not field
|
||||
length description (bsc#1218052).
|
||||
- ipvs: avoid stat macros calls from preemptible context
|
||||
(bsc#1218052).
|
||||
- kdb: Fix a potential buffer overflow in kdb_local()
|
||||
(bsc#1218052).
|
||||
- ethtool: netlink: Add missing ethnl_ops_begin/complete
|
||||
(bsc#1218052).
|
||||
- loop: fix the the direct I/O support check when used on top
|
||||
of block devices (bsc#1218052).
|
||||
- mlxsw: spectrum_acl_erp: Fix error flow of pool allocation
|
||||
failure (bsc#1218052).
|
||||
- selftests: mlxsw: qos_pfc: Adjust the test to support 8 lanes
|
||||
(bsc#1218052).
|
||||
- ipv6: mcast: fix data-race in ipv6_mc_down / mld_ifc_work
|
||||
(bsc#1218052).
|
||||
- i2c: s3c24xx: fix read transfers in polling mode (bsc#1218052).
|
||||
- i2c: s3c24xx: fix transferring more than one message in polling
|
||||
mode (bsc#1218052).
|
||||
- block: Remove special-casing of compound pages (bsc#1218052).
|
||||
- riscv: Fix wrong usage of lm_alias() when splitting a huge
|
||||
linear mapping (bsc#1218052).
|
||||
- Revert "KEYS: encrypted: Add check for strsep" (bsc#1218052).
|
||||
- arm64: dts: armada-3720-turris-mox: set irq type for RTC
|
||||
(bsc#1218052).
|
||||
- Revert "Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in
|
||||
raid5d"" (bsc#1218052).
|
||||
- Linux 6.1.75 (bsc#1218052).
|
||||
- Rename to
|
||||
patches.kernel.org/6.1.75-249-keys-dns-Fix-size-check-of-V1-server-list-head.patch.
|
||||
- Rename to
|
||||
patches.kernel.org/6.1.75-253-Input-atkbd-use-ab83-as-id-when-skipping-the-g.patch.
|
||||
- commit ef1c32e
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 21 21:12:59 CET 2024 - rfrohl@suse.com
|
||||
|
||||
|
Reference in New Issue
Block a user