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 5036bde964b Ensure all DAP requests are keyword-only
new 4a9efa5d63b GDB: Switch to using C++ standard integer type limits
new bae19789c0a GDB: Ignore `max-value-size' setting with value history accesses
new 4f82620cc9f GDB: Fix the mess with value byte/bit range types
new aaab5fce4f2 GDB: Only make data actually retrieved into value history a [...]
new a2fb245a4b8 GDB/testsuite: Add `-nonl' option to `gdb_test'
new a0c07915778 GDB: Introduce limited array lengths while printing values
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:
gdb/NEWS | 6 +
gdb/defs.h | 33 +--
gdb/doc/gdb.texinfo | 9 +
gdb/f-valprint.c | 32 ++-
gdb/gnu-nat.c | 1 -
gdb/printcmd.c | 16 ++
gdb/testsuite/gdb.ada/limited-length.exp | 264 +++++++++++++++++++
gdb/testsuite/gdb.ada/limited-length/foo.adb | 37 +++
gdb/testsuite/gdb.ada/limited-length/pck.adb | 25 ++
gdb/testsuite/gdb.ada/limited-length/pck.ads | 21 ++
gdb/testsuite/gdb.base/limited-length.c | 48 ++++
gdb/testsuite/gdb.base/limited-length.exp | 242 ++++++++++++++++++
gdb/testsuite/gdb.base/max-value-size.exp | 3 +
gdb/testsuite/gdb.base/value-history-unavailable.c | 29 +++
.../gdb.base/value-history-unavailable.exp | 73 ++++++
gdb/testsuite/gdb.fortran/limited-length.exp | 220 ++++++++++++++++
gdb/testsuite/gdb.fortran/limited-length.f90 | 39 +++
gdb/testsuite/gdb.python/py-xmethods.exp | 17 ++
gdb/testsuite/gdb.python/py-xmethods.py | 17 ++
gdb/testsuite/lib/gdb.exp | 6 +-
gdb/valarith.c | 15 ++
gdb/valprint.c | 10 +-
gdb/value.c | 281 +++++++++++++++++----
gdb/value.h | 25 +-
gdbsupport/common-types.h | 8 +-
25 files changed, 1384 insertions(+), 93 deletions(-)
create mode 100644 gdb/testsuite/gdb.ada/limited-length.exp
create mode 100644 gdb/testsuite/gdb.ada/limited-length/foo.adb
create mode 100644 gdb/testsuite/gdb.ada/limited-length/pck.adb
create mode 100644 gdb/testsuite/gdb.ada/limited-length/pck.ads
create mode 100644 gdb/testsuite/gdb.base/limited-length.c
create mode 100644 gdb/testsuite/gdb.base/limited-length.exp
create mode 100644 gdb/testsuite/gdb.base/value-history-unavailable.c
create mode 100644 gdb/testsuite/gdb.base/value-history-unavailable.exp
create mode 100644 gdb/testsuite/gdb.fortran/limited-length.exp
create mode 100644 gdb/testsuite/gdb.fortran/limited-length.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 4cfd5afcd87e Merge tag 'pci-v6.2-fixes-2' of git://git.kernel.org/pub/s [...]
new 5754a1c98b18 pinctrl: mediatek: Fix the drive register definition of some Pins
new 287a344a11f1 pinctrl: aspeed: Fix confusing types in return value
new c6e0679b8381 pinctrl: amd: Fix debug output for debounce time
new d2d73e6d4822 pinctrl: single: fix potential NULL dereference
new 606d4ef49226 pinctrl: aspeed: Revert "Force to disable the function's signal"
new 5921b250f438 pinctrl: qcom: sm8450-lpass-lpi: correct swr_rx_data group
new a8520be3ffef pinctrl: intel: Restore the pins that used to be in Direct [...]
new 545c80ab3428 Merge tag 'pinctrl-v6.2-3' of git://git.kernel.org/pub/scm [...]
new 86d884f5287f clk: microchip: mpfs-ccc: Use devm_kasprintf() for allocat [...]
new efaeb5f9f839 Merge tag 'clk-microchip-fixes-6.2' of https://git.kernel. [...]
new ecfb9f404771 clk: ingenic: jz4760: Update M/N/OD calculation algorithm
new 420b2d431d18 Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
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/clk/ingenic/jz4760-cgu.c | 18 ++++++++----------
drivers/clk/microchip/clk-mpfs-ccc.c | 10 ++++------
drivers/pinctrl/aspeed/pinctrl-aspeed.c | 13 +++++++++++--
drivers/pinctrl/intel/pinctrl-intel.c | 16 +++++++++++++---
drivers/pinctrl/mediatek/pinctrl-mt8195.c | 4 ++--
drivers/pinctrl/pinctrl-amd.c | 1 +
drivers/pinctrl/pinctrl-single.c | 2 ++
drivers/pinctrl/qcom/pinctrl-sm8450-lpass-lpi.c | 2 +-
8 files changed, 42 insertions(+), 24 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 305037ee3ed Regenerate .pot files
new aa601e30758 analyzer: don't warn for deref-before-check for checks in m [...]
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/analyzer/sm-malloc.cc | 37 +++++++++++++++
.../analyzer/deref-before-check-macro-pr108745.c | 54 ++++++++++++++++++++++
.../gcc.dg/analyzer/deref-before-check-macro.c | 25 ++++++++++
3 files changed, 116 insertions(+)
create mode 100644 gcc/testsuite/gcc.dg/analyzer/deref-before-check-macro-pr108745.c
create mode 100644 gcc/testsuite/gcc.dg/analyzer/deref-before-check-macro.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 linaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
from 9691cc0b64 61: onsuccess: #535: all: Success after binutils/llvm/linux/ [...]
new 211d0d9842 62: onsuccess: #536: all: Success after binutils/llvm/linux/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 1772 -> 1768 bytes
02-prepare_abe/console.log.xz | Bin 2760 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 30780 -> 30928 bytes
04-build_kernel_llvm/console.log.xz | Bin 63244 -> 63048 bytes
05-build_abe-qemu/console.log.xz | Bin 31292 -> 30920 bytes
06-build_linux/console.log.xz | Bin 3608 -> 3596 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 4296 -> 4396 bytes
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 2 +-
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
17 files changed, 24 insertions(+), 24 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 linaro-local/ci/tcwg_kernel/llvm-master-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
from a78fc10517 60: onsuccess: #547: all: Success after binutils/llvm/linux/ [...]
new 969cc9417e 61: onsuccess: #548: all: Success after binutils/llvm/linux/ [...]
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:
01-reset_artifacts/console.log.xz | Bin 1792 -> 1764 bytes
02-prepare_abe/console.log.xz | Bin 2800 -> 2760 bytes
03-build_abe-binutils/console.log.xz | Bin 31592 -> 31184 bytes
04-build_kernel_llvm/console.log.xz | Bin 64860 -> 64372 bytes
05-build_abe-qemu/console.log.xz | Bin 32160 -> 31540 bytes
06-build_linux/console.log.xz | Bin 3168 -> 3124 bytes
07-boot_linux/console.log.xz | Bin 504 -> 504 bytes
08-check_regression/console.log.xz | Bin 4624 -> 4424 bytes
08-check_regression/mail-body.txt | 2 +-
dashboard/dashboard-generate.sh | 2 +-
git/binutils_rev | 2 +-
git/linux_rev | 2 +-
git/llvm_rev | 2 +-
git/qemu_rev | 2 +-
mail/jira-body.txt | 2 +-
mail/mail-body.txt | 4 ++--
mail/mail-subject.txt | 2 +-
manifest.sh | 32 ++++++++++++++++----------------
18 files changed, 26 insertions(+), 26 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 7757567358a RA: Use caller save equivalent memory only for LRA
new 305037ee3ed Regenerate .pot files
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/po/gcc.pot | 27954 +++++++++++++++++++++++++++----------------------
libcpp/po/cpplib.pot | 541 +-
2 files changed, 15473 insertions(+), 13022 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 4f72a263e162 Merge tag 'soc-fixes-6.2-4' of git://git.kernel.org/pub/sc [...]
new ad34656db3b9 MAINTAINERS: Move to shared PCI tree
new 581e43ef5de6 MAINTAINERS: Promote Krzysztof to PCI controller maintainer
new a7152be79b62 Revert "PCI/ASPM: Save L1 PM Substates Capability for susp [...]
new ff209ecc376a Revert "PCI/ASPM: Refactor L1 PM Substates Control Registe [...]
new 4cfd5afcd87e Merge tag 'pci-v6.2-fixes-2' of git://git.kernel.org/pub/s [...]
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:
MAINTAINERS | 12 +++---
drivers/pci/pci.c | 7 ---
drivers/pci/pci.h | 4 --
drivers/pci/pcie/aspm.c | 111 +++++++++++++++---------------------------------
4 files changed, 40 insertions(+), 94 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.