This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 9608c7b729e2 Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesk [...] new 3c70de9b5809 Revert "firewire: core: obsolete usage of GFP_ATOMIC at bu [...] new 0e494be7c557 Merge tag 'firewire-fixes-6.6-rc2' of git://git.kernel.org [...] new c21a8027ad8a io_uring/net: fix iter retargeting for selected buf new 31d8fddb588b Merge tag 'io_uring-6.6-2023-09-15' of git://git.kernel.dk/linux new 6be6d1124197 blk-mq: fix tags UAF when shrinking q->nr_hw_queues new 7deac114be5f md: don't dereference mddev after export_rdev() new 99892147f028 md: fix warning for holder mismatch from export_rdev() new df203da47f44 md/raid1: fix error: ISO C90 forbids mixed declarations new c8870379a21f md: Put the right device in md_seq_next new 29ee7a4a571d Merge tag 'md-fixes-20230914' of https://git.kernel.org/pu [...] new 1f0bbf28940c nvmet-tcp: pass iov_len instead of sg->length to bvec_set_page() new 71be868472dc nvme: host: hwmon: constify pointers to hwmon_channel_info new 8ae5b3a685dc nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() new dad651b2a44e nvme-pci: do not set the NUMA node of device if it has none new 6cc834ba6299 nvme: avoid bogus CRTO values new c266ae774eff Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org [...] new 5bc357b215bd Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linux new f6007dce0cd3 dm: fix a race condition in retrieve_deps new a9ce385344f9 dm: don't attempt to queue IO under RCU protection new e39bfb5925ff Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/s [...] new 8a81cf96f551 thermal/of: add missing of_node_put() new ebc7abb35b25 thermal: Constify the trip argument of the .get_trend() zo [...] new fb2c10245f20 thermal: core: Fix disabled trip point check in handle_the [...] new e2dd7a1683f9 Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/sc [...] new 40d84e198b0a PM: hibernate: Rename function parameter from snapshot_tes [...] new 148b6f4cc392 PM: hibernate: Fix the exclusive get block device in test_ [...] new 4eb2bd24756e Merge tag 'pm-6.6-rc2' of git://git.kernel.org/pub/scm/lin [...]
The 27 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: block/blk-mq.c | 13 +++--- drivers/acpi/thermal.c | 2 +- drivers/firewire/core-device.c | 2 +- drivers/firewire/core-topology.c | 2 +- drivers/md/dm-core.h | 1 + drivers/md/dm-ioctl.c | 7 ++- drivers/md/dm-table.c | 32 +++++++++---- drivers/md/dm.c | 23 +-------- drivers/md/md.c | 23 ++++++--- drivers/md/md.h | 3 ++ drivers/md/raid1.c | 3 +- drivers/nvme/host/core.c | 54 ++++++++++++++-------- drivers/nvme/host/fc.c | 2 +- drivers/nvme/host/hwmon.c | 2 +- drivers/nvme/host/pci.c | 3 -- drivers/nvme/target/tcp.c | 2 +- drivers/thermal/thermal_core.c | 6 ++- drivers/thermal/thermal_of.c | 8 +++- drivers/thermal/ti-soc-thermal/ti-thermal-common.c | 3 +- include/linux/thermal.h | 4 +- io_uring/net.c | 5 ++ kernel/power/hibernate.c | 12 ++--- kernel/power/power.h | 4 +- kernel/power/swap.c | 14 +++--- 24 files changed, 136 insertions(+), 94 deletions(-)