This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from fd8c09ad0d87 Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/l [...]
new 0207244ea0e7 riscv: defconfig: enable pinctrl and dwmac support for TH1520
new 9d0593da9459 riscv/futex: Optimize atomic cmpxchg
new 26f2d6de4179 riscv: defconfig: drop RT_GROUP_SCHED=y
new 9d87cf525fd2 RISC-V: Mark riscv_v_init() as __init
new e576b7cb8183 dt-bindings: riscv: Add xtheadvector ISA extension description
new bf6279b38a4b dt-bindings: cpus: add a thead vlen register length property
new ce1daeeba600 riscv: dts: allwinner: Add xtheadvector to the D1/D1s devicetree
new cddd63869f92 riscv: Add thead and xtheadvector as a vendor extension
new 377be47f90e4 riscv: vector: Use vlenb from DT for thead
new 66f197785d51 RISC-V: define the elements of the VCSR vector CSR
new b9a931442451 riscv: csr: Add CSR encodings for CSR_VXRM/CSR_VXSAT
new 01e3313e34d0 riscv: Add xtheadvector instruction definitions
new d863910eabaf riscv: vector: Support xtheadvector save/restore
new a5ea53da65c5 riscv: hwprobe: Add thead vendor extension probing
new 7fa00fd6ff53 riscv: hwprobe: Document thead vendor extensions and xthea [...]
new 57d7713af93e selftests: riscv: Fix vector tests
new c384c5d4a2ae selftests: riscv: Support xtheadvector in vector tests
new 4bf97069239b riscv: Add ghostwrite vulnerability
new 2613c15b0cc1 Merge patch series "riscv: Add support for xtheadvector"
new b6de116e4636 riscv/mm/fault: add show_pte() before die()
new 101971298be2 riscv: add a warning when physical memory address overflows
new 1b5f3c51fbb8 Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.o [...]
new d555ed45a5a1 PCI: Restore original INTX_DISABLE bit by pcim_intx()
new 0c0746f9dcd6 Merge tag 'pci-v6.14-fixes-1' of git://git.kernel.org/pub/ [...]
new f214b7beb006 drm/amdkfd: Block per-queue reset when halt_if_hws_hang=1
new 5cda56bd86c4 drm/amd/amdgpu: change the config of cgcg on gfx12
new 819bf6662b93 drm/amd/pm: Mark MM activity as unsupported
new f88192d2335b drm/amd/display: Correct register address in dcn35
new 9078a5bfa21e drm/amdkfd: only flush the validate MES contex
new 7f2b5237e313 drm/amd/display: restore invalid MSA timing check for freesync
new 8dcb26b493d3 Merge tag 'amd-drm-fixes-6.14-2025-01-29' of https://gitla [...]
new 851faa888a52 Merge tag 'drm-next-2025-02-01' of https://gitlab.freedesk [...]
The 32 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/arch/riscv/hwprobe.rst | 10 +
Documentation/devicetree/bindings/riscv/cpus.yaml | 19 ++
.../devicetree/bindings/riscv/extensions.yaml | 10 +
arch/riscv/Kconfig.errata | 11 +
arch/riscv/Kconfig.vendor | 26 ++
arch/riscv/boot/dts/allwinner/sun20i-d1s.dtsi | 3 +-
arch/riscv/configs/defconfig | 1 -
arch/riscv/errata/thead/errata.c | 28 ++
arch/riscv/include/asm/bugs.h | 22 ++
arch/riscv/include/asm/cpufeature.h | 2 +
arch/riscv/include/asm/csr.h | 15 +
arch/riscv/include/asm/errata_list.h | 3 +-
arch/riscv/include/asm/futex.h | 2 +-
arch/riscv/include/asm/hwprobe.h | 5 +-
arch/riscv/include/asm/switch_to.h | 2 +-
arch/riscv/include/asm/vector.h | 222 +++++++++++----
arch/riscv/include/asm/vendor_extensions/thead.h | 47 ++++
.../include/asm/vendor_extensions/thead_hwprobe.h | 19 ++
.../include/asm/vendor_extensions/vendor_hwprobe.h | 37 +++
arch/riscv/include/uapi/asm/hwprobe.h | 3 +-
arch/riscv/include/uapi/asm/vendor/thead.h | 3 +
arch/riscv/kernel/Makefile | 2 +
arch/riscv/kernel/bugs.c | 60 ++++
arch/riscv/kernel/cpufeature.c | 59 +++-
arch/riscv/kernel/kernel_mode_vector.c | 8 +-
arch/riscv/kernel/process.c | 4 +-
arch/riscv/kernel/signal.c | 6 +-
arch/riscv/kernel/sys_hwprobe.c | 5 +
arch/riscv/kernel/vector.c | 26 +-
arch/riscv/kernel/vendor_extensions.c | 10 +
arch/riscv/kernel/vendor_extensions/Makefile | 2 +
arch/riscv/kernel/vendor_extensions/thead.c | 29 ++
.../riscv/kernel/vendor_extensions/thead_hwprobe.c | 19 ++
arch/riscv/mm/fault.c | 52 ++++
arch/riscv/mm/init.c | 8 +-
drivers/base/cpu.c | 3 +
drivers/gpu/drm/amd/amdgpu/gfx_v12_0.c | 11 -
.../gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 4 +-
.../gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 7 +-
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 12 +-
.../amd/display/dc/clk_mgr/dcn35/dcn35_clk_mgr.c | 2 +-
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c | 1 -
drivers/pci/devres.c | 34 ++-
include/linux/cpu.h | 1 +
scripts/selinux/genheaders/genheaders | Bin 0 -> 90112 bytes
tools/testing/selftests/riscv/vector/.gitignore | 3 +-
tools/testing/selftests/riscv/vector/Makefile | 17 +-
.../selftests/riscv/vector/v_exec_initval_nolibc.c | 94 +++++++
tools/testing/selftests/riscv/vector/v_helpers.c | 68 +++++
tools/testing/selftests/riscv/vector/v_helpers.h | 8 +
tools/testing/selftests/riscv/vector/v_initval.c | 22 ++
.../selftests/riscv/vector/v_initval_nolibc.c | 72 -----
.../selftests/riscv/vector/vstate_exec_nolibc.c | 20 +-
.../testing/selftests/riscv/vector/vstate_prctl.c | 305 +++++++++++++--------
54 files changed, 1146 insertions(+), 318 deletions(-)
create mode 100644 arch/riscv/include/asm/bugs.h
create mode 100644 arch/riscv/include/asm/vendor_extensions/thead.h
create mode 100644 arch/riscv/include/asm/vendor_extensions/thead_hwprobe.h
create mode 100644 arch/riscv/include/asm/vendor_extensions/vendor_hwprobe.h
create mode 100644 arch/riscv/include/uapi/asm/vendor/thead.h
create mode 100644 arch/riscv/kernel/bugs.c
create mode 100644 arch/riscv/kernel/vendor_extensions/thead.c
create mode 100644 arch/riscv/kernel/vendor_extensions/thead_hwprobe.c
create mode 100755 scripts/selinux/genheaders/genheaders
create mode 100644 tools/testing/selftests/riscv/vector/v_exec_initval_nolibc.c
create mode 100644 tools/testing/selftests/riscv/vector/v_helpers.c
create mode 100644 tools/testing/selftests/riscv/vector/v_helpers.h
create mode 100644 tools/testing/selftests/riscv/vector/v_initval.c
delete mode 100644 tools/testing/selftests/riscv/vector/v_initval_nolibc.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 a9172b107a2 libstdc++: Fix flat_foo::insert_range for non-common ranges [...]
new 6141fd55181 c++: check_flexarray fixes [PR117516]
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/class.cc | 152 ++++++++++++++++++++--------------
gcc/testsuite/g++.dg/ext/flexary19.C | 2 +-
gcc/testsuite/g++.dg/ext/flexary42.C | 26 ++++++
gcc/testsuite/g++.dg/ext/flexary9.C | 2 +-
gcc/testsuite/g++.dg/other/pr117516.C | 21 +++++
5 files changed, 141 insertions(+), 62 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ext/flexary42.C
create mode 100644 gcc/testsuite/g++.dg/other/pr117516.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 f11dfd036 Add entry 8fbccdb3425e7fc9194d3f02e4a53f3e85cd1a4e from https [...]
new 918fd73b0 Add entry 8fbccdb3425e7fc9194d3f02e4a53f3e85cd1a4e 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 +
.../details.txt | 90 ++++------------------
.../reproduction_instructions.txt | 0
.../status-summary.txt | 0
.../master-aarch64-check_bootstrap_lto/status.txt | 4 +-
.../tcwg_bootstrap_check/status.txt | 4 +
8 files changed, 35 insertions(+), 75 deletions(-)
copy gcc/sha1/8fbccdb3425e7fc9194d3f02e4a53f3e85cd1a4e/{tcwg_gcc_check/master-aarc [...]
copy {binutils/sha1/50505c486ed266463fde4ab7c0c8d530e53065a9/tcwg_gnu_native_build [...]
copy {binutils/sha1/d5cbf916be4a049580dfed8682f3f8795e57ecfa/tcwg_gnu_embed_check_ [...]
copy gcc/sha1/{68326d5d1a593dc0bf098c03aac25916168bc5a9 => 8fbccdb3425e7fc9194d3f0 [...]
--
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 40eee18d0 Add entry 242aa8c743fe4344844753d8faf59744235319df from https [...]
new f11dfd036 Add entry 8fbccdb3425e7fc9194d3f02e4a53f3e85cd1a4e 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_bootstrap_check/master-aarch64-check_bootstrap_lto}/build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{02917ac4528e32d1b2d0da5f45ef5937c56942cd/tcwg_bootstrap_check/maste [...]
copy gcc/sha1/8fbccdb3425e7fc9194d3f02e4a53f3e85cd1a4e/tcwg_bootstrap_check/{maste [...]
--
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 76848059415 Add space in name of Rust tuple type
new e30206560f4 Use "false" when setting cli_styling
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/main.c | 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 d6418fe2268 Fortran: host association issue with symbol in COMMON block [...]
new ee797739606 libstdc++: Fix return value of vector::insert_range
new a9172b107a2 libstdc++: Fix flat_foo::insert_range for non-common ranges [...]
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:
libstdc++-v3/include/bits/stl_bvector.h | 8 +++----
libstdc++-v3/include/bits/vector.tcc | 3 ++-
libstdc++-v3/include/std/flat_map | 17 ++++++++++----
libstdc++-v3/include/std/flat_set | 27 +++++++++++++++++++---
libstdc++-v3/testsuite/23_containers/flat_map/1.cc | 17 ++++++++++++++
.../testsuite/23_containers/flat_multimap/1.cc | 16 +++++++++++++
.../testsuite/23_containers/flat_multiset/1.cc | 16 +++++++++++++
libstdc++-v3/testsuite/23_containers/flat_set/1.cc | 16 +++++++++++++
.../vector/bool/modifiers/insert/insert_range.cc | 18 ++++++++++-----
.../vector/modifiers/insert/insert_range.cc | 18 ++++++++++-----
10 files changed, 131 insertions(+), 25 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 69b8923f5003 Merge tag 'for-linus-6.14-ofs4' of git://git.kernel.org/pu [...]
new 3b7d93db450e ceph: fix memory leak in ceph_mds_auth_match()
new 2f0805d7c08b ceph: streamline request head structures in MDS client
new 3981be13ec1b ceph: exchange hardcoded value on NAME_MAX
new 626d1a1e9958 Merge tag 'ceph-for-6.14-rc1' of https://github.com/ceph/c [...]
new 209954cbc7d0 x86/mm/tlb: Update mm_cpumask lazily
new 2815a56e4b72 x86/mm/tlb: Add tracepoint for TLB flush IPI to stale CPU
new 953753db887f x86/mm/tlb: Also remove local CPU from mm_cpumask if stale
new 6db2526c1d69 x86/mm/tlb: Only trim the mm_cpumask once a second
new 9d93db0d1881 x86/mm/selftests: Fix typo in lam.c
new dd4059634dab x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtr [...]
new 60675d4ca1ef Merge branch 'linus' into x86/mm, to pick up fixes
new aa135d1d0902 x86/mm: Remove unnecessary include of <linux/extable.h>
new c545cd3276cd Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/ [...]
new cc77e2ce187d ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 [...]
new 6e74e53b34b6 ata: libata-sff: Ensure that we cannot write outside the a [...]
new 95d7e8226106 Merge tag 'ata-6.14-rc1-part2' of git://git.kernel.org/pub [...]
new 5719e2823565 io_uring/rsrc: Simplify buffer cloning by locking both rings
new bb2d76344bc8 io_uring: clean up io_uring_register_get_file()
new b73de0da5012 io_uring/rsrc: remove unused parameter ctx for io_rsrc_nod [...]
new 2839ab71ac90 io_uring/rsrc: Move lockdep assert from io_free_rsrc_node( [...]
new 69a62e03f896 io_uring/msg_ring: don't leave potentially dangling ->tctx [...]
new d58d82bd0efd io_uring/uring_cmd: use cached cmd_op in io_uring_cmd_sock()
new eaf72f7b414f io_uring/uring_cmd: cleanup struct io_uring_cmd_data layout
new fa3595523d72 io_uring: get rid of alloc cache init_once handling
new ff74954e4e93 io_uring/alloc_cache: get rid of _nocache() helper
new a23ad06bfee5 io_uring/register: use atomic_read/write for sq_flags migration
new d63b0e8a628e io_uring: fix multishots with selected buffers
new 299276502d41 io_uring: include all deps for alloc_cache.h
new 16ac51a0a7aa io_uring: dont ifdef io_alloc_cache_kasan()
new d19af0e93662 io_uring: add alloc_cache.c
new fefcb0dcd02f io_uring/net: make io_net_vec_assign() return void
new 2b350f756b7a io_uring/net: clean io_msg_copy_hdr()
new 86e62354eef1 io_uring/net: extract io_send_select_buffer()
new 0d124578fed9 io_uring: remove !KASAN guards from cache free
new d1fdab8c0679 io_uring/rw: simplify io_rw_recycle()
new 8c8492ca64e7 io_uring/net: don't retry connect operation on EPOLLERR
new c82da38b28f3 Merge tag 'io_uring-6.14-20250131' of git://git.kernel.dk/linux
new b13ee668e828 block: don't revert iter for -EIOCBQUEUED
new a9ae6fe1c319 blk-mq: create correct map for fallback case
new 8d28d0ddb986 md/md-bitmap: Synchronize bitmap_get_stats() with bitmap lifetime
new e9d8c873964e Merge tag 'md-6.14-20250124' of https://git.kernel.org/pub [...]
new 5aa21b0495df loop: don't clear LO_FLAGS_PARTSCAN on LOOP_SET_STATUS{,64}
new fe6628608627 block: get rid of request queue ->sysfs_dir_lock
new 14ef49657ff3 block: fix nr_hw_queue update racing with disk addition/removal
new 1e1a9cecfab3 block: force noio scope in blk_mq_freeze_queue
new 9755ffd989aa Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
new d9ecb92b4fbb kbuild: deb-pkg: do not include empty hook directories
new ac2c30f98f28 kbuild: deb-pkg: allow hooks also in /usr/share/kernel
new 5f73e7d0386d kbuild: refactor cross-compiling linux-headers package
new 1f937a4bcb04 kbuild: suppress stdout from merge_config for silent builds
new 41e86fe7ebe9 kheaders: exclude include/generated/utsversion.h from khea [...]
new de0cae927384 kheaders: avoid unnecessary process forks of grep
new fd2a118c4834 kheaders: rename the 'cpio_dir' variable to 'tmpdir'
new 82a1978d0fdc kheaders: use 'tar' instead of 'cpio' for copying files
new 41a00051283e kheaders: prevent `find` from seeing perl temp files
new ad2091dee019 kconfig: qconf: use preferred form of QString API
new 1cd9502ee927 module: get symbol CRC back to unsigned
new 5963913bb57f modpost: zero-pad CRC values in modversion_info array
new 45c9c4101d3d genksyms: fix memory leak when the same symbol is added fr [...]
new be2fa44b5180 genksyms: fix memory leak when the same symbol is read fro [...]
new f034d186bf9e genksyms: reduce the indentation in the for-loop in __add_ [...]
new 2480f53f21b2 genksyms: refactor the return points in the for-loop in __ [...]
new 2759bd908f3c genksyms: use generic macros for hash table implementation
new a56fece7f302 genksyms: use uint32_t instead of unsigned long for calcul [...]
new f28568841ae0 tools: Add gendwarfksyms
new e982abf43749 gendwarfksyms: Add address matching
new 5b7780e86857 gendwarfksyms: Expand base_type
new 0c1c76274e88 gendwarfksyms: Add a cache for processed DIEs
new 06b8b036ab9c gendwarfksyms: Expand type modifiers and typedefs
new 220a0857f3a8 gendwarfksyms: Expand subroutine_type
new c772f1d1eaac gendwarfksyms: Expand array_type
new f6bb92455a5e gendwarfksyms: Expand structure types
new f936c129fd4c gendwarfksyms: Limit structure expansion
new d2ffdc1c9a0e gendwarfksyms: Add die_map debugging
new ab4439981f85 gendwarfksyms: Add symtypes output
new 713788880188 gendwarfksyms: Add symbol versioning
new 936cf61c3ef5 gendwarfksyms: Add support for kABI rules
new a93694188127 gendwarfksyms: Add support for reserved and ignored fields
new fa624569b70d gendwarfksyms: Add support for symbol type pointers
new d7476f24c9aa export: Add __gendwarfksyms_ptr_ references to exported symbols
new 9c3681f9b9fd kbuild: Add gendwarfksyms as an alternative to genksyms
new 8c6d7b417f0f Documentation/kbuild: Add DWARF module versioning
new 54ac1ac8edeb modules: Support extended MODVERSIONS info
new fc7d5e3210ae modpost: Produce extended MODVERSIONS information
new e8639b7ef0f8 modpost: Allow extended modversions without basic MODVERSIONS
new 272f8a6d625a Documentation/kbuild: Document storage of symbol information
new ac61506bf2d1 rust: Use gendwarfksyms + extended modversions for CONFIG_ [...]
new 3b7f793acc13 ARC: migrate to the generic rule for built-in DTB
new 25ff08aa43e3 kbuild: Fix signing issue for external modules
new 015b0bfe754a genksyms: rename m_abstract_declarator to abstract_declarator
new f33bfbd171a0 genksyms: rename cvar_qualifier to type_qualifier
new bc3a812b751a genksyms: reduce type_qualifier directly to decl_specifier
new 3ccda63a3af5 genksyms: fix 6 shift/reduce conflicts and 5 reduce/reduce [...]
new 668de2b9d48d genksyms: fix last 3 shift/reduce conflicts
new a95298656c43 genksyms: remove Makefile hack
new c2f1846ba87e genksyms: restrict direct-abstract-declarator to take one [...]
new aa710cee0d67 genksyms: restrict direct-declarator to take one parameter [...]
new ccc11a195c69 genksyms: record attributes consistently for init-declarator
new ec28bfff83c4 genksyms: decouple ATTRIBUTE_PHRASE from type-qualifier
new 2966b66c94a2 genksyms: fix syntax error for attribute before abstract_d [...]
new a8b7d066f862 genksyms: fix syntax error for attribute before nested_declarator
new 2ac068cb0b36 genksyms: fix syntax error for attribute after abstact_declarator
new 82db1c29103e genksyms: fix syntax error for attribute after 'struct'
new 6494bd2d05f9 genksyms: fix syntax error for attribute after 'union'
new c82584052781 genksyms: fix syntax error for builtin (u)int*x*_t types
new a23d4c2f5b80 genksyms: fix syntax error for attribute before init-declarator
new a314f52a0210 kconfig: fix file name in warnings when loading KCONFIG_DE [...]
new a409fc1463d6 kconfig: fix memory leak in sym_warn_unmet_dep()
new 71d815bf5dfd kbuild: Strip runtime const RELA sections correctly
new 695ed93bb30e kbuild: fix Clang LTO with CONFIG_OBJTOOL=n
new fd8c09ad0d87 Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/l [...]
The 111 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/kbuild/gendwarfksyms.rst | 308 ++++++++
Documentation/kbuild/index.rst | 1 +
Documentation/kbuild/modules.rst | 20 +
Documentation/process/changes.rst | 6 -
MAINTAINERS | 7 +
arch/arc/Kconfig | 7 +-
arch/arc/Makefile | 3 -
arch/arc/boot/dts/Makefile | 9 +-
arch/arc/configs/axs101_defconfig | 2 +-
arch/arc/configs/axs103_defconfig | 2 +-
arch/arc/configs/axs103_smp_defconfig | 2 +-
arch/arc/configs/haps_hs_defconfig | 2 +-
arch/arc/configs/haps_hs_smp_defconfig | 2 +-
arch/arc/configs/hsdk_defconfig | 2 +-
arch/arc/configs/nsim_700_defconfig | 2 +-
arch/arc/configs/nsimosci_defconfig | 2 +-
arch/arc/configs/nsimosci_hs_defconfig | 2 +-
arch/arc/configs/nsimosci_hs_smp_defconfig | 2 +-
arch/arc/configs/tb10x_defconfig | 2 +-
arch/arc/configs/vdk_hs38_defconfig | 2 +-
arch/arc/configs/vdk_hs38_smp_defconfig | 2 +-
arch/powerpc/kernel/module_64.c | 24 +-
arch/riscv/Makefile.postlink | 8 +-
arch/s390/Makefile.postlink | 6 +-
arch/x86/Makefile.postlink | 6 +-
arch/x86/include/asm/mmu.h | 2 +
arch/x86/include/asm/mmu_context.h | 1 +
arch/x86/include/asm/tlbflush.h | 1 +
arch/x86/kernel/alternative.c | 10 +-
arch/x86/mm/fault.c | 1 -
arch/x86/mm/tlb.c | 59 +-
block/blk-cgroup.c | 10 +-
block/blk-core.c | 1 -
block/blk-ia-ranges.c | 4 -
block/blk-iocost.c | 14 +-
block/blk-iolatency.c | 6 +-
block/blk-mq-cpumap.c | 3 +-
block/blk-mq-sysfs.c | 40 +-
block/blk-mq.c | 21 +-
block/blk-pm.c | 2 +-
block/blk-rq-qos.c | 12 +-
block/blk-settings.c | 5 +-
block/blk-sysfs.c | 13 +-
block/blk-throttle.c | 5 +-
block/blk-zoned.c | 5 +-
block/elevator.c | 16 +-
block/fops.c | 5 +-
drivers/ata/libata-core.c | 4 +
drivers/ata/libata-sff.c | 18 +-
drivers/block/aoe/aoedev.c | 5 +-
drivers/block/ataflop.c | 5 +-
drivers/block/loop.c | 23 +-
drivers/block/nbd.c | 7 +-
drivers/block/rbd.c | 5 +-
drivers/block/sunvdc.c | 5 +-
drivers/block/swim3.c | 5 +-
drivers/block/virtio_blk.c | 5 +-
drivers/md/md-bitmap.c | 5 +-
drivers/md/md.c | 5 +
drivers/mtd/mtd_blkdevs.c | 5 +-
drivers/nvme/host/core.c | 17 +-
drivers/nvme/host/multipath.c | 2 +-
drivers/scsi/scsi_lib.c | 5 +-
drivers/scsi/scsi_scan.c | 5 +-
drivers/ufs/core/ufs-sysfs.c | 7 +-
fs/ceph/debugfs.c | 2 +-
fs/ceph/mds_client.c | 32 +-
include/linux/blk-mq.h | 18 +-
include/linux/blkdev.h | 3 -
include/linux/ceph/ceph_fs.h | 14 -
include/linux/export.h | 15 +
include/linux/io_uring/cmd.h | 2 +-
include/linux/io_uring_types.h | 3 +-
include/linux/mm_types.h | 1 +
include/linux/module.h | 4 +-
init/Kconfig | 3 +-
io_uring/Makefile | 2 +-
io_uring/alloc_cache.c | 44 ++
io_uring/alloc_cache.h | 69 +-
io_uring/filetable.c | 2 +-
io_uring/futex.c | 4 +-
io_uring/io_uring.c | 12 +-
io_uring/io_uring.h | 21 +-
io_uring/msg_ring.c | 4 +-
io_uring/net.c | 134 ++--
io_uring/net.h | 20 +-
io_uring/poll.c | 6 +-
io_uring/register.c | 8 +-
io_uring/rsrc.c | 88 ++-
io_uring/rsrc.h | 5 +-
io_uring/rw.c | 41 +-
io_uring/rw.h | 27 +-
io_uring/timeout.c | 2 +-
io_uring/uring_cmd.c | 19 +-
io_uring/waitid.c | 2 +-
kernel/gen_kheaders.sh | 42 +-
kernel/module/Kconfig | 55 ++
kernel/module/internal.h | 21 +-
kernel/module/main.c | 94 ++-
kernel/module/version.c | 47 +-
rust/Makefile | 34 +-
scripts/Makefile | 3 +-
scripts/Makefile.build | 37 +-
scripts/Makefile.defconf | 13 +-
scripts/Makefile.lib | 13 +-
scripts/Makefile.modinst | 2 +-
scripts/Makefile.modpost | 2 +
scripts/gendwarfksyms/.gitignore | 2 +
scripts/gendwarfksyms/Makefile | 12 +
scripts/gendwarfksyms/cache.c | 51 ++
scripts/gendwarfksyms/die.c | 166 ++++
scripts/gendwarfksyms/dwarf.c | 1159 ++++++++++++++++++++++++++++
scripts/gendwarfksyms/examples/kabi.h | 157 ++++
scripts/gendwarfksyms/examples/kabi_ex.c | 30 +
scripts/gendwarfksyms/examples/kabi_ex.h | 263 +++++++
scripts/gendwarfksyms/examples/symbolptr.c | 33 +
scripts/gendwarfksyms/gendwarfksyms.c | 187 +++++
scripts/gendwarfksyms/gendwarfksyms.h | 296 +++++++
scripts/gendwarfksyms/kabi.c | 336 ++++++++
scripts/gendwarfksyms/symbols.c | 341 ++++++++
scripts/gendwarfksyms/types.c | 481 ++++++++++++
scripts/genksyms/Makefile | 18 -
scripts/genksyms/genksyms.c | 107 ++-
scripts/genksyms/genksyms.h | 9 +-
scripts/genksyms/lex.l | 17 +-
scripts/genksyms/parse.y | 166 ++--
scripts/kconfig/Makefile | 4 +-
scripts/kconfig/confdata.c | 6 +-
scripts/kconfig/qconf.cc | 8 +-
scripts/kconfig/symbol.c | 1 +
scripts/mod/modpost.c | 71 +-
scripts/package/PKGBUILD | 1 -
scripts/package/builddeb | 24 +-
scripts/package/install-extmod-build | 33 +-
scripts/package/mkdebian | 2 +-
tools/testing/selftests/x86/lam.c | 2 +-
136 files changed, 5015 insertions(+), 738 deletions(-)
create mode 100644 Documentation/kbuild/gendwarfksyms.rst
create mode 100644 io_uring/alloc_cache.c
create mode 100644 scripts/gendwarfksyms/.gitignore
create mode 100644 scripts/gendwarfksyms/Makefile
create mode 100644 scripts/gendwarfksyms/cache.c
create mode 100644 scripts/gendwarfksyms/die.c
create mode 100644 scripts/gendwarfksyms/dwarf.c
create mode 100644 scripts/gendwarfksyms/examples/kabi.h
create mode 100644 scripts/gendwarfksyms/examples/kabi_ex.c
create mode 100644 scripts/gendwarfksyms/examples/kabi_ex.h
create mode 100644 scripts/gendwarfksyms/examples/symbolptr.c
create mode 100644 scripts/gendwarfksyms/gendwarfksyms.c
create mode 100644 scripts/gendwarfksyms/gendwarfksyms.h
create mode 100644 scripts/gendwarfksyms/kabi.c
create mode 100644 scripts/gendwarfksyms/symbols.c
create mode 100644 scripts/gendwarfksyms/types.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 19b059edb Add entry 242aa8c743fe4344844753d8faf59744235319df from https [...]
new 40eee18d0 Add entry 242aa8c743fe4344844753d8faf59744235319df 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:
llvm/sha1/242aa8c743fe4344844753d8faf59744235319df/jira/description | 4 ++++
llvm/sha1/242aa8c743fe4344844753d8faf59744235319df/jira/yaml | 4 ++++
llvm/sha1/242aa8c743fe4344844753d8faf59744235319df/status.txt | 4 ++++
.../details.txt | 0
.../reproduction_instructions.txt | 0
.../status-summary.txt | 0
.../status.txt | 4 ++--
.../tcwg_flang_test/status.txt | 4 ++++
8 files changed, 18 insertions(+), 2 deletions(-)
copy llvm/sha1/242aa8c743fe4344844753d8faf59744235319df/tcwg_flang_test/{main-aarc [...]
copy {fujitsu_testsuite/sha1/471c71be0fe507ecb02b5a9650e882f261ecc979 => llvm/sha1 [...]
copy {fujitsu_testsuite/sha1/a0e269d5d279c3a0781bb74940cf5ec16b4ab109 => llvm/sha1 [...]
copy llvm/sha1/{b3cba9be41bfa89bc0ec212706c6028a901e127a => 242aa8c743fe4344844753 [...]
--
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 6620d8486 Add entry 242aa8c743fe4344844753d8faf59744235319df from https [...]
new 19b059edb Add entry 242aa8c743fe4344844753d8faf59744235319df 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:
.../build_url | 2 +-
.../last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy llvm/sha1/{1fcb6a9754a8db057e18f629cb90011b638901e7 => 242aa8c743fe4344844753 [...]
copy llvm/sha1/242aa8c743fe4344844753d8faf59744235319df/tcwg_flang_test/{main-aarc [...]
--
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 58ad709f8ac Daily bump.
new 63ea47f594c Fortran: fix bogus diagnostics on renamed interface import [...]
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/fortran/frontend-passes.cc | 7 +++++
gcc/testsuite/gfortran.dg/use_rename_14.f90 | 46 +++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
create mode 100644 gcc/testsuite/gfortran.dg/use_rename_14.f90
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.