linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org, Miaoqian Lin <linmq006@gmail.com>,
	Tony Lindgren <tony@atomide.com>, Sasha Levin <sashal@kernel.org>
Subject: [PATCH 5.10 128/545] ARM: OMAP2+: Fix refcount leak in omap3xxx_prm_late_init
Date: Fri, 19 Aug 2022 17:38:18 +0200	[thread overview]
Message-ID: <20220819153835.048901655@linuxfoundation.org> (raw)
In-Reply-To: <20220819153829.135562864@linuxfoundation.org>

From: Miaoqian Lin <linmq006@gmail.com>

[ Upstream commit 942228fbf5d4901112178b93d41225be7c0dd9de ]

of_find_matching_node() returns a node pointer with refcount
incremented, we should use of_node_put() on it when not need anymore.
Add missing of_node_put() to avoid refcount leak.

Fixes: 1e037794f7f0 ("ARM: OMAP3+: PRM: register interrupt information from DT")
Signed-off-by: Miaoqian Lin <linmq006@gmail.com>
Message-Id: <20220526073724.21169-1-linmq006@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 arch/arm/mach-omap2/prm3xxx.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-omap2/prm3xxx.c b/arch/arm/mach-omap2/prm3xxx.c
index 1b442b128569..63e73e9b82bc 100644
--- a/arch/arm/mach-omap2/prm3xxx.c
+++ b/arch/arm/mach-omap2/prm3xxx.c
@@ -708,6 +708,7 @@ static int omap3xxx_prm_late_init(void)
 	}
 
 	irq_num = of_irq_get(np, 0);
+	of_node_put(np);
 	if (irq_num == -EPROBE_DEFER)
 		return irq_num;
 
-- 
2.35.1




  parent reply	other threads:[~2022-08-19 16:02 UTC|newest]

Thread overview: 570+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19 15:36 [PATCH 5.10 000/545] 5.10.137-rc1 review Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 001/545] Makefile: link with -z noexecstack --no-warn-rwx-segments Greg Kroah-Hartman
2022-08-19 17:14   ` Nick Desaulniers
2022-08-20 18:09     ` Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 002/545] x86: link vdso and boot " Greg Kroah-Hartman
2022-08-19 17:13   ` Nick Desaulniers
2022-08-20 18:09     ` Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 003/545] Revert "pNFS: nfs3_set_ds_client should set NFS_CS_NOPING" Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 004/545] scsi: Revert "scsi: qla2xxx: Fix disk failure to rediscover" Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 005/545] ALSA: bcd2000: Fix a UAF bug on the error path of probing Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 006/545] ALSA: hda/realtek: Add quirk for Clevo NV45PZ Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 007/545] ALSA: hda/realtek: Add quirk for HP Spectre x360 15-eb0xxx Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 008/545] wifi: mac80211_hwsim: fix race condition in pending packet Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 009/545] wifi: mac80211_hwsim: add back erroneously removed cast Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 010/545] wifi: mac80211_hwsim: use 32-bit skb cookie Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 011/545] add barriers to buffer_uptodate and set_buffer_uptodate Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 012/545] HID: wacom: Only report rotation for art pen Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 013/545] HID: wacom: Dont register pad_input for touch switch Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 014/545] KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 015/545] KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL " Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 016/545] KVM: SVM: Dont BUG if userspace injects an interrupt with GIF=0 Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 017/545] KVM: s390: pv: dont present the ecall interrupt twice Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 018/545] KVM: nVMX: Let userspace set nVMX MSR to any _host_ supported value Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 019/545] KVM: x86: Mark TSS busy during LTR emulation _after_ all fault checks Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 020/545] KVM: x86: Set error code to segment selector on LLDT/LTR non-canonical #GP Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 021/545] KVM: x86: Tag kvm_mmu_x86_module_init() with __init Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 022/545] riscv: set default pm_power_off to NULL Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 023/545] mm: Add kvrealloc() Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 024/545] xfs: only set IOMAP_F_SHARED when providing a srcmap to a write Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 025/545] xfs: fix I_DONTCACHE Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 026/545] mm/mremap: hold the rmap lock in write mode when moving page table entries Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 027/545] ALSA: hda/conexant: Add quirk for LENOVO 20149 Notebook model Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 028/545] ALSA: hda/cirrus - support for iMac 12,1 model Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 029/545] ALSA: hda/realtek: Add quirk for another Asus K42JZ model Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 030/545] ALSA: hda/realtek: Add a quirk for HP OMEN 15 (8786) mute LED Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 031/545] tty: vt: initialize unicode screen buffer Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 032/545] vfs: Check the truncate maximum size in inode_newsize_ok() Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 033/545] fs: Add missing umask strip in vfs_tmpfile Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 034/545] thermal: sysfs: Fix cooling_device_stats_setup() error code path Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 035/545] fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 036/545] fbcon: Fix accelerated fbdev scrolling while logo is still shown Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 037/545] usbnet: Fix linkwatch use-after-free on disconnect Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 038/545] ovl: drop WARN_ON() dentry is NULL in ovl_encode_fh() Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 039/545] parisc: Fix device names in /proc/iomem Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 040/545] parisc: Check the return value of ioremap() in lba_driver_probe() Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 041/545] parisc: io_pgetevents_time64() needs compat syscall in 32-bit compat mode Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 042/545] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 043/545] drm/vc4: hdmi: Disable audio if dmas property is present but empty Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 044/545] drm/nouveau: fix another off-by-one in nvbios_addr Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 045/545] drm/nouveau: Dont pm_runtime_put_sync(), only pm_runtime_put_autosuspend() Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 046/545] drm/nouveau/acpi: Dont print error when we get -EINPROGRESS from pm_runtime Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 047/545] drm/amdgpu: Check BOs requested pinning domains against its preferred_domains Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 048/545] mtd: rawnand: arasan: Update NAND bus clock instead of system clock Greg Kroah-Hartman
2022-08-19 15:36 ` [PATCH 5.10 049/545] iio: light: isl29028: Fix the warning in isl29028_remove() Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 050/545] scsi: sg: Allow waiting for commands to complete on removed device Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 051/545] scsi: qla2xxx: Fix incorrect display of max frame size Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 052/545] scsi: qla2xxx: Zero undefined mailbox IN registers Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 053/545] fuse: limit nsec Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 054/545] serial: mvebu-uart: uart2 error bits clearing Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 055/545] md-raid: destroy the bitmap after destroying the thread Greg Kroah-Hartman
2022-08-22  5:33   ` Guoqing Jiang
2022-08-22  6:26     ` Greg Kroah-Hartman
2022-08-29  2:32       ` Guoqing Jiang
2022-08-29  8:17         ` Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 056/545] md-raid10: fix KASAN warning Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 057/545] media: [PATCH] pci: atomisp_cmd: fix three missing checks on list iterator Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 058/545] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr() Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 059/545] PCI: Add defines for normal and subtractive PCI bridges Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 060/545] powerpc/fsl-pci: Fix Class Code of PCIe Root Port Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 061/545] powerpc/ptdump: Fix display of RW pages on FSL_BOOK3E Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 062/545] powerpc/powernv: Avoid crashing if rng is NULL Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 063/545] MIPS: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 064/545] coresight: Clear the connection field properly Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 065/545] usb: typec: ucsi: Acknowledge the GET_ERROR_STATUS command completion Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 066/545] USB: HCD: Fix URB giveback issue in tasklet function Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 067/545] ARM: dts: uniphier: Fix USB interrupts for PXs2 SoC Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 068/545] arm64: dts: uniphier: Fix USB interrupts for PXs3 SoC Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 069/545] usb: dwc3: gadget: refactor dwc3_repare_one_trb Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 070/545] usb: dwc3: gadget: fix high speed multiplier setting Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 071/545] lockdep: Allow tuning tracing capacity constants Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 072/545] netfilter: nf_tables: do not allow SET_ID to refer to another table Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 073/545] netfilter: nf_tables: do not allow CHAIN_ID " Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 074/545] netfilter: nf_tables: do not allow RULE_ID to refer to another chain Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 075/545] netfilter: nf_tables: fix null deref due to zeroed list head Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 076/545] epoll: autoremove wakers even more aggressively Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 077/545] x86: Handle idle=nomwait cmdline properly for x86_idle Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 078/545] arm64: Do not forget syscall when starting a new thread Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 079/545] arm64: fix oops in concurrently setting insn_emulation sysctls Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 080/545] ext2: Add more validity checks for inode counts Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 081/545] genirq: Dont return error on missing optional irq_request_resources() Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 082/545] irqchip/mips-gic: Only register IPI domain when SMP is enabled Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 083/545] genirq: GENERIC_IRQ_IPI depends on SMP Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 084/545] irqchip/mips-gic: Check the return value of ioremap() in gic_of_init() Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 085/545] wait: Fix __wait_event_hrtimeout for RT/DL tasks Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 086/545] ARM: dts: imx6ul: add missing properties for sram Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 087/545] ARM: dts: imx6ul: change operating-points to uint32-matrix Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 088/545] ARM: dts: imx6ul: fix keypad compatible Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 089/545] ARM: dts: imx6ul: fix csi node compatible Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 090/545] ARM: dts: imx6ul: fix lcdif " Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 091/545] ARM: dts: imx6ul: fix qspi " Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 092/545] ARM: dts: BCM5301X: Add DT for Meraki MR26 Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 093/545] spi: synquacer: Add missing clk_disable_unprepare() Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 094/545] ARM: OMAP2+: display: Fix refcount leak bug Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 095/545] ACPI: EC: Remove duplicate ThinkPad X1 Carbon 6th entry from DMI quirks Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 096/545] ACPI: EC: Drop the EC_FLAGS_IGNORE_DSDT_GPE quirk Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 097/545] ACPI: PM: save NVS memory for Lenovo G40-45 Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 098/545] ACPI: LPSS: Fix missing check in register_device_clock() Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 099/545] arm64: dts: qcom: ipq8074: fix NAND node name Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 100/545] arm64: dts: allwinner: a64: orangepi-win: Fix LED " Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 101/545] ARM: shmobile: rcar-gen2: Increase refcount for new reference Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 102/545] firmware: tegra: Fix error check return value of debugfs_create_file() Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 103/545] hwmon: (sht15) Fix wrong assumptions in device remove callback Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 104/545] PM: hibernate: defer device probing when resuming from hibernation Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 105/545] selinux: Add boundary check in put_entry() Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 106/545] powerpc/64s: Disable stack variable initialisation for prom_init Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 107/545] spi: spi-rspi: Fix PIO fallback on RZ platforms Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 108/545] ARM: findbit: fix overflowing offset Greg Kroah-Hartman
2022-08-19 15:37 ` [PATCH 5.10 109/545] meson-mx-socinfo: Fix refcount leak in meson_mx_socinfo_init Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 110/545] arm64: dts: renesas: beacon: Fix regulator node names Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 111/545] ARM: bcm: Fix refcount leak in bcm_kona_smc_init Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 112/545] ACPI: processor/idle: Annotate more functions to live in cpuidle section Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 113/545] ARM: dts: imx7d-colibri-emmc: add cpu1 supply Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 114/545] Input: atmel_mxt_ts - fix up inverted RESET handler Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 115/545] soc: renesas: r8a779a0-sysc: Fix A2DP1 and A2CV[2357] PDR values Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 116/545] soc: amlogic: Fix refcount leak in meson-secure-pwrc.c Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 117/545] arm64: dts: renesas: Fix thermal-sensors on single-zone sensors Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 118/545] x86/pmem: Fix platform-device leak in error path Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 119/545] ARM: dts: ast2500-evb: fix board compatible Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 120/545] ARM: dts: ast2600-evb: " Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 121/545] hexagon: select ARCH_WANT_LD_ORPHAN_WARN Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 122/545] arm64: cpufeature: Allow different PMU versions in ID_DFR0_EL1 Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 123/545] locking/lockdep: Fix lockdep_init_map_*() confusion Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 124/545] soc: fsl: guts: machine variable might be unset Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 125/545] block: fix infinite loop for invalid zone append Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 126/545] ARM: dts: qcom: mdm9615: add missing PMIC GPIO reg Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 127/545] ARM: OMAP2+: Fix refcount leak in omapdss_init_of Greg Kroah-Hartman
2022-08-19 15:38 ` Greg Kroah-Hartman [this message]
2022-08-19 15:38 ` [PATCH 5.10 129/545] cpufreq: zynq: Fix refcount leak in zynq_get_revision Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 130/545] regulator: qcom_smd: Fix pm8916_pldo range Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 131/545] ACPI: APEI: Fix _EINJ vs EFI_MEMORY_SP Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 132/545] soc: qcom: ocmem: Fix refcount leak in of_get_ocmem Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 133/545] soc: qcom: aoss: Fix refcount leak in qmp_cooling_devices_register Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 134/545] ARM: dts: qcom: pm8841: add required thermal-sensor-cells Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 135/545] bus: hisi_lpc: fix missing platform_device_put() in hisi_lpc_acpi_probe() Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 136/545] arm64: dts: mt7622: fix BPI-R64 WPS button Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 137/545] arm64: tegra: Fix SDMMC1 CD on P2888 Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 138/545] erofs: avoid consecutive detection for Highmem memory Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 139/545] blk-mq: dont create hctx debugfs dir until q->debugfs_dir is created Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 140/545] hwmon: (drivetemp) Add module alias Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 141/545] block: remove the request_queue to argument request based tracepoints Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 142/545] blktrace: Trace remapped requests correctly Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 143/545] regulator: of: Fix refcount leak bug in of_get_regulation_constraints() Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 144/545] soc: qcom: Make QCOM_RPMPD depend on PM Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 145/545] arm64: dts: qcom: qcs404: Fix incorrect USB2 PHYs assignment Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 146/545] dt-bindings: Update QCOM USB subsystem maintainer information Greg Kroah-Hartman
2022-08-19 16:09   ` Rob Herring
2022-08-20 18:05     ` Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 147/545] drivers/perf: arm_spe: Fix consistency of SYS_PMSCR_EL1.CX Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 148/545] nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt() Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 149/545] selftests/seccomp: Fix compile warning when CC=clang Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 150/545] thermal/tools/tmon: Include pthread and time headers in tmon.h Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 151/545] dm: return early from dm_pr_call() if DM device is suspended Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 152/545] pwm: sifive: Dont check the return code of pwmchip_remove() Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 153/545] pwm: sifive: Simplify offset calculation for PWMCMP registers Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 154/545] pwm: sifive: Ensure the clk is enabled exactly once per running PWM Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 155/545] pwm: sifive: Shut down hardware only after pwmchip_remove() completed Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 156/545] pwm: lpc18xx-sct: Convert to devm_platform_ioremap_resource() Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 157/545] drm/bridge: tc358767: Move (e)DP bridge endpoint parsing into dedicated function Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 158/545] drm/bridge: tc358767: Make sure Refclk clock are enabled Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 159/545] ath10k: do not enforce interrupt trigger type Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 160/545] drm/st7735r: Fix module autoloading for Okaya RH128128T Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 161/545] wifi: rtlwifi: fix error codes in rtl_debugfs_set_write_h2c() Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 162/545] ath11k: fix netdev open race Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 163/545] drm/mipi-dbi: align max_chunk to 2 in spi_transfer Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 164/545] ath11k: Fix incorrect debug_mask mappings Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 165/545] drm/radeon: fix potential buffer overflow in ni_set_mc_special_registers() Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 166/545] drm/mediatek: Modify dsi funcs to atomic operations Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 167/545] drm/mediatek: Separate poweron/poweroff from enable/disable and define new funcs Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 168/545] drm/mediatek: Add pull-down MIPI operation in mtk_dsi_poweroff function Greg Kroah-Hartman
2022-08-19 15:38 ` [PATCH 5.10 169/545] i2c: npcm: Remove own slave addresses 2:10 Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 170/545] i2c: npcm: Correct slave role behavior Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 171/545] virtio-gpu: fix a missing check to avoid NULL dereference Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 172/545] drm: adv7511: override i2c address of cec before accessing it Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 173/545] crypto: sun8i-ss - do not allocate memory when handling hash requests Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 174/545] crypto: sun8i-ss - fix error codes in allocate_flows() Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 175/545] net: fix sk_wmem_schedule() and sk_rmem_schedule() errors Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 176/545] i2c: Fix a potential use after free Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 177/545] crypto: sun8i-ss - fix infinite loop in sun8i_ss_setup_ivs() Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 178/545] media: tw686x: Register the irq at the end of probe Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 179/545] ath9k: fix use-after-free in ath9k_hif_usb_rx_cb Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 180/545] wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_link_cmd() Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 181/545] drm/radeon: fix incorrrect SPDX-License-Identifiers Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 182/545] test_bpf: fix incorrect netdev features Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 183/545] crypto: ccp - During shutdown, check SEV data pointer before using Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 184/545] drm: bridge: adv7511: Add check for mipi_dsi_driver_register Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 185/545] drm/mcde: Fix refcount leak in mcde_dsi_bind Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 186/545] media: hdpvr: fix error value returns in hdpvr_read Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 187/545] media: v4l2-mem2mem: prevent pollerr when last_buffer_dequeued is set Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 188/545] media: tw686x: Fix memory leak in tw686x_video_init Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 189/545] drm/vc4: plane: Remove subpixel positioning check Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 190/545] drm/vc4: plane: Fix margin calculations for the right/bottom edges Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 191/545] drm/vc4: dsi: Correct DSI divider calculations Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 192/545] drm/vc4: dsi: Correct pixel order for DSI0 Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 193/545] drm/vc4: drv: Remove the DSI pointer in vc4_drv Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 194/545] drm/vc4: dsi: Use snprintf for the PHY clocks instead of an array Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 195/545] drm/vc4: dsi: Introduce a variant structure Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 196/545] drm/vc4: dsi: Register dsi0 as the correct vc4 encoder type Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 197/545] drm/vc4: dsi: Fix dsi0 interrupt support Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 198/545] drm/vc4: dsi: Add correct stop condition to vc4_dsi_encoder_disable iteration Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 199/545] drm/vc4: hdmi: Remove firmware logic for MAI threshold setting Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 200/545] drm/vc4: hdmi: Avoid full hdmi audio fifo writes Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 201/545] drm/vc4: hdmi: Dont access the connector state in reset if kmalloc fails Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 202/545] drm/vc4: hdmi: Limit the BCM2711 to the max without scrambling Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 203/545] drm/vc4: hdmi: Fix timings for interlaced modes Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 204/545] drm/vc4: hdmi: Correct HDMI timing registers " Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 205/545] crypto: arm64/gcm - Select AEAD for GHASH_ARM64_CE Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 206/545] selftests/xsk: Destroy BPF resources only when ctx refcount drops to 0 Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 207/545] drm/rockchip: vop: Dont crash for invalid duplicate_state() Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 208/545] drm/rockchip: Fix an error handling path rockchip_dp_probe() Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 209/545] drm/mediatek: dpi: Remove output format of YUV Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 210/545] drm/mediatek: dpi: Only enable dpi after the bridge is enabled Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 211/545] drm: bridge: sii8620: fix possible off-by-one Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 212/545] lib: bitmap: order includes alphabetically Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 213/545] lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc() Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 214/545] hinic: Use the bitmap API when applicable Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 215/545] net: hinic: fix bug that ethtool get wrong stats Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 216/545] net: hinic: avoid kernel hung in hinic_get_stats64() Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 217/545] drm/msm/mdp5: Fix global state lock backoff Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 218/545] crypto: hisilicon/sec - fixes some coding style Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 219/545] crypto: hisilicon/sec - dont sleep when in softirq Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 220/545] crypto: hisilicon - Kunpeng916 crypto driver " Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 221/545] media: platform: mtk-mdp: Fix mdp_ipi_comm structure alignment Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 222/545] mt76: mt76x02u: fix possible memory leak in __mt76x02u_mcu_send_msg Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 223/545] mediatek: mt76: mac80211: Fix missing of_node_put() in mt76_led_init() Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 224/545] drm/exynos/exynos7_drm_decon: free resources when clk_set_parent() failed Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 225/545] tcp: make retransmitted SKB fit into the send window Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 226/545] libbpf: Fix the name of a reused map Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 227/545] selftests: timers: valid-adjtimex: build fix for newer toolchains Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 228/545] selftests: timers: clocksource-switch: fix passing errors from child Greg Kroah-Hartman
2022-08-19 15:39 ` [PATCH 5.10 229/545] bpf: Fix subprog names in stack traces Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 230/545] fs: check FMODE_LSEEK to control internal pipe splicing Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 231/545] wifi: wil6210: debugfs: fix info leak in wil_write_file_wmi() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 232/545] wifi: p54: Fix an error handling path in p54spi_probe() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 233/545] wifi: p54: add missing parentheses in p54_flush() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 234/545] selftests/bpf: fix a test for snprintf() overflow Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 235/545] can: pch_can: do not report txerr and rxerr during bus-off Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 236/545] can: rcar_can: " Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 237/545] can: sja1000: " Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 238/545] can: hi311x: " Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 239/545] can: sun4i_can: " Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 240/545] can: kvaser_usb_hydra: " Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 241/545] can: kvaser_usb_leaf: " Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 242/545] can: usb_8dev: " Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 243/545] can: error: specify the values of data[5..7] of CAN error frames Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 244/545] can: pch_can: pch_can_error(): initialize errc before using it Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 245/545] Bluetooth: hci_intel: Add check for platform_driver_register Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 246/545] i2c: cadence: Support PEC for SMBus block read Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 247/545] i2c: mux-gpmux: Add of_node_put() when breaking out of loop Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 248/545] wifi: wil6210: debugfs: fix uninitialized variable use in `wil_write_file_wmi()` Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 249/545] wifi: iwlwifi: mvm: fix double list_add at iwl_mvm_mac_wake_tx_queue Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 250/545] wifi: libertas: Fix possible refcount leak in if_usb_probe() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 251/545] media: cedrus: hevc: Add check for invalid timestamp Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 252/545] net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/version Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 253/545] net/mlx5e: Fix the value of MLX5E_MAX_RQ_NUM_MTTS Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 254/545] crypto: hisilicon/hpre - dont use GFP_KERNEL to alloc mem during softirq Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 255/545] crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 256/545] crypto: hisilicon/sec - fix auth key size error Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 257/545] inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 258/545] tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 259/545] ipv6: add READ_ONCE(sk->sk_bound_dev_if) in INET6_MATCH() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 260/545] tcp: Fix data-races around sysctl_tcp_l3mdev_accept Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 261/545] net: allow unbound socket for packets in VRF when tcp_l3mdev_accept set Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 262/545] iavf: Fix max_rate limiting Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 263/545] netdevsim: Avoid allocation warnings triggered from user space Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 264/545] net: rose: fix netdev reference changes Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 265/545] net: ionic: fix error check for vlan flags in ionic_set_nic_features() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 266/545] dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lock Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 267/545] wireguard: ratelimiter: use hrtimer in selftest Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 268/545] wireguard: allowedips: dont corrupt stack when detecting overflow Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 269/545] clk: renesas: r9a06g032: Fix UART clkgrp bitsel Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 270/545] mtd: maps: Fix refcount leak in of_flash_probe_versatile Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 271/545] mtd: maps: Fix refcount leak in ap_flash_init Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 272/545] mtd: rawnand: meson: Fix a potential double free issue Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 273/545] PCI: tegra194: Fix PM error handling in tegra_pcie_config_ep() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 274/545] HID: cp2112: prevent a buffer overflow in cp2112_xfer() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 275/545] mtd: sm_ftl: Fix deadlock caused by cancel_work_sync in sm_release Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 276/545] mtd: partitions: Fix refcount leak in parse_redboot_of Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 277/545] mtd: st_spi_fsm: Add a clk_disable_unprepare() in .probe()s error path Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 278/545] fpga: altera-pr-ip: fix unsigned comparison with less than zero Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 279/545] usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 280/545] usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 281/545] usb: gadget: tegra-xudc: Fix error check in tegra_xudc_powerdomain_init() Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 282/545] usb: xhci: tegra: Fix error check Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 283/545] netfilter: xtables: Bring SPDX identifier back Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 284/545] iio: accel: bma400: Fix the scale min and max macro values Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 285/545] platform/chrome: cros_ec: Always expose last resume result Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 286/545] iio: accel: bma400: Reordering of header files Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 287/545] clk: mediatek: reset: Fix written reset bit offset Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 288/545] KVM: Dont set Accessed/Dirty bits for ZERO_PAGE Greg Kroah-Hartman
2022-08-19 15:40 ` [PATCH 5.10 289/545] mwifiex: Ignore BTCOEX events from the 88W8897 firmware Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 290/545] mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 291/545] dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 292/545] misc: rtsx: Fix an error handling path in rtsx_pci_probe() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 293/545] driver core: fix potential deadlock in __driver_attach Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 294/545] clk: qcom: clk-krait: unlock spin after mux completion Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 295/545] usb: host: xhci: use snprintf() in xhci_decode_trb() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 296/545] clk: qcom: ipq8074: fix NSS core PLL-s Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 297/545] clk: qcom: ipq8074: SW workaround for UBI32 PLL lock Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 298/545] clk: qcom: ipq8074: fix NSS port frequency tables Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 299/545] clk: qcom: ipq8074: set BRANCH_HALT_DELAY flag for UBI clocks Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 300/545] clk: qcom: camcc-sdm845: Fix topology around titan_top power domain Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 301/545] PCI: dwc: Add unroll iATU space support to dw_pcie_disable_atu() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 302/545] PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 303/545] PCI: dwc: Always enable CDM check if "snps,enable-cdm-check" exists Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 304/545] soundwire: bus_type: fix remove and shutdown support Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 305/545] KVM: arm64: Dont return from void function Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 306/545] dmaengine: sf-pdma: apply proper spinlock flags in sf_pdma_prep_dma_memcpy() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 307/545] dmaengine: sf-pdma: Add multithread support for a DMA channel Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 308/545] PCI: endpoint: Dont stop controller when unbinding endpoint function Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 309/545] intel_th: Fix a resource leak in an error handling path Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 310/545] intel_th: msu-sink: Potential dereference of null pointer Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 311/545] intel_th: msu: Fix vmalloced buffers Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 312/545] staging: rtl8192u: Fix sleep in atomic context bug in dm_fsync_timer_callback Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 313/545] mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 314/545] memstick/ms_block: Fix some incorrect memory allocation Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 315/545] memstick/ms_block: Fix a memory leak Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 316/545] mmc: sdhci-of-at91: fix set_uhs_signaling rewriting of MC1R Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 317/545] mmc: block: Add single read for 4k sector cards Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 318/545] KVM: s390: pv: leak the topmost page table when destroy fails Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 319/545] PCI/portdrv: Dont disable AER reporting in get_port_device_capability() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 320/545] PCI: qcom: Set up rev 2.1.0 PARF_PHY before enabling clocks Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 321/545] scsi: smartpqi: Fix DMA direction for RAID requests Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 322/545] xtensa: iss/network: provide release() callback Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 323/545] xtensa: iss: fix handling error cases in iss_net_configure() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 324/545] usb: gadget: udc: amd5536 depends on HAS_DMA Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 325/545] usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 326/545] usb: dwc3: core: Deprecate GCTL.CORESOFTRESET Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 327/545] usb: dwc3: core: Do not perform GCTL_CORE_SOFTRESET during bootup Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 328/545] usb: dwc3: qcom: fix missing optional irq warnings Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 329/545] eeprom: idt_89hpesx: uninitialized data in idt_dbgfs_csr_write() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 330/545] interconnect: imx: fix max_node_id Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 331/545] um: random: Dont initialise hwrng struct with zero Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 332/545] RDMA/rtrs: Define MIN_CHUNK_SIZE Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 333/545] RDMA/rtrs: Avoid Wtautological-constant-out-of-range-compare Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 334/545] RDMA/rtrs-srv: Fix modinfo output for stringify Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 335/545] RDMA/qedr: Improve error logs for rdma_alloc_tid error return Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 336/545] RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 337/545] RDMA/hns: Fix incorrect clearing of interrupt status register Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 338/545] RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 339/545] RDMA/hfi1: fix potential memory leak in setup_base_ctxt() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 340/545] gpio: gpiolib-of: Fix refcount bugs in of_mm_gpiochip_add_data() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 341/545] HID: mcp2221: prevent a buffer overflow in mcp_smbus_write() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 342/545] mmc: cavium-octeon: Add of_node_put() when breaking out of loop Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 343/545] mmc: cavium-thunderx: " Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 344/545] HID: alps: Declare U1_UNICORN_LEGACY support Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 345/545] PCI: tegra194: Fix Root Port interrupt handling Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 346/545] PCI: tegra194: Fix link up retry sequence Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 347/545] USB: serial: fix tty-port initialized comments Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 348/545] usb: cdns3: change place of priv_ep assignment in cdns3_gadget_ep_dequeue(), cdns3_gadget_ep_enable() Greg Kroah-Hartman
2022-08-19 15:41 ` [PATCH 5.10 349/545] platform/olpc: Fix uninitialized data in debugfs write Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 350/545] RDMA/srpt: Duplicate port name members Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 351/545] RDMA/srpt: Introduce a reference count in struct srpt_device Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 352/545] RDMA/srpt: Fix a use-after-free Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 353/545] mm/mmap.c: fix missing call to vm_unacct_memory in mmap_region Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 354/545] selftests: kvm: set rax before vmcall Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 355/545] RDMA/mlx5: Add missing check for return value in get namespace flow Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 356/545] RDMA/rxe: Fix error unwind in rxe_create_qp() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 357/545] null_blk: fix ida error handling in null_add_dev() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 358/545] nvme: use command_id instead of req->tag in trace_nvme_complete_rq() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 359/545] jbd2: fix outstanding credits assert in jbd2_journal_commit_transaction() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 360/545] ext4: recover csum seed of tmp_inode after migrating to extents Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 361/545] jbd2: fix assertion jh->b_frozen_data == NULL failure when journal aborted Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 362/545] usb: cdns3: Dont use priv_dev uninitialized in cdns3_gadget_ep_enable() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 363/545] opp: Fix error check in dev_pm_opp_attach_genpd() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 364/545] ASoC: cros_ec_codec: Fix refcount leak in cros_ec_codec_platform_probe Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 365/545] ASoC: samsung: Fix error handling in aries_audio_probe Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 366/545] ASoC: mediatek: mt8173: Fix refcount leak in mt8173_rt5650_rt5676_dev_probe Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 367/545] ASoC: mt6797-mt6351: Fix refcount leak in mt6797_mt6351_dev_probe Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 368/545] ASoC: codecs: da7210: add check for i2c_add_driver Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 369/545] ASoC: mediatek: mt8173-rt5650: Fix refcount leak in mt8173_rt5650_dev_probe Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 370/545] serial: 8250: Export ICR access helpers for internal use Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 371/545] serial: 8250_dw: Store LSR into lsr_saved_flags in dw8250_tx_wait_empty() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 372/545] ASoC: codecs: msm8916-wcd-digital: move gains from SX_TLV to S8_TLV Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 373/545] ASoC: codecs: wcd9335: " Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 374/545] rpmsg: mtk_rpmsg: Fix circular locking dependency Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 375/545] remoteproc: k3-r5: Fix refcount leak in k3_r5_cluster_of_init Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 376/545] selftests/livepatch: better synchronize test_klp_callbacks_busy Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 377/545] profiling: fix shift too large makes kernel panic Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 378/545] ASoC: samsung: h1940_uda1380: include proepr GPIO consumer header Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 379/545] powerpc/perf: Optimize clearing the pending PMI and remove WARN_ON for PMI check in power_pmu_disable Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 380/545] ASoC: samsung: change gpiod_speaker_power and rx1950_audio from global to static variables Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 381/545] tty: n_gsm: Delete gsmtty open SABM frame when config requester Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 382/545] tty: n_gsm: fix user open not possible at responder until initiator open Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 383/545] tty: n_gsm: fix wrong queuing behavior in gsm_dlci_data_output() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 384/545] tty: n_gsm: fix non flow control frames during mux flow off Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 385/545] tty: n_gsm: fix packet re-transmission without open control channel Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 386/545] tty: n_gsm: fix race condition in gsmld_write() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 387/545] ASoC: qcom: Fix missing of_node_put() in asoc_qcom_lpass_cpu_platform_probe() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 388/545] remoteproc: qcom: wcnss: Fix handling of IRQs Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 389/545] vfio: Remove extra put/gets around vfio_device->group Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 390/545] vfio: Simplify the lifetime logic for vfio_device Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 391/545] vfio: Split creation of a vfio_device into init and register ops Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 392/545] vfio/mdev: Make to_mdev_device() into a static inline Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 393/545] vfio/ccw: Do not change FSM state in subchannel event Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 394/545] tty: n_gsm: fix wrong T1 retry count handling Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 395/545] tty: n_gsm: fix DM command Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 396/545] tty: n_gsm: fix missing corner cases in gsmld_poll() Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 397/545] iommu/exynos: Handle failed IOMMU device registration properly Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 398/545] rpmsg: qcom_smd: Fix refcount leak in qcom_smd_parse_edge Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 399/545] kfifo: fix kfifo_to_user() return type Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 400/545] lib/smp_processor_id: fix imbalanced instrumentation_end() call Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 401/545] remoteproc: sysmon: Wait for SSCTL service to come up Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 402/545] mfd: t7l66xb: Drop platform disable callback Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 403/545] mfd: max77620: Fix refcount leak in max77620_initialise_fps Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 404/545] iommu/arm-smmu: qcom_iommu: Add of_node_put() when breaking out of loop Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 405/545] perf tools: Fix dso_id inode generation comparison Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 406/545] s390/dump: fix old lowcore virtual vs physical address confusion Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 407/545] s390/zcore: fix race when reading from hardware system area Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 408/545] ASoC: fsl_easrc: use snd_pcm_format_t type for sample_format Greg Kroah-Hartman
2022-08-19 15:42 ` [PATCH 5.10 409/545] ASoC: qcom: q6dsp: Fix an off-by-one in q6adm_alloc_copp() Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 410/545] fuse: Remove the control interface for virtio-fs Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 411/545] ASoC: audio-graph-card: Add of_node_put() in fail path Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 412/545] watchdog: armada_37xx_wdt: check the return value of devm_ioremap() in armada_37xx_wdt_probe() Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 413/545] video: fbdev: amba-clcd: Fix refcount leak bugs Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 414/545] video: fbdev: sis: fix typos in SiS_GetModeID() Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 415/545] ASoC: mchp-spdifrx: disable end of block interrupt on failures Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 416/545] powerpc/32: Do not allow selection of e5500 or e6500 CPUs on PPC32 Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 417/545] powerpc/pci: Prefer PCI domain assignment via DT linux,pci-domain and alias Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 418/545] f2fs: dont set GC_FAILURE_PIN for background GC Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 419/545] f2fs: write checkpoint during FG_GC Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 420/545] f2fs: fix to remove F2FS_COMPR_FL and tag F2FS_NOCOMP_FL at the same time Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 421/545] powerpc/spufs: Fix refcount leak in spufs_init_isolated_loader Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 422/545] powerpc/xive: Fix refcount leak in xive_get_max_prio Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 423/545] powerpc/cell/axon_msi: Fix refcount leak in setup_msi_msg_address Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 424/545] perf symbol: Fail to read phdr workaround Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 425/545] kprobes: Forbid probing on trampoline and BPF code areas Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 426/545] powerpc/pci: Fix PHB numbering when using opal-phbid Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 427/545] genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 428/545] scripts/faddr2line: Fix vmlinux detection on arm64 Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 429/545] sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy() Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 430/545] sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 431/545] x86/numa: Use cpumask_available instead of hardcoded NULL check Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 432/545] video: fbdev: arkfb: Fix a divide-by-zero bug in ark_set_pixclock() Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 433/545] tools/thermal: Fix possible path truncations Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 434/545] sched: Fix the check of nr_running at queue wakelist Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 435/545] x86/entry: Build thunk_$(BITS) only if CONFIG_PREEMPTION=y Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 436/545] video: fbdev: vt8623fb: Check the size of screen before memset_io() Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 437/545] video: fbdev: arkfb: " Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 438/545] video: fbdev: s3fb: " Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 439/545] scsi: zfcp: Fix missing auto port scan and thus missing target ports Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 440/545] scsi: qla2xxx: Fix discovery issues in FC-AL topology Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 441/545] scsi: qla2xxx: Turn off multi-queue for 8G adapters Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 442/545] scsi: qla2xxx: Fix erroneous mailbox timeout after PCI error injection Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 443/545] scsi: qla2xxx: Fix losing FCP-2 targets on long port disable with I/Os Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 444/545] scsi: qla2xxx: Fix losing FCP-2 targets during port perturbation tests Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 445/545] x86/bugs: Enable STIBP for IBPB mitigated RETBleed Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 446/545] ftrace/x86: Add back ftrace_expected assignment Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 447/545] x86/olpc: fix logical not is only applied to the left hand side Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 448/545] posix-cpu-timers: Cleanup CPU timers before freeing them during exec Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 449/545] Input: gscps2 - check return value of ioremap() in gscps2_probe() Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 450/545] __follow_mount_rcu(): verify that mount_lock remains unchanged Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 451/545] spmi: trace: fix stack-out-of-bound access in SPMI tracing functions Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 452/545] drm/i915/dg1: Update DMC_DEBUG3 register Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 453/545] drm/mediatek: Allow commands to be sent during video mode Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 454/545] drm/mediatek: Keep dsi as LP00 before dcs cmds transfer Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 455/545] HID: Ignore battery for Elan touchscreen on HP Spectre X360 15-df0xxx Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 456/545] HID: hid-input: add Surface Go battery quirk Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 457/545] drm/vc4: drv: Adopt the dma configuration from the HVS or V3D component Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 458/545] mtd: rawnand: Add a helper to clarify the interface configuration Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 459/545] mtd: rawnand: arasan: Check the proposed data interface is supported Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 460/545] mtd: rawnand: Add NV-DDR timings Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 461/545] mtd: rawnand: arasan: Fix a macro parameter Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 462/545] mtd: rawnand: arasan: Support NV-DDR interface Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 463/545] mtd: rawnand: arasan: Fix clock rate in NV-DDR Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 464/545] usbnet: smsc95xx: Dont clear read-only PHY interrupt Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 465/545] usbnet: smsc95xx: Avoid link settings race on interrupt reception Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 466/545] firmware: arm_scpi: Ensure scpi_info is not assigned if the probe fails Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 467/545] intel_th: pci: Add Meteor Lake-P support Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 468/545] intel_th: pci: Add Raptor Lake-S PCH support Greg Kroah-Hartman
2022-08-19 15:43 ` [PATCH 5.10 469/545] intel_th: pci: Add Raptor Lake-S CPU support Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 470/545] KVM: set_msr_mce: Permit guests to ignore single-bit ECC errors Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 471/545] KVM: x86: Signal #GP, not -EPERM, on bad WRMSR(MCi_CTL/STATUS) Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 472/545] iommu/vt-d: avoid invalid memory access via node_online(NUMA_NO_NODE) Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 473/545] PCI/AER: Write AER Capability only when we control it Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 474/545] PCI/ERR: Bind RCEC devices to the Root Port driver Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 475/545] PCI/ERR: Rename reset_link() to reset_subordinates() Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 476/545] PCI/ERR: Simplify by using pci_upstream_bridge() Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 477/545] PCI/ERR: Simplify by computing pci_pcie_type() once Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 478/545] PCI/ERR: Use "bridge" for clarity in pcie_do_recovery() Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 479/545] PCI/ERR: Avoid negated conditional for clarity Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 480/545] PCI/ERR: Add pci_walk_bridge() to pcie_do_recovery() Greg Kroah-Hartman
2022-08-22  4:00   ` Dominique Martinet
2022-08-23  7:11     ` Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 481/545] PCI/ERR: Recover from RCEC AER errors Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 482/545] PCI/AER: Iterate over error counters instead of error strings Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 483/545] serial: 8250: Dissociate 4MHz Titan ports from Oxford ports Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 484/545] serial: 8250: Correct the clock for OxSemi PCIe devices Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 485/545] serial: 8250_pci: Refactor the loop in pci_ite887x_init() Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 486/545] serial: 8250_pci: Replace dev_*() by pci_*() macros Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 487/545] serial: 8250: Fold EndRun device support into OxSemi Tornado code Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 488/545] dm writecache: set a default MAX_WRITEBACK_JOBS Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 489/545] kexec, KEYS, s390: Make use of built-in and secondary keyring for signature verification Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 490/545] dm thin: fix use-after-free crash in dm_sm_register_threshold_callback Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 491/545] timekeeping: contribute wall clock to rng on time change Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 492/545] um: Allow PM with suspend-to-idle Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 493/545] um: seed rng using host OS rng Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 494/545] btrfs: reject log replay if there is unsupported RO compat flag Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 495/545] btrfs: reset block group chunk force if we have to wait Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 496/545] ACPI: CPPC: Do not prevent CPPC from working in the future Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 497/545] KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 498/545] powerpc/powernv/kvm: Use darn for H_RANDOM on Power9 Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 499/545] KVM: VMX: Drop guest CPUID check for VMXE in vmx_set_cr4() Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 500/545] KVM: VMX: Drop explicit nested check from vmx_set_cr4() Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 501/545] KVM: SVM: Drop VMXE check from svm_set_cr4() Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 502/545] KVM: x86: Move vendor CR4 validity check to dedicated kvm_x86_ops hook Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 503/545] KVM: nVMX: Inject #UD if VMXON is attempted with incompatible CR0/CR4 Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 504/545] KVM: x86/pmu: preserve IA32_PERF_CAPABILITIES across CPUID refresh Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 505/545] KVM: x86/pmu: Use binary search to check filtered events Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 506/545] KVM: x86/pmu: Use different raw event masks for AMD and Intel Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 507/545] KVM: x86/pmu: Introduce the ctrl_mask value for fixed counter Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 508/545] KVM: VMX: Mark all PERF_GLOBAL_(OVF)_CTRL bits reserved if theres no vPMU Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 509/545] KVM: x86/pmu: Ignore pmu->global_ctrl check if vPMU doesnt support global_ctrl Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 510/545] xen-blkback: fix persistent grants negotiation Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 511/545] xen-blkback: Apply feature_persistent parameter when connect Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 512/545] xen-blkfront: " Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 513/545] KEYS: asymmetric: enforce SM2 signature use pkey algo Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 514/545] tpm: eventlog: Fix section mismatch for DEBUG_SECTION_MISMATCH Greg Kroah-Hartman
2022-08-26  6:17   ` Jarkko Sakkinen
2022-08-26  6:18     ` Jarkko Sakkinen
2022-08-19 15:44 ` [PATCH 5.10 515/545] tracing: Use a struct alignof to determine trace event field alignment Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 516/545] ext4: check if directory block is within i_size Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 517/545] ext4: add EXT4_INODE_HAS_XATTR_SPACE macro in xattr.h Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 518/545] ext4: fix warning in ext4_iomap_begin as race between bmap and write Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 519/545] ext4: make sure ext4_append() always allocates new block Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 520/545] ext4: fix use-after-free in ext4_xattr_set_entry Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 521/545] ext4: update s_overhead_clusters in the superblock during an on-line resize Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 522/545] ext4: fix extent status tree race in writeback error recovery path Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 523/545] ext4: correct max_inline_xattr_value_size computing Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 524/545] ext4: correct the misjudgment in ext4_iget_extra_inode Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 525/545] dm raid: fix address sanitizer warning in raid_resume Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 526/545] dm raid: fix address sanitizer warning in raid_status Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 527/545] net_sched: cls_route: remove from list when handle is 0 Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 528/545] KVM: Add infrastructure and macro to mark VM as bugged Greg Kroah-Hartman
2022-08-19 15:44 ` [PATCH 5.10 529/545] KVM: x86: Check lapic_in_kernel() before attempting to set a SynIC irq Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 530/545] KVM: x86: Avoid theoretical NULL pointer dereference in kvm_irq_delivery_to_apic_fast() Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 531/545] mac80211: fix a memory leak where sta_info is not freed Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 532/545] tcp: fix over estimation in sk_forced_mem_schedule() Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 533/545] Revert "mwifiex: fix sleep in atomic context bugs caused by dev_coredumpv" Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 534/545] drm/bridge: tc358767: Fix (e)DP bridge endpoint parsing in dedicated function Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 535/545] drm/vc4: change vc4_dma_range_matches from a global to static Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 536/545] Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP" Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 537/545] Bluetooth: L2CAP: Fix l2cap_global_chan_by_psm regression Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 538/545] mtd: rawnand: arasan: Prevent an unsupported configuration Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 539/545] kvm: x86/pmu: Fix the compare function used by the pmu event filter Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 540/545] tee: add overflow check in register_shm_helper() Greg Kroah-Hartman
2022-08-22 11:15   ` Pavel Machek
2022-08-22 13:03     ` Jens Wiklander
2022-08-22 13:07       ` Jens Wiklander
2022-08-19 15:45 ` [PATCH 5.10 541/545] net/9p: Initialize the iounit field during fid creation Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 542/545] net_sched: cls_route: disallow handle of 0 Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 543/545] sched/fair: Fix fault in reweight_entity Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 544/545] btrfs: only write the sectors in the vertical stripe which has data stripes Greg Kroah-Hartman
2022-08-19 15:45 ` [PATCH 5.10 545/545] btrfs: raid56: dont trust any cached sector in __raid56_parity_recover() Greg Kroah-Hartman
2022-08-20  0:44 ` [PATCH 5.10 000/545] 5.10.137-rc1 review Shuah Khan
2022-08-20  8:41 ` Naresh Kamboju
2022-08-20 18:28   ` Greg Kroah-Hartman
2022-08-20 10:05 ` Rudi Heitbaum
2022-08-20 10:44 ` Sudip Mukherjee (Codethink)
2022-08-20 19:23 ` Pavel Machek
2022-08-21  0:53 ` Guenter Roeck

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=20220819153835.048901655@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=linmq006@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tony@atomide.com \
    /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;
as well as URLs for NNTP newsgroup(s).