This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 821c9e515db5 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...]
new 2c0c883f895f remoteproc: qcom: pas: Conclude the rename from adsp
new f9262233b771 dt-bindings: remoteproc: qcom,sm8150-pas: Document QCS615 [...]
new b0dc512ab7ba remoteproc: Don't use %pK through printk
new f6588dea0ab2 dt-bindings: remoteproc: qcom,sa8775p-pas: Correct the int [...]
new 82a4277fa5e0 remoteproc: xlnx: Allow single core use in split mode
new 209be2857bcc remoteproc: xlnx: Add shutdown callback
new 699cdd706290 remoteproc: xlnx: Disable unsupported features
new 1c20224123f4 remoteproc: xlnx: Fix kernel-doc warnings
new 111857421c93 Merge tag 'rproc-v6.17' of git://git.kernel.org/pub/scm/li [...]
new 7ac6612d6b79 Documentation/driver-api/cxl: Introduce conventions.rst
new 38b502e0a652 cxl/pci: Replace mutex_lock_io() w mutex_lock() for mailbo [...]
new 60da1f685a94 cxl_test: Limit location for fake CFMWS to mappable range
new 5af29a583a17 Documentation: cxl: fix typos and improve clarity in memor [...]
new 7d14230db8a7 Documentation: fix typo in CXL driver documentation
new 8ad85794be61 cxl: docs/devices Fix typos and clarify wording in device- [...]
new d7b9056c3a6c cxl/edac: Use correct format specifier for u32 val
new ac0fe6a57317 cxl: make cxl_bus_type constant
new 5b6031c832c2 cxl/core: Introduce a new helper cxl_resource_contains_addr()
new 03ff65c02559 cxl/edac: Fix wrong dpa checking for PPR operation
new bdf2d9fd3a86 cxl/core: Using cxl_resource_contains_addr() to check addr [...]
new 12b3d697c812 cxl: Remove core/acpi.c and cxl core dependency on ACPI
new 857d18f23ab1 cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() for conditi [...]
new 683513084acb cxl/mbox: Convert poison list mutex to ACQUIRE()
new 7cb3b42a6bce cxl/decoder: Move decoder register programming to a helper
new 55a89d9c99a9 cxl/decoder: Drop pointless locking
new a235d7d963e8 cxl/region: Split commit_store() into __commit() and queue [...]
new 695d9455af28 cxl/region: Move ready-to-probe state check to a helper
new b3a88225519c cxl/region: Consolidate cxl_decoder_kill_region() and cxl_ [...]
new d03fcf50ba56 cxl: Convert to ACQUIRE() for conditional rwsem locking
new b873adfddeeb Merge branch 'for-6.17/cxl-acquire' into cxl-for-next
new b2df55a98672 cleanup: Fix documentation build error for ACQUIRE updates
new 3796f2985c26 cxl: Fix -Werror=return-type in cxl_decoder_detach()
new 49d6e658e758 cxl/region: Fix an ERR_PTR() vs NULL bug
new 1f4f8166110f cxl/events: Update Common Event Record to CXL spec rev 3.2
new cd3b36cfc659 cxl/events: Add extra validity checks for corrected memory [...]
new d8145bb8af5c cxl/events: Add extra validity checks for CVME count in DR [...]
new f10f46a0ee53 cxl/events: Trace Memory Sparing Event Record
new 3a32c5b3bb7d Merge branch 'for-6.17/cxl-events-updates' into cxl-for-next
new f11a5f89910a Documentation/ABI/testing/debugfs-cxl: Add 'cxl' to clear_ [...]
new d41e5839d800 Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/l [...]
new 963f1b20a8d2 parisc: Makefile: fix a typo in palo.conf
new 305ab0a748c5 parisc: Makefile: explain that 64BIT requires both 32-bit [...]
new cb22f247f371 parisc: Update comments in make_insert_tlb
new 91428ca9320e parisc: Check region is readable by user in raw_copy_from_user()
new 52ce9406a962 parisc: Rename pte_needs_flush() to pte_needs_cache_flush( [...]
new 802e55488bc2 parisc: Define and use set_pte_at()
new f92a5e36b0c4 parisc: Try to fixup kernel exception in bad_area_nosemaph [...]
new 4eab1c27ce1f parisc: Drop WARN_ON_ONCE() from flush_cache_vmap
new f6334f4ae9a4 parisc: Revise gateway LWS calls to probe user read access
new 89f686a0fb6e parisc: Revise __get_user() to probe user read access
new 0905809b38bd Merge tag 'parisc-for-6.17-rc1' of git://git.kernel.org/pu [...]
The 51 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
Documentation/ABI/testing/debugfs-cxl | 2 +-
.../bindings/remoteproc/qcom,sa8775p-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sm8150-pas.yaml | 65 ++-
Documentation/driver-api/cxl/conventions.rst | 47 ++
.../driver-api/cxl/devices/device-types.rst | 10 +-
Documentation/driver-api/cxl/index.rst | 1 +
Documentation/driver-api/cxl/linux/cxl-driver.rst | 2 +-
.../driver-api/cxl/theory-of-operation.rst | 12 +-
arch/parisc/Makefile | 6 +-
arch/parisc/include/asm/pgtable.h | 7 +-
arch/parisc/include/asm/special_insns.h | 28 +
arch/parisc/include/asm/uaccess.h | 21 +-
arch/parisc/kernel/cache.c | 6 +-
arch/parisc/kernel/entry.S | 17 +-
arch/parisc/kernel/syscall.S | 30 +-
arch/parisc/lib/memcpy.c | 19 +-
arch/parisc/mm/fault.c | 4 +
drivers/cxl/acpi.c | 59 ++
drivers/cxl/core/Makefile | 1 -
drivers/cxl/core/acpi.c | 11 -
drivers/cxl/core/cdat.c | 6 +-
drivers/cxl/core/core.h | 36 +-
drivers/cxl/core/edac.c | 55 +-
drivers/cxl/core/hdm.c | 125 +++--
drivers/cxl/core/mbox.c | 37 +-
drivers/cxl/core/memdev.c | 52 +-
drivers/cxl/core/port.c | 29 +-
drivers/cxl/core/region.c | 486 ++++++++--------
drivers/cxl/core/trace.h | 133 ++++-
drivers/cxl/cxl.h | 17 +-
drivers/cxl/cxlmem.h | 12 +-
drivers/cxl/pci.c | 2 +-
drivers/remoteproc/Kconfig | 11 +-
drivers/remoteproc/omap_remoteproc.c | 2 +-
drivers/remoteproc/pru_rproc.c | 2 +-
drivers/remoteproc/qcom_q6v5_pas.c | 621 ++++++++++-----------
drivers/remoteproc/remoteproc_core.c | 2 +-
drivers/remoteproc/remoteproc_virtio.c | 2 +-
drivers/remoteproc/st_slim_rproc.c | 2 +-
drivers/remoteproc/ti_k3_common.c | 4 +-
drivers/remoteproc/ti_k3_r5_remoteproc.c | 2 +-
drivers/remoteproc/xlnx_r5_remoteproc.c | 74 ++-
drivers/rpmsg/virtio_rpmsg_bus.c | 2 +-
include/cxl/event.h | 37 +-
include/linux/cleanup.h | 94 +++-
include/linux/mutex.h | 2 +-
include/linux/rwsem.h | 3 +-
tools/testing/cxl/Kbuild | 1 -
tools/testing/cxl/config_check.c | 1 +
tools/testing/cxl/test/cxl.c | 7 +-
50 files changed, 1360 insertions(+), 849 deletions(-)
create mode 100644 Documentation/driver-api/cxl/conventions.rst
delete mode 100644 drivers/cxl/core/acpi.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 release/2.41/master
in repository glibc.
from 513629b14d elf: Handle ld.so with LOAD segment gaps in _dl_find_object [...]
new 1502c248d5 nptl: Fix SYSCALL_CANCEL for return values larger than INT_M [...]
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:
NEWS | 1 +
nptl/cancellation.c | 4 ++--
2 files changed, 3 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 cf91048748 i386: Consolidate subdirectory check on elf and csu
new 7107bebf19 nptl: Fix SYSCALL_CANCEL for return values larger than INT_M [...]
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:
nptl/cancellation.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 releases/gcc-15
in repository gcc.
from e14a895275d arm: fully validate mem_noofs_operand [PR120351]
new 08f932840a0 Regenerate gcc.pot
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/po/gcc.pot | 11438 ++++++++++++++++++++++++++++---------------------------
1 file changed, 5765 insertions(+), 5673 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 89748acdf226 Merge tag 'drm-next-2025-08-01' of https://gitlab.freedesk [...]
new 71753c6ed2bf unwind_user: Add user space unwinding API with frame point [...]
new 5e32d0f15cc5 unwind_user/deferred: Add unwind_user_faultable()
new b9c73524106e unwind_user/deferred: Add unwind cache
new 2dffa355f6c2 unwind_user/deferred: Add deferred unwinding interface
new 055c7060e7ca unwind_user/deferred: Make unwind deferral requests NMI-safe
new be3d526a5b34 unwind deferred: Use bitmask to determine which callbacks to call
new 4c75133e745a unwind deferred: Add unwind_completed mask to stop spuriou [...]
new 858fa8a3b083 unwind: Add USED bit to only have one conditional on way b [...]
new 357eda2d7450 unwind deferred: Use SRCU unwind_deferred_task_work()
new b3b9cb11aa03 unwind: Finish up unwind when a task exits
new c6439bfaabf2 Merge tag 'trace-deferred-unwind-v6.17' of git://git.kerne [...]
new 8b6cbcac76af rtla/timerlat: Introduce enum timerlat_tracing_mode
new 6ea082b171e0 rtla/timerlat: Add action on threshold feature
new 3b78670e3a93 rtla/timerlat_bpf: Allow resuming tracing
new 8d933d5c89e8 rtla/timerlat: Add continue action
new 3aadb65db5d6 rtla/timerlat: Add action on end feature
new 916a9c5b03a7 rtla/tests: Check rtla output with grep
new 4e26f84abfbb rtla/tests: Add tests for actions
new 04f837165b94 rtla/tests: Limit duration to maximum of 10s
new 70165c78e31d Documentation/rtla: Add actions feature
new 892ae5f806af rtla/tests: Add grep checks for base test cases
new a80db1f85774 rtla/tests: Test timerlat -P option using actions
new 5172a777248e Merge tag 'trace-tools-v6.17' of git://git.kernel.org/pub/ [...]
new 88c79ecfb68f tracing: Replace opencoded cpumask_next_wrap() in move_to_ [...]
new 3aceaa539cfe tracing: Use queue_rcu_work() to free filters
new adc353c0bfb2 kernel: trace: preemptirq_delay_test: use offstack cpu mask
new 878e1e94a8aa tracing/sched: Remove obsolete comment on suffixes
new c897c1e5b19d tracing: Remove pointless memory barriers
new 07c3f391bcb2 tracing: Remove EVENT_FILE_FL_SOFT_MODE flag
new 502ffa43994d tracing: Fix comment in trace_module_remove_events()
new 9ba817fb7c6a tracing: Deprecate auto-mounting tracefs in debugfs
new 1a967e92bf47 tracing: Remove "__attribute__()" from the type field of e [...]
new 0dd1274a053f tracing: Have eprobes have their own config option
new 623526ba8984 Documentation: tracing: Add documentation about eprobes
new d6f38c123963 Merge tag 'trace-v6.17' of git://git.kernel.org/pub/scm/li [...]
The 35 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:
.../ABI/obsolete/automount-tracefs-debugfs | 20 ++
.../tools/rtla/common_timerlat_options.rst | 64 ++++
Documentation/trace/eprobetrace.rst | 269 +++++++++++++++
Documentation/trace/index.rst | 1 +
MAINTAINERS | 7 +
arch/Kconfig | 7 +
include/asm-generic/Kbuild | 1 +
include/asm-generic/unwind_user.h | 5 +
include/linux/irq-entry-common.h | 2 +
include/linux/sched.h | 5 +
include/linux/trace_events.h | 3 -
include/linux/unwind_deferred.h | 81 +++++
include/linux/unwind_deferred_types.h | 39 +++
include/linux/unwind_user.h | 14 +
include/linux/unwind_user_types.h | 44 +++
include/trace/events/sched.h | 2 -
kernel/Makefile | 1 +
kernel/exit.c | 2 +
kernel/fork.c | 4 +
kernel/trace/Kconfig | 27 ++
kernel/trace/Makefile | 2 +-
kernel/trace/preemptirq_delay_test.c | 13 +-
kernel/trace/rv/rv.c | 6 -
kernel/trace/trace.c | 49 +--
kernel/trace/trace.h | 4 +-
kernel/trace/trace_events.c | 154 +++++++--
kernel/trace/trace_events_filter.c | 28 +-
kernel/trace/trace_hwlat.c | 5 +-
kernel/unwind/Makefile | 1 +
kernel/unwind/deferred.c | 362 +++++++++++++++++++++
kernel/unwind/user.c | 128 ++++++++
tools/tracing/rtla/src/Build | 1 +
tools/tracing/rtla/src/actions.c | 260 +++++++++++++++
tools/tracing/rtla/src/actions.h | 52 +++
tools/tracing/rtla/src/timerlat.bpf.c | 13 +-
tools/tracing/rtla/src/timerlat.c | 24 +-
tools/tracing/rtla/src/timerlat.h | 24 +-
tools/tracing/rtla/src/timerlat_bpf.c | 13 +
tools/tracing/rtla/src/timerlat_bpf.h | 3 +
tools/tracing/rtla/src/timerlat_hist.c | 140 ++++++--
tools/tracing/rtla/src/timerlat_top.c | 165 +++++++---
tools/tracing/rtla/tests/engine.sh | 21 +-
tools/tracing/rtla/tests/hwnoise.t | 13 +-
tools/tracing/rtla/tests/osnoise.t | 10 +-
tools/tracing/rtla/tests/scripts/check-priority.sh | 8 +
tools/tracing/rtla/tests/timerlat.t | 45 ++-
46 files changed, 1933 insertions(+), 209 deletions(-)
create mode 100644 Documentation/ABI/obsolete/automount-tracefs-debugfs
create mode 100644 Documentation/trace/eprobetrace.rst
create mode 100644 include/asm-generic/unwind_user.h
create mode 100644 include/linux/unwind_deferred.h
create mode 100644 include/linux/unwind_deferred_types.h
create mode 100644 include/linux/unwind_user.h
create mode 100644 include/linux/unwind_user_types.h
create mode 100644 kernel/unwind/Makefile
create mode 100644 kernel/unwind/deferred.c
create mode 100644 kernel/unwind/user.c
create mode 100644 tools/tracing/rtla/src/actions.c
create mode 100644 tools/tracing/rtla/src/actions.h
create mode 100755 tools/tracing/rtla/tests/scripts/check-priority.sh
--
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 release/2.41/master
in repository glibc.
from 373408c19f stdlib: resolve a double lock init issue after fork [BZ #32994]
new 62928cf7d8 elf: Do not add a copy of _dl_find_object to libc.so
new f48de98bce elf: Extract rtld_setup_phdr function from dl_main
new 513629b14d elf: Handle ld.so with LOAD segment gaps in _dl_find_object [...]
The 3 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:
NEWS | 1 +
elf/Makefile | 8 +-
elf/dl-find_object.c | 79 ++++++++++-------
elf/dl-find_object.h | 4 +-
elf/rtld.c | 82 ++++++++++++------
elf/tst-link-map-contiguous-ldso.c | 98 ++++++++++++++++++++++
elf/tst-link-map-contiguous-libc.c | 57 +++++++++++++
.../tst-link-map-contiguous-main.c | 40 +++++----
include/dlfcn.h | 3 +-
sysdeps/arm/find_exidx.c | 3 +-
10 files changed, 290 insertions(+), 85 deletions(-)
create mode 100644 elf/tst-link-map-contiguous-ldso.c
create mode 100644 elf/tst-link-map-contiguous-libc.c
copy sysdeps/pthread/tst-stack2.c => elf/tst-link-map-contiguous-main.c (61%)
--
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 8b06c58c4ae cobol: Minor changes to quiet cppcheck warnings. [PR119324]
new 5b3f42dcae5 i386: Fix incorrect attributes-error.c test
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/testsuite/gcc.target/i386/attributes-error.c | 3 ++-
1 file changed, 2 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 393e0434e23 gprof: Run tst-gmon-gprof-l.sh after tst-gmon-gprof.sh
new 382f0ffb936 gdb/MAINTAINERS: Update my email address
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/MAINTAINERS | 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 08196f04401 PR modula2/121354: ICE when attempting to fold HIGH from an [...]
new 8b06c58c4ae cobol: Minor changes to quiet cppcheck warnings. [PR119324]
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/cobol/cbldiag.h | 2 +-
gcc/cobol/genapi.cc | 5 +----
gcc/cobol/genutil.cc | 5 ++++-
gcc/cobol/symbols.cc | 10 ++++++----
4 files changed, 12 insertions(+), 10 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.