This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 48db9b45057 Ada: Fix assertion failure for unfrozen mutably tagged type [...]
new 8834502ce4d simplify-rtx: Fix up (ne (ior (ne x 0) y) 0) simplification [...]
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/simplify-rtx.cc | 3 ++-
gcc/testsuite/gcc.dg/pr123114.c | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.dg/pr123114.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-15
in repository gcc.
from 3c792b69c19 Daily bump.
new 7f6720874b4 Ada: Fix assertion failure for unfrozen mutably tagged type [...]
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/ada/sem_ch12.adb | 11 +++++++++++
gcc/testsuite/gnat.dg/specs/mutably_tagged1.ads | 15 +++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/specs/mutably_tagged1.ads
--
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 b929d1d3966 Revert "ifcvt: Move noce_try_cond_zero_arith last"
new 48db9b45057 Ada: Fix assertion failure for unfrozen mutably tagged type [...]
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/ada/sem_ch12.adb | 11 +++++++++++
gcc/testsuite/gnat.dg/specs/mutably_tagged1.ads | 15 +++++++++++++++
2 files changed, 26 insertions(+)
create mode 100644 gcc/testsuite/gnat.dg/specs/mutably_tagged1.ads
--
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 04688d6128b7 Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.o [...]
new 1f7d6e2efeed scsi: scsi_debug: Fix atomic write enable module param des [...]
new d37316319498 scsi: mpi3mr: Read missing IOCFacts flag for reply queue f [...]
new 0e1677654259 scsi: sg: Fix occasional bogus elapsed time that exceeds timeout
new c9f36f04a8a2 scsi: ufs: core: Add ufshcd_update_evt_hist() for UFS susp [...]
new c53f467229a7 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
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:
drivers/scsi/mpi3mr/mpi/mpi30_ioc.h | 1 +
drivers/scsi/mpi3mr/mpi3mr_fw.c | 2 ++
drivers/scsi/scsi_debug.c | 2 +-
drivers/scsi/sg.c | 20 +++++++++++++-------
drivers/ufs/core/ufshcd.c | 5 ++++-
5 files changed, 21 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.
unknown user pushed a change to branch master
in repository gcc.
from d53956a0483 Daily bump.
new b929d1d3966 Revert "ifcvt: Move noce_try_cond_zero_arith last"
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/ifcvt.cc | 6 +++---
1 file changed, 3 insertions(+), 3 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 3f0e9c8cefa9 Merge tag 'block-6.19-20251226' of git://git.kernel.org/pu [...]
new 5688e977ed2b efi/libstub: gop: Fix EDID support in mixed-mode
new 61ed08c2fd1d arm64: efi: Fix NULL pointer dereference by initializing user_ns
new cfe54f4591e6 kthread: Warn if mm_struct lacks user_ns in kthread_use_mm()
new b63f4a4e95d6 Merge tag 'efi-fixes-for-v6.19-1' of git://git.kernel.org/ [...]
new d8932355f8c5 rust: dma: add helpers for architectures without CONFIG_HAS_DMA
new e2f1081ca8f1 samples: rust: fix endianness issue in rust_driver_pci
new d412ff9e26eb debugfs: Fix memleak in debugfs_change_name().
new 87e7f6019097 software node: Also support referencing non-constant softw [...]
new 2b742094582d fs/kernfs: null-ptr deref in simple_xattrs_free()
new 1e5e062ad84c Merge tag 'driver-core-6.19-rc3' of git://git.kernel.org/p [...]
new cb6d5aa9c0f1 cifs: Fix memory and information leak in smb3_reconfigure()
new 04688d6128b7 Merge tag 'v6.19-rc2-smb3-client-fix' of git://git.samba.o [...]
The 12 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/firmware/efi/efi.c | 1 +
drivers/firmware/efi/libstub/gop.c | 8 ++++----
fs/debugfs/inode.c | 7 +++++--
fs/kernfs/dir.c | 6 ++++--
fs/smb/client/fs_context.c | 2 ++
include/linux/property.h | 1 +
kernel/kthread.c | 1 +
rust/helpers/dma.c | 21 +++++++++++++++++++++
samples/rust/rust_driver_pci.rs | 2 +-
9 files changed, 40 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.
unknown user pushed a change to branch releases/gcc-15
in repository gcc.
from 6f1232d6a3b Ada: Adjust fix for internal error on illegal aggregate for [...]
new 3c792b69c19 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/ada/ChangeLog | 18 ++++++++++++++++++
gcc/testsuite/ChangeLog | 11 +++++++++++
3 files changed, 30 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 3554ade96bc Daily bump.
new b06eab98aa5 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-14
in repository gcc.
from 039a62bd2e0 Ada: Fix illegal Aggregate aspect not rejected
new e88b459c37a 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/ada/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 4 ++++
3 files changed, 11 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 dc1d1a30fac [PATCH v2 1/1] Ensure _UNDER_TEST executables are target based
new d53956a0483 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:
contrib/ChangeLog | 5 +++++
gcc/ChangeLog | 43 +++++++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 18 ++++++++++++++++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/testsuite/ChangeLog | 11 +++++++++++
6 files changed, 84 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.