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 7e949f08700 Implement Ada 2022 delta aggregates
new 4bb20a6244b gdbserver: Clear X86_XSTATE_MPX bits in xcr0 on x32
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:
gdbserver/linux-x86-low.cc | 4 ++++
1 file changed, 4 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 ba744d50ac0 PR modula2/114418 missing import of TSIZE from system causes ICE
new 48d49200510 PR modula2/113836 gm2 does not dump gimple or quadruples to file
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/m2/Make-lang.in | 12 +-
gcc/m2/gm2-compiler/M2CaseList.mod | 4 +-
gcc/m2/gm2-compiler/M2Code.mod | 111 ++-
gcc/m2/gm2-compiler/M2GCCDeclare.def | 21 +
gcc/m2/gm2-compiler/M2GCCDeclare.mod | 434 +++++------
gcc/m2/gm2-compiler/M2LangDump.def | 102 +++
gcc/m2/gm2-compiler/M2LangDump.mod | 802 +++++++++++++++++++++
gcc/m2/gm2-compiler/M2Options.def | 68 +-
gcc/m2/gm2-compiler/M2Options.mod | 135 +++-
gcc/m2/gm2-compiler/M2Quads.def | 8 +-
gcc/m2/gm2-compiler/M2Quads.mod | 392 ++++++----
gcc/m2/gm2-compiler/M2Scope.mod | 18 +-
gcc/m2/gm2-compiler/SymbolConversion.def | 9 +-
gcc/m2/gm2-compiler/SymbolConversion.mod | 25 +-
gcc/m2/gm2-gcc/{m2top.h => m2langdump.h} | 23 +-
gcc/m2/gm2-gcc/m2misc.cc | 6 +-
gcc/m2/gm2-gcc/m2options.h | 9 +
gcc/m2/{ => gm2-gcc}/m2pp.cc | 309 +++++---
.../choosetemp.def => gm2-gcc/m2pp.def} | 29 +-
gcc/m2/{ => gm2-gcc}/m2pp.h | 38 +-
gcc/m2/gm2-gcc/m2statement.cc | 7 +-
gcc/m2/gm2-lang.cc | 38 +-
gcc/m2/gm2-libs/DynamicStrings.def | 20 +-
gcc/m2/gm2-libs/DynamicStrings.mod | 46 +-
24 files changed, 2083 insertions(+), 583 deletions(-)
create mode 100644 gcc/m2/gm2-compiler/M2LangDump.def
create mode 100644 gcc/m2/gm2-compiler/M2LangDump.mod
copy gcc/m2/gm2-gcc/{m2top.h => m2langdump.h} (70%)
rename gcc/m2/{ => gm2-gcc}/m2pp.cc (90%)
copy gcc/m2/{gm2-libiberty/choosetemp.def => gm2-gcc/m2pp.def} (58%)
rename gcc/m2/{ => gm2-gcc}/m2pp.h (54%)
--
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 7f032bbedf3 Require trivial destructor in allocate_on_obstack
new 7e949f08700 Implement Ada 2022 delta aggregates
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/ada-exp.h | 8 +++++
gdb/ada-exp.y | 12 ++++++-
gdb/ada-lang.c | 42 +++++++++++++++++++---
gdb/ada-lex.l | 2 ++
.../{recursive-variant.exp => delta-assign.exp} | 22 ++++++++++--
.../gdb.ada/{assoc => delta-assign}/main.adb | 10 +++---
.../gdb.ada/{fixed_cmp => delta-assign}/pck.adb | 2 +-
.../gdb.ada/{tagged => delta-assign}/pck.ads | 24 +++++++++----
8 files changed, 103 insertions(+), 19 deletions(-)
copy gdb/testsuite/gdb.ada/{recursive-variant.exp => delta-assign.exp} (54%)
copy gdb/testsuite/gdb.ada/{assoc => delta-assign}/main.adb (76%)
copy gdb/testsuite/gdb.ada/{fixed_cmp => delta-assign}/pck.adb (93%)
copy gdb/testsuite/gdb.ada/{tagged => delta-assign}/pck.ads (63%)
--
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 509352069d6 Fortran: improve array component description in runtime err [...]
new ba744d50ac0 PR modula2/114418 missing import of TSIZE from system causes ICE
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/m2/gm2-compiler/PCSymBuild.mod | 48 +++++++++++++++++++++-------
gcc/testsuite/gm2/pim/fail/missingtsize.mod | 8 +++++
gcc/testsuite/gm2/pim/fail/missingtsize2.mod | 8 +++++
3 files changed, 53 insertions(+), 11 deletions(-)
create mode 100644 gcc/testsuite/gm2/pim/fail/missingtsize.mod
create mode 100644 gcc/testsuite/gm2/pim/fail/missingtsize2.mod
--
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 acaf48b9214 sim/erc32: Rename EVENT_MAX -> MAX_EVENTS
new 3984e52f7f4 Use addrmap_fixed in a few spots
new 9069d693986 Don't use virtual destructor in addrmap
new 7f032bbedf3 Require trivial destructor in allocate_on_obstack
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:
gdb/addrmap.h | 7 ++++---
gdb/block.c | 2 +-
gdb/block.h | 12 ++++++------
gdb/dwarf2/cooked-index.h | 4 ++--
gdb/dwarf2/read.h | 2 +-
gdb/gdbtypes.h | 4 ++--
gdb/symtab.h | 2 +-
gdbsupport/gdb_obstack.h | 6 +++++-
8 files changed, 22 insertions(+), 17 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 ebc9bee8814d Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/ [...]
new b327c72753d6 remoteproc: virtio: Fix wdg cannot recovery remote processor
new 32381bbccba4 remoteproc: stm32: Fix incorrect type in assignment for va
new c77b35ce66af remoteproc: stm32: Fix incorrect type assignment returned [...]
new 64e17ec2504a remoteproc: k3-dsp: Use devm_rproc_alloc() helper
new 961a919a6dbd remoteproc: k3-dsp: Add devm action to release reserved memory
new 92a0915ac3eb remoteproc: k3-dsp: Use devm_kcalloc() helper
new 8f12de7913af remoteproc: imx_dsp_rproc: Use devm_rproc_alloc() helper
new f1e05cc10a3e remoteproc: imx_rproc: Use devm_rproc_alloc() helper
new 173d2c6326e3 remoteproc: st: Use devm_rproc_alloc() helper
new e160d811c560 remoteproc: stm32: Use devm_rproc_alloc() helper
new 48f9a0858bfc remoteproc: k3-dsp: Use devm_ti_sci_get_by_phandle() helper
new 585fc027a7f4 remoteproc: k3-dsp: Use devm_kzalloc() helper
new 57ec3c126889 remoteproc: k3-dsp: Add devm action to release tsp
new 8a5d6899e9a5 remoteproc: k3-dsp: Use devm_ioremap_wc() helper
new 456a75ab5196 remoteproc: k3-dsp: Use devm_rproc_add() helper
new 3c28bf48065b dt-bindings: remoteproc: qcom,sm8550-pas: document the SM8650 PAS
new 1abd3130cf55 remoteproc: qcom: pas: make region assign more generic
new a3dd84d308c5 remoteproc: qcom: pas: Add SM8650 remoteproc support
new 8b46dc5cfa5f remoteproc: Make rproc_get_by_phandle() work for clusters
new 9e63836703a4 remoteproc: qcom: pas: correct data indentation
new 9023bd9b8a41 dt-bindings: remoteproc: qcom,glink-rpm-edge: drop redunda [...]
new 506355c5778f dt-bindings: remoteproc: do not override firmware-name $ref
new 5789e877b93b remoteproc: qcom_q6v5_adsp: Use devm_rproc_alloc() helper
new 2f09fa9f7afb remoteproc: qcom_q6v5_mss: Use devm_rproc_alloc() helper
new 35049a98a4dc remoteproc: qcom_q6v5_pas: Use devm_rproc_alloc() helper
new 41854ea92baa remoteproc: qcom_q6v5_wcss: Use devm_rproc_alloc() helper
new c92ab8aaf42e remoteproc: qcom_wcnss: Use devm_rproc_alloc() helper
new 9e93276d6639 dt-bindings: remoteproc: qcom,sm8550-pas: document the X1E [...]
new 1d7823f28631 remoteproc: qcom_q6v5_pas: Add support for X1E80100 ADSP/CDSP
new 62210f7509e1 remoteproc: qcom_q6v5_pas: Unload lite firmware on ADSP
new 0e875ee5e897 Merge tag 'rproc-v6.9' of git://git.kernel.org/pub/scm/lin [...]
new acc48fee5e74 rpmsg: Remove usage of the deprecated ida_simple_xx() API
new b03aa6d4e9a7 rpmsg: core: Make rpmsg_bus const
new 91f263dda66a Merge tag 'rpmsg-v6.9' of git://git.kernel.org/pub/scm/lin [...]
new 19856a07e5fd hwspinlock: omap: Remove unneeded check for OF node
new 25f7d74d4514 hwspinlock: omap: Use devm_pm_runtime_enable() helper
new 8781ec87795a hwspinlock: omap: Use devm_hwspin_lock_register() helper
new cebaa386d5ee hwspinlock: omap: Use index to get hwspinlock pointer
new 2ac2b1665d3f Merge tag 'hwlock-v6.9' of git://git.kernel.org/pub/scm/li [...]
The 39 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:
.../devicetree/bindings/remoteproc/mtk,scp.yaml | 4 +-
.../bindings/remoteproc/qcom,glink-rpm-edge.yaml | 1 -
.../bindings/remoteproc/qcom,qcs404-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sc7180-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sc7280-wpss-pil.yaml | 2 +-
.../bindings/remoteproc/qcom,sc8180x-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sm6115-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sm6350-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sm6375-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sm8150-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sm8350-pas.yaml | 2 +-
.../bindings/remoteproc/qcom,sm8550-pas.yaml | 51 +++-
.../bindings/remoteproc/qcom,wcnss-pil.yaml | 2 +-
drivers/hwspinlock/omap_hwspinlock.c | 57 +---
drivers/remoteproc/imx_dsp_rproc.c | 11 +-
drivers/remoteproc/imx_rproc.c | 16 +-
drivers/remoteproc/qcom_q6v5_adsp.c | 14 +-
drivers/remoteproc/qcom_q6v5_mss.c | 28 +-
drivers/remoteproc/qcom_q6v5_pas.c | 326 ++++++++++++++-------
drivers/remoteproc/qcom_q6v5_wcss.c | 24 +-
drivers/remoteproc/qcom_wcnss.c | 17 +-
drivers/remoteproc/remoteproc_core.c | 29 +-
drivers/remoteproc/remoteproc_virtio.c | 6 +-
drivers/remoteproc/st_remoteproc.c | 15 +-
drivers/remoteproc/stm32_rproc.c | 10 +-
drivers/remoteproc/ti_k3_dsp_remoteproc.c | 156 ++++------
drivers/rpmsg/rpmsg_char.c | 12 +-
drivers/rpmsg/rpmsg_core.c | 2 +-
drivers/rpmsg/rpmsg_ctrl.c | 12 +-
29 files changed, 442 insertions(+), 369 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 a2fe34e0b99 amdgcn: Comment correction
new 081f8937cb8 c++: explicit inst of template method not generated [PR110323]
new 509352069d6 Fortran: improve array component description in runtime err [...]
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/cp/decl2.cc | 7 +-
gcc/fortran/trans-array.cc | 132 +++++++++++++--------
.../g++.dg/template/explicit-instantiation6.C | 43 +++++++
.../g++.dg/template/explicit-instantiation7.C | 22 ++++
gcc/testsuite/gfortran.dg/bounds_check_17.f90 | 2 +-
gcc/testsuite/gfortran.dg/bounds_check_fail_8.f90 | 56 +++++++++
6 files changed, 213 insertions(+), 49 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/explicit-instantiation6.C
create mode 100644 gcc/testsuite/g++.dg/template/explicit-instantiation7.C
create mode 100644 gcc/testsuite/gfortran.dg/bounds_check_fail_8.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 23956900041d Merge tag 'v6.9-rc-smb3-server-fixes' of git://git.samba.o [...]
new 92697139b013 lib/find_bit: Fix the code comments about find_next_bit_wrap
new 27c82f14e6d2 lib/find: optimize find_*_bit_wrap
new fd8ed16c2419 bitmap: Step down as a reviewer
new 879e288692c8 Merge tag 'bitmap-for-6.9' of https://github.com/norov/linux
new 7b6bab2359e3 exfat: add __exfat_get_dentry_set() helper
new 01da3a5176c6 exfat: add exfat_get_empty_dentry_set() helper
new cf8663fa9943 exfat: convert exfat_add_entry() to use dentry cache
new ff4343da02e8 exfat: convert exfat_remove_entries() to use dentry cache
new 4e1aa22fea10 exfat: move free cluster out of exfat_init_ext_entry()
new d97e06067390 exfat: convert exfat_init_ext_entry() to use dentry cache
new af02c72d0b62 exfat: convert exfat_find_empty_entry() to use dentry cache
new 4d7145597689 exfat: remove unused functions
new 96cf51acccb6 exfat: do not sync parent dir if just update timestamp
new dc38fdc51ba6 exfat: remove duplicate update parent dir
new 1b3e25137309 Merge tag 'exfat-for-6.9-rc1' of git://git.kernel.org/pub/ [...]
new d565fffa6856 btrfs: do not skip re-registration for the mounted device
new 7b65c810a119 Merge tag 'for-6.9-part2-tag' of git://git.kernel.org/pub/ [...]
new 0e3f7d120086 hyperv-tlfs: Change prefix of generic HV_REGISTER_* MSRs t [...]
new 2b4b90e053a2 x86/hyperv: Use per cpu initial stack for vtl context
new 410779d8d81f mshyperv: Introduce hv_get_hypervisor_version function
new 2a07badb654a hv: vmbus: Convert to platform remove callback returning void
new b967df629351 hyperv-tlfs: Rename some HV_REGISTER_* defines for consistency
new eac03d81cdd9 x86/hyperv: Cosmetic changes for hv_spinlock.c
new f2580a907e5c x86/hyperv: Use Hyper-V entropy to seed guest random numbe [...]
new cfce216e1439 Merge tag 'hyperv-next-signed-20240320' of git://git.kerne [...]
new d32b8d7e3d20 sh: dma-sysfs: Make dma_subsys const
new ad4acb2ec205 sh: intc: Make intc_subsys const
new 1e21acb7fbfb sh: hd64461: Make setup_hd64461() static
new 26bbcd630f2f Merge tag 'sh-for-v6.9-tag1' of git://git.kernel.org/pub/s [...]
new 173f6cd384ae coccinelle: device_attr_show: Remove useless expression STR
new ebc9bee8814d Merge tag 'cocci-6.9-rc1' of git://git.kernel.org/pub/scm/ [...]
The 31 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:
MAINTAINERS | 1 -
arch/arm64/hyperv/hv_core.c | 14 +-
arch/arm64/hyperv/mshyperv.c | 22 +-
arch/arm64/include/asm/hyperv-tlfs.h | 45 ++--
arch/arm64/include/asm/mshyperv.h | 4 +-
arch/sh/cchips/hd6446x/hd64461.c | 2 +-
arch/sh/drivers/dma/dma-sysfs.c | 2 +-
arch/x86/hyperv/hv_init.c | 8 +-
arch/x86/hyperv/hv_spinlock.c | 3 +-
arch/x86/hyperv/hv_vtl.c | 19 +-
arch/x86/include/asm/hyperv-tlfs.h | 145 ++++++-----
arch/x86/include/asm/mshyperv.h | 30 +--
arch/x86/kernel/cpu/mshyperv.c | 93 ++++---
drivers/clocksource/hyperv_timer.c | 26 +-
drivers/hv/Kconfig | 1 +
drivers/hv/hv.c | 36 ++-
drivers/hv/hv_common.c | 99 +++++++-
drivers/hv/vmbus_drv.c | 5 +-
drivers/sh/intc/core.c | 2 +-
drivers/sh/intc/internals.h | 2 +-
fs/btrfs/volumes.c | 58 ++++-
fs/exfat/dir.c | 290 +++++++++++----------
fs/exfat/exfat_fs.h | 25 +-
fs/exfat/inode.c | 2 +-
fs/exfat/namei.c | 352 ++++++++++----------------
include/asm-generic/hyperv-tlfs.h | 55 +++-
include/asm-generic/mshyperv.h | 6 +-
include/linux/find.h | 8 +-
scripts/coccinelle/api/device_attr_show.cocci | 2 +-
29 files changed, 724 insertions(+), 633 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 1ea0511456 powerpc: Placeholder and infrastructure/build support to ad [...]
new 2e94e2f5d2 AArch64: Check kernel version for SVE ifuncs
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:
sysdeps/aarch64/cpu-features.h | 1 +
sysdeps/aarch64/multiarch/init-arch.h | 2 ++
sysdeps/aarch64/multiarch/memcpy.c | 2 +-
sysdeps/aarch64/multiarch/memmove.c | 2 +-
sysdeps/unix/sysv/linux/aarch64/cpu-features.c | 48 ++++++++++++++++++++++++++
5 files changed, 53 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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 990e64245 Add entry 3eb9ff30959a670559bcba03d149d4c51bf7c9c9 from https [...]
new 87b20a60c Add entry 3eb9ff30959a670559bcba03d149d4c51bf7c9c9 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/3eb9ff30959a670559bcba03d149d4c51bf7c9c9/jira/description | 4 ++++
llvm/sha1/3eb9ff30959a670559bcba03d149d4c51bf7c9c9/jira/yaml | 4 ++++
llvm/sha1/3eb9ff30959a670559bcba03d149d4c51bf7c9c9/status.txt | 4 ++++
.../details.txt | 4 ++--
.../reproduction_instructions.txt | 4 ++--
.../llvm-master-aarch64-mainline-defconfig}/status-summary.txt | 0
.../tcwg_kernel/llvm-master-aarch64-mainline-defconfig/status.txt | 3 +++
.../3eb9ff30959a670559bcba03d149d4c51bf7c9c9/tcwg_kernel/status.txt | 4 ++++
8 files changed, 23 insertions(+), 4 deletions(-)
copy llvm/sha1/3eb9ff30959a670559bcba03d149d4c51bf7c9c9/tcwg_kernel/{llvm-master-a [...]
copy llvm/sha1/3eb9ff30959a670559bcba03d149d4c51bf7c9c9/tcwg_kernel/{llvm-master-a [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => llvm/sha1 [...]
create mode 100644 llvm/sha1/3eb9ff30959a670559bcba03d149d4c51bf7c9c9/tcwg_kernel/ [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.