public inbox for linux-kernel@vger.kernel.org
 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, Ritesh Harjani <riteshh@linux.ibm.com>,
	Anand Jain <anand.jain@oracle.com>,
	Filipe Manana <fdmanana@suse.com>,
	David Sterba <dsterba@suse.com>, Sasha Levin <sashal@kernel.org>
Subject: [PATCH 5.12 205/296] btrfs: release path before starting transaction when cloning inline extent
Date: Mon, 31 May 2021 15:14:20 +0200	[thread overview]
Message-ID: <20210531130710.767925416@linuxfoundation.org> (raw)
In-Reply-To: <20210531130703.762129381@linuxfoundation.org>

From: Filipe Manana <fdmanana@suse.com>

[ Upstream commit 6416954ca75baed71640bf3828625bf165fb9b5e ]

When cloning an inline extent there are a few cases, such as when we have
an implicit hole at file offset 0, where we start a transaction while
holding a read lock on a leaf. Starting the transaction results in a call
to sb_start_intwrite(), which results in doing a read lock on a percpu
semaphore. Lockdep doesn't like this and complains about it:

  [46.580704] ======================================================
  [46.580752] WARNING: possible circular locking dependency detected
  [46.580799] 5.13.0-rc1 #28 Not tainted
  [46.580832] ------------------------------------------------------
  [46.580877] cloner/3835 is trying to acquire lock:
  [46.580918] c00000001301d638 (sb_internal#2){.+.+}-{0:0}, at: clone_copy_inline_extent+0xe4/0x5a0
  [46.581167]
  [46.581167] but task is already holding lock:
  [46.581217] c000000007fa2550 (btrfs-tree-00){++++}-{3:3}, at: __btrfs_tree_read_lock+0x70/0x1d0
  [46.581293]
  [46.581293] which lock already depends on the new lock.
  [46.581293]
  [46.581351]
  [46.581351] the existing dependency chain (in reverse order) is:
  [46.581410]
  [46.581410] -> #1 (btrfs-tree-00){++++}-{3:3}:
  [46.581464]        down_read_nested+0x68/0x200
  [46.581536]        __btrfs_tree_read_lock+0x70/0x1d0
  [46.581577]        btrfs_read_lock_root_node+0x88/0x200
  [46.581623]        btrfs_search_slot+0x298/0xb70
  [46.581665]        btrfs_set_inode_index+0xfc/0x260
  [46.581708]        btrfs_new_inode+0x26c/0x950
  [46.581749]        btrfs_create+0xf4/0x2b0
  [46.581782]        lookup_open.isra.57+0x55c/0x6a0
  [46.581855]        path_openat+0x418/0xd20
  [46.581888]        do_filp_open+0x9c/0x130
  [46.581920]        do_sys_openat2+0x2ec/0x430
  [46.581961]        do_sys_open+0x90/0xc0
  [46.581993]        system_call_exception+0x3d4/0x410
  [46.582037]        system_call_common+0xec/0x278
  [46.582078]
  [46.582078] -> #0 (sb_internal#2){.+.+}-{0:0}:
  [46.582135]        __lock_acquire+0x1e90/0x2c50
  [46.582176]        lock_acquire+0x2b4/0x5b0
  [46.582263]        start_transaction+0x3cc/0x950
  [46.582308]        clone_copy_inline_extent+0xe4/0x5a0
  [46.582353]        btrfs_clone+0x5fc/0x880
  [46.582388]        btrfs_clone_files+0xd8/0x1c0
  [46.582434]        btrfs_remap_file_range+0x3d8/0x590
  [46.582481]        do_clone_file_range+0x10c/0x270
  [46.582558]        vfs_clone_file_range+0x1b0/0x310
  [46.582605]        ioctl_file_clone+0x90/0x130
  [46.582651]        do_vfs_ioctl+0x874/0x1ac0
  [46.582697]        sys_ioctl+0x6c/0x120
  [46.582733]        system_call_exception+0x3d4/0x410
  [46.582777]        system_call_common+0xec/0x278
  [46.582822]
  [46.582822] other info that might help us debug this:
  [46.582822]
  [46.582888]  Possible unsafe locking scenario:
  [46.582888]
  [46.582942]        CPU0                    CPU1
  [46.582984]        ----                    ----
  [46.583028]   lock(btrfs-tree-00);
  [46.583062]                                lock(sb_internal#2);
  [46.583119]                                lock(btrfs-tree-00);
  [46.583174]   lock(sb_internal#2);
  [46.583212]
  [46.583212]  *** DEADLOCK ***
  [46.583212]
  [46.583266] 6 locks held by cloner/3835:
  [46.583299]  #0: c00000001301d448 (sb_writers#12){.+.+}-{0:0}, at: ioctl_file_clone+0x90/0x130
  [46.583382]  #1: c00000000f6d3768 (&sb->s_type->i_mutex_key#15){+.+.}-{3:3}, at: lock_two_nondirectories+0x58/0xc0
  [46.583477]  #2: c00000000f6d72a8 (&sb->s_type->i_mutex_key#15/4){+.+.}-{3:3}, at: lock_two_nondirectories+0x9c/0xc0
  [46.583574]  #3: c00000000f6d7138 (&ei->i_mmap_lock){+.+.}-{3:3}, at: btrfs_remap_file_range+0xd0/0x590
  [46.583657]  #4: c00000000f6d35f8 (&ei->i_mmap_lock/1){+.+.}-{3:3}, at: btrfs_remap_file_range+0xe0/0x590
  [46.583743]  #5: c000000007fa2550 (btrfs-tree-00){++++}-{3:3}, at: __btrfs_tree_read_lock+0x70/0x1d0
  [46.583828]
  [46.583828] stack backtrace:
  [46.583872] CPU: 1 PID: 3835 Comm: cloner Not tainted 5.13.0-rc1 #28
  [46.583931] Call Trace:
  [46.583955] [c0000000167c7200] [c000000000c1ee78] dump_stack+0xec/0x144 (unreliable)
  [46.584052] [c0000000167c7240] [c000000000274058] print_circular_bug.isra.32+0x3a8/0x400
  [46.584123] [c0000000167c72e0] [c0000000002741f4] check_noncircular+0x144/0x190
  [46.584191] [c0000000167c73b0] [c000000000278fc0] __lock_acquire+0x1e90/0x2c50
  [46.584259] [c0000000167c74f0] [c00000000027aa94] lock_acquire+0x2b4/0x5b0
  [46.584317] [c0000000167c75e0] [c000000000a0d6cc] start_transaction+0x3cc/0x950
  [46.584388] [c0000000167c7690] [c000000000af47a4] clone_copy_inline_extent+0xe4/0x5a0
  [46.584457] [c0000000167c77c0] [c000000000af525c] btrfs_clone+0x5fc/0x880
  [46.584514] [c0000000167c7990] [c000000000af5698] btrfs_clone_files+0xd8/0x1c0
  [46.584583] [c0000000167c7a00] [c000000000af5b58] btrfs_remap_file_range+0x3d8/0x590
  [46.584652] [c0000000167c7ae0] [c0000000005d81dc] do_clone_file_range+0x10c/0x270
  [46.584722] [c0000000167c7b40] [c0000000005d84f0] vfs_clone_file_range+0x1b0/0x310
  [46.584793] [c0000000167c7bb0] [c00000000058bf80] ioctl_file_clone+0x90/0x130
  [46.584861] [c0000000167c7c10] [c00000000058c894] do_vfs_ioctl+0x874/0x1ac0
  [46.584922] [c0000000167c7d10] [c00000000058db4c] sys_ioctl+0x6c/0x120
  [46.584978] [c0000000167c7d60] [c0000000000364a4] system_call_exception+0x3d4/0x410
  [46.585046] [c0000000167c7e10] [c00000000000d45c] system_call_common+0xec/0x278
  [46.585114] --- interrupt: c00 at 0x7ffff7e22990
  [46.585160] NIP:  00007ffff7e22990 LR: 00000001000010ec CTR: 0000000000000000
  [46.585224] REGS: c0000000167c7e80 TRAP: 0c00   Not tainted  (5.13.0-rc1)
  [46.585280] MSR:  800000000280f033 <SF,VEC,VSX,EE,PR,FP,ME,IR,DR,RI,LE>  CR: 28000244  XER: 00000000
  [46.585374] IRQMASK: 0
  [46.585374] GPR00: 0000000000000036 00007fffffffdec0 00007ffff7f17100 0000000000000004
  [46.585374] GPR04: 000000008020940d 00007fffffffdf40 0000000000000000 0000000000000000
  [46.585374] GPR08: 0000000000000004 0000000000000000 0000000000000000 0000000000000000
  [46.585374] GPR12: 0000000000000000 00007ffff7ffa940 0000000000000000 0000000000000000
  [46.585374] GPR16: 0000000000000000 0000000000000000 0000000000000000 0000000000000000
  [46.585374] GPR20: 0000000000000000 000000009123683e 00007fffffffdf40 0000000000000000
  [46.585374] GPR24: 0000000000000000 0000000000000000 0000000000000000 0000000000000004
  [46.585374] GPR28: 0000000100030260 0000000100030280 0000000000000003 000000000000005f
  [46.585919] NIP [00007ffff7e22990] 0x7ffff7e22990
  [46.585964] LR [00000001000010ec] 0x1000010ec
  [46.586010] --- interrupt: c00

This should be a false positive, as both locks are acquired in read mode.
Nevertheless, we don't need to hold a leaf locked when we start the
transaction, so just release the leaf (path) before starting it.

Reported-by: Ritesh Harjani <riteshh@linux.ibm.com>
Link: https://lore.kernel.org/linux-btrfs/20210513214404.xks77p566fglzgum@riteshh-domain/
Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 fs/btrfs/reflink.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/fs/btrfs/reflink.c b/fs/btrfs/reflink.c
index 0abbf050580d..53ee17f5e382 100644
--- a/fs/btrfs/reflink.c
+++ b/fs/btrfs/reflink.c
@@ -285,6 +285,11 @@ copy_inline_extent:
 	ret = btrfs_inode_set_file_extent_range(BTRFS_I(dst), 0, aligned_end);
 out:
 	if (!ret && !trans) {
+		/*
+		 * Release path before starting a new transaction so we don't
+		 * hold locks that would confuse lockdep.
+		 */
+		btrfs_release_path(path);
 		/*
 		 * No transaction here means we copied the inline extent into a
 		 * page of the destination inode.
-- 
2.30.2




  parent reply	other threads:[~2021-05-31 16:39 UTC|newest]

Thread overview: 303+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-31 13:10 [PATCH 5.12 000/296] 5.12.9-rc1 review Greg Kroah-Hartman
2021-05-31 13:10 ` [PATCH 5.12 001/296] ALSA: hda/realtek: the bass speaker cant output sound on Yoga 9i Greg Kroah-Hartman
2021-05-31 13:10 ` [PATCH 5.12 002/296] ALSA: hda/realtek: Headphone volume is controlled by Front mixer Greg Kroah-Hartman
2021-05-31 13:10 ` [PATCH 5.12 003/296] ALSA: hda/realtek: Chain in pop reduction fixup for ThinkStation P340 Greg Kroah-Hartman
2021-05-31 13:10 ` [PATCH 5.12 004/296] ALSA: hda/realtek: fix mute/micmute LEDs for HP 855 G8 Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 005/296] ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook G8 Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 006/296] ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook Fury 15 G8 Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 007/296] ALSA: hda/realtek: fix mute/micmute LEDs and speaker for HP Zbook Fury 17 G8 Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 008/296] ALSA: usb-audio: fix control-request direction Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 009/296] ALSA: usb-audio: scarlett2: Fix device hang with ehci-pci Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 010/296] ALSA: usb-audio: scarlett2: Improve driver startup messages Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 011/296] cifs: fix string declarations and assignments in tracepoints Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 012/296] cifs: set server->cipher_type to AES-128-CCM for SMB3.0 Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 013/296] mtd: rawnand: cs553x: Fix external use of SW Hamming ECC helper Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 014/296] mtd: rawnand: txx9ndfmc: " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 015/296] mtd: rawnand: sharpsl: " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 016/296] mtd: rawnand: lpc32xx_slc: " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 017/296] mtd: rawnand: ndfc: " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 018/296] mtd: rawnand: tmio: " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 019/296] mtd: rawnand: fsmc: " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 020/296] can: isotp: prevent race between isotp_bind() and isotp_setsockopt() Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 021/296] NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 022/296] scsi: target: core: Avoid smp_processor_id() in preemptible code Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 023/296] iommu/vt-d: Fix sysfs leak in alloc_iommu() Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 024/296] s390/dasd: add missing discipline function Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 025/296] perf intel-pt: Fix sample instruction bytes Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 026/296] perf intel-pt: Fix transaction abort handling Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 027/296] perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top Calls by elapsed Time report Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 028/296] perf scripts python: exported-sql-viewer.py: Fix Array TypeError Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 029/296] perf scripts python: exported-sql-viewer.py: Fix warning display Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 030/296] proc: Check /proc/$pid/attr/ writes against file opener Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 031/296] net: hso: fix control-request directions Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 032/296] net/sched: fq_pie: re-factor fix for fq_pie endless loop Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 033/296] net/sched: fq_pie: fix OOB access in the traffic path Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 034/296] netfilter: nft_set_pipapo_avx2: Add irq_fpu_usable() check, fallback to non-AVX2 version Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 035/296] mac80211: assure all fragments are encrypted Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 036/296] mac80211: prevent mixed key and fragment cache attacks Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 037/296] mac80211: properly handle A-MSDUs that start with an RFC 1042 header Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 038/296] cfg80211: mitigate A-MSDU aggregation attacks Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 039/296] mac80211: drop A-MSDUs on old ciphers Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 040/296] mac80211: add fragment cache to sta_info Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 041/296] mac80211: check defrag PN against current frame Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 042/296] mac80211: prevent attacks on TKIP/WEP as well Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 043/296] mac80211: do not accept/forward invalid EAPOL frames Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 044/296] mac80211: extend protection against mixed key and fragment cache attacks Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 045/296] ath10k: add CCMP PN replay protection for fragmented frames for PCIe Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 046/296] ath10k: drop fragments with multicast DA " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 047/296] ath10k: drop fragments with multicast DA for SDIO Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 048/296] ath10k: drop MPDU which has discard flag set by firmware " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 049/296] ath10k: Fix TKIP Michael MIC verification for PCIe Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 050/296] ath10k: Validate first subframe of A-MSDU before processing the list Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 051/296] ath11k: Clear the fragment cache during key install Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 052/296] dm snapshot: properly fix a crash when an origin has no snapshots Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 053/296] md/raid5: remove an incorrect assert in in_chunk_boundary Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 054/296] drm/i915: Reenable LTTPR non-transparent LT mode for DPCD_REV<1.4 Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 055/296] drm/amd/pm: correct MGpuFanBoost setting Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 056/296] drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 057/296] drm/amdkfd: correct sienna_cichlid SDMA RLC register offset error Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 058/296] drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gate Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 059/296] drm/amdgpu/vcn2.5: " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 060/296] drm/amdgpu/jpeg2.0: " Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 061/296] kgdb: fix gcc-11 warnings harder Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 062/296] Documentation: seccomp: Fix user notification documentation Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 063/296] riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabled Greg Kroah-Hartman
2021-05-31 13:11 ` [PATCH 5.12 064/296] seccomp: Refactor notification handler to prepare for new semantics Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 065/296] debugfs: fix security_locked_down() call for SELinux Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 066/296] serial: core: fix suspicious security_locked_down() call Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 067/296] misc/uss720: fix memory leak in uss720_probe Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 068/296] thunderbolt: usb4: Fix NVM read buffer bounds and offset issue Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 069/296] thunderbolt: dma_port: " Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 070/296] KVM: X86: Fix vCPU preempted state from guests point of view Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 071/296] KVM: arm64: Move __adjust_pc out of line Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 072/296] KVM: arm64: Fix debug register indexing Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 073/296] KVM: arm64: Prevent mixed-width VM creation Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 074/296] mei: request autosuspend after sending rx flow control Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 075/296] staging: iio: cdc: ad7746: avoid overwrite of num_channels Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 076/296] iio: gyro: fxas21002c: balance runtime power in error path Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 077/296] iio: dac: ad5770r: Put fwnode in error case during ->probe() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 078/296] iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_timestamp() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 079/296] iio: adc: ad7124: Fix missbalanced regulator enable / disable on error Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 080/296] iio: adc: ad7124: Fix potential overflow due to non sequential channel numbers Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 081/296] iio: adc: ad7923: Fix undersized rx buffer Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 082/296] iio: adc: ad7793: Add missing error code in ad7793_setup() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 083/296] iio: adc: ad7192: Avoid disabling a clock that was never enabled Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 084/296] iio: adc: ad7192: handle regulator voltage error first Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 085/296] serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 086/296] serial: 8250_dw: Add device HID for new AMD UART controller Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 087/296] serial: 8250_pci: Add support for new HPE serial device Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 088/296] serial: 8250_pci: handle FL_NOIRQ board flag Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 089/296] USB: trancevibrator: fix control-request direction Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 090/296] Revert "irqbypass: do not start cons/prod when failed connect" Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 091/296] USB: usbfs: Dont WARN about excessively large memory allocations Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 092/296] xhci: fix giving back URB with incorrect status regression in 5.12 Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 093/296] xhci: Fix 5.12 regression of missing xHC cache clearing command after a Stall Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 094/296] drivers: base: Fix device link removal Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 095/296] serial: tegra: Fix a mask operation that is always true Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 096/296] serial: sh-sci: Fix off-by-one error in FIFO threshold register setting Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 097/296] serial: rp2: use request_firmware instead of request_firmware_nowait Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 098/296] USB: serial: ti_usb_3410_5052: add startech.com device id Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 099/296] USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011 Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 100/296] USB: serial: ftdi_sio: add IDs for IDS GmbH Products Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 101/296] USB: serial: pl2303: add device id for ADLINK ND-6530 GC Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 102/296] thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALID Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 103/296] usb: dwc3: gadget: Properly track pending and queued SG Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 104/296] usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 105/296] usb: typec: mux: Fix matching with typec_altmode_desc Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 106/296] usb: typec: ucsi: Clear pending after acking connector change Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 107/296] usb: typec: tcpm: Use LE to CPU conversion when accessing msg->header Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 108/296] usb: typec: tcpm: Properly interrupt VDM AMS Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 109/296] usb: typec: tcpm: Respond Not_Supported if no snk_vdo Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 110/296] net: usb: fix memory leak in smsc75xx_bind Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 111/296] Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 112/296] fs/nfs: Use fatal_signal_pending instead of signal_pending Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 113/296] NFS: fix an incorrect limit in filelayout_decode_layout() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 114/296] NFS: Fix an Oopsable condition in __nfs_pageio_add_request() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 115/296] NFS: Dont corrupt the value of pg_bytes_written in nfs_do_recoalesce() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 116/296] NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 117/296] drm/meson: fix shutdown crash when component not probed Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 118/296] net/mlx5e: reset XPS on error flow if netdev isnt registered yet Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 119/296] net/mlx5e: Fix multipath lag activation Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 120/296] net/mlx5e: Fix error path of updating netdev queues Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 121/296] {net,vdpa}/mlx5: Configure interface MAC into mpfs L2 table Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 122/296] net/mlx5e: Fix nullptr in mlx5e_tc_add_fdb_flow() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 123/296] net/mlx5e: Fix nullptr in add_vlan_push_action() Greg Kroah-Hartman
2021-05-31 13:12 ` [PATCH 5.12 124/296] net/mlx5: Set reformat action when needed for termination rules Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 125/296] net/mlx5e: Fix null deref accessing lag dev Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 126/296] net/mlx4: Fix EEPROM dump support Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 127/296] {net, RDMA}/mlx5: Fix override of log_max_qp by other device Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 128/296] net/mlx5: Set term table as an unmanaged flow table Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 129/296] KVM: X86: Fix warning caused by stale emulation context Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 130/296] KVM: X86: Use _BITUL() macro in UAPI headers Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 131/296] KVM: selftests: Fix 32-bit truncation of vm_get_max_gfn() Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 132/296] SUNRPC in case of backlog, hand free slots directly to waiting task Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 133/296] Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 134/296] tipc: wait and exit until all work queues are done Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 135/296] tipc: skb_linearize the head skb when reassembling msgs Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 136/296] spi: spi-fsl-dspi: Fix a resource leak in an error handling path Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 137/296] sctp: fix the proc_handler for sysctl encap_port Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 138/296] sctp: add the missing setting for asoc encap_port Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 139/296] netfilter: flowtable: Remove redundant hw refresh bit Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 140/296] net: dsa: mt7530: fix VLAN traffic leaks Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 141/296] net: dsa: bcm_sf2: Fix bcm_sf2_reg_rgmii_cntrl() call for non-RGMII port Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 142/296] net: dsa: fix a crash if ->get_sset_count() fails Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 143/296] net: dsa: sja1105: update existing VLANs from the bridge VLAN list Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 144/296] net: dsa: sja1105: use 4095 as the private VLAN for untagged traffic Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 145/296] net: dsa: sja1105: error out on unsupported PHY mode Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 146/296] net: dsa: sja1105: add error handling in sja1105_setup() Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 147/296] net: dsa: sja1105: call dsa_unregister_switch when allocating memory fails Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 148/296] net: dsa: sja1105: fix VL lookup command packing for P/Q/R/S Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 149/296] i2c: s3c2410: fix possible NULL pointer deref on read message after write Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 150/296] i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 151/296] i2c: i801: Dont generate an interrupt on bus reset Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 152/296] i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 153/296] afs: Fix the nlink handling of dir-over-dir rename Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 154/296] perf debug: Move debug initialization earlier Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 155/296] perf jevents: Fix getting maximum number of fds Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 156/296] nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_response Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 157/296] mptcp: avoid error message on infinite mapping Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 158/296] mptcp: fix data stream corruption Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 159/296] mptcp: drop unconditional pr_warn on bad opt Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 160/296] platform/x86: hp_accel: Avoid invoking _INI to speed up resume Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 161/296] gpio: cadence: Add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 162/296] Revert "crypto: cavium/nitrox - add an error message to explain the failure of pci_request_mem_regions" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 163/296] Revert "media: usb: gspca: add a missed check for goto_low_power" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 164/296] Revert "ALSA: sb: fix a missing check of snd_ctl_add" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 165/296] Revert "serial: max310x: pass return value of spi_register_driver" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 166/296] serial: max310x: unregister uart driver in case of failure and abort Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 167/296] Revert "net: fujitsu: fix a potential NULL pointer dereference" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 168/296] net: fujitsu: fix potential null-ptr-deref Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 169/296] Revert "net/smc: fix a NULL pointer dereference" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 170/296] net/smc: properly handle workqueue allocation failure Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 171/296] Revert "net: caif: replace BUG_ON with recovery code" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 172/296] net: caif: remove BUG_ON(dev == NULL) in caif_xmit Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 173/296] Revert "char: hpet: fix a missing check of ioremap" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 174/296] char: hpet: add checks after calling ioremap Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 175/296] Revert "ALSA: gus: add a check of the status of snd_ctl_add" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 176/296] ALSA: sb8: Add a comment note regarding an unused pointer Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 177/296] Revert "ALSA: usx2y: Fix potential NULL pointer dereference" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 178/296] Revert "isdn: mISDNinfineon: fix " Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 179/296] isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_io Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 180/296] Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 181/296] ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd() Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 182/296] Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc" Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 183/296] isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_info Greg Kroah-Hartman
2021-05-31 13:13 ` [PATCH 5.12 184/296] Revert "dmaengine: qcom_hidma: Check for driver register failure" Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 185/296] dmaengine: qcom_hidma: comment platform_driver_register call Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 186/296] Revert "libertas: add checks for the return value of sysfs_create_group" Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 187/296] libertas: register sysfs groups properly Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 188/296] Revert "ASoC: cs43130: fix a NULL pointer dereference" Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 189/296] ASoC: cs43130: handle errors in cs43130_probe() properly Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 190/296] Revert "media: dvb: Add check on sp8870_readreg" Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 191/296] media: dvb: Add check on sp8870_readreg return Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 192/296] Revert "media: gspca: mt9m111: Check write_bridge for timeout" Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 193/296] media: gspca: mt9m111: Check write_bridge for timeout Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 194/296] Revert "media: gspca: Check the return value of write_bridge for timeout" Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 195/296] media: gspca: properly check for errors in po1030_probe() Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 196/296] Revert "net: liquidio: fix a NULL pointer dereference" Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 197/296] net: liquidio: Add missing null pointer checks Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 198/296] Revert "brcmfmac: add a check for the status of usb_register" Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 199/296] brcmfmac: properly check for bus register errors Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 200/296] btrfs: return whole extents in fiemap Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 201/296] scsi: ufs: ufs-mediatek: Fix power down spec violation Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 202/296] scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 203/296] openrisc: Define memory barrier mb Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 204/296] scsi: pm80xx: Fix drives missing during rmmod/insmod loop Greg Kroah-Hartman
2021-05-31 13:14 ` Greg Kroah-Hartman [this message]
2021-05-31 13:14 ` [PATCH 5.12 206/296] btrfs: do not BUG_ON in link_to_fixup_dir Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 207/296] ALSA: dice: disable double_pcm_frames mode for M-Audio Profire 610, 2626 and Avid M-Box 3 Pro Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 208/296] platform/x86: hp-wireless: add AMDs hardware id to the supported list Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 209/296] platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for ACPI Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 210/296] platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad 7.0 W700 tablet Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 211/296] SMB3: incorrect file id in requests compounded with open Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 212/296] drm/amd/display: Disconnect non-DP with no EDID Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 213/296] drm/amd/amdgpu: fix refcount leak Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 214/296] drm/amdgpu: Fix a use-after-free Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 215/296] drm/amd/amdgpu: fix a potential deadlock in gpu reset Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 216/296] drm/amdgpu: stop touching sched.ready in the backend Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 217/296] platform/x86: touchscreen_dmi: Add info for the Chuwi Hi10 Pro (CWI529) tablet Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 218/296] block: fix a race between del_gendisk and BLKRRPART Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 219/296] linux/bits.h: fix compilation error with GENMASK Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 220/296] spi: take the SPI IO-mutex in the spi_set_cs_timing method Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 221/296] net: netcp: Fix an error message Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 222/296] net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 223/296] interconnect: qcom: bcm-voter: add a missing of_node_put() Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 224/296] interconnect: qcom: Add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 225/296] usb: cdnsp: Fix lack of removing request from pending list Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 226/296] ASoC: cs42l42: Regmap must use_single_read/write Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 227/296] net: stmmac: Fix MAC WoL not working if PHY does not support WoL Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 228/296] net: ipa: memory region array is variable size Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 229/296] vfio-ccw: Check initialized flag in cp_init() Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 230/296] spi: Assume GPIO CS active high in ACPI case Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 231/296] net: really orphan skbs tied to closing sk Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 232/296] net: packetmmap: fix only tx timestamp on request Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 233/296] net: fec: fix the potential memory leak in fec_enet_init() Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 234/296] octeontx2-pf: fix a buffer overflow in otx2_set_rxfh_context() Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 235/296] ptp: ocp: Fix a resource leak in an error handling path Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 236/296] chelsio/chtls: unlock on error in chtls_pt_recvmsg() Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 237/296] net: mdio: thunder: Fix a double free issue in the .remove function Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 238/296] net: mdio: octeon: Fix some double free issues Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 239/296] cxgb4/ch_ktls: Clear resources when pf4 device is removed Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 240/296] openvswitch: meter: fix race when getting now_ms Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 241/296] tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 242/296] net: sched: fix packet stuck problem for lockless qdisc Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 243/296] net: sched: fix tx action rescheduling issue during deactivation Greg Kroah-Hartman
2021-05-31 13:14 ` [PATCH 5.12 244/296] net: sched: fix tx action reschedule issue with stopped queue Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 245/296] net: hso: check for allocation failure in hso_create_bulk_serial_device() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 246/296] net: bnx2: Fix error return code in bnx2_init_board() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 247/296] bnxt_en: Include new P5 HV definition in VF check Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 248/296] bnxt_en: Fix context memory setup for 64K page size Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 249/296] mld: fix panic in mld_newpack() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 250/296] net/smc: remove device from smcd_dev_list after failed device_add() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 251/296] gve: Check TX QPL was actually assigned Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 252/296] gve: Update mgmt_msix_idx if num_ntfy changes Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 253/296] gve: Add NULL pointer checks when freeing irqs Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 254/296] gve: Upgrade memory barrier in poll routine Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 255/296] gve: Correct SKB queue index validation Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 256/296] iommu/amd: Clear DMA ops when switching domain Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 257/296] iommu/virtio: Add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 258/296] net: hns3: fix incorrect resp_msg issue Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 259/296] net: hns3: put off calling register_netdev() until client initialize complete Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 260/296] net: hns3: fix users coalesce configuration lost issue Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 261/296] net/mlx5: SF, Fix show state inactive when its inactivated Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 262/296] net/mlx5e: Make sure fib dev exists in fib event Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 263/296] net/mlx5e: Reject mirroring on source port change encap rules Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 264/296] iommu/vt-d: Check for allocation failure in aux_detach_device() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 265/296] iommu/vt-d: Use user privilege for RID2PASID translation Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 266/296] cxgb4: avoid accessing registers when clearing filters Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 267/296] staging: emxx_udc: fix loop in _nbu2ss_nuke() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 268/296] ASoC: cs35l33: fix an error code in probe() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 269/296] bpf, offload: Reorder offload callback prepare in verifier Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 270/296] bpf: Set mac_len in bpf_skb_change_head Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 271/296] ixgbe: fix large MTU request from VF Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 272/296] ASoC: qcom: lpass-cpu: Use optional clk APIs Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 273/296] scsi: libsas: Use _safe() loop in sas_resume_port() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 274/296] net: lantiq: fix memory corruption in RX ring Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 275/296] ipv6: record frag_max_size in atomic fragments in input path Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 276/296] scsi: aic7xxx: Restore several defines for aic7xxx firmware build Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 277/296] ALSA: usb-audio: scarlett2: snd_scarlett_gen2_controls_create() can be static Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 278/296] net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88 Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 279/296] sch_dsmark: fix a NULL deref in qdisc_reset() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 280/296] net: hsr: fix mac_len checks Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 281/296] MIPS: alchemy: xxs1500: add gpio-au1000.h header file Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 282/296] MIPS: ralink: export rt_sysc_membase for rt2880_wdt.c Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 283/296] net: zero-initialize tc skb extension on allocation Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 284/296] net: mvpp2: add buffer header handling in RX Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 285/296] SUNRPC: More fixes for backlog congestion Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 286/296] thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 287/296] KVM: X86: hyper-v: Task srcu lock when accessing kvm_memslots() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 288/296] xprtrdma: Revert 586a0787ce35 Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 289/296] samples/bpf: Consider frame size in tx_only of xdpsock sample Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 290/296] net: hns3: check the return of skb_checksum_help() Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 291/296] bpftool: Add sock_release help info for cgroup attach/prog load command Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 292/296] Revert "Revert "ALSA: usx2y: Fix potential NULL pointer dereference"" Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 293/296] net: hso: bail out on interrupt URB allocation failure Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 294/296] arm64: mm: dont use CON and BLK mapping if KFENCE is enabled Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 295/296] neighbour: Prevent Race condition in neighbour subsytem Greg Kroah-Hartman
2021-05-31 13:15 ` [PATCH 5.12 296/296] usb: core: reduce power-on-good delay time of root hub Greg Kroah-Hartman
2021-05-31 19:30 ` [PATCH 5.12 000/296] 5.12.9-rc1 review Fox Chen
2021-05-31 19:47 ` Justin Forbes
2021-06-01  2:33 ` Florian Fainelli
2021-06-01  5:18 ` Naresh Kamboju
2021-06-01 11:37 ` Rudi Heitbaum
2021-06-02  2:25 ` 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=20210531130710.767925416@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=anand.jain@oracle.com \
    --cc=dsterba@suse.com \
    --cc=fdmanana@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=riteshh@linux.ibm.com \
    --cc=sashal@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