public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev,
	Piyush Raj Chouhan <piyushchouhan1598@gmail.com>,
	Takashi Iwai <tiwai@suse.de>, Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.1 008/772] ALSA: hda/realtek: Add subwoofer quirk for Infinix ZERO BOOK 13
Date: Thu, 12 Dec 2024 15:49:13 +0100	[thread overview]
Message-ID: <20241212144350.285067117@linuxfoundation.org> (raw)
In-Reply-To: <20241212144349.797589255@linuxfoundation.org>

6.1-stable review patch.  If anyone has any objections, please let me know.

------------------

From: Piyush Raj Chouhan <piyushchouhan1598@gmail.com>

[ Upstream commit ef5fbdf732a158ec27eeba69d8be851351f29f73 ]

Infinix ZERO BOOK 13 has a 2+2 speaker system which isn't probed correctly.
This patch adds a quirk with the proper pin connections.
Also The mic in this laptop suffers too high gain resulting in mostly
fan noise being recorded,
This patch Also limit mic boost.

HW Probe for device; https://linux-hardware.org/?probe=a2e892c47b

Test: All 4 speaker works, Mic has low noise.

Signed-off-by: Piyush Raj Chouhan <piyushchouhan1598@gmail.com>
Link: https://patch.msgid.link/20241028155516.15552-1-piyuschouhan1598@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 sound/pci/hda/patch_realtek.c | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index a56ec9bd90fae..f3e368f82be9b 100644
--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -7190,6 +7190,7 @@ enum {
 	ALC290_FIXUP_SUBWOOFER_HSJACK,
 	ALC269_FIXUP_THINKPAD_ACPI,
 	ALC269_FIXUP_DMIC_THINKPAD_ACPI,
+	ALC269VB_FIXUP_INFINIX_ZERO_BOOK_13,
 	ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO,
 	ALC255_FIXUP_ACER_MIC_NO_PRESENCE,
 	ALC255_FIXUP_ASUS_MIC_NO_PRESENCE,
@@ -7542,6 +7543,16 @@ static const struct hda_fixup alc269_fixups[] = {
 		.type = HDA_FIXUP_FUNC,
 		.v.func = alc269_fixup_pincfg_U7x7_headset_mic,
 	},
+	[ALC269VB_FIXUP_INFINIX_ZERO_BOOK_13] = {
+		.type = HDA_FIXUP_PINS,
+		.v.pins = (const struct hda_pintbl[]) {
+			{ 0x14, 0x90170151 }, /* use as internal speaker (LFE) */
+			{ 0x1b, 0x90170152 }, /* use as internal speaker (back) */
+			{ }
+		},
+		.chained = true,
+		.chain_id = ALC269_FIXUP_LIMIT_INT_MIC_BOOST
+	},
 	[ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO] = {
 		.type = HDA_FIXUP_PINS,
 		.v.pins = (const struct hda_pintbl[]) {
@@ -10224,6 +10235,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
 	SND_PCI_QUIRK(0x1d72, 0x1945, "Redmi G", ALC256_FIXUP_ASUS_HEADSET_MIC),
 	SND_PCI_QUIRK(0x1d72, 0x1947, "RedmiBook Air", ALC255_FIXUP_XIAOMI_HEADSET_MIC),
 	SND_PCI_QUIRK(0x2782, 0x0214, "VAIO VJFE-CL", ALC269_FIXUP_LIMIT_INT_MIC_BOOST),
+	SND_PCI_QUIRK(0x2782, 0x0228, "Infinix ZERO BOOK 13", ALC269VB_FIXUP_INFINIX_ZERO_BOOK_13),
 	SND_PCI_QUIRK(0x2782, 0x0232, "CHUWI CoreBook XPro", ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO),
 	SND_PCI_QUIRK(0x2782, 0x1707, "Vaio VJFE-ADL", ALC298_FIXUP_SPK_VOLUME),
 	SND_PCI_QUIRK(0x8086, 0x2074, "Intel NUC 8", ALC233_FIXUP_INTEL_NUC8_DMIC),
-- 
2.43.0




  parent reply	other threads:[~2024-12-12 15:53 UTC|newest]

Thread overview: 786+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12 14:49 [PATCH 6.1 000/772] 6.1.120-rc1 review Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 001/772] ASoC: Intel: bytcr_rt5640: Add support for non ACPI instantiated codec Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 002/772] ASoC: Intel: bytcr_rt5640: Add DMI quirk for Vexia Edu Atla 10 tablet Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 003/772] ASoC: Intel: sst: Support LPE0F28 ACPI HID Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 004/772] wifi: iwlwifi: mvm: Use the sync timepoint API in suspend Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 005/772] mac80211: fix user-power when emulating chanctx Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 006/772] usb: add support for new USB device ID 0x17EF:0x3098 for the r8152 driver Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 007/772] selftests/watchdog-test: Fix system accidentally reset after watchdog-test Greg Kroah-Hartman
2024-12-12 14:49 ` Greg Kroah-Hartman [this message]
2024-12-12 14:49 ` [PATCH 6.1 009/772] x86/amd_nb: Fix compile-testing without CONFIG_AMD_NB Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 010/772] bpf: fix filed access without lock Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 011/772] net: usb: qmi_wwan: add Quectel RG650V Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 012/772] soc: qcom: Add check devm_kasprintf() returned value Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 013/772] regulator: rk808: Add apply_bit for BUCK3 on RK809 Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 014/772] platform/x86: dell-smbios-base: Extends support to Alienware products Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 015/772] platform/x86: dell-wmi-base: Handle META key Lock/Unlock events Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 016/772] tools/lib/thermal: Remove the thermal.h soft link when doing make clean Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 017/772] can: j1939: fix error in J1939 documentation Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 018/772] platform/x86: thinkpad_acpi: Fix for ThinkPads with ECFW showing incorrect fan speed Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 019/772] ASoC: amd: yc: Support dmic on another model of Lenovo Thinkpad E14 Gen 6 Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 020/772] ASoC: stm: Prevent potential division by zero in stm32_sai_mclk_round_rate() Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 021/772] ASoC: stm: Prevent potential division by zero in stm32_sai_get_clk_div() Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 022/772] drm: panel-orientation-quirks: Make Lenovo Yoga Tab 3 X90F DMI match less strict Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 023/772] proc/softirqs: replace seq_printf with seq_put_decimal_ull_width Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 024/772] ASoC: audio-graph-card2: Purge absent supplies for device tree nodes Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 025/772] LoongArch: Define a default value for VM_DATA_DEFAULT_FLAGS Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 026/772] ALSA: usb-audio: Fix Yamaha P-125 Quirk Entry Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 027/772] ARM: 9420/1: smp: Fix SMP for xip kernels Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 028/772] ipmr: Fix access to mfc_cache_list without lock held Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 029/772] closures: Change BUG_ON() to WARN_ON() Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 030/772] net: fix crash when config small gso_max_size/gso_ipv4_max_size Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 031/772] serial: sc16is7xx: fix invalid FIFO access with special register set Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 032/772] x86/stackprotector: Work around strict Clang TLS symbol requirements Greg Kroah-Hartman
2024-12-12 15:58   ` Ard Biesheuvel
2024-12-12 14:49 ` [PATCH 6.1 033/772] cifs: Fix buffer overflow when parsing NFS reparse points Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 034/772] fpga: bridge: add owner module and take its refcount Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 035/772] fpga: manager: " Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 036/772] drm/amd/display: Add NULL check for function pointer in dcn32_set_output_transfer_func Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 037/772] drm/amd/display: Check null-initialized variables Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 038/772] Bluetooth: hci_sync: Add helper functions to manipulate cmd_sync queue Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 039/772] Bluetooth: MGMT: Fix possible crash on mgmt_index_removed Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 040/772] fbdev: efifb: Register sysfs groups through driver core Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 041/772] mptcp: fix possible integer overflow in mptcp_reset_tout_timer Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 042/772] wifi: rtw89: avoid to add interface to list twice when SER Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 043/772] drm/amd/display: Initialize denominators default to 1 Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 044/772] fs/inode: Prevent dump_mapping() accessing invalid dentry.d_name.name Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 045/772] x86/barrier: Do not serialize MSR accesses on AMD Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 046/772] kselftest/arm64: mte: fix printf type warnings about __u64 Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 047/772] kselftest/arm64: mte: fix printf type warnings about longs Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 048/772] s390/cio: Do not unregister the subchannel based on DNV Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 049/772] brd: defer automatic disk creation until module initialization succeeds Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 050/772] ext4: make abort mount option handling standard Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 051/772] ext4: avoid remount errors with abort mount option Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 052/772] mips: asm: fix warning when disabling MIPS_FP_SUPPORT Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 053/772] initramfs: avoid filename buffer overrun Greg Kroah-Hartman
2024-12-12 14:49 ` [PATCH 6.1 054/772] nvme-pci: fix freeing of the HMB descriptor table Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 055/772] m68k: mvme147: Fix SCSI controller IRQ numbers Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 056/772] m68k: mvme16x: Add and use "mvme16x.h" Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 057/772] m68k: mvme147: Reinstate early console Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 058/772] arm64: fix .data.rel.ro size assertion when CONFIG_LTO_CLANG Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 059/772] acpi/arm64: Adjust error handling procedure in gtdt_parse_timer_block() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 060/772] cachefiles: Fix missing pos updates in cachefiles_ondemand_fd_write_iter() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 061/772] netfs/fscache: Add a memory barrier for FSCACHE_VOLUME_CREATING Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 062/772] block: fix bio_split_rw_at to take zone_write_granularity into account Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 063/772] s390/syscalls: Avoid creation of arch/arch/ directory Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 064/772] hfsplus: dont query the device logical block size multiple times Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 065/772] nvme-pci: reverse request order in nvme_queue_rqs Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 066/772] virtio_blk: reverse request order in virtio_queue_rqs Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 067/772] crypto: caam - Fix the pointer passed to caam_qi_shutdown() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 068/772] firmware: google: Unregister driver_info on failure Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 069/772] EDAC/bluefield: Fix potential integer overflow Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 070/772] crypto: qat - remove faulty arbiter config reset Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 071/772] thermal: core: Initialize thermal zones before registering them Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 072/772] EDAC/fsl_ddr: Fix bad bit shift operations Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 073/772] crypto: pcrypt - Call crypto layer directly when padata_do_parallel() return -EBUSY Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 074/772] crypto: cavium - Fix the if condition to exit loop after timeout Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 075/772] crypto: hisilicon/qm - disable same error report before resetting Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 076/772] EDAC/igen6: Avoid segmentation fault on module unload Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 077/772] crypto: inside-secure - Fix the return value of safexcel_xcbcmac_cra_init() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 078/772] doc: rcu: update printed dynticks counter bits Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 079/772] hwmon: (nct6775-core) Fix overflows seen when writing limit attributes Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 080/772] ACPI: CPPC: Fix _CPC register setting issue Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 081/772] crypto: caam - add error check to caam_rsa_set_priv_key_form Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 082/772] crypto: bcm - add error check in the ahash_hmac_init function Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 083/772] crypto: cavium - Fix an error handling path in cpt_ucode_load_fw() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 084/772] tools/lib/thermal: Make more generic the command encoding function Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 085/772] thermal/lib: Fix memory leak on error in thermal_genl_auto() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 086/772] time: Fix references to _msecs_to_jiffies() handling of values Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 087/772] seqlock/latch: Provide raw_read_seqcount_latch_retry() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 088/772] kcsan, seqlock: Support seqcount_latch_t Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 089/772] kcsan, seqlock: Fix incorrect assumption in read_seqbegin() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 090/772] clocksource/drivers:sp804: Make user selectable Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 091/772] clocksource/drivers/timer-ti-dm: Fix child node refcount handling Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 092/772] spi: spi-fsl-lpspi: downgrade log level for pio mode Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 093/772] spi: spi-fsl-lpspi: Use IRQF_NO_AUTOEN flag in request_irq() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 094/772] drivers: soc: xilinx: add the missing kfree in xlnx_add_cb_for_suspend() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 095/772] microblaze: Export xmb_manager functions Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 096/772] arm64: dts: mt8195: Fix dtbs_check error for infracfg_ao node Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 097/772] soc: ti: smartreflex: Use IRQF_NO_AUTOEN flag in request_irq() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 098/772] soc: qcom: geni-se: fix array underflow in geni_se_clk_tbl_get() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 099/772] mmc: mmc_spi: drop buggy snprintf() Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 100/772] tpm: fix signed/unsigned bug when checking event logs Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 101/772] arm64: dts: mt8183: krane: Fix the address of eeprom at i2c4 Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 102/772] arm64: dts: mt8183: kukui: " Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 103/772] arm64: dts: mediatek: mt8173-elm-hana: Add vdd-supply to second source trackpad Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 104/772] Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline" Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 105/772] cgroup/bpf: only cgroup v2 can be attached by bpf programs Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 106/772] arm64: dts: mt8183: fennel: add i2c2s i2c-scl-internal-delay-ns Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 107/772] arm64: dts: mt8183: burnet: " Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 108/772] arm64: dts: mt8183: cozmo: " Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 109/772] arm64: dts: mt8183: Damu: " Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 110/772] pwm: imx27: Workaround of the pwm output bug when decrease the duty cycle Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 111/772] ARM: dts: cubieboard4: Fix DCDC5 regulator constraints Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 112/772] pmdomain: ti-sci: Add missing of_node_put() for args.np Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 113/772] spi: tegra210-quad: Avoid shift-out-of-bounds Greg Kroah-Hartman
2024-12-12 14:50 ` [PATCH 6.1 114/772] spi: zynqmp-gqspi: Undo runtime PM changes at driver exit time​ Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 115/772] regmap: irq: Set lockdep class for hierarchical IRQ domains Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 116/772] arm64: dts: mt8183: jacuzzi: Move panel under aux-bus Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 117/772] arm64: dts: mediatek: mt8183-kukui-jacuzzi: Fix DP bridge supply names Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 118/772] arm64: dts: mediatek: mt8183-kukui-jacuzzi: Add supplies for fixed regulators Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 119/772] selftests/resctrl: Protect against array overrun during iMC config parsing Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 120/772] firmware: arm_scpi: Check the DVFS OPP count returned by the firmware Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 121/772] venus: venc: add handling for VIDIOC_ENCODER_CMD Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 122/772] media: venus: provide ctx queue lock for ioctl synchronization Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 123/772] media: atomisp: Add check for rgby_data memory allocation failure Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 124/772] platform/x86: panasonic-laptop: Return errno correctly in show callback Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 125/772] drm/mm: Mark drm_mm_interval_tree*() functions with __maybe_unused Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 126/772] drm/vc4: hvs: Dont write gamma luts on 2711 Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 127/772] drm/vc4: hdmi: Avoid hang with debug registers when suspended Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 128/772] drm/vc4: hvs: Fix dlist debug not resetting the next entry pointer Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 129/772] drm/vc4: hvs: Remove incorrect limit from hvs_dlist debugfs function Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 130/772] drm/vc4: hvs: Correct logic on stopping an HVS channel Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 131/772] wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service() Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 132/772] drm/omap: Fix possible NULL dereference Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 133/772] drm/omap: Fix locking in omap_gem_new_dmabuf() Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 134/772] wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq() Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 135/772] wifi: mwifiex: " Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 136/772] drm/imx/dcss: " Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 137/772] drm/imx/ipuv3: " Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 138/772] drm/v3d: Address race-condition in MMU flush Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 139/772] wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss1 Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 140/772] wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2 Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 141/772] dt-bindings: vendor-prefixes: Add NeoFidelity, Inc Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 142/772] ASoC: fsl_micfil: fix regmap_write_bits usage Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 143/772] ASoC: dt-bindings: mt6359: Update generic node name and dmic-mode Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 144/772] drm/bridge: anx7625: Drop EDID cache on bridge power off Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 145/772] libbpf: Fix output .symtab byte-order during linking Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 146/772] bpf: Fix the xdp_adjust_tail sample prog issue Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 147/772] selftests/bpf: Add csum helpers Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 148/772] selftests/bpf: Fix backtrace printing for selftests crashes Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 149/772] selftests/bpf: add missing header include for htons Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 150/772] libbpf: fix sym_is_subprog() logic for weak global subprogs Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 151/772] libbpf: never interpret subprogs in .text as entry programs Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 152/772] netdevsim: copy addresses for both in and out paths Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 153/772] drm/bridge: tc358767: Fix link properties discovery Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 154/772] selftests/bpf: Fix msg_verify_data in test_sockmap Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 155/772] selftests/bpf: Fix txmsg_redir of test_txmsg_pull " Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 156/772] wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_scan() Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 157/772] drm: fsl-dcu: enable PIXCLK on LS1021A Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 158/772] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_common.c Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 159/772] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_ethtool.c Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 160/772] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_flows.c Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 161/772] octeontx2-pf: handle otx2_mbox_get_rsp errors in cn10k.c Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 162/772] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dmac_flt.c Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 163/772] octeontx2-pf: handle otx2_mbox_get_rsp errors in otx2_dcbnl.c Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 164/772] drm/panfrost: Remove unused id_mask from struct panfrost_model Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 165/772] bpf, arm64: Remove garbage frame for struct_ops trampoline Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 166/772] drm/msm/adreno: Use IRQF_NO_AUTOEN flag in request_irq() Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 167/772] drm/msm/gpu: Add devfreq tuning debugfs Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 168/772] drm/msm/gpu: Bypass PM QoS constraint for idle clamp Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 169/772] drm/msm/gpu: Check the status of registration to PM QoS Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 170/772] drm/etnaviv: Request pages from DMA32 zone on addressing_limited Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 171/772] drm/etnaviv: fix power register offset on GC300 Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 172/772] drm/etnaviv: hold GPU lock across perfmon sampling Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 173/772] wifi: wfx: Fix error handling in wfx_core_init() Greg Kroah-Hartman
2024-12-12 14:51 ` [PATCH 6.1 174/772] drm/msm/dpu: cast crtc_clk calculation to u64 in _dpu_core_perf_calc_clk() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 175/772] netfilter: nf_tables: skip transaction if update object is not implemented Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 176/772] netfilter: nf_tables: must hold rcu read lock while iterating object type list Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 177/772] netlink: typographical error in nlmsg_type constants definition Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 178/772] selftests/bpf: Add txmsg_pass to pull/push/pop in test_sockmap Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 179/772] selftests/bpf: Fix SENDPAGE data logic " Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 180/772] selftests/bpf: Fix total_bytes in msg_loop_rx " Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 181/772] selftests/bpf: Add push/pop checking for msg_verify_data " Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 182/772] bpf, sockmap: Several fixes to bpf_msg_push_data Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 183/772] bpf, sockmap: Several fixes to bpf_msg_pop_data Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 184/772] bpf, sockmap: Fix sk_msg_reset_curr Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 185/772] sock_diag: add module pointer to "struct sock_diag_handler" Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 186/772] sock_diag: allow concurrent operations Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 187/772] sock_diag: allow concurrent operation in sock_diag_rcv_msg() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 188/772] net: use unrcu_pointer() helper Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 189/772] ipv6: release nexthop on device removal Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 190/772] selftests: net: really check for bg process completion Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 191/772] drm/amdkfd: Fix wrong usage of INIT_WORK() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 192/772] net: rfkill: gpio: Add check for clk_enable() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 193/772] ALSA: usx2y: Use snd_card_free_when_closed() at disconnection Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 194/772] ALSA: us122l: " Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 195/772] ALSA: caiaq: " Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 196/772] ALSA: 6fire: Release resources at card release Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 197/772] Bluetooth: fix use-after-free in device_for_each_child() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 198/772] netpoll: Use rcu_access_pointer() in netpoll_poll_lock Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 199/772] wireguard: selftests: load nf_conntrack if not present Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 200/772] bpf: fix recursive lock when verdict program return SK_PASS Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 201/772] unicode: Fix utf8_load() error path Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 202/772] trace/trace_event_perf: remove duplicate samples on the first tracepoint event Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 203/772] pinctrl: zynqmp: drop excess struct member description Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 204/772] powerpc/vdso: Flag VDSO64 entry points as functions Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 205/772] mfd: tps65010: Use IRQF_NO_AUTOEN flag in request_irq() to fix race Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 206/772] mfd: da9052-spi: Change read-mask to write-mask Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 207/772] mfd: intel_soc_pmic_bxtwc: Use IRQ domain for USB Type-C device Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 208/772] mfd: intel_soc_pmic_bxtwc: Use IRQ domain for TMU device Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 209/772] mfd: intel_soc_pmic_bxtwc: Use IRQ domain for PMIC devices Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 210/772] cpufreq: loongson2: Unregister platform_driver on failure Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 211/772] powerpc/fadump: Refactor and prepare fadump_cma_init for late init Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 212/772] powerpc/fadump: Move fadump_cma_init to setup_arch() after initmem_init() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 213/772] memory: renesas-rpc-if: Improve Runtime PM handling Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 214/772] memory: renesas-rpc-if: Pass device instead of rpcif to rpcif_*() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 215/772] memory: renesas-rpc-if: Remove Runtime PM wrappers Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 216/772] mtd: hyperbus: rpc-if: Convert to platform remove callback returning void Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 217/772] mtd: hyperbus: rpc-if: Add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 218/772] mtd: rawnand: atmel: Fix possible memory leak Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 219/772] powerpc/mm/fault: Fix kfence page fault reporting Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 220/772] powerpc/pseries: Fix dtl_access_lock to be a rw_semaphore Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 221/772] cpufreq: CPPC: Fix possible null-ptr-deref for cpufreq_cpu_get_raw() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 222/772] cpufreq: CPPC: Fix possible null-ptr-deref for cppc_get_cpu_cost() Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 223/772] RDMA/hns: Fix an AEQE overflow error caused by untimely update of eq_db_ci Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 224/772] RDMA/hns: Add clear_hem return value to log Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 225/772] RDMA/hns: Use dev_* printings in hem code instead of ibdev_* Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 226/772] RDMA/hns: Remove unnecessary QP type checks Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 227/772] RDMA/hns: Fix cpu stuck caused by printings during reset Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 228/772] RDMA/bnxt_re: Check cqe flags to know imm_data vs inv_irkey Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 229/772] clk: sunxi-ng: d1: Fix PLL_AUDIO0 preset Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 230/772] clk: renesas: rzg2l: Fix FOUTPOSTDIV clk Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 231/772] clk: imx: lpcg-scu: SW workaround for errata (e10858) Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 232/772] clk: imx: fracn-gppll: correct PLL initialization flow Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 233/772] clk: imx: fracn-gppll: fix pll power up Greg Kroah-Hartman
2024-12-12 14:52 ` [PATCH 6.1 234/772] clk: imx: clk-scu: fix clk enable state save and restore Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 235/772] iommu/vt-d: Fix checks and print in dmar_fault_dump_ptes() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 236/772] iommu/vt-d: Fix checks and print in pgtable_walk() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 237/772] mfd: rt5033: Fix missing regmap_del_irq_chip() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 238/772] fs/proc/kcore.c: fix coccinelle reported ERROR instances Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 239/772] scsi: bfa: Fix use-after-free in bfad_im_module_exit() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 240/772] scsi: fusion: Remove unused variable rc Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 241/772] scsi: qedf: Fix a possible memory leak in qedf_alloc_and_init_sb() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 242/772] scsi: qedi: Fix a possible memory leak in qedi_alloc_and_init_sb() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 243/772] RDMA/hns: Fix out-of-order issue of requester when setting FENCE Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 244/772] RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 245/772] cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_cost() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 246/772] cpufreq: CPPC: Fix wrong return value in cppc_get_cpu_power() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 247/772] ocfs2: fix uninitialized value in ocfs2_file_read_iter() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 248/772] dax: delete a stale directory pmem Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 249/772] KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 250/772] KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on pending doorbells Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 251/772] powerpc/sstep: make emulate_vsx_load and emulate_vsx_store static Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 252/772] powerpc/kexec: Fix return of uninitialized variable Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 253/772] fbdev/sh7760fb: Alloc DMA memory from hardware device Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 254/772] fbdev: sh7760fb: Fix a possible memory leak in sh7760fb_alloc_mem() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 255/772] clk: clk-apple-nco: Add NULL check in applnco_probe Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 256/772] dt-bindings: clock: axi-clkgen: include AXI clk Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 257/772] clk: clk-axi-clkgen: make sure to enable the AXI bus clock Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 258/772] pinctrl: k210: Undef K210_PC_DEFAULT Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 259/772] smb: cached directories can be more than root file handle Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 260/772] mailbox: arm_mhuv2: clean up loop in get_irq_chan_comb() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 261/772] perf cs-etm: Dont flush when packet_queue fills up Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 262/772] PCI: Fix reset_method_store() memory leak Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 263/772] perf stat: Close cork_fd when create_perf_stat_counter() failed Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 264/772] perf stat: Fix affinity memory leaks on error path Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 265/772] f2fs: compress: fix inconsistent update of i_blocks in release_compress_blocks and reserve_compress_blocks Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 266/772] f2fs: fix to account dirty data in __get_secs_required() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 267/772] perf probe: Fix libdw memory leak Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 268/772] perf probe: Correct demangled symbols in C++ program Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 269/772] PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config reads Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 270/772] PCI: cpqphp: Fix PCIBIOS_* return value confusion Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 271/772] perf ftrace latency: Fix unit on histogram first entry when using --use-nsec Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 272/772] f2fs: fix the wrong f2fs_bug_on condition in f2fs_do_replace_block Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 273/772] f2fs: remove struct segment_allocation default_salloc_ops Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 274/772] f2fs: open code allocate_segment_by_default Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 275/772] f2fs: remove the unused flush argument to change_curseg Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 276/772] f2fs: check curseg->inited before write_sum_page in change_curseg Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 277/772] f2fs: fix to avoid use GC_AT when setting gc_mode as GC_URGENT_LOW or GC_URGENT_MID Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 278/772] f2fs: fix to avoid forcing direct write to use buffered IO on inline_data inode Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 279/772] perf trace: avoid garbage when not printing a trace events arguments Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 280/772] m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 281/772] m68k: coldfire/device.c: only build FEC when HW macros are defined Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 282/772] svcrdma: Address an integer overflow Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 283/772] perf trace: Do not lose last events in a race Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 284/772] perf trace: Avoid garbage when not printing a syscalls arguments Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 285/772] remoteproc: qcom: q6v5: Use _clk_get_optional for aggre2_clk Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 286/772] remoteproc: qcom: pas: add minidump_id to SM8350 resources Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 287/772] rpmsg: glink: Fix GLINK command prefix Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 288/772] rpmsg: glink: use only lower 16-bits of param2 for CMD_OPEN name length Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 289/772] remoteproc: qcom_q6v5_mss: Re-order writes to the IMEM region Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 290/772] NFSD: Prevent NULL dereference in nfsd4_process_cb_update() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 291/772] NFSD: Cap the number of bytes copied by nfs4_reset_recoverydir() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 292/772] sunrpc: simplify two-level sysctl registration for svcrdma_parm_table Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 293/772] svcrdma: fix miss destroy percpu_counter in svc_rdma_proc_init() Greg Kroah-Hartman
2024-12-12 14:53 ` [PATCH 6.1 294/772] NFSD: Fix nfsd4_shutdown_copy() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 295/772] hwmon: (tps23861) Fix reporting of negative temperatures Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 296/772] vdpa/mlx5: Fix suboptimal range on iotlb iteration Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 297/772] selftests/mount_setattr: Fix failures on 64K PAGE_SIZE kernels Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 298/772] vfio/pci: Properly hide first-in-list PCIe extended capability Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 299/772] fs_parser: update mount_api doc to match function signature Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 300/772] LoongArch: Tweak CFLAGS for Clang compatibility Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 301/772] LoongArch: Fix build failure with GCC 15 (-std=gnu23) Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 302/772] LoongArch: BPF: Sign-extend return values Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 303/772] power: supply: core: Remove might_sleep() from power_supply_put() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 304/772] power: supply: bq27xxx: Fix registers of bq27426 Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 305/772] net: usb: lan78xx: Fix double free issue with interrupt buffer allocation Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 306/772] net: usb: lan78xx: Fix memory leak on device unplug by freeing PHY device Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 307/772] tg3: Set coherent DMA mask bits to 31 for BCM57766 chipsets Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 308/772] net: usb: lan78xx: Fix refcounting and autosuspend on invalid WoL configuration Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 309/772] s390/iucv: MSG_PEEK causes memory leak in iucv_sock_destruct() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 310/772] net/ipv6: delete temporary address if mngtmpaddr is removed or unmanaged Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 311/772] net: mdio-ipq4019: add missing error check Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 312/772] marvell: pxa168_eth: fix call balance of pep->clk handling routines Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 313/772] net: stmmac: dwmac-socfpga: Set RX watchdog interrupt as broken Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 314/772] octeontx2-af: RPM: Fix mismatch in lmac type Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 315/772] spi: atmel-quadspi: Fix register name in verbose logging function Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 316/772] net: hsr: fix hsr_init_sk() vs network/transport headers Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 317/772] bnxt_en: Reserve rings after PCIe AER recovery if NIC interface is down Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 318/772] Bluetooth: MGMT: Fix slab-use-after-free Read in set_powered_sync Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 319/772] crypto: api - Add crypto_tfm_get Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 320/772] crypto: api - Add crypto_clone_tfm Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 321/772] llc: Improve setsockopt() handling of malformed user input Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 322/772] rxrpc: " Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 323/772] tcp: Fix use-after-free of nreq in reqsk_timer_handler() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 324/772] ip6mr: fix tables suspicious RCU usage Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 325/772] ipmr: " Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 326/772] iio: light: al3010: Fix an error handling path in al3010_probe() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 327/772] usb: using mutex lock and supporting O_NONBLOCK flag in iowarrior_read() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 328/772] usb: yurex: make waiting on yurex_write interruptible Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 329/772] USB: chaoskey: fail open after removal Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 330/772] USB: chaoskey: Fix possible deadlock chaoskey_list_lock Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 331/772] misc: apds990x: Fix missing pm_runtime_disable() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 332/772] counter: stm32-timer-cnt: Add check for clk_enable() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 333/772] counter: ti-ecap-capture: " Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 334/772] ALSA: hda/realtek: Update ALC256 depop procedure Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 335/772] apparmor: fix Do simple duplicate message elimination Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 336/772] ASoC: amd: yc: Fix for enabling DMIC on acp6x via _DSD entry Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 337/772] mailbox: mtk-cmdq: Move devm_mbox_controller_register() after devm_pm_runtime_enable() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 338/772] fs/ntfs3: Fixed overflow check in mi_enum_attr() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 339/772] ntfs3: Add bounds checking to mi_enum_attr() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 340/772] scsi: lpfc: Validate hdwq pointers before dereferencing in reset/errata paths Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 341/772] xfs: add bounds checking to xlog_recover_process_data Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 342/772] xen: Fix the issue of resource not being properly released in xenbus_dev_probe() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 343/772] ALSA: usb-audio: Fix out of bounds reads when finding clock sources Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 344/772] usb: ehci-spear: fix call balance of sehci clk handling routines Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 345/772] media: aspeed: Fix memory overwrite if timing is 1600x900 Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 346/772] wifi: iwlwifi: mvm: avoid NULL pointer dereference Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 347/772] drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hw Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 348/772] drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hw Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 349/772] drm/amd/display: Add NULL check for function pointer in dcn20_set_output_transfer_func Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 350/772] drm/amd/display: Check phantom_stream before it is used Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 351/772] rcu-tasks: Fix access non-existent percpu rtpcp variable in rcu_tasks_need_gpcb() Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 352/772] btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 353/772] perf/x86/intel: Hide Topdown metrics events if the feature is not enumerated Greg Kroah-Hartman
2024-12-12 14:54 ` [PATCH 6.1 354/772] mlxsw: spectrum_acl_tcam: Fix NULL pointer dereference in error path Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 355/772] ALSA: usb-audio: Fix potential out-of-bound accesses for Extigy and Mbox devices Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 356/772] Revert "arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled" Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 357/772] arm64: dts: mediatek: mt8195-cherry: Mark USB 3.0 on xhci1 as disabled Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 358/772] mm/slab: decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 359/772] dma: allow dma_get_cache_alignment() to be overridden by the arch code Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 360/772] ASoC: Intel: sst: Fix used of uninitialized ctx to log an error Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 361/772] soc: qcom: socinfo: fix revision check in qcom_socinfo_probe() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 362/772] ext4: supress data-race warnings in ext4_free_inodes_{count,set}() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 363/772] ext4: fix FS_IOC_GETFSMAP handling Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 364/772] jfs: xattr: check invalid xattr size more strictly Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 365/772] ASoC: amd: yc: Add a quirk for microfone on Lenovo ThinkPad P14s Gen 5 21MES00B00 Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 366/772] ASoC: codecs: Fix atomicity violation in snd_soc_component_get_drvdata() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 367/772] perf/x86/intel/pt: Fix buffer full but size is 0 case Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 368/772] crypto: x86/aegis128 - access 32-bit arguments as 32-bit Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 369/772] KVM: x86/mmu: Skip the "try unsync" path iff the old SPTE was a leaf SPTE Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 370/772] powerpc/pseries: Fix KVM guest detection for disabling hardlockup detector Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 371/772] KVM: arm64: vgic-v3: Sanitise guest writes to GICR_INVLPIR Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 372/772] KVM: arm64: Ignore PMCNTENSET_EL0 while checking for overflow status Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 373/772] PCI: Fix use-after-free of slot->bus on hot remove Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 374/772] fsnotify: fix sending inotify event with unexpected filename Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 375/772] comedi: Flush partial mappings in error case Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 376/772] apparmor: test: Fix memory leak for aa_unpack_strdup() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 377/772] tty: ldsic: fix tty_ldisc_autoload sysctls proc_handler Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 378/772] locking/lockdep: Avoid creating new name string literals in lockdep_set_subclass() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 379/772] pinctrl: qcom: spmi: fix debugfs drive strength Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 380/772] dt-bindings: iio: dac: ad3552r: fix maximum spi speed Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 381/772] exfat: fix uninit-value in __exfat_get_dentry_set Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 382/772] Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 383/772] usb: xhci: Fix TD invalidation under pending Set TR Dequeue Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 384/772] driver core: bus: Fix double free in driver API bus_register() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 385/772] wifi: rtlwifi: Drastically reduce the attempts to read efuse in case of failures Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 386/772] wifi: brcmfmac: release root node in all execution paths Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 387/772] Revert "usb: gadget: composite: fix OS descriptors w_value logic" Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 388/772] serial: sh-sci: Clean sci_ports[0] after at earlycon exit Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 389/772] Revert "serial: sh-sci: Clean sci_ports[0] after at earlycon exit" Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 390/772] gpio: exar: set value when external pull-up or pull-down is present Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 391/772] netfilter: ipset: add missing range check in bitmap_ip_uadt Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 392/772] spi: Fix acpi deferred irq probe Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 393/772] mtd: spi-nor: core: replace dummy buswidth from addr to data Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 394/772] cpufreq: mediatek-hw: Fix wrong return value in mtk_cpufreq_get_cpu_power() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 395/772] parisc/ftrace: Fix function graph tracing disablement Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 396/772] platform/chrome: cros_ec_typec: fix missing fwnode reference decrement Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 397/772] ubi: wl: Put source PEB into correct list if trying locking LEB failed Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 398/772] um: ubd: Do not use drvdata in release Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 399/772] um: net: " Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 400/772] dt-bindings: serial: rs485: Fix rs485-rts-delay property Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 401/772] serial: 8250_fintek: Add support for F81216E Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 402/772] serial: 8250: omap: Move pm_runtime_get_sync Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 403/772] um: vector: Do not use drvdata in release Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 404/772] sh: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 405/772] ublk: fix ublk_ch_mmap() for 64K page size Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 406/772] arm64: tls: Fix context-switching of tpidrro_el0 when kpti is enabled Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 407/772] block: fix ordering between checking BLK_MQ_S_STOPPED request adding Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 408/772] HID: wacom: Interpret tilt data from Intuos Pro BT as signed values Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 409/772] media: wl128x: Fix atomicity violation in fmc_send_cmd() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 410/772] soc: fsl: rcpm: fix missing of_node_put() in copy_ippdexpcr1_setting() Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 411/772] media: v4l2-core: v4l2-dv-timings: check cvt/gtf result Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 412/772] ALSA: pcm: Add sanity NULL check for the default mmap fault handler Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 413/772] ALSA: hda/realtek: Update ALC225 depop procedure Greg Kroah-Hartman
2024-12-12 14:55 ` [PATCH 6.1 414/772] ALSA: hda/realtek: Set PCBeep to default value for ALC274 Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 415/772] ALSA: hda/realtek: Fix Internal Speaker and Mic boost of Infinix Y4 Max Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 416/772] ALSA: hda/realtek: Apply quirk for Medion E15433 Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 417/772] smb3: request handle caching when caching directories Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 418/772] usb: musb: Fix hardware lockup on first Rx endpoint request Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 419/772] usb: dwc3: gadget: Fix checking for number of TRBs left Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 420/772] usb: dwc3: gadget: Fix looping of queued SG entries Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 421/772] ublk: fix error code for unsupported command Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 422/772] lib: string_helpers: silence snprintf() output truncation warning Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 423/772] ipc: fix memleak if msg_init_ns failed in create_ipc_ns Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 424/772] NFSD: Prevent a potential integer overflow Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 425/772] SUNRPC: make sure cache entry active before cache_show Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 426/772] um: Fix potential integer overflow during physmem setup Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 427/772] um: Fix the return value of elf_core_copy_task_fpregs Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 428/772] um: Always dump trace for specified task in show_stack Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 429/772] NFSv4.0: Fix a use-after-free problem in the asynchronous open() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 430/772] rtc: st-lpc: Use IRQF_NO_AUTOEN flag in request_irq() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 431/772] rtc: abx80x: Fix WDT bit position of the status register Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 432/772] rtc: check if __rtc_read_time was successful in rtc_timer_do_work() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 433/772] ubi: fastmap: wl: Schedule fm_work if wear-leveling pool is empty Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 434/772] ubifs: Correct the total block count by deducting journal reservation Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 435/772] ubi: fastmap: Fix duplicate slab cache names while attaching Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 436/772] ubifs: authentication: Fix use-after-free in ubifs_tnc_end_commit Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 437/772] jffs2: fix use of uninitialized variable Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 438/772] rtc: rzn1: fix BCD to rtc_time conversion errors Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 439/772] block: return unsigned int from bdev_io_min Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 440/772] 9p/xen: fix init sequence Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 441/772] 9p/xen: fix release of IRQ Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 442/772] perf/arm-smmuv3: Fix lockdep assert in ->event_init() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 443/772] perf/arm-cmn: Ensure port and device id bits are set properly Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 444/772] rtc: ab-eoz9: dont fail temperature reads on undervoltage notification Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 445/772] modpost: remove incorrect code in do_eisa_entry() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 446/772] nfs: ignore SB_RDONLY when mounting nfs Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 447/772] sunrpc: clear XPRT_SOCK_UPD_TIMEOUT when reset transport Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 448/772] sh: intc: Fix use-after-free bug in register_intc_controller() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 449/772] xfs: remove unknown compat feature check in superblock write validation Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 450/772] quota: flush quota_release_work upon quota writeback Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 451/772] btrfs: dont loop for nowait writes when checking for cross references Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 452/772] btrfs: add might_sleep() annotations Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 453/772] btrfs: add a sanity check for btrfs root in btrfs_search_slot() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 454/772] btrfs: ref-verify: fix use-after-free after invalid ref action Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 455/772] arm64: dts: allwinner: pinephone: Add mount matrix to accelerometer Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 456/772] arm64: dts: freescale: imx8mm-verdin: Fix SD regulator startup delay Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 457/772] media: amphion: Set video drvdata before register video device Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 458/772] media: imx-jpeg: " Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 459/772] media: i2c: dw9768: Fix pm_runtime_set_suspended() with runtime pm enabled Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 460/772] arm64: dts: freescale: imx8mp-verdin: Fix SD regulator startup delay Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 461/772] media: i2c: tc358743: Fix crash in the probe error path when using polling Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 462/772] media: imx-jpeg: Ensure power suppliers be suspended before detach them Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 463/772] media: ts2020: fix null-ptr-deref in ts2020_probe() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 464/772] media: platform: exynos4-is: Fix an OF node reference leak in fimc_md_is_isp_available Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 465/772] media: amphion: Fix pm_runtime_set_suspended() with runtime pm enabled Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 466/772] media: venus: " Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 467/772] media: gspca: ov534-ov772x: Fix off-by-one error in set_frame_rate() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 468/772] media: platform: allegro-dvt: Fix possible memory leak in allocate_buffers_internal() Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 469/772] media: uvcvideo: Stop stream during unregister Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 470/772] media: uvcvideo: Require entities to have a non-zero unique ID Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 471/772] ovl: Filter invalid inodes with missing lookup function Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 472/772] maple_tree: refine mas_store_root() on storing NULL Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 473/772] ftrace: Fix regression with module command in stack_trace_filter Greg Kroah-Hartman
2024-12-12 14:56 ` [PATCH 6.1 474/772] vmstat: call fold_vm_zone_numa_events() before show per zone NUMA event Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 475/772] iommu/io-pgtable-arm: Fix stage-2 map/unmap for concatenated tables Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 476/772] leds: lp55xx: Remove redundant test for invalid channel number Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 477/772] clk: qcom: gcc-qcs404: fix initial rate of GPLL3 Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 478/772] ad7780: fix division by zero in ad7780_write_raw() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 479/772] ARM: 9429/1: ioremap: Sync PGDs for VMALLOC shadow Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 480/772] s390/entry: Mark IRQ entries to fix stack depot warnings Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 481/772] ARM: 9430/1: entry: Do a dummy read from VMAP shadow Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 482/772] ARM: 9431/1: mm: Pair atomic_set_release() with _read_acquire() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 483/772] ceph: extract entity name from device id Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 484/772] util_macros.h: fix/rework find_closest() macros Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 485/772] scsi: ufs: exynos: Fix hibern8 notify callbacks Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 486/772] i3c: master: svc: Fix pm_runtime_set_suspended() with runtime pm enabled Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 487/772] i3c: master: Fix miss free init_dyn_addr at i3c_master_put_i3c_addrs() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 488/772] PCI: keystone: Set mode as Root Complex for "ti,keystone-pcie" compatible Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 489/772] PCI: keystone: Add link up check to ks_pcie_other_map_bus() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 490/772] fs/proc/kcore.c: Clear ret value in read_kcore_iter after successful iov_iter_zero Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 491/772] thermal: int3400: Fix reading of current_uuid for active policy Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 492/772] ovl: properly handle large files in ovl_security_fileattr Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 493/772] dm thin: Add missing destroy_work_on_stack() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 494/772] PCI: rockchip-ep: Fix address translation unit programming Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 495/772] nfsd: make sure exp active before svc_export_show Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 496/772] nfsd: fix nfs4_openowner leak when concurrent nfsd4_open occur Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 497/772] iio: Fix fwnode_handle in __fwnode_iio_channel_get_by_name() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 498/772] iio: adc: ad7923: Fix buffer overflow for tx_buf and ring_xfer Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 499/772] powerpc: Fix stack protector Kconfig test for clang Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 500/772] powerpc: Adjust adding stack protector flags to KBUILD_CLAGS " Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 501/772] btrfs: dont BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_proc() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 502/772] drm/sti: avoid potential dereference of error pointers in sti_hqvdp_atomic_check Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 503/772] drm/sti: avoid potential dereference of error pointers in sti_gdp_atomic_check Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 504/772] drm/sti: avoid potential dereference of error pointers Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 505/772] drm/etnaviv: flush shader L1 cache after user commandstream Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 506/772] drm/amd/pm: update current_socclk and current_uclk in gpu_metrics on smu v13.0.7 Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 507/772] iTCO_wdt: mask NMI_NOW bit for update_no_reboot_bit() call Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 508/772] watchdog: apple: Actually flush writes after requesting watchdog restart Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 509/772] watchdog: mediatek: Make sure system reset gets asserted in mtk_wdt_restart() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 510/772] can: gs_usb: remove leading space from goto labels Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 511/772] can: gs_usb: gs_usb_probe(): align block comment Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 512/772] can: gs_usb: uniformly use "parent" as variable name for struct gs_usb Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 513/772] can: gs_usb: add VID/PID for Xylanta SAINT3 product family Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 514/772] can: gs_usb: add usb endpoint address detection at driver probe step Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 515/772] can: c_can: c_can_handle_bus_err(): update statistics if skb allocation fails Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 516/772] can: sun4i_can: sun4i_can_err(): call can_change_state() even if cf is NULL Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 517/772] can: hi311x: hi3110_can_ist(): fix potential use-after-free Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 518/772] can: m_can: m_can_handle_lec_err(): fix {rx,tx}_errors statistics Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 519/772] can: ifi_canfd: ifi_canfd_handle_lec_err(): " Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 520/772] can: hi311x: hi3110_can_ist(): " Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 521/772] can: sja1000: sja1000_err(): " Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 522/772] can: sun4i_can: sun4i_can_err(): " Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 523/772] can: ems_usb: ems_usb_rx_err(): " Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 524/772] ipvs: fix UB due to uninitialized stack access in ip_vs_protocol_init() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 525/772] netfilter: x_tables: fix LED ID check in led_tg_check() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 526/772] netfilter: nft_socket: remove WARN_ON_ONCE on maximum cgroup level Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 527/772] ptp: convert remaining drivers to adjfine interface Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 528/772] ptp: Add error handling for adjfine callback in ptp_clock_adjtime Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 529/772] net/sched: tbf: correct backlog statistic for GSO packets Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 530/772] net: hsr: avoid potential out-of-bound access in fill_frame_info() Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 531/772] can: j1939: j1939_session_new(): fix skb reference counting Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 532/772] net-timestamp: make sk_tskey more predictable in error path Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 533/772] net/ipv6: release expired exception dst cached in socket Greg Kroah-Hartman
2024-12-12 14:57 ` [PATCH 6.1 534/772] dccp: Fix memory leak in dccp_feat_change_recv Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 535/772] tipc: Fix use-after-free of kernel socket in cleanup_bearer() Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 536/772] net/smc: fix LGR and link use-after-free issue Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 537/772] net/qed: allow old cards not supporting "num_images" to work Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 538/772] ixgbevf: stop attempting IPSEC offload on Mailbox API 1.5 Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 539/772] ixgbe: downgrade logging of unsupported VF API version to debug Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 540/772] igb: Fix potential invalid memory access in igb_init_module() Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 541/772] net: sched: fix erspan_opt settings in cls_flower Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 542/772] netfilter: ipset: Hold module reference while requesting a module Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 543/772] netfilter: nft_set_hash: skip duplicated elements pending gc run Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 544/772] ethtool: Fix wrong mod state in case of verbose and no_mask bitset Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 545/772] geneve: do not assume mac header is set in geneve_xmit_skb() Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 546/772] net/mlx5e: Remove workaround to avoid syndrome for internal port Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 547/772] KVM: arm64: Change kvm_handle_mmio_return() return polarity Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 548/772] KVM: arm64: Dont retire aborted MMIO instruction Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 549/772] gpio: grgpio: use a helper variable to store the address of ofdev->dev Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 550/772] gpio: grgpio: Add NULL check in grgpio_probe Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 551/772] serial: amba-pl011: Use port lock wrappers Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 552/772] serial: amba-pl011: Fix RX stall when DMA is used Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 553/772] usb: dwc3: gadget: Rewrite endpoint allocation flow Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 554/772] usb: dwc3: ep0: Dont reset resource alloc flag (including ep0) Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 555/772] usb: dwc3: ep0: Dont clear ep0 DWC3_EP_TRANSFER_STARTED Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 556/772] powerpc/vdso: Skip objtool from running on VDSO files Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 557/772] powerpc/vdso: Remove unused -s flag from ASFLAGS Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 558/772] powerpc/vdso: Improve linker flags Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 559/772] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 560/772] powerpc/vdso: Include CLANG_FLAGS explicitly in ldflags-y Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 561/772] powerpc/vdso: Refactor CFLAGS for CVDSO build Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 562/772] powerpc/vdso: Drop -mstack-protector-guard flags in 32-bit files with clang Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 563/772] ntp: Remove invalid cast in time offset math Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 564/772] driver core: fw_devlink: Improve logs for cycle detection Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 565/772] driver core: Add FWLINK_FLAG_IGNORE to completely ignore a fwnode link Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 566/772] driver core: fw_devlink: Stop trying to optimize cycle detection logic Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 567/772] i3c: Make i3c_master_unregister() return void Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 568/772] i3c: master: add enable(disable) hot join in sys entry Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 569/772] i3c: master: svc: add hot join support Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 570/772] i3c: master: fix kernel-doc check warning Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 571/772] i3c: master: support to adjust first broadcast address speed Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 572/772] i3c: master: svc: use slow speed for first broadcast address Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 573/772] i3c: master: svc: Modify enabled_events bit 7:0 to act as IBI enable counter Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 574/772] i3c: master: Replace hard code 2 with macro I3C_ADDR_SLOT_STATUS_BITS Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 575/772] i3c: master: Extend address status bit to 4 and add I3C_ADDR_SLOT_EXT_DESIRED Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 576/772] i3c: master: Fix dynamic address leak when assigned-address is present Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 577/772] PCI: endpoint: Use a separate lock for protecting epc->pci_epf list Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 578/772] PCI: endpoint: Clear secondary (not primary) EPC in pci_epc_remove_epf() Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 579/772] device property: Constify device child node APIs Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 580/772] device property: Add cleanup.h based fwnode_handle_put() scope based cleanup Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 581/772] device property: Introduce device_for_each_child_node_scoped() Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 582/772] leds: flash: mt6360: Fix device_for_each_child_node() refcounting in error paths Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 583/772] drm/bridge: it6505: update usleep_range for RC circuit charge time Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 584/772] drm/bridge: it6505: Fix inverted reset polarity Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 585/772] xsk: always clear DMA mapping information when unmapping the pool Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 586/772] bpftool: Remove asserts from JIT disassembler Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 587/772] bpftool: fix potential NULL pointer dereferencing in prog_dump() Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 588/772] drm/sti: Add __iomem for mixer_dbg_mxns parameter Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 589/772] tcp_bpf: Fix the sk_mem_uncharge logic in tcp_bpf_sendmsg Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 590/772] ALSA: usb-audio: Notify xrun for low-latency mode Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 591/772] tools: Override makefile ARCH variable if defined, but empty Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 592/772] spi: mpc52xx: Add cancel_work_sync before module remove Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 593/772] scsi: scsi_debug: Fix hrtimer support for ndelay Greg Kroah-Hartman
2024-12-12 14:58 ` [PATCH 6.1 594/772] drm/v3d: Enable Performance Counters before clearing them Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 595/772] ocfs2: free inode when ocfs2_get_init_inode() fails Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 596/772] scatterlist: fix incorrect func name in kernel-doc Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 597/772] iio: magnetometer: yas530: use signed integer type for clamp limits Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 598/772] bpf: Handle BPF_EXIST and BPF_NOEXIST for LPM trie Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 599/772] bpf: Remove unnecessary kfree(im_node) in lpm_trie_update_elem Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 600/772] bpf: Handle in-place update for full LPM trie correctly Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 601/772] bpf: Fix exact match conditions in trie_get_next_key() Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 602/772] mm: page_alloc: move mlocked flag clearance into free_pages_prepare() Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 603/772] HID: wacom: fix when get product name maybe null pointer Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 604/772] LoongArch: Add architecture specific huge_pte_clear() Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 605/772] ksmbd: fix Out-of-Bounds Read in ksmbd_vfs_stream_read Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 606/772] ksmbd: fix Out-of-Bounds Write in ksmbd_vfs_stream_write Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 607/772] watchdog: rti: of: honor timeout-sec property Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 608/772] can: dev: can_set_termination(): allow sleeping GPIOs Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 609/772] can: mcp251xfd: mcp251xfd_get_tef_len(): work around erratum DS80000789E 6 Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 610/772] tracing: Fix cmp_entries_dup() to respect sort() comparison rules Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 611/772] arm64: Ensure bits ASID[15:8] are masked out when the kernel uses 8-bit ASIDs Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 612/772] arm64: ptrace: fix partial SETREGSET for NT_ARM_TAGGED_ADDR_CTRL Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 613/772] ALSA: usb-audio: add mixer mapping for Corsair HS80 Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 614/772] ALSA: hda/realtek: Enable mute and micmute LED on HP ProBook 430 G8 Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 615/772] ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG) Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 616/772] scsi: qla2xxx: Fix abort in bsg timeout Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 617/772] scsi: qla2xxx: Fix NVMe and NPIV connect issue Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 618/772] scsi: qla2xxx: Supported speed displayed incorrectly for VPorts Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 619/772] scsi: qla2xxx: Fix use after free on unload Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 620/772] scsi: qla2xxx: Remove check req_sg_cnt should be equal to rsp_sg_cnt Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 621/772] scsi: ufs: core: sysfs: Prevent div by zero Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 622/772] scsi: ufs: core: Add missing post notify for power mode change Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 623/772] nilfs2: fix potential out-of-bounds memory access in nilfs_find_entry() Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 624/772] bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 625/772] drm/dp_mst: Fix MST sideband message body length check Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 626/772] drm/dp_mst: Verify request type in the corresponding down message reply Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 627/772] drm/dp_mst: Fix resetting msg rx state after topology removal Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 628/772] drm/amdgpu/hdp5.2: do a posting read when flushing HDP Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 629/772] modpost: Add .irqentry.text to OTHER_SECTIONS Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 630/772] bpf: fix OOB devmap writes when deleting elements Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 631/772] dma-buf: fix dma_fence_array_signaled v4 Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 632/772] dma-fence: Fix reference leak on fence merge failure path Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 633/772] dma-fence: Use kernels sort for merging fences Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 634/772] xsk: fix OOB map writes when deleting elements Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 635/772] regmap: detach regmap from dev on regmap_exit Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 636/772] mmc: sdhci-pci: Add DMI quirk for missing CD GPIO on Vexia Edu Atla 10 tablet Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 637/772] mmc: core: Further prevent card detect during shutdown Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 638/772] ocfs2: update seq_file index in ocfs2_dlm_seq_next Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 639/772] lib: stackinit: hide never-taken branch from compiler Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 640/772] iommu/arm-smmu: Defer probe of clients after smmu device bound Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 641/772] epoll: annotate racy check Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 642/772] s390/cpum_sf: Handle CPU hotplug remove during sampling Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 643/772] btrfs: avoid unnecessary device path update for the same device Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 644/772] btrfs: do not clear read-only when adding sprout device Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 645/772] kselftest/arm64: Dont leak pipe fds in pac.exec_sign_all() Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 646/772] kcsan: Turn report_filterlist_lock into a raw_spinlock Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 647/772] perf/x86/amd: Warn only on new bits set Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 648/772] media: uvcvideo: Add a quirk for the Kaiweets KTI-W02 infrared camera Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 649/772] media: cx231xx: Add support for Dexatek USB Video Grabber 1d19:6108 Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 650/772] mmc: core: Add SD card quirk for broken poweroff notification Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 651/772] soc: imx8m: Probe the SoC driver as platform driver Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 652/772] HID: magicmouse: Apple Magic Trackpad 2 USB-C driver support Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 653/772] drm/vc4: hdmi: Avoid log spam for audio start failure Greg Kroah-Hartman
2024-12-12 14:59 ` [PATCH 6.1 654/772] drm/vc4: hvs: Set AXI panic modes for the HVS Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 655/772] drm: panel-orientation-quirks: Add quirk for AYA NEO 2 model Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 656/772] drm: panel-orientation-quirks: Add quirk for AYA NEO Founder edition Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 657/772] drm: panel-orientation-quirks: Add quirk for AYA NEO GEEK Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 658/772] drm/bridge: it6505: Enable module autoloading Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 659/772] drm/mcde: " Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 660/772] drm/radeon/r600_cs: Fix possible int overflow in r600_packet3_check() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 661/772] drm/display: Fix building with GCC 15 Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 662/772] r8169: dont apply UDP padding quirk on RTL8126A Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 663/772] samples/bpf: Fix a resource leak Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 664/772] net: fec_mpc52xx_phy: Use %pa to format resource_size_t Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 665/772] net: ethernet: fs_enet: " Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 666/772] net/sched: cbs: Fix integer overflow in cbs_set_port_rate() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 667/772] af_packet: avoid erroring out after sock_init_data() in packet_create() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 668/772] Bluetooth: L2CAP: do not leave dangling sk pointer on error in l2cap_sock_create() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 669/772] Bluetooth: RFCOMM: avoid leaving dangling sk pointer in rfcomm_sock_alloc() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 670/772] net: af_can: do not leave a dangling sk pointer in can_create() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 671/772] net: ieee802154: do not leave a dangling sk pointer in ieee802154_create() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 672/772] net: inet: do not leave a dangling sk pointer in inet_create() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 673/772] net: inet6: do not leave a dangling sk pointer in inet6_create() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 674/772] wifi: ath5k: add PCI ID for SX76X Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 675/772] wifi: ath5k: add PCI ID for Arcadyan devices Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 676/772] drm/panel: simple: Add Microchip AC69T88A LVDS Display panel Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 677/772] net: sfp: change quirks for Alcatel Lucent G-010S-P Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 678/772] drm/sched: memset() job in drm_sched_job_init() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 679/772] drm/amdgpu: clear RB_OVERFLOW bit when enabling interrupts for vega20_ih Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 680/772] drm/amdgpu: Dereference the ATCS ACPI buffer Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 681/772] drm/amdgpu: refine error handling in amdgpu_ttm_tt_pin_userptr Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 682/772] dma-debug: fix a possible deadlock on radix_lock Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 683/772] jfs: array-index-out-of-bounds fix in dtReadFirst Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 684/772] jfs: fix shift-out-of-bounds in dbSplit Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 685/772] jfs: fix array-index-out-of-bounds in jfs_readdir Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 686/772] jfs: add a check to prevent array-index-out-of-bounds in dbAdjTree Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 687/772] drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 688/772] ALSA: usb-audio: Make mic volume workarounds globally applicable Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 689/772] drm/amdgpu: set the right AMDGPU sg segment limitation Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 690/772] wifi: ipw2x00: libipw_rx_any(): fix bad alignment Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 691/772] wifi: brcmfmac: Fix oops due to NULL pointer dereference in brcmf_sdiod_sglist_rw() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 692/772] dsa: qca8k: Use nested lock to avoid splat Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 693/772] Bluetooth: btusb: Add RTL8852BE device 0489:e123 to device tables Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 694/772] Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 695/772] ASoC: hdmi-codec: reorder channel allocation list Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 696/772] rocker: fix link status detection in rocker_carrier_init() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 697/772] net/neighbor: clear error in case strict check is not set Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 698/772] netpoll: Use rcu_access_pointer() in __netpoll_setup Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 699/772] pinctrl: freescale: fix COMPILE_TEST error with PINCTRL_IMX_SCU Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 700/772] tracing/ftrace: disable preemption in syscall probe Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 701/772] tracing: Use atomic64_inc_return() in trace_clock_counter() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 702/772] tools/rtla: fix collision with glibc sched_attr/sched_set_attr Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 703/772] scsi: hisi_sas: Add cond_resched() for no forced preemption model Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 704/772] scsi: ufs: core: Make DMA mask configuration more flexible Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 705/772] leds: class: Protect brightness_show() with led_cdev->led_access mutex Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 706/772] scsi: st: Dont modify unknown block number in MTIOCGET Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 707/772] scsi: st: Add MTIOCGET and MTLOAD to ioctls allowed after device reset Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 708/772] pinctrl: qcom-pmic-gpio: add support for PM8937 Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 709/772] pinctrl: qcom: spmi-mpp: Add PM8937 compatible Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 710/772] nvdimm: rectify the illogical code within nd_dax_probe() Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 711/772] smb: client: memcpy() with surrounding object base address Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 712/772] verification/dot2: Improve dot parser robustness Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 713/772] f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode Greg Kroah-Hartman
2024-12-12 15:00 ` [PATCH 6.1 714/772] i3c: mipi-i3c-hci: Mask ring interrupts before ring stop request Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 715/772] PCI: Detect and trust built-in Thunderbolt chips Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 716/772] PCI: Add reset_subordinate to reset hierarchy below bridge Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 717/772] PCI: Add ACS quirk for Wangxun FF5xxx NICs Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 718/772] i3c: Use i3cdev->desc->info instead of calling i3c_device_get_info() to avoid deadlock Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 719/772] LoongArch: Fix sleeping in atomic context for PREEMPT_RT Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 720/772] usb: chipidea: udc: handle USB Error Interrupt if IOC not set Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 721/772] iio: light: ltr501: Add LTER0303 to the supported devices Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 722/772] MIPS: Loongson64: DTS: Really fix PCIe port nodes for ls7a Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 723/772] ASoC: amd: yc: Add quirk for microphone on Lenovo Thinkpad T14s Gen 6 21M1CTO1WW Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 724/772] powerpc/prom_init: Fixup missing powermac #size-cells Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 725/772] misc: eeprom: eeprom_93cx6: Add quirk for extra read clock cycle Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 726/772] rtc: cmos: avoid taking rtc_lock for extended period of time Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 727/772] serial: 8250_dw: Add Sophgo SG2044 quirk Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 728/772] io_uring/tctx: work around xa_store() allocation error issue Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 729/772] kasan: suppress recursive reports for HW_TAGS Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 730/772] kasan: make report_lock a raw spinlock Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 731/772] sched/core: Remove the unnecessary need_resched() check in nohz_csd_func() Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 732/772] sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning busy Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 733/772] sched/core: Prevent wakeup of ksoftirqd during idle load balance Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 734/772] btrfs: fix missing snapshot drew unlock when root is dead during swap activation Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 735/772] tracing/eprobe: Fix to release eprobe when failed to add dyn_event Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 736/772] Revert "unicode: Dont special case ignorable code points" Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 737/772] vfio/mlx5: Align the page tracking max message size with the device capability Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 738/772] udf: Fold udf_getblk() into udf_bread() Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 739/772] KVM: arm64: vgic-its: Add a data length check in vgic_its_save_* Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 740/772] KVM: arm64: vgic-its: Clear DTE when MAPD unmaps a device Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 741/772] KVM: arm64: vgic-its: Clear ITE when DISCARD frees an ITE Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 742/772] KVM: x86/mmu: Ensure that kvm_release_pfn_clean() takes exact pfn from kvm_faultin_pfn() Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 743/772] jffs2: Prevent rtime decompress memory corruption Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 744/772] jffs2: Fix rtime decompressor Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 745/772] mm/damon/vaddr: fix issue in damon_va_evenly_split_region() Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 746/772] io_uring: wake up optimisations Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 747/772] xhci: dbc: Fix STALL transfer event handling Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 748/772] mmc: mtk-sd: Fix error handle of probe function Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 749/772] drm/amd/display: Check BIOS images before it is used Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 750/772] ocfs2: Revert "ocfs2: fix the la space leak when unmounting an ocfs2 volume" Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 751/772] Revert "drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()" Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 752/772] gve: Fixes for napi_poll when budget is 0 Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 753/772] arm64/sve: Discard stale CPU state when handling SVE traps Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 754/772] arm64: smccc: Remove broken support for SMCCCv1.3 SVE discard hint Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 755/772] ASoC: Intel: avs: Fix return status of avs_pcm_hw_constraints_init() Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 756/772] mm: call the security_mmap_file() LSM hook in remap_file_pages() Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 757/772] bpf: Fix helper writes to read-only maps Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 758/772] net: Move {l,t,d}stats allocation to core and convert veth & vrf Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 759/772] bpf: Fix devs rx stats for bpf_redirect_peer traffic Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 760/772] veth: Use tstats per-CPU traffic counters Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 761/772] drm/ttm: Make sure the mapped tt pages are decrypted when needed Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 762/772] drm/ttm: Print the memory decryption status just once Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 763/772] drm/amdgpu: rework resume handling for display (v2) Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 764/772] usb: dwc3: ep0: Dont reset resource alloc flag Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 765/772] serial: amba-pl011: fix build regression Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 766/772] i3c: master: Remove i3c_dev_disable_ibi_locked(olddev) on device hotjoin Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 767/772] i3c: master: svc: fix possible assignment of the same address to two devices Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 768/772] PM / devfreq: Fix build issues with devfreq disabled Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 769/772] drm/msm: DEVFREQ_GOV_SIMPLE_ONDEMAND is no longer needed Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 770/772] fs/ntfs3: Sequential field availability check in mi_enum_attr() Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 771/772] i3c: master: svc: Fix use after free vulnerability in svc_i3c_master Driver Due to Race Condition Greg Kroah-Hartman
2024-12-12 15:01 ` [PATCH 6.1 772/772] Bluetooth: MGMT: Fix possible deadlocks Greg Kroah-Hartman
2024-12-12 16:25 ` [PATCH 6.1 000/772] 6.1.120-rc1 review Pavel Machek
2024-12-12 20:59 ` Naresh Kamboju
2024-12-13 12:24   ` Greg Kroah-Hartman
2024-12-12 21:38 ` Florian Fainelli
2024-12-13 12:33   ` Greg Kroah-Hartman
2024-12-13  2:30 ` Peter Schneider
2024-12-13  2:44 ` Ron Economos
2024-12-13 14:17   ` Greg Kroah-Hartman
2024-12-13 10:03 ` Jon Hunter
2024-12-13 13:13 ` Mark Brown
2024-12-13 17:06 ` Shuah Khan
2024-12-13 18:35 ` SeongJae Park

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20241212144350.285067117@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=patches@lists.linux.dev \
    --cc=piyushchouhan1598@gmail.com \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox