This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a6bc00ff35a gdb/windows: remove disable_breakpoints_in_shlibs call
new bd217f6d057 gdb/remote: Set the thread of the remote before sending qRcmd.
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:
gdb/remote.c | 3 +++
1 file changed, 3 insertions(+)
--
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 binutils-gdb.
from 1e9bd86ccda gdb: don't show incorrect source file in source window
new a6bc00ff35a gdb/windows: remove disable_breakpoints_in_shlibs call
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:
gdb/windows-nat.c | 1 -
1 file changed, 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 binutils-gdb.
from f40b59b9124 [libctf] Fix warning: @xref should not appear on @multitable line
new 1e9bd86ccda gdb: don't show incorrect source file in source window
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:
.../resize-3-foo.c} | 4 +-
.../list-nodebug.c => gdb.tui/resize-3-main.c} | 2 +-
gdb/testsuite/gdb.tui/resize-3.exp | 73 ++++++++++++++++++++++
gdb/tui/tui-winsource.c | 26 +++-----
4 files changed, 85 insertions(+), 20 deletions(-)
copy gdb/testsuite/{gdb.base/frame-unwind-disable.c => gdb.tui/resize-3-foo.c} (95%)
copy gdb/testsuite/{gdb.base/list-nodebug.c => gdb.tui/resize-3-main.c} (93%)
create mode 100644 gdb/testsuite/gdb.tui/resize-3.exp
--
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 09cc01ca00a jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
new ce4cb48c339 s390: Fix s390_valid_shift_count() for TI mode [PR118835]
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/s390/s390.cc | 35 ++++++++++++++++++--------------
gcc/testsuite/gcc.target/s390/pr118835.c | 21 +++++++++++++++++++
2 files changed, 41 insertions(+), 15 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/s390/pr118835.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 main
in repository newlib.
from 78ff40d78 Cygwin: FAQ: Add section about sparse files
new 11a84cc75 Cygwin: fix SSH hangs
new 4bcc6adec Cygwin: pipe_data_available: drop special casing select
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:
winsup/cygwin/local_includes/select.h | 2 +-
winsup/cygwin/select.cc | 35 +++++++++++++----------------------
2 files changed, 14 insertions(+), 23 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 cdffc763934 openmp: Mark OpenMP atomic write expression as read [PR119000]
new cc81363c33a Fortran: Use correct size when transferring between images [...]
new af73228fdb2 Fortran: Fix detection of descriptor arrays in coarray [PR107635]
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:
gcc/fortran/coarray.cc | 15 ++++++++++-----
gcc/fortran/trans-intrinsic.cc | 39 ++++++++++++++++++++++++++++++---------
2 files changed, 40 insertions(+), 14 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 releases/gcc-13
in repository gcc.
from 1283b9f946e jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
new 98fe2ae8afa tree-optimization/114921 - _Float16 -> __bf16 isn't noop
new 9abe274a320 tree-optimization/114921 - _Float16 -> __bf16 isn't noop fixup
new 55c8de5d875 tree-optimization/117119 - ICE with int128 IV in dataref analysis
new 08852469a26 tree-optimization/118717 - store commoning vs. abnormals
new ac2bfec1d87 middle-end/115641 - invalid address construction
new 160e6aeb5c6 tree-optimization/116850 - corrupt post-dom info
new 56f5e71a5b3 tree-optimization/117912 - bogus address equivalences for _ [...]
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/fold-const.cc | 3 ++
gcc/gimple-ssa-isolate-paths.cc | 23 ++++++--
gcc/testsuite/c-c++-common/torture/pr117912-1.c | 28 ++++++++++
gcc/testsuite/c-c++-common/torture/pr117912-2.c | 28 ++++++++++
gcc/testsuite/c-c++-common/torture/pr117912-3.c | 61 ++++++++++++++++++++++
gcc/testsuite/gcc.dg/pr116850.c | 12 +++++
.../950628-1.c => gcc.dg/torture/pr115641.c} | 18 +++----
gcc/testsuite/gcc.dg/torture/pr117119.c | 10 ++++
gcc/testsuite/gcc.dg/torture/pr118717.c | 41 +++++++++++++++
gcc/tree-data-ref.cc | 2 +-
gcc/tree-ssa-phiopt.cc | 4 +-
gcc/tree-ssa-sccvn.cc | 51 ++++++++++++++++--
gcc/tree-ssa-sink.cc | 4 +-
gcc/tree-vect-stmts.cc | 19 ++++---
14 files changed, 276 insertions(+), 28 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-1.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-2.c
create mode 100644 gcc/testsuite/c-c++-common/torture/pr117912-3.c
create mode 100644 gcc/testsuite/gcc.dg/pr116850.c
copy gcc/testsuite/{gcc.c-torture/execute/950628-1.c => gcc.dg/torture/pr115641.c} (64%)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117119.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118717.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 master
in repository gcc.
from a41b3f54c13 c++: Fix range for with PMFs [PR118923]
new 86a4af27933 openmp: Fix handling of declare target statics with array t [...]
new cdffc763934 openmp: Mark OpenMP atomic write expression as read [PR119000]
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:
gcc/c/c-parser.cc | 22 ++++++++++------------
gcc/cp/cp-tree.h | 2 +-
gcc/cp/decl.cc | 19 ++++++++++++++-----
gcc/cp/decl2.cc | 12 +++++++-----
gcc/testsuite/c-c++-common/gomp/pr119000.c | 16 ++++++++++++++++
gcc/testsuite/g++.dg/gomp/pr118876.C | 6 ++++++
6 files changed, 54 insertions(+), 23 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/gomp/pr119000.c
create mode 100644 gcc/testsuite/g++.dg/gomp/pr118876.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 master
in repository gcc.
from 90b735b397c Daily bump.
new a41b3f54c13 c++: Fix range for with PMFs [PR118923]
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/cp/decl.cc | 6 ++--
gcc/cp/method.cc | 2 +-
gcc/cp/tree.cc | 3 +-
gcc/cp/typeck.cc | 6 ++--
gcc/testsuite/g++.dg/cpp0x/pr118923.C | 66 +++++++++++++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp1y/pr118923.C | 38 ++++++++++++++++++++
6 files changed, 110 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr118923.C
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr118923.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-14
in repository gcc.
from dbb91c392de Daily bump.
new 09cc01ca00a jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
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/jit/jit-playback.cc | 1 +
gcc/jit/jit-result.cc | 1 +
gcc/plugin.cc | 1 +
gcc/system.h | 2 +-
4 files changed, 4 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-13
in repository gcc.
from 51f7e255f59 Daily bump.
new 1283b9f946e jit/118780 - make sure to include dlfcn.h when plugin suppo [...]
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/jit/jit-playback.cc | 2 ++
gcc/jit/jit-result.cc | 1 +
gcc/plugin.cc | 1 +
gcc/system.h | 2 +-
4 files changed, 5 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 master
in repository binutils-gdb.
from 5524062fadf Automatic date update in version.in
new f40b59b9124 [libctf] Fix warning: @xref should not appear on @multitable line
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:
libctf/doc/ctf-spec.texi | 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 annotated tag next-20250225
in repository linux-next.
at 8c1704d15a5e (tag)
tagging 0226d0ce98a477937ed295fb7df4cc30b46fc304 (commit)
replaces v6.14-rc4
tagged by Stephen Rothwell
on Tue Feb 25 17:08:29 2025 +1100
- Log -----------------------------------------------------------------
next-20250225
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEmFtoH6RZGWmXU6JkifkcCkHVwHoFAme9Xl0ACgkQifkcCkHV
wHptLRAAoBs+6OsCuTmyNi30AfJmLN3mGK5P4kq10kD2hJc9X0Y8NTNrCzAgiiBZ
Seh7ICAjKhJFd9r0p3NLvVQzltJ297dWLRq4andfIliYX7LaV/0honyfeEcG3sJZ
GLngyoDBTGpKrq3h2DEZiADu6ekYn7q1fp1RhcYrlp6Ueg6mR85ABRp/HEj/YFSd
KMc48VCVZ7spKwr9PkLtfxlMuJWmZ02SKDWoyLU+Hgbfns2MJrHA4QXVgCgEz9LC
i4pYTdr/YkNLYlojULh5ypPm5uZQXpSDHSqNeFet45UgzCOpP/5F0u9YUyBtZ40O
r8lwrX5XDTH4SPc2Pvl50SLhDH0D4DKUxjDjmDo5oizXqyWdX8wACwCn8uiOBYzO
2uosk7Pys8AIGD6IUf3X1YCBcgic+hay1CJlSjO2zJGISAvVLoUwvXvyuY7ERvTu
YAstdnrRhUrg23JHlfUR4MifYhNKE+YGlBpaJpJSyzpqar0KPVwv2mHg/LhJ2d71
thz92NfdMfJeeUNfqMwCq8tZcU4IQvGLdv6uXv6NIWJRf++DyMJgjUj+dxwjUNas
kjt4bbH+jHRN1r/ot51pVTqaboh0RkMKfENEOCuASs5SYYt2ZZufVqO2jGutjOvo
96f63dYJAbN3b/NleOFGgiRdcHuMpJOTDmXnbVl/gtVA8Gbp0oo=
=+Qvw
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new c86e269c4da6 platform/x86: dell: Use *-y instead of *-objs in Makefile
new 61eeb9678789 pmdomain: rockchip: Check if SMC could be handled by TA
new 00fa8243e572 pmdomain: Merge branch rockchip into next
new 6d137f8101fc MAINTAINERS: Update section for cpuidle-psci
new 6568cb40e731 pmdomain: imx: gpcv2: use proper helper for property detection
new fd042310df40 arm64: dts: mediatek: mt8183: Switch to Elan touchscreen driver
new 7e05269ba8e3 perf parse-events: Tidy name token matching
new 7f880725078d RDMA/rxe: Move some code to rxe_loc.h in preparation for ODP
new b601792392f9 RDMA/rxe: Add page invalidation support
new d03fb5c6599e RDMA/rxe: Allow registering MRs for On-Demand Paging
new 2fae67ab63db RDMA/rxe: Add support for Send/Recv/Write/Read with ODP
new b55e9d29ec6a RDMA/rxe: Add support for the traditional Atomic operation [...]
new c29ebef507a6 dt-bindings: gpu: mali-bifrost: Add compatible for RZ/V2H(P) SoC
new 0fe0c7c6f307 dt-bindings: trivial-devices: Add ti,tps53681
new 6c10926fce84 dt-bindings: gpu: mali-bifrost: Add Allwinner H616 compatible
new 354fd6e86fac rust: io: rename `io::Io` accessors
new be35a3127d60 RDMA/mana_ib: Ensure variable err is initialized
new a3f6864ebb8d m68k: Do not include <linux/fb.h>
new 63014a9e119f m68k: mm: Replace deprecated strncpy() with strscpy()
new f69da85d5d5c scsi: scsi_debug: First fixes for tapes
new e7795366c41d scsi: scsi_debug: Add READ BLOCK LIMITS and modify LOAD for tapes
new e1ac21310aaa scsi: scsi_debug: Add write support with block lengths and [...]
new 0744d3114c60 scsi: scsi_debug: Add read support and update locate for tapes
new 568354b24c7d scsi: scsi_debug: Add compression mode page for tapes
new 862a5556b1a4 scsi: scsi_debug: Reset tape setting at device reset
new 23f4e82bb9eb scsi: scsi_debug: Add support for partitioning the tape
new b7b68c6e3677 drm/xe/wa: Limit char per line to 100
new 72cef52b353c thunderbolt: Make tb_tunnel_alloc_usb3() error paths consi [...]
new e13b6da7045f virtio-net: tweak for better TX performance in NAPI mode
new 56be86393214 HID: bpf: Add support for the default firmware mode of the [...]
new 43db1911f807 HID: bpf: Suppress bogus F13 trigger on Sirius keyboard fu [...]
new 531a1cc66713 HID: bpf: Added updated Kamvas Pro 19 descriptor
new 4be933521ffa HID: bpf: add support for the XP-Pen Artist Pro 19 (gen2)
new 91bb3115efdf HID: bpf: import new kfunc from v6.10 & v6.11
new 4a94deb94994 HID: bpf: new hid_bpf_async.h common header
new 834da3756f49 HID: bpf: add a v6.11+ compatible BPF fixup for the XPPen [...]
new 8fabf47931ed Merge branch 'for-6.15/bpf' into for-next
new 8020b233c6f1 arm64: dts: mediatek: mt8390-genio-common: Fix duplicated [...]
new 2d13f801f1a6 Merge tag 'v6.14-rc4' of git://git.kernel.org/pub/scm/linu [...]
new 69920338f813 gpiolib: sanitize the return value of gpio_chip::request()
new dcf8f3bffa2d gpiolib: sanitize the return value of gpio_chip::set_config()
new 86ef402d805d gpiolib: sanitize the return value of gpio_chip::get()
new 74abd086d2ee gpiolib: sanitize the return value of gpio_chip::get_multiple()
new dfeb70c86d63 gpiolib: sanitize the return value of gpio_chip::direction [...]
new 4750ddce95ae gpiolib: sanitize the return value of gpio_chip::direction [...]
new e623c4303ed1 gpiolib: sanitize the return value of gpio_chip::get_direction()
new 11067f50458a gpiolib: read descriptor flags once in gpiolib_dbg_show()
new b6eb664d89e7 drm/sched: Add internal job peek/pop API
new 80b6ef8ae25a drm/amdgpu: Pop jobs from the queue more robustly
new b76f1467dc56 drm/sched: Remove a hole from struct drm_sched_job
new 4b7320bfd49d drm/sched: Move drm_sched_entity_is_ready to internal header
new 71a18f7266f3 drm/sched: Move internal prototypes to internal header
new 27d4815149ba drm/sched: Group exported prototypes by object type
new 2ecdbebefea7 coresight: catu: Constify amba_id table
new 7b6d52e83705 coresight: tpda: Constify amba_id table
new 2197cbc22c1b coresight: tpdm: Constify amba_id table
new 18311a766c58 err.h: move IOMEM_ERR_PTR() to err.h
new a21cad931276 driver core: Split devres APIs to device/devres.h
new 99e297cdd338 iio: imu: st_lsm9ds0: Replace device.h with what is needed
new a103b833ac38 devres: Introduce devm_kmemdup_array()
new 753764aa8eb5 pinctrl: intel: copy communities using devm_kmemdup_array()
new f192c8447f4e pinctrl: baytrail: copy communities using devm_kmemdup_array()
new d795fb90d6c6 pinctrl: cherryview: use devm_kmemdup_array()
new 91bfcc7a2fdb pinctrl: tangier: use devm_kmemdup_array()
new 86068aca7548 pinctrl: pxa2xx: use devm_kmemdup_array()
new a0d78eec8839 iio: adc: xilinx-xadc-core: use devm_kmemdup_array()
new cdcc09a495a4 input: sparse-keymap: use devm_kmemdup_array()
new b8c38ccb2ca5 input: ipaq-micro-keys: use devm_kmemdup_array()
new 1f4c7f3b3afa Merge patch series "Split devres APIs to device/devres.h a [...]
new 64382432013d ARM: dts: microchip: sama7d65: Add chipID for sama7d65
new 094002ce2768 ARM: dts: microchip: sama7d65: Add DMAs to sama7d65 SoC
new 69c98f63e705 ARM: dts: microchip: sama7d65: Enable DMAs
new 8c1dd804734d dt-bindings: atmel-sysreg: Add SAMA7D65 Chip ID
new 9a913a58b4d5 ARM: at91: Add Support in SoC driver for SAMA7D65
new 227ee8cb9a0f Merge branch 'at91-soc' into at91-next
new 22ae29e60958 Merge branch 'at91-dt' into at91-next
new dd48b7aa69b9 Merge branch 'v6.14-next/dts64' into for-next
new 00204ae3d671 dm-integrity: set ti->error on memory allocation failure
new 3be1f253935b dm-bufio: remove unused return value
new 51ba14fb368e dm-verity: do forward error correction on metadata I/O errors
new ff3f7115f4ff dm vdo: remove remaining ring references
new dc8f646cd870 dm vdo: rework processing of loaded refcount byte arrays
new 88f7f56d16f5 dm: fix unconditional IO throttle caused by REQ_PREFLUSH
new bc4bc2a16097 pmdomain: rockchip: Fix build error
new ac24d9767b53 dt-bindings: usb: mediatek,mtk-xhci: Add port for SuperSpeed EP
new 6e5496804185 arm64: dts: mediatek: mt8188: Add MTU3 nodes and correctly [...]
new 5fef91c267c1 arm64: dts: mediatek: mt8390-genio-700: Add USB, TypeC Con [...]
new eb016b44f64b arm64: dts: mediatek: mt8188: Add base display controller graph
new be06e25e3cf6 arm64: dts: mediatek: mt8390-genio-common: Add Display on DSI0
new 3897131ba0eb arm64: dts: mediatek: mt8188-geralt: Add graph for DSI and [...]
new 81688e5cf754 arm64: dts: mediatek: mt8390-genio-common: Configure touch [...]
new 36ccabe59dda pmdomain: Merge branch rockchip into next
new 2da0795757e8 dt-bindings: usb: mtu3: Add ports property
new 89a2041f7f04 arm64: dts: mediatek: mt8395-genio-1200-evk: add support f [...]
new 9b98a7d2e5f4 auxdisplay: hd44780: Fix an API misuse in hd44780.c
new 72e1c440c848 auxdisplay: panel: Fix an API misuse in panel.c
new eb5ab6ffb4ca gpio: introduce utilities for synchronous fake device creation
new 2f41dbf9cb84 gpio: sim: convert to use dev-sync-probe utilities
new 45af02f06f69 gpio: virtuser: convert to use dev-sync-probe utilities
new 6b9a5fc65a78 mailbox: mtk-cmdq: Refine GCE_GCTL_VALUE setting
new e08b8fd2f129 Merge branch 'v6.14-next/soc' into for-next
new 3035deac0cd5 io_uring: introduce io_is_compat()
new 0bba6fccbdcb io_uring/cmd: optimise !CONFIG_COMPAT flags setting
new 82d187d356dc io_uring/rw: compile out compat param passing
new 52524b281d57 io_uring/rw: shrink io_iov_compat_buffer_select_prep
new 11d963d44c77 wifi: ath12k: use link specific bss_conf as well in ath12k [...]
new e180a01bf2c4 wifi: ath12k: Add NULL check to validate tpc_stats
new 539c3845d320 remoteproc: omap: Add comment for is_iomem
new 0e9b4c10e833 sched_ext: idle: Introduce scx_bpf_nr_node_ids()
new fe4b65fc612a Merge branch 'for-6.15' into for-next
new 769a72d0bf80 rust: workqueue: define built-in bh queues
new 1e5f94eb8ef7 Merge branch 'for-6.15' into for-next
new d9317ac6e280 Merge remote-tracking branch 'asoc/for-6.15' into asoc-next
new 39ec9eaaa165 coredump: Only sort VMAs when core_sort_vma sysctl is set
new 4e37e928928b drm/xe/userptr: restore invalidation list on error
new 6b93cb98910c drm/xe/userptr: fix EFAULT handling
new 8b4b3af869e9 drm/xe/userptr: remove tmp_evict list
new 88aea41b9bc5 arm64: cpufeature: Handle NV_frac as a synonym of NV2
new 9d6745572899 KVM: arm64: Hide ID_AA64MMFR2_EL1.NV from guest and userspace
new d9f943f76506 KVM: arm64: Mark HCR.EL2.E2H RES0 when ID_AA64MMFR1_EL1.VH [...]
new 8f8d6084f5b5 KVM: arm64: Mark HCR.EL2.{NV*,AT} RES0 when ID_AA64MMFR4_E [...]
new 2cd9542a375a KVM: arm64: Advertise NV2 in the boot messages
new 57e7de2650c8 KVM: arm64: Consolidate idreg callbacks
new 179fd7e30f04 KVM: arm64: Make ID_REG_LIMIT_FIELD_ENUM() more widely available
new 0cd64345c4ba io_uring/waitid: use io_is_compat()
new 91864064622b io_uring/net: use io_is_compat()
new f6a89bf5278d io_uring/net: fix accept multishot handling
new 185523ebc853 io_uring/net: canonise accept mshot handling
new c457eed55d80 io_uring: make io_poll_issue() sturdier
new 639d9e58a1df Merge branch 'for-6.15/io_uring' into for-next
new 8f19331384e6 seccomp: avoid the lock trip seccomp_filter_release in com [...]
new e7ef6ed4583e KVM: arm64: Enforce NV limits on a per-idregs basis
new 94f296dcd6d9 KVM: arm64: Move NV-specific capping to idreg sanitisation
new 8bd2fa086a04 virtio: break and reset virtio devices on device_shutdown()
new cc9554e662a3 binfmt: Remove loader from linux_binprm struct
new f83c41fb3ddd KVM: arm64: Allow userspace to limit NV support to nVHE
new 07c29c78ca3a Merge branch 'for-linus/execve' into for-next/execve
new 642c23ea8b45 KVM: arm64: Make ID_AA64MMFR4_EL1.NV_frac writable
new 8b0b98ebf34d KVM: arm64: Advertise FEAT_ECV when possible
new 947963155d10 Merge branch into tip/master: 'irq/drivers'
new d59ca6493e11 Merge branch into tip/master: 'locking/core'
new 2c07db3d32e6 Merge branch into tip/master: 'perf/core'
new a4966228c851 Merge branch into tip/master: 'sched/core'
new abc155f714ca Merge branch into tip/master: 'timers/cleanups'
new 15f73b4c6981 Merge branch into tip/master: 'timers/core'
new 4be9b66c3b9a Merge branch into tip/master: 'timers/vdso'
new d93052a65e45 Merge branch into tip/master: 'x86/asm'
new 6991681afc7e Merge branch into tip/master: 'x86/boot'
new d4ff0c13fcd7 Merge branch into tip/master: 'x86/cleanups'
new 023d4c682fca Merge branch into tip/master: 'x86/core'
new 9c58f55aaa82 Merge branch into tip/master: 'x86/cpu'
new 1d47ef7ae123 Merge branch into tip/master: 'x86/fpu'
new cb98fea2b50c Merge branch into tip/master: 'x86/microcode'
new 2b86c8b996b9 Merge branch into tip/master: 'x86/misc'
new e403880681bb Merge branch into tip/master: 'x86/mm'
new b29a74b37150 Merge branch into tip/master: 'x86/platform'
new 2145ba374069 gpio: mmio: Add flag for calling pinctrl back-end
new da5dd31efd24 gpio: vf610: Switch to gpio-mmio
new 86d8f0dd0035 Merge branch 'kvm-arm64/nv-idregs' into kvmarm/next
new 6699ec9a23f8 io_uring/zcrx: add a read limit to recvzc requests
new 89baa22d7527 io_uring/zcrx: add selftest case for recvzc with read limit
new 422bd7990cd0 Merge branch 'for-6.15/io_uring-rx-zc' into for-next
new b729ea271e84 drm/xe: Add engine activity support
new 9e19f42955ff drm/xe/trace: Add trace for engine activity
new 0e6ffdb2b740 drm/xe/guc: Expose engine activity only for supported GuC version
new 02aa832d1403 bluetooth: btusb: Initialize .owner field of force_poll_sync_fops
new f66b266e3e4f bluetooth: btnxpuart: Support for controller wakeup gpio config
new c3bb10f6d38a dt-bindings: net: bluetooth: nxp: Add wakeup pin properties
new 98f992884333 net: stmmac: qcom-ethqos: use rgmii_clock() to set the link clock
new a3d5067f33d1 dt-bindings: net: bluetooth: qualcomm: document WCN3950
new 28a5679ac56f Bluetooth: qca: simplify WCN399x NVM loading
new f6d6a24db7b3 Bluetooth: qca: add WCN3950 support
new 62ee156d6b29 Bluetooth: Add check for mgmt_alloc_skb() in mgmt_remote_name()
new a4ce2f1cceba Bluetooth: Add check for mgmt_alloc_skb() in mgmt_device_c [...]
new 9709a9145ffe tools/virtio: Add DMA_MAPPING_ERROR and sg_dma_len api def [...]
new 23c7421777f3 tools: virtio/linux/compiler.h: Add data_race() define.
new b995427e8a85 tools: virtio/linux/module.h add MODULE_DESCRIPTION() define.
new 6978c5f5a64d drm/xe/xe_pmu: Add PMU support for engine activity
new c7f2b8bfca78 drm/xe/xe_pmu: Acquire forcewake on event init for engine events
new c504ad914f5b drm/xe/devcoredump: Fix print typo of offset
new 046eda65258b drm/xe/devcoredump: Remove IS_ERR_OR_NULL check for kzalloc
new 65f4be07ad10 of: unittest: Add a case to test if API of_irq_parse_one() [...]
new f02f2a1fe564 virtio_net: simplify virtnet_set_affinity()
new 2a402aa64c10 ibmvnic: simplify ibmvnic_set_queue_affinity()
new 40ba13b430cb powerpc/xmon: simplify xmon_batch_next_cpu()
new dc5bb9b769c9 cpumask: deprecate cpumask_next_wrap()
new 3268cb2e49cc cpumask: re-introduce cpumask_next{,_and}_wrap()
new 566babe82b10 cpumask: use cpumask_next_wrap() where appropriate
new f954a2d37637 padata: switch padata_find_next() to using cpumask_next_wrap()
new 0cad40928587 s390: switch stop_machine_yield() to using cpumask_next_wrap()
new 6fef7ed1587c scsi: lpfc: switch lpfc_irq_rebalance() to using cpumask_n [...]
new aee1bf155db7 scsi: lpfc: rework lpfc_next_{online,present}_cpu()
new 7a610694fa64 PCI: hv: Switch hv_compose_multi_msi_req_get_cpu() to usin [...]
new 14c384131ea0 cpumask: drop cpumask_next_wrap_old()
new 30341f0b8ea7 drm/xe/oa: Allow oa_exponent value of 0
new e27586a836d6 vhost-scsi: Fix handling of multiple calls to vhost_scsi_s [...]
new fe95f4c36e07 vdpa/mlx5: Fix mlx5_vdpa_get_config() endianness on big-en [...]
new 854834b07f99 vdpa/mlx5: Fix oversized null mkey longer than 32bit
new db691118bda0 sound/virtio: Fix cancel_sync warnings on uninitialized wo [...]
new 0c73c0cfb4be vduse: add virtio_fs to allowed dev id
new a75293c4979c vhost-scsi: Reduce mem use by moving upages to per queue
new d33f0f4b439f vhost-scsi: Allocate T10 PI structs only when enabled
new 0ca6ca46cf0b vhost-scsi: Add better resource allocation failure handling
new b7b349f06c3d vhost-scsi: Return queue full for page alloc failures during copy
new 6285ac7dcd93 vhost-scsi: Dynamically allocate scatterlists
new ac69f195ab6e vhost-scsi: Stop duplicating se_cmd fields
new 53d09d0c3c6d vhost-scsi: Allocate iov_iter used for unaligned copies wh [...]
new 6a2bc0deaf44 vhost-scsi: Reduce response iov mem use
new 75bc3dab4e49 net-sysfs: restore behavior for not running devices
new 352bc4513ec3 net: stmmac: Correct usage of maximum queue number macros
new 89ac4a59ca6d skbuff: kill skb_flow_get_ports()
new c52fd4f083cc net: remove '__' from __skb_flow_get_ports()
new f7135a4f6d36 Merge branch 'net-remove-skb_flow_get_ports'
new 171fd7cb153c net: stmmac: thead: use rgmii_clock() for RGMII clock rate
new 8bfff0481d91 net: stmmac: thead: ensure divisor gives proper rate
new 4859851ff6f7 Merge branch 'net-stmmac-thead-clean-up-clock-rate-setting'
new 7183877d6853 net: Remove shadow variable in netdev_run_todo()
new a40cfe056b9c of/irq: Fix device node refcount leakage in API of_irq_par [...]
new f30d47d0afe0 of: unittest: Add a case to test if API of_irq_parse_raw() [...]
new a92251d0bb30 of/irq: Fix device node refcount leakage in API of_irq_par [...]
new c7ecc9b1d163 of/irq: Fix device node refcount leakages in of_irq_count()
new 5fb694e8a6a0 of/irq: Fix device node refcount leakage in API irq_of_par [...]
new 9fc11dfe218c of/irq: Fix device node refcount leakages in of_irq_init()
new 06dc88d0380e of/irq: Add comments about refcount for API of_irq_find_parent()
new 178de5702e30 Merge branch 'mm-everything' of git://git.kernel.org/pub/s [...]
new d27816483261 loop: factor out a loop_assign_backing_file helper
new 984c2ab4b87c loop: set LO_FLAGS_DIRECT_IO in loop_assign_backing_file
new f6f9e32fe1e4 loop: check in LO_FLAGS_DIRECT_IO in loop_default_blocksize
new f4774e92aab8 loop: take the file system minimum dio alignment into account
new b6d5b717ca06 Merge branch 'for-6.15/block' into for-next
new 8d5008bf653c of: resolver: Simplify of_resolve_phandles() using __free()
new cd726b80a9b2 of: resolver: Fix device node refcount leakage in of_resol [...]
new 2ae0f4dcfb9b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new a0cbfef6454f Merge branch 'perf-tools-next' of git://git.kernel.org/pub [...]
new e402c70856a3 selftests/user_events: Fix failures caused by test code
new 692cce3c53de Merge branch 'for-next/core' of git://git.kernel.org/pub/s [...]
new 795018a45cd2 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new d639ddc63d49 Merge branch 'asahi-soc/for-next' of https://github.com/As [...]
new d0a6043a21f2 Merge branch 'at91-next' of git://git.kernel.org/pub/scm/l [...]
new 03814bcfe509 Merge branch 'next' of https://github.com/Broadcom/stblinux.git
new 0aafaa979fea Merge branch 'davinci/for-next' of git://git.kernel.org/pu [...]
new 724ac5118188 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 04ec279bf1e7 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4b54ba924d7c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 11583517badb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0daac94c3c21 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 8c7586d70a63 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3ab94cf0a2ae Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 15482fc329ec Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1da33111a6e4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e455f5e399c9 Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new b7f87a87912a Merge branch 'for-next' of https://github.com/sophgo/linux.git
new 44d474ba5a85 Merge branch 'for-next' of https://github.com/spacemit-com/linux
new 0e2564bd8269 Merge branch 'stm32-next' of git://git.kernel.org/pub/scm/ [...]
new 1fa28ee5213c Merge branch 'sunxi/for-next' of git://git.kernel.org/pub/ [...]
new 9a2aead757d2 Merge branch 'next' of https://git.linaro.org/people/jens. [...]
new 523811466266 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new c11192054cd1 Merge branch 'for-next' of git://github.com/Xilinx/linux-xlnx.git
new 420685a33aa8 Merge branch 'renesas-clk' of git://git.kernel.org/pub/scm [...]
new d528554bfe52 Merge branch 'linux-next' of git://github.com/c-sky/csky-l [...]
new beabd7b7f3da Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2afb9c4e317f Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 164f8643d534 Merge branch 'next' of git://git.monstr.eu/linux-2.6-micro [...]
new ce80aa77783b Merge branch 'mips-next' of git://git.kernel.org/pub/scm/l [...]
new c3ad41b31634 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 37b0bb037bca Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d7a8f9b9b690 Merge branch 'riscv-dt-for-next' of git://git.kernel.org/p [...]
new 659fb603114b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3fa099a2fa71 Merge branch 'xtensa-for-next' of git://github.com/jcmvbkb [...]
new f44d6cdcd69a Merge branch 'fs-next' of linux-next
new c07c086db57e Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 0f10568fc59d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 50be661c1dad Merge branch 'for-next/pstore' of git://git.kernel.org/pub [...]
new 6e569d2f3185 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e9f418114eec Merge branch 'i2c/for-next' of git://git.kernel.org/pub/sc [...]
new 76c177eea7e0 Merge branch 'i2c/i2c-host' of git://git.kernel.org/pub/sc [...]
new f0e5c964ca60 Merge branch 'i3c/next' of git://git.kernel.org/pub/scm/li [...]
new 416ed95d4c75 Merge branch 'hwmon-next' of git://git.kernel.org/pub/scm/ [...]
new 46f24b831687 Merge branch 'docs-next' of git://git.lwn.net/linux.git
new 4980d629ca6a Merge branch 'next' of git://linuxtv.org/media-ci/media-pe [...]
new 8fe4c3f255a7 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new ccc85d222806 Merge branch 'cpufreq/arm/linux-next' of git://git.kernel. [...]
new bf9a7a14400d Merge branch 'cpupower' of git://git.kernel.org/pub/scm/li [...]
new de213b90b8c0 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d90e92023771 scsi: ufs: dt-bindings: Document Rockchip UFS host controller
new 6b070711b702 scsi: ufs: core: Export ufshcd_dme_reset() and ufshcd_dme_ [...]
new d3cbe455d6eb scsi: ufs: rockchip: Initial support for UFS
new c75e5e010fef scsi: arm64: dts: rockchip: Add UFS support for RK3576 SoC
new ed531feda785 drm/bridge: ti-sn65dsi86: Check for CONFIG_PWM using IS_RE [...]
new adc4fb9c814b Merge patch series "Initial support for RK3576 UFS controller"
new 235b47dcae83 Merge branch 'thermal/linux-next' of git://git.kernel.org/ [...]
new 42273e893157 Merge patch series "scsi: scsi_debug: Add more tape support"
new e143c14262af Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 296201a1a682 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new a155b2b76cd0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ddad77e00c52 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 7cda1ed4105c Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/l [...]
new 2c9f8d6afdd1 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 508dec9b4ee0 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2dd2f868d142 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4d098000ac19 drm/repaper: fix integer overflows in repeat functions
new b8463a606845 Merge branch 'mtd/next' of git://git.kernel.org/pub/scm/li [...]
new 11460cae93fd Merge branch 'nand/next' of git://git.kernel.org/pub/scm/l [...]
new f29ef4c374c1 Merge branch 'spi-nor/next' of git://git.kernel.org/pub/sc [...]
new c5db39b808e1 Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 46671aae4407 Merge tag 'ib-devres-iio-input-pinctrl-v6.15' into psy-next
new 76d5fb0e58d8 power: supply: sc27xx: use devm_kmemdup_array()
new b9287574323a scsi: mpi3mr: Update MPI Headers to revision 35
new 83a9d30d29f2 scsi: mpi3mr: Update timestamp only for supervisor IOCs
new ca41929b2ed5 scsi: mpi3mr: Check admin reply queue from Watchdog
new 95dc5b979f4b scsi: mpi3mr: Update driver version to 8.13.0.5.50
new 7507203e682e Merge patch series "mpi3mr: Few Enhancements and minor fixes"
new e3f88665a780 HSI: ssi_protocol: Fix use after free vulnerability in ssi [...]
new c337ce64ea8a scsi: mpt3sas: Fix spelling mistake "receveid" -> "received"
new 0107fb8686b2 scsi: qla2xxx: Fix typos in a comment
new b4680d2e6bc3 Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new 7820746f76de Merge branch 'for-linux-next' of git://git.kernel.org/pub/ [...]
new 865bc4524952 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new 372f0f77557d Merge branch 'drm-next' of https://gitlab.freedesktop.org/ [...]
new ecff667181c4 Merge branch 'for-linux-next' of https://gitlab.freedeskto [...]
new fa44bd6d361b Merge branch 'msm-next-lumag' of https://gitlab.freedeskto [...]
new e294f6bef1cf Merge branch 'drm-xe-next' of https://gitlab.freedesktop.o [...]
new e8a46cef34d3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 92f46a38df42 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new aaaf67a73068 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9365abb7f749 Merge branch 'for-next' of https://git.kernel.org/pub/scm/ [...]
new 24bf37d19e4c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ed611b94a9b7 Merge branch 'modules-next' of git://git.kernel.org/pub/sc [...]
new 5b8d21458573 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 84d4bb99172b Merge branch 'for-next' of git://git.kernel.dk/linux-block.git
new f54b076f1a81 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 3893981d4085 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6f125b12e278 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4d2da1760fd7 Merge branch 'for-mfd-next' of git://git.kernel.org/pub/sc [...]
new 307beb628dd2 Merge branch 'for-backlight-next' of git://git.kernel.org/ [...]
new e6c69f953d31 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7f8fed8cae8a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cd8b9646088b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 698f8cfbbabc Merge branch 'apparmor-next' of git://git.kernel.org/pub/s [...]
new f05a80278c4c Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
new cd0b8fc94034 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new ec60caf8955a Merge branch 'next' of git://github.com/cschaufler/smack-next
new 7709a06fad87 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 2af3b0c1082b scsi: scsi_debug: Remove sdebug_device_access_info
new 7f92ca91c8ef scsi: scsi_debug: Remove a reference to in_use_bm
new b441eafbd1eb scsi: scsi_debug: Simplify command handling
new ac0fb4a55bde scsi: scsi_debug: Do not sleep in atomic sections
new 8b3c882fc136 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 893675991c4a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b5667152d22a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 93e3af7d348b Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new ea4fb82b087c Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new 197eeb70e987 Merge branch 'timers/drivers/next' of https://git.linaro.o [...]
new c127dcdaefe0 Merge branch 'edac-for-next' of git://git.kernel.org/pub/s [...]
new 0c8d8b5d603d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 6e009349af26 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new fb6a5c8010d2 Merge branch 'non-rcu/next' of git://git.kernel.org/pub/sc [...]
new e432c3cff2c2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 12c5a89e482a Merge branch 'next' of https://github.com/kvm-x86/linux.git
new 963b557e94ae Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5c288642d17d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new f3cede94dea5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 076b38d7c087 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7e30c1b580b8 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 9da9d17b43ec Merge branch 'for-leds-next' of git://git.kernel.org/pub/s [...]
new 17ef07db4661 Merge branch 'driver-core-next' of git://git.kernel.org/pu [...]
new 9ecb16c1d202 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 2561bdf887ef Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new fede5fa2b588 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/li [...]
new 332400fc5cb5 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/li [...]
new 1b1f73ee6987 Merge branch 'char-misc-next' of git://git.kernel.org/pub/ [...]
new 229832244fbf Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 0ee905ac5886 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1f1bb30b9c81 Merge branch 'togreg' of git://git.kernel.org/pub/scm/linu [...]
new 2dd68ba8ab03 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 5a7861e8c307 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 83d1e93dcf5a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7af9a7adfac0 Merge branch 'staging-next' of git://git.kernel.org/pub/sc [...]
new 3259bb53802f Merge branch 'counter-next' of git://git.kernel.org/pub/sc [...]
new 70026d4465a1 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new cd431e665fbb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7177f6567afb Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new b2cda0307749 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 4b77e1cbda55 Merge branch 'linux-next' of git://git.kernel.org/pub/scm/ [...]
new 40f77a808b35 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5871096ca883 Merge branch 'gpio/for-next' of git://git.kernel.org/pub/s [...]
new f184c05b5998 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e70bb0bc2794 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new cf02e821012f Merge branch 'renesas-pinctrl' of git://git.kernel.org/pub [...]
new 47cd8769d06a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 5f6d69656702 Merge branch 'pwm/for-next' of git://git.kernel.org/pub/sc [...]
new db3c10c2cd6b Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 1f24f709b972 Merge branch 'kunit' of git://git.kernel.org/pub/scm/linux [...]
new 8fb83ec23ded Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1053b749b70d Merge branch 'at24/for-next' of git://git.kernel.org/pub/s [...]
new fc6fa93e67d8 Merge branch 'ntb-next' of https://github.com/jonmason/ntb.git
new 13687df3e4ef Merge branch 'for-next/seccomp' of git://git.kernel.org/pu [...]
new 73e03bce5ce9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 449e5550b860 Merge branch 'main' of git://git.infradead.org/users/willy [...]
new 64473fb9da9d Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm [...]
new f883d17fb77a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 305b0638aa50 Merge branch 'mhi-next' of git://git.kernel.org/pub/scm/li [...]
new d1facc4ed52f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d3918f5294e6 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 4030e0eb4d7d Merge branch 'slab/for-next' of git://git.kernel.org/pub/s [...]
new 8d6ee8e9aa8c Merge branch 'master' of git://git.kernel.org/pub/scm/linu [...]
new eb093c26e034 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new cd1fd1f0ee2b Merge branch 'rust-next' of https://github.com/Rust-for-Li [...]
new 59ad583aa687 Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm [...]
new 05a50019532f Merge branch 'for-next/execve' of git://git.kernel.org/pub [...]
new a8080cad6ad5 Merge branch 'bitmap-for-next' of https://github.com/norov [...]
new 49a3e7299144 Merge branch 'for-next/kspp' of git://git.kernel.org/pub/s [...]
new 4592714eac1c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new eb41c37257a3 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 2d37e54c9ee3 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new 1032732efb8d Merge branch 'crc-next' of git://git.kernel.org/pub/scm/li [...]
new 0226d0ce98a4 Add linux-next specific files for 20250225
The 417 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.
--
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 93e7442f084 tree-optimization/118717 - store commoning vs. abnormals
new dbb91c392de 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 | 126 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 98 +++++++++++++++++++++++++++++++++++++
3 files changed, 225 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-13
in repository gcc.
from 5b43dafa4e4 Daily bump.
new 51f7e255f59 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 647dbc909bb Daily bump.
new 07d24a1feb6 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 6be1b9e94d9 RISC-V: Include pattern stmts for dynamic LMUL computation [...]
new 90b735b397c 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 | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/analyzer/ChangeLog | 8 ++++++
gcc/testsuite/ChangeLog | 70 +++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 149 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 binutils-2_44-branch
in repository binutils-gdb.
from d8f743ff9bb Automatic date update in version.in
new 9d56a91589a Automatic date update in version.in
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:
bfd/version.h | 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 gdb-16-branch
in repository binutils-gdb.
from 7ea5b42758e Automatic date update in version.in
new 09774db4f0b Automatic date update in version.in
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:
bfd/version.h | 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 binutils-gdb.
from 1533f0297db [gdb/testsuite] Exit left-over gdb in gdb.mi/mi-break.exp
new 5524062fadf Automatic date update in version.in
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:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 8198cf668 Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
new 52f2fcb4c Add entry 313afcfdabeab3e6705ac0bd1273627075be0023 from https [...]
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:
.../jira/description | 2 +-
.../313afcfdabeab3e6705ac0bd1273627075be0023/jira/yaml | 2 +-
.../313afcfdabeab3e6705ac0bd1273627075be0023/status.txt | 2 +-
.../gnu-aarch64-master-O3_LTO/details.txt | 4 +++-
.../reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O3_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O3_LTO/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status-summary.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
9 files changed, 10 insertions(+), 23 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from c5e249c31 Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
new 8198cf668 Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
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/sha1/405c99c17210a58df1adddd237219e773e689f17/jira/description | 4 ++++
gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/jira/yaml | 4 ++++
gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/status.txt | 4 ++++
.../tcwg_bmk-code_speed-cpu2017rate/gnu-arm-master-Os/details.txt | 2 ++
.../gnu-arm-master-Os}/reproduction_instructions.txt | 0
.../gnu-arm-master-Os}/status-summary.txt | 0
.../{gnu-arm-master-O2 => gnu-arm-master-Os}/status.txt | 6 +++---
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 4 ++++
8 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/tcwg_bmk-code [...]
copy {binutils/sha1/50505c486ed266463fde4ab7c0c8d530e53065a9/tcwg_gnu_native_build [...]
copy {llvm/sha1/96b17043507caec02a2ef440b369506122bdeb11 => gcc/sha1/405c99c17210a [...]
copy gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/tcwg_bmk-code_speed-cpu2017 [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 8c3d48bb9 Add entry 792f97b44ffc5e6a967292b3747fd835e99396e7 from https [...]
new c5e249c31 Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
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:
.../tcwg_bmk-code_speed-cpu2017rate/gnu-arm-master-Os}/build_url | 2 +-
.../gnu-arm-master-Os}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{33c2b70dbabc02788caabcbc66b7baeafeb95bcf/tcwg_bmk-code_speed-cpu201 [...]
copy gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/{tcwg_bmk-code_size-cpu2017 [...]
--
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 3be818cb71f5 Merge branch 'for-linux-next-fixes' of https://gitlab.free [...]
omits 4116fa712b1a Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
omits 5118838cb7ea Merge branch 'perf-tools' of git://git.kernel.org/pub/scm/ [...]
omits 2a37fe8a12ed Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 1d04a667396b Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
omits e9e01bc38f83 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 863b8bcae392 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
omits 81a215e6f000 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 30af802338a9 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
omits 2925aa75abae Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits cc498e5be0bd Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 4a6fb8ca25ad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 6e972426e0aa Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
omits ceebc4fe3b9d Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
omits 283dc018d3c5 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 6f3aba8a9627 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
omits af1032278abf Merge branch 'driver-core-linus' of git://git.kernel.org/p [...]
omits 52cd94166745 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits 93766145524d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
omits dec287eae2f1 Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
omits 273074fc051d Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits f2488b6a5565 Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
omits bc42461792ad Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits 7abe82741c7e Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
omits 683c4a46de67 Merge branch 'fs-current' of linux-next
omits f87d9911f1fa Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
omits a7929d91f15e Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits c7ee802c0f14 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 04091e86320e Merge branch 'mm-hotfixes-unstable' of git://git.kernel.or [...]
adds 24189483549f Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
adds 560b062b7bb8 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new f1dd56731473 Merge branch 'fs-current' of linux-next
new 3b61e6f46fcc Merge branch 'fixes' of https://git.kernel.org/pub/scm/lin [...]
new 2fd539f73461 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f15176b8b6e7 net: dsa: rtl8366rb: Fix compilation problem
new db10fde5c4f9 net: ethtool: fix ioctl confusing drivers about desired HD [...]
new 29b036be1b0b selftests: drv-net: test XDP, HDS auto and the ioctl path
new 462b3f7c846e Merge branch 'main' of git://git.kernel.org/pub/scm/linux/ [...]
new 932ea9919e6c Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e1a0bdbdfdf0 RDMA/mlx5: Fix bind QP error cleanup flow
new b66535356a48 RDMA/bnxt_re: Fix the page details for the srq created by [...]
new d00203d0d3bb Merge branch 'for-rc' of git://git.kernel.org/pub/scm/linu [...]
new 9c2735dd8139 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 5b0c02f9b8ac ASoC: es8328: fix route from DAC to output
new 866d54477994 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 8391ec71b5c2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 10b1d2ca27d2 Merge branch 'driver-core-linus' of git://git.kernel.org/p [...]
new 028d553ccedd Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/l [...]
new 2b8bd51fbab2 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new b3f63160500c Merge branch 'fixes-togreg' of git://git.kernel.org/pub/sc [...]
new d81b642c5642 Merge branch 'char-misc-linus' of git://git.kernel.org/pub [...]
new 7a08bfb7820b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 2b9c81dc1b9c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new f5d13f76e6f2 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 102c51c50db8 KVM: arm64: Fix tcr_el2 initialisation in hVHE mode
new fa808ed4e199 KVM: arm64: Ensure a VMID is allocated before programming [...]
new 4647c822764d Merge tag 'kvmarm-fixes-6.14-3' of git://git.kernel.org/pu [...]
adds c7db342e3b47 riscv: KVM: Fix hart suspend status check
adds e3219b0c491f riscv: KVM: Fix hart suspend_type use
adds 0611f78f83c9 riscv: KVM: Fix SBI IPI error generation
adds b90148485299 riscv: KVM: Fix SBI TIME error generation
adds 351e02b1733b riscv: KVM: Fix SBI sleep_type use
adds d252435aca44 riscv: KVM: Remove unnecessary vcpu kick
new e93d78e05abb Merge tag 'kvm-riscv-fixes-6.14-1' of https://github.com/k [...]
new 63892cf6dd36 Merge branch 'master' of git://git.kernel.org/pub/scm/virt [...]
new 18429f695887 Merge branch 'hwmon' of git://git.kernel.org/pub/scm/linux [...]
new 6498ce5fa66c Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 3a41357b1ab6 Merge branch 'hyperv-fixes' of git://git.kernel.org/pub/sc [...]
new bbc839f551a9 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 2f9c10c96083 Merge branch 'riscv-dt-fixes' of git://git.kernel.org/pub/ [...]
new 30724c9ca55f Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new ed49e241a01f Merge branch 'perf-tools' of git://git.kernel.org/pub/scm/ [...]
new 4176e2ed1db0 Merge branch 'urgent' of git://git.kernel.org/pub/scm/linu [...]
new b9a49520679e rcuref: Plug slowpath race in rcuref_put()
new 49dcdc406606 Merge branch into tip/master: 'locking/urgent'
new 0fe8813baf4b perf/core: Add RCU read lock protection to perf_iterate_ctx()
new 2016066c6619 perf/core: Order the PMU list to fix warning about unorder [...]
new bddf10d26e6e uprobes: Reject the shared zeropage in uprobe_write_opcode()
new e7eac3c17dae Merge branch into tip/master: 'perf/urgent'
new 09de4e9dbd35 Merge branch 'tip/urgent' of git://git.kernel.org/pub/scm/ [...]
new abaca7135576 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 (3be818cb71f5)
\
N -- N -- N refs/heads/pending-fixes (abaca7135576)
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 45 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:
arch/arm64/include/asm/kvm_arm.h | 2 +-
arch/arm64/include/asm/kvm_host.h | 2 +-
arch/arm64/kvm/arm.c | 37 ++-
arch/arm64/kvm/vmid.c | 11 +-
arch/riscv/kvm/aia_imsic.c | 1 -
arch/riscv/kvm/vcpu_sbi_hsm.c | 11 +-
arch/riscv/kvm/vcpu_sbi_replace.c | 15 +-
arch/riscv/kvm/vcpu_sbi_system.c | 3 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 2 +
drivers/infiniband/hw/mlx5/counters.c | 8 +-
drivers/net/dsa/realtek/Kconfig | 6 +
drivers/net/dsa/realtek/Makefile | 3 +
drivers/net/dsa/realtek/rtl8366rb-leds.c | 177 ++++++++++++++
drivers/net/dsa/realtek/rtl8366rb.c | 258 +--------------------
drivers/net/dsa/realtek/rtl8366rb.h | 107 +++++++++
drivers/net/netdevsim/ethtool.c | 2 +
include/linux/rcuref.h | 9 +-
kernel/events/core.c | 14 +-
kernel/events/uprobes.c | 5 +
lib/rcuref.c | 5 +-
net/ethtool/common.c | 16 ++
net/ethtool/common.h | 6 +
net/ethtool/ioctl.c | 4 +-
net/ethtool/rings.c | 9 +-
sound/soc/codecs/es8328.c | 15 +-
tools/testing/selftests/drivers/net/hds.py | 145 +++++++++++-
tools/testing/selftests/net/lib/Makefile | 3 +
.../selftests/net/{ => lib}/xdp_dummy.bpf.c | 0
28 files changed, 552 insertions(+), 324 deletions(-)
create mode 100644 drivers/net/dsa/realtek/rtl8366rb-leds.c
create mode 100644 drivers/net/dsa/realtek/rtl8366rb.h
copy tools/testing/selftests/net/{ => lib}/xdp_dummy.bpf.c (100%)
--
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 fs-next
in repository linux-next.
omits 92c7d25eccf6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits b162d9a32248 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits b596a2ea9f71 Merge branch '9p-next' of git://github.com/martinetd/linux
omits fb7401d7b92e Merge branch 'master' of https://github.com/Paragon-Softwa [...]
omits e4588eb66e88 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits 7a4fba442e28 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
omits a585b64ff56c Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
omits eaeb17ce791f Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
omits 9d85bc3c1e83 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits d7819604ded6 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits ab6afdca1b80 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 337e49c1b216 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 0605eca3c80a Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 25a77892584c Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits cb2890bd8935 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 4ed267cea135 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits aaa1af79f740 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 15f6293a0882 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
omits 043569728089 Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
omits c5a11dc5bfb4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 30d7de9f47cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
omits 4d2fda4baee1 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
omits a7929d91f15e Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits c7ee802c0f14 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
omits 3057df0190b4 smb: client: Fix netns refcount imbalance causing leaks an [...]
omits 58ea13569bb1 CIFS: Propagate min offload along with other parameters fr [...]
omits fa2529b1824c bcachefs: bs > ps support
omits ef20e7845879 bcachefs: sysfs internal/trigger_btree_updates
omits bc5cc09246c5 bcachefs: bcachefs_metadata_version_casefolding
omits ba3d5229295b bcachefs: Split out dirent alloc and name initialization
omits a58d2cdb1573 bcachefs: Kill dirent_occupied_size()
omits fb0d5a1154b9 bcachefs: Kill dirent_occupied_size() in create path
omits a7f849d4955b bcachefs: Kill dirent_occupied_size() in rename path
omits 15c6c4089853 bcachefs: bcachefs_metadata_version_stripe_lru
omits 8d75d0df772b bcachefs: bcachefs_metadata_version_stripe_backpointers
omits 06ec128de616 bcachefs: Advance bch_alloc.oldest_gen if no stale pointers
omits d8c19116169d bcachefs: Invalidate cached data by backpointers
omits b9d156cb8fad bcachefs: bcachefs_metadata_version_cached_backpointers
omits d49666271d9e bcachefs: rework bch2_trans_commit_run_triggers()
omits 827d0556a577 bcachefs: Better trigger ordering
omits bebbd149d388 bcachefs: bch2_trigger_stripe_ptr() no longer uses ec_stri [...]
omits 477af9eab8c7 bcachefs: Rework bch2_check_lru_key()
omits 17bab72ba2c8 bcachefs: decouple bch2_lru_check_set() from alloc btree
omits c2dcffeba8e7 bcachefs: s/BCH_LRU_FRAGMENTATION_START/BCH_LRU_BUCKET_FRA [...]
omits f0cd9f39677f bcachefs: bch2_lru_change() checks for no-op
omits 23b212239b0c bcachefs: minor journal errcode cleanup
omits 553af6e3690d bcachefs: bch2_write_op_error() now prints info about data update
omits db3fddc90893 bcachefs: metadata_target is not an inode option
omits d35ed3393178 bcachefs: eytzinger1_{next,prev} cleanup
omits 693065387119 bcachefs: convert eytzinger sort to be 1-based (2)
omits 22cac3603367 bcachefs: convert eytzinger sort to be 1-based (1)
omits dad041854176 bcachefs: convert eytzinger0_find to be 1-based
omits c6d9e2138784 bcachefs: Add eytzinger0_find self test
omits f83a566d06fc bcachefs: add eytzinger0_find_ge self test
omits 846796a9058a bcachefs: implement eytzinger0_find_ge directly
omits 8e60a18f115e bcachefs: implement eytzinger0_find_gt directly
omits dd1952f19abc bcachefs: add eytzinger0_find_gt self test
omits b9f68eb2964c bcachefs: simplify eytzinger0_find_le
omits 8e58f53120b0 bcachefs: convert eytzinger0_find_le to be 1-based
omits daa9208d433f bcachefs: improve eytzinger0_find_le self test
omits 1926105462c8 bcachefs: add eytzinger0_for_each_prev
omits 4ba61eff5fed bcachefs: eytzinger0_find_test improvement
omits 2989e275fbb8 bcachefs: eytzinger[01]_test improvement
omits ce42d52a9abc bcachefs: eytzinger self tests: fix cmp_u16 typo
omits 4c0a3fdbb36f bcachefs: eytzinger self tests: missing newline termination
omits 6774791f91c1 bcachefs: eytzinger self tests: loop cleanups
omits df9a010fd1df bcachefs: EYTZINGER_DEBUG fix
omits 4ec1dd69be1f bcachefs: bch2_blacklist_entries_gc cleanup
omits 6eed8bccaff6 bcachefs: bch2_bkey_ptr_data_type() now correctly returns [...]
omits 6259ccca7901 bcachefs: Add time_stat for btree writes
omits ab2a3ad9ddfd bcachefs: Add comment explaining why asserts in invalidate [...]
omits 34c63a323dc7 bcachefs: Ignore backpointers to stripes in ec_stripe_upda [...]
omits adb2fb85dae6 bcachefs: Increase JOURNAL_BUF_NR
omits f2c8e3cf1af0 bcachefs: Free journal bufs when not in use
omits 0e02dec16b97 bcachefs: Don't touch journal_buf->data->seq in journal_res_get
omits 9fbddc93e626 bcachefs: Kill journal_res.idx
omits 3be432c3dd21 bcachefs: Kill journal_res_state.unwritten_idx
omits 2f1b17098a5b bcachefs: add progress indicator to check_allocations
omits f3fa1ad10532 bcachefs: Add a progress indicator to bch2_dev_data_drop()
omits 0713404cec89 bcachefs: Factor out progress.[ch]
omits b57203e0cdce bcachefs: bch2_inum_offset_err_msg_trans() no longer handl [...]
omits e3f220a5201b bcachefs: bch2_indirect_extent_missing_error() prints path [...]
omits 6e2e0d6c09d0 bcachefs: Convert migrate to move_data_phys()
omits 08ae4c27b3f9 bcachefs: Read/move path counter work
omits b12700aa64c4 bcachefs: Fix subtraction underflow
omits c59890c87c1d bcachefs: Scrub
omits 3bba11a808c4 bcachefs: bch2_btree_node_scrub()
omits af76f5a57dcd bcachefs: bch2_bkey_pick_read_device() can now specify a device
omits 69ffb8cd674d bcachefs: __bch2_move_data_phys() now uses bch2_btree_node [...]
omits 73d6c7ca8bf6 bcachefs: bch2_move_data_phys()
omits 0ea99f96fa2d bcachefs: bch2_btree_node_rewrite_key()
omits 220c3b8ac6ee bcachefs: backpointer_get_key() doesn't pull in btree node
omits 01960ecf2cd1 bcachefs: Internal reads can now correct errors
omits eec9f1db28ee bcachefs: Don't self-heal if a data update is already rewriting
omits 4e141fb70540 bcachefs: Don't start promotes from bch2_rbio_free()
omits 367ab33ee58a bcachefs: Bail out early on alloc_nowait data updates
omits 1072a9385f23 bcachefs: Rework init order in bch2_data_update_init()
omits dfd985de4d83 bcachefs: Self healing writes are BCH_WRITE_alloc_nowait
omits 788a0376abb0 bcachefs: Promotes should use BCH_WRITE_only_specified_devs
omits dcac92e31d1e bcachefs: Be stricter in bch2_read_retry_nodecode()
omits 9d22bb7854d7 bcachefs: cleanup redundant code around data_update_op ini [...]
omits 3fda816d68be bcachefs: bch2_update_unwritten_extent() no longer depends [...]
omits 6fdfc718e8b2 bcachefs: promote_op uses embedded bch_read_bio
omits 626f2eb181a7 bcachefs: data_update now embeds bch_read_bio
omits a74b4640e981 bcachefs: rbio_init() cleanup
omits db32bcc85e69 bcachefs: rbio_init_fragment()
omits 228c9b47da97 bcachefs: Rename BCH_WRITE flags fer consistency with othe [...]
omits ff6d67826ce2 bcachefs: x-macroize BCH_READ flags
omits ef06e5568944 bcachefs: Avoid holding btree locks when blocking on IO
omits d32f00d8c99e bcachefs: kill bch_read_bio.devs_have
omits a783d360f5b4 bcachefs: bch2_data_update_inflight_to_text()
omits 2a9c7ca9f991 bcachefs: BCH_IOCTL_QUERY_COUNTERS
omits fc351ab0befb bcachefs: BCH_COUNTER_bucket_discard_fast
omits cf43f349875a bcachefs: enum bch_persistent_counters_stable
omits 39204465f898 bcachefs: Separate running/runnable in wp stats
omits 95ef917cd2da bcachefs: Move write_points to debugfs
omits b578ecaaf610 bcachefs: Don't inc io_(read|write) counters for moves
omits 857b75d4b1c6 bcachefs: Fix missing increment of move_extent_write counter
omits b7ac485e6f0e bcachefs: check_bp_exists() check for backpointers for sta [...]
omits 71cdb645faf2 nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDERED
omits 548f8d435397 nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE better
omits ae44a47d07f6 nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nr
omits 7151e0df609f nfsd: only check RPC_SIGNALLED() when restarting rpc_task
omits 1be9ec33ce26 nfsd: always release slot when requeueing callback
omits 3ed1b41345ee nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()
omits c15dd18a5aec nfsd: prepare nfsd4_cb_sequence_done() for error handling rework
omits c84f8def7ac2 nfsd: put dl_stid if fail to queue dl_recall
omits 1aedef17349b nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_loo [...]
omits 39afd958974c svcrdma: do not unregister device for listeners
omits 33397bfac054 nfsd: don't ignore the return code of svc_proc_register()
omits e41be788fe7a NFSD: Fix trace_nfsd_slot_seqid_sequence
omits 3f2392ee1289 SUNRPC: Remove unused make_checksum
omits 0301c7a471c2 NFSD: Return NFS4ERR_FILE_OPEN only when linking an open file
omits 4902b160b484 NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an [...]
omits a65ee6927dc6 NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
omits c65e621e1d34 NFSD: nfsd_unlink() clobbers non-zero status returned from [...]
omits 7105ffb49592 nfsd: remove the redundant mapping of nfserr_mlink
omits 7512150bc2da NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
omits 8489b9f912c0 nfsd: adjust WARN_ON_ONCE in revoke_delegation
omits e4ebd7299a35 nfsd: fix management of listener transports
omits a0d3d494b391 SUNRPC: Remove unused krb5_decrypt
omits ba1f586ee274 lockd: add netlink control interface
omits 0f4c9db93644 sunrpc: clean cache_detail immediately when flush is writt [...]
new 24189483549f Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 560b062b7bb8 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
new cf3e6960263a bcachefs: fix bch2_extent_ptr_eq()
new 9145e08101f6 bcachefs: fix directory i_size checking for the last entry
new fd16f387aa8b bcachefs: check_bp_exists() check for backpointers for sta [...]
new 189037a66e56 bcachefs: Fix missing increment of move_extent_write counter
new cafea64201cc bcachefs: Don't inc io_(read|write) counters for moves
new a3366e5be14e bcachefs: Move write_points to debugfs
new aa297e0579a3 bcachefs: Separate running/runnable in wp stats
new 564bca53a810 bcachefs: enum bch_persistent_counters_stable
new 0818fe57b98a bcachefs: BCH_COUNTER_bucket_discard_fast
new 537ce4dcd199 bcachefs: BCH_IOCTL_QUERY_COUNTERS
new d50649b186f2 bcachefs: bch2_data_update_inflight_to_text()
new 5a11dd5b3e6d bcachefs: kill bch_read_bio.devs_have
new 5246639feff9 bcachefs: Avoid holding btree locks when blocking on IO
new d2c0af591e2d bcachefs: x-macroize BCH_READ flags
new f3704509dffc bcachefs: Rename BCH_WRITE flags fer consistency with othe [...]
new 755aac20311c bcachefs: rbio_init_fragment()
new 99377218ded9 bcachefs: rbio_init() cleanup
new f8f6ba2d6d8e bcachefs: data_update now embeds bch_read_bio
new 24b12b92b4ae bcachefs: promote_op uses embedded bch_read_bio
new 6756e2519afa bcachefs: bch2_update_unwritten_extent() no longer depends [...]
new ef84f634927a bcachefs: cleanup redundant code around data_update_op ini [...]
new f58044f8b498 bcachefs: Be stricter in bch2_read_retry_nodecode()
new 40458ff1fae8 bcachefs: Promotes should use BCH_WRITE_only_specified_devs
new b2971f9020e7 bcachefs: Self healing writes are BCH_WRITE_alloc_nowait
new 4ae90548e600 bcachefs: Rework init order in bch2_data_update_init()
new 66a03aa1308f bcachefs: Bail out early on alloc_nowait data updates
new 26be7f22fd02 bcachefs: Don't start promotes from bch2_rbio_free()
new f976ca0c052d bcachefs: Don't self-heal if a data update is already rewriting
new 5a650f6a0019 bcachefs: Internal reads can now correct errors
new 233f33624fef bcachefs: backpointer_get_key() doesn't pull in btree node
new d2f38a1d95b3 bcachefs: bch2_btree_node_rewrite_key()
new 256446603043 bcachefs: bch2_move_data_phys()
new 3d6a31b45b03 bcachefs: __bch2_move_data_phys() now uses bch2_btree_node [...]
new c60e1e957db3 bcachefs: bch2_bkey_pick_read_device() can now specify a device
new 230937206981 bcachefs: bch2_btree_node_scrub()
new 5fcaa3ca3912 bcachefs: Scrub
new ad31d05a90d2 bcachefs: Fix subtraction underflow
new 1e856721bdbc bcachefs: Read/move path counter work
new 478adc99e3be bcachefs: Convert migrate to move_data_phys()
new d0e171eb1171 bcachefs: bch2_indirect_extent_missing_error() prints path [...]
new 8f0fe00a57b4 bcachefs: bch2_inum_offset_err_msg_trans() no longer handl [...]
new d81964e873c9 bcachefs: Factor out progress.[ch]
new 5d3bd1e2cab9 bcachefs: Add a progress indicator to bch2_dev_data_drop()
new b299d3439bd4 bcachefs: add progress indicator to check_allocations
new 587886350292 bcachefs: Kill journal_res_state.unwritten_idx
new bfd0a13055ea bcachefs: Kill journal_res.idx
new d899218e810c bcachefs: Don't touch journal_buf->data->seq in journal_res_get
new 4e094eaaeea6 bcachefs: Free journal bufs when not in use
new f42e1df36596 bcachefs: Increase JOURNAL_BUF_NR
new 4e08540977a9 bcachefs: Ignore backpointers to stripes in ec_stripe_upda [...]
new a88fffb63078 bcachefs: Add comment explaining why asserts in invalidate [...]
new 1628c67131f1 bcachefs: Add time_stat for btree writes
new b4ed38ba0f0a bcachefs: bch2_bkey_ptr_data_type() now correctly returns [...]
new f9347c350e4f bcachefs: bch2_blacklist_entries_gc cleanup
new 433a5890c334 bcachefs: EYTZINGER_DEBUG fix
new 6f54e34eae7d bcachefs: eytzinger self tests: loop cleanups
new 80ffdd8b9d94 bcachefs: eytzinger self tests: missing newline termination
new 0739fbafa58c bcachefs: eytzinger self tests: fix cmp_u16 typo
new ef1b1311a600 bcachefs: eytzinger[01]_test improvement
new 704de50c93ee bcachefs: eytzinger0_find_test improvement
new a4f8f535cc37 bcachefs: add eytzinger0_for_each_prev
new 368f727bb1b2 bcachefs: improve eytzinger0_find_le self test
new f149ad16f6b6 bcachefs: convert eytzinger0_find_le to be 1-based
new 04817460fb7f bcachefs: simplify eytzinger0_find_le
new b3fce1d8a228 bcachefs: add eytzinger0_find_gt self test
new 53447f4abf17 bcachefs: implement eytzinger0_find_gt directly
new 16651d6052b3 bcachefs: implement eytzinger0_find_ge directly
new 2e45847bc1bb bcachefs: add eytzinger0_find_ge self test
new 18432d5fc2a6 bcachefs: Add eytzinger0_find self test
new 13f487a455df bcachefs: convert eytzinger0_find to be 1-based
new 265383445da1 bcachefs: convert eytzinger sort to be 1-based (1)
new f494b1221c44 bcachefs: convert eytzinger sort to be 1-based (2)
new 56a570b454d9 bcachefs: eytzinger1_{next,prev} cleanup
new 8db495207513 bcachefs: metadata_target is not an inode option
new 7e14b750a8f5 bcachefs: bch2_write_op_error() now prints info about data update
new ea4c8df8c480 bcachefs: minor journal errcode cleanup
new c0b70e44878a bcachefs: bch2_lru_change() checks for no-op
new e9812e410678 bcachefs: s/BCH_LRU_FRAGMENTATION_START/BCH_LRU_BUCKET_FRA [...]
new f3e7c051aad8 bcachefs: decouple bch2_lru_check_set() from alloc btree
new c9d7fcf2d3a0 bcachefs: Rework bch2_check_lru_key()
new f2dd4e055298 bcachefs: bch2_trigger_stripe_ptr() no longer uses ec_stri [...]
new 3bcb73e2e7fc bcachefs: Better trigger ordering
new b30249350e79 bcachefs: rework bch2_trans_commit_run_triggers()
new 1afdbf54cda5 bcachefs: bcachefs_metadata_version_cached_backpointers
new 1eb849971e0a bcachefs: Invalidate cached data by backpointers
new 2e90ab016829 bcachefs: Advance bch_alloc.oldest_gen if no stale pointers
new 713d0639b9f7 bcachefs: bcachefs_metadata_version_stripe_backpointers
new 955c26e9c9a9 bcachefs: bcachefs_metadata_version_stripe_lru
new bce7208e29fb bcachefs: Kill dirent_occupied_size() in rename path
new 7b64dc55698f bcachefs: Kill dirent_occupied_size() in create path
new 3e97fc2b1bb1 bcachefs: Kill dirent_occupied_size()
new a8f339524b34 bcachefs: Split out dirent alloc and name initialization
new bb13a9d96daa bcachefs: bcachefs_metadata_version_casefolding
new d08ec3c70872 bcachefs: sysfs internal/trigger_btree_updates
new c104128bdad1 bcachefs: bs > ps support
new 79656bdd067a Documentation: bcachefs: casefolding: Do not italicize NUL
new 27980a073823 Documentation: bcachefs: casefolding: Fix dentry/dcache co [...]
new ee9ca0c60ec9 Documentation: bcachefs: casefolding: Use bullet list for [...]
new b6c0624a6551 Documentation: bcachefs: Add casefolding toctree entry
new 82d00e1e178d Documentation: bcachefs: Split index toctree
new 92cc59c20c91 Documentation: bcachefs: SubmittingPatches: Demote section [...]
new ab215af397f4 Documentation: bcachefs: SubmittingPatches: Convert footno [...]
new 98a819bcab65 Merge branch 'for-next' of git://evilpiepirate.org/bcachefs.git
new b7693ea1b5cf Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new 10e2f923c285 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new fa1a0bb2a380 CIFS: Propagate min offload along with other parameters fr [...]
new c9557b766789 smb: client: Fix netns refcount imbalance causing leaks an [...]
new 88dd16c5bb9a Merge branch 'for-next' of git://git.samba.org/sfrench/cif [...]
new b220b32666ac Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new 3d6a15b7023d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new bf94a531c39f erofs: simplify tail inline pcluster handling
new 006c44f0ba8e erofs: clean up header parsing for ztailpacking and fragments
new 6a1d909a8999 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 3ea71cf81c3f Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 553bff793dd7 Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new b26b462216e4 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new 10a9f6a03759 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new ad35e99057f1 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new a4483eeec248 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 2c6d1a1dabb9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e74d897c2f6f Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
new a5ac2c5f7561 Merge branch 'ksmbd-for-next' of https://github.com/smfren [...]
new 13696262fabf Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
new 32dd8249a67a sunrpc: clean cache_detail immediately when flush is writt [...]
new 0a25e9607b30 lockd: add netlink control interface
new d0782c463a65 SUNRPC: Remove unused krb5_decrypt
new 59fcb6ce8894 nfsd: fix management of listener transports
new 66a0b4acc2bb nfsd: adjust WARN_ON_ONCE in revoke_delegation
new 99e98a2312c8 NFSD: Skip sending CB_RECALL_ANY when the backchannel isn't up
new f0d994eb6c84 nfsd: remove the redundant mapping of nfserr_mlink
new e77c5d3de4d4 NFSD: nfsd_unlink() clobbers non-zero status returned from [...]
new e999172cda1f NFSD: Never return NFS4ERR_FILE_OPEN when removing a directory
new a4ae943dbbbd NFSD: Return NFS4ERR_FILE_OPEN only when renaming over an [...]
new a3eb15a7e21d NFSD: Return NFS4ERR_FILE_OPEN only when linking an open file
new a6128732af3f SUNRPC: Remove unused make_checksum
new 28df4132a4f5 NFSD: Fix trace_nfsd_slot_seqid_sequence
new 934b83ff35f1 nfsd: don't ignore the return code of svc_proc_register()
new cb7eeb8addb1 svcrdma: do not unregister device for listeners
new 17c7bd60d40e nfsd: allow SC_STATUS_FREEABLE when searching via nfs4_loo [...]
new 90d98f1b5a5d nfsd: put dl_stid if fail to queue dl_recall
new 6ca2167fd9ab nfsd: prepare nfsd4_cb_sequence_done() for error handling rework
new b077f1d4707f nfsd: lift NFSv4.0 handling out of nfsd4_cb_sequence_done()
new ba0bdd180d8c nfsd: always release slot when requeueing callback
new 9e57d556c55e nfsd: only check RPC_SIGNALLED() when restarting rpc_task
new 61c8cc3a5cd1 nfsd: when CB_SEQUENCE gets ESERVERFAULT don't increment seq_nr
new d64697927979 nfsd: handle NFS4ERR_BADSLOT on CB_SEQUENCE better
new f194595b9bd7 nfsd: eliminate special handling of NFS4ERR_SEQ_MISORDERED
new 1debf420f8f7 Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new ece55db03d42 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
new 752eab0b97fa Merge branch '9p-next' of git://github.com/martinetd/linux
new ef8ed09e1fd7 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
new 752dcde51683 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
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 (92c7d25eccf6)
\
N -- N -- N refs/heads/fs-next (752dcde51683)
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 154 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:
.../filesystems/bcachefs/SubmittingPatches.rst | 43 ++++++++++-------
Documentation/filesystems/bcachefs/casefolding.rst | 13 +++--
Documentation/filesystems/bcachefs/index.rst | 20 +++++++-
fs/bcachefs/dirent_format.h | 4 +-
fs/bcachefs/extents.h | 2 +-
fs/bcachefs/fsck.c | 3 +-
fs/erofs/internal.h | 9 +---
fs/erofs/zmap.c | 55 +++++++++-------------
8 files changed, 81 insertions(+), 68 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 fs-current
in repository linux-next.
omits a7929d91f15e Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits c7ee802c0f14 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 24189483549f Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
new 560b062b7bb8 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
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 (a7929d91f15e)
\
N -- N -- N refs/heads/fs-current (560b062b7bb8)
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 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:
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from d5972d569 Add entry 02fc12b04017d20345e208d65fd7a33d62f0cded from https [...]
new 8c3d48bb9 Add entry 792f97b44ffc5e6a967292b3747fd835e99396e7 from https [...]
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-15-1579-g792f97b44ffc => gcc-15-1579-g792f97b44ff} | 0
.../commit-log.txt | 6 ++----
.../jira/description | 6 ++----
.../792f97b44ffc5e6a967292b3747fd835e99396e7/jira/summary | 2 +-
.../792f97b44ffc5e6a967292b3747fd835e99396e7/jira/yaml | 8 +++-----
.../reproduction_instructions.txt | 15 ---------------
6 files changed, 8 insertions(+), 29 deletions(-)
copy gcc/basepoints/{gcc-15-1579-g792f97b44ffc => gcc-15-1579-g792f97b44ff} (100%)
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 2f599f051 Add entry 1bcc07aeb47c0ed7eb50eac8a4e057d6336669ab from https [...]
new d81540c91 Add entry 02fc12b04017d20345e208d65fd7a33d62f0cded from https [...]
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:
.../first_url | 2 +-
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-O2/build_url | 2 +-
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-O2/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{2d55c0161562f96d2230cd132b494a5d06352a23 => 02fc12b04017d20345e208d [...]
copy gcc/sha1/{162a1ed70303a031c81b0aaac499aaf394560390 => 02fc12b04017d20345e208d [...]
create mode 100644 gcc/sha1/02fc12b04017d20345e208d65fd7a33d62f0cded/tcwg_bmk-code [...]
--
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 binutils-gdb.
from 04bfaa910ac Use ui_out for "info checkpoints"
new 1533f0297db [gdb/testsuite] Exit left-over gdb in gdb.mi/mi-break.exp
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:
gdb/testsuite/gdb.mi/mi-break.exp | 4 +++
gdb/testsuite/gdb.mi/mi-multi-commands.exp | 4 +++
gdb/testsuite/gdb.mi/mi-thread-bp-deleted.exp | 6 ++--
gdb/testsuite/gdb.mi/mi-thread-specific-bp.exp | 41 +++++++++++++++-------
gdb/testsuite/gdb.mi/mi-watch.exp | 4 +++
gdb/testsuite/gdb.mi/new-ui-bp-deleted.exp | 6 ++--
gdb/testsuite/gdb.mi/new-ui-mi-sync.exp | 26 +++++++++-----
gdb/testsuite/gdb.mi/run-with-two-mi-uis.exp | 4 +++
.../gdb.mi/user-selected-context-sync.exp | 35 +++++++++++-------
9 files changed, 92 insertions(+), 38 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 binutils-gdb.
from 431b369e1cb gdb/styling: only check TERM environment once, during initi [...]
new 04bfaa910ac Use ui_out for "info checkpoints"
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:
gdb/linux-fork.c | 125 ++++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 92 insertions(+), 33 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 users/nalcock/try-unnamed-cv-quals
in repository binutils-gdb.
at 3f36ff6e6d9 libctf: fix cv-qualified unnamed struct/union field lookup
This branch includes the following new commits:
new 430c95a1fb4 Remove unnecessary non-standard & unportable inclusions.
new f8a254819ca readelf, objdump: fix ctf dict leak
new 51bf82bb9d0 libctf: fix slices of slices and of enums
new 3f36ff6e6d9 libctf: fix cv-qualified unnamed struct/union field lookup
The 4 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.
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 51add4ab2 Add entry c5752c1f01316ac26ec9cf8d171d68aea420a158 from https [...]
new 2f599f051 Add entry 1bcc07aeb47c0ed7eb50eac8a4e057d6336669ab from https [...]
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:
.../commit-log.txt | 4 +---
.../jira/description | 6 ++----
.../1bcc07aeb47c0ed7eb50eac8a4e057d6336669ab/jira/yaml | 6 ++----
.../1bcc07aeb47c0ed7eb50eac8a4e057d6336669ab/status.txt | 2 +-
.../gnu-aarch64-master-O3_LTO/details.txt | 3 ++-
.../reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O3_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O3_LTO/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status-summary.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
10 files changed, 12 insertions(+), 32 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 main
in repository newlib.
from 5f9cc2a6a Cygwin: winsup/doc/posix.xml: add posix_close doc
new 7124d1c23 Cygwin: fhandler_netdrive: don't enumerate NFS shares on WebD [...]
new 01bcd7d29 Cygwin: fhandler_netdrive: skip enumerating WebDAV shares
new 7aae9f323 Cygwin: fhandler_netdrive: use correct thread names
new 78ff40d78 Cygwin: FAQ: Add section about sparse files
The 4 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:
winsup/cygwin/fhandler/netdrive.cc | 37 +++++++++++++++++-----
winsup/doc/faq-using.xml | 63 ++++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+), 7 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from f51f56298 Add entry 3e1bd6470e4deba1a3ad14621037098311ad1350 from https [...]
new 00177f038 Add entry c5752c1f01316ac26ec9cf8d171d68aea420a158 from https [...]
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:
.../first_url | 2 +-
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-Os}/build_url | 2 +-
.../tcwg_bmk-code_size-spec2k6/gnu-aarch64-master-Os/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy gcc/sha1/{2d55c0161562f96d2230cd132b494a5d06352a23 => c5752c1f01316ac26ec9cf8 [...]
copy gcc/sha1/{162a1ed70303a031c81b0aaac499aaf394560390/tcwg_bmk-code_size-spec2k6 [...]
create mode 100644 gcc/sha1/c5752c1f01316ac26ec9cf8d171d68aea420a158/tcwg_bmk-code [...]
--
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 binutils-gdb.
from dbfac07a716 gdb/tui: use correct setting to control asm window styling
new 431b369e1cb gdb/styling: only check TERM environment once, during initi [...]
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:
gdb/cli/cli-style.c | 51 ++++++++++++++++++++++++++++++++++++++++
gdb/cli/cli-style.h | 6 +++++
gdb/main.c | 6 ++---
gdb/testsuite/gdb.base/style.exp | 51 ++++++++++++++++++++++++++++++++++++++++
gdb/ui-file.c | 20 ++--------------
5 files changed, 113 insertions(+), 21 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 binutils-gdb.
from 7915b175326 [gdb/doc] Fix documentation of handle SIGKILL
new 4fd9516e330 gdb/doc: fix help text for 'set style disassembler enabled'
new dbfac07a716 gdb/tui: use correct setting to control asm window styling
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:
gdb/cli/cli-style.c | 14 ++++--
gdb/testsuite/gdb.tui/tui-disasm-styling.exp | 65 ++++++++++++++++++++++++++++
gdb/testsuite/lib/tuiterm.exp | 23 ++++++++--
gdb/tui/tui-disasm.c | 2 +-
4 files changed, 96 insertions(+), 8 deletions(-)
create mode 100644 gdb/testsuite/gdb.tui/tui-disasm-styling.exp
--
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 binutils-gdb.
from a4f974e939e gdb, testsuite, rust: fix for empty array
new 7915b175326 [gdb/doc] Fix documentation of handle SIGKILL
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:
gdb/doc/gdb.texinfo | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 5ab28cba2 Add entry 0895aef01c64c317b489811dbe4ac55f9c13aab3 from https [...]
new f51f56298 Add entry 3e1bd6470e4deba1a3ad14621037098311ad1350 from https [...]
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:
.../reproduction_instructions.txt | 20 --------------------
1 file changed, 20 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 58062796107 reassoc: Fix up optimize_range_tests_to_bit_test [PR118915]
new f3d4208e798 vect: Use original LHS type for gather pattern [PR118950].
new 6be1b9e94d9 RISC-V: Include pattern stmts for dynamic LMUL computation [...]
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:
gcc/config/riscv/riscv-vector-costs.cc | 29 ++++++++++++++++++++++
.../gcc.dg/vect/costmodel/riscv/rvv/pr114516.c | 29 ++++++++++++++++++++++
.../gcc.target/riscv/rvv/autovec/pr118950.c | 29 ++++++++++++++++++++++
gcc/tree-vect-patterns.cc | 3 ++-
4 files changed, 89 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/vect/costmodel/riscv/rvv/pr114516.c
create mode 100644 gcc/testsuite/gcc.target/riscv/rvv/autovec/pr118950.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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from ae6b5ba8d Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
new 5ab28cba2 Add entry 0895aef01c64c317b489811dbe4ac55f9c13aab3 from https [...]
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-15-6345-g0895aef01c6 => gcc-15-6345-g0895aef01c64} | 0
gcc/sha1/0895aef01c64c317b489811dbe4ac55f9c13aab3/commit-log.txt | 2 +-
gcc/sha1/0895aef01c64c317b489811dbe4ac55f9c13aab3/jira/description | 2 +-
gcc/sha1/0895aef01c64c317b489811dbe4ac55f9c13aab3/jira/summary | 2 +-
gcc/sha1/0895aef01c64c317b489811dbe4ac55f9c13aab3/jira/yaml | 4 ++--
5 files changed, 5 insertions(+), 5 deletions(-)
copy gcc/basepoints/{gcc-15-6345-g0895aef01c6 => gcc-15-6345-g0895aef01c64} (100%)
--
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 binutils-gdb.
from c619e92beb0 objdump: Inform users if RELR relocs are present in a file [...]
new a4f974e939e gdb, testsuite, rust: fix for empty array
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:
gdb/rust-lang.c | 2 +-
gdb/testsuite/gdb.rust/expr.exp | 4 ++++
2 files changed, 5 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 master
in repository binutils-gdb.
from 8f52366c839 gdb/testsuite/lib/rocm.exp: Fix a typo in a comment
new c619e92beb0 objdump: Inform users if RELR relocs are present in a file [...]
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:
binutils/doc/binutils.texi | 3 ++
binutils/objdump.c | 80 +++++++++++++++++++++++++++++++++++-----------
2 files changed, 64 insertions(+), 19 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 glibc.
from 8a46bf41e5 posix: Rewrite cpuset tests
new 4734d0f8ad Increase the amount of data tested in stdio-common/tst-fwrit [...]
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:
stdio-common/tst-fwrite-pipe.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 glibc.
from 29803ed3ce math: Fix `unknown type name '__float128'` for clang 3.4 to [...]
new fa53723cdb support: Add support_next_to_fault_before support function
new 8a46bf41e5 posix: Rewrite cpuset tests
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:
posix/Makefile | 3 +-
posix/tst-cpuset-dynamic.c | 63 +++++++++++++++++++++++
posix/tst-cpuset-skeleton.c | 123 ++++++++++++++++++++++++++++++++++++++++++++
posix/tst-cpuset-static.c | 61 ++++++++++++++++++++++
posix/tst-cpuset.c | 82 -----------------------------
support/next_to_fault.c | 44 ++++++++++++----
support/next_to_fault.h | 5 ++
7 files changed, 288 insertions(+), 93 deletions(-)
create mode 100644 posix/tst-cpuset-dynamic.c
create mode 100644 posix/tst-cpuset-skeleton.c
create mode 100644 posix/tst-cpuset-static.c
delete mode 100644 posix/tst-cpuset.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 master
in repository binutils-gdb.
from 5770f680c91 gdb: handle empty locspec when printing breakpoints
new 8f52366c839 gdb/testsuite/lib/rocm.exp: Fix a typo in a comment
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:
gdb/testsuite/lib/rocm.exp | 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from a60cb86e4 Add entry 2a2e6784074e1f7b679bc09b1a66982bf60645a5 from https [...]
new ae6b5ba8d Add entry 405c99c17210a58df1adddd237219e773e689f17 from https [...]
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/sha1/405c99c17210a58df1adddd237219e773e689f17/commit-log.txt | 2 +-
gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/jira/description | 2 +-
gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/jira/summary | 2 +-
gcc/sha1/405c99c17210a58df1adddd237219e773e689f17/jira/yaml | 4 ++--
4 files changed, 5 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.