patches.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: stable@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	patches@lists.linux.dev, Luo Meng <luomeng12@huawei.com>,
	Mike Snitzer <snitzer@kernel.org>
Subject: [PATCH 4.14 280/338] dm cache: Fix UAF in destroy()
Date: Mon, 16 Jan 2023 16:52:33 +0100	[thread overview]
Message-ID: <20230116154833.298596042@linuxfoundation.org> (raw)
In-Reply-To: <20230116154820.689115727@linuxfoundation.org>

From: Luo Meng <luomeng12@huawei.com>

commit 6a459d8edbdbe7b24db42a5a9f21e6aa9e00c2aa upstream.

Dm_cache also has the same UAF problem when dm_resume()
and dm_destroy() are concurrent.

Therefore, cancelling timer again in destroy().

Cc: stable@vger.kernel.org
Fixes: c6b4fcbad044e ("dm: add cache target")
Signed-off-by: Luo Meng <luomeng12@huawei.com>
Signed-off-by: Mike Snitzer <snitzer@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
 drivers/md/dm-cache-target.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/md/dm-cache-target.c
+++ b/drivers/md/dm-cache-target.c
@@ -2034,6 +2034,7 @@ static void destroy(struct cache *cache)
 	if (cache->prison)
 		dm_bio_prison_destroy_v2(cache->prison);
 
+	cancel_delayed_work_sync(&cache->waker);
 	if (cache->wq)
 		destroy_workqueue(cache->wq);
 



  parent reply	other threads:[~2023-01-16 17:13 UTC|newest]

Thread overview: 346+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-16 15:47 [PATCH 4.14 000/338] 4.14.303-rc1 review Greg Kroah-Hartman
2023-01-16 15:47 ` [PATCH 4.14 001/338] libtraceevent: Fix build with binutils 2.35 Greg Kroah-Hartman
2023-01-16 15:47 ` [PATCH 4.14 002/338] once: add DO_ONCE_SLOW() for sleepable contexts Greg Kroah-Hartman
2023-01-16 15:47 ` [PATCH 4.14 003/338] mm/khugepaged: fix GUP-fast interaction by sending IPI Greg Kroah-Hartman
2023-01-16 15:47 ` [PATCH 4.14 004/338] mm/khugepaged: invoke MMU notifiers in shmem/file collapse paths Greg Kroah-Hartman
2023-01-16 15:47 ` [PATCH 4.14 005/338] block: unhash blkdev part inode when the part is deleted Greg Kroah-Hartman
2023-01-16 15:47 ` [PATCH 4.14 006/338] nfp: fix use-after-free in area_cache_get() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 007/338] ASoC: ops: Check bounds for second channel in snd_soc_put_volsw_sx() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 008/338] can: sja1000: fix size of OCR_MODE_MASK define Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 009/338] can: mcba_usb: Fix termination command argument Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 010/338] ASoC: ops: Correct bounds check for second channel on SX controls Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 011/338] perf script python: Remove explicit shebang from tests/attr.c Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 012/338] udf: Discard preallocation before extending file with a hole Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 013/338] udf: Drop unused arguments of udf_delete_aext() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 014/338] udf: Fix preallocation discarding at indirect extent boundary Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 015/338] udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 016/338] udf: Fix extending file within last block Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 017/338] usb: gadget: uvc: Prevent buffer overflow in setup handler Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 018/338] USB: serial: option: add Quectel EM05-G modem Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 019/338] USB: serial: cp210x: add Kamstrup RF sniffer PIDs Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 020/338] igb: Initialize mailbox message for VF reset Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 021/338] Bluetooth: L2CAP: Fix u8 overflow Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 022/338] net: loopback: use NET_NAME_PREDICTABLE for name_assign_type Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 023/338] usb: musb: remove extra check in musb_gadget_vbus_draw Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 024/338] ARM: dts: qcom: apq8064: fix coresight compatible Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 025/338] drivers: soc: ti: knav_qmss_queue: Mark knav_acc_firmwares as static Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 026/338] arm: dts: spear600: Fix clcd interrupt Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 027/338] soc: ti: smartreflex: Fix PM disable depth imbalance in omap_sr_probe Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 028/338] arm64: dts: mediatek: mt6797: Fix 26M oscillator unit name Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 029/338] ARM: dts: dove: Fix assigned-addresses for every PCIe Root Port Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 030/338] ARM: dts: armada-370: " Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 031/338] ARM: dts: armada-xp: " Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 032/338] ARM: dts: armada-375: " Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 033/338] ARM: dts: armada-38x: " Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 034/338] ARM: dts: armada-39x: " Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 035/338] ARM: dts: turris-omnia: Add ethernet aliases Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 036/338] ARM: dts: turris-omnia: Add switch port 6 node Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 037/338] pstore/ram: Fix error return code in ramoops_probe() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 038/338] ARM: mmp: fix timer_read delay Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 039/338] pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 040/338] tpm/tpm_crb: Fix error message in __crb_relinquish_locality() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 041/338] cpuidle: dt: Return the correct numbers of parsed idle states Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 042/338] alpha: fix syscall entry in !AUDUT_SYSCALL case Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 043/338] PM: hibernate: Fix mistake in kerneldoc comment Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 044/338] fs: dont audit the capability check in simple_xattr_list() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 045/338] perf: Fix possible memleak in pmu_dev_alloc() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 046/338] timerqueue: Use rb_entry_safe() in timerqueue_getnext() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 047/338] ocfs2: fix memory leak in ocfs2_stack_glue_init() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 048/338] MIPS: vpe-mt: fix possible memory leak while module exiting Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 049/338] MIPS: vpe-cmp: " Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 050/338] PNP: fix name memory leak in pnp_alloc_dev() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 051/338] irqchip: gic-pm: Use pm_runtime_resume_and_get() in gic_probe() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 052/338] libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed value Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 053/338] lib/notifier-error-inject: fix error when writing -errno to debugfs file Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 054/338] rapidio: fix possible name leaks when rio_add_device() fails Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 055/338] rapidio: rio: fix possible name leak in rio_register_mport() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 056/338] ACPICA: Fix use-after-free in acpi_ut_copy_ipackage_to_ipackage() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 057/338] uprobes/x86: Allow to probe a NOP instruction with 0x66 prefix Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 058/338] x86/xen: Fix memory leak in xen_init_lock_cpu() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 059/338] platform/x86: mxm-wmi: fix memleak in mxm_wmi_call_mx[ds|mx]() Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 060/338] MIPS: BCM63xx: Add check for NULL for clk in clk_enable Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 061/338] fs: sysv: Fix sysv_nblocks() returns wrong value Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 062/338] rapidio: fix possible UAF when kfifo_alloc() fails Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 063/338] eventfd: change int to __u64 in eventfd_signal() ifndef CONFIG_EVENTFD Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 064/338] hfs: Fix OOB Write in hfs_asc2mac Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 065/338] rapidio: devices: fix missing put_device in mport_cdev_open Greg Kroah-Hartman
2023-01-16 15:48 ` [PATCH 4.14 066/338] wifi: ath9k: hif_usb: fix memory leak of urbs in ath9k_hif_usb_dealloc_tx_urbs() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 067/338] wifi: ath9k: hif_usb: Fix use-after-free in ath9k_hif_usb_reg_in_cb() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 068/338] media: i2c: ad5820: Fix error path Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 069/338] spi: Update reference to struct spi_controller Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 070/338] media: vivid: fix compose size exceed boundary Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 071/338] mtd: Fix device name leak when register device failed in add_mtd_device() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 072/338] media: camss: Clean up received buffers on failed start of streaming Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 073/338] drm/radeon: Add the missed acpi_put_table() to fix memory leak Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 074/338] ASoC: pxa: fix null-pointer dereference in filter() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 075/338] regulator: core: fix unbalanced of node refcount in regulator_dev_lookup() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 076/338] ima: Fix misuse of dereference of pointer in template_desc_init_fields() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 077/338] wifi: ath10k: Fix return value in ath10k_pci_init() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 078/338] mtd: lpddr2_nvm: Fix possible null-ptr-deref Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 079/338] Input: elants_i2c - properly handle the reset GPIO when power is off Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 080/338] media: solo6x10: fix possible memory leak in solo_sysfs_init() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 081/338] media: platform: exynos4-is: Fix error handling in fimc_md_init() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 082/338] HID: hid-sensor-custom: set fixed size for custom attributes Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 083/338] ALSA: seq: fix undefined behavior in bit shift for SNDRV_SEQ_FILTER_USE_EVENT Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 084/338] clk: rockchip: Fix memory leak in rockchip_clk_register_pll() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 085/338] mtd: maps: pxa2xx-flash: fix memory leak in probe Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 086/338] media: imon: fix a race condition in send_packet() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 087/338] pinctrl: pinconf-generic: add missing of_node_put() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 088/338] media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 089/338] media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 090/338] NFSv4.2: Fix a memory stomp in decode_attr_security_label Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 091/338] NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 092/338] ALSA: asihpi: fix missing pci_disable_device() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 093/338] drm/radeon: Fix PCI device refcount leak in radeon_atrm_get_bios() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 094/338] drm/amdgpu: Fix PCI device refcount leak in amdgpu_atrm_get_bios() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 095/338] ASoC: pcm512x: Fix PM disable depth imbalance in pcm512x_probe Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 096/338] bonding: uninitialized variable in bond_miimon_inspect() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 097/338] wifi: mac80211: fix memory leak in ieee80211_if_add() Greg Kroah-Hartman
2023-01-16 17:14   ` Johannes Berg
2023-01-17  8:40     ` Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 098/338] regulator: core: fix module refcount leak in set_supply() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 099/338] media: saa7164: fix missing pci_disable_device() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 100/338] ALSA: mts64: fix possible null-ptr-defer in snd_mts64_interrupt Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 101/338] SUNRPC: Fix missing release socket in rpc_sockname() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 102/338] NFSv4.x: Fail client initialisation if state manager thread cant run Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 103/338] mmc: moxart: fix return value check of mmc_add_host() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 104/338] mmc: mxcmmc: " Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 105/338] mmc: rtsx_usb_sdmmc: " Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 106/338] mmc: toshsd: " Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 107/338] mmc: vub300: " Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 108/338] mmc: wmt-sdmmc: " Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 109/338] mmc: via-sdmmc: " Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 110/338] mmc: wbsd: " Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 111/338] mmc: mmci: " Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 112/338] media: c8sectpfe: Add of_node_put() when breaking out of loop Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 113/338] media: coda: Add check for dcoda_iram_alloc Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 114/338] media: coda: Add check for kmalloc Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 115/338] clk: samsung: Fix memory leak in _samsung_clk_register_pll() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 116/338] wifi: rtl8xxxu: Add __packed to struct rtl8723bu_c2h Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 117/338] wifi: brcmfmac: Fix error return code in brcmf_sdio_download_firmware() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 118/338] blktrace: Fix output non-blktrace event when blk_classic option enabled Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 119/338] net: vmw_vsock: vmci: Check memcpy_from_msg() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 120/338] net: defxx: Fix missing err handling in dfx_init() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 121/338] drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 122/338] ethernet: s2io: dont call dev_kfree_skb() under spin_lock_irqsave() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 123/338] net: farsync: Fix kmemleak when rmmods farsync Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 124/338] net/tunnel: wait until all sk_user_data reader finish before releasing the sock Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 125/338] net: apple: mace: dont call dev_kfree_skb() under spin_lock_irqsave() Greg Kroah-Hartman
2023-01-16 15:49 ` [PATCH 4.14 126/338] net: apple: bmac: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 127/338] net: emaclite: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 128/338] net: ethernet: dnet: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 129/338] hamradio: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 130/338] net: amd: lance: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 131/338] net: amd-xgbe: Check only the minimum speed for active/passive cables Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 132/338] net: lan9303: Fix read error execution path Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 133/338] ntb_netdev: Use dev_kfree_skb_any() in interrupt context Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 134/338] Bluetooth: btusb: dont call kfree_skb() under spin_lock_irqsave() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 135/338] Bluetooth: hci_qca: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 136/338] Bluetooth: hci_h5: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 137/338] Bluetooth: hci_bcsp: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 138/338] Bluetooth: hci_core: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 139/338] Bluetooth: RFCOMM: " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 140/338] stmmac: fix potential division by 0 Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 141/338] apparmor: fix a memleak in multi_transaction_new() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 142/338] PCI: Check for alloc failure in pci_request_irq() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 143/338] RDMA/hfi: Decrease PCI device reference count in error path Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 144/338] RDMA/rxe: Fix NULL-ptr-deref in rxe_qp_do_cleanup() when socket create failed Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 145/338] scsi: hpsa: Fix error handling in hpsa_add_sas_host() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 146/338] scsi: hpsa: Fix possible memory leak in hpsa_add_sas_device() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 147/338] scsi: fcoe: Fix possible name leak when device_register() fails Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 148/338] scsi: ipr: Fix WARNING in ipr_init() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 149/338] scsi: fcoe: Fix transport not deattached when fcoe_if_init() fails Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 150/338] scsi: snic: Fix possible UAF in snic_tgt_create() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 151/338] RDMA/hfi1: Fix error return code in parse_platform_config() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 152/338] orangefs: Fix sysfs not cleanup when dev init failed Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 153/338] crypto: img-hash - Fix variable dereferenced before check hdev->req Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 154/338] hwrng: amd - Fix PCI device refcount leak Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 155/338] hwrng: geode " Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 156/338] IB/IPoIB: Fix queue count inconsistency for PKEY child interfaces Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 157/338] drivers: dio: fix possible memory leak in dio_init() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 158/338] class: fix possible memory leak in __class_register() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 159/338] vfio: platform: Do not pass return buffer to ACPI _RST method Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 160/338] uio: uio_dmem_genirq: Fix missing unlock in irq configuration Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 161/338] uio: uio_dmem_genirq: Fix deadlock between irq config and handling Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 162/338] usb: fotg210-udc: Fix ages old endianness issues Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 163/338] staging: vme_user: Fix possible UAF in tsi148_dma_list_add Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 164/338] serial: amba-pl011: avoid SBSA UART accessing DMACR register Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 165/338] serial: pch: Fix PCI device refcount leak in pch_request_dma() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 166/338] serial: sunsab: Fix error handling in sunsab_init() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 167/338] test_firmware: fix memory leak in test_firmware_init() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 168/338] misc: tifm: fix possible memory leak in tifm_7xx1_switch_media() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 169/338] misc: sgi-gru: fix use-after-free error in gru_set_context_option, gru_fault and gru_handle_user_call_os Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 170/338] cxl: fix possible null-ptr-deref in cxl_guest_init_afu|adapter() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 171/338] cxl: fix possible null-ptr-deref in cxl_pci_init_afu|adapter() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 172/338] drivers: mcb: fix resource leak in mcb_probe() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 173/338] mcb: mcb-parse: fix error handing in chameleon_parse_gdd() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 174/338] chardev: fix error handling in cdev_device_add() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 175/338] i2c: pxa-pci: fix missing pci_disable_device() on error in ce4100_i2c_probe Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 176/338] staging: rtl8192u: Fix use after free in ieee80211_rx() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 177/338] staging: rtl8192e: Fix potential use-after-free in rtllib_rx_Monitor() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 178/338] vme: Fix error not catched in fake_init() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 179/338] i2c: ismt: Fix an out-of-bounds bug in ismt_access() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 180/338] usb: storage: Add check for kcalloc Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 181/338] fbdev: ssd1307fb: Drop optional dependency Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 182/338] fbdev: pm2fb: fix missing pci_disable_device() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 183/338] fbdev: via: Fix error in via_core_init() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 184/338] fbdev: vermilion: decrease reference count in error path Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 185/338] fbdev: uvesafb: Fixes an error handling path in uvesafb_probe() Greg Kroah-Hartman
2023-01-16 15:50 ` [PATCH 4.14 186/338] HSI: omap_ssi_core: fix unbalanced pm_runtime_disable() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 187/338] HSI: omap_ssi_core: fix possible memory leak in ssi_probe() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 188/338] power: supply: fix residue sysfs file in error handle route of __power_supply_register() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 189/338] HSI: omap_ssi_core: Fix error handling in ssi_init() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 190/338] include/uapi/linux/swab: Fix potentially missing __always_inline Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 191/338] rtc: snvs: Allow a time difference on clock register read Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 192/338] iommu/amd: Fix pci device refcount leak in ppr_notifier() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 193/338] iommu/fsl_pamu: Fix resource leak in fsl_pamu_probe() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 194/338] macintosh: fix possible memory leak in macio_add_one_device() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 195/338] macintosh/macio-adb: check the return value of ioremap() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 196/338] powerpc/52xx: Fix a resource leak in an error handling path Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 197/338] cxl: Fix refcount leak in cxl_calc_capp_routing Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 198/338] powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 199/338] powerpc/perf: callchain validate kernel stack pointer bounds Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 200/338] powerpc/83xx/mpc832x_rdb: call platform_device_put() in error case in of_fsl_spi_probe() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 201/338] powerpc/hv-gpci: Fix hv_gpci event list Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 202/338] selftests/powerpc: Fix resource leaks Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 203/338] rtc: st-lpc: Add missing clk_disable_unprepare in st_rtc_probe() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 204/338] nfsd: under NFSv4.1, fix double svc_xprt_put on rpc_create failure Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 205/338] mISDN: hfcsusb: dont call dev_kfree_skb/kfree_skb() under spin_lock_irqsave() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 206/338] mISDN: hfcpci: " Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 207/338] mISDN: hfcmulti: " Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 208/338] nfc: pn533: Clear nfc_target before being used Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 209/338] r6040: Fix kmemleak in probe and remove Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 210/338] openvswitch: Fix flow lookup to use unmasked key Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 211/338] skbuff: Account for tail adjustment during pull operations Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 212/338] net_sched: reject TCF_EM_SIMPLE case for complex ematch module Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 213/338] myri10ge: Fix an error handling path in myri10ge_probe() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 214/338] net: stream: purge sk_error_queue in sk_stream_kill_queues() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 215/338] binfmt_misc: fix shift-out-of-bounds in check_special_flags Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 216/338] fs: jfs: fix shift-out-of-bounds in dbAllocAG Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 217/338] udf: Avoid double brelse() in udf_rename() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 218/338] fs: jfs: fix shift-out-of-bounds in dbDiscardAG Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 219/338] ACPICA: Fix error code path in acpi_ds_call_control_method() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 220/338] nilfs2: fix shift-out-of-bounds/overflow in nilfs_sb2_bad_offset() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 221/338] acct: fix potential integer overflow in encode_comp_t() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 222/338] hfs: fix OOB Read in __hfs_brec_find Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 223/338] wifi: ath9k: verify the expected usb_endpoints are present Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 224/338] wifi: ar5523: Fix use-after-free on ar5523_cmd() timed out Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 225/338] ASoC: codecs: rt298: Add quirk for KBL-R RVP platform Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 226/338] ipmi: fix memleak when unload ipmi driver Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 227/338] bpf: make sure skb->len != 0 when redirecting to a tunneling device Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 228/338] net: ethernet: ti: Fix return type of netcp_ndo_start_xmit() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 229/338] hamradio: baycom_epp: Fix return type of baycom_send_packet() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 230/338] wifi: brcmfmac: Fix potential shift-out-of-bounds in brcmf_fw_alloc_request() Greg Kroah-Hartman
2023-01-18 16:21   ` Nathan Chancellor
2023-01-22 15:07     ` Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 231/338] igb: Do not free q_vector unless new one was allocated Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 232/338] s390/ctcm: Fix return type of ctc{mp,}m_tx() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 233/338] s390/netiucv: Fix return type of netiucv_tx() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 234/338] s390/lcs: Fix return type of lcs_start_xmit() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 235/338] drm/sti: Use drm_mode_copy() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 236/338] md/raid1: stop mdx_raid1 thread when raid1 array run failed Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 237/338] mrp: introduce active flags to prevent UAF when applicant uninit Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 238/338] ppp: associate skb with a device at tx Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 239/338] media: dvb-frontends: fix leak of memory fw Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 240/338] media: dvbdev: adopts refcnt to avoid UAF Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 241/338] media: dvb-usb: fix memory leak in dvb_usb_adapter_init() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 242/338] blk-mq: fix possible memleak when register hctx failed Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 243/338] mmc: f-sdh30: Add quirks for broken timeout clock capability Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 244/338] media: si470x: Fix use-after-free in si470x_int_in_callback() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 245/338] clk: st: Fix memory leak in st_of_quadfs_setup() Greg Kroah-Hartman
2023-01-16 15:51 ` [PATCH 4.14 246/338] drm/fsl-dcu: Fix return type of fsl_dcu_drm_connector_mode_valid() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 247/338] drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 248/338] orangefs: Fix kmemleak in orangefs_prepare_debugfs_help_string() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 249/338] ASoC: mediatek: mt8173-rt5650-rt5514: fix refcount leak in mt8173_rt5650_rt5514_dev_probe() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 250/338] ASoC: rockchip: pdm: Add missing clk_disable_unprepare() in rockchip_pdm_runtime_resume() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 251/338] ASoC: wm8994: Fix potential deadlock Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 252/338] ASoC: rockchip: spdif: Add missing clk_disable_unprepare() in rk_spdif_runtime_resume() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 253/338] ASoC: rt5670: Remove unbalanced pm_runtime_put() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 254/338] pstore: Switch pmsg_lock to an rt_mutex to avoid priority inversion Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 255/338] pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 256/338] usb: dwc3: core: defer probe on ulpi_read_id timeout Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 257/338] HID: wacom: Ensure bootloader PID is usable in hidraw mode Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 258/338] reiserfs: Add missing calls to reiserfs_security_free() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 259/338] iio: adc: ad_sigma_delta: do not use internal iio_dev lock Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 260/338] gcov: add support for checksum field Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 261/338] media: dvbdev: fix refcnt bug Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 262/338] powerpc/rtas: avoid device tree lookups in rtas_os_term() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 263/338] powerpc/rtas: avoid scheduling " Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 264/338] HID: plantronics: Additional PIDs for double volume key presses quirk Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 265/338] hfsplus: fix bug causing custom uid and gid being unable to be assigned with mount Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 266/338] ALSA: line6: correct midi status byte when receiving data from podxt Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 267/338] ALSA: line6: fix stack overflow in line6_midi_transmit Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 268/338] pnode: terminate at peers of source Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 269/338] md: fix a crash in mempool_free Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 270/338] mmc: vub300: fix warning - do not call blocking ops when !TASK_RUNNING Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 271/338] tpm: tpm_crb: Add the missed acpi_put_table() to fix memory leak Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 272/338] tpm: tpm_tis: " Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 273/338] media: stv0288: use explicitly signed char Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 274/338] ktest.pl minconfig: Unset configs instead of just removing them Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 275/338] ARM: ux500: do not directly dereference __iomem Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 276/338] selftests: Use optional USERCFLAGS and USERLDFLAGS Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 277/338] dm cache: Fix ABBA deadlock between shrink_slab and dm_cache_metadata_abort Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 278/338] dm thin: Use last transactions pmd->root when commit failed Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 279/338] dm thin: Fix UAF in run_timer_softirq() Greg Kroah-Hartman
2023-01-16 15:52 ` Greg Kroah-Hartman [this message]
2023-01-16 15:52 ` [PATCH 4.14 281/338] dm cache: set needs_check flag after aborting metadata Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 282/338] x86/microcode/intel: Do not retry microcode reloading on the APs Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 283/338] tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_line Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 284/338] ARM: 9256/1: NWFPE: avoid compiler-generated __aeabi_uldivmod Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 285/338] media: dvb-core: Fix double free in dvb_register_device() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 286/338] media: dvb-core: Fix UAF due to refcount races at releasing Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 287/338] cifs: fix confusing debug message Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 288/338] ima: Fix a potential NULL pointer access in ima_restore_measurement_list Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 289/338] PCI: Fix pci_device_is_present() for VFs by checking PF Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 290/338] PCI/sysfs: Fix double free in error path Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 291/338] crypto: n2 - add missing hash statesize Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 292/338] iommu/amd: Fix ivrs_acpihid cmdline parsing code Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 293/338] parisc: led: Fix potential null-ptr-deref in start_task() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 294/338] device_cgroup: Roll back to original exceptions after copy failure Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 295/338] drm/connector: send hotplug uevent on connector cleanup Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 296/338] drm/vmwgfx: Validate the box size for the snooped cursor Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 297/338] ext4: add inode table check in __ext4_get_inode_loc to aovid possible infinite loop Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 298/338] ext4: fix undefined behavior in bit shift for ext4_check_flag_values Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 299/338] ext4: fix bug_on in __es_tree_search caused by bad boot loader inode Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 300/338] ext4: init quota for old.inode in ext4_rename Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 301/338] ext4: fix error code return to user-space in ext4_get_branch() Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 302/338] ext4: avoid BUG_ON when creating xattrs Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 303/338] ext4: fix inode leak in ext4_xattr_inode_create() on an error path Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 304/338] ext4: initialize quota before expanding inode in setproject ioctl Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 305/338] ext4: avoid unaccounted block allocation when expanding inode Greg Kroah-Hartman
2023-01-16 15:52 ` [PATCH 4.14 306/338] ext4: allocate extended attribute value in vmalloc area Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 307/338] SUNRPC: ensure the matching upcall is in-flight upon downcall Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 308/338] bpf: pull before calling skb_postpull_rcsum() Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 309/338] qlcnic: prevent ->dcb use-after-free on qlcnic_dcb_enable() failure Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 310/338] nfc: Fix potential resource leaks Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 311/338] net: amd-xgbe: add missed tasklet_kill Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 312/338] net: phy: xgmiitorgmii: Fix refcount leak in xgmiitorgmii_probe Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 313/338] net: sched: atm: dont intepret cls results when asked to drop Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 314/338] usb: rndis_host: Secure rndis_query check against int overflow Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 315/338] caif: fix memory leak in cfctrl_linkup_request() Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 316/338] udf: Fix extension of the last extent in the file Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 317/338] x86/bugs: Flush IBP in ib_prctl_set() Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 318/338] nfsd: fix handling of readdir in v4root vs. mount upcall timeout Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 319/338] hfs/hfsplus: use WARN_ON for sanity check Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 320/338] hfs/hfsplus: avoid WARN_ON() for sanity check, use proper error handling Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 321/338] parisc: Align parisc MADV_XXX constants with all other architectures Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 322/338] driver core: Fix bus_type.match() error handling in __driver_attach() Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 323/338] ravb: Fix "failed to switch device to config mode" message during unbind Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 324/338] net: sched: disallow noqueue for qdisc classes Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 325/338] docs: Fix the docs build with Sphinx 6.0 Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 326/338] perf auxtrace: Fix address filter duplicate symbol selection Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 327/338] s390/percpu: add READ_ONCE() to arch_this_cpu_to_op_simple() Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 328/338] net/ulp: prevent ULP without clone op from entering the LISTEN status Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 329/338] ALSA: pcm: Move rwsem lock inside snd_ctl_elem_read to prevent UAF Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 330/338] platform/x86: sony-laptop: Dont turn off 0x153 keyboard backlight during probe Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 331/338] ipv6: raw: Deduct extension header length in rawv6_push_pending_frames Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 332/338] netfilter: ipset: Fix overflow before widen in the bitmap_ip_create() function Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 333/338] x86/boot: Avoid using Intel mnemonics in AT&T syntax asm Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 334/338] EDAC/device: Fix period calculation in edac_device_reset_delay_period() Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 335/338] regulator: da9211: Use irq handler when ready Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 336/338] hvc/xen: lock console list traversal Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 337/338] nfc: pn533: Wait for out_urbs completion in pn533_usb_send_frame() Greg Kroah-Hartman
2023-01-16 15:53 ` [PATCH 4.14 338/338] Revert "usb: ulpi: defer ulpi_register on ulpi_read_id timeout" Greg Kroah-Hartman
2023-01-17 11:11 ` [PATCH 4.14 000/338] 4.14.303-rc1 review Jon Hunter
2023-01-17 11:36 ` Naresh Kamboju
2023-01-18  1:37 ` Guenter Roeck

Reply instructions:

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

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

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

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

  git send-email \
    --in-reply-to=20230116154833.298596042@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=luomeng12@huawei.com \
    --cc=patches@lists.linux.dev \
    --cc=snitzer@kernel.org \
    --cc=stable@vger.kernel.org \
    /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).