linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	stable@vger.kernel.org,
	Zygo Blaxell <ce3g8jdj@umail.furryterror.org>,
	Filipe Manana <fdmanana@suse.com>,
	David Sterba <dsterba@suse.com>, Sasha Levin <sashal@kernel.org>
Subject: [PATCH 4.19 081/425] btrfs: fix race when picking most recent mod log operation for an old root
Date: Thu, 20 May 2021 11:17:30 +0200	[thread overview]
Message-ID: <20210520092134.105438472@linuxfoundation.org> (raw)
In-Reply-To: <20210520092131.308959589@linuxfoundation.org>

From: Filipe Manana <fdmanana@suse.com>

[ Upstream commit f9690f426b2134cc3e74bfc5d9dfd6a4b2ca5281 ]

Commit dbcc7d57bffc0c ("btrfs: fix race when cloning extent buffer during
rewind of an old root"), fixed a race when we need to rewind the extent
buffer of an old root. It was caused by picking a new mod log operation
for the extent buffer while getting a cloned extent buffer with an outdated
number of items (off by -1), because we cloned the extent buffer without
locking it first.

However there is still another similar race, but in the opposite direction.
The cloned extent buffer has a number of items that does not match the
number of tree mod log operations that are going to be replayed. This is
because right after we got the last (most recent) tree mod log operation to
replay and before locking and cloning the extent buffer, another task adds
a new pointer to the extent buffer, which results in adding a new tree mod
log operation and incrementing the number of items in the extent buffer.
So after cloning we have mismatch between the number of items in the extent
buffer and the number of mod log operations we are going to apply to it.
This results in hitting a BUG_ON() that produces the following stack trace:

   ------------[ cut here ]------------
   kernel BUG at fs/btrfs/tree-mod-log.c:675!
   invalid opcode: 0000 [#1] SMP KASAN PTI
   CPU: 3 PID: 4811 Comm: crawl_1215 Tainted: G        W         5.12.0-7d1efdf501f8-misc-next+ #99
   Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 1.12.0-1 04/01/2014
   RIP: 0010:tree_mod_log_rewind+0x3b1/0x3c0
   Code: 05 48 8d 74 10 (...)
   RSP: 0018:ffffc90001027090 EFLAGS: 00010293
   RAX: 0000000000000000 RBX: ffff8880a8514600 RCX: ffffffffaa9e59b6
   RDX: 0000000000000007 RSI: dffffc0000000000 RDI: ffff8880a851462c
   RBP: ffffc900010270e0 R08: 00000000000000c0 R09: ffffed1004333417
   R10: ffff88802199a0b7 R11: ffffed1004333416 R12: 000000000000000e
   R13: ffff888135af8748 R14: ffff88818766ff00 R15: ffff8880a851462c
   FS:  00007f29acf62700(0000) GS:ffff8881f2200000(0000) knlGS:0000000000000000
   CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
   CR2: 00007f0e6013f718 CR3: 000000010d42e003 CR4: 0000000000170ee0
   Call Trace:
    btrfs_get_old_root+0x16a/0x5c0
    ? lock_downgrade+0x400/0x400
    btrfs_search_old_slot+0x192/0x520
    ? btrfs_search_slot+0x1090/0x1090
    ? free_extent_buffer.part.61+0xd7/0x140
    ? free_extent_buffer+0x13/0x20
    resolve_indirect_refs+0x3e9/0xfc0
    ? lock_downgrade+0x400/0x400
    ? __kasan_check_read+0x11/0x20
    ? add_prelim_ref.part.11+0x150/0x150
    ? lock_downgrade+0x400/0x400
    ? __kasan_check_read+0x11/0x20
    ? lock_acquired+0xbb/0x620
    ? __kasan_check_write+0x14/0x20
    ? do_raw_spin_unlock+0xa8/0x140
    ? rb_insert_color+0x340/0x360
    ? prelim_ref_insert+0x12d/0x430
    find_parent_nodes+0x5c3/0x1830
    ? stack_trace_save+0x87/0xb0
    ? resolve_indirect_refs+0xfc0/0xfc0
    ? fs_reclaim_acquire+0x67/0xf0
    ? __kasan_check_read+0x11/0x20
    ? lockdep_hardirqs_on_prepare+0x210/0x210
    ? fs_reclaim_acquire+0x67/0xf0
    ? __kasan_check_read+0x11/0x20
    ? ___might_sleep+0x10f/0x1e0
    ? __kasan_kmalloc+0x9d/0xd0
    ? trace_hardirqs_on+0x55/0x120
    btrfs_find_all_roots_safe+0x142/0x1e0
    ? find_parent_nodes+0x1830/0x1830
    ? trace_hardirqs_on+0x55/0x120
    ? ulist_free+0x1f/0x30
    ? btrfs_inode_flags_to_xflags+0x50/0x50
    iterate_extent_inodes+0x20e/0x580
    ? tree_backref_for_extent+0x230/0x230
    ? release_extent_buffer+0x225/0x280
    ? read_extent_buffer+0xdd/0x110
    ? lock_downgrade+0x400/0x400
    ? __kasan_check_read+0x11/0x20
    ? lock_acquired+0xbb/0x620
    ? __kasan_check_write+0x14/0x20
    ? do_raw_spin_unlock+0xa8/0x140
    ? _raw_spin_unlock+0x22/0x30
    ? release_extent_buffer+0x225/0x280
    iterate_inodes_from_logical+0x129/0x170
    ? iterate_inodes_from_logical+0x129/0x170
    ? btrfs_inode_flags_to_xflags+0x50/0x50
    ? iterate_extent_inodes+0x580/0x580
    ? __vmalloc_node+0x92/0xb0
    ? init_data_container+0x34/0xb0
    ? init_data_container+0x34/0xb0
    ? kvmalloc_node+0x60/0x80
    btrfs_ioctl_logical_to_ino+0x158/0x230
    btrfs_ioctl+0x2038/0x4360
    ? __kasan_check_write+0x14/0x20
    ? mmput+0x3b/0x220
    ? btrfs_ioctl_get_supported_features+0x30/0x30
    ? __kasan_check_read+0x11/0x20
    ? __kasan_check_read+0x11/0x20
    ? lock_release+0xc8/0x650
    ? __might_fault+0x64/0xd0
    ? __kasan_check_read+0x11/0x20
    ? lock_downgrade+0x400/0x400
    ? lockdep_hardirqs_on_prepare+0x210/0x210
    ? lockdep_hardirqs_on_prepare+0x13/0x210
    ? _raw_spin_unlock_irqrestore+0x51/0x63
    ? __kasan_check_read+0x11/0x20
    ? do_vfs_ioctl+0xfc/0x9d0
    ? ioctl_file_clone+0xe0/0xe0
    ? lock_downgrade+0x400/0x400
    ? lockdep_hardirqs_on_prepare+0x210/0x210
    ? __kasan_check_read+0x11/0x20
    ? lock_release+0xc8/0x650
    ? __task_pid_nr_ns+0xd3/0x250
    ? __kasan_check_read+0x11/0x20
    ? __fget_files+0x160/0x230
    ? __fget_light+0xf2/0x110
    __x64_sys_ioctl+0xc3/0x100
    do_syscall_64+0x37/0x80
    entry_SYSCALL_64_after_hwframe+0x44/0xae
   RIP: 0033:0x7f29ae85b427
   Code: 00 00 90 48 8b (...)
   RSP: 002b:00007f29acf5fcf8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
   RAX: ffffffffffffffda RBX: 00007f29acf5ff40 RCX: 00007f29ae85b427
   RDX: 00007f29acf5ff48 RSI: 00000000c038943b RDI: 0000000000000003
   RBP: 0000000001000000 R08: 0000000000000000 R09: 00007f29acf60120
   R10: 00005640d5fc7b00 R11: 0000000000000246 R12: 0000000000000003
   R13: 00007f29acf5ff48 R14: 00007f29acf5ff40 R15: 00007f29acf5fef8
   Modules linked in:
   ---[ end trace 85e5fce078dfbe04 ]---

  (gdb) l *(tree_mod_log_rewind+0x3b1)
  0xffffffff819e5b21 is in tree_mod_log_rewind (fs/btrfs/tree-mod-log.c:675).
  670                      * the modification. As we're going backwards, we do the
  671                      * opposite of each operation here.
  672                      */
  673                     switch (tm->op) {
  674                     case BTRFS_MOD_LOG_KEY_REMOVE_WHILE_FREEING:
  675                             BUG_ON(tm->slot < n);
  676                             fallthrough;
  677                     case BTRFS_MOD_LOG_KEY_REMOVE_WHILE_MOVING:
  678                     case BTRFS_MOD_LOG_KEY_REMOVE:
  679                             btrfs_set_node_key(eb, &tm->key, tm->slot);
  (gdb) quit

The following steps explain in more detail how it happens:

1) We have one tree mod log user (through fiemap or the logical ino ioctl),
   with a sequence number of 1, so we have fs_info->tree_mod_seq == 1.
   This is task A;

2) Another task is at ctree.c:balance_level() and we have eb X currently as
   the root of the tree, and we promote its single child, eb Y, as the new
   root.

   Then, at ctree.c:balance_level(), we call:

      ret = btrfs_tree_mod_log_insert_root(root->node, child, true);

3) At btrfs_tree_mod_log_insert_root() we create a tree mod log operation
   of type BTRFS_MOD_LOG_KEY_REMOVE_WHILE_FREEING, with a ->logical field
   pointing to ebX->start. We only have one item in eb X, so we create
   only one tree mod log operation, and store in the "tm_list" array;

4) Then, still at btrfs_tree_mod_log_insert_root(), we create a tree mod
   log element of operation type BTRFS_MOD_LOG_ROOT_REPLACE, ->logical set
   to ebY->start, ->old_root.logical set to ebX->start, ->old_root.level
   set to the level of eb X and ->generation set to the generation of eb X;

5) Then btrfs_tree_mod_log_insert_root() calls tree_mod_log_free_eb() with
   "tm_list" as argument. After that, tree_mod_log_free_eb() calls
   tree_mod_log_insert(). This inserts the mod log operation of type
   BTRFS_MOD_LOG_KEY_REMOVE_WHILE_FREEING from step 3 into the rbtree
   with a sequence number of 2 (and fs_info->tree_mod_seq set to 2);

6) Then, after inserting the "tm_list" single element into the tree mod
   log rbtree, the BTRFS_MOD_LOG_ROOT_REPLACE element is inserted, which
   gets the sequence number 3 (and fs_info->tree_mod_seq set to 3);

7) Back to ctree.c:balance_level(), we free eb X by calling
   btrfs_free_tree_block() on it. Because eb X was created in the current
   transaction, has no other references and writeback did not happen for
   it, we add it back to the free space cache/tree;

8) Later some other task B allocates the metadata extent from eb X, since
   it is marked as free space in the space cache/tree, and uses it as a
   node for some other btree;

9) The tree mod log user task calls btrfs_search_old_slot(), which calls
   btrfs_get_old_root(), and finally that calls tree_mod_log_oldest_root()
   with time_seq == 1 and eb_root == eb Y;

10) The first iteration of the while loop finds the tree mod log element
    with sequence number 3, for the logical address of eb Y and of type
    BTRFS_MOD_LOG_ROOT_REPLACE;

11) Because the operation type is BTRFS_MOD_LOG_ROOT_REPLACE, we don't
    break out of the loop, and set root_logical to point to
    tm->old_root.logical, which corresponds to the logical address of
    eb X;

12) On the next iteration of the while loop, the call to
    tree_mod_log_search_oldest() returns the smallest tree mod log element
    for the logical address of eb X, which has a sequence number of 2, an
    operation type of BTRFS_MOD_LOG_KEY_REMOVE_WHILE_FREEING and
    corresponds to the old slot 0 of eb X (eb X had only 1 item in it
    before being freed at step 7);

13) We then break out of the while loop and return the tree mod log
    operation of type BTRFS_MOD_LOG_ROOT_REPLACE (eb Y), and not the one
    for slot 0 of eb X, to btrfs_get_old_root();

14) At btrfs_get_old_root(), we process the BTRFS_MOD_LOG_ROOT_REPLACE
    operation and set "logical" to the logical address of eb X, which was
    the old root. We then call tree_mod_log_search() passing it the logical
    address of eb X and time_seq == 1;

15) But before calling tree_mod_log_search(), task B locks eb X, adds a
    key to eb X, which results in adding a tree mod log operation of type
    BTRFS_MOD_LOG_KEY_ADD, with a sequence number of 4, to the tree mod
    log, and increments the number of items in eb X from 0 to 1.
    Now fs_info->tree_mod_seq has a value of 4;

16) Task A then calls tree_mod_log_search(), which returns the most recent
    tree mod log operation for eb X, which is the one just added by task B
    at the previous step, with a sequence number of 4, a type of
    BTRFS_MOD_LOG_KEY_ADD and for slot 0;

17) Before task A locks and clones eb X, task A adds another key to eb X,
    which results in adding a new BTRFS_MOD_LOG_KEY_ADD mod log operation,
    with a sequence number of 5, for slot 1 of eb X, increments the
    number of items in eb X from 1 to 2, and unlocks eb X.
    Now fs_info->tree_mod_seq has a value of 5;

18) Task A then locks eb X and clones it. The clone has a value of 2 for
    the number of items and the pointer "tm" points to the tree mod log
    operation with sequence number 4, not the most recent one with a
    sequence number of 5, so there is mismatch between the number of
    mod log operations that are going to be applied to the cloned version
    of eb X and the number of items in the clone;

19) Task A then calls tree_mod_log_rewind() with the clone of eb X, the
    tree mod log operation with sequence number 4 and a type of
    BTRFS_MOD_LOG_KEY_ADD, and time_seq == 1;

20) At tree_mod_log_rewind(), we set the local variable "n" with a value
    of 2, which is the number of items in the clone of eb X.

    Then in the first iteration of the while loop, we process the mod log
    operation with sequence number 4, which is targeted at slot 0 and has
    a type of BTRFS_MOD_LOG_KEY_ADD. This results in decrementing "n" from
    2 to 1.

    Then we pick the next tree mod log operation for eb X, which is the
    tree mod log operation with a sequence number of 2, a type of
    BTRFS_MOD_LOG_KEY_REMOVE_WHILE_FREEING and for slot 0, it is the one
    added in step 5 to the tree mod log tree.

    We go back to the top of the loop to process this mod log operation,
    and because its slot is 0 and "n" has a value of 1, we hit the BUG_ON:

        (...)
        switch (tm->op) {
        case BTRFS_MOD_LOG_KEY_REMOVE_WHILE_FREEING:
                BUG_ON(tm->slot < n);
                fallthrough;
	(...)

Fix this by checking for a more recent tree mod log operation after locking
and cloning the extent buffer of the old root node, and use it as the first
operation to apply to the cloned extent buffer when rewinding it.

Stable backport notes: due to moved code and renames, in =< 5.11 the
change should be applied to ctree.c:get_old_root.

Reported-by: Zygo Blaxell <ce3g8jdj@umail.furryterror.org>
Link: https://lore.kernel.org/linux-btrfs/20210404040732.GZ32440@hungrycats.org/
Fixes: 834328a8493079 ("Btrfs: tree mod log's old roots could still be part of the tree")
CC: stable@vger.kernel.org # 4.4+
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
 fs/btrfs/ctree.c | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c
index 2bdd24425a68..00dc1b5c8737 100644
--- a/fs/btrfs/ctree.c
+++ b/fs/btrfs/ctree.c
@@ -1414,10 +1414,30 @@ get_old_root(struct btrfs_root *root, u64 time_seq)
 				   "failed to read tree block %llu from get_old_root",
 				   logical);
 		} else {
+			struct tree_mod_elem *tm2;
+
 			btrfs_tree_read_lock(old);
 			eb = btrfs_clone_extent_buffer(old);
+			/*
+			 * After the lookup for the most recent tree mod operation
+			 * above and before we locked and cloned the extent buffer
+			 * 'old', a new tree mod log operation may have been added.
+			 * So lookup for a more recent one to make sure the number
+			 * of mod log operations we replay is consistent with the
+			 * number of items we have in the cloned extent buffer,
+			 * otherwise we can hit a BUG_ON when rewinding the extent
+			 * buffer.
+			 */
+			tm2 = tree_mod_log_search(fs_info, logical, time_seq);
 			btrfs_tree_read_unlock(old);
 			free_extent_buffer(old);
+			ASSERT(tm2);
+			ASSERT(tm2 == tm || tm2->seq > tm->seq);
+			if (!tm2 || tm2->seq < tm->seq) {
+				free_extent_buffer(eb);
+				return NULL;
+			}
+			tm = tm2;
 		}
 	} else if (old_root) {
 		eb_root_owner = btrfs_header_owner(eb_root);
-- 
2.30.2




  parent reply	other threads:[~2021-05-20  9:42 UTC|newest]

Thread overview: 438+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-20  9:16 [PATCH 4.19 000/425] 4.19.191-rc1 review Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 001/425] s390/disassembler: increase ebpf disasm buffer size Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 002/425] ACPI: custom_method: fix potential use-after-free issue Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 003/425] ACPI: custom_method: fix a possible memory leak Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 004/425] ftrace: Handle commands when closing set_ftrace_filter file Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 005/425] ARM: 9056/1: decompressor: fix BSS size calculation for LLVM ld.lld Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 006/425] arm64: dts: marvell: armada-37xx: add syscon compatible to NB clk node Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 007/425] arm64: dts: mt8173: fix property typo of phys in dsi node Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 008/425] ecryptfs: fix kernel panic with null dev_name Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 009/425] mtd: spinand: core: add missing MODULE_DEVICE_TABLE() Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 010/425] mtd: rawnand: atmel: Update ecc_stats.corrected counter Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 011/425] spi: spi-ti-qspi: Free DMA resources Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 012/425] scsi: qla2xxx: Fix crash in qla2xxx_mqueuecommand() Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 013/425] mmc: sdhci-pci: Fix initialization of some SD cards for Intel BYT-based controllers Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 014/425] mmc: block: Update ext_csd.cache_ctrl if it was written Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 015/425] mmc: block: Issue a cache flush only when its enabled Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 016/425] mmc: core: Do a power cycle when the CMD11 fails Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 017/425] mmc: core: Set read only for SD cards with permanent write protect bit Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 018/425] erofs: add unsupported inode i_format check Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 019/425] cifs: Return correct error code from smb2_get_enc_key Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 020/425] btrfs: fix metadata extent leak after failure to create subvolume Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 021/425] intel_th: pci: Add Rocket Lake CPU support Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 022/425] fbdev: zero-fill colormap in fbcmap.c Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 023/425] staging: wimax/i2400m: fix byte-order issue Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 024/425] crypto: api - check for ERR pointers in crypto_destroy_tfm() Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 025/425] usb: gadget: uvc: add bInterval checking for HS mode Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 026/425] genirq/matrix: Prevent allocation counter corruption Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 027/425] usb: gadget: f_uac1: validate input parameters Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 028/425] usb: dwc3: gadget: Ignore EP queue requests during bus reset Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 029/425] usb: xhci: Fix port minor revision Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 030/425] PCI: PM: Do not read power state in pci_enable_device_flags() Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 031/425] x86/build: Propagate $(CLANG_FLAGS) to $(REALMODE_FLAGS) Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 032/425] tee: optee: do not check memref size on return from Secure World Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 033/425] perf/arm_pmu_platform: Fix error handling Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 034/425] usb: xhci-mtk: support quirk to disable usb2 lpm Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 035/425] xhci: check control context is valid before dereferencing it Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 036/425] xhci: fix potential array out of bounds with several interrupters Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 037/425] spi: dln2: Fix reference leak to master Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 038/425] spi: omap-100k: " Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 039/425] intel_th: Consistency and off-by-one fix Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 040/425] phy: phy-twl4030-usb: Fix possible use-after-free in twl4030_usb_remove() Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 041/425] btrfs: convert logic BUG_ON()s in replace_path to ASSERT()s Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 042/425] scsi: lpfc: Fix incorrect dbde assignment when building target abts wqe Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 043/425] scsi: lpfc: Fix pt2pt connection does not recover after LOGO Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 044/425] scsi: target: pscsi: Fix warning in pscsi_complete_cmd() Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 045/425] media: ite-cir: check for receive overflow Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 046/425] media: drivers: media: pci: sta2x11: fix Kconfig dependency on GPIOLIB Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 047/425] power: supply: bq27xxx: fix power_avg for newer ICs Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 048/425] extcon: arizona: Fix some issues when HPDET IRQ fires after the jack has been unplugged Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 049/425] media: media/saa7164: fix saa7164_encoder_register() memory leak bugs Greg Kroah-Hartman
2021-05-20  9:16 ` [PATCH 4.19 050/425] media: gspca/sq905.c: fix uninitialized variable Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 051/425] power: supply: Use IRQF_ONESHOT Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 052/425] drm/amdgpu : Fix asic reset regression issue introduce by 8f211fe8ac7c4f Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 053/425] scsi: qla2xxx: Always check the return value of qla24xx_get_isp_stats() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 054/425] scsi: qla2xxx: Fix use after free in bsg Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 055/425] scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 056/425] media: em28xx: fix memory leak Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 057/425] media: vivid: update EDID Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 058/425] clk: socfpga: arria10: Fix memory leak of socfpga_clk on error return Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 059/425] power: supply: generic-adc-battery: fix possible use-after-free in gab_remove() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 060/425] power: supply: s3c_adc_battery: fix possible use-after-free in s3c_adc_bat_remove() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 061/425] media: tc358743: fix possible use-after-free in tc358743_remove() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 062/425] media: adv7604: fix possible use-after-free in adv76xx_remove() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 063/425] media: i2c: adv7511-v4l2: fix possible use-after-free in adv7511_remove() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 064/425] media: i2c: adv7842: fix possible use-after-free in adv7842_remove() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 065/425] media: dvb-usb: fix memory leak in dvb_usb_adapter_init Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 066/425] media: gscpa/stv06xx: fix memory leak Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 067/425] drm/msm/mdp5: Configure PP_SYNC_HEIGHT to double the vtotal Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 068/425] amdgpu: avoid incorrect %hu format string Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 069/425] drm/amdgpu: fix NULL pointer dereference Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 070/425] scsi: lpfc: Fix crash when a REG_RPI mailbox fails triggering a LOGO response Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 071/425] scsi: lpfc: Remove unsupported mbox PORT_CAPABILITIES logic Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 072/425] scsi: libfc: Fix a format specifier Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 073/425] s390/archrandom: add parameter check for s390_arch_random_generate Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 074/425] ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixer Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 075/425] ALSA: hda/conexant: Re-order CX5066 quirk table entries Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 076/425] ALSA: sb: Fix two use after free in snd_sb_qsound_build Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 077/425] ALSA: usb-audio: Explicitly set up the clock selector Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 078/425] ALSA: usb-audio: More constifications Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 079/425] ALSA: usb-audio: Add dB range mapping for Sennheiser Communications Headset PC 8 Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 080/425] ALSA: hda/realtek: Add quirk for Intel Clevo PCx0Dx Greg Kroah-Hartman
2021-05-20  9:17 ` Greg Kroah-Hartman [this message]
2021-05-20  9:17 ` [PATCH 4.19 082/425] arm64/vdso: Discard .note.gnu.property sections in vDSO Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 083/425] ubifs: Only check replay with inode type to judge if inode linked Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 084/425] f2fs: fix to avoid out-of-bounds memory access Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 085/425] mlxsw: spectrum_mr: Update egress RIF list before routes action Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 086/425] openvswitch: fix stack OOB read while fragmenting IPv4 packets Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 087/425] ACPI: GTDT: Dont corrupt interrupt mappings on watchdow probe failure Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 088/425] NFS: Dont discard pNFS layout segments that are marked for return Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 089/425] NFSv4: Dont discard segments marked for return in _pnfs_return_layout() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 090/425] jffs2: Fix kasan slab-out-of-bounds problem Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 091/425] powerpc/eeh: Fix EEH handling for hugepages in ioremap space Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 092/425] powerpc: fix EDEADLOCK redefinition error in uapi/asm/errno.h Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 093/425] intel_th: pci: Add Alder Lake-M support Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 094/425] tpm: vtpm_proxy: Avoid reading host log when using a virtual device Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 095/425] md/raid1: properly indicate failure when ending a failed write request Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 096/425] dm raid: fix inconclusive reshape layout on fast raid4/5/6 table reload sequences Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 097/425] security: commoncap: fix -Wstringop-overread warning Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 098/425] Fix misc new gcc warnings Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 099/425] jffs2: check the validity of dstlen in jffs2_zlib_compress() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 100/425] Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op") Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 101/425] posix-timers: Preserve return value in clock_adjtime32() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 102/425] arm64: vdso: remove commas between macro name and arguments Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 103/425] ext4: fix check to prevent false positive report of incorrect used inodes Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 104/425] ext4: do not set SB_ACTIVE in ext4_orphan_cleanup() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 105/425] ext4: fix error code in ext4_commit_super Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 106/425] media: dvbdev: Fix memory leak in dvb_media_device_free() Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 107/425] usb: gadget: dummy_hcd: fix gpf in gadget_setup Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 108/425] usb: gadget: Fix double free of device descriptor pointers Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 109/425] usb: gadget/function/f_fs string table fix for multiple languages Greg Kroah-Hartman
2021-05-20  9:17 ` [PATCH 4.19 110/425] usb: dwc3: gadget: Fix START_TRANSFER link state check Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 111/425] usb: dwc2: Fix session request interrupt handler Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 112/425] tty: fix memory leak in vc_deallocate Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 113/425] rsi: Use resume_noirq for SDIO Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 114/425] tracing: Map all PIDs to command lines Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 115/425] tracing: Restructure trace_clock_global() to never block Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 116/425] dm persistent data: packed struct should have an aligned() attribute too Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 117/425] dm space map common: fix division bug in sm_ll_find_free_block() Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 118/425] dm rq: fix double free of blk_mq_tag_set in dev remove after table load fails Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 119/425] modules: mark ref_module static Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 120/425] modules: mark find_symbol static Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 121/425] modules: mark each_symbol_section static Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 122/425] modules: unexport __module_text_address Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 123/425] modules: unexport __module_address Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 124/425] modules: rename the licence field in struct symsearch to license Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 125/425] modules: return licensing information from find_symbol Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 126/425] modules: inherit TAINT_PROPRIETARY_MODULE Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 127/425] Bluetooth: verify AMP hci_chan before amp_destroy Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 128/425] hsr: use netdev_err() instead of WARN_ONCE() Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 129/425] bluetooth: eliminate the potential race condition when removing the HCI controller Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 130/425] net/nfc: fix use-after-free llcp_sock_bind/connect Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 131/425] ASoC: samsung: tm2_wm5110: check of of_parse return value Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 132/425] MIPS: pci-mt7620: fix PLL lock check Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 133/425] MIPS: pci-rt2880: fix slot 0 configuration Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 134/425] FDDI: defxx: Bail out gracefully with unassigned PCI resource for CSR Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 135/425] iio:accel:adis16201: Fix wrong axis assignment that prevents loading Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 136/425] misc: lis3lv02d: Fix false-positive WARN on various HP models Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 137/425] misc: vmw_vmci: explicitly initialize vmci_notify_bm_set_msg struct Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 138/425] misc: vmw_vmci: explicitly initialize vmci_datagram payload Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 139/425] md/bitmap: wait for external bitmap writes to complete during tear down Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 140/425] md-cluster: fix use-after-free issue when removing rdev Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 141/425] md: split mddev_find Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 142/425] md: factor out a mddev_find_locked helper from mddev_find Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 143/425] md: md_open returns -EBUSY when entering racing area Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 144/425] md: Fix missing unused status line of /proc/mdstat Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 145/425] ipw2x00: potential buffer overflow in libipw_wx_set_encodeext() Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 146/425] cfg80211: scan: drop entry from hidden_list on overflow Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 147/425] drm/radeon: fix copy of uninitialized variable back to userspace Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 148/425] ALSA: hda/realtek: Re-order ALC882 Acer quirk table entries Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 149/425] ALSA: hda/realtek: Re-order ALC882 Sony " Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 150/425] ALSA: hda/realtek: Re-order ALC882 Clevo " Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 151/425] ALSA: hda/realtek: Re-order ALC269 HP " Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 152/425] ALSA: hda/realtek: Re-order ALC269 Dell " Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 153/425] ALSA: hda/realtek: Re-order ALC269 Sony " Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 154/425] ALSA: hda/realtek: Re-order ALC269 Lenovo " Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 155/425] ALSA: hda/realtek: Remove redundant entry for ALC861 Haier/Uniwill devices Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 156/425] x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supported Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 157/425] KVM: s390: split kvm_s390_logical_to_effective Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 158/425] KVM: s390: fix guarded storage control register handling Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 159/425] KVM: s390: split kvm_s390_real_to_abs Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 160/425] ovl: fix missing revert_creds() on error path Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 161/425] usb: gadget: pch_udc: Revert d3cb25a12138 completely Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 162/425] memory: gpmc: fix out of bounds read and dereference on gpmc_cs[] Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 163/425] ARM: dts: exynos: correct fuel gauge interrupt trigger level on Midas family Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 164/425] ARM: dts: exynos: correct MUIC " Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 165/425] ARM: dts: exynos: correct PMIC " Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 166/425] ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid X/U3 family Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 167/425] ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250 Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 168/425] ARM: dts: exynos: correct PMIC interrupt trigger level on Snow Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 169/425] serial: stm32: fix incorrect characters on console Greg Kroah-Hartman
2021-05-20  9:18 ` [PATCH 4.19 170/425] serial: stm32: fix tx_empty condition Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 171/425] usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 172/425] regmap: set debugfs_name to NULL after it is freed Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 173/425] mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe() Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 174/425] mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 175/425] mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions() Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 176/425] mtd: rawnand: qcom: Return actual error code instead of -ENODEV Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 177/425] x86/microcode: Check for offline CPUs before requesting new microcode Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 178/425] usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits() Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 179/425] usb: gadget: pch_udc: Check if driver is present before calling ->setup() Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 180/425] usb: gadget: pch_udc: Check for DMA mapping error Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 181/425] crypto: qat - dont release uninitialized resources Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 182/425] crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 183/425] fotg210-udc: Fix DMA on EP0 for length > max packet size Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 184/425] fotg210-udc: Fix EP0 IN requests bigger than two packets Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 185/425] fotg210-udc: Remove a dubious condition leading to fotg210_done Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 186/425] fotg210-udc: Mask GRP2 interrupts we dont handle Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 187/425] fotg210-udc: Dont DMA more than the buffer can take Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 188/425] fotg210-udc: Complete OUT requests on short packets Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 189/425] mtd: require write permissions for locking and badblock ioctls Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 190/425] bus: qcom: Put child node before return Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 191/425] soundwire: bus: Fix device found flag correctly Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 192/425] phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, unconditionally Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 193/425] crypto: qat - fix error path in adf_isr_resource_alloc() Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 194/425] usb: gadget: aspeed: fix dma map failure Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 195/425] USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR() Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 196/425] soundwire: stream: fix memory leak in stream config error path Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 197/425] mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 198/425] irqchip/gic-v3: Fix OF_BAD_ADDR error handling Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 199/425] staging: rtl8192u: Fix potential infinite loop Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 200/425] staging: greybus: uart: fix unprivileged TIOCCSERIAL Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 201/425] spi: Fix use-after-free with devm_spi_alloc_* Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 202/425] soc: qcom: mdt_loader: Validate that p_filesz < p_memsz Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 203/425] soc: qcom: mdt_loader: Detect truncated read of segments Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 204/425] ACPI: CPPC: Replace cppc_attr with kobj_attribute Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 205/425] crypto: qat - Fix a double free in adf_create_ring Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 206/425] cpufreq: armada-37xx: Fix setting TBG parent for load levels Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 207/425] clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 208/425] cpufreq: armada-37xx: Fix the AVS value for load L1 Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 209/425] clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHz Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 210/425] clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0 Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 211/425] cpufreq: armada-37xx: Fix driver cleanup when registration failed Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 212/425] cpufreq: armada-37xx: Fix determining base CPU frequency Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 213/425] usb: gadget: r8a66597: Add missing null check on return from platform_get_resource Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 214/425] USB: cdc-acm: fix unprivileged TIOCCSERIAL Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 215/425] tty: actually undefine superseded ASYNC flags Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 216/425] tty: fix return value for unsupported ioctls Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 217/425] firmware: qcom-scm: Fix QCOM_SCM configuration Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 218/425] usbip: vudc: fix missing unlock on error in usbip_sockfd_store() Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 219/425] platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with critclk_systems DMI table Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 220/425] x86/platform/uv: Fix !KEXEC build failure Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 221/425] Drivers: hv: vmbus: Increase wait time for VMbus unload Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 222/425] usb: dwc2: Fix host mode hibernation exit with remote wakeup flow Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 223/425] usb: dwc2: Fix hibernation between host and device modes Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 224/425] ttyprintk: Add TTY hangup callback Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 225/425] soc: aspeed: fix a ternary sign expansion bug Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 226/425] media: vivid: fix assignment of dev->fbuf_out_flags Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 227/425] media: omap4iss: return error code when omap4iss_get() failed Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 228/425] media: m88rs6000t: avoid potential out-of-bounds reads on arrays Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 229/425] drm/amdkfd: fix build error with AMD_IOMMU_V2=m Greg Kroah-Hartman
2021-05-20  9:19 ` [PATCH 4.19 230/425] x86/kprobes: Fix to check non boostable prefixes correctly Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 231/425] pata_arasan_cf: fix IRQ check Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 232/425] pata_ipx4xx_cf: " Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 233/425] sata_mv: add IRQ checks Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 234/425] ata: libahci_platform: fix IRQ check Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 235/425] nvme: retrigger ANA log update if group descriptor isnt found Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 236/425] vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 237/425] clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 238/425] clk: uniphier: Fix potential infinite loop Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 239/425] scsi: jazz_esp: Add IRQ check Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 240/425] scsi: sun3x_esp: " Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 241/425] scsi: sni_53c710: " Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 242/425] scsi: ibmvfc: Fix invalid state machine BUG_ON() Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 243/425] mfd: stm32-timers: Avoid clearing auto reload register Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 244/425] HSI: core: fix resource leaks in hsi_add_client_from_dt() Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 245/425] x86/events/amd/iommu: Fix sysfs type mismatch Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 246/425] sched/debug: Fix cgroup_path[] serialization Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 247/425] drivers/block/null_blk/main: Fix a double free in null_init Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 248/425] HID: plantronics: Workaround for double volume key presses Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 249/425] perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 250/425] net: lapbether: Prevent racing when checking whether the netif is running Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 251/425] powerpc/prom: Mark identical_pvr_fixup as __init Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 252/425] powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 253/425] ALSA: core: remove redundant spin_lock pair in snd_card_disconnect Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 254/425] bug: Remove redundant condition check in report_bug Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 255/425] nfc: pn533: prevent potential memory corruption Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 256/425] net: hns3: Limiting the scope of vector_ring_chain variable Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 257/425] ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 258/425] liquidio: Fix unintented sign extension of a left shift of a u16 Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 259/425] powerpc/64s: Fix pte update for kernel memory on radix Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 260/425] powerpc/perf: Fix PMU constraint check for EBB events Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 261/425] powerpc: iommu: fix build when neither PCI or IBMVIO is set Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 262/425] mac80211: bail out if cipher schemes are invalid Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 263/425] mt7601u: fix always true expression Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 264/425] IB/hfi1: Fix error return code in parse_platform_config() Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 265/425] net: thunderx: Fix unintentional sign extension issue Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 266/425] RDMA/srpt: Fix error return code in srpt_cm_req_recv() Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 267/425] i2c: cadence: add IRQ check Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 268/425] i2c: emev2: " Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 269/425] i2c: jz4780: " Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 270/425] i2c: sh7760: " Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 271/425] ASoC: ak5558: correct reset polarity Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 272/425] drm/i915/gvt: Fix error code in intel_gvt_init_device() Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 273/425] MIPS: pci-legacy: stop using of_pci_range_to_resource Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 274/425] powerpc/pseries: extract host bridge from pci_bus prior to bus removal Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 275/425] rtlwifi: 8821ae: upgrade PHY and RF parameters Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 276/425] i2c: sh7760: fix IRQ error path Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 277/425] mwl8k: Fix a double Free in mwl8k_probe_hw Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 278/425] vsock/vmci: log once the failed queue pair allocation Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 279/425] RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 280/425] ALSA: usb: midi: dont return -ENOMEM when usb_urb_ep_type_check fails Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 281/425] net: davinci_emac: Fix incorrect masking of tx and rx error channel Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 282/425] ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 283/425] ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 284/425] powerpc/52xx: Fix an invalid ASM expression (addi used instead of add) Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 285/425] bnxt_en: fix ternary sign extension bug in bnxt_show_temp() Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 286/425] ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 287/425] arm64: " Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 288/425] net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 289/425] net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send Greg Kroah-Hartman
2021-05-20  9:20 ` [PATCH 4.19 290/425] RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_res Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 291/425] net:nfc:digital: Fix a double free in digital_tg_recv_dep_req Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 292/425] kfifo: fix ternary sign extension bugs Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 293/425] mm/sparse: add the missing sparse_buffer_fini() in error branch Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 294/425] mm/memory-failure: unnecessary amount of unmapping Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 295/425] net: Only allow init netns to set default tcp cong to a restricted algo Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 296/425] smp: Fix smp_call_function_single_async prototype Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 297/425] Revert "net/sctp: fix race condition in sctp_destroy_sock" Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 298/425] sctp: delay auto_asconf init until binding the first addr Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 299/425] Revert "of/fdt: Make sure no-map does not remove already reserved regions" Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 300/425] Revert "fdt: Properly handle "no-map" field in the memory region" Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 301/425] tpm: fix error return code in tpm2_get_cc_attrs_tbl() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 302/425] fs: dlm: fix debugfs dump Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 303/425] tipc: convert dest nodes address to network order Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 304/425] ASoC: Intel: bytcr_rt5640: Enable jack-detect support on Asus T100TAF Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 305/425] net: stmmac: Set FIFO sizes for ipq806x Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 306/425] i2c: bail out early when RDWR parameters are wrong Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 307/425] ALSA: hdsp: dont disable if not enabled Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 308/425] ALSA: hdspm: " Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 309/425] ALSA: rme9652: " Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 310/425] Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 311/425] Bluetooth: initialize skb_queue_head at l2cap_chan_create() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 312/425] net: bridge: when suppression is enabled exclude RARP packets Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 313/425] Bluetooth: check for zapped sk before connecting Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 314/425] ip6_vti: proper dev_{hold|put} in ndo_[un]init methods Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 315/425] ASoC: Intel: bytcr_rt5640: Add quirk for the Chuwi Hi8 tablet Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 316/425] i2c: Add I2C_AQ_NO_REP_START adapter quirk Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 317/425] mac80211: clear the beacons CRC after channel switch Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 318/425] pinctrl: samsung: use int for register masks in Exynos Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 319/425] cuse: prevent clone Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 320/425] selftests: Set CC to clang in lib.mk if LLVM is set Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 321/425] kconfig: nconf: stop endless search loops Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 322/425] sctp: Fix out-of-bounds warning in sctp_process_asconf_param() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 323/425] powerpc/smp: Set numa node before updating mask Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 324/425] ASoC: rt286: Generalize support for ALC3263 codec Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 325/425] ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 326/425] samples/bpf: Fix broken tracex1 due to kprobe argument change Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 327/425] powerpc/pseries: Stop calling printk in rtas_stop_self() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 328/425] wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 329/425] wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 330/425] powerpc/iommu: Annotate nested lock for lockdep Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 331/425] net: ethernet: mtk_eth_soc: fix RX VLAN offload Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 332/425] ia64: module: fix symbolizer crash on fdescr Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 333/425] ASoC: rt286: Make RT286_SET_GPIO_* readable and writable Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 334/425] f2fs: fix a redundant call to f2fs_balance_fs if an error occurs Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 335/425] PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 336/425] PCI: Release OF node in pci_scan_device()s error path Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 337/425] ARM: 9064/1: hw_breakpoint: Do not directly check the events overflow_handler hook Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 338/425] rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 339/425] NFSv4.2: Always flush out writes in nfs42_proc_fallocate() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 340/425] NFS: Deal correctly with attribute generation counter overflow Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 341/425] PCI: endpoint: Fix missing destroy_workqueue() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 342/425] pNFS/flexfiles: fix incorrect size check in decode_nfs_fh() Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 343/425] NFSv4.2 fix handling of sr_eof in SEEKs reply Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 344/425] rtc: ds1307: Fix wday settings for rx8130 Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 345/425] net: hns3: disable phy loopback setting in hclge_mac_start_phy Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 346/425] sctp: do asoc update earlier in sctp_sf_do_dupcook_a Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 347/425] ethernet:enic: Fix a use after free bug in enic_hard_start_xmit Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 348/425] sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 349/425] netfilter: xt_SECMARK: add new revision to fix structure layout Greg Kroah-Hartman
2021-05-20  9:21 ` [PATCH 4.19 350/425] drm/radeon: Fix off-by-one power_state index heap overwrite Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 351/425] drm/radeon: Avoid power table parsing memory leaks Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 352/425] khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 353/425] mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 354/425] ksm: fix potential missing rmap_item for stable_node Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 355/425] net: fix nla_strcmp to handle more then one trailing null character Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 356/425] smc: disallow TCP_ULP in smc_setsockopt() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 357/425] netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 358/425] sched/fair: Fix unfairness caused by missing load decay Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 359/425] kernel: kexec_file: fix error return code of kexec_calculate_store_digests() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 360/425] netfilter: nftables: avoid overflows in nft_hash_buckets() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 361/425] i40e: Fix use-after-free in i40e_client_subtask() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 362/425] ARC: entry: fix off-by-one error in syscall number validation Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 363/425] powerpc/64s: Fix crashes when toggling stf barrier Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 364/425] powerpc/64s: Fix crashes when toggling entry flush barrier Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 365/425] hfsplus: prevent corruption in shrinking truncate Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 366/425] squashfs: fix divide error in calculate_skip() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 367/425] userfaultfd: release page in error path to avoid BUG_ON Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 368/425] drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connected Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 369/425] iio: proximity: pulsedlight: Fix rumtime PM imbalance on error Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 370/425] usb: fotg210-hcd: Fix an error message Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 371/425] ACPI: scan: Fix a memory leak in an error handling path Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 372/425] blk-mq: Swap two calls in blk_mq_exit_queue() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 373/425] usb: dwc3: omap: improve extcon initialization Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 374/425] usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 375/425] usb: xhci: Increase timeout for HC halt Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 376/425] usb: dwc2: Fix gadget DMA unmap direction Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 377/425] usb: core: hub: fix race condition about TRSMRCY of resume Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 378/425] usb: dwc3: gadget: Return success always for kick transfer in ep queue Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 379/425] xhci: Do not use GFP_KERNEL in (potentially) atomic context Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 380/425] xhci: Add reset resume quirk for AMD xhci controller Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 381/425] iio: gyro: mpu3050: Fix reported temperature value Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 382/425] iio: tsl2583: Fix division by a zero lux_val Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 383/425] cdc-wdm: untangle a circular dependency between callback and softint Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 384/425] KVM: x86: Cancel pvclock_gtod_work on module removal Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 385/425] FDDI: defxx: Make MMIO the configuration default except for EISA Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 386/425] MIPS: Reinstate platform `__div64_32 handler Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 387/425] MIPS: Avoid DIVU in `__div64_32 is result would be zero Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 388/425] MIPS: Avoid handcoded DIVU in `__div64_32 altogether Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 389/425] thermal/core/fair share: Lock the thermal zone while looping over instances Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 390/425] kobject_uevent: remove warning in init_uevent_argv() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 391/425] netfilter: conntrack: Make global sysctls readonly in non-init netns Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 392/425] clk: exynos7: Mark aclk_fsys1_200 as critical Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 393/425] nvme: do not try to reconfigure APST when the controller is not live Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 394/425] x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 395/425] kgdb: fix gcc-11 warning on indentation Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 396/425] usb: sl811-hcd: improve misleading indentation Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 397/425] cxgb4: Fix the -Wmisleading-indentation warning Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 398/425] isdn: capi: fix mismatched prototypes Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 399/425] pinctrl: ingenic: Improve unreachable code generation Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 400/425] xsk: Simplify detection of empty and full rings Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 401/425] ARM: 9058/1: cache-v7: refactor v7_invalidate_l1 to avoid clobbering r5/r6 Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 402/425] PCI: thunder: Fix compile testing Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 403/425] ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 404/425] ACPI / hotplug / PCI: Fix reference count leak in enable_slot() Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 405/425] Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 406/425] Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 407/425] um: Mark all kernel symbols as local Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 408/425] ARM: 9075/1: kernel: Fix interrupted SMC calls Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 409/425] scripts/recordmcount.pl: Fix RISC-V regex for clang Greg Kroah-Hartman
2021-05-20  9:22 ` [PATCH 4.19 410/425] riscv: Workaround mcount name prior to clang-13 Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 411/425] ceph: fix fscache invalidation Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 412/425] scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 413/425] gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 414/425] ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 415/425] block: reexpand iov_iter after read/write Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 416/425] lib: stackdepot: turn depot_lock spinlock to raw_spinlock Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 417/425] net: stmmac: Do not enable RX FIFO overflow interrupts Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 418/425] ip6_gre: proper dev_{hold|put} in ndo_[un]init methods Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 419/425] sit: " Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 420/425] ip6_tunnel: " Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 421/425] ipv6: remove extra dev_hold() for fallback tunnels Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 422/425] iomap: fix sub-page uptodate handling Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 423/425] KVM: arm64: Initialize VCPU mdcr_el2 before loading it Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 424/425] tweewide: Fix most Shebang lines Greg Kroah-Hartman
2021-05-20  9:23 ` [PATCH 4.19 425/425] scripts: switch explicitly to Python 3 Greg Kroah-Hartman
2021-05-20 20:36   ` Pavel Machek
2021-05-21  4:36     ` Greg Kroah-Hartman
2021-05-21  4:37       ` Greg Kroah-Hartman
2021-06-23 20:25         ` Pavel Machek
2021-06-24  5:20           ` Greg Kroah-Hartman
2021-06-24 10:04           ` Andy Shevchenko
2021-05-20 11:25 ` [PATCH 4.19 000/425] 4.19.191-rc1 review Pavel Machek
2021-05-20 21:45 ` Shuah Khan
2021-05-20 22:53 ` Guenter Roeck
2021-05-21  1:52 ` Samuel Zou
2021-05-21  5:46 ` Naresh Kamboju
2021-05-21 18:23 ` Sudip Mukherjee

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=20210520092134.105438472@linuxfoundation.org \
    --to=gregkh@linuxfoundation.org \
    --cc=ce3g8jdj@umail.furryterror.org \
    --cc=dsterba@suse.com \
    --cc=fdmanana@suse.com \
    --cc=linux-kernel@vger.kernel.org \
    --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;
as well as URLs for NNTP newsgroup(s).