This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from fc89b1face0 Doc: always_inline attribute vs multiple TUs and LTO [PR113203]
new 69ffddd8bd9 libgcobol: Handle long double as an alternate IEEE754 quad [...]
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:
libgcobol/acinclude.m4 | 124 +++++++++++++++++++++++------------------------
libgcobol/configure | 102 ++++++++++++++++++++------------------
libgcobol/intrinsic.cc | 12 +----
libgcobol/libgcobol-fp.h | 9 ++++
libgcobol/libgcobol.cc | 41 ++++------------
5 files changed, 137 insertions(+), 151 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 73f1d4e0116 Daily bump.
new 935c21e2719 vec-lowering: Fix ABSU lowering [PR111285]
new f6f61d99f57 backprop: Fix deleting of a phi node [PR116922]
new cd53c305d46 phiopt: Reset the number of iterations information of a loo [...]
new 7b9a1f91efe phiopt: Fix value_replacement for middle bb having phi node [...]
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:
gcc/gimple-ssa-backprop.cc | 10 ++++--
gcc/testsuite/g++.dg/torture/vect-absu-1.C | 29 +++++++++++++++
gcc/testsuite/gcc.dg/torture/pr116922.c | 19 ++++++++++
gcc/testsuite/gcc.dg/torture/pr117243-1.c | 30 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117243-2.c | 34 ++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr118922-1.c | 57 ++++++++++++++++++++++++++++++
gcc/tree-ssa-phiopt.cc | 15 ++++++++
gcc/tree-vect-generic.cc | 10 +++++-
8 files changed, 201 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/vect-absu-1.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116922.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118922-1.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 764f02327f7 c++: shortcut constexpr vector ctor [PR113835]
new fc89b1face0 Doc: always_inline attribute vs multiple TUs and LTO [PR113203]
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/doc/extend.texi | 7 +++++++
1 file changed, 7 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 gcc.
from fa58ff249a0 Revert documents from r11-344-g0fec3f62b9bfc0
new 764f02327f7 c++: shortcut constexpr vector ctor [PR113835]
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/constexpr.cc | 9 +++++++++
gcc/testsuite/g++.dg/cpp2a/constexpr-vector1.C | 8 ++++++++
2 files changed, 17 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-vector1.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 6d76263ea Add entry 5942f0269e62021620e871bfe2e671f4f0f2d932 from https [...]
new fe9aeeeab Add entry 0ae9bb96d5af47a2426596dbd0c35e3ff0cdddcc 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 +-
.../build_url | 2 +-
.../last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{303249c4490a7777a744d9afd449b64ff1132a42 => 0ae9bb96d5af47a2426596 [...]
copy {fujitsu_testsuite/sha1/011e6d92dd86a39ccc5c28cc30672c158422c191 => llvm/sha1 [...]
create mode 100644 llvm/sha1/0ae9bb96d5af47a2426596dbd0c35e3ff0cdddcc/tcwg_flang_t [...]
--
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 e7092c03903 Automatic date update in version.in
new 88891208c3f RISC-V: Add missing disassembler option `max`
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 | 8 ++++++++
opcodes/riscv-dis.c | 6 +++++-
2 files changed, 13 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 gcc.
from f7a2f0aa6bd Doc: clarify -march=pentiumpro has no MMX support [PR42683]
new fa58ff249a0 Revert documents from r11-344-g0fec3f62b9bfc0
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/doc/extend.texi | 94 ++---------------------------------------------------
1 file changed, 2 insertions(+), 92 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 9f3d2506e4b Daily bump.
new f7a2f0aa6bd Doc: clarify -march=pentiumpro has no MMX support [PR42683]
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/doc/invoke.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 branch releases/gcc-14
in repository gcc.
from f3d5cd4c40b Daily bump.
new 0d931663498 phiopt: Fix value_replacement for middle bb having phi node [...]
new 6f0d80202b6 phiopt: Reset the number of iterations information of a loo [...]
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/testsuite/gcc.dg/torture/pr117243-1.c | 30 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr117243-2.c | 34 ++++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr118922-1.c | 57 +++++++++++++++++++++++++++++++
gcc/tree-ssa-phiopt.cc | 15 ++++++++
4 files changed, 136 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr117243-2.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118922-1.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 5457388f582 Revert very recent backport of changes to the type system
new f3d5cd4c40b 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 | 58 ++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cp/ChangeLog | 9 ++++++
gcc/fortran/ChangeLog | 12 ++++++++
gcc/lto/ChangeLog | 7 +++++
gcc/testsuite/ChangeLog | 78 +++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 165 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 ca2b5edb990 c++: Properly fold <COND_EXPR>.*<COMPONENT> [PR114525]
new 73f1d4e0116 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 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 18 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-12
in repository gcc.
from ad66eca255b Daily bump.
new d48c5ec8f19 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 fe283dba774 GCN, nvptx: Support '-mfake-exceptions', and use it for off [...]
new 9f3d2506e4b 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 | 143 +++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/cobol/ChangeLog | 23 +++++++
gcc/cp/ChangeLog | 6 ++
gcc/rust/ChangeLog | 159 ++++++++++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 152 +++++++++++++++++++++++++++++++++++++++++++++
libgcc/ChangeLog | 46 ++++++++++++++
libgcobol/ChangeLog | 5 ++
libgomp/ChangeLog | 90 +++++++++++++++++++++++++++
libstdc++-v3/ChangeLog | 13 ++++
10 files changed, 638 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 gdb-16-branch
in repository binutils-gdb.
from 3c2c00c32ab Automatic date update in version.in
new f92a9047267 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 f3f42468b3b PR 32871 ld/ldmain.c#L425 incorrect location of #endif
new e7092c03903 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 binutils-2_44-branch
in repository binutils-gdb.
from 338fd2c367b Automatic date update in version.in
new 65c6456dc26 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 releases/gcc-14
in repository gcc.
from 52b97f984f2 testcase: Add testcase for already fixed PR [PR118476]
new 5457388f582 Revert very recent backport of changes to the type system
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/lto/lto-common.cc | 9 ++------
gcc/testsuite/gcc.dg/pr113688.c | 8 -------
gcc/testsuite/gcc.dg/pr114014.c | 14 ------------
gcc/testsuite/gcc.dg/pr114713.c | 35 -----------------------------
gcc/testsuite/gcc.dg/pr117724.c | 16 --------------
gcc/tree.cc | 49 +++++++++--------------------------------
6 files changed, 12 insertions(+), 119 deletions(-)
delete mode 100644 gcc/testsuite/gcc.dg/pr113688.c
delete mode 100644 gcc/testsuite/gcc.dg/pr114014.c
delete mode 100644 gcc/testsuite/gcc.dg/pr114713.c
delete mode 100644 gcc/testsuite/gcc.dg/pr117724.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 9e68cae4fdf windres: don't exit so much on errors in read_coff_rsrc
new f3f42468b3b PR 32871 ld/ldmain.c#L425 incorrect location of #endif
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:
ld/ldmain.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 binutils-gdb.
from f844b66ad07 gdb/testsuite: Add gdb.arch/aarch64-sve-sigunwind.exp
new a4224b4ce14 Re: ld: Skip the LTO archive member only for the earlier DSO
new 4846e543de9 windres: buffer overflow in bin_to_res_toolbar
new 9e68cae4fdf windres: don't exit so much on errors in read_coff_rsrc
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:
binutils/resbin.c | 439 +++++++++++++++++++++++++++++++----------
binutils/rescoff.c | 216 +++++++++++++++-----
binutils/resrc.c | 9 +-
binutils/resres.c | 42 +++-
binutils/windres.c | 30 +--
binutils/windres.h | 6 +-
ld/testsuite/ld-plugin/lto.exp | 20 +-
7 files changed, 569 insertions(+), 193 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-14
in repository gcc.
from 477d8ba89ff Fortran: fix issue with impure elemental subroutine and int [...]
new c2c1046b83a phiopt: Fix VCE moving by rewriting it into cast [PR116098]
new 16446f19f13 aarch64: Fix early ra for -fno-delete-dead-exceptions [PR116927]
new aaef5d64097 backprop: Fix deleting of a phi node [PR116922]
new 8ee9d7b2634 vec-lowering: Fix ABSU lowering [PR111285]
new f6efcd3d485 match: Reject non-ssa name/min invariants in gimple_extract [...]
new 52b97f984f2 testcase: Add testcase for already fixed PR [PR118476]
The 6 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/aarch64/aarch64-early-ra.cc | 6 ++++
gcc/gimple-match-exports.cc | 6 ++++
gcc/gimple-ssa-backprop.cc | 10 ++++--
gcc/testsuite/c-c++-common/torture/pr116098-2.c | 46 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr116098-1.C | 33 ++++++++++++++++++
gcc/testsuite/g++.dg/torture/pr116927-1.C | 15 ++++++++
gcc/testsuite/g++.dg/torture/vect-absu-1.C | 29 ++++++++++++++++
gcc/testsuite/gcc.dg/torture/pr116412-1.c | 6 ++++
gcc/testsuite/gcc.dg/torture/pr116922.c | 19 ++++++++++
gcc/testsuite/gcc.dg/torture/pr118476-1.c | 14 ++++++++
gcc/tree-ssa-phiopt.cc | 28 ++++++++++++++-
gcc/tree-vect-generic.cc | 10 +++++-
12 files changed, 218 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/torture/pr116098-2.c
create mode 100644 gcc/testsuite/g++.dg/torture/pr116098-1.C
create mode 100644 gcc/testsuite/g++.dg/torture/pr116927-1.C
create mode 100644 gcc/testsuite/g++.dg/torture/vect-absu-1.C
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116412-1.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr116922.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr118476-1.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 569f826774a Add testcase for PR lto/119792
new 477d8ba89ff Fortran: fix issue with impure elemental subroutine and int [...]
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/interface.cc | 6 ++-
gcc/fortran/trans-expr.cc | 18 ++++++---
gcc/testsuite/gfortran.dg/optional_absent_13.f90 | 48 ++++++++++++++++++++++++
3 files changed, 65 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/gfortran.dg/optional_absent_13.f90
--
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 8ffd015db85f Linux 6.15-rc2
new ddc592972ff4 tools headers: Update the KVM headers with the kernel sources
new 9dbe66640f43 tools headers: Update the socket headers with the kernel sources
new ae62977331fc tools headers: Update the uapi/linux/perf_event.h copy wit [...]
new af74e5fe7453 tools headers: Update the VFS headers with the kernel sources
new 22f72088ffe6 tools headers: Update the syscall table with the kernel sources
new df4bd8c76d49 tools headers: Update the uapi/linux/prctl.h copy with the [...]
new 4056cf407253 tools headers: Update the uapi/asm-generic/mman-common.h c [...]
new 74709981873d tools headers: Update the linux/unaligned.h copy with the [...]
new 847f1403d3ee tools headers: Update the x86 headers with the kernel sources
new 7f56978e5876 tools headers: Update the arch/x86/lib/memset_64.S copy wi [...]
new 1293dacbbd43 perf libunwind arm64: Fix missing close parens in an if statement
new 2b7070291733 perf tools: Remove evsel__handle_error_quirks()
new 10e66f29fad2 Merge tag 'perf-tools-fixes-for-v6.15-2025-04-13' of git:/ [...]
new cfa5f336bdbd devpts: Fix type for uid and gid params
new a94fd938df2b virtiofs: add filesystem context source name check
new bb5e07cb9277 hfs/hfsplus: fix slab-out-of-bounds in hfs_bnode_read_key
new a64e4d48a0b7 afs: Fix afs_dynroot_readdir() to not use the RCU read lock
new b2b4483b5d05 dcache: convert dentry flag macros to enum
new d43dbf7322a3 mount: ensure we don't pointlessly walk the mount tree
new 40cb48eba3b4 netfs: Only create /proc/fs/netfs with CONFIG_PROC_FS
new b463d7fd118b fs: Fix filename init after recent refactoring
new 8e3c15ee0d29 iomap: skip unnecessary ifs_block_is_uptodate check
new 47a742fd977a fs: use namespace_{lock,unlock} in dissolve_on_fput()
new eb3a04a8516e ovl: don't allow datadir only
new a6eb9a4a69cc ovl: remove unused forward declaration
new e2aef868a8c3 Merge tag 'ovl-fixes-6.15-rc2' of ssh://gitolite.kernel.or [...]
new 3618002d0072 Merge tag 'vfs-6.15-rc3.fixes' of git://git.kernel.org/pub [...]
new 6b395d31146a RDMA/bnxt_re: Fix budget handling of notification queue
new 62dd71e69110 RDMA/ucaps: Avoid format-security warning
new 95ba3850fed0 RDMA/usnic: Fix passing zero to PTR_ERR in usnic_ib_pci_probe()
new d247667ecd64 RDMA/mlx5: Fix compilation warning when USER_ACCESS isn't set
new 1b2fe85f3cf1 RDMA/rxe: Fix null pointer dereference in ODP MR check
new 9beb2c91fb86 RDMA/hns: Fix wrong maximum DMA segment size
new 45f5dcdd0497 RDMA/cma: Fix workqueue crash in cma_netevent_work_handler
new 9a0e6f15029e RDMA/core: Silence oversized kvmalloc() warning
new ffc59e32c67e RDMA/bnxt_re: Remove unusable nq variable
new 834a4a689699 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linu [...]
The 37 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
drivers/infiniband/core/cma.c | 4 +-
drivers/infiniband/core/ucaps.c | 2 +-
drivers/infiniband/core/umem_odp.c | 6 +-
drivers/infiniband/hw/bnxt_re/ib_verbs.c | 10 --
drivers/infiniband/hw/hns/hns_roce_main.c | 2 +-
drivers/infiniband/hw/mlx5/fs.c | 2 -
drivers/infiniband/hw/usnic/usnic_ib_main.c | 14 +--
drivers/infiniband/sw/rxe/rxe_loc.h | 6 ++
drivers/infiniband/sw/rxe/rxe_mr.c | 4 +-
drivers/infiniband/sw/rxe/rxe_resp.c | 4 +-
fs/afs/dynroot.c | 4 +-
fs/devpts/inode.c | 4 +-
fs/fuse/virtio_fs.c | 3 +
fs/hfs/bnode.c | 6 ++
fs/hfsplus/bnode.c | 6 ++
fs/iomap/buffered-io.c | 2 +-
fs/namei.c | 8 +-
fs/namespace.c | 34 ++++---
fs/netfs/main.c | 4 +
fs/overlayfs/overlayfs.h | 2 -
fs/overlayfs/super.c | 5 +
include/linux/dcache.h | 106 ++++++++++-----------
include/rdma/ib_verbs.h | 7 ++
tools/arch/arm64/include/uapi/asm/kvm.h | 5 +-
tools/arch/arm64/include/uapi/asm/unistd.h | 24 +----
tools/arch/x86/include/asm/cpufeatures.h | 28 ++++--
tools/arch/x86/include/asm/msr-index.h | 31 +++---
tools/arch/x86/include/uapi/asm/kvm.h | 4 +
tools/arch/x86/include/uapi/asm/svm.h | 2 +
tools/arch/x86/lib/memset_64.S | 3 +-
{include => tools/include}/linux/cfi_types.h | 0
tools/include/uapi/asm-generic/mman-common.h | 1 +
tools/include/uapi/asm-generic/unistd.h | 4 +-
tools/include/uapi/linux/in.h | 2 +
tools/include/uapi/linux/kvm.h | 9 +-
tools/include/uapi/linux/perf_event.h | 2 +
tools/include/uapi/linux/stat.h | 99 ++++++++++++++-----
tools/perf/arch/arm/entry/syscalls/syscall.tbl | 1 +
.../perf/arch/mips/entry/syscalls/syscall_n64.tbl | 1 +
tools/perf/arch/powerpc/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/s390/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/sh/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/sparc/entry/syscalls/syscall.tbl | 1 +
tools/perf/arch/x86/entry/syscalls/syscall_32.tbl | 3 +-
tools/perf/arch/x86/entry/syscalls/syscall_64.tbl | 1 +
tools/perf/arch/xtensa/entry/syscalls/syscall.tbl | 1 +
tools/perf/check-headers.sh | 1 +
tools/perf/trace/beauty/include/linux/socket.h | 2 +
tools/perf/trace/beauty/include/uapi/linux/fcntl.h | 4 +
tools/perf/trace/beauty/include/uapi/linux/fs.h | 21 +++-
tools/perf/trace/beauty/include/uapi/linux/mount.h | 10 +-
tools/perf/trace/beauty/include/uapi/linux/prctl.h | 11 +++
tools/perf/trace/beauty/include/uapi/linux/stat.h | 99 ++++++++++++++-----
.../perf/trace/beauty/include/uapi/sound/asound.h | 8 +-
tools/perf/util/evsel.c | 22 -----
tools/perf/util/unwind-libunwind-local.c | 2 +-
tools/scripts/syscall.tbl | 1 +
57 files changed, 411 insertions(+), 240 deletions(-)
copy {include => tools/include}/linux/cfi_types.h (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 gcc.
from 901d94e8b4e gccrs: lang-items: Add ManuallyDrop<T>
new 2e3c91786a9 pretty-print, expand: Print [must tail call] for CALL_EXPRs [...]
new e96cb35ceb0 cobol: Drop -fsyntax-only from COBOL lang.opt [PR119777]
new d0b41f3d6d0 cobol: Fix up COBOL -include [PR119777]
new e0b57c75e6d cobol: Fix -fmax-errors option [PR119776]
new f96a54350af expmed: Always use QImode for init_expmed set_zero_cost [PR119785]
new ebdf92b6067 testsuite: Fix up ipa/pr119530.c testcase [PR119318]
The 6 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/calls.cc | 10 +++++-----
gcc/cobol/cobol1.cc | 8 ++------
gcc/cobol/gcobol.1 | 2 +-
gcc/cobol/lang.opt | 10 +---------
gcc/cobol/lang.opt.urls | 6 ------
gcc/expmed.cc | 2 +-
gcc/testsuite/gcc.dg/ipa/pr119530.c | 4 ++--
gcc/tree-pretty-print.cc | 2 ++
8 files changed, 14 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.