From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
patches@lists.linux.dev, Kang Chen <void0red@hust.edu.cn>,
Dongliang Mu <dzm91@hust.edu.cn>,
AngeloGioacchino Del Regno
<angelogioacchino.delregno@collabora.com>,
Daniel Lezcano <daniel.lezcano@linaro.org>,
Sasha Levin <sashal@kernel.org>
Subject: [PATCH 6.3 658/694] thermal/drivers/mediatek: Use devm_of_iomap to avoid resource leak in mtk_thermal_probe
Date: Mon, 8 May 2023 11:48:13 +0200 [thread overview]
Message-ID: <20230508094457.336183703@linuxfoundation.org> (raw)
In-Reply-To: <20230508094432.603705160@linuxfoundation.org>
From: Kang Chen <void0red@hust.edu.cn>
[ Upstream commit f05c7b7d9ea9477fcc388476c6f4ade8c66d2d26 ]
Smatch reports:
1. mtk_thermal_probe() warn: 'apmixed_base' from of_iomap() not released.
2. mtk_thermal_probe() warn: 'auxadc_base' from of_iomap() not released.
The original code forgets to release iomap resource when handling errors,
fix it by switch to devm_of_iomap.
Fixes: 89945047b166 ("thermal: mediatek: Add tsensor support for V2 thermal system")
Signed-off-by: Kang Chen <void0red@hust.edu.cn>
Reviewed-by: Dongliang Mu <dzm91@hust.edu.cn>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230419020749.621257-1-void0red@hust.edu.cn
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
drivers/thermal/mediatek/auxadc_thermal.c | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/drivers/thermal/mediatek/auxadc_thermal.c b/drivers/thermal/mediatek/auxadc_thermal.c
index ab730f9552d0e..3372f7c29626c 100644
--- a/drivers/thermal/mediatek/auxadc_thermal.c
+++ b/drivers/thermal/mediatek/auxadc_thermal.c
@@ -1142,7 +1142,12 @@ static int mtk_thermal_probe(struct platform_device *pdev)
return -ENODEV;
}
- auxadc_base = of_iomap(auxadc, 0);
+ auxadc_base = devm_of_iomap(&pdev->dev, auxadc, 0, NULL);
+ if (IS_ERR(auxadc_base)) {
+ of_node_put(auxadc);
+ return PTR_ERR(auxadc_base);
+ }
+
auxadc_phys_base = of_get_phys_base(auxadc);
of_node_put(auxadc);
@@ -1158,7 +1163,12 @@ static int mtk_thermal_probe(struct platform_device *pdev)
return -ENODEV;
}
- apmixed_base = of_iomap(apmixedsys, 0);
+ apmixed_base = devm_of_iomap(&pdev->dev, apmixedsys, 0, NULL);
+ if (IS_ERR(apmixed_base)) {
+ of_node_put(apmixedsys);
+ return PTR_ERR(apmixed_base);
+ }
+
apmixed_phys_base = of_get_phys_base(apmixedsys);
of_node_put(apmixedsys);
--
2.39.2
next prev parent reply other threads:[~2023-05-08 11:26 UTC|newest]
Thread overview: 704+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-08 9:37 [PATCH 6.3 000/694] 6.3.2-rc1 review Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 001/694] wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 002/694] ASoC: amd: ps: update the acp clock source Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 003/694] powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPU Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 004/694] PCI: kirin: Select REGMAP_MMIO Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 005/694] PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 006/694] PCI: qcom: Fix the incorrect register usage in v2.7.0 config Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 007/694] bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990" Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 008/694] phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 009/694] IMA: allow/fix UML builds Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 010/694] wifi: rtw88: usb: fix priority queue to endpoint mapping Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 011/694] usb: gadget: udc: core: Invoke usb_gadget_connect only when started Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 012/694] usb: gadget: udc: core: Prevent redundant calls to pullup Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 013/694] usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 014/694] USB: dwc3: fix runtime pm imbalance on probe errors Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 015/694] USB: dwc3: fix runtime pm imbalance on unbind Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 016/694] hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 017/694] hwmon: (adt7475) Use device_property APIs when configuring polarity Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 018/694] tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 019/694] posix-cpu-timers: Implement the missing timer_wait_running callback Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 020/694] media: ov8856: Do not check for for module version Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 021/694] drm/vmwgfx: Fix Legacy Display Unit atomic drm support Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 022/694] blk-stat: fix QUEUE_FLAG_STATS clear Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 023/694] blk-mq: release crypto keyslot before reporting I/O complete Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 024/694] blk-crypto: make blk_crypto_evict_key() return void Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 025/694] blk-crypto: make blk_crypto_evict_key() more robust Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 026/694] staging: iio: resolver: ads1210: fix config mode Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 027/694] tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 028/694] xhci: fix debugfs register accesses while suspended Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 029/694] serial: fix TIOCSRS485 locking Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 030/694] serial: 8250: Fix serial8250_tx_empty() race with DMA Tx Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 031/694] serial: max310x: fix IO data corruption in batched operations Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 032/694] tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 033/694] fs: fix sysctls.c built Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 034/694] MIPS: fw: Allow firmware to pass a empty env Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 035/694] ipmi:ssif: Add send_retries increment Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 036/694] ipmi: fix SSIF not responding under certain cond Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 037/694] iio: addac: stx104: Fix race condition when converting analog-to-digital Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 038/694] iio: addac: stx104: Fix race condition for stx104_write_raw() Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 039/694] kheaders: Use array declaration instead of char Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 040/694] wifi: mt76: add missing locking to protect against concurrent rx/status calls Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 041/694] wifi: rtw89: correct 5 MHz mask setting Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 042/694] pwm: meson: Fix axg ao mux parents Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 043/694] pwm: meson: Fix g12a ao clk81 name Greg Kroah-Hartman
2023-05-08 9:37 ` [PATCH 6.3 044/694] soundwire: qcom: correct setting ignore bit on v1.5.1 Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 045/694] pinctrl: qcom: lpass-lpi: set output value before enabling output Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 046/694] ring-buffer: Ensure proper resetting of atomic variables in ring_buffer_reset_online_cpus Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 047/694] ring-buffer: Sync IRQ works before buffer destruction Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 048/694] crypto: api - Demote BUG_ON() in crypto_unregister_alg() to a WARN_ON() Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 049/694] crypto: safexcel - Cleanup ring IRQ workqueues on load failure Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 050/694] crypto: arm64/aes-neonbs - fix crash with CFI enabled Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 051/694] crypto: testmgr - fix RNG performance in fuzz tests Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 052/694] crypto: ccp - Dont initialize CCP for PSP 0x1649 Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 053/694] rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() being kprobe-ed Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 054/694] reiserfs: Add security prefix to xattr name in reiserfs_security_write() Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 055/694] cpufreq: qcom-cpufreq-hw: fix double IO unmap and resource release on exit Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 056/694] KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 057/694] KVM: nVMX: Emulate NOPs in L2, and PAUSE if its not intercepted Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 058/694] KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 059/694] KVM: arm64: Avoid lock inversion when setting the VM register width Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 060/694] KVM: arm64: Use config_lock to protect data ordered against KVM_RUN Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 061/694] KVM: arm64: Use config_lock to protect vgic state Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 062/694] KVM: arm64: vgic: Dont acquire its_lock before config_lock Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 063/694] relayfs: fix out-of-bounds access in relay_file_read Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 064/694] KVM: RISC-V: Retry fault if vma_lookup() results become invalid Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 065/694] KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 066/694] ksmbd: fix racy issue under cocurrent smb2 tree disconnect Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 067/694] ksmbd: call rcu_barrier() in ksmbd_server_exit() Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 068/694] ksmbd: fix NULL pointer dereference in smb2_get_info_filesystem() Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 069/694] ksmbd: fix memleak in session setup Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 070/694] ksmbd: not allow guest user on multichannel Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 071/694] ksmbd: fix deadlock in ksmbd_find_crypto_ctx() Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 072/694] ksmbd: fix racy issue from session setup and logoff Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 073/694] ksmbd: block asynchronous requests when making a delay on session setup Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 074/694] ksmbd: destroy expired sessions Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 075/694] ksmbd: fix racy issue from smb2 close and logoff with multichannel Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 076/694] ACPI: video: Remove acpi_backlight=video quirk for Lenovo ThinkPad W530 Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 077/694] igc: read before write to SRRCTL register Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 078/694] i2c: omap: Fix standard mode false ACK readings Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 079/694] riscv: mm: remove redundant parameter of create_fdt_early_page_table Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 080/694] thermal: intel: powerclamp: Fix NULL pointer access issue Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 081/694] tracing: Fix permissions for the buffer_percent file Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 082/694] drm/amd/pm: re-enable the gfx imu when smu resume Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 083/694] iommu/amd: Fix "Guest Virtual APIC Table Root Pointer" configuration in IRTE Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 084/694] RISC-V: Align SBI probe implementation with spec Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 085/694] Revert "ubifs: dirty_cow_znode: Fix memleak in error handling path" Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 086/694] ubifs: Fix memleak when insert_old_idx() failed Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 087/694] ubi: Fix return value overwrite issue in try_write_vid_and_data() Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 088/694] ubifs: Free memory for tmpfile name Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 089/694] ubifs: Fix memory leak in do_rename Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 090/694] ceph: fix potential use-after-free bug when trimming caps Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 091/694] fs: dlm: fix DLM_IFL_CB_PENDING gets overwritten Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 092/694] xfs: dont consider future format versions valid Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 093/694] cxl/hdm: Fail upon detecting 0-sized decoders Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 094/694] cxl/hdm: Use 4-byte reads to retrieve HDM decoder base+limit Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 095/694] cxl/port: Scan single-target ports for decoders Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 096/694] bus: mhi: host: Remove duplicate ee check for syserr Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 097/694] bus: mhi: host: Use mhi_tryset_pm_state() for setting fw error state Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 098/694] bus: mhi: host: Range check CHDBOFF and ERDBOFF Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 099/694] ASoC: dt-bindings: qcom,lpass-rx-macro: correct minItems for clocks Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 100/694] parisc: Fix argument pointer in real64_call_asm() Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 101/694] parisc: Ensure page alignment in flush functions Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 102/694] ALSA: usb-audio: Add quirk for Pioneer DDJ-800 Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 103/694] ALSA: hda/realtek: Add quirk for ThinkPad P1 Gen 6 Greg Kroah-Hartman
2023-05-08 9:38 ` [PATCH 6.3 104/694] ALSA: hda/realtek: Add quirk for ASUS UM3402YAR using CS35L41 Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 105/694] ALSA: hda/realtek: support HP Pavilion Aero 13-be0xxx Mute LED Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 106/694] ALSA: hda/realtek: Fix mute and micmute LEDs for an HP laptop Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 107/694] ASoC: codecs: wcd938x: fix accessing regmap on unattached devices Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 108/694] nilfs2: do not write dirty data after degenerating to read-only Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 109/694] nilfs2: fix infinite loop in nilfs_mdt_get_block() Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 110/694] mm: do not reclaim private data from pinned page Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 111/694] drbd: correctly submit flush bio on barrier Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 112/694] md/raid10: fix null-ptr-deref in raid10_sync_request Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 113/694] md/raid5: Improve performance for sequential IO Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 114/694] kasan: hw_tags: avoid invalid virt_to_page() Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 115/694] mtd: core: provide unique name for nvmem device, take two Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 116/694] mtd: core: fix nvmem error reporting Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 117/694] mtd: core: fix error path for nvmem provider Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 118/694] mtd: spi-nor: core: Update flashs current address mode when changing address mode Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 119/694] drivers: remoteproc: xilinx: Fix carveout names Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 120/694] mailbox: zynqmp: Fix IPI isr handling Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 121/694] kcsan: Avoid READ_ONCE() in read_instrumented_memory() Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 122/694] mailbox: zynqmp: Fix counts of child nodes Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 123/694] mailbox: zynqmp: Fix typo in IPI documentation Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 124/694] nfp: fix incorrect pointer deference when offloading IPsec with bonding Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 125/694] wifi: rtl8xxxu: RTL8192EU always needs full init Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 126/694] wifi: rtw88: rtw8821c: Fix rfe_option field width Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 127/694] wifi: rtw89: fix potential race condition between napi_init and napi_enable Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 128/694] clk: microchip: fix potential UAF in auxdev release callback Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 129/694] clk: rockchip: rk3399: allow clk_cifout to force clk_cifout_src to reparent Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 130/694] kunit: fix bug in the order of lines in debugfs logs Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 131/694] rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 132/694] selftests/resctrl: Return NULL if malloc_and_init_memory() did not alloc mem Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 133/694] selftests/resctrl: Move ->setup() call outside of test specific branches Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 134/694] selftests/resctrl: Allow ->setup() to return errors Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 135/694] selftests/resctrl: Check for return value after write_schemata() Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 136/694] ARM: 9292/1: vfp: Pass thread_info pointer to vfp_support_entry Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 137/694] ARM: 9293/1: vfp: Pass successful return address via register R3 Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 138/694] selinux: fix Makefile dependencies of flask.h Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 139/694] selinux: ensure av_permissions.h is built when needed Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 140/694] tpm, tpm_tis: Do not skip reset of original interrupt vector Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 141/694] tpm, tpm_tis: Claim locality before writing TPM_INT_ENABLE register Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 142/694] tpm, tpm_tis: Disable interrupts if tpm_tis_probe_irq() failed Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 143/694] tpm, tpm_tis: Claim locality before writing interrupt registers Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 144/694] tpm, tpm: Implement usage counter for locality Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 145/694] tpm, tpm_tis: Claim locality when interrupts are reenabled on resume Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 146/694] selftests/clone3: fix number of tests in ksft_set_plan Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 147/694] erofs: stop parsing non-compact HEAD index if clusterofs is invalid Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 148/694] erofs: initialize packed inode after root inode is assigned Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 149/694] erofs: fix potential overflow calculating xattr_isize Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 150/694] accel/ivpu: PM: remove broken ivpu_dbg() statements Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 151/694] drm/rockchip: Drop unbalanced obj unref Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 152/694] drm/i915/dg2: Drop one PCI ID Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 153/694] drm/vgem: add missing mutex_destroy Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 154/694] drm/probe-helper: Cancel previous job before starting new one Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 155/694] arm64: dts: amlogic: meson-g12b-radxa-zero2: fix pwm clock names Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 156/694] drm/amdgpu: register a vga_switcheroo client for MacBooks with apple-gmux Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 157/694] tools/x86/kcpuid: Fix avx512bw and avx512lvl fields in Fn00000007 Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 158/694] soc: ti: k3-ringacc: Add try_module_get() to k3_dmaring_request_dual_ring() Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 159/694] soc: ti: pm33xx: Fix refcount leak in am33xx_pm_probe Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 160/694] arm64: dts: renesas: r8a77990: Remove bogus voltages from OPP table Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 161/694] arm64: dts: renesas: r8a774c0: " Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 162/694] arm64: dts: renesas: r9a07g044: Update IRQ numbers for SSI channels Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 163/694] arm64: dts: renesas: r9a07g054: " Greg Kroah-Hartman
2023-05-08 9:39 ` [PATCH 6.3 164/694] arm64: dts: renesas: r9a07g043: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 165/694] drm/mediatek: dp: Only trigger DRM HPD events if bridge is attached Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 166/694] drm/msm/disp/dpu: check for crtc enable rather than crtc active to release shared resources Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 167/694] EDAC/skx: Fix overflows on the DRAM row address mapping arrays Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 168/694] ARM: dts: qcom-apq8064: Fix opp table child name Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 169/694] arm64: dts: imx8mp: Drop simple-bus from fsl,imx8mp-media-blk-ctrl Greg Kroah-Hartman
2023-05-23 15:47 ` Marc Kleine-Budde
2023-05-28 17:35 ` Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 170/694] regulator: core: Shorten off-on-delay-us for always-on/boot-on by time since booted Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 171/694] arm64: dts: ti: k3-am62-main: Fix GPIO numbers in DT Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 172/694] arm64: dts: ti: k3-am62a7-sk: Fix DDR size to full 4GB Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 173/694] arm64: dts: ti: k3-j721e-main: Remove ti,strobe-sel property Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 174/694] arm64: dts: ti: k3-j784s4-*: Add ti,sci-dev-id for NAVSS nodes Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 175/694] arm64: dts: broadcom: bcmbca: bcm4908: fix NAND interrupt name Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 176/694] arm64: dts: broadcom: bcmbca: bcm4908: fix LED nodenames Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 177/694] arm64: dts: broadcom: bcmbca: bcm4908: fix procmon nodename Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 178/694] arm64: dts: qcom: sm8550: Fix PCIe PHYs and controllers nodes Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 179/694] arm64: dts: qcom: msm8998: Fix stm-stimulus-base reg name Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 180/694] soc: canaan: Make K210_SYSCTL depend on CLK_K210 Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 181/694] arm64: dts: qcom: qdu1000: drop incorrect serial properties Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 182/694] arm64: dts: qcom: sc7280: fix EUD port properties Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 183/694] arm64: dts: qcom: sdm845: correct dynamic power coefficients Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 184/694] arm64: dts: qcom: sdm845: Fix the PCI I/O port range Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 185/694] arm64: dts: qcom: msm8998: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 186/694] arm64: dts: qcom: sc7280: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 187/694] arm64: dts: qcom: sm8550: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 188/694] arm64: dts: qcom: ipq8074: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 189/694] arm64: dts: qcom: ipq6018: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 190/694] arm64: dts: qcom: msm8996: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 191/694] arm64: dts: qcom: sm8250: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 192/694] arm64: dts: qcom: sc8280xp: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 193/694] arm64: dts: qcom: sm8150: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 194/694] arm64: dts: qcom: sm8450: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 195/694] arm64: dts: qcom: sm8350: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 196/694] ARM: dts: qcom: ipq4019: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 197/694] ARM: dts: qcom: ipq8064: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 198/694] arm64: dts: qcom: msm8976: Add and provide xo clk to rpmcc Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 199/694] ARM: dts: qcom: sdx55: Fix the unit address of PCIe EP node Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 200/694] arm64: dts: qcom: sm8550: fix qup_spi0_cs node Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 201/694] arm64: dts: qcom: sm8550: misc style fixes Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 202/694] arm64: dts: qcom: msm8916: Fix tsens_mode unit address Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 203/694] arm64: dts: qcom: sc8280xp: fix external display power domain Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 204/694] media: v4l: subdev: Make link validation safer Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 205/694] x86/MCE/AMD: Use an u64 for bank_map Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 206/694] media: bdisp: Add missing check for create_workqueue Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 207/694] media: platform: mtk-mdp3: Add missing check and free for ida_alloc Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 208/694] media: amphion: decoder implement display delay enable Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 209/694] media: av7110: prevent underflow in write_ts_to_decoder() Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 210/694] firmware: qcom_scm: Clear download bit during reboot Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 211/694] drm/bridge: adv7533: Fix adv7533_mode_valid for adv7533 and adv7535 Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 212/694] media: max9286: Free control handler Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 213/694] accel: Link to compute accelerator subsystem intro Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 214/694] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 215/694] arm64: dts: ti: k3-am62a7: " Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 216/694] ACPI: utils: Fix acpi_evaluate_dsm_typed() redefinition error Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 217/694] drm/msm/adreno: drop bogus pm_runtime_set_active() Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 218/694] drm: msm: adreno: Disable preemption on Adreno 510 Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 219/694] virt/coco/sev-guest: Double-buffer messages Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 220/694] arm64: dts: qcom: sm8250-xiaomi-elish: fix USB maximum speed property Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 221/694] arm64: dts: qcom: sm8350-microsoft-surface: fix USB dual-role mode property Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 222/694] drm/amd/display/dc/dce60/Makefile: Fix previous attempt to silence known override-init warnings Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 223/694] ACPI: processor: Fix evaluating _PDC method when running as Xen dom0 Greg Kroah-Hartman
2023-05-08 9:40 ` [PATCH 6.3 224/694] mmc: sdhci-of-esdhc: fix quirk to ignore command inhibit for data Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 225/694] arm64: dts: qcom: sm8450: fix pcie1 gpios properties name Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 226/694] drm: rcar-du: Fix a NULL vs IS_ERR() bug Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 227/694] ARM: dts: gta04: fix excess dma channel usage Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 228/694] firmware: arm_scmi: Fix xfers allocation on Rx channel Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 229/694] perf/arm-cmn: Move overlapping wp_combine field Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 230/694] perf/amlogic: Fix config1/config2 parsing issue Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 231/694] ARM: dts: stm32: fix spi1 pin assignment on stm32mp15 Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 232/694] arm64: dts: apple: t8103: Disable unused PCIe ports Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 233/694] cpufreq: mediatek: fix passing zero to PTR_ERR Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 234/694] cpufreq: mediatek: fix KP caused by handler usage after regulator_put/clk_put Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 235/694] cpufreq: mediatek: raise proc/sram max voltage for MT8516 Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 236/694] cpufreq: mediatek: Raise proc and sram max voltage for MT7622/7623 Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 237/694] cpufreq: qcom-cpufreq-hw: Revert adding cpufreq qos Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 238/694] arm64: dts: mediatek: mt8192-asurada: Fix voltage constraint for Vgpu Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 239/694] arm64: dts: ti: k3-am625-sk: Add ti,vbus-divider property to usbss1 Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 240/694] ACPI: VIOT: Initialize the correct IOMMU fwspec Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 241/694] drm/lima/lima_drv: Add missing unwind goto in lima_pdev_probe() Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 242/694] drm/mediatek: dp: Change the aux retries times when receiving AUX_DEFER Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 243/694] mailbox: mpfs: switch to txdone_poll Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 244/694] soc: bcm: brcmstb: biuctrl: fix of_iomap leak Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 245/694] soc: renesas: renesas-soc: Release chipid from ioremap() Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 246/694] gpu: host1x: Fix potential double free if IOMMU is disabled Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 247/694] gpu: host1x: Fix memory leak of device names Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 248/694] arm64: dts: qcom: sc7280-herobrine-villager: correct trackpad supply Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 249/694] arm64: dts: qcom: sc7180-trogdor-lazor: " Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 250/694] arm64: dts: qcom: sc7180-trogdor-pazquel: " Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 251/694] arm64: dts: qcom: msm8998-oneplus-cheeseburger: revert "fix backlight pin function" Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 252/694] arm64: dts: qcom: msm8994-kitakami: drop unit address from PMI8994 regulator Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 253/694] arm64: dts: qcom: msm8994-msft-lumia-octagon: " Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 254/694] arm64: dts: qcom: apq8096-db820c: " Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 255/694] arm64: dts: qcom: sc8280xp: correct Soundwire wakeup interrupt name Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 256/694] drm/i915/pxp: Invalidate all PXP fw sessions during teardown Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 257/694] drm/i915/pxp: limit drm-errors or warning on firmware API failures Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 258/694] arm64: dts: rockchip: Assign PLL_PPLL clock rate to 1.1 GHz on rk3588s Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 259/694] drm/ttm/pool: Fix ttm_pool_alloc error path Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 260/694] regulator: core: Consistently set mutex_owner when using ww_mutex_lock_slow() Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 261/694] regulator: core: Avoid lockdep reports when resolving supplies Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 262/694] Revert "drm/msm: Add missing check and destroy for alloc_ordered_workqueue" Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 263/694] Revert "drm/msm: Fix failure paths in msm_drm_init()" Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 264/694] drm/msm/dpu: Fix bit-shifting UB in DPU_HW_VER() macro Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 265/694] thermal/drivers/mediatek/lvts_thermal: Fix sensor 1 interrupt status bitmask Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 266/694] x86/apic: Fix atomic update of offset in reserve_eilvt_offset() Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 267/694] soc: qcom: rpmh-rsc: Support RSC v3 minor versions Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 268/694] arm64: dts: qcom: msm8994-angler: Fix cont_splash_mem mapping Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 269/694] arm64: dts: qcom: msm8994-angler: removed clash with smem_region Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 270/694] arm64: dts: sc7180: Rename qspi data12 as data23 Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 271/694] arm64: dts: sc7280: " Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 272/694] arm64: dts: sdm845: " Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 273/694] media: mtk-jpeg: Fixes jpeghw multi-core judgement Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 274/694] media: mtk-jpeg: Fixes jpeg enc&dec worker sw flow Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 275/694] media: mediatek: vcodec: Use 4K frame size when supported by stateful decoder Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 276/694] media: mediatek: vcodec: Make MM21 the default capture format Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 277/694] media: mediatek: vcodec: Force capture queue format to MM21 Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 278/694] media: mediatek: vcodec: add params to record lat and core lat_buf count Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 279/694] media: mediatek: vcodec: using each instance lat_buf count replace core ready list Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 280/694] media: mediatek: vcodec: move lat_buf to the top of core list Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 281/694] media: mediatek: vcodec: add core decode done event Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 282/694] media: mediatek: vcodec: remove unused lat_buf Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 283/694] media: mediatek: vcodec: making sure queue_work successfully Greg Kroah-Hartman
2023-05-08 9:41 ` [PATCH 6.3 284/694] media: mediatek: vcodec: change lat thread decode error condition Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 285/694] media: cedrus: fix use after free bug in cedrus_remove due to race condition Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 286/694] media: rkvdec: fix use after free bug in rkvdec_remove Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 287/694] platform/x86/amd/pmf: Move out of BIOS SMN pair for driver probe Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 288/694] platform/x86/amd: pmc: Dont try to read SMU version on Picasso Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 289/694] platform/x86/amd: pmc: Hide SMU version and program attributes for Picasso Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 290/694] platform/x86/amd: pmc: Dont dump data after resume from s0i3 on picasso Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 291/694] platform/x86/amd: pmc: Move idlemask check into `amd_pmc_idlemask_read` Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 292/694] platform/x86/amd: pmc: Utilize SMN index 0 for driver probe Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 293/694] platform/x86/amd: pmc: Move out of BIOS SMN pair for STB init Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 294/694] media: dm1105: Fix use after free bug in dm1105_remove due to race condition Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 295/694] media: saa7134: fix use after free bug in saa7134_finidev " Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 296/694] media: platform: mtk-mdp3: fix potential frame size overflow in mdp_try_fmt_mplane() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 297/694] media: vsp1: Replace vb2_is_streaming() with vb2_start_streaming_called() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 298/694] media: rcar_fdp1: Convert to platform remove callback returning void Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 299/694] media: rcar_fdp1: Fix refcount leak in probe and remove function Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 300/694] media: v4l: async: Return async sub-devices to subnotifier list Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 301/694] media: hi846: Fix memleak in hi846_init_controls() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 302/694] drm/amd/display: Fix potential null dereference Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 303/694] media: rc: gpio-ir-recv: Fix support for wake-up Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 304/694] media: venus: dec: Fix handling of the start cmd Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 305/694] media: venus: dec: Fix capture formats enumeration order Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 306/694] regulator: stm32-pwr: fix of_iomap leak Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 307/694] x86/ioapic: Dont return 0 from arch_dynirq_lower_bound() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 308/694] arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 309/694] perf/arm-cmn: Fix port detection for CMN-700 Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 310/694] media: mediatek: vcodec: fix decoder disable pm crash Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 311/694] media: mediatek: vcodec: add remove function for decoder platform driver Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 312/694] debugobject: Prevent init race with static objects Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 313/694] drm/i915: Make intel_get_crtc_new_encoder() less oopsy Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 314/694] drm/i915: Fix memory leaks in i915 selftests Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 315/694] tick/common: Align tick period with the HZ tick Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 316/694] ACPI: bus: Ensure that notify handlers are not running after removal Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 317/694] cpufreq: use correct unit when verify cur freq Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 318/694] rpmsg: glink: Propagate TX failures in intentless mode as well Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 319/694] hwmon: (pmbus/fsp-3y) Fix functionality bitmask in FSP-3Y YM-2151E Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 320/694] platform/chrome: cros_typec_switch: Add missing fwnode_handle_put() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 321/694] media: ov5670: Fix probe on ACPI Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 322/694] wifi: ath6kl: minor fix for allocation size Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 323/694] wifi: ath12k: use kfree_skb() instead of kfree() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 324/694] wifi: ath11k: fix return value check in ath11k_ahb_probe() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 325/694] wifi: ath9k: hif_usb: fix memory leak of remain_skbs Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 326/694] wifi: ath11k: Use platform_get_irq() to get the interrupt Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 327/694] wifi: ath5k: " Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 328/694] wifi: ath5k: fix an off by one check in ath5k_eeprom_read_freq_list() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 329/694] wifi: ath11k: fix SAC bug on peer addition with sta band migration Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 330/694] wifi: rtl8xxxu: Remove always true condition in rtl8xxxu_print_chipinfo Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 331/694] wifi: brcmfmac: support CQM RSSI notification with older firmware Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 332/694] wifi: ath6kl: reduce WARN to dev_dbg() in callback Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 333/694] tools: bpftool: Remove invalid \ json escape Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 334/694] libbpf: Fix arm syscall regs spec in bpf_tracing.h Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 335/694] libbpf: Fix bpf_xdp_query() in old kernels Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 336/694] wifi: rtw88: mac: Return the original error from rtw_pwr_seq_parser() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 337/694] wifi: rtw88: mac: Return the original error from rtw_mac_power_switch() Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 338/694] selftests/bpf: Fix IMA test Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 339/694] selftests/bpf: move SYS() macro into the test_progs.h Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 340/694] selftests/bpf: Fix flaky fib_lookup test Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 341/694] bpf: take into account liveness when propagating precision Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 342/694] bpf: fix precision propagation verbose logging Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 343/694] crypto: qat - fix concurrency issue when device state changes Greg Kroah-Hartman
2023-05-08 9:42 ` [PATCH 6.3 344/694] scm: fix MSG_CTRUNC setting condition for SO_PASSSEC Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 345/694] wifi: ath12k: Add missing unwind goto in ath12k_pci_probe() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 346/694] wifi: ath11k: fix deinitialization of firmware resources Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 347/694] selftests/bpf: Fix a fd leak in an error path in network_helpers.c Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 348/694] bpf: Only allocate one bpf_mem_cache for bpf_cpumask_ma Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 349/694] bpf: Free struct bpf_cpumask in call_rcu handler Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 350/694] bpf: Remove misleading spec_v1 check on var-offset stack read Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 351/694] net: pcs: xpcs: remove double-read of link state when using AN Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 352/694] vlan: partially enable SIOCSHWTSTAMP in container Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 353/694] net/packet: annotate accesses to po->xmit Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 354/694] net/packet: convert po->origdev to an atomic flag Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 355/694] net/packet: convert po->auxdata " Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 356/694] libbpf: Fix ld_imm64 copy logic for ksym in light skeleton Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 357/694] net: dsa: qca8k: remove assignment of an_enabled in pcs_get_state() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 358/694] netfilter: keep conntrack reference until IPsecv6 policy checks are done Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 359/694] bpf: return long from bpf_map_ops funcs Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 360/694] bpf: Fix __reg_bound_offset 64->32 var_off subreg propagation Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 361/694] scsi: target: Move sess cmd counter to new struct Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 362/694] scsi: target: Move cmd counter allocation Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 363/694] scsi: target: Pass in cmd counter to use during cmd setup Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 364/694] scsi: target: iscsit: isert: Alloc per conn cmd counter Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 365/694] scsi: target: iscsit: Stop/wait on cmds during conn close Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 366/694] scsi: target: Fix multiple LUN_RESET handling Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 367/694] scsi: target: iscsit: Fix TAS handling during conn cleanup Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 368/694] scsi: megaraid: Fix mega_cmd_done() CMDID_INT_CMDS Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 369/694] net: sunhme: Fix uninitialized return code Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 370/694] testing/vsock: add vsock_perf to gitignore Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 371/694] f2fs: handle dqget error in f2fs_transfer_project_quota() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 372/694] f2fs: fix uninitialized skipped_gc_rwsem Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 373/694] f2fs: apply zone capacity to all zone type Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 374/694] f2fs: compress: fix to call f2fs_wait_on_page_writeback() in f2fs_write_raw_pages() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 375/694] f2fs: fix scheduling while atomic in decompression path Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 376/694] crypto: caam - Clear some memory in instantiate_rng Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 377/694] crypto: sa2ul - Select CRYPTO_DES Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 378/694] wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 379/694] wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 380/694] scsi: hisi_sas: Handle NCQ error when IPTT is valid Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 381/694] wifi: rt2x00: Fix memory leak when handling surveys Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 382/694] bpf: factor out fetching basic kfunc metadata Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 383/694] bpf: Fix struct_meta lookup for bpf_obj_free_fields kfunc call Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 384/694] f2fs: fix iostat lock protection Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 385/694] net: qrtr: correct types of trace event parameters Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 386/694] selftests: xsk: Use correct UMEM size in testapp_invalid_desc Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 387/694] selftests: xsk: Disable IPv6 on VETH1 Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 388/694] selftests: xsk: Deflakify STATS_RX_DROPPED test Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 389/694] selftests/bpf: Wait for receive in cg_storage_multi test Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 390/694] bpftool: Fix bug for long instructions in program CFG dumps Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 391/694] crypto: drbg - Only fail when jent is unavailable in FIPS mode Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 392/694] xsk: Fix unaligned descriptor validation Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 393/694] f2fs: fix to avoid use-after-free for cached IPU bio Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 394/694] wifi: iwlwifi: fix duplicate entry in iwl_dev_info_table Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 395/694] bpf/btf: Fix is_int_ptr() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 396/694] scsi: lpfc: Fix ioremap issues in lpfc_sli4_pci_mem_setup() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 397/694] net: ethernet: stmmac: dwmac-rk: rework optional clock handling Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 398/694] net: ethernet: stmmac: dwmac-rk: fix optional phy regulator handling Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 399/694] wifi: ath11k: fix writing to unintended memory region Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 400/694] bpf, sockmap: fix deadlocks in the sockhash and sockmap Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 401/694] nvmet: fix error handling in nvmet_execute_identify_cns_cs_ns() Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 402/694] nvmet: fix Identify Namespace handling Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 403/694] nvmet: fix Identify Controller handling Greg Kroah-Hartman
2023-05-08 9:43 ` [PATCH 6.3 404/694] nvmet: fix Identify Active Namespace ID list handling Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 405/694] nvmet: fix I/O Command Set specific Identify Controller Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 406/694] nvme: fix async event trace event Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 407/694] nvme-fcloop: fix "inconsistent {IN-HARDIRQ-W} -> {HARDIRQ-ON-W} usage" Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 408/694] selftests/bpf: Use read_perf_max_sample_freq() in perf_event_stackmap Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 409/694] selftests/bpf: Fix leaked bpf_link in get_stackid_cannot_attach Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 410/694] blk-mq: dont plug for head insertions in blk_execute_rq_nowait Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 411/694] wifi: iwlwifi: debug: fix crash in __iwl_err() Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 412/694] wifi: iwlwifi: mvm: fix A-MSDU checks Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 413/694] wifi: iwlwifi: trans: dont trigger d3 interrupt twice Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 414/694] wifi: iwlwifi: mvm: dont set CHECKSUM_COMPLETE for unsupported protocols Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 415/694] bpf, sockmap: Revert buggy deadlock fix in the sockhash and sockmap Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 416/694] f2fs: fix to check return value of f2fs_do_truncate_blocks() Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 417/694] f2fs: fix to check return value of inc_valid_block_count() Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 418/694] md/raid10: fix task hung in raid10d Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 419/694] md/raid10: fix leak of r10bio->remaining for recovery Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 420/694] md/raid10: fix memleak for conf->bio_split Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 421/694] md/raid10: fix memleak of md thread Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 422/694] md/raid10: dont call bio_start_io_acct twice for bio which experienced read error Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 423/694] wifi: iwlwifi: mvm: dont drop unencrypted MCAST frames Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 424/694] wifi: iwlwifi: yoyo: skip dump correctly on hw error Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 425/694] wifi: iwlwifi: yoyo: Fix possible division by zero Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 426/694] wifi: iwlwifi: mvm: initialize seq variable Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 427/694] wifi: iwlwifi: fw: move memset before early return Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 428/694] jdb2: Dont refuse invalidation of already invalidated buffers Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 429/694] io_uring/rsrc: use nospeced indexes Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 430/694] wifi: iwlwifi: make the loop for card preparation effective Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 431/694] wifi: mt76: remove redundent MCU_UNI_CMD_* definitions Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 432/694] wifi: mt76: mt7921: fix wrong command to set STA channel Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 433/694] wifi: mt76: mt7921: fix PCI DMA hang after reboot Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 434/694] wifi: mt76: mt7915: unlock on error in mt7915_thermal_temp_store() Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 435/694] wifi: mt76: mt7996: fix radiotap bitfield Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 436/694] wifi: mt76: mt7915: expose device tree match table Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 437/694] wifi: mt76: mt7915: rework init flow in mt7915_thermal_init() Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 438/694] wifi: mt76: handle failure of vzalloc in mt7615_coredump_work Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 439/694] wifi: mt76: mt7996: let non-bufferable MMPDUs use correct hw queue Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 440/694] wifi: mt76: mt7996: fix pointer calculation in ie countdown event Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 441/694] wifi: mt76: mt7996: fix eeprom tx path bitfields Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 442/694] wifi: mt76: mt7921: use driver flags rather than mac80211 flags to mcu Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 443/694] wifi: mt76: mt7921e: fix probe timeout after reboot Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 444/694] wifi: mt76: fix 6GHz high channel not be scanned Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 445/694] mt76: mt7921: fix kernel panic by accessing unallocated eeprom.data Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 446/694] wifi: mt76: mt7921: fix missing unwind goto in `mt7921u_probe` Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 447/694] wifi: mt76: mt7921e: improve reliability of dma reset Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 448/694] wifi: mt76: mt7921e: stop chip reset worker in unregister hook Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 449/694] wifi: mt76: connac: fix txd multicast rate setting Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 450/694] wifi: iwlwifi: mvm: check firmware response size Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 451/694] netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert() Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 452/694] wifi: mt76: mt7996: fill txd by host driver Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 453/694] netfilter: conntrack: fix wrong ct->timeout value Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 454/694] wifi: iwlwifi: fw: fix memory leak in debugfs Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 455/694] wifi: iwlwifi: mvm: support wowlan info notification version 2 Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 456/694] wifi: iwlwifi: mvm: fix potential memory leak Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 457/694] net: libwx: fix memory leak in wx_setup_rx_resources Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 458/694] ixgbe: Allow flow hash to be set via ethtool Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 459/694] ixgbe: Enable setting RSS table to default values Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 460/694] net/mlx5e: Dont clone flow post action attributes second time Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 461/694] net/mlx5e: Release the label when replacing existing ct entry Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 462/694] net/mlx5: E-switch, Create per vport table based on devlink encap mode Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 463/694] net/mlx5: E-switch, Dont destroy indirect table in split rule Greg Kroah-Hartman
2023-05-08 9:44 ` [PATCH 6.3 464/694] net/mlx5: Release tunnel device after tc update skb Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 465/694] net/mlx5e: Fix error flow in representor failing to add vport rx rule Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 466/694] Revert "net/mlx5: Remove "recovery" arg from mlx5_load_one() function" Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 467/694] net/mlx5: Use recovery timeout on sync reset flow Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 468/694] net/mlx5e: Nullify table pointer when failing to create Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 469/694] Revert "net/mlx5e: Dont use termination table when redundant" Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 470/694] net: stmmac:fix system hang when setting up tag_8021q VLAN for DSA ports Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 471/694] bpf: Fix race between btf_put and btf_idr walk Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 472/694] bpf: Dont EFAULT for getsockopt with optval=NULL Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 473/694] netfilter: nf_tables: dont write table validation state without mutex Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 474/694] net: dpaa: Fix uninitialized variable in dpaa_stop() Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 475/694] net/sched: sch_fq: fix integer overflow of "credit" Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 476/694] net/sched: cls_api: Initialize miss_cookie_node when action miss is not used Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 477/694] ipv4: Fix potential uninit variable access bug in __ip_make_skb() Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 478/694] rxrpc: Fix error when reading rxrpc tokens Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 479/694] Revert "Bluetooth: btsdio: fix use after free bug in btsdio_remove due to unfinished work" Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 480/694] netlink: Use copy_to_user() for optval in netlink_getsockopt() Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 481/694] net: amd: Fix link leak when verifying config failed Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 482/694] tcp/udp: Fix memleaks of sk and zerocopy skbs with TX timestamp Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 483/694] ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 484/694] ASoC: cs35l41: Only disable internal boost Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 485/694] drivers: staging: rtl8723bs: Fix locking in _rtw_join_timeout_handler() Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 486/694] drivers: staging: rtl8723bs: Fix locking in rtw_scan_timeout_handler() Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 487/694] pstore: Revert pmsg_lock back to a normal mutex Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 488/694] usb: host: xhci-rcar: remove leftover quirk handling Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 489/694] usb: dwc3: gadget: Change condition for processing suspend event Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 490/694] serial: stm32: Re-assert RTS/DE GPIO in RS485 mode only if more data are transmitted Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 491/694] fpga: bridge: fix kernel-doc parameter description Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 492/694] iommufd/selftest: Catch overflow of uptr and length Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 493/694] iio: light: max44009: add missing OF device matching Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 494/694] spi: Constify spi parameters of chip select APIs Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 495/694] serial: 8250_bcm7271: Fix arbitration handling Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 496/694] spi: atmel-quadspi: Dont leak clk enable count in pm resume Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 497/694] spi: atmel-quadspi: Free resources even if runtime resume failed in .remove() Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 498/694] spi: imx: Dont skip cleanup in removes error path Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 499/694] interconnect: qcom: drop obsolete OSM_L3/EPSS defines Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 500/694] interconnect: qcom: osm-l3: drop unuserd header inclusion Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 501/694] spi: f_ospi: Add missing spi_mem_default_supports_op() helper Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 502/694] module/decompress: Never use kunmap() for local un-mappings Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 503/694] usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove due to race condition Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 504/694] ASoC: soc-compress: Inherit atomicity from DAI link for Compress FE Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 505/694] PCI: imx6: Install the fault handler only on compatible match Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 506/694] ASoC: es8316: Handle optional IRQ assignment Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 507/694] linux/vt_buffer.h: allow either builtin or modular for macros Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 508/694] dt-bindings: serial: snps-dw-apb-uart: correct number of DMAs Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 509/694] spi: qup: Dont skip cleanup in removes error path Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 510/694] interconnect: qcom: rpm: drop bogus pm domain attach Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 511/694] spi: mchp-pci1xxxx: Fix length of SPI transactions not set properly in driver Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 512/694] spi: mchp-pci1xxxx: Fix SPI transactions not working after suspend and resume Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 513/694] spi: mpc5xxx-psc: Remove unused platform_data Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 514/694] spi: mchp-pci1xxxx: Fix improper implementation of disabling chip select lines Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 515/694] spi: fsl-spi: Fix CPM/QE mode Litte Endian Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 516/694] vmci_host: fix a race condition in vmci_host_poll() causing GPF Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 517/694] of: Fix modalias string generation Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 518/694] PCI/EDR: Clear Device Status after EDR error recovery Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 519/694] ia64: mm/contig: fix section mismatch warning/error Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 520/694] ia64: salinfo: placate defined-but-not-used warning Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 521/694] scripts/gdb: bail early if there are no clocks Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 522/694] scripts/gdb: bail early if there are no generic PD Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 523/694] ASoC: mediatek: common: Fix refcount leak in parse_dai_link_info Greg Kroah-Hartman
2023-05-08 9:45 ` [PATCH 6.3 524/694] HID: amd_sfh: Correct the structure fields Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 525/694] HID: amd_sfh: Correct the sensor enable and disable command Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 526/694] HID: amd_sfh: Fix illuminance value Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 527/694] HID: amd_sfh: Add support for shutdown operation Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 528/694] HID: amd_sfh: Correct the stop all command Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 529/694] HID: amd_sfh: Increase sensor command timeout for SFH1.1 Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 530/694] HID: amd_sfh: Handle "no sensors" enabled " Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 531/694] cacheinfo: Check sib_leaf in cache_leaves_are_shared() Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 532/694] cacheinfo: Check cache properties are present in DT Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 533/694] coresight: etm_pmu: Set the module field Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 534/694] drm/panel: novatek-nt35950: Improve error handling Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 535/694] ASoC: fsl_mqs: move of_node_put() to the correct location Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 536/694] PCI/PM: Extend D3hot delay for NVIDIA HDA controllers Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 537/694] drm/panel: novatek-nt35950: Only unregister DSI1 if it exists Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 538/694] spi: cadence-quadspi: fix suspend-resume implementations Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 539/694] i2c: cadence: cdns_i2c_master_xfer(): Fix runtime PM leak on error path Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 540/694] i2c: xiic: xiic_xfer(): " Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 541/694] scripts/gdb: raise error with reduced debugging information Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 542/694] uapi/linux/const.h: prefer ISO-friendly __typeof__ Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 543/694] sh: sq: Fix incorrect element size for allocating bitmap buffer Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 544/694] usb: gadget: tegra-xudc: Fix crash in vbus_draw Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 545/694] usb: chipidea: fix missing goto in `ci_hdrc_probe` Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 546/694] usb: mtu3: fix kernel panic at qmu transfer done irq handler Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 547/694] firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probe Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 548/694] tty: serial: fsl_lpuart: adjust buffer length to the intended size Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 549/694] serial: 8250: Add missing wakeup event reporting Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 550/694] spi: cadence-quadspi: use macro DEFINE_SIMPLE_DEV_PM_OPS Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 551/694] staging: rtl8192e: Fix W_DISABLE# does not work after stop/start Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 552/694] spmi: Add a check for remove callback when removing a SPMI driver Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 553/694] vdpa/mlx5: Avoid losing link state updates Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 554/694] virtio_ring: dont update event idx on get_buf Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 555/694] spi: bcm63xx: remove PM_SLEEP based conditional compilation Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 556/694] fbdev: mmp: Fix deferred clk handling in mmphw_probe() Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 557/694] selftests/powerpc/pmu: Fix sample field check in the mmcra_thresh_marked_sample_test Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 558/694] macintosh/windfarm_smu_sat: Add missing of_node_put() Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 559/694] powerpc/perf: Properly detect mpc7450 family Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 560/694] powerpc/mpc512x: fix resource printk format warning Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 561/694] powerpc/wii: fix resource printk format warnings Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 562/694] powerpc/sysdev/tsi108: " Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 563/694] macintosh: via-pmu-led: requires ATA to be set Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 564/694] powerpc/rtas: use memmove for potentially overlapping buffer copy Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 565/694] sched/fair: Fix inaccurate tally of ttwu_move_affine Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 566/694] perf/core: Fix hardlockup failure caused by perf throttle Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 567/694] Revert "objtool: Support addition to set CFA base" Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 568/694] riscv: Fix ptdump when KASAN is enabled Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 569/694] sched/rt: Fix bad task migration for rt tasks Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 570/694] sched/clock: Fix local_clock() before sched_clock_init() Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 571/694] rv: Fix addition on an uninitialized variable run Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 572/694] rtla/timerlat: Fix "Previous IRQ" auto analysis line Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 573/694] tracing/user_events: Ensure write index cannot be negative Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 574/694] clk: at91: clk-sam9x60-pll: fix return value check Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 575/694] IB/hifi1: add a null check of kzalloc_node in hfi1_ipoib_txreq_init Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 576/694] RDMA/siw: Fix potential page_array out of range access Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 577/694] clk: mediatek: mt2712: Add error handling to clk_mt2712_apmixed_probe() Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 578/694] clk: mediatek: Consistently use GATE_MTK() macro Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 579/694] clk: mediatek: mt7622: Properly use CLK_IS_CRITICAL flag Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 580/694] clk: mediatek: mt8135: " Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 581/694] RDMA/rdmavt: Delete unnecessary NULL check Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 582/694] clk: mediatek: clk-pllfh: fix missing of_node_put() in fhctl_parse_dt() Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 583/694] clk: qcom: gcc-qcm2290: Fix up gcc_sdcc2_apps_clk_src Greg Kroah-Hartman
2023-05-08 9:46 ` [PATCH 6.3 584/694] workqueue: Fix hung time report of worker pools Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 585/694] rtc: omap: include header for omap_rtc_power_off_program prototype Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 586/694] RDMA/mlx4: Prevent shift wrapping in set_user_sq_size() Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 587/694] rtc: meson-vrtc: Use ktime_get_real_ts64() to get the current time Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 588/694] rtc: k3: handle errors while enabling wake irq Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 589/694] RDMA/rxe: Replace exists by rxe in rxe.c Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 590/694] RDMA/erdma: Use fixed hardware page size Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 591/694] fs/ntfs3: Fix memory leak if ntfs_read_mft failed Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 592/694] fs/ntfs3: Add check for kmemdup Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 593/694] fs/ntfs3: Fix null-ptr-deref on inode->i_op in ntfs_lookup() Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 594/694] fs/ntfs3: Fix OOB read in indx_insert_into_buffer Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 595/694] fs/ntfs3: Fix slab-out-of-bounds read in hdr_delete_de() Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 596/694] iommu/mediatek: Set dma_mask for PGTABLE_PA_35_EN Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 597/694] RDMA/rxe: Remove tasklet call from rxe_cq.c Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 598/694] power: supply: generic-adc-battery: fix unit scaling Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 599/694] clk: add missing of_node_put() in "assigned-clocks" property parsing Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 600/694] RDMA/siw: Remove namespace check from siw_netdev_event() Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 601/694] clk: qcom: gcc-sm6115: Mark RCGs shared where applicable Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 602/694] power: supply: rk817: Fix low SOC bugs Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 603/694] RDMA/cm: Trace icm_send_rej event before the cm state is reset Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 604/694] RDMA/srpt: Add a check for valid mad_agent pointer Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 605/694] IB/hfi1: Fix SDMA mmu_rb_node not being evicted in LRU order Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 606/694] IB/hfi1: Fix bugs with non-PAGE_SIZE-end multi-iovec user SDMA requests Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 607/694] clk: imx: fracn-gppll: fix the rate table Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 608/694] clk: imx: fracn-gppll: disable hardware select control Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 609/694] clk: imx: imx8ulp: Fix XBAR_DIVBUS and AD_SLOW clock parents Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 610/694] NFSv4.1: Always send a RECLAIM_COMPLETE after establishing lease Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 611/694] iommu/amd: Set page size bitmap during V2 domain allocation Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 612/694] s390/checksum: always use cksm instruction Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 613/694] clk: qcom: lpasscc-sc7280: Skip qdsp6ss clock registration Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 614/694] clk: qcom: lpassaudiocc-sc7280: Add required gdsc power domain clks in lpass_cc_sc7280_desc Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 615/694] clk: qcom: gcc-sm8350: fix PCIe PIPE clocks handling Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 616/694] clk: qcom: dispcc-qcm2290: Remove inexistent DSI1PHY clk Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 617/694] Input: raspberrypi-ts - fix refcount leak in rpi_ts_probe Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 618/694] swiotlb: relocate PageHighMem test away from rmem_swiotlb_setup Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 619/694] swiotlb: fix debugfs reporting of reserved memory pools Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 620/694] RDMA/rxe: Convert tasklet args to queue pairs Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 621/694] RDMA/rxe: Remove __rxe_do_task() Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 622/694] RDMA/rxe: Fix the error "trying to register non-static key in rxe_cleanup_task" Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 623/694] RDMA/mlx5: Check pcie_relaxed_ordering_enabled() in UMR Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 624/694] RDMA/mlx5: Fix flow counter query via DEVX Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 625/694] SUNRPC: remove the maximum number of retries in call_bind_status Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 626/694] RDMA/mlx5: Use correct device num_ports when modify DC Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 627/694] clocksource/drivers/davinci: Fix memory leak in davinci_timer_register when init fails Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 628/694] openrisc: Properly store r31 to pt_regs on unhandled exceptions Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 629/694] timekeeping: Fix references to nonexistent ktime_get_fast_ns() Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 630/694] SMB3: Add missing locks to protect deferred close file list Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 631/694] SMB3: Close deferred file handles in case of handle lease break Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 632/694] rtc: jz4740: Make sure clock provider gets removed Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 633/694] ext4: fix i_disksize exceeding i_size problem in paritally written case Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 634/694] ext4: fix use-after-free read in ext4_find_extent for bigalloc + inline Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 635/694] pinctrl: renesas: r8a779a0: Remove incorrect AVB[01] pinmux configuration Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 636/694] pinctrl: renesas: r8a779f0: Fix tsn1_avtp_pps pin group Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 637/694] pinctrl: renesas: r8a779g0: Fix Group 4/5 pin functions Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 638/694] pinctrl: renesas: r8a779g0: Fix Group 6/7 " Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 639/694] pinctrl: renesas: r8a779g0: Fix ERROROUTC function names Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 640/694] leds: TI_LMU_COMMON: select REGMAP instead of depending on it Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 641/694] pinctrl: ralink: reintroduce ralink,rt2880-pinmux compatible string Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 642/694] dmaengine: mv_xor_v2: Fix an error code Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 643/694] leds: tca6507: Fix error handling of using fwnode_property_read_string Greg Kroah-Hartman
2023-05-08 9:47 ` [PATCH 6.3 644/694] pwm: mtk-disp: Disable shadow registers before setting backlight values Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 645/694] pwm: mtk-disp: Configure double buffering before reading in .get_state() Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 646/694] soundwire: intel: dont save hw_params for use in prepare Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 647/694] phy: tegra: xusb: Add missing tegra_xusb_port_unregister for usb2_port and ulpi_port Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 648/694] phy: ti: j721e-wiz: Fix unreachable code in wiz_mode_select() Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 649/694] dma: gpi: remove spurious unlock in gpi_ch_init Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 650/694] dmaengine: dw-edma: Fix to change for continuous transfer Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 651/694] dmaengine: dw-edma: Fix to enable to issue dma request on DMA processing Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 652/694] dmaengine: at_xdmac: disable/enable clock directly on suspend/resume Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 653/694] dmaengine: at_xdmac: fix imbalanced runtime PM reference counter Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 654/694] dmaengine: at_xdmac: do not resume channels paused by consumers Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 655/694] dmaengine: at_xdmac: restore the content of grws register Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 656/694] dmaengine: at_xdmac: do not enable all cyclic channels Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 657/694] pinctrl-bcm2835.c: fix race condition when setting gpio dir Greg Kroah-Hartman
2023-05-08 9:48 ` Greg Kroah-Hartman [this message]
2023-05-08 9:48 ` [PATCH 6.3 659/694] mfd: tqmx86: Do not access I2C_DETECT register through io_base Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 660/694] mfd: tqmx86: Specify IO port register range more precisely Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 661/694] mfd: tqmx86: Correct board names for TQMxE39x Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 662/694] mfd: ocelot-spi: Fix unsupported bulk read Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 663/694] mfd: arizona-spi: Add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 664/694] hte: tegra: fix struct of_device_id build error Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 665/694] hte: tegra-194: Fix off by one in tegra_hte_map_to_line_id() Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 666/694] ACPI: PM: Do not turn of unused power resources on the Toshiba Click Mini Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 667/694] PM: hibernate: Turn snapshot_test into global variable Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 668/694] PM: hibernate: Do not get block device exclusively in test_resume mode Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 669/694] afs: Fix updating of i_size with dv jump from server Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 670/694] afs: Fix getattr to report server i_size on dirs, not local size Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 671/694] afs: Avoid endless loop if file is larger than expected Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 672/694] scripts/gdb: fix lx-timerlist for Python3 Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 673/694] btrfs: scrub: reject unsupported scrub flags Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 674/694] s390/dasd: fix hanging blockdevice after request requeue Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 675/694] ia64: fix an addr to taddr in huge_pte_offset() Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 676/694] mm/mempolicy: correctly update prev when policy is equal on mbind Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 677/694] mm/hugetlb: fix uffd-wp during fork() Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 678/694] vhost_vdpa: fix unmap process in no-batch mode Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 679/694] dm verity: fix error handling for check_at_most_once on FEC Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 680/694] dm clone: call kmem_cache_destroy() in dm_clone_init() error path Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 681/694] dm integrity: call kmem_cache_destroy() in dm_integrity_init() " Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 682/694] dm flakey: fix a crash with invalid table line Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 683/694] dm ioctl: fix nested locking in table_clear() to remove deadlock concern Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 684/694] dm: dont lock fs when the map is NULL in process of resume Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 685/694] perf auxtrace: Fix address filter entire kernel size Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 686/694] perf intel-pt: Fix CYC timestamps after standalone CBR Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 687/694] io_uring/rsrc: check for nonconsecutive pages Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 688/694] cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 689/694] cifs: protect session status check in smb2_reconnect() Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 690/694] cifs: fix sharing of DFS connections Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 691/694] cifs: fix potential race when tree connecting ipc Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 692/694] cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 693/694] cifs: avoid potential races when handling multiple dfs tcons Greg Kroah-Hartman
2023-05-08 9:48 ` [PATCH 6.3 694/694] debugobject: Ensure pool refill (again) Greg Kroah-Hartman
2023-05-08 21:04 ` [PATCH 6.3 000/694] 6.3.2-rc1 review Shuah Khan
2023-05-08 21:59 ` Ron Economos
2023-05-08 22:24 ` Justin Forbes
2023-05-08 22:37 ` Florian Fainelli
2023-05-08 22:46 ` Florian Fainelli
2023-05-09 3:02 ` Greg Kroah-Hartman
2023-05-09 3:07 ` Bagas Sanjaya
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=20230508094457.336183703@linuxfoundation.org \
--to=gregkh@linuxfoundation.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=daniel.lezcano@linaro.org \
--cc=dzm91@hust.edu.cn \
--cc=patches@lists.linux.dev \
--cc=sashal@kernel.org \
--cc=stable@vger.kernel.org \
--cc=void0red@hust.edu.cn \
/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