This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch stable in repository linux-next.
from b765a32a2e91 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...] adds e3e39c72b99f btrfs: block-group: fix free-space bitmap threshold adds 9771a5cf9371 btrfs: drop path before adding new uuid tree entry adds a48b73eca4ce btrfs: fix potential deadlock in the search ioctl adds e89c4a9c8e6c btrfs: allocate scrub workqueues outside of locks adds ad24466588ab btrfs: set the correct lockdep class for new nodes adds d3beaa253fd6 btrfs: set the lockdep class for log tree extent buffers adds f96d6960abbc btrfs: tree-checker: fix the error message for transid error adds dcdfd9cc28dd Merge tag 'for-5.9-rc3-tag' of git://git.kernel.org/pub/sc [...] adds 4b04e0decd25 perf test: Fix basic bpf filtering test adds a74eaf1605d4 perf sched timehist: Fix use of CPU list with summary option adds 0c5f1acc2a14 perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPOR [...] adds 783abbd44492 perf symbols: Add mwait_idle_with_hints.constprop.0 to the [...] adds 19684e969deb perf: arm-spe: Fix check error when synthesizing events adds 57ed62892b9c MAINTAINERS: Add entries for CoreSight and Arm SPE tooling adds 20befbb10803 perf tools: Use %zd for size_t printf formats on 32-bit adds a060c1f12b52 perf record: Correct the help info of option "--no-bpf-event" adds 943b69ac1884 perf parse-events: Set exclude_guest=1 for user-space counting adds 492d4d876c29 perf test: Set NULL sentinel in pmu_events table in "Parse [...] adds 313146a84418 perf stat: Fix out of bounds array access in the print_cou [...] adds 33321a06c70b perf parse-events: Avoid an uninitialized read when using [...] adds d4ccbacb9c21 perf top/report: Fix infinite loop in the TUI for grouped events adds f5f8e7e55fbd perf cs-etm: Fix corrupt data after perf inject from adds a347306fbec5 perf intel-pt: Fix corrupt data after perf inject from adds 39c0a53b114d perf tools: Correct SNOOPX field offset adds 977f739b7126 perf report: Disable ordered_events for raw dump adds 9c7d619be5a0 Merge tag 'perf-tools-fixes-for-v5.9-2020-09-01' of git:// [...] adds 77f4689de17c fix regression in "epoll: Keep a reference on files added [...] adds 54e54d58184e Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/ [...] adds 9c516e0e4554 xfs: finish dfops on every insert range shift iteration adds 657f101930bc xfs: fix off-by-one in inode alloc block reservation calculation adds f4020438fab0 xfs: fix boundary test in xfs_attr_shortform_verify adds 125eac243806 xfs: initialize the shortform attr header padding entry adds e1d0126ca3a6 Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/sc [...] adds f9e040efcc28 dm writecache: handle DAX to partitions on persistent memo [...] adds c322ee9320ea dm mpath: fix racey management of PG initialization adds 7785a9e4c228 dm crypt: Initialize crypto wait structures adds e27fec66f0a9 dm integrity: fix error reporting in bitmap mode after creation adds d16ff19e69ab dm cache metadata: Avoid returning cmd->bm wild pointer on error adds 219403d7e56f dm thin metadata: Avoid returning cmd->bm wild pointer on error adds 3a653b205f29 dm thin metadata: Fix use-after-free in dm_bm_set_read_only adds c3a1309564d3 Merge tag 'for-5.9/dm-fixes' of git://git.kernel.org/pub/s [...] adds 77df710ba633 HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for all Sait [...] adds 724a419ea28f HID: microsoft: Add rumble support for the 8bitdo SN30 Pro [...] adds b7429ea53d6c HID: elan: Fix memleak in elan_input_configured adds bce1305c0ece HID: core: Correctly handle ReportSize being zero adds 35556bed836f HID: core: Sanitize event code and type when mapping input adds fc3abb53250a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
No new revisions were added by this update.
Summary of changes: MAINTAINERS | 8 +- drivers/hid/hid-core.c | 15 ++- drivers/hid/hid-elan.c | 2 + drivers/hid/hid-ids.h | 3 + drivers/hid/hid-input.c | 4 + drivers/hid/hid-microsoft.c | 2 + drivers/hid/hid-multitouch.c | 2 + drivers/hid/hid-quirks.c | 2 + drivers/md/dm-cache-metadata.c | 8 +- drivers/md/dm-crypt.c | 4 +- drivers/md/dm-integrity.c | 12 +++ drivers/md/dm-mpath.c | 22 ++-- drivers/md/dm-thin-metadata.c | 10 +- drivers/md/dm-writecache.c | 12 ++- drivers/md/persistent-data/dm-block-manager.c | 14 +-- fs/btrfs/block-group.c | 4 +- fs/btrfs/ctree.c | 6 +- fs/btrfs/extent-tree.c | 2 +- fs/btrfs/extent_io.c | 8 +- fs/btrfs/extent_io.h | 6 +- fs/btrfs/free-space-tree.c | 4 + fs/btrfs/ioctl.c | 27 +++-- fs/btrfs/scrub.c | 122 +++++++++++++--------- fs/btrfs/tree-checker.c | 2 +- fs/btrfs/volumes.c | 3 +- fs/eventpoll.c | 6 +- fs/xfs/libxfs/xfs_attr_leaf.c | 8 +- fs/xfs/libxfs/xfs_ialloc.c | 4 +- fs/xfs/libxfs/xfs_trans_space.h | 2 +- fs/xfs/xfs_bmap_util.c | 2 +- include/linux/hid.h | 42 +++++--- tools/include/uapi/linux/perf_event.h | 2 +- tools/perf/builtin-record.c | 2 +- tools/perf/builtin-report.c | 3 + tools/perf/builtin-sched.c | 6 +- tools/perf/builtin-top.c | 2 + tools/perf/tests/bpf.c | 2 +- tools/perf/tests/parse-events.c | 4 +- tools/perf/tests/parse-metric.c | 3 + tools/perf/ui/browsers/hists.c | 3 +- tools/perf/util/arm-spe-decoder/arm-spe-decoder.c | 6 +- tools/perf/util/cs-etm.c | 9 +- tools/perf/util/intel-pt.c | 9 +- tools/perf/util/parse-events.c | 31 +++--- tools/perf/util/session.c | 2 +- tools/perf/util/stat-display.c | 2 +- tools/perf/util/symbol.c | 1 + tools/perf/util/zstd.c | 2 +- 48 files changed, 311 insertions(+), 146 deletions(-)