Linux/linux 3b3bea6Documentation/admin-guide cgroup-v2.rst, kernel/cgroup cgroup.c cpuset.c

Merge tag 'cgroup-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fixes from Tejun Heo:

 - Fix UAF race in psi pressure_write() against cgroup file release by
   extending cgroup_mutex coverage and ordering of->priv access after
   cgroup_kn_lock_live()

 - Fix integer overflow in rdmacg_try_charge() when usage equals INT_MAX
   by performing the increment in s64

 - Fix asymmetric DL bandwidth accounting on cpuset attach rollback by
   recording the CPU used by dl_bw_alloc() so cancel_attach() returns
   the reservation to the same root domain

 - Fix nr_dying_subsys_* race that briefly showed 0 in cgroup.stat after
   rmdir by incrementing from kill_css() instead of offline_css()

 - Typo fix in cgroup-v2 documentation

    [7 lines not shown]
DeltaFile
+28-18kernel/cgroup/cgroup.c
+9-4kernel/cgroup/cpuset.c
+5-0kernel/cgroup/cpuset-internal.h
+1-1Documentation/admin-guide/cgroup-v2.rst
+1-1kernel/cgroup/rdma.c
+44-245 files

Linux/linux a1a6710Documentation/filesystems isofs.rst, fs/isofs namei.c rock.c

Merge tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull isofs and udf fixes from Jan Kara:
 "Several isofs and udf fixes"

* tag 'fs_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  docs: isofs: replace dead ECMA-119 FTP link
  udf: reject descriptors with oversized CRC length
  isofs: use QSTR_LEN() in isofs_cmp
  isofs: validate block number from NFS file handle in isofs_export_iget
  isofs: validate Rock Ridge CE continuation extent against volume size
DeltaFile
+2-9fs/isofs/namei.c
+9-0fs/isofs/rock.c
+6-2fs/udf/misc.c
+1-1Documentation/filesystems/isofs.rst
+1-1fs/isofs/export.c
+19-135 files

Linux/linux 53b6156fs/notify mark.c fsnotify.c, fs/notify/fanotify fanotify.c

Merge tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs

Pull fsnotify fixes from Jan Kara:
 "Three fixes for fsnotify / fanotify"

* tag 'fsnotify_for_v7.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs:
  fsnotify: fix inode reference leak in fsnotify_recalc_mask()
  fanotify: Fix spelling mistake "enforecement" -> "enforcement"
  fanotify: fix false positive on permission events
DeltaFile
+47-10fs/notify/mark.c
+1-1fs/notify/fsnotify.c
+1-1fs/notify/fanotify/fanotify.c
+1-0include/linux/fsnotify_backend.h
+50-124 files

Linux/linux 73082fbfs/btrfs raid-stripe-tree.c relocation.c

Merge tag 'for-7.1-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux

Pull btrfs fixes from David Sterba:

 - space reservation fixes:
     - correctly undo 'may_use' accounting for remap tree
     - avoid double decrement of 'may_use' when submitting async io

 - actually enable the shutdown ioctl callback (not just the superblock
   ops)

 - raid stripe tree fixes when deleting extents
     - add missing error handling
     - fix various incorrect values set

 - fix transaction state when removing a directory, possibly leading to
   EIO during log replay

 - additional b-tree node key checks during metadata readahead

    [19 lines not shown]
DeltaFile
+45-12fs/btrfs/raid-stripe-tree.c
+24-6fs/btrfs/relocation.c
+15-3fs/btrfs/free-space-tree.c
+12-2fs/btrfs/extent_io.c
+3-4fs/btrfs/ioctl.c
+3-1fs/btrfs/inode.c
+102-281 files not shown
+104-297 files

Linux/linux d762a96drivers/md/persistent-data dm-btree-remove.c

Merge tag 'for-7.1/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm

Pull device mapper fix from Mikulas Patocka:

 - fix metadata corruption in dm-thin

* tag 'for-7.1/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm:
  dm-thin: fix metadata refcount underflow
DeltaFile
+8-0drivers/md/persistent-data/dm-btree-remove.c
+8-01 files

Linux/linux a7cc308drivers/mailbox mailbox-test.c mailbox.c, include/linux mailbox_controller.h

Merge tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox

Pull mailbox updates from Jassi Brar:

 - core: fix NULL message handling and add API to query TX queue slots

 - test: resolve concurrency bugs, dangling IRQs, and memory leaks

 - dt-bindings: qcom: add Eliza IPCC

 - mtk: fix address calculation and pointer handling bugs

 - cix: resolve SCMI suspend timeouts

 - misc memory allocation optimizations and cleanups

* tag 'mailbox-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jassibrar/mailbox:
  mailbox: mailbox-test: make data_ready a per-instance variable
  mailbox: mailbox-test: initialize struct earlier

    [18 lines not shown]
DeltaFile
+46-34drivers/mailbox/mailbox-test.c
+44-23drivers/mailbox/mailbox.c
+13-4include/linux/mailbox_controller.h
+5-9drivers/mailbox/hi6220-mailbox.c
+0-12drivers/mailbox/mailbox.h
+5-5drivers/mailbox/mtk-cmdq-mailbox.c
+113-8712 files not shown
+124-11918 files

Linux/linux 981cd33Documentation/admin-guide cgroup-v2.rst

docs: cgroup: fix typo 'protetion' -> 'protection'

Fix a small typo in the description of the memory_hugetlb_accounting
mount option.

Signed-off-by: Petr Vaněk <arkamar at atlas.cz>
Signed-off-by: Tejun Heo <tj at kernel.org>
DeltaFile
+1-1Documentation/admin-guide/cgroup-v2.rst
+1-11 files

Linux/linux 13917f7Documentation/filesystems isofs.rst

docs: isofs: replace dead ECMA-119 FTP link

The original link is no longer valid. Replace it with the official
PDF of the 2nd edition. The new link points to the exact 2nd edition
that the existing comment in isofs.rst refers to.

Signed-off-by: Ziran Zhang <zhangcoder at yeah.net>
Link: https://patch.msgid.link/20260425142943.6809-1-zhangcoder@yeah.net
Signed-off-by: Jan Kara <jack at suse.cz>
DeltaFile
+1-1Documentation/filesystems/isofs.rst
+1-11 files

Linux/linux 254f496. Makefile

Linux 7.1-rc1
DeltaFile
+2-2Makefile
+2-21 files

Linux/linux 1447987drivers/clk/bcm clk-raspberrypi.c

Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux

Pull clk fix from Stephen Boyd:
 "One more fix for the merge window to avoid a boot hang on
  Raspberry Pi 3B by marking the VEC clk critical so that it
  doesn't get turned off and hang the bus"

* tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux:
  clk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSED
DeltaFile
+7-0drivers/clk/bcm/clk-raspberrypi.c
+7-01 files

Linux/linux 20b64cfdrivers/virt/coco tsm-core.c

Merge tag 'tsm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm

Pull PCIe TSP update from Dan Williams:
 "A small update for the TSM core. It is arguably a fix and coming in
  late as I have been offline the past few weeks:

   - Drop class_create() for the 'tsm' class"

* tag 'tsm-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/devsec/tsm:
  virt: coco: change tsm_class to a const struct
DeltaFile
+9-10drivers/virt/coco/tsm-core.c
+9-101 files

Linux/linux b935117. Makefile, scripts/package builddeb

Merge tag 'kbuild-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux

Pull Kbuild fixes from Nicolas Schier:

 - builddeb - avoid recompiles for non-cross-compiles

   Avoid triggering complete rebuilds for non-cross-compile Debian
   package builds by only triggering the rebuild of host tools for
   actual cross-compile builds

 - Never respect CONFIG_WERROR / W=e to fixdep

   Avoid spurious rebuilds of fixdep w/ and w/o -Werror during a single
   kbuild invocation by never respecting CONFIG_WERROR for fixdep

* tag 'kbuild-fixes-7.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:
  kbuild: Never respect CONFIG_WERROR / W=e to fixdep
  kbuild: builddeb - avoid recompiles for non-cross-compiles
DeltaFile
+7-1scripts/package/builddeb
+2-0Makefile
+9-12 files

Linux/linux 2ff1bc4tools/power/x86/turbostat turbostat.c, tools/power/x86/x86_energy_perf_policy x86_energy_perf_policy.c x86_energy_perf_policy.8

Merge tag 'power-utilities-2026.04.25' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux

Pull power utility updates from Len Brown:
 "x86_energy_perf_policy:
   - Initial SoC Slider support

 turbostat:
   - Display HT siblings in cpu# order
   - Add Module-ID column
   - Print Core-ID and APIC-ID in hex
   - Fix misc bugs"

* tag 'power-utilities-2026.04.25' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux:
  tools/power x86_energy_perf_policy: Version 2026.04.25
  tools/power x86_energy_perf_policy.8: Document SoC Slider Options
  tools/power x86_energy_perf_policy: Enhances SoC Slider related checks
  tools/power turbostat: v2026.04.21
  tools/power turbostat: Process HT siblings in CPU order
  tools/power turbostat: Show module_id column

    [7 lines not shown]
DeltaFile
+282-117tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
+153-78tools/power/x86/turbostat/turbostat.c
+26-0tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8
+461-1953 files

Linux/linux 211d593Documentation/devicetree/bindings/rtc isil,isl12026.yaml isil,isl12026.txt, drivers/rtc rtc-pcf2127.c rtc-max77686.c

Merge tag 'rtc-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux

Pull RTC updates from Alexandre Belloni:
 "Subsystem:
   - add data_race() in rtc_dev_poll()

  Drivers:
   - remove i2c_match_id usage
   - abx80x: Disable alarm feature if no interrupt attached
   - ti-k3: support resuming from IO DDR low power mode"

* tag 'rtc-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux:
  rtc: abx80x: Disable alarm feature if no interrupt attached
  rtc: ntxec: fix OF node reference imbalance
  rtc: pic32: allow driver to be compiled with COMPILE_TEST
  rtc: ti-k3: Add support to resume from IO DDR low power mode
  rtc: cmos: Use platform_get_irq_optional() in cmos_platform_probe()
  dt-bindings: rtc: add olpc,xo1-rtc to trivial-rtc
  dt-bindings: rtc: sc2731: Add compatible for SC2730

    [12 lines not shown]
DeltaFile
+59-0Documentation/devicetree/bindings/rtc/isil,isl12026.yaml
+0-28Documentation/devicetree/bindings/rtc/isil,isl12026.txt
+7-16drivers/rtc/rtc-pcf2127.c
+12-2drivers/rtc/rtc-max77686.c
+11-2drivers/rtc/rtc-cmos.c
+10-1drivers/rtc/dev.c
+99-4914 files not shown
+132-9020 files

Linux/linux 1d9f1b5drivers/char/tpm tpm_crb.c tpm_i2c_atmel.c, include/linux tpm_eventlog.h

Merge tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd

Pull tpm updates from Jarkko Sakkinen:
 "Here are the accumulated fixes for 7.1-rc1 and a single structural
  change worth mentioning separately: Rafael's commit converting tpm_crb
  from ACPI driver to a platform driver"

* tag 'for-next-tpm-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd:
  tpm: tpm_tis: stop transmit if retries are exhausted
  tpm: tpm_tis: add error logging for data transfer
  tpm: avoid -Wunused-but-set-variable
  tpm: Use kfree_sensitive() to free auth session in tpm_dev_release()
  tpm2-sessions: Fix missing tpm_buf_destroy() in tpm2_read_public()
  tpm: Fix auth session leak in tpm2_get_random() error path
  tpm: i2c: atmel: fix block comment formatting
  tpm_crb: Convert ACPI driver to a platform one
  tpm: Make tcpci_pm_ops variable static const
DeltaFile
+16-19drivers/char/tpm/tpm_crb.c
+23-11drivers/char/tpm/tpm_i2c_atmel.c
+10-1drivers/char/tpm/tpm_tis_core.c
+7-2include/linux/tpm_eventlog.h
+3-5drivers/char/tpm/tpm2-cmd.c
+4-1drivers/char/tpm/tpm2-sessions.c
+63-391 files not shown
+64-407 files

Linux/linux 6112da1tools/power/x86/x86_energy_perf_policy x86_energy_perf_policy.c x86_energy_perf_policy.8

Merge branches 'turbostat' and 'x86_energy_perf_policy' into power-utilities
DeltaFile
+282-117tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
+26-0tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8
+308-1172 files

Linux/linux f1c35c7tools/power/x86/x86_energy_perf_policy x86_energy_perf_policy.c

tools/power x86_energy_perf_policy: Version 2026.04.25

Since v2025.11.22:
        Initial SoC Slider support
        SoC Slider is an SoC-wide power/performance policy setting.
        On SoC Slider systems, EPP plays a diminished role.

Whitespace cleanup via: indent -npro -kr -i8 -ts8 -sob -l160 -ss -ncs -cp1

No functional changes

Signed-off-by: Len Brown <len.brown at intel.com>
DeltaFile
+66-95tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
+66-951 files

Linux/linux 18c5b9etools/power/x86/x86_energy_perf_policy x86_energy_perf_policy.8

tools/power x86_energy_perf_policy.8: Document SoC Slider Options

x86_energy_perf_policy accesses the SoC Slider via standard
user/kernel APIs to the processor_thermal_soc_slider driver.

Machines that support SoC Slider largely use it instead of EPP,
which may continue to exist in a diminished role, or vanish entirely.

Signed-off-by: Len Brown <len.brown at intel.com>
DeltaFile
+26-0tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.8
+26-01 files

Linux/linux 25ff584tools/power/x86/x86_energy_perf_policy x86_energy_perf_policy.c

tools/power x86_energy_perf_policy: Enhances SoC Slider related checks

When processor_thermal_soc_slider is loaded, its slider
and offset modparams are visible.  Check that the driver
actually registered the profile named "SoC Slider" before
reading or writing these modparams.

n.b. This utility allows writing the Slider and Offset modparams
even if the driver policy is not "balanced".  Currently the
processor_thermal_soc_slider consults those modparams
only in "balanced" mode.

Signed-off-by: Len Brown <len.brown at intel.com>
DeltaFile
+104-38tools/power/x86/x86_energy_perf_policy/x86_energy_perf_policy.c
+104-381 files

Linux/linux 5225673drivers/clk/bcm clk-raspberrypi.c

clk: bcm: rpi: Mark VEC clock as CLK_IGNORE_UNUSED

On Raspberry Pi 3B, the VEC clock is used by the VideoCore firmware
display driver, which remains active until the vc4 driver loads and
sends NOTIFY_DISPLAY_DONE. If this clock is disabled during boot, a bus
lockup happens and the firmware becomes unresponsive, causing a complete
system lockup.

Mark the VEC clock with CLK_IGNORE_UNUSED so it survives the unused
clock disablement and remains available until the vc4 driver takes over
display management.

Fixes: 672299736af6 ("clk: bcm: rpi: Manage clock rate in prepare/unprepare callbacks")
Reported-by: Mark Brown <broonie at kernel.org>
Closes: https://lore.kernel.org/r/5f0bec08-f458-4fba-8bf3-06817a100c4c@sirena.org.uk
Signed-off-by: Maíra Canal <mcanal at igalia.com>
Link: https://patch.msgid.link/20260401111416.562279-2-mcanal@igalia.com
Tested-by: Mark Brown <broonie at kernel.org>
Signed-off-by: Mark Brown <broonie at kernel.org>

    [3 lines not shown]
DeltaFile
+7-0drivers/clk/bcm/clk-raspberrypi.c
+7-01 files

Linux/linux 897d540drivers/video/fbdev cobalt_lcdfb.c hgafb.c, drivers/video/fbdev/aty radeon_monitor.c

Merge tag 'fbdev-for-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev

Pull fbdev fixes from Helge Deller:

 - request memory region before use (cobalt_lcdfb, clps711x-fb, hgafb)

 - reference cleanups in failure path (offb, savage)

 - a spelling fix (atyfb)

* tag 'fbdev-for-7.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev:
  fbdev: hgafb: Request memory region before ioremap
  fbdev: clps711x-fb: Request memory region for MMIO
  fbdev: cobalt_lcdfb: Request memory region
  fbdev: atyfb: Fix spelling mistake "enfore" -> "enforce"
  fbdev: savage: fix probe-path EDID cleanup leaks
  fbdev: offb: fix PCI device reference leak on probe failure
DeltaFile
+3-9drivers/video/fbdev/cobalt_lcdfb.c
+7-2drivers/video/fbdev/hgafb.c
+3-6drivers/video/fbdev/clps711x-fb.c
+6-1drivers/video/fbdev/offb.c
+2-0drivers/video/fbdev/savage/savagefb_driver.c
+1-1drivers/video/fbdev/aty/radeon_monitor.c
+22-196 files

Linux/linux 129d6ebarch/arm Kconfig, arch/arm/kernel module-plts.c

Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux

Pull ARM updates from Russell King:

 - fix a race condition handling PG_dcache_clean

 - further cleanups for the fault handling, allowing RT to be enabled

 - fixing nzones validation in adfs filesystem driver

 - fix for module unwinding

* tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linux:
  ARM: 9463/1: Allow to enable RT
  ARM: 9472/1: fix race condition on PG_dcache_clean in __sync_icache_dcache()
  ARM: 9471/1: module: fix unwind section relocation out of range error
  fs/adfs: validate nzones in adfs_validate_bblk()
  ARM: provide individual is_translation_fault() and is_permission_fault()
  ARM: move FSR fault status definitions before fsr_fs()

    [4 lines not shown]
DeltaFile
+73-85arch/arm/mm/fault.c
+36-6arch/arm/mm/fault.h
+12-0arch/arm/kernel/module-plts.c
+3-1arch/arm/mm/flush.c
+3-0fs/adfs/super.c
+1-0arch/arm/Kconfig
+128-926 files

Linux/linux 27d128ckernel/trace ring_buffer.c

Merge tag 'trace-ring-buffer-v7.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull ring-buffer fix from Steven Rostedt:

 - Fix accounting of persistent ring buffer rewind

   On boot up, the head page is moved back to the earliest point of the
   saved ring buffer. This is because the ring buffer being read by user
   space on a crash may not save the part it read. Rewinding the head
   page back to the earliest saved position helps keep those events from
   being lost.

   The number of events is also read during boot up and displayed in the
   stats file in the tracefs directory. It's also used for other
   accounting as well. On boot up, the "reader page" is accounted for
   but a rewind may put it back into the buffer and then the reader page
   may be accounted for again.

   Save off the original reader page and skip accounting it when

    [4 lines not shown]
DeltaFile
+7-6kernel/trace/ring_buffer.c
+7-61 files

Linux/linux f3e3dbcblock blk.h bio.c, drivers/block zloop.c ublk_drv.c

Merge tag 'block-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull block fixes from Jens Axboe:

 - Series for zloop, fixing a variety of issues

 - t10-pi code cleanup

 - Fix for a merge window regression with the bio memory allocation mask

 - Fix for a merge window regression in ublk, caused by an issue with
   the maple tree iteration code at teardown

 - ublk self tests additions

 - Zoned device pgmap fixes

 - Various little cleanups and fixes


    [22 lines not shown]
DeltaFile
+59-64drivers/block/zloop.c
+80-43drivers/block/ublk_drv.c
+103-0tools/testing/selftests/ublk/test_integrity_03.sh
+13-12include/linux/t10-pi.h
+21-0block/blk.h
+6-5block/bio.c
+282-12455 files not shown
+347-18761 files

Linux/linux fa58e6eio_uring memmap.c register.c

Merge tag 'io_uring-7.1-20260424' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux

Pull io_uring fixes from Jens Axboe:

 - Fix for a NOMMU bug with io_uring, where NOMMU doesn't grab page refs
   at mmap time. NOMMU also has entirely broken FOLL_PIN support, yet
   here we are

 - A few fixes covering minor issues introduced in this merge window

 - data race annotation to shut up KCSAN for when io-wq limits are
   applied

 - A nospec addition for direct descriptor file updating. Rest of the
   direct descriptor path already had this, but for some reason the
   update did not. Now they are all the same

 - Various minor defensive changes that claude identified and suggested
   terrible fixes for, turned into actually useful cleanups:

    [47 lines not shown]
DeltaFile
+45-1io_uring/memmap.c
+26-6io_uring/register.c
+11-4io_uring/tctx.c
+7-2io_uring/rsrc.h
+4-2io_uring/poll.c
+4-1io_uring/zcrx.c
+97-165 files not shown
+109-2211 files

Linux/linux b85900efs/nfs nfs4proc.c pnfs.c, include/trace/events rpcrdma.h

Merge tag 'nfs-for-7.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs

Pull NFS client updates from Trond Myklebust:
 "Bugfixes:

   - Fix handling of ENOSPC so that if we have to resend writes, they
     are written synchronously

   - SUNRPC RDMA transport fixes from Chuck

   - Several fixes for delegated timestamps in NFSv4.2

   - Failure to obtain a directory delegation should not cause stat() to
     fail with NFSv4

   - Rename was failing to update timestamps when a directory delegation
     is held on NFSv4

   - Ensure we check rsize/wsize after crossing a NFSv4 filesystem

    [35 lines not shown]
DeltaFile
+66-111net/sunrpc/xprtrdma/rpc_rdma.c
+145-32net/sunrpc/xprtrdma/frwr_ops.c
+30-13net/sunrpc/xprtrdma/xprt_rdma.h
+32-10fs/nfs/nfs4proc.c
+14-14include/trace/events/rpcrdma.h
+17-5fs/nfs/pnfs.c
+304-18519 files not shown
+442-21425 files

Linux/linux ac2dc6dfs/ceph subvolume_metrics.c metric.c

Merge tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-client

Pull ceph updates from Ilya Dryomov:
 "We have a series from Alex which extends CephFS client metrics with
  support for per-subvolume data I/O performance and latency tracking
  (metadata operations aren't included) and a good variety of fixes and
  cleanups across RBD and CephFS"

* tag 'ceph-for-7.1-rc1' of https://github.com/ceph/ceph-client:
  ceph: add subvolume metrics collection and reporting
  ceph: parse subvolume_id from InodeStat v9 and store in inode
  ceph: handle InodeStat v8 versioned field in reply parsing
  libceph: Fix slab-out-of-bounds access in auth message processing
  rbd: fix null-ptr-deref when device_add_disk() fails
  crush: cleanup in crush_do_rule() method
  ceph: clear s_cap_reconnect when ceph_pagelist_encode_32() fails
  ceph: only d_add() negative dentries when they are unhashed
  libceph: update outdated comment in ceph_sock_write_space()
  libceph: Remove obsolete session key alignment logic

    [2 lines not shown]
DeltaFile
+416-0fs/ceph/subvolume_metrics.c
+177-6fs/ceph/metric.c
+157-0fs/ceph/debugfs.c
+82-16fs/ceph/mds_client.c
+97-0fs/ceph/subvolume_metrics.h
+64-4fs/ceph/file.c
+993-2614 files not shown
+1,144-5020 files

Linux/linux ff9726dfs/ntfs file.c aops.c

Merge tag 'ntfs-for-7.1-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/ntfs

Pull ntfs updates from Namjae Jeon:

 - Fix potential data leakage by zeroing the portion of the straddle
   block beyond initialized_size when reading non-resident attributes

 - Remove unnecessary zeroing in ntfs_punch_hole() for ranges beyond
   initialized_size, as they are already returned as zeros on read

 - Fix writable check in ntfs_file_mmap_prepare() to correctly handle
   shared mappings using VMA_SHARED_BIT | VMA_MAYWRITE_BIT

 - Use page allocation instead of kmemdup() for IOMAP_INLINE data to
   ensure page-aligned address and avoid BUG trap in
   iomap_inline_data_valid() caused by the page boundary check

 - Add a size check before memory allocation in ntfs_attr_readall() and
   reject overly large attributes

    [20 lines not shown]
DeltaFile
+24-25fs/ntfs/file.c
+45-3fs/ntfs/aops.c
+20-8fs/ntfs/iomap.c
+15-1fs/ntfs/attrib.c
+3-2fs/ntfs/mft.c
+4-1fs/ntfs/ea.c
+111-401 files not shown
+113-417 files

Linux/linux bdcb864fs/9p vfs_super.c v9fs.c, include/net/9p 9p.h

Merge tag '9p-for-7.1-rc1' of https://github.com/martinetd/linux

Pull 9p updates from Dominique Martinet:

 - 9p access flag fix (cannot change access flag since new mount API implem)

 - some minor cleanup

* tag '9p-for-7.1-rc1' of https://github.com/martinetd/linux:
  9p/trans_xen: replace simple_strto* with kstrtouint
  9p/trans_xen: make cleanup idempotent after dataring alloc errors
  9p: document missing enum values in kernel-doc comments
  9p: fix access mode flags being ORed instead of replaced
  9p: fix memory leak in v9fs_init_fs_context error path
DeltaFile
+53-24net/9p/trans_xen.c
+35-3include/net/9p/9p.h
+3-3fs/9p/vfs_super.c
+4-0fs/9p/v9fs.c
+95-304 files

Linux/linux f9569c6Documentation/process license-rules.rst, scripts checkpatch.pl

Merge tag 'spdx-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx

Pull SPDX update from Greg KH:
 "Here is a single SPDX-like change for 7.1-rc1. It explicitly allows
  the use of SPDX-FileCopyrightText which has been used already in many
  files.

  At the same time, update checkpatch to catch any "non allowed" spdx
  identifiers as we don't want to go overboard here.

  This has been in linux-next for a long time with no reported problems"

* tag 'spdx-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx:
  LICENSES: Explicitly allow SPDX-FileCopyrightText
DeltaFile
+8-0scripts/checkpatch.pl
+5-2Documentation/process/license-rules.rst
+13-22 files