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:
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
|
||||
|
||||
|
@ -18,8 +18,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.74
|
||||
%define git_commit b4c22d7d5941e840b6144e6b51f59868e70a8a41
|
||||
%define patchversion 6.1.75
|
||||
%define git_commit ef1c32e97fd16930e4d8036348d1da5807bc1a65
|
||||
%define variant -longterm%{nil}
|
||||
%define compress_modules zstd
|
||||
%define compress_vmlinux xz
|
||||
@ -113,9 +113,9 @@ Name: kernel-longterm
|
||||
Summary: The Linux Kernel
|
||||
License: GPL-2.0-only
|
||||
Group: System/Kernel
|
||||
Version: 6.1.74
|
||||
Version: 6.1.75
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb4c22d7
|
||||
Release: <RELEASE>.gef1c32e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
%define srcversion 6.1
|
||||
%define patchversion 6.1.74
|
||||
%define git_commit b4c22d7d5941e840b6144e6b51f59868e70a8a41
|
||||
%define patchversion 6.1.75
|
||||
%define git_commit ef1c32e97fd16930e4d8036348d1da5807bc1a65
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -31,9 +31,9 @@
|
||||
%endif
|
||||
|
||||
Name: kernel-source-longterm
|
||||
Version: 6.1.74
|
||||
Version: 6.1.75
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb4c22d7
|
||||
Release: <RELEASE>.gef1c32e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -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
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit b4c22d7d5941e840b6144e6b51f59868e70a8a41
|
||||
%define git_commit ef1c32e97fd16930e4d8036348d1da5807bc1a65
|
||||
%define variant -longterm%{nil}
|
||||
|
||||
%include %_sourcedir/kernel-spec-macros
|
||||
@ -25,10 +25,10 @@ Name: kernel-syms-longterm
|
||||
Summary: Kernel Symbol Versions (modversions)
|
||||
License: GPL-2.0-only
|
||||
Group: Development/Sources
|
||||
Version: 6.1.74
|
||||
Version: 6.1.75
|
||||
%if %using_buildservice
|
||||
%if 0%{?is_kotd}
|
||||
Release: <RELEASE>.gb4c22d7
|
||||
Release: <RELEASE>.gef1c32e
|
||||
%else
|
||||
Release: 0
|
||||
%endif
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:48bdea7c859af1345c77c9e05630b7ab44fcc0452b7d886ce8c162c262a6f251
|
||||
size 10861583
|
||||
oid sha256:fe64c515b6d544045464f97685e7666d74c98b18c618414581014534b15f6138
|
||||
size 11137670
|
||||
|
419
series.conf
419
series.conf
@ -12561,7 +12561,6 @@
|
||||
patches.kernel.org/6.1.72-149-smb3-Replace-smb2pdu-1-element-arrays-with-fle.patch
|
||||
patches.kernel.org/6.1.72-150-Revert-interconnect-qcom-sm8250-Enable-sync_st.patch
|
||||
patches.kernel.org/6.1.72-151-Linux-6.1.72.patch
|
||||
patches.kernel.org/keys,-dns:-Fix-size-check-of-V1-server-list-header.patch
|
||||
patches.kernel.org/6.1.73-001-Revert-nfsd-call-nfsd_last_thread-before-final.patch
|
||||
patches.kernel.org/6.1.73-002-Revert-nfsd-separate-nfsd_last_thread-from-nfs.patch
|
||||
patches.kernel.org/6.1.73-003-ipv6-remove-max_size-check-inline-with-ipv4.patch
|
||||
@ -12667,7 +12666,423 @@
|
||||
patches.kernel.org/6.1.74-098-coresight-etm4x-Fix-width-of-CCITMIN-field.patch
|
||||
patches.kernel.org/6.1.74-099-scripts-decode_stacktrace.sh-optionally-use-LL.patch
|
||||
patches.kernel.org/6.1.74-100-Linux-6.1.74.patch
|
||||
patches.kernel.org/Input-atkbd-use-ab83-as-id-when-skipping-the-getid-command.patch
|
||||
patches.kernel.org/6.1.75-001-x86-lib-Fix-overflow-when-counting-digits.patch
|
||||
patches.kernel.org/6.1.75-002-x86-mce-inject-Clear-test-status-value.patch
|
||||
patches.kernel.org/6.1.75-003-EDAC-thunderx-Fix-possible-out-of-bounds-strin.patch
|
||||
patches.kernel.org/6.1.75-004-powerpc-remove-checks-for-binutils-older-than-.patch
|
||||
patches.kernel.org/6.1.75-005-powerpc-add-crtsavres.o-to-always-y-instead-of.patch
|
||||
patches.kernel.org/6.1.75-006-powerpc-44x-select-I2C-for-CURRITUCK.patch
|
||||
patches.kernel.org/6.1.75-007-powerpc-pseries-memhp-Fix-access-beyond-end-of.patch
|
||||
patches.kernel.org/6.1.75-008-selftests-powerpc-Fix-error-handling-in-FPU-VM.patch
|
||||
patches.kernel.org/6.1.75-009-powerpc-powernv-Add-a-null-pointer-check-to-sc.patch
|
||||
patches.kernel.org/6.1.75-010-powerpc-powernv-Add-a-null-pointer-check-in-op.patch
|
||||
patches.kernel.org/6.1.75-011-powerpc-powernv-Add-a-null-pointer-check-in-op.patch
|
||||
patches.kernel.org/6.1.75-012-powerpc-imc-pmu-Add-a-null-pointer-check-in-up.patch
|
||||
patches.kernel.org/6.1.75-013-spi-spi-zynqmp-gqspi-fix-driver-kconfig-depend.patch
|
||||
patches.kernel.org/6.1.75-014-mtd-rawnand-Increment-IFC_TIMEOUT_MSECS-for-na.patch
|
||||
patches.kernel.org/6.1.75-015-ACPI-video-check-for-error-while-searching-for.patch
|
||||
patches.kernel.org/6.1.75-016-ACPI-LPIT-Avoid-u32-multiplication-overflow.patch
|
||||
patches.kernel.org/6.1.75-017-KEYS-encrypted-Add-check-for-strsep.patch
|
||||
patches.kernel.org/6.1.75-018-platform-x86-intel-vsec-Enhance-and-Export-int.patch
|
||||
patches.kernel.org/6.1.75-019-platform-x86-intel-vsec-Support-private-data.patch
|
||||
patches.kernel.org/6.1.75-020-platform-x86-intel-vsec-Use-mutex-for-ida_allo.patch
|
||||
patches.kernel.org/6.1.75-021-platform-x86-intel-vsec-Fix-xa_alloc-memory-le.patch
|
||||
patches.kernel.org/6.1.75-022-of-Add-of_property_present-helper.patch
|
||||
patches.kernel.org/6.1.75-023-cpufreq-Use-of_property_present-for-testing-DT.patch
|
||||
patches.kernel.org/6.1.75-024-cpufreq-scmi-process-the-result-of-devm_of_clk.patch
|
||||
patches.kernel.org/6.1.75-025-calipso-fix-memory-leak-in-netlbl_calipso_add_.patch
|
||||
patches.kernel.org/6.1.75-026-efivarfs-force-RO-when-remounting-if-SetVariab.patch
|
||||
patches.kernel.org/6.1.75-027-efivarfs-Free-s_fs_info-on-unmount.patch
|
||||
patches.kernel.org/6.1.75-028-spi-sh-msiof-Enforce-fixed-DTDL-for-R-Car-H3.patch
|
||||
patches.kernel.org/6.1.75-029-ACPI-LPSS-Fix-the-fractional-clock-divider-fla.patch
|
||||
patches.kernel.org/6.1.75-030-ACPI-extlog-Clear-Extended-Error-Log-status-wh.patch
|
||||
patches.kernel.org/6.1.75-031-kunit-debugfs-Fix-unchecked-dereference-in-deb.patch
|
||||
patches.kernel.org/6.1.75-032-mtd-Fix-gluebi-NULL-pointer-dereference-caused.patch
|
||||
patches.kernel.org/6.1.75-033-selinux-Fix-error-priority-for-bind-with-AF_UN.patch
|
||||
patches.kernel.org/6.1.75-034-crypto-virtio-Handle-dataq-logic-with-tasklet.patch
|
||||
patches.kernel.org/6.1.75-035-crypto-sa2ul-Return-crypto_aead_setkey-to-tran.patch
|
||||
patches.kernel.org/6.1.75-036-crypto-ccp-fix-memleak-in-ccp_init_dm_workarea.patch
|
||||
patches.kernel.org/6.1.75-037-crypto-af_alg-Disallow-multiple-in-flight-AIO-.patch
|
||||
patches.kernel.org/6.1.75-038-crypto-safexcel-Add-error-handling-for-dma_map.patch
|
||||
patches.kernel.org/6.1.75-039-crypto-sahara-remove-FLAGS_NEW_KEY-logic.patch
|
||||
patches.kernel.org/6.1.75-040-crypto-sahara-fix-cbc-selftest-failure.patch
|
||||
patches.kernel.org/6.1.75-041-crypto-sahara-fix-ahash-selftest-failure.patch
|
||||
patches.kernel.org/6.1.75-042-crypto-sahara-fix-processing-requests-with-cry.patch
|
||||
patches.kernel.org/6.1.75-043-crypto-sahara-fix-error-handling-in-sahara_hw_.patch
|
||||
patches.kernel.org/6.1.75-044-crypto-hisilicon-qm-save-capability-registers-.patch
|
||||
patches.kernel.org/6.1.75-045-crypto-hisilicon-zip-add-zip-comp-high-perf-mo.patch
|
||||
patches.kernel.org/6.1.75-046-crypto-hisilicon-qm-add-a-function-to-set-qm-a.patch
|
||||
patches.kernel.org/6.1.75-047-crypto-hisilicon-hpre-save-capability-register.patch
|
||||
patches.kernel.org/6.1.75-048-crypto-hisilicon-sec2-save-capability-register.patch
|
||||
patches.kernel.org/6.1.75-049-crypto-hisilicon-zip-save-capability-registers.patch
|
||||
patches.kernel.org/6.1.75-050-pstore-ram_core-fix-possible-overflow-in-persi.patch
|
||||
patches.kernel.org/6.1.75-051-erofs-fix-memory-leak-on-short-lived-bounced-p.patch
|
||||
patches.kernel.org/6.1.75-052-fs-indicate-request-originates-from-old-mount-.patch
|
||||
patches.kernel.org/6.1.75-053-gfs2-Fix-kernel-NULL-pointer-dereference-in-gf.patch
|
||||
patches.kernel.org/6.1.75-054-crypto-virtio-Wait-for-tasklet-to-complete-on-.patch
|
||||
patches.kernel.org/6.1.75-055-crypto-sahara-avoid-skcipher-fallback-code-dup.patch
|
||||
patches.kernel.org/6.1.75-056-crypto-sahara-handle-zero-length-aes-requests.patch
|
||||
patches.kernel.org/6.1.75-057-crypto-sahara-fix-ahash-reqsize.patch
|
||||
patches.kernel.org/6.1.75-058-crypto-sahara-fix-wait_for_completion_timeout-.patch
|
||||
patches.kernel.org/6.1.75-059-crypto-sahara-improve-error-handling-in-sahara.patch
|
||||
patches.kernel.org/6.1.75-060-crypto-sahara-fix-processing-hash-requests-wit.patch
|
||||
patches.kernel.org/6.1.75-061-crypto-sahara-do-not-resize-req-src-when-doing.patch
|
||||
patches.kernel.org/6.1.75-062-crypto-scomp-fix-req-dst-buffer-overflow.patch
|
||||
patches.kernel.org/6.1.75-063-csky-fix-arch_jump_label_transform_static-over.patch
|
||||
patches.kernel.org/6.1.75-064-blocklayoutdriver-Fix-reference-leak-of-pnfs_d.patch
|
||||
patches.kernel.org/6.1.75-065-NFSv4.1-pnfs-Ensure-we-handle-the-error-NFS4ER.patch
|
||||
patches.kernel.org/6.1.75-066-SUNRPC-fix-_xprt_switch_find_current_entry-log.patch
|
||||
patches.kernel.org/6.1.75-067-pNFS-Fix-the-pnfs-block-driver-s-calculation-o.patch
|
||||
patches.kernel.org/6.1.75-068-wifi-plfxlc-check-for-allocation-failure-in-pl.patch
|
||||
patches.kernel.org/6.1.75-069-wifi-rtw88-fix-RX-filter-in-FIF_ALLMULTI-flag.patch
|
||||
patches.kernel.org/6.1.75-070-bpf-lpm-Fix-check-prefixlen-before-walking-tri.patch
|
||||
patches.kernel.org/6.1.75-071-bpf-Add-crosstask-check-to-__bpf_get_stack.patch
|
||||
patches.kernel.org/6.1.75-072-wifi-ath11k-Defer-on-rproc_get-failure.patch
|
||||
patches.kernel.org/6.1.75-073-wifi-libertas-stop-selecting-wext.patch
|
||||
patches.kernel.org/6.1.75-074-ARM-dts-qcom-apq8064-correct-XOADC-register-ad.patch
|
||||
patches.kernel.org/6.1.75-075-net-ncsi-Fix-netlink-major-minor-version-numbe.patch
|
||||
patches.kernel.org/6.1.75-076-firmware-ti_sci-Fix-an-off-by-one-in-ti_sci_de.patch
|
||||
patches.kernel.org/6.1.75-077-firmware-meson_sm-populate-platform-devices-fr.patch
|
||||
patches.kernel.org/6.1.75-078-wifi-rtlwifi-rtl8821ae-phy-fix-an-undefined-bi.patch
|
||||
patches.kernel.org/6.1.75-079-arm64-dts-ti-k3-am62a-main-Fix-GPIO-pin-count-.patch
|
||||
patches.kernel.org/6.1.75-080-arm64-dts-ti-k3-am65-main-Fix-DSS-irq-trigger-.patch
|
||||
patches.kernel.org/6.1.75-081-selftests-bpf-Fix-erroneous-bitmask-operation.patch
|
||||
patches.kernel.org/6.1.75-082-md-synchronize-flush-io-with-array-reconfigura.patch
|
||||
patches.kernel.org/6.1.75-083-bpf-enforce-precision-of-R0-on-callback-return.patch
|
||||
patches.kernel.org/6.1.75-084-ARM-dts-qcom-sdx65-correct-SPMI-node-name.patch
|
||||
patches.kernel.org/6.1.75-085-arm64-dts-qcom-sc7180-Make-watchdog-bark-inter.patch
|
||||
patches.kernel.org/6.1.75-086-arm64-dts-qcom-sc7280-Mark-some-nodes-as-reser.patch
|
||||
patches.kernel.org/6.1.75-087-arm64-dts-qcom-sc7280-Make-watchdog-bark-inter.patch
|
||||
patches.kernel.org/6.1.75-088-arm64-dts-qcom-sdm845-Make-watchdog-bark-inter.patch
|
||||
patches.kernel.org/6.1.75-089-arm64-dts-qcom-sm8150-Make-watchdog-bark-inter.patch
|
||||
patches.kernel.org/6.1.75-090-arm64-dts-qcom-sm8250-Make-watchdog-bark-inter.patch
|
||||
patches.kernel.org/6.1.75-091-arm64-dts-qcom-sc8280xp-Make-watchdog-bark-int.patch
|
||||
patches.kernel.org/6.1.75-092-arm64-dts-qcom-sm6350-Make-watchdog-bark-inter.patch
|
||||
patches.kernel.org/6.1.75-093-rcu-tasks-Provide-rcu_trace_implies_rcu_gp.patch
|
||||
patches.kernel.org/6.1.75-094-bpf-add-percpu-stats-for-bpf_map-elements-inse.patch
|
||||
patches.kernel.org/6.1.75-095-bpf-Add-map-and-need_defer-parameters-to-.map_.patch
|
||||
patches.kernel.org/6.1.75-096-bpf-Defer-the-free-of-inner-map-when-necessary.patch
|
||||
patches.kernel.org/6.1.75-097-selftests-net-specify-the-interface-when-do-ar.patch
|
||||
patches.kernel.org/6.1.75-098-bpf-fix-check-for-attempt-to-corrupt-spilled-p.patch
|
||||
patches.kernel.org/6.1.75-099-scsi-fnic-Return-error-if-vmalloc-failed.patch
|
||||
patches.kernel.org/6.1.75-100-arm64-dts-qcom-qrb5165-rb5-correct-LED-panic-i.patch
|
||||
patches.kernel.org/6.1.75-101-arm64-dts-qcom-sdm845-db845c-correct-LED-panic.patch
|
||||
patches.kernel.org/6.1.75-102-arm64-dts-qcom-sm8350-Fix-DMA0-address.patch
|
||||
patches.kernel.org/6.1.75-103-arm64-dts-qcom-sc7280-Fix-up-GPU-SIDs.patch
|
||||
patches.kernel.org/6.1.75-104-arm64-dts-qcom-sc7280-Mark-Adreno-SMMU-as-DMA-.patch
|
||||
patches.kernel.org/6.1.75-105-arm64-dts-qcom-sc7280-fix-usb_2-wakeup-interru.patch
|
||||
patches.kernel.org/6.1.75-106-wifi-mt76-mt7921s-fix-workqueue-problem-causes.patch
|
||||
patches.kernel.org/6.1.75-107-bpf-Fix-verification-of-indirect-var-off-stack.patch
|
||||
patches.kernel.org/6.1.75-108-arm64-dts-hisilicon-hikey970-pmic-fix-regulato.patch
|
||||
patches.kernel.org/6.1.75-109-dt-bindings-media-mediatek-mdp3-correct-RDMA-a.patch
|
||||
patches.kernel.org/6.1.75-110-arm64-dts-mediatek-mt8183-correct-MDP3-DMA-rel.patch
|
||||
patches.kernel.org/6.1.75-111-wifi-mt76-mt7921-fix-country-count-limitation-.patch
|
||||
patches.kernel.org/6.1.75-112-selftests-bpf-Relax-time_tai-test-for-equal-ti.patch
|
||||
patches.kernel.org/6.1.75-113-block-Set-memalloc_noio-to-false-on-device_add.patch
|
||||
patches.kernel.org/6.1.75-114-arm64-dts-renesas-white-hawk-cpu-Fix-missing-s.patch
|
||||
patches.kernel.org/6.1.75-115-arm64-dts-imx8mm-Reduce-GPU-to-nominal-speed.patch
|
||||
patches.kernel.org/6.1.75-116-scsi-hisi_sas-Replace-with-standard-error-code.patch
|
||||
patches.kernel.org/6.1.75-117-scsi-hisi_sas-Rollback-some-operations-if-FLR-.patch
|
||||
patches.kernel.org/6.1.75-118-scsi-hisi_sas-Correct-the-number-of-global-deb.patch
|
||||
patches.kernel.org/6.1.75-119-ARM-dts-stm32-don-t-mix-SCMI-and-non-SCMI-boar.patch
|
||||
patches.kernel.org/6.1.75-120-selftests-net-fix-grep-checking-for-fib_nextho.patch
|
||||
patches.kernel.org/6.1.75-121-ipmr-support-IP_PKTINFO-on-cache-report-IGMP-m.patch
|
||||
patches.kernel.org/6.1.75-122-virtio-vsock-fix-logic-which-reduces-credit-up.patch
|
||||
patches.kernel.org/6.1.75-123-dma-mapping-clear-dev-dma_mem-to-NULL-after-fr.patch
|
||||
patches.kernel.org/6.1.75-124-soc-qcom-llcc-Fix-dis_cap_alloc-and-retain_on_.patch
|
||||
patches.kernel.org/6.1.75-125-arm64-dts-qcom-sm8150-hdk-fix-SS-USB-regulator.patch
|
||||
patches.kernel.org/6.1.75-126-block-add-check-of-minors-and-first_minor-in-d.patch
|
||||
patches.kernel.org/6.1.75-127-arm64-dts-qcom-sc7280-Mark-SDHCI-hosts-as-cach.patch
|
||||
patches.kernel.org/6.1.75-128-arm64-dts-qcom-ipq6018-fix-clock-rates-for-GCC.patch
|
||||
patches.kernel.org/6.1.75-129-arm64-dts-qcom-ipq6018-improve-pcie-phy-pcs-re.patch
|
||||
patches.kernel.org/6.1.75-130-arm64-dts-qcom-ipq6018-Use-lowercase-hex.patch
|
||||
patches.kernel.org/6.1.75-131-arm64-dts-qcom-ipq6018-Pad-addresses-to-8-hex-.patch
|
||||
patches.kernel.org/6.1.75-132-arm64-dts-qcom-ipq6018-Fix-up-indentation.patch
|
||||
patches.kernel.org/6.1.75-133-wifi-rtlwifi-add-calculate_bit_shift.patch
|
||||
patches.kernel.org/6.1.75-134-wifi-rtlwifi-rtl8188ee-phy-using-calculate_bit.patch
|
||||
patches.kernel.org/6.1.75-135-wifi-rtlwifi-rtl8192c-using-calculate_bit_shif.patch
|
||||
patches.kernel.org/6.1.75-136-wifi-rtlwifi-rtl8192cu-using-calculate_bit_shi.patch
|
||||
patches.kernel.org/6.1.75-137-wifi-rtlwifi-rtl8192ce-using-calculate_bit_shi.patch
|
||||
patches.kernel.org/6.1.75-138-wifi-rtlwifi-rtl8192de-using-calculate_bit_shi.patch
|
||||
patches.kernel.org/6.1.75-139-wifi-rtlwifi-rtl8192ee-using-calculate_bit_shi.patch
|
||||
patches.kernel.org/6.1.75-140-wifi-rtlwifi-rtl8192se-using-calculate_bit_shi.patch
|
||||
patches.kernel.org/6.1.75-141-wifi-iwlwifi-mvm-set-siso-mimo-chains-to-1-in-.patch
|
||||
patches.kernel.org/6.1.75-142-wifi-iwlwifi-mvm-send-TX-path-flush-in-rfkill.patch
|
||||
patches.kernel.org/6.1.75-143-netfilter-nf_tables-mark-newset-as-dead-on-tra.patch
|
||||
patches.kernel.org/6.1.75-144-Bluetooth-Fix-bogus-check-for-re-auth-no-suppo.patch
|
||||
patches.kernel.org/6.1.75-145-Bluetooth-btmtkuart-fix-recv_buf-return-value.patch
|
||||
patches.kernel.org/6.1.75-146-block-make-BLK_DEF_MAX_SECTORS-unsigned.patch
|
||||
patches.kernel.org/6.1.75-147-null_blk-don-t-cap-max_hw_sectors-to-BLK_DEF_M.patch
|
||||
patches.kernel.org/6.1.75-148-bpf-sockmap-fix-proto-update-hook-to-avoid-dup.patch
|
||||
patches.kernel.org/6.1.75-149-sctp-support-MSG_ERRQUEUE-flag-in-recvmsg.patch
|
||||
patches.kernel.org/6.1.75-150-sctp-fix-busy-polling.patch
|
||||
patches.kernel.org/6.1.75-151-net-sched-act_ct-fix-skb-leak-and-crash-on-ooo.patch
|
||||
patches.kernel.org/6.1.75-152-mlxbf_gige-Fix-intermittent-no-ip-issue.patch
|
||||
patches.kernel.org/6.1.75-153-mlxbf_gige-Enable-the-GigE-port-in-mlxbf_gige_.patch
|
||||
patches.kernel.org/6.1.75-154-ip6_tunnel-fix-NEXTHDR_FRAGMENT-handling-in-ip.patch
|
||||
patches.kernel.org/6.1.75-155-ARM-davinci-always-select-CONFIG_CPU_ARM926T.patch
|
||||
patches.kernel.org/6.1.75-156-Revert-drm-tidss-Annotate-dma-fence-critical-s.patch
|
||||
patches.kernel.org/6.1.75-157-Revert-drm-omapdrm-Annotate-dma-fence-critical.patch
|
||||
patches.kernel.org/6.1.75-158-drm-panfrost-Really-power-off-GPU-cores-in-pan.patch
|
||||
patches.kernel.org/6.1.75-159-RDMA-usnic-Silence-uninitialized-symbol-smatch.patch
|
||||
patches.kernel.org/6.1.75-160-RDMA-hns-Fix-inappropriate-err-code-for-unsupp.patch
|
||||
patches.kernel.org/6.1.75-161-drm-panel-elida-kd35t133-hold-panel-in-reset-f.patch
|
||||
patches.kernel.org/6.1.75-162-drm-nouveau-fence-fix-warning-directly-derefer.patch
|
||||
patches.kernel.org/6.1.75-163-drm-bridge-tpd12s015-Drop-buggy-__exit-annotat.patch
|
||||
patches.kernel.org/6.1.75-164-drm-tilcdc-Fix-irq-free-on-unload.patch
|
||||
patches.kernel.org/6.1.75-165-media-pvrusb2-fix-use-after-free-on-context-di.patch
|
||||
patches.kernel.org/6.1.75-166-media-mtk-jpegdec-export-jpeg-decoder-function.patch
|
||||
patches.kernel.org/6.1.75-167-media-mtk-jpeg-Remove-cancel-worker-in-mtk_jpe.patch
|
||||
patches.kernel.org/6.1.75-168-media-verisilicon-Hook-the-TRY_-DECODER_CMD-st.patch
|
||||
patches.kernel.org/6.1.75-169-media-rkvdec-Hook-the-TRY_-DECODER_CMD-statele.patch
|
||||
patches.kernel.org/6.1.75-170-drm-bridge-Fix-typo-in-post_disable-descriptio.patch
|
||||
patches.kernel.org/6.1.75-171-f2fs-fix-to-avoid-dirent-corruption.patch
|
||||
patches.kernel.org/6.1.75-172-drm-radeon-r600_cs-Fix-possible-int-overflows-.patch
|
||||
patches.kernel.org/6.1.75-173-drm-radeon-r100-Fix-integer-overflow-issues-in.patch
|
||||
patches.kernel.org/6.1.75-174-drm-radeon-check-return-value-of-radeon_ring_l.patch
|
||||
patches.kernel.org/6.1.75-175-drm-tidss-Move-reset-to-the-end-of-dispc_init.patch
|
||||
patches.kernel.org/6.1.75-176-drm-tidss-Return-error-value-from-from-softres.patch
|
||||
patches.kernel.org/6.1.75-177-drm-tidss-Check-for-K2G-in-in-dispc_softreset.patch
|
||||
patches.kernel.org/6.1.75-178-drm-tidss-Fix-dss-reset.patch
|
||||
patches.kernel.org/6.1.75-179-ASoC-cs35l33-Fix-GPIO-name-and-drop-legacy-inc.patch
|
||||
patches.kernel.org/6.1.75-180-ASoC-cs35l34-Fix-GPIO-name-and-drop-legacy-inc.patch
|
||||
patches.kernel.org/6.1.75-181-drm-msm-mdp4-flush-vblank-event-on-disable.patch
|
||||
patches.kernel.org/6.1.75-182-drm-msm-dsi-Use-pm_runtime_resume_and_get-to-p.patch
|
||||
patches.kernel.org/6.1.75-183-drm-drv-propagate-errors-from-drm_modeset_regi.patch
|
||||
patches.kernel.org/6.1.75-184-ASoC-Intel-glk_rt5682_max98357a-fix-board-id-m.patch
|
||||
patches.kernel.org/6.1.75-185-drm-panfrost-Ignore-core_mask-for-poweroff-and.patch
|
||||
patches.kernel.org/6.1.75-186-drm-radeon-check-the-alloc_workqueue-return-va.patch
|
||||
patches.kernel.org/6.1.75-187-drm-radeon-dpm-fix-a-memleak-in-sumo_parse_pow.patch
|
||||
patches.kernel.org/6.1.75-188-drm-radeon-trinity_dpm-fix-a-memleak-in-trinit.patch
|
||||
patches.kernel.org/6.1.75-189-drm-bridge-cdns-mhdp8546-Fix-use-of-uninitiali.patch
|
||||
patches.kernel.org/6.1.75-190-drm-bridge-tc358767-Fix-return-value-on-error-.patch
|
||||
patches.kernel.org/6.1.75-191-media-cx231xx-fix-a-memleak-in-cx231xx_init_is.patch
|
||||
patches.kernel.org/6.1.75-192-RDMA-hns-Fix-memory-leak-in-free_mr_init.patch
|
||||
patches.kernel.org/6.1.75-193-clk-qcom-gpucc-sm8150-Update-the-gpu_cc_pll1-c.patch
|
||||
patches.kernel.org/6.1.75-194-media-imx-mipi-csis-Fix-clock-handling-in-remo.patch
|
||||
patches.kernel.org/6.1.75-195-media-dt-bindings-media-rkisp1-Fix-the-port-de.patch
|
||||
patches.kernel.org/6.1.75-196-media-rkisp1-Fix-media-device-memory-leak.patch
|
||||
patches.kernel.org/6.1.75-197-drm-panel-st7701-Fix-AVCL-calculation.patch
|
||||
patches.kernel.org/6.1.75-198-f2fs-fix-to-wait-on-block-writeback-for-post_r.patch
|
||||
patches.kernel.org/6.1.75-199-f2fs-fix-to-check-compress-file-in-f2fs_move_f.patch
|
||||
patches.kernel.org/6.1.75-200-f2fs-fix-to-update-iostat-correctly-in-f2fs_fi.patch
|
||||
patches.kernel.org/6.1.75-201-media-dvbdev-drop-refcount-on-error-path-in-dv.patch
|
||||
patches.kernel.org/6.1.75-202-media-dvb-frontends-m88ds3103-Fix-a-memory-lea.patch
|
||||
patches.kernel.org/6.1.75-203-clk-renesas-rzg2l-cpg-Reuse-code-in-rzg2l_cpg_.patch
|
||||
patches.kernel.org/6.1.75-204-clk-renesas-rzg2l-Check-reset-monitor-register.patch
|
||||
patches.kernel.org/6.1.75-205-drm-msm-dpu-Set-input_sel-bit-for-INTF.patch
|
||||
patches.kernel.org/6.1.75-206-drm-msm-dpu-Drop-enable-and-frame_count-parame.patch
|
||||
patches.kernel.org/6.1.75-207-drm-mediatek-Return-error-if-MDP-RDMA-failed-t.patch
|
||||
patches.kernel.org/6.1.75-208-drm-mediatek-Fix-underrun-in-VDO1-when-switche.patch
|
||||
patches.kernel.org/6.1.75-209-drm-amdgpu-debugfs-fix-error-code-when-smc-reg.patch
|
||||
patches.kernel.org/6.1.75-210-drm-amd-pm-fix-a-double-free-in-si_dpm_init.patch
|
||||
patches.kernel.org/6.1.75-211-drivers-amd-pm-fix-a-use-after-free-in-kv_pars.patch
|
||||
patches.kernel.org/6.1.75-212-gpu-drm-radeon-fix-two-memleaks-in-radeon_vm_i.patch
|
||||
patches.kernel.org/6.1.75-213-drm-amd-pm-fix-a-double-free-in-amdgpu_parse_e.patch
|
||||
patches.kernel.org/6.1.75-214-f2fs-fix-to-check-return-value-of-f2fs_recover.patch
|
||||
patches.kernel.org/6.1.75-215-dt-bindings-clock-Update-the-videocc-resets-fo.patch
|
||||
patches.kernel.org/6.1.75-216-clk-qcom-videocc-sm8150-Update-the-videocc-res.patch
|
||||
patches.kernel.org/6.1.75-217-clk-qcom-videocc-sm8150-Add-missing-PLL-config.patch
|
||||
patches.kernel.org/6.1.75-218-drivers-clk-zynqmp-calculate-closest-mux-rate.patch
|
||||
patches.kernel.org/6.1.75-219-drivers-clk-zynqmp-update-divider-round-rate-l.patch
|
||||
patches.kernel.org/6.1.75-220-watchdog-set-cdev-owner-before-adding.patch
|
||||
patches.kernel.org/6.1.75-221-watchdog-hpwdt-Only-claim-UNKNOWN-NMI-if-from-.patch
|
||||
patches.kernel.org/6.1.75-222-watchdog-bcm2835_wdt-Fix-WDIOC_SETTIMEOUT-hand.patch
|
||||
patches.kernel.org/6.1.75-223-watchdog-rti_wdt-Drop-runtime-pm-reference-cou.patch
|
||||
patches.kernel.org/6.1.75-224-clk-si5341-fix-an-error-code-problem-in-si5341.patch
|
||||
patches.kernel.org/6.1.75-225-drm-mediatek-dp-Add-phy_mtk_dp-module-as-pre-d.patch
|
||||
patches.kernel.org/6.1.75-226-accel-habanalabs-fix-information-leak-in-sec_a.patch
|
||||
patches.kernel.org/6.1.75-227-clk-fixed-rate-fix-clk_hw_register_fixed_rate_.patch
|
||||
patches.kernel.org/6.1.75-228-pwm-stm32-Use-regmap_clear_bits-and-regmap_set.patch
|
||||
patches.kernel.org/6.1.75-229-pwm-stm32-Use-hweight32-in-stm32_pwm_detect_ch.patch
|
||||
patches.kernel.org/6.1.75-230-pwm-stm32-Fix-enable-count-for-clk-in-.probe.patch
|
||||
patches.kernel.org/6.1.75-231-ASoC-rt5645-Drop-double-EF20-entry-from-dmi_pl.patch
|
||||
patches.kernel.org/6.1.75-232-ALSA-scarlett2-Add-missing-error-check-to-scar.patch
|
||||
patches.kernel.org/6.1.75-233-ALSA-scarlett2-Add-missing-error-check-to-scar.patch
|
||||
patches.kernel.org/6.1.75-234-ALSA-scarlett2-Allow-passing-any-output-to-lin.patch
|
||||
patches.kernel.org/6.1.75-235-ALSA-scarlett2-Add-missing-error-checks-to-_ct.patch
|
||||
patches.kernel.org/6.1.75-236-ALSA-scarlett2-Add-clamp-in-scarlett2_mixer_ct.patch
|
||||
patches.kernel.org/6.1.75-237-mmc-sdhci_am654-Fix-TI-SoC-dependencies.patch
|
||||
patches.kernel.org/6.1.75-238-mmc-sdhci_omap-Fix-TI-SoC-dependencies.patch
|
||||
patches.kernel.org/6.1.75-239-IB-iser-Prevent-invalidating-wrong-MR.patch
|
||||
patches.kernel.org/6.1.75-240-drm-amdkfd-Confirm-list-is-non-empty-before-ut.patch
|
||||
patches.kernel.org/6.1.75-241-drm-amd-pm-smu7-fix-a-memleak-in-smu7_hwmgr_ba.patch
|
||||
patches.kernel.org/6.1.75-242-kselftest-alsa-mixer-test-fix-the-number-of-pa.patch
|
||||
patches.kernel.org/6.1.75-243-kselftest-alsa-mixer-test-Fix-the-print-format.patch
|
||||
patches.kernel.org/6.1.75-244-ksmbd-validate-the-zero-field-of-packet-header.patch
|
||||
patches.kernel.org/6.1.75-245-of-Fix-double-free-in-of_parse_phandle_with_ar.patch
|
||||
patches.kernel.org/6.1.75-246-fbdev-imxfb-fix-left-margin-setting.patch
|
||||
patches.kernel.org/6.1.75-247-of-unittest-Fix-of_count_phandle_with_args-exp.patch
|
||||
patches.kernel.org/6.1.75-248-selftests-bpf-Add-assert-for-user-stacks-in-te.patch
|
||||
patches.kernel.org/6.1.75-249-keys-dns-Fix-size-check-of-V1-server-list-head.patch
|
||||
patches.kernel.org/6.1.75-250-binder-fix-async-space-check-for-0-sized-buffe.patch
|
||||
patches.kernel.org/6.1.75-251-binder-fix-unused-alloc-free_async_space.patch
|
||||
patches.kernel.org/6.1.75-252-mips-smp-Call-rcutree_report_cpu_starting-earl.patch
|
||||
patches.kernel.org/6.1.75-253-Input-atkbd-use-ab83-as-id-when-skipping-the-g.patch
|
||||
patches.kernel.org/6.1.75-254-xen-netback-don-t-produce-zero-size-SKB-frags.patch
|
||||
patches.kernel.org/6.1.75-255-binder-fix-race-between-mmput-and-do_exit.patch
|
||||
patches.kernel.org/6.1.75-256-clocksource-drivers-timer-ti-dm-Fix-make-W-n-k.patch
|
||||
patches.kernel.org/6.1.75-257-powerpc-64s-Increase-default-stack-size-to-32K.patch
|
||||
patches.kernel.org/6.1.75-258-tick-sched-Fix-idle-and-iowait-sleeptime-accou.patch
|
||||
patches.kernel.org/6.1.75-259-usb-phy-mxs-remove-CONFIG_USB_OTG-condition-fo.patch
|
||||
patches.kernel.org/6.1.75-260-usb-dwc-ep0-Update-request-status-in-dwc3_ep0_.patch
|
||||
patches.kernel.org/6.1.75-261-Revert-usb-dwc3-Soft-reset-phy-on-probe-for-ho.patch
|
||||
patches.kernel.org/6.1.75-262-Revert-usb-dwc3-don-t-reset-device-side-if-dwc.patch
|
||||
patches.kernel.org/6.1.75-263-usb-chipidea-wait-controller-resume-finished-f.patch
|
||||
patches.kernel.org/6.1.75-264-usb-cdns3-fix-uvc-failure-work-since-sg-suppor.patch
|
||||
patches.kernel.org/6.1.75-265-usb-cdns3-fix-iso-transfer-error-when-mult-is-.patch
|
||||
patches.kernel.org/6.1.75-266-usb-cdns3-Fix-uvc-fail-when-DMA-cross-4k-bound.patch
|
||||
patches.kernel.org/6.1.75-267-Revert-usb-typec-class-fix-typec_altmode_put_p.patch
|
||||
patches.kernel.org/6.1.75-268-usb-typec-class-fix-typec_altmode_put_partner-.patch
|
||||
patches.kernel.org/6.1.75-269-usb-mon-Fix-atomicity-violation-in-mon_bin_vma.patch
|
||||
patches.kernel.org/6.1.75-270-serial-core-fix-sanitizing-check-for-RTS-setti.patch
|
||||
patches.kernel.org/6.1.75-271-serial-core-make-sure-RS485-cannot-be-enabled-.patch
|
||||
patches.kernel.org/6.1.75-272-serial-8250_bcm2835aux-Restore-clock-error-han.patch
|
||||
patches.kernel.org/6.1.75-273-serial-core-imx-do-not-set-RS485-enabled-if-it.patch
|
||||
patches.kernel.org/6.1.75-274-serial-imx-Ensure-that-imx_uart_rs485_config-i.patch
|
||||
patches.kernel.org/6.1.75-275-serial-8250_exar-Set-missing-rs485_supported-f.patch
|
||||
patches.kernel.org/6.1.75-276-serial-omap-do-not-override-settings-for-RS485.patch
|
||||
patches.kernel.org/6.1.75-277-drm-vmwgfx-Fix-possible-invalid-drm-gem-put-ca.patch
|
||||
patches.kernel.org/6.1.75-278-drm-vmwgfx-Keep-a-gem-reference-to-user-bos-in.patch
|
||||
patches.kernel.org/6.1.75-279-ALSA-oxygen-Fix-right-channel-of-capture-volum.patch
|
||||
patches.kernel.org/6.1.75-280-ALSA-hda-relatek-Enable-Mute-LED-on-HP-Laptop-.patch
|
||||
patches.kernel.org/6.1.75-281-ALSA-hda-realtek-Enable-mute-micmute-LEDs-and-.patch
|
||||
patches.kernel.org/6.1.75-282-ALSA-hda-realtek-Enable-headset-mic-on-Lenovo-.patch
|
||||
patches.kernel.org/6.1.75-283-ksmbd-validate-mech-token-in-session-setup.patch
|
||||
patches.kernel.org/6.1.75-284-ksmbd-fix-UAF-issue-in-ksmbd_tcp_new_connectio.patch
|
||||
patches.kernel.org/6.1.75-285-ksmbd-only-v2-leases-handle-the-directory.patch
|
||||
patches.kernel.org/6.1.75-286-io_uring-rw-ensure-io-bytes_done-is-always-ini.patch
|
||||
patches.kernel.org/6.1.75-287-fbdev-flush-deferred-work-in-fb_deferred_io_fs.patch
|
||||
patches.kernel.org/6.1.75-288-fbdev-flush-deferred-IO-before-closing.patch
|
||||
patches.kernel.org/6.1.75-289-scsi-ufs-core-Simplify-power-management-during.patch
|
||||
patches.kernel.org/6.1.75-290-scsi-target-core-add-missing-file_-start-end-_.patch
|
||||
patches.kernel.org/6.1.75-291-scsi-mpi3mr-Refresh-sdev-queue-depth-after-con.patch
|
||||
patches.kernel.org/6.1.75-292-scsi-mpi3mr-Block-PEL-Enable-Command-on-Contro.patch
|
||||
patches.kernel.org/6.1.75-293-drm-amd-Enable-PCIe-PME-from-D3.patch
|
||||
patches.kernel.org/6.1.75-294-block-add-check-that-partition-length-needs-to.patch
|
||||
patches.kernel.org/6.1.75-295-block-Fix-iterating-over-an-empty-bio-with-bio.patch
|
||||
patches.kernel.org/6.1.75-296-netfilter-nf_tables-check-if-catch-all-set-ele.patch
|
||||
patches.kernel.org/6.1.75-297-pwm-jz4740-Don-t-use-dev_err_probe-in-.request.patch
|
||||
patches.kernel.org/6.1.75-298-pwm-Fix-out-of-bounds-access-in-of_pwm_single_.patch
|
||||
patches.kernel.org/6.1.75-299-md-raid1-Use-blk_opf_t-for-read-and-write-oper.patch
|
||||
patches.kernel.org/6.1.75-300-rootfs-Fix-support-for-rootfstype-when-root-is.patch
|
||||
patches.kernel.org/6.1.75-301-Bluetooth-Fix-atomicity-violation-in-min-max-_.patch
|
||||
patches.kernel.org/6.1.75-302-bpf-Fix-re-attachment-branch-in-bpf_tracing_pr.patch
|
||||
patches.kernel.org/6.1.75-303-LoongArch-Fix-and-simplify-fcsr-initialization.patch
|
||||
patches.kernel.org/6.1.75-304-iommu-arm-smmu-qcom-Add-missing-GMU-entry-to-m.patch
|
||||
patches.kernel.org/6.1.75-305-iommu-dma-Trace-bounce-buffer-usage-when-mappi.patch
|
||||
patches.kernel.org/6.1.75-306-wifi-mt76-fix-broken-precal-loading-from-MTD-f.patch
|
||||
patches.kernel.org/6.1.75-307-wifi-rtlwifi-Remove-bogus-and-dangerous-ASPM-d.patch
|
||||
patches.kernel.org/6.1.75-308-wifi-rtlwifi-Convert-LNKCTL-change-to-PCIe-cap.patch
|
||||
patches.kernel.org/6.1.75-309-wifi-mwifiex-configure-BSSID-consistently-when.patch
|
||||
patches.kernel.org/6.1.75-310-Revert-net-rtnetlink-Enslave-device-before-bri.patch
|
||||
patches.kernel.org/6.1.75-311-cxl-port-Fix-decoder-initialization-when-nr_ta.patch
|
||||
patches.kernel.org/6.1.75-312-PCI-P2PDMA-Remove-reference-to-pci_p2pdma_map_.patch
|
||||
patches.kernel.org/6.1.75-313-PCI-dwc-endpoint-Fix-dw_pcie_ep_raise_msix_irq.patch
|
||||
patches.kernel.org/6.1.75-314-PCI-mediatek-Clear-interrupt-status-before-dis.patch
|
||||
patches.kernel.org/6.1.75-315-x86-kvm-Do-not-try-to-disable-kvmclock-if-it-w.patch
|
||||
patches.kernel.org/6.1.75-316-KVM-arm64-vgic-v4-Restore-pending-state-on-hos.patch
|
||||
patches.kernel.org/6.1.75-317-KVM-arm64-vgic-its-Avoid-potential-UAF-in-LPI-.patch
|
||||
patches.kernel.org/6.1.75-318-iio-adc-ad7091r-Pass-iio_dev-to-event-handler.patch
|
||||
patches.kernel.org/6.1.75-319-HID-wacom-Correct-behavior-when-processing-som.patch
|
||||
patches.kernel.org/6.1.75-320-serial-sc16is7xx-add-check-for-unsupported-SPI.patch
|
||||
patches.kernel.org/6.1.75-321-serial-sc16is7xx-set-safe-default-SPI-clock-fr.patch
|
||||
patches.kernel.org/6.1.75-322-ARM-9330-1-davinci-also-select-PINCTRL.patch
|
||||
patches.kernel.org/6.1.75-323-mfd-syscon-Fix-null-pointer-dereference-in-of_.patch
|
||||
patches.kernel.org/6.1.75-324-leds-aw2013-Select-missing-dependency-REGMAP_I.patch
|
||||
patches.kernel.org/6.1.75-325-mfd-intel-lpss-Fix-the-fractional-clock-divide.patch
|
||||
patches.kernel.org/6.1.75-326-mips-dmi-Fix-early-remap-on-MIPS32.patch
|
||||
patches.kernel.org/6.1.75-327-mips-Fix-incorrect-max_low_pfn-adjustment.patch
|
||||
patches.kernel.org/6.1.75-328-riscv-Check-if-the-code-to-patch-lies-in-the-e.patch
|
||||
patches.kernel.org/6.1.75-329-riscv-Fix-module_alloc-that-did-not-reset-the-.patch
|
||||
patches.kernel.org/6.1.75-330-riscv-Fix-set_memory_XX-and-set_direct_map_XX-.patch
|
||||
patches.kernel.org/6.1.75-331-riscv-Fix-set_direct_map_default_noflush-to-re.patch
|
||||
patches.kernel.org/6.1.75-332-riscv-Fixed-wrong-register-in-XIP_FIXUP_FLASH_.patch
|
||||
patches.kernel.org/6.1.75-333-MIPS-Alchemy-Fix-an-out-of-bound-access-in-db1.patch
|
||||
patches.kernel.org/6.1.75-334-MIPS-Alchemy-Fix-an-out-of-bound-access-in-db1.patch
|
||||
patches.kernel.org/6.1.75-335-power-supply-cw2015-correct-time_to_empty-unit.patch
|
||||
patches.kernel.org/6.1.75-336-power-supply-bq256xx-fix-some-problem-in-bq256.patch
|
||||
patches.kernel.org/6.1.75-337-serial-8250-omap-Don-t-skip-resource-freeing-i.patch
|
||||
patches.kernel.org/6.1.75-338-libapi-Add-missing-linux-types.h-header-to-get.patch
|
||||
patches.kernel.org/6.1.75-339-base-node.c-initialize-the-accessor-list-befor.patch
|
||||
patches.kernel.org/6.1.75-340-acpi-property-Let-args-be-NULL-in-__acpi_node_.patch
|
||||
patches.kernel.org/6.1.75-341-software-node-Let-args-be-NULL-in-software_nod.patch
|
||||
patches.kernel.org/6.1.75-342-serial-imx-fix-tx-statemachine-deadlock.patch
|
||||
patches.kernel.org/6.1.75-343-selftests-sgx-Fix-uninitialized-pointer-derefe.patch
|
||||
patches.kernel.org/6.1.75-344-selftests-sgx-Fix-uninitialized-pointer-derefe.patch
|
||||
patches.kernel.org/6.1.75-345-selftests-sgx-Include-memory-clobber-for-inlin.patch
|
||||
patches.kernel.org/6.1.75-346-selftests-sgx-Skip-non-X86_64-platform.patch
|
||||
patches.kernel.org/6.1.75-347-iio-adc-ad9467-fix-reset-gpio-handling.patch
|
||||
patches.kernel.org/6.1.75-348-iio-adc-ad9467-don-t-ignore-error-codes.patch
|
||||
patches.kernel.org/6.1.75-349-iio-adc-ad9467-fix-scale-setting.patch
|
||||
patches.kernel.org/6.1.75-350-perf-header-Fix-one-memory-leakage-in-perf_eve.patch
|
||||
patches.kernel.org/6.1.75-351-perf-hisi-ptt-Fix-one-memory-leakage-in-hisi_p.patch
|
||||
patches.kernel.org/6.1.75-352-perf-genelf-Set-ELF-program-header-addresses-p.patch
|
||||
patches.kernel.org/6.1.75-353-tty-change-tty_write_lock-s-ndelay-parameter-t.patch
|
||||
patches.kernel.org/6.1.75-354-tty-early-return-from-send_break-on-TTY_DRIVER.patch
|
||||
patches.kernel.org/6.1.75-355-tty-don-t-check-for-signal_pending-in-send_bre.patch
|
||||
patches.kernel.org/6.1.75-356-tty-use-if-in-send_break-instead-of-goto.patch
|
||||
patches.kernel.org/6.1.75-357-usb-cdc-acm-return-correct-error-code-on-unsup.patch
|
||||
patches.kernel.org/6.1.75-358-spmi-mtk-pmif-Serialize-PMIF-status-check-and-.patch
|
||||
patches.kernel.org/6.1.75-359-vdpa-Fix-an-error-handling-path-in-eni_vdpa_pr.patch
|
||||
patches.kernel.org/6.1.75-360-nvmet-tcp-Fix-a-kernel-panic-when-host-sends-a.patch
|
||||
patches.kernel.org/6.1.75-361-nvmet-tcp-fix-a-crash-in-nvmet_req_complete.patch
|
||||
patches.kernel.org/6.1.75-362-perf-env-Avoid-recursively-taking-env-bpf_prog.patch
|
||||
patches.kernel.org/6.1.75-363-cxl-region-fix-x9-interleave-typo.patch
|
||||
patches.kernel.org/6.1.75-364-apparmor-avoid-crash-when-parsed-profile-name-.patch
|
||||
patches.kernel.org/6.1.75-365-usb-xhci-mtk-fix-a-short-packet-issue-of-gen1-.patch
|
||||
patches.kernel.org/6.1.75-366-serial-imx-Correct-clock-error-message-in-func.patch
|
||||
patches.kernel.org/6.1.75-367-nvmet-re-fix-tracing-strncpy-warning.patch
|
||||
patches.kernel.org/6.1.75-368-nvme-trace-avoid-memcpy-overflow-warning.patch
|
||||
patches.kernel.org/6.1.75-369-nvmet-tcp-Fix-the-H2C-expected-PDU-len-calcula.patch
|
||||
patches.kernel.org/6.1.75-370-PCI-keystone-Fix-race-condition-when-initializ.patch
|
||||
patches.kernel.org/6.1.75-371-PCI-mediatek-gen3-Fix-translation-window-size-.patch
|
||||
patches.kernel.org/6.1.75-372-ASoC-mediatek-sof-common-Add-NULL-check-for-no.patch
|
||||
patches.kernel.org/6.1.75-373-s390-pci-fix-max-size-calculation-in-zpci_memc.patch
|
||||
patches.kernel.org/6.1.75-374-net-qualcomm-rmnet-fix-global-oob-in-rmnet_pol.patch
|
||||
patches.kernel.org/6.1.75-375-net-ethernet-ti-am65-cpsw-Fix-max-mtu-to-fit-e.patch
|
||||
patches.kernel.org/6.1.75-376-amt-do-not-use-overwrapped-cb-area.patch
|
||||
patches.kernel.org/6.1.75-377-net-phy-micrel-populate-.soft_reset-for-KSZ913.patch
|
||||
patches.kernel.org/6.1.75-378-mptcp-mptcp_parse_option-fix-for-MPTCPOPT_MP_J.patch
|
||||
patches.kernel.org/6.1.75-379-mptcp-strict-validation-before-using-mp_opt-hm.patch
|
||||
patches.kernel.org/6.1.75-380-mptcp-use-OPTION_MPTCP_MPJ_SYNACK-in-subflow_f.patch
|
||||
patches.kernel.org/6.1.75-381-mptcp-use-OPTION_MPTCP_MPJ_SYN-in-subflow_chec.patch
|
||||
patches.kernel.org/6.1.75-382-mptcp-refine-opt_mp_capable-determination.patch
|
||||
patches.kernel.org/6.1.75-383-block-ensure-we-hold-a-queue-reference-when-us.patch
|
||||
patches.kernel.org/6.1.75-384-udp-annotate-data-races-around-up-pending.patch
|
||||
patches.kernel.org/6.1.75-385-net-ravb-Fix-dma_addr_t-truncation-in-error-ca.patch
|
||||
patches.kernel.org/6.1.75-386-dt-bindings-gpio-xilinx-Fix-node-address-in-gp.patch
|
||||
patches.kernel.org/6.1.75-387-drm-amdkfd-Use-resource_size-helper-function.patch
|
||||
patches.kernel.org/6.1.75-388-drm-amdkfd-fixes-for-HMM-mem-allocation.patch
|
||||
patches.kernel.org/6.1.75-389-net-stmmac-ethtool-Fixed-calltrace-caused-by-u.patch
|
||||
patches.kernel.org/6.1.75-390-bpf-Reject-variable-offset-alu-on-PTR_TO_FLOW_.patch
|
||||
patches.kernel.org/6.1.75-391-net-dsa-vsc73xx-Add-null-pointer-check-to-vsc7.patch
|
||||
patches.kernel.org/6.1.75-392-LoongArch-BPF-Prevent-out-of-bounds-memory-acc.patch
|
||||
patches.kernel.org/6.1.75-393-mptcp-relax-check-on-MPC-passive-fallback.patch
|
||||
patches.kernel.org/6.1.75-394-netfilter-nf_tables-reject-invalid-set-policy.patch
|
||||
patches.kernel.org/6.1.75-395-netfilter-nft_limit-do-not-ignore-unsupported-.patch
|
||||
patches.kernel.org/6.1.75-396-netfilter-nfnetlink_log-use-proper-helper-for-.patch
|
||||
patches.kernel.org/6.1.75-397-netfilter-nf_queue-remove-excess-nf_bridge-var.patch
|
||||
patches.kernel.org/6.1.75-398-netfilter-propagate-net-to-nf_bridge_get_physi.patch
|
||||
patches.kernel.org/6.1.75-399-netfilter-bridge-replace-physindev-with-physin.patch
|
||||
patches.kernel.org/6.1.75-400-netfilter-nf_tables-do-not-allow-mismatch-fiel.patch
|
||||
patches.kernel.org/6.1.75-401-netfilter-nf_tables-skip-dead-set-elements-in-.patch
|
||||
patches.kernel.org/6.1.75-402-netfilter-nf_tables-reject-NFT_SET_CONCAT-with.patch
|
||||
patches.kernel.org/6.1.75-403-ipvs-avoid-stat-macros-calls-from-preemptible-.patch
|
||||
patches.kernel.org/6.1.75-404-kdb-Fix-a-potential-buffer-overflow-in-kdb_loc.patch
|
||||
patches.kernel.org/6.1.75-405-ethtool-netlink-Add-missing-ethnl_ops_begin-co.patch
|
||||
patches.kernel.org/6.1.75-406-loop-fix-the-the-direct-I-O-support-check-when.patch
|
||||
patches.kernel.org/6.1.75-407-mlxsw-spectrum_acl_erp-Fix-error-flow-of-pool-.patch
|
||||
patches.kernel.org/6.1.75-408-selftests-mlxsw-qos_pfc-Adjust-the-test-to-sup.patch
|
||||
patches.kernel.org/6.1.75-409-ipv6-mcast-fix-data-race-in-ipv6_mc_down-mld_i.patch
|
||||
patches.kernel.org/6.1.75-410-i2c-s3c24xx-fix-read-transfers-in-polling-mode.patch
|
||||
patches.kernel.org/6.1.75-411-i2c-s3c24xx-fix-transferring-more-than-one-mes.patch
|
||||
patches.kernel.org/6.1.75-412-block-Remove-special-casing-of-compound-pages.patch
|
||||
patches.kernel.org/6.1.75-413-riscv-Fix-wrong-usage-of-lm_alias-when-splitti.patch
|
||||
patches.kernel.org/6.1.75-414-Revert-KEYS-encrypted-Add-check-for-strsep.patch
|
||||
patches.kernel.org/6.1.75-415-arm64-dts-armada-3720-turris-mox-set-irq-type-.patch
|
||||
patches.kernel.org/6.1.75-416-Revert-Revert-md-raid5-Wait-for-MD_SB_CHANGE_P.patch
|
||||
patches.kernel.org/6.1.75-417-Linux-6.1.75.patch
|
||||
|
||||
########################################################
|
||||
# Build fixes that apply to the vanilla kernel too.
|
||||
|
@ -1,3 +1,3 @@
|
||||
2024-01-21 20:12:59 +0000
|
||||
GIT Revision: b4c22d7d5941e840b6144e6b51f59868e70a8a41
|
||||
2024-01-26 08:45:50 +0000
|
||||
GIT Revision: ef1c32e97fd16930e4d8036348d1da5807bc1a65
|
||||
GIT Branch: slowroll
|
||||
|
Loading…
Reference in New Issue
Block a user