This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from aa918db707fb Merge tag 'bpf_try_alloc_pages' of git://git.kernel.org/pu [...]
new 0e1ff67d164b x86/split_lock: Simplify reenabling
new 61c39d8c83e2 lockdep: Fix wait context check on softirq for PREEMPT_RT
new 495f53d5cca0 locking/lockdep: Decrease nr_unused_locks if lock unused i [...]
new b4c5c57c2d8d Merge tag 'locking-urgent-2025-03-28' of git://git.kernel. [...]
new 9232c49ff31c x86/Kconfig: Enable X86_X2APIC by default and improve help text
new 31be5041dca3 x86/Kconfig: Always enable ARCH_SPARSEMEM_ENABLE
new e35e328d37ee x86/Kconfig: Move all X86_EXTENDED_PLATFORM options together
new 4047e8773fb6 x86/Kconfig: Update lists in X86_EXTENDED_PLATFORM
new 21d8fb8d4e70 x86/Kconfig: Document CONFIG_PCI_MMCONFIG
new d9f87802676b x86/Kconfig: Make CONFIG_PCI_CNB20LE_QUIRK depend on X86_32
new de7115636c41 x86/Kconfig: Document release year of glibc 2.3.3
new c8c81458863a x86/speculation: Remove the extra #ifdef around CALL_NOSPEC
new 2487b6b9bf28 Merge branch 'linus' into x86/urgent, to pick up fixes and [...]
new 99bb1bd810ea x86/Kconfig: Correct X86_X2APIC help text
new 2704ad556cf2 x86/Kconfig: Fix lists in X86_EXTENDED_PLATFORM help text
new 57e2428f8df8 x86/entry: Fix ORC unwinder for PUSH_REGS with save_ret=1
new 2c118f50d7fd x86/dumpstack: Fix inaccurate unwinding from exception sta [...]
new 3181424aeac2 x86/early_printk: Add support for MMIO-based UARTs
new 878477a59537 x86/fpu: Update the outdated comment above fpstate_init_user()
new dc84bc2aba85 x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_ [...]
new 31ab12df7235 x86/microcode/AMD: Fix __apply_microcode_amd()'s return value
new 7405c0f01aa2 Merge tag 'x86-urgent-2025-03-28' of git://git.kernel.org/ [...]
new aa0fdccda407 tests/module: nix-ify
new 838e6dd8b592 module: Begin to move from RCU-sched to RCU.
new 039de46874bb module: Use proper RCU assignment in add_kallsyms().
new f01369239293 module: Use RCU in find_kallsyms_symbol().
new c4fadf38ded5 module: Use RCU in module_get_kallsym().
new febaa65c94e0 module: Use RCU in find_module_all().
new f27d8ed6a636 module: Use RCU in __find_kallsyms_symbol_value().
new cdd9335c1302 module: Use RCU in module_kallsyms_on_each_symbol().
new 435bbcc3bef6 module: Remove module_assert_mutex_or_preempt() from try_a [...]
new 2ff49f8931be module: Use RCU in find_symbol().
new 2bee017741f2 module: Use RCU in __is_module_percpu_address().
new 7d9dda6f628f module: Allow __module_address() to be called from RCU section.
new 2abf84f688be module: Use RCU in search_module_extables().
new 6593a2c990f2 module: Use RCU in all users of __module_address().
new d593e0cabdf6 module: Use RCU in all users of __module_text_address().
new 59aa1414bf33 ARM: module: Use RCU in all users of __module_text_address().
new 17a9992dd7e8 arm64: module: Use RCU in all users of __module_text_address().
new f99d27d9feb7 LoongArch/orc: Use RCU in all users of __module_address().
new 18d83c3654c3 LoongArch: ftrace: Use RCU in all users of __module_text_a [...]
new ccf74e79ea35 powerpc/ftrace: Use RCU in all users of __module_text_address().
new e151955bacf8 cfi: Use RCU while invoking __module_address().
new 14daa3bca217 x86: Use RCU in all users of __module_address().
new 4038131fdf3d jump_label: Use RCU in all users of __module_address().
new 72ee1c20b0b5 jump_label: Use RCU in all users of __module_text_address().
new 8c6eb7ca8600 bpf: Use RCU in all users of __module_text_address().
new 7e74a7c00aef kprobes: Use RCU in all users of __module_text_address().
new 3983da398c26 static_call: Use RCU in all users of __module_text_address().
new f47d2a3f7542 bug: Use RCU instead RCU-sched to protect module_bug_list.
new 3690f4a86005 params: Annotate struct module_param_attrs with __counted_by()
new 6380bf8ff902 module: Replace deprecated strncpy() with strscpy()
new 085c5e37427d module: Remove unnecessary size argument when calling strscpy()
new 897c0b4e2713 MAINTAINERS: Update the MODULE SUPPORT section
new 01d5b167dc23 Merge tag 'modules-6.15-rc1' of git://git.kernel.org/pub/s [...]
The 55 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/admin-guide/kernel-parameters.txt | 9 +-
MAINTAINERS | 4 +-
arch/arm/kernel/module-plts.c | 4 +-
arch/arm64/kernel/ftrace.c | 7 +-
arch/loongarch/kernel/ftrace_dyn.c | 9 +-
arch/loongarch/kernel/unwind_orc.c | 4 +-
arch/powerpc/kernel/trace/ftrace.c | 6 +-
arch/powerpc/kernel/trace/ftrace_64_pg.c | 6 +-
arch/x86/Kconfig | 83 ++++++++++++------
arch/x86/entry/calling.h | 2 +
arch/x86/include/asm/nospec-branch.h | 4 -
arch/x86/kernel/callthunks.c | 3 +-
arch/x86/kernel/cpu/bus_lock.c | 35 +++++---
arch/x86/kernel/cpu/microcode/amd.c | 2 +-
arch/x86/kernel/dumpstack.c | 5 +-
arch/x86/kernel/early_printk.c | 45 +++++++++-
arch/x86/kernel/fpu/core.c | 2 +-
arch/x86/kernel/unwind_orc.c | 4 +-
arch/x86/mm/pat/memtype.c | 52 +++++------
include/linux/kallsyms.h | 3 +-
include/linux/module.h | 2 +-
include/linux/pgtable.h | 28 ++++--
kernel/cfi.c | 5 +-
kernel/fork.c | 4 +
kernel/jump_label.c | 31 ++++---
kernel/kprobes.c | 2 +-
kernel/livepatch/core.c | 4 +-
kernel/locking/lockdep.c | 3 +
kernel/module/internal.h | 11 ---
kernel/module/kallsyms.c | 73 ++++++----------
kernel/module/main.c | 109 +++++++++---------------
kernel/module/tracking.c | 2 -
kernel/module/tree_lookup.c | 8 +-
kernel/module/version.c | 14 +--
kernel/params.c | 29 +++----
kernel/softirq.c | 18 ++++
kernel/static_call_inline.c | 13 ++-
kernel/trace/bpf_trace.c | 24 +++---
kernel/trace/trace_kprobe.c | 9 +-
lib/bug.c | 22 ++---
lib/tests/module/gen_test_kallsyms.sh | 2 +-
mm/memory.c | 11 +--
42 files changed, 377 insertions(+), 336 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 9c5505a35d9 Optimize string constructor
new f7085e23148 Docs: make regenerate-opt-urls
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/c-family/c.opt.urls | 4 ++--
gcc/d/lang.opt.urls | 2 +-
gcc/m2/lang.opt.urls | 2 +-
3 files changed, 4 insertions(+), 4 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 37f35ebc7c5 Doc: Clean up New/Delete Builtins manual section
new 9c5505a35d9 Optimize string constructor
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/g++.dg/tree-ssa/pr80331.C | 8 ++++++++
gcc/testsuite/g++.dg/tree-ssa/pr87502.C | 15 +++++++++++++++
libstdc++-v3/config/abi/pre/gnu.ver | 3 +++
libstdc++-v3/include/bits/basic_string.h | 10 ++++++++--
libstdc++-v3/include/bits/basic_string.tcc | 25 +++++++++++++++++++++++++
libstdc++-v3/src/c++11/string-inst.cc | 8 ++++++++
6 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr80331.C
create mode 100644 gcc/testsuite/g++.dg/tree-ssa/pr87502.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 cygwin-3_6-branch
in repository newlib.
from 7f6757571 Cygwin: signal: Copy context to alternate stack in the SA_ONS [...]
new 70026ace1 Cygwin: dlfcn: avoid ENOENT on dlcose after dlopen(cygwin1.dll)
new 20174a05d Cygwin: dlfcn: fix dlopen refcounting for DLLs loaded with RT [...]
new 39078c965 Cygwin: dlopen: rename gmheflags to nodelete
new 5da6fdf7f Cygwin: set_posix_access: Use DEF objects when creating defau [...]
new ac0ac6630 Cygwin: ACLs: don't allow special accounts as USER entry
The 5 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/dlfcn.cc | 30 ++++++++++++++++++------------
winsup/cygwin/dll_init.cc | 20 +++++++++++++++-----
winsup/cygwin/local_includes/dll_init.h | 2 +-
winsup/cygwin/release/3.6.1 | 8 ++++++++
winsup/cygwin/sec/acl.cc | 20 +++++++++++++++++---
5 files changed, 59 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 devel/omp/gcc-14
in repository gcc.
from f8bde63c202 gcc/testsuite/g++.dg/gomp/append-args-8.C: Fix scan-dump-tree
new 0a5e48f68ff OpenACC: array reductions bug fixes
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/gcn/gcn-tree.cc | 3 +-
gcc/config/nvptx/nvptx.cc | 32 ++++++++++++++++------
.../libgomp.oacc-c-c++-common/reduction-arrays-2.c | 24 ++++++++++++++++
.../libgomp.oacc-c-c++-common/reduction-arrays-3.c | 24 ++++++++++++++++
.../libgomp.oacc-c-c++-common/reduction-arrays-4.c | 24 ++++++++++++++++
.../libgomp.oacc-c-c++-common/reduction-arrays-5.c | 24 ++++++++++++++++
6 files changed, 122 insertions(+), 9 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 80aeb8437 Add entry e90d6c2639c39266479085a5f8df443b56eca259 from https [...]
new 29eaba895 Add entry e90d6c2639c39266479085a5f8df443b56eca259 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 | 4 +
.../jira/yaml | 4 +
.../status.txt | 4 +
.../master-arm-check_bootstrap/details.txt | 640 +++++++++++++++++++++
.../reproduction_instructions.txt | 6 +-
.../master-arm-check_bootstrap}/status-summary.txt | 0
.../master-arm-check_bootstrap/status.txt | 4 +-
.../tcwg_bootstrap_check/status-summary.txt | 2 +-
.../tcwg_bootstrap_check/status.txt | 4 +
9 files changed, 662 insertions(+), 6 deletions(-)
create mode 100644 gcc/sha1/e90d6c2639c39266479085a5f8df443b56eca259/tcwg_bootstra [...]
copy gcc/sha1/{1d2257dc850d088f6d9267b4624ba08533ab2475/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/{31250baf81446aa4fc1b729e2fc5165a36005ebc => e90d6c2639c39266479085a [...]
copy gcc/sha1/{31250baf81446aa4fc1b729e2fc5165a36005ebc => e90d6c2639c39266479085a [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.