This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 6f2a71a99ebd Merge tag 'bcachefs-2025-06-26' of git://evilpiepirate.org [...]
new 20d71750cc72 crypto: wp512 - Use API partial block handling
new 67a993863163 Merge tag 'v6.16-p6' of git://git.kernel.org/pub/scm/linux [...]
The 2 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:
crypto/wp512.c | 121 +++++++++++++++++++++------------------------------------
1 file changed, 45 insertions(+), 76 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 8a20830f2dd1 Merge tag 'hid-for-linus-2025062701' of git://git.kernel.o [...]
new 0f4dd2ce352d bcachefs: trace_extent_trim_atomic
new 3bd6f8aeae3d bcachefs: btree iter tracepoints
new 9b9a3270092b bcachefs: Don't allocate new memory when mempool is exhausted
new 9b54efe66c9b bcachefs: Fix alloc_req use after free
new e31144f8cbe0 bcachefs: Add missing EBUG_ON
new 0dc8eaebed99 bcachefs: Delay calculation of trans->journal_u64s
new 0e62fca2a6db bcachefs: Fix bch2_journal_keys_peek_prev_min()
new 425da82c63e3 bcachefs: btree_iter: fix updates, journal overlay
new f2ed0892732d bcachefs: better __bch2_snapshot_is_ancestor() assert
new 2ba562cc04dc bcachefs: pass last_seq into fs_journal_start()
new c1ccd43b357e bcachefs: Fix "now allowing incompatible features" message
new c27e5782d957 bcachefs: Fix snapshot_key_missing_inode_snapshot repair
new b17d7bdb128c bcachefs: fsck: fix add_inode()
new 191334400d80 bcachefs: fsck: fix extent past end of inode repair
new 17c3395e25f7 bcachefs: opts.journal_rewind
new 10dfe4926de3 bcachefs: Kill unused tracepoints
new 7c9cef5f8bf1 bcachefs: mark more errors autofix
new d89a34b14df5 bcachefs: Move bset size check before csum check
new 56be92c63f02 bcachefs: Fix pool->alloc NULL pointer dereference
new 03208bd06a61 bcachefs: don't return fsck_fix for unfixable node errors [...]
new f2a701fd94f1 bcachefs: fsck: Improve check_key_has_inode()
new 1cddad0fcbcc bcachefs: Call bch2_fs_init_rw() early if we'll be going rw
new 9ba6930ef8e0 bcachefs: Fix __bch2_inum_to_path() when crossing subvol b [...]
new 7029cc4d1345 bcachefs: fsck: Print path when we find a subvol loop
new c1ca07a4dd1a bcachefs: fsck: Fix remove_backpointer() for subvol roots
new 9fb09ace59b2 bcachefs: fsck: Fix reattach_inode() for subvol roots
new 3e5ceaa5bfd7 bcachefs: fsck: check_directory_structure runs in reverse order
new 8d6ac82361df bcachefs: fsck: additional diagnostics for reattach_inode()
new 583ba52a40dd bcachefs: fsck: check_subdir_count logs path
new 495ba899d5a1 bcachefs: fsck: Fix check_path_loop() + snapshots
new 6c4897caefc8 bcachefs: Fix bch2_read_bio_to_text()
new e1f0e1a45a40 bcachefs: Fix restart handling in btree_node_scrub_work()
new bbc3a0b17a89 bcachefs: fsck: Fix check_directory_structure when no chec [...]
new 3f890768dab1 bcachefs: fsck: fix unhandled restart in topology repair
new 1df310860aa5 bcachefs: fsck: Fix oops in key_visible_in_snapshot()
new 88bd771191f7 bcachefs: fix spurious error in read_btree_roots()
new 434635987fb7 bcachefs: Fix missing newlines before ero
new b2348fe6c81c bcachefs: Fix *__bch2_trans_subbuf_alloc() error path
new 32a01cd43341 bcachefs: Don't log fsck err in the journal if doing repai [...]
new b2e2bed11980 bcachefs: Add missing key type checks to check_snapshot_exists()
new bb378314ceee bcachefs: Add missing bch2_err_class() to fileattr_set()
new abcb6bd4be19 bcachefs: fix spurious error_throw
new 72c0d9cb0fc4 bcachefs: Fix range in bch2_lookup_indirect_extent() error path
new 5c4acbc8ce90 bcachefs: Don't unlock the trans if ret doesn't match BCH_ [...]
new 865ad1dbf132 bcachefs: Check for bad write buffer key when moving from journal
new f5109c201cf2 bcachefs: Use wait_on_allocator() when allocating journal
new 1f8aede70d49 bcachefs: fix bch2_journal_keys_peek_prev_min() underflow
new 1dcea07810c8 bcachefs: btree_root_unreadable_and_scan_found_nothing sho [...]
new 3e72acb78b73 bcachefs: Ensure btree node scan runs before checking for [...]
new 64b6a788bd96 bcachefs: Ensure we rewind to run recovery passes
new ef6fac0f9e5d bcachefs: Plumb correct ip to trans_relock_fail tracepoint
new 6f2a71a99ebd Merge tag 'bcachefs-2025-06-26' of git://evilpiepirate.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:
fs/bcachefs/alloc_background.c | 13 +-
fs/bcachefs/backpointers.c | 2 +-
fs/bcachefs/bcachefs.h | 3 +-
fs/bcachefs/btree_gc.c | 37 ++--
fs/bcachefs/btree_io.c | 74 ++++----
fs/bcachefs/btree_iter.c | 173 ++++++++++++------
fs/bcachefs/btree_journal_iter.c | 82 ++++++---
fs/bcachefs/btree_journal_iter_types.h | 5 +-
fs/bcachefs/btree_locking.c | 12 +-
fs/bcachefs/btree_node_scan.c | 6 +-
fs/bcachefs/btree_node_scan.h | 2 +-
fs/bcachefs/btree_trans_commit.c | 18 +-
fs/bcachefs/btree_types.h | 1 +
fs/bcachefs/btree_update.c | 16 +-
fs/bcachefs/btree_update.h | 5 +-
fs/bcachefs/btree_update_interior.c | 16 +-
fs/bcachefs/btree_update_interior.h | 3 +
fs/bcachefs/btree_write_buffer.c | 8 +-
fs/bcachefs/btree_write_buffer.h | 6 +
fs/bcachefs/chardev.c | 29 ++-
fs/bcachefs/data_update.c | 1 +
fs/bcachefs/errcode.h | 5 -
fs/bcachefs/error.c | 4 +-
fs/bcachefs/extent_update.c | 13 +-
fs/bcachefs/fs.c | 3 +-
fs/bcachefs/fsck.c | 317 +++++++++++++++++++++++----------
fs/bcachefs/inode.h | 5 +
fs/bcachefs/io_read.c | 7 +-
fs/bcachefs/journal.c | 20 +--
fs/bcachefs/journal.h | 2 +-
fs/bcachefs/journal_io.c | 26 ++-
fs/bcachefs/namei.c | 30 +++-
fs/bcachefs/opts.h | 5 +
fs/bcachefs/recovery.c | 24 ++-
fs/bcachefs/recovery_passes.c | 19 +-
fs/bcachefs/recovery_passes.h | 9 +
fs/bcachefs/reflink.c | 12 +-
fs/bcachefs/sb-errors_format.h | 19 +-
fs/bcachefs/snapshot.c | 14 +-
fs/bcachefs/super.c | 13 +-
fs/bcachefs/super.h | 1 +
fs/bcachefs/trace.h | 125 +++----------
42 files changed, 734 insertions(+), 451 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from f02769e7f272 Merge tag 'devicetree-fixes-for-6.16-1' of git://git.kerne [...]
new 5ae416c5b1e2 HID: wacom: fix memory leak on kobject creation failure
new 1a19ae437ca5 HID: wacom: fix memory leak on sysfs attribute creation failure
new 85a720f4337f HID: wacom: fix kobject reference count leak
new 4a0381080397 HID: nintendo: avoid bluetooth suspend/resume stalls
new 73f3a7415d93 HID: Intel-thc-hid: Intel-quicki2c: Enhance QuickI2C reset flow
new 54bae4c17c11 HID: quirks: Add quirk for 2 Chicony Electronics HP 5MP Cameras
new fa10d4515817 HID: input: lower message severity of 'No inputs registere [...]
new 1a8953f4f774 HID: Add IGNORE quirk for SMARTLINKTECHNOLOGY
new 9327e3ee5b07 HID: lenovo: Restrict F7/9/11 mode to compact keyboards only
new 0e97f5b6a080 hid: intel-ish-hid: Use PCI_DEVICE_DATA() macro for ISH de [...]
new 5cdb49a680b4 HID: intel-ish-hid: ipc: Add Wildcat Lake PCI device ID
new f3054152c12e HID: wacom: fix crash in wacom_aes_battery_handler()
new 4540e41e753a HID: appletb-kbd: fix "appletb_backlight" backlight device [...]
new a8905238c3bb HID: lenovo: Add support for ThinkPad X1 Tablet Thin Keybo [...]
new 8a20830f2dd1 Merge tag 'hid-for-linus-2025062701' of git://git.kernel.o [...]
The 15 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:
drivers/hid/hid-appletb-kbd.c | 5 +++
drivers/hid/hid-ids.h | 6 ++++
drivers/hid/hid-input.c | 2 +-
drivers/hid/hid-lenovo.c | 19 ++++++++---
drivers/hid/hid-multitouch.c | 8 ++++-
drivers/hid/hid-nintendo.c | 38 ++++++++++++++++++++--
drivers/hid/hid-quirks.c | 3 ++
drivers/hid/intel-ish-hid/ipc/hw-ish.h | 1 +
drivers/hid/intel-ish-hid/ipc/pci-ish.c | 12 +++++--
.../intel-quicki2c/quicki2c-protocol.c | 26 ++++++++++++++-
drivers/hid/wacom_sys.c | 7 +++-
11 files changed, 114 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from f9a6efa7a71 [lra] catch all to-sp eliminations with nonzero offsets [PR120424]
new 64c55a99746 x86: Handle vector broadcast source
The 1 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:
gcc/config/i386/i386-features.cc | 9 ++
gcc/testsuite/g++.target/i386/pr120830.C | 211 +++++++++++++++++++++++++++++++
2 files changed, 220 insertions(+)
create mode 100644 gcc/testsuite/g++.target/i386/pr120830.C
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 58323d4a032 Fortran: fix checking of renamed-on-use interface name [PR120784]
new e4c99f16548 Daily bump.
The 1 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:
gcc/ChangeLog | 26 ++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 16 ++++++++++++++++
4 files changed, 52 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14
in repository gcc.
from 3dc96635f36 Daily bump.
new c846f9d5d6f Daily bump.
The 1 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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-13
in repository gcc.
from 2abf837326e Daily bump.
new 493cddb125c Daily bump.
The 1 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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-12
in repository gcc.
from d23ed101b0d Daily bump.
new 6577bcf4e94 Daily bump.
The 1 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:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a1c592be501 pru: Split 64-bit moves into a sequence of 32-bit moves
new 7ce8a87f781 [lra] inactivate disabled fp2sp elimination [PR120424]
new 6c554467623 [genoutput] mark scratch outputs as eliminable [PR120424]
new be547188b63 [lra] recompute ranges upon disabling fp2sp elimination [PR120424]
new b4947344896 [lra] rework deactivation of fp2sp elimination [PR120424]
new 66b6da3b66e [lra] reorder operations in lra_update_fp2sp_elimination [P [...]
new ccef9e5dd9f [lra] apply elimination offsets to MEM in autoinc address [ [...]
new f9a6efa7a71 [lra] catch all to-sp eliminations with nonzero offsets [PR120424]
The 7 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:
gcc/genoutput.cc | 2 +-
gcc/lra-eliminations.cc | 89 +++++++++++++++++++++++++++++++++++--------------
gcc/lra-int.h | 3 ++
gcc/lra-lives.cc | 22 ++++++++++++
gcc/lra-spills.cc | 37 ++++++++++++++++++++
5 files changed, 127 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch pending-fixes
in repository linux-next.
omits 48f1fcfc603f Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 2606245070d1 Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
omits 92d52e7dd705 Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 0c52fb360a42 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
omits 0ad04d5bb0ee Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
omits 98d679565567 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits b3e2da05ffb6 Merge branch 'rtc-fixes' of git://git.kernel.org/pub/scm/l [...]
omits 6b25244c0ac1 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits a739d6f51cf8 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits d6f6132408a9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits db304869d0d1 Merge branch 'dt/linus' of git://git.kernel.org/pub/scm/li [...]
omits 6925943715c4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits c6a6bd777023 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 5af572cb0ca9 Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
omits a671410d9341 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits e03cc7371696 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
omits 90d5b1c96f01 Merge branch 'for-mfd-fixes' of git://git.kernel.org/pub/s [...]
omits 1ea3b887b277 Merge branch 'libcrypto-fixes' of git://git.kernel.org/pub [...]
omits 3455ec3e918f Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 4471e1b095c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits ccc1683dff0b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits c4da1655799a Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 98fed4b93433 Merge branch 'staging-linus' of git://git.kernel.org/pub/s [...]
omits e250fab235b0 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits e99847b60b2e Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits a24398ab3c53 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits e01ece8e3242 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
omits 57e34299e4d5 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits ec53be2f3a97 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 2a15b99ae171 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 84de2bbc8469 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits 0460993e3fd3 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits becd187a1a2a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
omits 6f65ff052123 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits 92b04dd59f1f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits e63e6842ab48 Merge branch 'fs-current' of linux-next
omits 32ad5ca78c0c Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits 003148c75c8b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 9b6e78ea2f4b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 887a4cb1f2b6 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 2cd8a89048a2 Merge branch into tip/master: 'x86/urgent'
omits 368760702074 Merge branch into tip/master: 'locking/urgent'
new c5c2a8b497d6 Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/lin [...]
new ee88bddf7f2f Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
new a433791aeaea atm: Release atm_dev_mutex after removing procfs in atm_de [...]
new 8d89661a36dd net: selftests: fix TCP packet checksum
new 85720e04d9af net: libwx: fix the creation of page_pool
new e34a79b96ab9 Merge tag 'net-6.16-rc4' of git://git.kernel.org/pub/scm/l [...]
new f02769e7f272 Merge tag 'devicetree-fixes-for-6.16-1' of git://git.kerne [...]
new 48b0ccafeaca Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
new 943920f18bf1 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 36d4f6b6e077 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new 194e8711f418 Merge branch 'fs-current' of linux-next
new 3a11490e7ad7 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 46c8b5326875 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 2ed25aa7f771 IB/mlx5: Fix potential deadlock in MR deregistration
new 3f5f6321f129 IB/core: Annotate umem_mutex acquisition under fs_reclaim [...]
new 3cc1dbfddf88 RDMA/mlx5: Fix HW counters query for non-representor devices
new acd245b1e33f RDMA/mlx5: Fix CC counters query for MPV
new a9a9e68954f2 RDMA/mlx5: Fix vport loopback for MPV device
new 7def4ca550b5 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
new 346bd8a977fc Merge tag 'asoc-fix-v6.16-rc3' of https://git.kernel.org/p [...]
new 7ab6847a0322 ALSA: hda/realtek: Fix built-in mic on ASUS VivoBook X507UAR
new 3cef1fa2e5ab Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 2b4e5c7438c3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 5d843d419497 Merge branch 'tty-linus' of git://git.kernel.org/pub/scm/l [...]
new a49e1e2e785f usb: hub: Fix flushing and scheduling of delayed work that [...]
new ff96294b2175 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new cb6b43d5b6dc Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new c5d6954fac46 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new ea0963fabe53 Merge branch 'staging-linus' of git://git.kernel.org/pub/s [...]
new a628e69b6412 soundwire: amd: fix for clearing command status register
new 5d4acbbd8e8e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new fd8fd301d45e Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f4819dfdf232 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new d9408b8eea6d crypto: chelsio - Use crypto_shash_export_core
new ccafe2821cfa crypto: qat - Use crypto_shash_export_core
new 1f9782cbc64a Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new d33699368307 Merge branch 'libcrypto-fixes' of git://git.kernel.org/pub [...]
new 8eba2187391e dmaengine: mediatek: Fix a flag reuse error in mtk_cqdma_t [...]
new 942d49209e45 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new efc42c62ac25 Merge branch 'for-mfd-fixes' of git://git.kernel.org/pub/s [...]
new 75ce861f4296 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
new dbec385521da Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 92c843ad5aab Merge branch 'dma-mapping-fixes' of git://git.kernel.org/p [...]
new d0f8ee81a8fe platform/x86: dell-lis3lv02d: Add Latitude 5500
new 7dc6b2d3b550 platform/x86: asus-nb-wmi: add DMI quirk for ASUS Zenbook [...]
new b511bbfe4242 platform/x86: thinkpad_acpi: handle HKEY 0x1402 event
new 173bbec6693f platform/mellanox: mlxbf-pmc: Fix duplicate event ID for C [...]
new e0569a35ed5d Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 565d25500827 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 5bc6bad237b3 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 0043ec26d827 drm/amdgpu/gfx9: Add Cleaner Shader Support for GFX9.x GPUs
new 99579c55c3d6 drm/amdgpu/mes: add compatibility checks for set_hw_resource_1
new 73eab78721f7 drm/amd: Adjust output for discovery error handling
new 899dec4e885f drm/amdgpu/sdma6: add ucode version checks for userq support
new 31135cc99c40 drm/amdgpu/sdma7: add ucode version checks for userq support
new 66abb996999d drm/amd/display: Fix AMDGPU_MAX_BL_LEVEL value
new 6847b3b6e84e drm/amd/display: Add sanity checks for drm_edid_raw()
new 06f6516ee0b1 Merge tag 'amd-drm-fixes-6.16-2025-25-25' of https://gitla [...]
new b6211ab2ebc1 Merge tag 'drm-intel-fixes-2025-06-26' of https://gitlab.f [...]
new 62207293479e drm/xe/display: Add check for alloc_ordered_workqueue()
new 9127a69c7193 drm/xe/hwmon: Fix xe_hwmon_power_max_write
new a4b1b51ae132 drm/xe: Move DSB l2 flush to a more sensible place
new f16873f42a06 drm/xe: move DPT l2 flush to a more sensible place
new ad40098da5c3 drm/xe/guc: Explicitly exit CT safe mode on unwind
new af2b588abe00 drm/xe: Process deferred GGTT node removals on device unwind
new 6daaa479ac55 Merge tag 'drm-xe-fixes-2025-06-26' of https://gitlab.free [...]
new 2d8f944e7b7c Merge branch 'drm-fixes' of https://gitlab.freedesktop.org [...]
new c3f5ebe91eee Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 29ce23dd2e96 Merge branch 'rtc-fixes' of git://git.kernel.org/pub/scm/l [...]
new d61b5f4522dd Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 27ca80ffd0b7 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
new 818625570558 iommufd/selftest: Fix iommufd_dirty_tracking with large hu [...]
new 4b75e3babb85 iommufd/selftest: Add missing close(mfd) in memfd_mmap()
new a9bf67ee1705 iommufd/selftest: Add asserts testing global mfd
new 9a96876e3c65 iommufd/selftest: Fix build warnings due to uninitialized mfd
new 83c5fc54cf2f Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
new d387aecd99b4 Merge branch 'i2c/i2c-host-fixes' of git://git.kernel.org/ [...]
new 4a99081c230d Merge branch 'clk-fixes' of git://git.kernel.org/pub/scm/l [...]
new c162d65da405 Merge branch into tip/master: 'locking/urgent'
new 1476b218327b perf/aux: Fix pending disable flow when the AUX ring buffe [...]
new 0f955337d5ac Merge branch into tip/master: 'perf/urgent'
new 7ed1f13ed278 Merge branch into tip/master: 'x86/urgent'
new 1c1c288e21b0 Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
new d427f8d7f886 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (48f1fcfc603f)
\
N -- N -- N refs/heads/pending-fixes (d427f8d7f886)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 84 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:
drivers/crypto/chelsio/chcr_algo.c | 10 ++--
drivers/crypto/intel/qat/qat_common/qat_algs.c | 14 ++---
drivers/dma/mediatek/mtk-cqdma.c | 4 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c | 28 +++++-----
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c | 19 +++++++
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c | 10 ++--
drivers/gpu/drm/amd/amdgpu/mes_v12_0.c | 3 +-
drivers/gpu/drm/amd/amdgpu/sdma_v6_0.c | 19 +++++--
drivers/gpu/drm/amd/amdgpu/sdma_v7_0.c | 12 +++--
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 10 ++--
.../drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c | 4 ++
drivers/gpu/drm/xe/display/xe_display.c | 2 +
drivers/gpu/drm/xe/display/xe_dsb_buffer.c | 11 ++--
drivers/gpu/drm/xe/display/xe_fb_pin.c | 5 +-
drivers/gpu/drm/xe/regs/xe_mchbar_regs.h | 1 +
drivers/gpu/drm/xe/xe_ggtt.c | 11 ++++
drivers/gpu/drm/xe/xe_guc_ct.c | 10 ++--
drivers/gpu/drm/xe/xe_hwmon.c | 34 ++++++------
drivers/infiniband/core/umem_odp.c | 11 ++++
drivers/infiniband/hw/mlx5/counters.c | 4 +-
drivers/infiniband/hw/mlx5/main.c | 33 ++++++++++++
drivers/infiniband/hw/mlx5/mr.c | 61 +++++++++++++++++-----
drivers/net/ethernet/wangxun/libwx/wx_lib.c | 2 +-
drivers/platform/mellanox/mlxbf-pmc.c | 2 +-
drivers/platform/x86/asus-nb-wmi.c | 9 ++++
drivers/platform/x86/dell/dell-lis3lv02d.c | 1 +
drivers/platform/x86/thinkpad_acpi.c | 1 +
drivers/soundwire/amd_manager.c | 2 +-
drivers/usb/core/hub.c | 6 ++-
kernel/events/core.c | 6 +--
kernel/events/ring_buffer.c | 4 +-
net/atm/resources.c | 3 +-
net/core/selftests.c | 5 +-
sound/pci/hda/patch_realtek.c | 1 +
tools/testing/selftests/iommu/iommufd.c | 40 ++++++++++----
tools/testing/selftests/iommu/iommufd_utils.h | 9 +++-
36 files changed, 287 insertions(+), 120 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.