This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards e2ffa505b 0: update: linux-de1fe2db758a2df8a832872a9806f5487ff70753: all
new a75fcafdc 0: update: linux-de1fe2db758a2df8a832872a9806f5487ff70753: all
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e2ffa505b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-n [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1824 -> 1624 bytes
02-prepare_abe/console.log.xz | Bin 2772 -> 2776 bytes
03-build_abe-binutils/console.log.xz | Bin 29216 -> 29080 bytes
04-build_abe-stage1/console.log.xz | Bin 87372 -> 87320 bytes
05-build_abe-qemu/console.log.xz | Bin 32808 -> 33360 bytes
06-build_linux/console.log.xz | Bin 3448 -> 3148 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 10 +++++-----
jenkins/manifest.sh | 6 +++---
10 files changed, 8 insertions(+), 8 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_gnu_native_check_gcc/master-arm
in repository toolchain/ci/gdb.
from fc0b8a976d Fix libinproctrace.so build on PPC
adds 8a2ef85186 Automatic date update in version.in
adds d51926f06a Slightly tweak and clarify target_resume's interface
adds 225170409b gdb/infrun: make fetch_inferior_event restore thread if exit [...]
new 446fcb446f Fix .debug_names regression with new indexer
new c7a73fa4dc De-duplicate .gdb_index
new 835e063d3a gprofng: assertion in gprofng/src/Expression.cc:139
new 2f9ee862bc Move "catch load" to a new file
new 4e9e993a7e Boolify print_solib_event
new 16922ea6ad Add an assertion to clone_momentary_breakpoint
new 6689579725 Delete some unnecessary wrapper functions
new c01e038bd2 Return bool from breakpoint_ops::print_one
new 4c6a92b11d Add a vtable-based breakpoint ops
new c3ee64d0d8 Convert break-catch-sig to use vtable ops
new 3aca48d3b4 Convert break-catch-syscall to vtable ops
new 021443b5f3 Convert break-catch-exec to vtable ops
new 54485252a9 Convert break-catch-fork to vtable ops
new 89e57567f5 Convert break-catch-load to vtable ops
new 3a29292356 Convert watchpoints to vtable ops
new 779dcceba7 Convert tracepoints to vtable ops
new 098f12723d Add some new subclasses of breakpoint
new 2b5ab5b851 Convert base breakpoints to vtable ops
new 5bd3caf1b2 Convert break-catch-throw to vtable ops
new c359fff502 Convert internal breakpoints to vtable ops
new 1fd30a4730 Convert momentary breakpoints to vtable ops
new 5ad71d67ae Change inheritance of dprintf
new 7dd8e7ae28 Convert ordinary breakpoints to vtable ops
new ae72050b7f Convert Ada catchpoints to vtable ops
new f293a0b5d6 Convert dprintf to vtable ops
new ec45bb676c Convert ranged breakpoints to vtable ops
new 7b572efb48 Add bp_static_marker_tracepoint
new 6d7a8c568b Convert static marker tracepoints to vtable ops
new 823b50f385 Remove bkpt_base_breakpoint_ops
new 5d926615e9 Merge probe and ordinary breakpoints
new 8d89123dc2 Merge probe and ordinary tracepoints
new a48ddc0d6a Remove breakpoint_ops from init_ada_exception_breakpoint
new b3316ff153 Remove breakpoint_ops from init_catchpoint
new c47614fef9 Remove most fields from breakpoint_ops
new a0cd5f080b Remove vtable_breakpoint_ops
new 8613a476b1 Remove breakpoint ops initialization
new a678887d09 Constify breakpoint_ops
new ee89d0a4e8 Remove allocate_bp_location
new eee031e253 Remove create_breakpoints_sal_default
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:
bfd/version.h | 2 +-
gdb/Makefile.in | 1 +
gdb/ada-lang.c | 157 ++--
gdb/break-catch-exec.c | 102 +--
gdb/break-catch-fork.c | 145 ++--
gdb/break-catch-load.c | 282 +++++++
gdb/break-catch-sig.c | 152 ++--
gdb/break-catch-syscall.c | 158 ++--
gdb/break-catch-throw.c | 143 ++--
gdb/breakpoint.c | 1710 +++++++++++++-------------------------
gdb/breakpoint.h | 275 +++---
gdb/dwarf2/cooked-index.h | 7 +-
gdb/dwarf2/index-write.c | 39 +-
gdb/dwarf2/tag.h | 67 ++
gdb/infrun.c | 10 +-
gdb/linux-nat.c | 29 +-
gdb/mi/mi-cmd-break.c | 8 +-
gdb/python/py-finishbreakpoint.c | 2 +-
gdb/remote.c | 55 +-
gdb/target.c | 13 +-
gdb/target.h | 31 +-
gprofng/src/Expression.cc | 34 +-
gprofng/src/Expression.h | 2 -
23 files changed, 1607 insertions(+), 1817 deletions(-)
create mode 100644 gdb/break-catch-load.c
create mode 100644 gdb/dwarf2/tag.h
--
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_gnu_native_check_gcc/master-arm
in repository toolchain/ci/glibc.
from 118a2aee07 linux: Fix fchmodat with AT_SYMLINK_NOFOLLOW for 64 bit time [...]
adds 944afe6d95 benchtests: Add UNSUPPORTED benchmark status
adds 5b5b1012d5 benchtests: Better libmvec integration
adds e47de5cb2d Do not use --hash-style=both for building glibc shared objects
adds 93804a1ee0 manual: Document the dlinfo function
adds d056c21213 dlfcn: Implement the RTLD_DI_PHDR request type for dlinfo
No new revisions were added by this update.
Summary of changes:
Makeconfig | 9 --
Makerules | 7 --
benchtests/Makefile | 55 +++++++-----
config.make.in | 1 -
configure | 28 -------
configure.ac | 16 ----
dlfcn/Makefile | 4 +
dlfcn/dlfcn.h | 7 +-
dlfcn/dlinfo.c | 13 ++-
dlfcn/tst-dlinfo-phdr.c | 125 ++++++++++++++++++++++++++++
manual/dynlink.texi | 80 +++++++++++++++++-
sysdeps/x86_64/fpu/Makefile | 4 -
sysdeps/x86_64/fpu/bench-libmvec-skeleton.c | 12 +--
13 files changed, 267 insertions(+), 94 deletions(-)
create mode 100644 dlfcn/tst-dlinfo-phdr.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_gnu_native_check_gcc/master-arm
in repository toolchain/ci/base-artifacts.
discards 42b2b2afb 0: update: binutils-gcc-linux-glibc-gdb: 1
new 2356e622c 0: update: binutils-gcc-linux-glibc-gdb: 1
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (42b2b2afb)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_check_gcc/mas [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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 1544 -> 1544 bytes
02-prepare_abe/console.log.xz | Bin 2716 -> 2748 bytes
03-build_abe-binutils/console.log.xz | Bin 51920 -> 51244 bytes
04-build_abe-gcc/console.log.xz | Bin 230952 -> 230572 bytes
06-build_abe-linux/console.log.xz | Bin 9876 -> 8964 bytes
07-build_abe-glibc/console.log.xz | Bin 230272 -> 229964 bytes
08-build_abe-gdb/console.log.xz | Bin 49284 -> 49284 bytes
09-build_abe-dejagnu/console.log.xz | Bin 3800 -> 3804 bytes
10-build_abe-check_gcc/console.log.xz | Bin 2484 -> 2580 bytes
11-check_regression/console.log.xz | Bin 4748 -> 4152 bytes
11-check_regression/extra-bisect-params | 1 +
11-check_regression/fails.sum | 11 +
11-check_regression/results.compare | 156 +-
11-check_regression/results.compare2 | 597 +++--
11-check_regression/results.regressions | 31 +
12-update_baseline/console.log | 1096 +++++----
12-update_baseline/extra-bisect-params | 1 +
12-update_baseline/fails.sum | 11 +
12-update_baseline/results.compare | 156 +-
12-update_baseline/results.compare2 | 597 +++--
12-update_baseline/results.regressions | 31 +
jenkins/manifest.sh | 26 +-
sumfiles/g++.log.xz | Bin 2822012 -> 2850088 bytes
sumfiles/g++.sum | 368 ++-
sumfiles/gcc.log.xz | Bin 2459848 -> 2448420 bytes
sumfiles/gcc.sum | 4043 ++++++++++++++++---------------
sumfiles/gfortran.log.xz | Bin 937980 -> 940104 bytes
sumfiles/gfortran.sum | 4 +-
sumfiles/libatomic.log.xz | Bin 2252 -> 2252 bytes
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log.xz | Bin 212104 -> 211848 bytes
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log.xz | Bin 2668 -> 2668 bytes
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log.xz | Bin 457760 -> 453820 bytes
sumfiles/libstdc++.sum | 2 +-
36 files changed, 3763 insertions(+), 3374 deletions(-)
create mode 100644 11-check_regression/extra-bisect-params
create mode 100644 11-check_regression/fails.sum
create mode 100644 11-check_regression/results.regressions
create mode 100644 12-update_baseline/extra-bisect-params
create mode 100644 12-update_baseline/fails.sum
create mode 100644 12-update_baseline/results.regressions
--
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 3e71713c9e75 Merge tag 'perf-tools-fixes-for-v5.18-2022-04-29' of git:/ [...]
new dc9b0dc4561d libceph: disambiguate cluster/pool full log message
new 7f47f7f3b3c3 ceph: get snap_rwsem read lock in handle_cap_export for ce [...]
new 396ea1681892 ceph: remove incorrect session state check
new 7acae6183cf3 ceph: fix possible NULL pointer dereference for req->r_session
new bd383b8e32f6 Merge tag 'ceph-for-5.18-rc5' of https://github.com/ceph/c [...]
new 8717627d6ac5 random: document crng_fast_key_erasure() destination possibility
new ec862155c3cc Documentation: siphash: convert danger note to warning for [...]
new 2fbfeb4fa616 Documentation: siphash: enclose HalfSipHash usage example [...]
new 5a7e470e460f Documentation: siphash: disambiguate HalfSipHash algorithm [...]
new bdda8303f764 Merge tag 'random-5.18-rc5-for-linus' of git://git.kernel. [...]
new 588faa1ea5ee io_uring: check reserved fields for send/sendmsg
new 5a1e99b61b0c io_uring: check reserved fields for recv/recvmsg
new 32452a3eb8b6 io_uring: fix uninitialized field in rw io_kiocb
new 303cc749c865 io_uring: check that data field is 0 in ringfd unregister
new 63b7b3ea9442 Merge tag 'io_uring-5.18-2022-04-29' of git://git.kernel.d [...]
new 8c936f9ea11e iocost: don't reset the inuse weight of under-weighted debtors
new 4cddeacad6d4 Revert "block: inherit request start time from bio for BLK [...]
new 09df6a75fffa bfq: Fix warning in bfqq_request_over_limit()
new bd3d3adea90e Merge tag 'block-5.18-2022-04-29' of git://git.kernel.dk/l [...]
new 37843d0f6e7a clk: microchip: mpfs: don't reset disabled peripherals
new d968fda3de91 clk: qcom: clk-rcg2: fix gfx3d frequency calculation
new 8f9fb2abe22e clk: microchip: mpfs: fix parents for FIC clocks
new a2438f82366e clk: microchip: mpfs: mark CLK_ATHENA as critical
new 2b6190c80423 riscv: dts: microchip: fix usage of fic clocks on mpfs
new 3ebb9fdf466a dt-bindings: clk: mpfs document msspll dri registers
new 8be99c7b8bb1 dt-bindings: clk: mpfs: add defines for two new clocks
new 8e8fbab4f1e6 dt-bindings: rtc: add refclk to mpfs-rtc
new 445c2da89747 clk: microchip: mpfs: re-parent the configurable clocks
new 1c6a7ea32b8c clk: microchip: mpfs: add RTCREF clock control
new 6deb9bf4580d riscv: dts: microchip: reparent mpfs clocks
new c887bdc4fb25 clk: sunxi-ng: fix not NULL terminated coccicheck error
new b4f3d5f06e29 clk: sunxi-ng: sun6i-rtc: Mark rtc-32k as critical
new f58ca215cda1 clk: sunxi: sun9i-mmc: check return value after calling pl [...]
new a91b05f6b928 Merge tag 'sunxi-clk-fixes-for-5.18-2' of https://git.kern [...]
new c0e6265e6c2d Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...]
new 9b6d368b082e bus: imx-weim: fix NULL but dereferenced coccicheck error
new dc900431337f arm64: dts: imx8mm-venice: fix spi2 pin configuration
new dd2737fab4a6 arm64: dts: imx8qm: Correct SCU clock controller's compati [...]
new e2aa165cd016 soc: imx: imx8m-blk-ctrl: Fix IMX8MN_DISPBLK_PD_ISI hang
new fa51e1dc4b91 ARM: dts: imx6qdl-apalis: Fix sgtl5000 detection issue
new c7b45c79fb27 arm64: dts: imx8mq-tqma8mq: change the spi-nor tx
new 574518b7ccba arm64: dts: imx8mn: Fix SAI nodes
new 4c79865f3e8a ARM: dts: imx8mm-venice-gw{71xx,72xx,73xx}: fix OTG contro [...]
new 7af1caf8781b ARM: dts: imx: Fix boolean properties with values
new f571e9c9aafe arm64: dts: imx: Fix imx8*-var-som touchscreen property sizes
new 803fa58dfa47 Merge tag 'imx-fixes-5.18' of git://git.kernel.org/pub/scm [...]
new 6c4d636bc00d arm64: dts: meson: remove CPU opps below 1GHz for G12B boards
new fd86d85401c2 arm64: dts: meson: remove CPU opps below 1GHz for SM1 boards
new 9af9c58a099b arm64: dts: remove cpu compatible "arm,armv8" for s4
new 962dd65e575d arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO pin labe [...]
new 1808b184a311 Merge branch 'v5.18/fixes' of git://git.kernel.org/pub/scm [...]
new b5e22886839a tee: optee: add missing mutext_destroy in optee_ffa_probe
new c834eff53c18 Merge tag 'optee-fix-for-v5.18' of git://git.linaro.org/pe [...]
new df96e96a8c6f ARM: dts: at91: sama7g5: Swap `rx` and `tx` for `i2c` nodes
new 3f7ce6d70917 ARM: dts: at91: sama7g5ek: enable pull-up on flexcom3 cons [...]
new 68a9345536da ARM: dts: at91: sama7g5ek: Align the impedance of the QSPI [...]
new e5628110bb66 ARM: dts: at91: align SPI NOR node name with dtschema
new 4a6471e65050 ARM: dts: at91: use generic node name for dataflash
new 3891222d88ad ARM: dts: at91: Fix boolean properties with values
new 0e486fe341fa ARM: dts: at91: Map MCLK for wm8731 on at91sam9g20ek
new afca68de401f ARM: dts: at91: Describe regulators on at91sam9g20ek
new 5c8b49852910 ARM: dts: at91: sama5d4_xplained: fix pinctrl phandle name
new 0c640d9544d0 ARM: dts: at91: fix pinctrl phandles
new 67e473a303e7 Merge tag 'at91-fixes-5.18' of git://git.kernel.org/pub/sc [...]
new 7e842d70fe59 memory: renesas-rpc-if: Fix HF/OSPI data transfer in Manual Mode
new 90f21460e49a MAINTAINERS: add Bug entry for Samsung and memory controll [...]
new 0f83e6b41616 ARM: OMAP2+: Fix refcount leak in omap_gic_of_init
new a12315d6d270 bus: ti-sysc: Make omap3 gpt12 quirk handling SoC specific
new 8d2453d9a307 ARM: dts: dra7: Fix suspend warning for vpe powerdomain
new 09269dd05009 ARM: dts: Fix mmc order for omap3-gta04
new c21a7434d6cc ARM: dts: am33xx-l4: Add missing touchscreen clock properties
new 942da3af32b2 ARM: dts: am3517-evm: Fix misc pinmuxing
new 46ff3df87215 ARM: dts: logicpd-som-lv: Fix wrong pinmuxing on OMAP35
new 846e24dcae5d Merge tag 'omap-for-v5.18/fixes-take2' of git://git.kernel [...]
new 2f477ee3ed92 Revert "arm64: dts: tegra: Fix boolean properties with values"
new fff8c10368e6 bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create()
new c755ad9810e7 Merge tag 'sunxi-fixes-for-5.18-1' of git://git.kernel.org [...]
new 8be9cdc69118 bus: imx-weim: make symbol 'weim_of_notifier' static
new 45974e4276a8 ARM: dts: imx6ull-colibri: fix vqmmc regulator
new 0310b5aa0656 arm64: dts: imx8mn-ddr4-evk: Describe the 32.768 kHz PMIC clock
new 73c7bcdcfddc Merge tag 'imx-fixes-5.18-2' of git://git.kernel.org/pub/s [...]
new 3739157768d7 ARM: tegra_defconfig: Update CONFIG_TEGRA_VDE option
new 39ad93d28050 ARM: config: multi v7: Enable NVIDIA Tegra video decoder driver
new 310b663753b2 Merge tag 'tegra-for-5.18-arm-defconfig-fixes' of git://gi [...]
new adee8aa22a92 Revert "arm: dts: at91: Fix boolean properties with values"
new 8013d1d3d2e3 Merge tag 'soc-fixes-5.18-3' of git://git.kernel.org/pub/s [...]
The 86 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/clock/microchip,mpfs.yaml | 13 +-
.../devicetree/bindings/mfd/atmel-flexcom.txt | 2 +-
.../bindings/rtc/microchip,mfps-rtc.yaml | 15 +-
Documentation/security/siphash.rst | 46 +++--
MAINTAINERS | 7 +
arch/arm/boot/dts/am33xx-l4.dtsi | 2 +
arch/arm/boot/dts/am3517-evm.dts | 45 ++++-
arch/arm/boot/dts/am3517-som.dtsi | 9 +
arch/arm/boot/dts/at91-dvk_su60_somc.dtsi | 2 +-
arch/arm/boot/dts/at91-kizbox3-hs.dts | 2 +-
arch/arm/boot/dts/at91-kizbox3_common.dtsi | 2 +-
arch/arm/boot/dts/at91-q5xr5.dts | 2 +-
arch/arm/boot/dts/at91-sama5d27_wlsom1.dtsi | 2 +-
arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts | 2 +-
arch/arm/boot/dts/at91-sama5d2_xplained.dts | 2 +-
arch/arm/boot/dts/at91-sama5d3_xplained.dts | 8 +-
arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 2 +-
arch/arm/boot/dts/at91-sama5d4_xplained.dts | 6 +-
arch/arm/boot/dts/at91-sama5d4ek.dts | 2 +-
arch/arm/boot/dts/at91-sama7g5ek.dts | 4 +-
arch/arm/boot/dts/at91-vinco.dts | 2 +-
arch/arm/boot/dts/at91rm9200ek.dts | 4 +-
arch/arm/boot/dts/at91sam9260ek.dts | 2 +-
arch/arm/boot/dts/at91sam9261ek.dts | 2 +-
arch/arm/boot/dts/at91sam9263ek.dts | 2 +-
arch/arm/boot/dts/at91sam9g20ek_common.dtsi | 45 ++++-
arch/arm/boot/dts/at91sam9m10g45ek.dts | 2 +-
arch/arm/boot/dts/at91sam9n12ek.dts | 2 +-
arch/arm/boot/dts/at91sam9rlek.dts | 2 +-
arch/arm/boot/dts/at91sam9x5ek.dtsi | 2 +-
arch/arm/boot/dts/dra7-l4.dtsi | 4 +-
arch/arm/boot/dts/imx6qdl-apalis.dtsi | 10 +-
arch/arm/boot/dts/imx6ull-colibri.dtsi | 2 +-
arch/arm/boot/dts/logicpd-som-lv-35xx-devkit.dts | 15 ++
arch/arm/boot/dts/logicpd-som-lv-37xx-devkit.dts | 15 ++
arch/arm/boot/dts/logicpd-som-lv.dtsi | 15 --
arch/arm/boot/dts/omap3-gta04.dtsi | 2 +
arch/arm/boot/dts/sama5d3xmb.dtsi | 2 +-
arch/arm/boot/dts/sama5d3xmb_cmp.dtsi | 2 +-
arch/arm/boot/dts/sama7g5.dtsi | 18 +-
arch/arm/boot/dts/usb_a9263.dts | 2 +-
arch/arm/configs/multi_v7_defconfig | 1 +
arch/arm/configs/tegra_defconfig | 3 +-
arch/arm/mach-omap2/omap4-common.c | 2 +
arch/arm64/boot/dts/amlogic/meson-g12b-a311d.dtsi | 40 -----
arch/arm64/boot/dts/amlogic/meson-g12b-s922x.dtsi | 40 -----
arch/arm64/boot/dts/amlogic/meson-s4.dtsi | 8 +-
.../boot/dts/amlogic/meson-sm1-bananapi-m5.dts | 1 +
arch/arm64/boot/dts/amlogic/meson-sm1.dtsi | 20 ---
.../boot/dts/freescale/imx8mm-venice-gw71xx.dtsi | 4 +-
.../boot/dts/freescale/imx8mm-venice-gw72xx.dtsi | 4 +-
.../boot/dts/freescale/imx8mm-venice-gw73xx.dtsi | 4 +-
arch/arm64/boot/dts/freescale/imx8mn-ddr4-evk.dts | 4 +
arch/arm64/boot/dts/freescale/imx8mn.dtsi | 10 +-
arch/arm64/boot/dts/freescale/imx8mq-tqma8mq.dtsi | 2 +-
arch/arm64/boot/dts/freescale/imx8qm.dtsi | 2 +-
arch/arm64/boot/dts/nvidia/tegra186-p3310.dtsi | 8 +-
.../dts/nvidia/tegra186-p3509-0000+p3636-0001.dts | 8 +-
arch/arm64/boot/dts/nvidia/tegra194-p2888.dtsi | 6 +-
arch/arm64/boot/dts/nvidia/tegra194-p3668.dtsi | 6 +-
arch/arm64/boot/dts/nvidia/tegra210-p2180.dtsi | 6 +-
arch/arm64/boot/dts/nvidia/tegra210-p2894.dtsi | 8 +-
arch/arm64/boot/dts/nvidia/tegra210-p3450-0000.dts | 8 +-
arch/arm64/boot/dts/nvidia/tegra210-smaug.dts | 4 +-
.../boot/dts/microchip/microchip-mpfs-fabric.dtsi | 16 +-
.../dts/microchip/microchip-mpfs-icicle-kit.dts | 2 +-
arch/riscv/boot/dts/microchip/microchip-mpfs.dtsi | 10 +-
block/bfq-iosched.c | 12 +-
block/blk-iocost.c | 12 +-
block/blk-mq.c | 9 +-
drivers/bus/imx-weim.c | 5 +-
drivers/bus/sunxi-rsb.c | 2 +
drivers/bus/ti-sysc.c | 16 +-
drivers/char/random.c | 9 +-
drivers/clk/microchip/clk-mpfs.c | 195 +++++++++++++++++----
drivers/clk/qcom/clk-rcg2.c | 2 +-
drivers/clk/sunxi-ng/ccu-sun6i-rtc.c | 2 +
drivers/clk/sunxi/clk-sun9i-mmc.c | 2 +
drivers/memory/renesas-rpc-if.c | 60 +++++--
drivers/soc/imx/imx8m-blk-ctrl.c | 2 +-
drivers/tee/optee/ffa_abi.c | 1 +
fs/ceph/caps.c | 7 +
fs/ceph/mds_client.c | 6 -
fs/io_uring.c | 7 +-
include/dt-bindings/clock/microchip,mpfs-clock.h | 5 +-
include/memory/renesas-rpc-if.h | 1 +
net/ceph/osd_client.c | 6 +-
87 files changed, 602 insertions(+), 313 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 binutils-gdb.
from 835e063d3a0 gprofng: assertion in gprofng/src/Expression.cc:139
new 2f9ee862bca Move "catch load" to a new file
new 4e9e993a7e7 Boolify print_solib_event
new 16922ea6adf Add an assertion to clone_momentary_breakpoint
new 6689579725c Delete some unnecessary wrapper functions
new c01e038bd26 Return bool from breakpoint_ops::print_one
new 4c6a92b11dd Add a vtable-based breakpoint ops
new c3ee64d0d81 Convert break-catch-sig to use vtable ops
new 3aca48d3b44 Convert break-catch-syscall to vtable ops
new 021443b5f3d Convert break-catch-exec to vtable ops
new 54485252a9d Convert break-catch-fork to vtable ops
new 89e57567f5f Convert break-catch-load to vtable ops
new 3a29292356c Convert watchpoints to vtable ops
new 779dcceba7e Convert tracepoints to vtable ops
new 098f12723d5 Add some new subclasses of breakpoint
new 2b5ab5b8514 Convert base breakpoints to vtable ops
new 5bd3caf1b2f Convert break-catch-throw to vtable ops
new c359fff502a Convert internal breakpoints to vtable ops
new 1fd30a47303 Convert momentary breakpoints to vtable ops
new 5ad71d67aef Change inheritance of dprintf
new 7dd8e7ae28c Convert ordinary breakpoints to vtable ops
new ae72050b7f8 Convert Ada catchpoints to vtable ops
new f293a0b5d6b Convert dprintf to vtable ops
new ec45bb676c9 Convert ranged breakpoints to vtable ops
new 7b572efb48e Add bp_static_marker_tracepoint
new 6d7a8c568bf Convert static marker tracepoints to vtable ops
new 823b50f3857 Remove bkpt_base_breakpoint_ops
new 5d926615e96 Merge probe and ordinary breakpoints
new 8d89123dc22 Merge probe and ordinary tracepoints
new a48ddc0d6ab Remove breakpoint_ops from init_ada_exception_breakpoint
new b3316ff1532 Remove breakpoint_ops from init_catchpoint
new c47614fef9f Remove most fields from breakpoint_ops
new a0cd5f080b0 Remove vtable_breakpoint_ops
new 8613a476b19 Remove breakpoint ops initialization
new a678887d09c Constify breakpoint_ops
new ee89d0a4e82 Remove allocate_bp_location
new eee031e253a Remove create_breakpoints_sal_default
The 36 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/Makefile.in | 1 +
gdb/ada-lang.c | 157 ++--
gdb/break-catch-exec.c | 102 +--
gdb/break-catch-fork.c | 145 ++--
gdb/break-catch-load.c | 282 +++++++
gdb/break-catch-sig.c | 152 ++--
gdb/break-catch-syscall.c | 158 ++--
gdb/break-catch-throw.c | 143 ++--
gdb/breakpoint.c | 1710 +++++++++++++-------------------------
gdb/breakpoint.h | 275 +++---
gdb/mi/mi-cmd-break.c | 8 +-
gdb/python/py-finishbreakpoint.c | 2 +-
gdb/remote.c | 3 +-
13 files changed, 1410 insertions(+), 1728 deletions(-)
create mode 100644 gdb/break-catch-load.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.