stable.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, Takashi Iwai <tiwai@suse.de>,
	Sasha Levin <sashal@kernel.org>
Subject: [PATCH 5.15 374/846] ALSA: jack: Add missing rwsem around snd_ctl_remove() calls
Date: Mon, 24 Jan 2022 19:38:11 +0100	[thread overview]
Message-ID: <20220124184113.838254288@linuxfoundation.org> (raw)
In-Reply-To: <20220124184100.867127425@linuxfoundation.org>

From: Takashi Iwai <tiwai@suse.de>

[ Upstream commit 06764dc931848c3a9bc01a63bbf76a605408bb54 ]

snd_ctl_remove() has to be called with card->controls_rwsem held (when
called after the card instantiation).  This patch add the missing
rwsem calls around it.

Fixes: 9058cbe1eed2 ("ALSA: jack: implement kctl creating for jack devices")
Link: https://lore.kernel.org/r/20211116071314.15065-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 sound/core/jack.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sound/core/jack.c b/sound/core/jack.c
index 537df1e98f8ac..d1e3055f2b6a5 100644
--- a/sound/core/jack.c
+++ b/sound/core/jack.c
@@ -62,10 +62,13 @@ static int snd_jack_dev_free(struct snd_device *device)
 	struct snd_card *card = device->card;
 	struct snd_jack_kctl *jack_kctl, *tmp_jack_kctl;
 
+	down_write(&card->controls_rwsem);
 	list_for_each_entry_safe(jack_kctl, tmp_jack_kctl, &jack->kctl_list, list) {
 		list_del_init(&jack_kctl->list);
 		snd_ctl_remove(card, jack_kctl->kctl);
 	}
+	up_write(&card->controls_rwsem);
+
 	if (jack->private_free)
 		jack->private_free(jack);
 
-- 
2.34.1




  parent reply	other threads:[~2022-01-25  3:24 UTC|newest]

Thread overview: 859+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-24 18:31 [PATCH 5.15 000/846] 5.15.17-rc1 review Greg Kroah-Hartman
2022-01-24 18:31 ` [PATCH 5.15 001/846] KVM: x86/mmu: Fix write-protection of PTs mapped by the TDP MMU Greg Kroah-Hartman
2022-01-24 18:31 ` [PATCH 5.15 002/846] KVM: VMX: switch blocked_vcpu_on_cpu_lock to raw spinlock Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 003/846] HID: Ignore battery for Elan touchscreen on HP Envy X360 15t-dr100 Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 004/846] HID: uhid: Fix worker destroying device without any protection Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 005/846] HID: wacom: Reset expected and received contact counts at the same time Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 006/846] HID: wacom: Ignore the confidence flag when a touch is removed Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 007/846] HID: wacom: Avoid using stale array indicies to read contact count Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 008/846] ALSA: core: Fix SSID quirk lookup for subvendor=0 Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 009/846] f2fs: fix to do sanity check on inode type during garbage collection Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 010/846] f2fs: fix to do sanity check in is_alive() Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 011/846] f2fs: avoid EINVAL by SBI_NEED_FSCK when pinning a file Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 012/846] nfc: llcp: fix NULL error pointer dereference on sendmsg() after failed bind() Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 013/846] mtd: rawnand: gpmi: Add ERR007117 protection for nfc_apply_timings Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 014/846] mtd: rawnand: gpmi: Remove explicit default gpmi clock setting for i.MX6 Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 015/846] mtd: Fixed breaking list in __mtd_del_partition Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 016/846] mtd: rawnand: davinci: Dont calculate ECC when reading page Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 017/846] mtd: rawnand: davinci: Avoid duplicated page read Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 018/846] mtd: rawnand: davinci: Rewrite function description Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 019/846] mtd: rawnand: Export nand_read_page_hwecc_oob_first() Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 020/846] mtd: rawnand: ingenic: JZ4740 needs oob_first read page function Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 021/846] riscv: Get rid of MAXPHYSMEM configs Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 022/846] RISC-V: Use common riscv_cpuid_to_hartid_mask() for both SMP=y and SMP=n Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 023/846] riscv: try to allocate crashkern region from 32bit addressible memory Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 024/846] riscv: Dont use va_pa_offset on kdump Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 025/846] riscv: use hart id instead of cpu id on machine_kexec Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 026/846] riscv: mm: fix wrong phys_ram_base value for RV64 Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 027/846] x86/gpu: Reserve stolen memory for first integrated Intel GPU Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 028/846] tools/nolibc: x86-64: Fix startup code bug Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 029/846] crypto: x86/aesni - dont require alignment of data Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 030/846] tools/nolibc: i386: fix initial stack alignment Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 031/846] tools/nolibc: fix incorrect truncation of exit code Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 032/846] rtc: cmos: take rtc_lock while reading from CMOS Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 033/846] net: phy: marvell: add Marvell specific PHY loopback Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 034/846] ksmbd: uninitialized variable in create_socket() Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 035/846] ksmbd: fix guest connection failure with nautilus Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 036/846] ksmbd: add support for smb2 max credit parameter Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 037/846] ksmbd: move credit charge deduction under processing request Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 038/846] ksmbd: limits exceeding the maximum allowable outstanding requests Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 039/846] ksmbd: add reserved room in ipc request/response Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 040/846] media: cec: fix a deadlock situation Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 041/846] media: ov8865: Disable only enabled regulators on error path Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 042/846] media: v4l2-ioctl.c: readbuffers depends on V4L2_CAP_READWRITE Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 043/846] media: flexcop-usb: fix control-message timeouts Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 044/846] media: mceusb: " Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 045/846] media: em28xx: " Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 046/846] media: cpia2: " Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 047/846] media: s2255: " Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 048/846] media: dib0700: fix undefined behavior in tuner shutdown Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 049/846] media: redrat3: fix control-message timeouts Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 050/846] media: pvrusb2: " Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 051/846] media: stk1160: " Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 052/846] media: cec-pin: fix interrupt en/disable handling Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 053/846] can: softing_cs: softingcs_probe(): fix memleak on registration failure Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 054/846] mei: hbm: fix client dma reply status Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 055/846] iio: adc: ti-adc081c: Partial revert of removal of ACPI IDs Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 056/846] iio: trigger: Fix a scheduling whilst atomic issue seen on tsc2046 Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 057/846] lkdtm: Fix content of section containing lkdtm_rodata_do_nothing() Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 058/846] bus: mhi: pci_generic: Graceful shutdown on freeze Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 059/846] bus: mhi: core: Fix reading wake_capable channel configuration Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 060/846] bus: mhi: core: Fix race while handling SYS_ERR at power up Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 061/846] cxl/pmem: Fix reference counting for delayed work Greg Kroah-Hartman
2022-01-24 18:32 ` [PATCH 5.15 062/846] arm64: errata: Fix exec handling in erratum 1418040 workaround Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 063/846] ARM: dts: at91: update alternate function of signal PD20 Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 064/846] iommu/io-pgtable-arm-v7s: Add error handle for page table allocation failure Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 065/846] gpu: host1x: Add back arm_iommu_detach_device() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 066/846] drm/tegra: " Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 067/846] virtio/virtio_mem: handle a possible NULL as a memcpy parameter Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 068/846] dma_fence_array: Fix PENDING_ERROR leak in dma_fence_array_signaled() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 069/846] PCI: Add function 1 DMA alias quirk for Marvell 88SE9125 SATA controller Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 070/846] mm_zone: add function to check if managed dma zone exists Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 071/846] dma/pool: create dma atomic pool only if dma zone has managed pages Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 072/846] mm/page_alloc.c: do not warn allocation failure on zone DMA if no " Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 073/846] ath11k: add string type to search board data in board-2.bin for WCN6855 Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 074/846] shmem: fix a race between shmem_unused_huge_shrink and shmem_evict_inode Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 075/846] drm/ttm: Put BO in its memory managers lru list Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 076/846] Bluetooth: L2CAP: Fix not initializing sk_peer_pid Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 077/846] drm/bridge: display-connector: fix an uninitialized pointer in probe() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 078/846] drm: fix null-ptr-deref in drm_dev_init_release() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 079/846] drm/panel: kingdisplay-kd097d04: Delete panel on attach() failure Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 080/846] drm/panel: innolux-p079zca: " Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 081/846] drm/rockchip: dsi: Fix unbalanced clock on probe error Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 082/846] drm/rockchip: dsi: Hold pm-runtime across bind/unbind Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 083/846] drm/rockchip: dsi: Disable PLL clock on bind error Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 084/846] drm/rockchip: dsi: Reconfigure hardware on resume() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 085/846] Bluetooth: virtio_bt: fix memory leak in virtbt_rx_handle() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 086/846] Bluetooth: cmtp: fix possible panic when cmtp_init_sockets() fails Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 087/846] clk: bcm-2835: Pick the closest clock rate Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 088/846] clk: bcm-2835: Remove rounding up the dividers Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 089/846] drm/vc4: hdmi: Set a default HSM rate Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 090/846] drm/vc4: hdmi: Move the HSM clock enable to runtime_pm Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 091/846] drm/vc4: hdmi: Make sure the controller is powered in detect Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 092/846] drm/vc4: hdmi: Make sure the controller is powered up during bind Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 093/846] drm/vc4: hdmi: Rework the pre_crtc_configure error handling Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 094/846] drm/vc4: crtc: Make sure the HDMI controller is powered when disabling Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 095/846] wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scan Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 096/846] wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_IND Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 097/846] drm/vc4: hdmi: Enable the scrambler on reconnection Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 098/846] libbpf: Free up resources used by inner map definition Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 099/846] wcn36xx: Fix DMA channel enable/disable cycle Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 100/846] wcn36xx: Release DMA channel descriptor allocations Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 101/846] wcn36xx: Put DXE block into reset before freeing memory Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 102/846] wcn36xx: populate band before determining rate on RX Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 103/846] wcn36xx: fix RX BD rate mapping for 5GHz legacy rates Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 104/846] ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmware Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 105/846] bpftool: Fix memory leak in prog_dump() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 106/846] mtd: hyperbus: rpc-if: Check return value of rpcif_sw_init() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 107/846] media: videobuf2: Fix the size printk format Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 108/846] media: atomisp: add missing media_device_cleanup() in atomisp_unregister_entities() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 109/846] media: atomisp: fix punit_ddr_dvfs_enable() argument for mrfld_power up case Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 110/846] media: atomisp: fix inverted logic in buffers_needed() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 111/846] media: atomisp: do not use err var when checking port validity for ISP2400 Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 112/846] media: atomisp: fix inverted error check for ia_css_mipi_is_source_port_valid() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 113/846] media: atomisp: fix ifdefs in sh_css.c Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 114/846] media: atomisp: add NULL check for asd obtained from atomisp_video_pipe Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 115/846] media: atomisp: fix enum formats logic Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 116/846] media: atomisp: fix uninitialized bug in gmin_get_pmic_id_and_addr() Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 117/846] media: aspeed: fix mode-detect always time out at 2nd run Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 118/846] media: em28xx: fix memory leak in em28xx_init_dev Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 119/846] media: aspeed: Update signal status immediately to ensure sane hw state Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 120/846] arm64: dts: amlogic: meson-g12: Fix GPU operating point table node name Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 121/846] arm64: dts: amlogic: Fix SPI NOR flash node name for ODROID N2/N2+ Greg Kroah-Hartman
2022-01-24 18:33 ` [PATCH 5.15 122/846] arm64: dts: meson-gxbb-wetek: fix HDMI in early boot Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 123/846] arm64: dts: meson-gxbb-wetek: fix missing GPIO binding Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 124/846] fs: dlm: dont call kernel_getpeername() in error_report() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 125/846] memory: renesas-rpc-if: Return error in case devm_ioremap_resource() fails Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 126/846] Bluetooth: stop proccessing malicious adv data Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 127/846] ath11k: Fix ETSI regd with weather radar overlap Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 128/846] ath11k: clear the keys properly via DISABLE_KEY Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 129/846] ath11k: reset RSN/WPA present state for open BSS Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 130/846] spi: hisi-kunpeng: Fix the debugfs directory name incorrect Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 131/846] tee: fix put order in teedev_close_context() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 132/846] fs: dlm: fix build with CONFIG_IPV6 disabled Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 133/846] drm/dp: Dont read back backlight mode in drm_edp_backlight_enable() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 134/846] drm/vboxvideo: fix a NULL vs IS_ERR() check Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 135/846] arm64: dts: renesas: cat875: Add rx/tx delays Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 136/846] media: dmxdev: fix UAF when dvb_register_device() fails Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 137/846] crypto: atmel-aes - Reestablish the correct tfm context at dequeue Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 138/846] crypto: qce - fix uaf on qce_aead_register_one Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 139/846] crypto: qce - fix uaf on qce_ahash_register_one Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 140/846] crypto: qce - fix uaf on qce_skcipher_register_one Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 141/846] arm64: dts: qcom: sc7280: Fix incorrect clock name Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 142/846] mtd: hyperbus: rpc-if: fix bug in rpcif_hb_remove Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 143/846] cpufreq: qcom-cpufreq-hw: Update offline CPUs per-cpu thermal pressure Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 144/846] cpufreq: qcom-hw: Fix probable nested interrupt handling Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 145/846] ARM: dts: stm32: fix dtbs_check warning on ili9341 dts binding on stm32f429 disco Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 146/846] libbpf: Fix potential misaligned memory access in btf_ext__new() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 147/846] libbpf: Fix glob_syms memory leak in bpf_linker Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 148/846] libbpf: Fix using invalidated memory " Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 149/846] crypto: qat - remove unnecessary collision prevention step in PFVF Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 150/846] crypto: qat - make pfvf send message direction agnostic Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 151/846] crypto: qat - fix undetected PFVF timeout in ACK loop Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 152/846] ath11k: Use host CE parameters for CE interrupts configuration Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 153/846] arm64: dts: ti: k3-j721e: correct cache-sets info Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 154/846] tty: serial: atmel: Check return code of dmaengine_submit() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 155/846] tty: serial: atmel: Call dma_async_issue_pending() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 156/846] mfd: atmel-flexcom: Remove #ifdef CONFIG_PM_SLEEP Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 157/846] mfd: atmel-flexcom: Use .resume_noirq Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 158/846] bfq: Do not let waker requests skip proper accounting Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 159/846] libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 160/846] media: i2c: imx274: fix s_frame_interval runtime resume not requested Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 161/846] media: i2c: Re-order runtime pm initialisation Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 162/846] media: i2c: ov8865: Fix lockdep error Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 163/846] media: rcar-csi2: Correct the selection of hsfreqrange Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 164/846] media: imx-pxp: Initialize the spinlock prior to using it Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 165/846] media: si470x-i2c: fix possible memory leak in si470x_i2c_probe() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 166/846] media: mtk-vcodec: call v4l2_m2m_ctx_release first when file is released Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 167/846] media: hantro: Hook up RK3399 JPEG encoder output Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 168/846] media: coda: fix CODA960 JPEG encoder buffer overflow Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 169/846] media: venus: correct low power frequency calculation for encoder Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 170/846] media: venus: core: Fix a potential NULL pointer dereference in an error handling path Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 171/846] media: venus: core: Fix a resource leak in the error handling path of venus_probe() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 172/846] net: stmmac: Add platform level debug register dump feature Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 173/846] thermal/drivers/imx: Implement runtime PM support Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 174/846] igc: AF_XDP zero-copy metadata adjust breaks SKBs on XDP_PASS Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 175/846] netfilter: bridge: add support for pppoe filtering Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 176/846] powerpc: Avoid discarding flags in system_call_exception() Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 177/846] arm64: dts: qcom: msm8916: fix MMC controller aliases Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 178/846] drm/vmwgfx: Remove the deprecated lower mem limit Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 179/846] drm/vmwgfx: Fail to initialize on broken configs Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 180/846] cgroup: Trace event cgroup id fields should be u64 Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 181/846] ACPI: EC: Rework flushing of EC work while suspended to idle Greg Kroah-Hartman
2022-01-24 18:34 ` [PATCH 5.15 182/846] thermal/drivers/imx8mm: Enable ADC when enabling monitor Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 183/846] drm/amdgpu: Fix a NULL pointer dereference in amdgpu_connector_lcd_native_mode() Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 184/846] drm/radeon/radeon_kms: Fix a NULL pointer dereference in radeon_driver_open_kms() Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 185/846] libbpf: Clean gen_loaders attach kind Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 186/846] crypto: caam - save caam memory to support crypto engine retry mechanism Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 187/846] arm64: dts: ti: k3-am642: Fix the L2 cache sets Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 188/846] arm64: dts: ti: k3-j7200: " Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 189/846] arm64: dts: ti: k3-j721e: " Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 190/846] arm64: dts: ti: k3-j7200: Correct the d-cache-sets info Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 191/846] tty: serial: uartlite: allow 64 bit address Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 192/846] serial: amba-pl011: do not request memory region twice Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 193/846] mtd: core: provide unique name for nvmem device Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 194/846] floppy: Fix hang in watchdog when disk is ejected Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 195/846] staging: rtl8192e: return error code from rtllib_softmac_init() Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 196/846] staging: rtl8192e: rtllib_module: fix error handle case in alloc_rtllib() Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 197/846] Bluetooth: btmtksdio: fix resume failure Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 198/846] bpf: Fix the test_task_vma selftest to support output shorter than 1 kB Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 199/846] sched/fair: Fix detection of per-CPU kthreads waking a task Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 200/846] sched/fair: Fix per-CPU kthread and wakee stacking for asym CPU capacity Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 201/846] bpf: Adjust BTF log size limit Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 202/846] bpf: Disallow BPF_LOG_KERNEL log level for bpf(BPF_BTF_LOAD) Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 203/846] bpf: Remove config check to enable bpf support for branch records Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 204/846] arm64: clear_page() shouldnt use DC ZVA when DCZID_EL0.DZP == 1 Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 205/846] arm64: mte: DC {GVA,GZVA} shouldnt be used " Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 206/846] samples/bpf: Install libbpf headers when building Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 207/846] samples/bpf: Clean up samples/bpf build failes Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 208/846] samples: bpf: Fix xdp_sample_user.o linking with Clang Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 209/846] samples: bpf: Fix unknown warning group build warning on Clang Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 210/846] media: dib8000: Fix a memleak in dib8000_init() Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 211/846] media: saa7146: mxb: Fix a NULL pointer dereference in mxb_attach() Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 212/846] media: si2157: Fix "warm" tuner state detection Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 213/846] wireless: iwlwifi: Fix a double free in iwl_txq_dyn_alloc_dma Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 214/846] sched/rt: Try to restart rt period timer when rt runtime exceeded Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 215/846] ath10k: Fix the MTU size on QCA9377 SDIO Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 216/846] Bluetooth: refactor set_exp_feature with a feature table Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 217/846] Bluetooth: MGMT: Use hci_dev_test_and_{set,clear}_flag Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 218/846] Bluetooth: btusb: Handle download_firmware failure cases Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 219/846] drm/amd/display: Fix bug in debugfs crc_win_update entry Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 220/846] drm/amd/display: Fix out of bounds access on DNC31 stream encoder regs Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 221/846] drm/msm/gpu: Dont allow zero fence_id Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 222/846] drm/msm/dp: displayPort driver need algorithm rational Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 223/846] rcu/exp: Mark current CPU as exp-QS in IPI loop second pass Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 224/846] wcn36xx: Fix max channels retrieval Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 225/846] drm/msm/dsi: fix initialization in the bonded DSI case Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 226/846] mwifiex: Fix possible ABBA deadlock Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 227/846] xfrm: fix a small bug in xfrm_sa_len() Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 228/846] x86/uaccess: Move variable into switch case statement Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 229/846] selftests: clone3: clone3: add case CLONE3_ARGS_NO_TEST Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 230/846] selftests: harness: avoid false negatives if test has no ASSERTs Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 231/846] crypto: stm32/cryp - fix CTR counter carry Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 232/846] crypto: stm32/cryp - fix xts and race condition in crypto_engine requests Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 233/846] crypto: stm32/cryp - check early input data Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 234/846] crypto: stm32/cryp - fix double pm exit Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 235/846] crypto: stm32/cryp - fix lrw chaining mode Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 236/846] crypto: stm32/cryp - fix bugs and crash in tests Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 237/846] crypto: stm32 - Revert broken pm_runtime_resume_and_get changes Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 238/846] crypto: hisilicon/qm - fix incorrect return value of hisi_qm_resume() Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 239/846] ath11k: Fix deleting uninitialized kernel timer during fragment cache flush Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 240/846] spi: Fix incorrect cs_setup delay handling Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 241/846] ARM: dts: gemini: NAS4220-B: fis-index-block with 128 KiB sectors Greg Kroah-Hartman
2022-01-24 18:35 ` [PATCH 5.15 242/846] perf/arm-cmn: Fix CPU hotplug unregistration Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 243/846] media: dw2102: Fix use after free Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 244/846] media: msi001: fix possible null-ptr-deref in msi001_probe() Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 245/846] media: coda/imx-vdoa: Handle dma_set_coherent_mask error codes Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 246/846] ath11k: Fix a NULL pointer dereference in ath11k_mac_op_hw_scan() Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 247/846] net: dsa: hellcreek: Fix insertion of static FDB entries Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 248/846] net: dsa: hellcreek: Add STP forwarding rule Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 249/846] net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 250/846] net: dsa: hellcreek: Add missing PTP via UDP rules Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 251/846] arm64: dts: qcom: c630: Fix soundcard setup Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 252/846] arm64: dts: qcom: ipq6018: Fix gpio-ranges property Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 253/846] drm/msm/dpu: fix safe status debugfs file Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 254/846] drm/bridge: ti-sn65dsi86: Set max register for regmap Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 255/846] gpu: host1x: select CONFIG_DMA_SHARED_BUFFER Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 256/846] drm/tegra: gr2d: Explicitly control module reset Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 257/846] drm/tegra: vic: Fix DMA API misuse Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 258/846] media: hantro: Fix probe func error path Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 259/846] xfrm: interface with if_id 0 should return error Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 260/846] xfrm: state and policy should fail if XFRMA_IF_ID 0 Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 261/846] ARM: 9159/1: decompressor: Avoid UNPREDICTABLE NOP encoding Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 262/846] usb: ftdi-elan: fix memory leak on device disconnect Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 263/846] arm64: dts: marvell: cn9130: add GPIO and SPI aliases Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 264/846] arm64: dts: marvell: cn9130: enable CP0 GPIO controllers Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 265/846] ARM: dts: armada-38x: Add generic compatible to UART nodes Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 266/846] mt76: mt7921: drop offload_flags overwritten Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 267/846] wilc1000: fix double free error in probe() Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 268/846] rtw88: add quirk to disable pci caps on HP 250 G7 Notebook PC Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 269/846] rtw88: Disable PCIe ASPM while doing NAPI poll on 8821CE Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 270/846] iwlwifi: mvm: fix 32-bit build in FTM Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 271/846] iwlwifi: mvm: test roc running status bits before removing the sta Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 272/846] iwlwifi: mvm: perform 6GHz passive scan after suspend Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 273/846] iwlwifi: mvm: set protected flag only for NDP ranging Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 274/846] mmc: meson-mx-sdhc: add IRQ check Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 275/846] mmc: meson-mx-sdio: " Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 276/846] block: fix error unwinding in device_add_disk Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 277/846] selinux: fix potential memleak in selinux_add_opt() Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 278/846] um: fix ndelay/udelay defines Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 279/846] um: rename set_signals() to um_set_signals() Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 280/846] um: virt-pci: Fix 32-bit compile Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 281/846] lib/logic_iomem: Fix 32-bit build Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 282/846] lib/logic_iomem: Fix operation on 32-bit Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 283/846] um: virtio_uml: Fix time-travel external time propagation Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 284/846] Bluetooth: L2CAP: Fix using wrong mode Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 285/846] bpftool: Enable line buffering for stdout Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 286/846] backlight: qcom-wled: Validate enabled string indices in DT Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 287/846] backlight: qcom-wled: Pass number of elements to read to read_u32_array Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 288/846] backlight: qcom-wled: Fix off-by-one maximum with default num_strings Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 289/846] backlight: qcom-wled: Override default length with qcom,enabled-strings Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 290/846] backlight: qcom-wled: Use cpu_to_le16 macro to perform conversion Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 291/846] backlight: qcom-wled: Respect enabled-strings in set_brightness Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 292/846] software node: fix wrong node passed to find nargs_prop Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 293/846] Bluetooth: hci_qca: Stop IBS timer during BT OFF Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 294/846] x86/boot/compressed: Move CLANG_FLAGS to beginning of KBUILD_CFLAGS Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 295/846] crypto: octeontx2 - prevent underflow in get_cores_bmap() Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 296/846] regulator: qcom-labibb: OCP interrupts are not a failure while disabled Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 297/846] hwmon: (mr75203) fix wrong power-up delay value Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 298/846] x86/mce/inject: Avoid out-of-bounds write when setting flags Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 299/846] io_uring: remove double poll on poll update Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 300/846] serial: 8250_bcm7271: Propagate error codes from brcmuart_probe() Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 301/846] ACPI: scan: Create platform device for BCM4752 and LNV4752 ACPI nodes Greg Kroah-Hartman
2022-01-24 18:36 ` [PATCH 5.15 302/846] pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in __nonstatic_find_io_region() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 303/846] pcmcia: rsrc_nonstatic: Fix a NULL pointer dereference in nonstatic_find_mem_region() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 304/846] power: reset: mt6397: Check for null res pointer Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 305/846] net/xfrm: IPsec tunnel mode fix inner_ipproto setting in sec_path Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 306/846] net: ethernet: mtk_eth_soc: fix return values and refactor MDIO ops Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 307/846] net: dsa: fix incorrect function pointer check for MRP ring roles Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 308/846] netfilter: ipt_CLUSTERIP: fix refcount leak in clusterip_tg_check() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 309/846] bpf, sockmap: Fix return codes from tcp_bpf_recvmsg_parser() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 310/846] bpf, sockmap: Fix double bpf_prog_put on error case in map_link Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 311/846] bpf: Dont promote bogus looking registers after null check Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 312/846] bpf: Fix verifier support for validation of async callbacks Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 313/846] bpf: Fix SO_RCVBUF/SO_SNDBUF handling in _bpf_setsockopt() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 314/846] netfilter: nft_payload: do not update layer 4 checksum when mangling fragments Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 315/846] netfilter: nft_set_pipapo: allocate pcpu scratch maps on clone Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 316/846] net: fix SOF_TIMESTAMPING_BIND_PHC to work with multiple sockets Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 317/846] ppp: ensure minimum packet size in ppp_write() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 318/846] rocker: fix a sleeping in atomic bug Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 319/846] staging: greybus: audio: Check null pointer Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 320/846] fsl/fman: Check for null pointer after calling devm_ioremap Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 321/846] Bluetooth: hci_bcm: Check for error irq Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 322/846] Bluetooth: hci_qca: Fix NULL vs IS_ERR_OR_NULL check in qca_serdev_probe Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 323/846] net/smc: Reset conn->lgr when link group registration fails Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 324/846] usb: dwc3: qcom: Fix NULL vs IS_ERR checking in dwc3_qcom_probe Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 325/846] usb: dwc2: do not gate off the hardware if it does not support clock gating Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 326/846] usb: dwc2: gadget: initialize max_speed from params Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 327/846] usb: gadget: u_audio: Subdevice 0 for capture ctls Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 328/846] HID: hid-uclogic-params: Invalid parameter check in uclogic_params_init Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 329/846] HID: hid-uclogic-params: Invalid parameter check in uclogic_params_get_str_desc Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 330/846] HID: hid-uclogic-params: Invalid parameter check in uclogic_params_huion_init Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 331/846] HID: hid-uclogic-params: Invalid parameter check in uclogic_params_frame_init_v1_buttonpad Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 332/846] debugfs: lockdown: Allow reading debugfs files that are not world readable Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 333/846] drivers/firmware: Add missing platform_device_put() in sysfb_create_simplefb Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 334/846] serial: liteuart: fix MODULE_ALIAS Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 335/846] serial: stm32: move tx dma terminate DMA to shutdown Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 336/846] x86, sched: Fix undefined reference to init_freq_invariance_cppc() build error Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 337/846] net/mlx5e: Fix page DMA map/unmap attributes Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 338/846] net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects are used Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 339/846] net/mlx5e: Dont block routes with nexthop objects in SW Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 340/846] Revert "net/mlx5e: Block offload of outer header csum for UDP tunnels" Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 341/846] Revert "net/mlx5e: Block offload of outer header csum for GRE tunnel" Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 342/846] net/mlx5e: Fix matching on modified inner ip_ecn bits Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 343/846] net/mlx5: Fix access to sf_dev_table on allocation failure Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 344/846] net/mlx5e: Sync VXLAN udp ports during uplink representor profile change Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 345/846] net/mlx5: Set command entry semaphore up once got index free Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 346/846] lib/mpi: Add the return value check of kcalloc() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 347/846] Bluetooth: L2CAP: uninitialized variables in l2cap_sock_setsockopt() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 348/846] mptcp: fix per socket endpoint accounting Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 349/846] mptcp: fix opt size when sending DSS + MP_FAIL Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 350/846] mptcp: fix a DSS option writing error Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 351/846] spi: spi-meson-spifc: Add missing pm_runtime_disable() in meson_spifc_probe Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 352/846] octeontx2-af: Increment ptp refcount before use Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 353/846] ax25: uninitialized variable in ax25_setsockopt() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 354/846] netrom: fix api breakage in nr_setsockopt() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 355/846] regmap: Call regmap_debugfs_exit() prior to _init() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 356/846] net: mscc: ocelot: fix incorrect balancing with down LAG ports Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 357/846] can: mcp251xfd: add missing newline to printed strings Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 358/846] tpm: add request_locality before write TPM_INT_ENABLE Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 359/846] tpm_tis: Fix an error handling path in tpm_tis_core_init() Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 360/846] can: softing: softing_startstop(): fix set but not used variable warning Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 361/846] can: xilinx_can: xcan_probe(): check for error irq Greg Kroah-Hartman
2022-01-24 18:37 ` [PATCH 5.15 362/846] can: rcar_canfd: rcar_canfd_channel_probe(): make sure we free CAN network device Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 363/846] pcmcia: fix setting of kthread task states Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 364/846] net/sched: flow_dissector: Fix matching on zone id for invalid conns Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 365/846] net: openvswitch: Fix matching zone id for invalid conns arriving from tc Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 366/846] net: openvswitch: Fix ct_state nat flags for " Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 367/846] iwlwifi: mvm: Use div_s64 instead of do_div in iwl_mvm_ftm_rtt_smoothing() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 368/846] bnxt_en: Refactor coredump functions Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 369/846] bnxt_en: move coredump functions into dedicated file Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 370/846] bnxt_en: use firmware provided max timeout for messages Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 371/846] net: mcs7830: handle usb read errors properly Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 372/846] ext4: avoid trim error on fs with small groups Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 373/846] ASoC: Intel: sof_sdw: fix jack detection on HP Spectre x360 convertible Greg Kroah-Hartman
2022-01-24 18:38 ` Greg Kroah-Hartman [this message]
2022-01-24 18:38 ` [PATCH 5.15 375/846] ALSA: PCM: Add missing rwsem around snd_ctl_remove() calls Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 376/846] ALSA: hda: " Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 377/846] ALSA: hda: Fix potential deadlock at codec unbinding Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 378/846] RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pending cmd-bit" Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 379/846] RDMA/hns: Validate the pkey index Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 380/846] scsi: pm80xx: Update WARN_ON check in pm8001_mpi_build_cmd() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 381/846] clk: renesas: rzg2l: Check return value of pm_genpd_init() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 382/846] clk: renesas: rzg2l: propagate return value of_genpd_add_provider_simple() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 383/846] clk: imx8mn: Fix imx8mn_clko1_sels Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 384/846] powerpc/prom_init: Fix improper check of prom_getprop() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 385/846] ASoC: uniphier: drop selecting non-existing SND_SOC_UNIPHIER_AIO_DMA Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 386/846] ASoC: codecs: wcd938x: add SND_SOC_WCD938_SDW to codec list instead Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 387/846] RDMA/rtrs-clt: Fix the initial value of min_latency Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 388/846] ALSA: hda: Make proper use of timecounter Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 389/846] dt-bindings: thermal: Fix definition of cooling-maps contribution property Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 390/846] powerpc/perf: Fix PMU callbacks to clear pending PMI before resetting an overflown PMC Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 391/846] powerpc/modules: Dont WARN on first module allocation attempt Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 392/846] powerpc/32s: Fix shift-out-of-bounds in KASAN init Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 393/846] clocksource: Avoid accidental unstable marking of clocksources Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 394/846] ALSA: oss: fix compile error when OSS_DEBUG is enabled Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 395/846] ALSA: usb-audio: Drop superfluous 0 in Presonus Studio 1810cs ID Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 396/846] misc: at25: Make driver OF independent again Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 397/846] char/mwave: Adjust io port register size Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 398/846] binder: fix handling of error during copy Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 399/846] binder: avoid potential data leakage when copying txn Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 400/846] openrisc: Add clone3 ABI wrapper Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 401/846] uio: uio_dmem_genirq: Catch the Exception Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 402/846] iommu: Extend mutex lock scope in iommu_probe_device() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 403/846] iommu/io-pgtable-arm: Fix table descriptor paddr formatting Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 404/846] scsi: core: Fix scsi_device_max_queue_depth() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 405/846] scsi: ufs: Fix race conditions related to driver data Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 406/846] RDMA/qedr: Fix reporting max_{send/recv}_wr attrs Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 407/846] PCI/MSI: Fix pci_irq_vector()/pci_irq_get_affinity() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 408/846] powerpc/powermac: Add additional missing lockdep_register_key() Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 409/846] iommu/arm-smmu-qcom: Fix TTBR0 read Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 410/846] RDMA/core: Let ib_find_gid() continue search even after empty entry Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 411/846] RDMA/cma: Let cma_resolve_ib_dev() " Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 412/846] ASoC: rt5663: Handle device_property_read_u32_array error codes Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 413/846] of: unittest: fix warning on PowerPC frame size warning Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 414/846] of: unittest: 64 bit dma address test requires arch support Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 415/846] clk: stm32: Fix ltdcs clock turn off by clk_disable_unused() after system enter shell Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 416/846] mips: add SYS_HAS_CPU_MIPS64_R5 config for MIPS Release 5 support Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 417/846] mips: fix Kconfig reference to PHYS_ADDR_T_64BIT Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 418/846] dmaengine: pxa/mmp: stop referencing config->slave_id Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 419/846] iommu/amd: Restore GA log/tail pointer on host resume Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 420/846] iommu/amd: X2apic mode: re-enable after resume Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 421/846] iommu/amd: X2apic mode: setup the INTX registers on mask/unmask Greg Kroah-Hartman
2022-01-24 18:38 ` [PATCH 5.15 422/846] iommu/amd: X2apic mode: mask/unmask interrupts on suspend/resume Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 423/846] iommu/amd: Remove useless irq affinity notifier Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 424/846] ASoC: Intel: catpt: Test dmaengine_submit() result before moving on Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 425/846] iommu/iova: Fix race between FQ timeout and teardown Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 426/846] ASoC: mediatek: mt8195: correct default value Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 427/846] of: fdt: Aggregate the processing of "linux,usable-memory-range" Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 428/846] efi: apply memblock cap after memblock_add() Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 429/846] scsi: block: pm: Always set request queue runtime active in blk_post_runtime_resume() Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 430/846] phy: uniphier-usb3ss: fix unintended writing zeros to PHY register Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 431/846] ASoC: mediatek: Check for error clk pointer Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 432/846] powerpc/64s: Mask NIP before checking against SRR0 Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 433/846] powerpc/64s: Use EMIT_WARN_ENTRY for SRR debug warnings Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 434/846] phy: cadence: Sierra: Fix to get correct parent for mux clocks Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 435/846] ASoC: samsung: idma: Check of ioremap return value Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 436/846] misc: lattice-ecp3-config: Fix task hung when firmware load failed Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 437/846] ASoC: mediatek: mt8195: correct pcmif BE dai control flow Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 438/846] arm64: tegra: Remove non existent Tegra194 reset Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 439/846] mips: lantiq: add support for clk_set_parent() Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 440/846] mips: bcm63xx: " Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 441/846] powerpc/xive: Add missing null check after calling kmalloc Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 442/846] ASoC: fsl_mqs: fix MODULE_ALIAS Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 443/846] ALSA: hda/cs8409: Increase delay during jack detection Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 444/846] ALSA: hda/cs8409: Fix Jack detection after resume Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 445/846] RDMA/cxgb4: Set queue pair state when being queried Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 446/846] clk: qcom: gcc-sc7280: Mark gcc_cfg_noc_lpass_clk always enabled Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 447/846] ASoC: imx-card: Need special setting for ak4497 on i.MX8MQ Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 448/846] ASoC: imx-card: Fix mclk calculation issue for akcodec Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 449/846] ASoC: imx-card: improve the sound quality for low rate Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 450/846] ASoC: fsl_asrc: refine the check of available clock divider Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 451/846] clk: bm1880: remove kfrees on static allocations Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 452/846] of: base: Fix phandle argument length mismatch error message Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 453/846] of/fdt: Dont worry about non-memory region overlap for no-map Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 454/846] MIPS: boot/compressed/: add __ashldi3 to target for ZSTD compression Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 455/846] MIPS: compressed: Fix build with " Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 456/846] mailbox: fix gce_num of mt8192 driver data Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 457/846] ARM: dts: omap3-n900: Fix lp5523 for multi color Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 458/846] leds: lp55xx: initialise output direction from dts Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 459/846] Bluetooth: Fix debugfs entry leak in hci_register_dev() Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 460/846] Bluetooth: Fix memory leak of hci device Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 461/846] drm/panel: Delete panel on mipi_dsi_attach() failure Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 462/846] Bluetooth: Fix removing adv when processing cmd complete Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 463/846] fs: dlm: filter user dlm messages for kernel locks Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 464/846] libbpf: Validate that .BTF and .BTF.ext sections contain data Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 465/846] drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=y Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 466/846] selftests/bpf: Fix memory leaks in btf_type_c_dump() helper Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 467/846] selftests/bpf: Destroy XDP link correctly Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 468/846] selftests/bpf: Fix bpf_object leak in skb_ctx selftest Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 469/846] ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START reply Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 470/846] drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTOR Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 471/846] drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACR Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 472/846] media: atomisp: fix try_fmt logic Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 473/846] media: atomisp: set per-devices default mode Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 474/846] media: atomisp-ov2680: Fix ov2680_set_fmt() clobbering the exposure Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 475/846] media: atomisp: check before deference asd variable Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 476/846] ARM: shmobile: rcar-gen2: Add missing of_node_put() Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 477/846] batman-adv: allow netlink usage in unprivileged containers Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 478/846] media: atomisp: handle errors at sh_css_create_isp_params() Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 479/846] ath11k: Fix crash caused by uninitialized TX ring Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 480/846] usb: dwc3: meson-g12a: fix shared reset control use Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 481/846] USB: ehci_brcm_hub_control: Improve port index sanitizing Greg Kroah-Hartman
2022-01-24 18:39 ` [PATCH 5.15 482/846] usb: gadget: f_fs: Use stream_open() for endpoint files Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 483/846] psi: Fix PSI_MEM_FULL state when tasks are in memstall and doing reclaim Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 484/846] drm: panel-orientation-quirks: Add quirk for the Lenovo Yoga Book X91F/L Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 485/846] HID: magicmouse: Report battery level over USB Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 486/846] HID: apple: Do not reset quirks when the Fn key is not found Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 487/846] media: b2c2: Add missing check in flexcop_pci_isr: Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 488/846] libbpf: Accommodate DWARF/compiler bug with duplicated structs Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 489/846] ethernet: renesas: Use div64_ul instead of do_div Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 490/846] EDAC/synopsys: Use the quirk for version instead of ddr version Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 491/846] arm64: dts: qcom: sm8350: Shorten camera-thermal-bottom name Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 492/846] soc: imx: gpcv2: Synchronously suspend MIX domains Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 493/846] ARM: imx: rename DEBUG_IMX21_IMX27_UART to DEBUG_IMX27_UART Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 494/846] drm/amd/display: check top_pipe_to_program pointer Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 495/846] drm/amdgpu/display: set vblank_disable_immediate for DC Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 496/846] soc: ti: pruss: fix referenced node in error message Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 497/846] mlxsw: pci: Add shutdown method in PCI driver Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 498/846] drm/amd/display: add else to avoid double destroy clk_mgr Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 499/846] drm/bridge: megachips: Ensure both bridges are probed before registration Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 500/846] mxser: keep only !tty test in ISR Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 501/846] tty: serial: imx: disable UCR4_OREN in .stop_rx() instead of .shutdown() Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 502/846] gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 503/846] HSI: core: Fix return freed object in hsi_new_client Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 504/846] crypto: jitter - consider 32 LSB for APT Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 505/846] mwifiex: Fix skb_over_panic in mwifiex_usb_recv() Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 506/846] rsi: Fix use-after-free in rsi_rx_done_handler() Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 507/846] rsi: Fix out-of-bounds read in rsi_read_pkt() Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 508/846] ath11k: Avoid NULL ptr access during mgmt tx cleanup Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 509/846] media: venus: avoid calling core_clk_setrate() concurrently during concurrent video sessions Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 510/846] regulator: da9121: Prevent current limit change when enabled Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 511/846] drm/vmwgfx: Release ttm memory if probe fails Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 512/846] drm/vmwgfx: Introduce a new placement for MOB page tables Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 513/846] ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 514/846] ACPI: Change acpi_device_always_present() into acpi_device_override_status() Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 515/846] ACPI / x86: Allow specifying acpi_device_override_status() quirks by path Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 516/846] ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD win Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 517/846] arm64: dts: ti: j7200-main: Fix dtbs_check serdes_ln_ctrl node Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 518/846] arm64: dts: ti: j721e-main: Fix dtbs_check in " Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 519/846] usb: uhci: add aspeed ast2600 uhci support Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 520/846] floppy: Add max size check for user space request Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 521/846] x86/mm: Flush global TLB when switching to trampoline page-table Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 522/846] drm: rcar-du: Fix CRTC timings when CMM is used Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 523/846] media: uvcvideo: Increase UVC_CTRL_CONTROL_TIMEOUT to 5 seconds Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 524/846] media: rcar-vin: Update format alignment constraints Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 525/846] media: saa7146: hexium_orion: Fix a NULL pointer dereference in hexium_attach() Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 526/846] media: atomisp: fix "variable dereferenced before check asd" Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 527/846] media: m920x: dont use stack on USB reads Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 528/846] thunderbolt: Runtime PM activate both ends of the device link Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 529/846] arm64: dts: renesas: Fix thermal bindings Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 530/846] iwlwifi: mvm: synchronize with FW after multicast commands Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 531/846] iwlwifi: mvm: avoid clearing a just saved session protection id Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 532/846] rcutorture: Avoid soft lockup during cpu stall Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 533/846] ath11k: avoid deadlock by change ieee80211_queue_work for regd_update_work Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 534/846] ath10k: Fix tx hanging Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 535/846] net-sysfs: update the queue counts in the unregistration path Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 536/846] net: phy: prefer 1000baseT over 1000baseKX Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 537/846] gpio: aspeed: Convert aspeed_gpio.lock to raw_spinlock Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 538/846] gpio: aspeed-sgpio: Convert aspeed_sgpio.lock " Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 539/846] selftests/ftrace: make kprobe profile testcase description unique Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 540/846] ath11k: Avoid false DEADLOCK warning reported by lockdep Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 541/846] ARM: dts: qcom: sdx55: fix IPA interconnect definitions Greg Kroah-Hartman
2022-01-24 18:40 ` [PATCH 5.15 542/846] x86/mce: Allow instrumentation during task work queueing Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 543/846] x86/mce: Mark mce_panic() noinstr Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 544/846] x86/mce: Mark mce_end() noinstr Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 545/846] x86/mce: Mark mce_read_aux() noinstr Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 546/846] net: bonding: debug: avoid printing debug logs when bond is not notifying peers Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 547/846] kunit: Dont crash if no parameters are generated Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 548/846] bpf: Do not WARN in bpf_warn_invalid_xdp_action() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 549/846] drm/amdkfd: Fix error handling in svm_range_add Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 550/846] HID: quirks: Allow inverting the absolute X/Y values Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 551/846] HID: i2c-hid-of: Expose the touchscreen-inverted properties Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 552/846] media: igorplugusb: receiver overflow should be reported Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 553/846] media: rockchip: rkisp1: use device name for debugfs subdir name Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 554/846] media: saa7146: hexium_gemini: Fix a NULL pointer dereference in hexium_attach() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 555/846] mmc: tmio: reinit card irqs in reset routine Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 556/846] mmc: core: Fixup storing of OCR for MMC_QUIRK_NONSTD_SDIO Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 557/846] drm/amd/amdgpu: fix psp tmr bo pin count leak in SRIOV Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 558/846] drm/amd/amdgpu: fix gmc " Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 559/846] audit: ensure userspace is penalized the same as the kernel when under pressure Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 560/846] arm64: dts: ls1028a-qds: move rtc node to the correct i2c bus Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 561/846] arm64: tegra: Adjust length of CCPLEX cluster MMIO region Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 562/846] crypto: ccp - Move SEV_INIT retry for corrupted data Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 563/846] crypto: hisilicon/hpre - fix memory leak in hpre_curve25519_src_init() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 564/846] PM: runtime: Add safety net to supplier device release Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 565/846] cpufreq: Fix initialization of min and max frequency QoS requests Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 566/846] usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0 Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 567/846] mt76: mt7615: fix possible deadlock while mt7615_register_ext_phy() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 568/846] mt76: do not pass the received frame with decryption error Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 569/846] mt76: mt7615: improve wmm index allocation Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 570/846] ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 571/846] ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 572/846] ath9k: Fix out-of-bound memcpy in ath9k_hif_usb_rx_stream Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 573/846] rtw88: 8822c: update rx settings to prevent potential hw deadlock Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 574/846] PM: AVS: qcom-cpr: Use div64_ul instead of do_div Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 575/846] iwlwifi: fix leaks/bad data after failed firmware load Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 576/846] iwlwifi: remove module loading failure message Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 577/846] iwlwifi: mvm: Fix calculation of frame length Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 578/846] iwlwifi: mvm: fix AUX ROC removal Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 579/846] iwlwifi: pcie: make sure prph_info is set when treating wakeup IRQ Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 580/846] mmc: sdhci-pci-gli: GL9755: Support for CD/WP inversion on OF platforms Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 581/846] block: check minor range in device_add_disk() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 582/846] um: registers: Rename function names to avoid conflicts and build problems Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 583/846] ath11k: Fix napi related hang Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 584/846] Bluetooth: btintel: Add missing quirks and msft ext for legacy bootloader Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 585/846] Bluetooth: vhci: Set HCI_QUIRK_VALID_LE_STATES Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 586/846] xfrm: rate limit SA mapping change message to user space Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 587/846] drm/etnaviv: consider completed fence seqno in hang check Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 588/846] jffs2: GC deadlock reading a page that is used in jffs2_write_begin() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 589/846] ACPICA: actypes.h: Expand the ACPI_ACCESS_ definitions Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 590/846] ACPICA: Utilities: Avoid deleting the same object twice in a row Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 591/846] ACPICA: Executer: Fix the REFCLASS_REFOF case in acpi_ex_opcode_1A_0T_1R() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 592/846] ACPICA: Fix wrong interpretation of PCC address Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 593/846] ACPICA: Hardware: Do not flush CPU cache when entering S4 and S5 Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 594/846] mmc: mtk-sd: Use readl_poll_timeout instead of open-coded polling Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 595/846] drm/amdgpu: Dont inherit GEM object VMAs in child process Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 596/846] drm/amdgpu: fixup bad vram size on gmc v8 Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 597/846] amdgpu/pm: Make sysfs pm attributes as read-only for VFs Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 598/846] ACPI: battery: Add the ThinkPad "Not Charging" quirk Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 599/846] ACPI: CPPC: Check present CPUs for determining _CPC is valid Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 600/846] btrfs: remove BUG_ON() in find_parent_nodes() Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 601/846] btrfs: remove BUG_ON(!eie) in find_parent_nodes Greg Kroah-Hartman
2022-01-24 18:41 ` [PATCH 5.15 602/846] net: mdio: Demote probed message to debug print Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 603/846] mac80211: allow non-standard VHT MCS-10/11 Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 604/846] dm btree: add a defensive bounds check to insert_at() Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 605/846] dm space map common: add bounds check to sm_ll_lookup_bitmap() Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 606/846] bpf/selftests: Fix namespace mount setup in tc_redirect Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 607/846] mlxsw: pci: Avoid flow control for EMAD packets Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 608/846] net: phy: marvell: configure RGMII delays for 88E1118 Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 609/846] net: gemini: allow any RGMII interface mode Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 610/846] regulator: qcom_smd: Align probe function with rpmh-regulator Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 611/846] serial: pl010: Drop CR register reset on set_termios Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 612/846] serial: pl011: " Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 613/846] serial: core: Keep mctrl register state and cached copy in sync Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 614/846] random: do not throw away excess input to crng_fast_load Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 615/846] net/mlx5: Update log_max_qp value to FW max capability Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 616/846] net/mlx5e: Unblock setting vid 0 for VF in case PF isnt eswitch manager Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 617/846] parisc: Avoid calling faulthandler_disabled() twice Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 618/846] scripts: sphinx-pre-install: Fix ctex support on Debian Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 619/846] can: flexcan: allow to change quirks at runtime Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 620/846] can: flexcan: rename RX modes Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 621/846] can: flexcan: add more quirks to describe RX path capabilities Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 622/846] x86/kbuild: Enable CONFIG_KALLSYMS_ALL=y in the defconfigs Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 623/846] powerpc/6xx: add missing of_node_put Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 624/846] powerpc/powernv: " Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 625/846] powerpc/cell: " Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 626/846] powerpc/btext: " Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 627/846] powerpc/watchdog: Fix missed watchdog reset due to memory ordering race Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 628/846] ASoC: imx-hdmi: add put_device() after of_find_device_by_node() Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 629/846] i2c: i801: Dont silently correct invalid transfer size Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 630/846] powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILING Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 631/846] i2c: mpc: Correct I2C reset procedure Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 632/846] clk: meson: gxbb: Fix the SDM_EN bit for MPLL0 on GXBB Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 633/846] powerpc/powermac: Add missing lockdep_register_key() Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 634/846] KVM: PPC: Book3S: Suppress warnings when allocating too big memory slots Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 635/846] KVM: PPC: Book3S: Suppress failed alloc warning in H_COPY_TOFROM_GUEST Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 636/846] w1: Misuse of get_user()/put_user() reported by sparse Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 637/846] nvmem: core: set size for sysfs bin file Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 638/846] dm: fix alloc_dax error handling in alloc_dev Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 639/846] interconnect: qcom: rpm: Prevent integer overflow in rate Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 640/846] scsi: ufs: Fix a kernel crash during shutdown Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 641/846] scsi: lpfc: Fix leaked lpfc_dmabuf mbox allocations with NPIV Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 642/846] scsi: lpfc: Trigger SLI4 firmware dump before doing driver cleanup Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 643/846] ALSA: seq: Set upper limit of processed events Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 644/846] MIPS: Loongson64: Use three arguments for slti Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 645/846] powerpc/40x: Map 32Mbytes of memory at startup Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 646/846] selftests/powerpc/spectre_v2: Return skip code when miss_percent is high Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 647/846] powerpc: handle kdump appropriately with crash_kexec_post_notifiers option Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 648/846] powerpc/fadump: Fix inaccurate CPU state info in vmcore generated with panic Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 649/846] udf: Fix error handling in udf_new_inode() Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 650/846] MIPS: OCTEON: add put_device() after of_find_device_by_node() Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 651/846] irqchip/gic-v4: Disable redistributors view of the VPE table at boot time Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 652/846] i2c: designware-pci: Fix to change data types of hcnt and lcnt parameters Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 653/846] selftests/powerpc: Add a test of sigreturning to the kernel Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 654/846] MIPS: Octeon: Fix build errors using clang Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 655/846] scsi: sr: Dont use GFP_DMA Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 656/846] scsi: mpi3mr: Fixes around reply request queues Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 657/846] ASoC: mediatek: mt8192-mt6359: fix device_node leak Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 658/846] phy: phy-mtk-tphy: add support efuse setting Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 659/846] ASoC: mediatek: mt8173: fix device_node leak Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 660/846] ASoC: mediatek: mt8183: " Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 661/846] habanalabs: skip read fw errors if dynamic descriptor invalid Greg Kroah-Hartman
2022-01-24 18:42 ` [PATCH 5.15 662/846] phy: mediatek: Fix missing check in mtk_mipi_tx_probe Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 663/846] mailbox: change mailbox-mpfs compatible string Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 664/846] seg6: export get_srh() for ICMP handling Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 665/846] icmp: ICMPV6: Examine invoking packet for Segment Route Headers Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 666/846] udp6: Use Segment Routing Header for dest address if present Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 667/846] rpmsg: core: Clean up resources on announce_create failure Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 668/846] ifcvf/vDPA: fix misuse virtio-net device config size for blk dev Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 669/846] crypto: omap-aes - Fix broken pm_runtime_and_get() usage Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 670/846] crypto: stm32/crc32 - Fix kernel BUG triggered in probe() Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 671/846] crypto: caam - replace this_cpu_ptr with raw_cpu_ptr Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 672/846] ubifs: Error path in ubifs_remount_rw() seems to wrongly free write buffers Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 673/846] tpm: fix potential NULL pointer access in tpm_del_char_device Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 674/846] tpm: fix NPE on probe for missing device Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 675/846] mfd: tps65910: Set PWR_OFF bit during driver probe Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 676/846] spi: uniphier: Fix a bug that doesnt point to private data correctly Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 677/846] xen/gntdev: fix unmap notification order Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 678/846] md: Move alloc/free acct bioset in to personality Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 679/846] HID: magicmouse: Fix an error handling path in magicmouse_probe() Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 680/846] fuse: Pass correct lend value to filemap_write_and_wait_range() Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 681/846] serial: Fix incorrect rs485 polarity on uart open Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 682/846] cputime, cpuacct: Include guest time in user time in cpuacct.stat Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 683/846] sched/cpuacct: Fix user/system in shown cpuacct.usage* Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 684/846] tracing/kprobes: nmissed not showed correctly for kretprobe Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 685/846] tracing: Have syscall trace events use trace_event_buffer_lock_reserve() Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 686/846] remoteproc: imx_rproc: Fix a resource leak in the remove function Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 687/846] iwlwifi: mvm: Increase the scan timeout guard to 30 seconds Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 688/846] s390/mm: fix 2KB pgtable release race Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 689/846] device property: Fix fwnode_graph_devcon_match() fwnode leak Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 690/846] drm/tegra: submit: Add missing pm_runtime_mark_last_busy() Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 691/846] drm/etnaviv: limit submit sizes Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 692/846] drm/amd/display: Fix the uninitialized variable in enable_stream_features() Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 693/846] drm/nouveau/kms/nv04: use vzalloc for nv04_display Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 694/846] drm/bridge: analogix_dp: Make PSR-exit block less Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 695/846] parisc: Fix lpa and lpa_user defines Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 696/846] powerpc/64s/radix: Fix huge vmap false positive Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 697/846] scsi: lpfc: Fix lpfc_force_rscn ndlp kref imbalance Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 698/846] drm/amdgpu: dont do resets on APUs which dont support it Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 699/846] drm/i915/display/ehl: Update voltage swing table Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 700/846] PCI: xgene: Fix IB window setup Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 701/846] PCI: pciehp: Use down_read/write_nested(reset_lock) to fix lockdep errors Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 702/846] PCI: pciehp: Fix infinite loop in IRQ handler upon power fault Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 703/846] PCI: pci-bridge-emul: Make expansion ROM Base Address register read-only Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 704/846] PCI: pci-bridge-emul: Properly mark reserved PCIe bits in PCI config space Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 705/846] PCI: pci-bridge-emul: Fix definitions of reserved bits Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 706/846] PCI: pci-bridge-emul: Correctly set PCIe capabilities Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 707/846] PCI: pci-bridge-emul: Set PCI_STATUS_CAP_LIST for PCIe device Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 708/846] xfrm: fix policy lookup for ipv6 gre packets Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 709/846] xfrm: fix dflt policy check when there is no policy configured Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 710/846] btrfs: fix deadlock between quota enable and other quota operations Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 711/846] btrfs: check the root node for uptodate before returning it Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 712/846] btrfs: respect the max size in the header when activating swap file Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 713/846] ext4: make sure to reset inode lockdep class when quota enabling fails Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 714/846] ext4: make sure quota gets properly shutdown on error Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 715/846] ext4: fix a possible ABBA deadlock due to busy PA Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 716/846] ext4: initialize err_blk before calling __ext4_get_inode_loc Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 717/846] ext4: fix fast commit may miss tracking range for FALLOC_FL_ZERO_RANGE Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 718/846] ext4: set csum seed in tmp inode while migrating to extents Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 719/846] ext4: Fix BUG_ON in ext4_bread when write quota data Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 720/846] ext4: use ext4_ext_remove_space() for fast commit replay delete range Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 721/846] ext4: fast commit may miss tracking unwritten range during ftruncate Greg Kroah-Hartman
2022-01-24 18:43 ` [PATCH 5.15 722/846] ext4: destroy ext4_fc_dentry_cachep kmemcache on module removal Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 723/846] ext4: fix null-ptr-deref in __ext4_journal_ensure_credits Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 724/846] ext4: fix an use-after-free issue about data=journal writeback mode Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 725/846] ext4: dont use the orphan list when migrating an inode Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 726/846] tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() fails Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 727/846] ath11k: qmi: avoid error messages when dma allocation fails Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 728/846] Revert "drm/amdgpu: Dont inherit GEM object VMAs in child process" Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 729/846] drm/radeon: fix error handling in radeon_driver_open_kms Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 730/846] of: base: Improve argument length mismatch error Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 731/846] firmware: Update Kconfig help text for Google firmware Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 732/846] can: mcp251xfd: mcp251xfd_tef_obj_read(): fix typo in error message Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 733/846] media: rcar-csi2: Optimize the selection PHTW register Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 734/846] drm/vc4: hdmi: Make sure the device is powered with CEC Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 735/846] media: correct MEDIA_TEST_SUPPORT help text Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 736/846] Documentation: coresight: Fix documentation issue Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 737/846] Documentation: dmaengine: Correctly describe dmatest with channel unset Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 738/846] Documentation: ACPI: Fix data node reference documentation Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 739/846] Documentation, arch: Remove leftovers from raw device Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 740/846] Documentation, arch: Remove leftovers from CIFS_WEAK_PW_HASH Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 741/846] Documentation: refer to config RANDOMIZE_BASE for kernel address-space randomization Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 742/846] Documentation: fix firewire.rst ABI file path error Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 743/846] Bluetooth: btusb: Return error code when getting patch status failed Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 744/846] net: usb: Correct reset handling of smsc95xx Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 745/846] Bluetooth: hci_sync: Fix not setting adv set duration Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 746/846] scsi: core: Show SCMD_LAST in text form Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 747/846] scsi: ufs: ufs-mediatek: Fix error checking in ufs_mtk_init_va09_pwr_ctrl() Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 748/846] RDMA/cma: Remove open coding of overflow checking for private_data_len Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 749/846] dmaengine: uniphier-xdmac: Fix type of address variables Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 750/846] dmaengine: idxd: fix wq settings post wq disable Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 751/846] RDMA/hns: Modify the mapping attribute of doorbell to device Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 752/846] RDMA/rxe: Fix a typo in opcode name Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 753/846] dmaengine: stm32-mdma: fix STM32_MDMA_CTBR_TSEL_MASK Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 754/846] Revert "net/mlx5: Add retry mechanism to the command entry index allocation" Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 755/846] powerpc/cell: Fix clang -Wimplicit-fallthrough warning Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 756/846] powerpc/fsl/dts: Enable WA for erratum A-009885 on fman3l MDIO buses Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 757/846] block: fix async_depth sysfs interface for mq-deadline Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 758/846] block: Fix fsync always failed if once failed Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 759/846] drm/vc4: crtc: Drop feed_txp from state Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 760/846] drm/vc4: Fix non-blocking commit getting stuck forever Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 761/846] drm/vc4: crtc: Copy assigned channel to the CRTC Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 762/846] arm64/bpf: Remove 128MB limit for BPF JIT programs Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 763/846] bpftool: Remove inclusion of utilities.mak from Makefiles Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 764/846] bpftool: Fix indent in option lists in the documentation Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 765/846] xdp: check prog type before updating BPF link Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 766/846] bpf: Fix mount source show for bpffs Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 767/846] bpf: Mark PTR_TO_FUNC register initially with zero offset Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 768/846] perf evsel: Override attr->sample_period for non-libpfm4 events Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 769/846] ipv4: update fib_info_cnt under spinlock protection Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 770/846] ipv4: avoid quadratic behavior in netns dismantle Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 771/846] mlx5: Dont accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get() Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 772/846] net/fsl: xgmac_mdio: Add workaround for erratum A-009885 Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 773/846] net/fsl: xgmac_mdio: Fix incorrect iounmap when removing module Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 774/846] parisc: pdc_stable: Fix memory leak in pdcs_register_pathentries Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 775/846] riscv: dts: microchip: mpfs: Drop empty chosen node Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 776/846] drm/vmwgfx: Remove explicit transparent hugepages support Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 777/846] drm/vmwgfx: Remove unused compile options Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 778/846] f2fs: fix remove page failed in invalidate compress pages Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 779/846] f2fs: fix to avoid panic in is_alive() if metadata is inconsistent Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 780/846] f2fs: compress: fix potential deadlock of compress file Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 781/846] f2fs: fix to reserve space for IO align feature Greg Kroah-Hartman
2022-01-24 18:44 ` [PATCH 5.15 782/846] f2fs: fix to check available space of CP area correctly in update_ckpt_flags() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 783/846] crypto: octeontx2 - uninitialized variable in kvf_limits_store() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 784/846] af_unix: annote lockless accesses to unix_tot_inflight & gc_in_progress Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 785/846] clk: Emit a stern warning with writable debugfs enabled Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 786/846] clk: si5341: Fix clock HW provider cleanup Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 787/846] pinctrl/rockchip: fix gpio device creation Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 788/846] gpio: mpc8xxx: Fix IRQ check in mpc8xxx_probe Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 789/846] gpio: idt3243x: Fix IRQ check in idt_gpio_probe Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 790/846] net/smc: Fix hung_task when removing SMC-R devices Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 791/846] net: axienet: increase reset timeout Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 792/846] net: axienet: Wait for PhyRstCmplt after core reset Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 793/846] net: axienet: reset core on initialization prior to MDIO access Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 794/846] net: axienet: add missing memory barriers Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 795/846] net: axienet: limit minimum TX ring size Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 796/846] net: axienet: Fix TX ring slot available check Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 797/846] net: axienet: fix number of TX ring slots for " Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 798/846] net: axienet: fix for TX busy handling Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 799/846] net: axienet: increase default TX ring size to 128 Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 800/846] bitops: protect find_first_{,zero}_bit properly Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 801/846] um: gitignore: Add kernel/capflags.c Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 802/846] HID: vivaldi: fix handling devices not using numbered reports Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 803/846] rtc: pxa: fix null pointer dereference Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 804/846] vdpa/mlx5: Fix wrong configuration of virtio_version_1_0 Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 805/846] virtio_ring: mark ring unused on error Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 806/846] taskstats: Cleanup the use of task->exit_code Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 807/846] inet: frags: annotate races around fqdir->dead and fqdir->high_thresh Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 808/846] netns: add schedule point in ops_exit_list() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 809/846] iwlwifi: fix Bz NMI behaviour Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 810/846] xfrm: Dont accidentally set RTO_ONLINK in decode_session4() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 811/846] vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 812/846] gre: Dont accidentally set RTO_ONLINK in gre_fill_metadata_dst() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 813/846] libcxgb: Dont accidentally set RTO_ONLINK in cxgb_find_route() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 814/846] perf script: Fix hex dump character output Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 815/846] dmaengine: at_xdmac: Dont start transactions at tx_submit level Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 816/846] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 817/846] dmaengine: at_xdmac: Print debug message after realeasing the lock Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 818/846] dmaengine: at_xdmac: Fix concurrency over xfers_list Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 819/846] dmaengine: at_xdmac: Fix lld view setting Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 820/846] dmaengine: at_xdmac: Fix at_xdmac_lld struct definition Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 821/846] perf tools: Drop requirement for libstdc++.so for libopencsd check Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 822/846] perf probe: Fix ppc64 perf probe add events failed case Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 823/846] devlink: Remove misleading internal_flags from health reporter dump Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 824/846] arm64: dts: qcom: msm8996: drop not documented adreno properties Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 825/846] net: fix sock_timestamping_bind_phc() to release device Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 826/846] net: bonding: fix bond_xmit_broadcast return value error bug Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 827/846] net: ipa: fix atomic update in ipa_endpoint_replenish() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 828/846] net_sched: restore "mpu xxx" handling Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 829/846] net: mscc: ocelot: dont let phylink re-enable TX PAUSE on the NPI port Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 830/846] bcmgenet: add WOL IRQ check Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 831/846] net: wwan: Fix MRU mismatch issue which may lead to data connection lost Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 832/846] net: ethernet: mtk_eth_soc: fix error checking in mtk_mac_config() Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 833/846] net: ocelot: Fix the call to switchdev_bridge_port_offload Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 834/846] net: sfp: fix high power modules without diagnostic monitoring Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 835/846] net: cpsw: avoid alignment faults by taking NET_IP_ALIGN into account Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 836/846] net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devices Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 837/846] net: mscc: ocelot: fix using match before it is set Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 838/846] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 839/846] dt-bindings: display: meson-vpu: Add missing amlogic,canvas property Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 840/846] dt-bindings: watchdog: Require samsung,syscon-phandle for Exynos7 Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 841/846] sch_api: Dont skip qdisc attach on ingress Greg Kroah-Hartman
2022-01-24 18:45 ` [PATCH 5.15 842/846] scripts/dtc: dtx_diff: remove broken example from help text Greg Kroah-Hartman
2022-01-24 18:46 ` [PATCH 5.15 843/846] lib82596: Fix IRQ check in sni_82596_probe Greg Kroah-Hartman
2022-01-24 18:46 ` [PATCH 5.15 844/846] mm/hmm.c: allow VM_MIXEDMAP to work with hmm_range_fault Greg Kroah-Hartman
2022-01-24 18:46 ` [PATCH 5.15 845/846] bonding: Fix extraction of ports from the packet headers Greg Kroah-Hartman
2022-01-24 18:46 ` [PATCH 5.15 846/846] lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test Greg Kroah-Hartman
2022-01-24 20:36 ` [PATCH 5.15 000/846] 5.15.17-rc1 review Holger Hoffstätte
2022-01-24 22:09   ` Andrii Nakryiko
2022-01-25 11:06     ` Greg Kroah-Hartman
2022-01-24 22:50 ` Daniel Díaz
2022-01-25  3:39   ` Daniel Díaz
2022-01-25  6:46     ` Naresh Kamboju
2022-01-26 15:35       ` Alan Maguire
2022-01-27 12:31         ` Naresh Kamboju
2022-01-27 16:04           ` Greg Kroah-Hartman
2022-01-25 11:06   ` Greg Kroah-Hartman
2022-01-25  1:48 ` Shuah Khan
2022-01-25  6:23 ` Ron Economos

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=20220124184113.838254288@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sashal@kernel.org \
    --cc=stable@vger.kernel.org \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

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

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