This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from a110f942672c Merge tag 'pinctrl-v6.19-1' of git://git.kernel.org/pub/sc [...] new 670d7ef945d3 hwmon: (w83791d) Convert macros to functions to avoid TOCTOU new fae00a7186ce hwmon: (dell-smm) Fix off-by-one error in dell_smm_is_visible() new 541dfb49dcb8 hwmon: (emc2305) fix double put in emc2305_probe_childs_from_dt new 4910da6b36b1 hwmon: (emc2305) fix device node refcount leak in error path new 08bfcf4ff9d3 docs: hwmon: fix link to g762 devicetree binding new b88b2f82fab4 Merge tag 'hwmon-for-v6.19-take-2' of git://git.kernel.org [...] new e35770610730 ubifs: Remove unnecessary parameters '*c' new 0288d5fe25a2 ubifs: Simplify the code using ubifs_crc_node new c0d612b391b2 ubifs: Remove unnecessary variable assignments new 77530d1a78ca mtd: ubi: skip programming unused bits in ubi headers new d133e30aabc7 ubi: fastmap: fix ubi->fm memory leak new 0695aef23d67 ubifs: vmalloc(array_size()) -> vmalloc_array() new 70e3083ec686 Merge tag 'ubifs-for-linus-6.19-rc1' of git://git.kernel.o [...] new 05ce4c584cc6 block: use bio_alloc_bioset for passthru IO by default new 48f22f80938d block: enable per-cpu bio cache by default new ab4fb1d8f6e9 scsi: sd: reject invalid pr_read_keys() num_keys values new 38ec8469f39e nvme: reject invalid pr_read_keys() num_keys values new 22a1ffea5f80 block: add IOC_PR_READ_KEYS ioctl new 3e2cb9ee76c2 block: add IOC_PR_READ_RESERVATION ioctl new 71075d25ca5c blk-mq: add blk_rq_nr_bvec() helper new c196bf43d706 blk-mq: Abort suspend when wakeup events are pending new 552c1149af7a block: Clear BLK_ZONE_WPLUG_PLUGGED when aborting plugged BIOs new 8a32282175c9 block: fix comment for op_is_zone_mgmt() to include RESET_ALL new f7e3f852a42d block: fix memory leak in __blkdev_issue_zero_pages new 7fce856f1180 nvmet: add sanity checks when freeing subsystem new edd17206e363 nvmet: remove redundant subsysnqn field from ctrl new 511b3b644e28 nvmet: pci-epf: move DMA initialization to EPC init callback new 3c1fb0ce60ef nvmet: pci-epf: fix DMA channel debug print new c9adfb5b68cb nvme-pci: print error message on failure in nvme_probe new 78723fe309f1 nvme-pci: add debug message on fail to read CSTS new b71cbcf7d170 nvme-fc: don't hold rport lock when putting ctrl new 67582dfd870a nvme-fc: check all request and response have been processed new f9929c518de8 nvmet-fcloop: check all request and response have been processed new 86ef6f7fc741 nvmet-fcloop: remove unused lsdir member. new 57413f0899fa nvmet-fc: use pr_* print macros instead of dev_* new b645d5a25d49 nvme: fix typo error in nvme target new ce234d838d3b nvmet-rdma: use kvcalloc for commands and responses arrays new 5c8d134f0155 nvmet-tcp: use kvcalloc for commands array new bb9f4cca7c03 nvme-auth: use kvfree() for memory allocated with kvcalloc() new 13989207ee29 nvme-fabrics: add ENOKEY to no retry criteria for authenti [...] new 0f45353dd480 Merge tag 'nvme-6.19-2025-12-04' of git://git.infradead.or [...] new 4482ebb2970e Merge tag 'block-6.19-20251208' of git://git.kernel.org/pu [...] new 84230ad2d2af io_uring/poll: correctly handle io_poll_add() return value [...] new 34c78b8610a9 io_uring/io-wq: always retry worker create on ERESTART* new f345be751b96 io_uring/trace: rename io_uring_queue_async_work event "rw" field new b8201b50e403 io_uring/rsrc: clean up buffer cloning arg validation new e29af2aba262 io_uring/rsrc: rename misleading src_node variable in io_c [...] new 525916ce4966 io_uring/rsrc: fix lost entries after cloned range new 78385c7299f7 io_uring/kbuf: use READ_ONCE() for userspace-mapped memory new a4c694bfc245 io_uring/kbuf: use WRITE_ONCE() for userspace-shared buffe [...] new 55d57b3bcc7e io_uring/poll: unify poll waitqueue entry and list removal new cfd4039213e7 Merge tag 'io_uring-6.19-20251208' of git://git.kernel.org [...]
The 52 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: Documentation/hwmon/g762.rst | 2 +- block/bio.c | 26 ++++++------ block/blk-lib.c | 6 +-- block/blk-map.c | 90 +++++++++++++++++------------------------ block/blk-mq.c | 18 ++++++++- block/blk-zoned.c | 4 ++ block/fops.c | 4 -- block/ioctl.c | 84 ++++++++++++++++++++++++++++++++++++++ drivers/block/loop.c | 5 +-- drivers/block/zloop.c | 5 +-- drivers/hwmon/dell-smm-hwmon.c | 4 +- drivers/hwmon/emc2305.c | 8 ++-- drivers/hwmon/w83791d.c | 17 +++++--- drivers/mtd/ubi/attach.c | 4 +- drivers/mtd/ubi/fastmap-wl.c | 8 +--- drivers/mtd/ubi/io.c | 10 +++++ drivers/mtd/ubi/ubi.h | 12 ++++++ drivers/nvme/host/auth.c | 2 +- drivers/nvme/host/fabrics.c | 2 +- drivers/nvme/host/fc.c | 8 +++- drivers/nvme/host/ioctl.c | 2 +- drivers/nvme/host/pci.c | 2 + drivers/nvme/host/pr.c | 6 ++- drivers/nvme/target/admin-cmd.c | 2 +- drivers/nvme/target/auth.c | 18 +++++---- drivers/nvme/target/core.c | 5 ++- drivers/nvme/target/fc.c | 48 ++++++++++------------ drivers/nvme/target/fcloop.c | 9 +++-- drivers/nvme/target/nvmet.h | 1 - drivers/nvme/target/passthru.c | 2 +- drivers/nvme/target/pci-epf.c | 14 ++++--- drivers/nvme/target/rdma.c | 12 +++--- drivers/nvme/target/tcp.c | 6 +-- drivers/scsi/sd.c | 12 +++++- fs/ubifs/io.c | 13 ++---- fs/ubifs/lpt.c | 12 +++--- fs/ubifs/recovery.c | 4 +- fs/ubifs/tnc_misc.c | 9 +---- fs/ubifs/ubifs.h | 2 +- include/linux/blk-mq.h | 18 +++++++++ include/linux/blk_types.h | 5 +-- include/trace/events/io_uring.h | 12 +++--- include/uapi/linux/pr.h | 14 +++++++ io_uring/io-wq.c | 5 ++- io_uring/kbuf.c | 16 ++++---- io_uring/poll.c | 52 +++++++++++++----------- io_uring/rsrc.c | 47 ++++++++++----------- io_uring/rw.c | 1 - 48 files changed, 402 insertions(+), 266 deletions(-)