This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from b5f644a98b3 Fix handling of clones in lto_wpa_write_files [PR98599]
new a3317f7b3c0 c: Don't drop vector attributes that affect type identity [ [...]
new 1696fc1ea01 c++: Tweak merging of vector attributes that affect type id [...]
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/attribs.c | 77 ++++++++++++
gcc/attribs.h | 3 +
gcc/c/c-typeck.c | 10 +-
gcc/cp/typeck.c | 15 ++-
.../advsimd-intrinsics/advsimd-intrinsics.exp | 4 +-
.../aarch64/advsimd-intrinsics/pr98852.C | 110 ++++++++++++++++++
.../aarch64/advsimd-intrinsics/pr98852.c | 129 +++++++++++++++++++++
7 files changed, 342 insertions(+), 6 deletions(-)
copy gcc/testsuite/{gcc.target => g++.target}/aarch64/advsimd-intrinsics/advsimd-i [...]
create mode 100644 gcc/testsuite/g++.target/aarch64/advsimd-intrinsics/pr98852.C
create mode 100644 gcc/testsuite/gcc.target/aarch64/advsimd-intrinsics/pr98852.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-release-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 4b702c20 0: update: binutils-llvm-linux-qemu: all
new 2491cc4e 0: update: binutils-llvm-linux-qemu: 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 (4b702c20)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 120 +-
02-prepare_abe/console.log | 400 +-
03-build_abe-binutils/console.log | 11533 ++++++-------
04-build_llvm/console.log | 13519 +++++++--------
05-build_linux/console.log | 872 +-
06-build_abe-qemu/console.log | 5568 ++++---
07-boot_linux/console.log | 2 +-
08-check_regression/console.log | 2 +-
09-update_baseline/console.log | 2 +-
console.log | 32022 +++++++++++++++++++-----------------
jenkins/manifest.sh | 22 +-
11 files changed, 33421 insertions(+), 30641 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 7f75285ca572 Merge tag 'for-5.12/dm-fixes-3' of git://git.kernel.org/pu [...]
new 30b3f6871559 Input: s6sy761 - fix coordinate read bit shift
new 2d8aaa1720c6 Input: n64joy - fix return value check in n64joy_probe()
new daa58c8eec0a Input: i8042 - fix Pegatron C15B ID entry
new 69d5ff3e9e51 Input: nspire-keypad - enable interrupts only when opened
new 781bab3238c2 Input: elants_i2c - fix division by zero if firmware repor [...]
new 56cfe6f820a6 Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJ [...]
new 1df01322f00a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 36b87cf302a4 HID: google: add don USB id
new 9a0b44fbfea1 HID: asus: Add support for 2021 ASUS N-Key keyboard
new fa8ba6e5dc0e HID: alps: fix error return code in alps_input_configured()
new 2a2b09c867fd HID cp2112: fix support for multiple gpiochips
new e29c62ffb008 HID: wacom: Assign boolean values to a bool variable
new a9e54f4b62dc AMD_SFH: Removed unused activecontrolstatus member from th [...]
new 952f7d10c6b1 AMD_SFH: Add sensor_mask module parameter
new 25615e454a0e AMD_SFH: Add DMI quirk table for BIOS-es which don't set t [...]
new 276559d8d02c HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC [...]
new e7e3a53b30d6 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 23cf00ddd2e1 gpio: sysfs: Obey valid_mask
new 33f0d9d94a0e Merge tag 'gpio-fixes-for-v5.12-rc8' of git://git.kernel.o [...]
new 6998a8800d73 ACPI: x86: Call acpi_boot_table_init() after acpi_table_upgrade()
new 7e25f40eab52 Merge tag 'acpi-5.12-rc8' of git://git.kernel.org/pub/scm/ [...]
The 21 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:
arch/x86/kernel/setup.c | 5 ++-
drivers/gpio/gpiolib-sysfs.c | 8 +++++
drivers/hid/amd-sfh-hid/amd_sfh_pcie.c | 40 ++++++++++++++++++++++--
drivers/hid/amd-sfh-hid/amd_sfh_pcie.h | 1 -
drivers/hid/hid-alps.c | 1 +
drivers/hid/hid-asus.c | 3 ++
drivers/hid/hid-cp2112.c | 22 ++++++-------
drivers/hid/hid-google-hammer.c | 2 ++
drivers/hid/hid-ids.h | 2 ++
drivers/hid/wacom_wac.c | 8 ++---
drivers/input/joystick/n64joy.c | 4 +--
drivers/input/keyboard/nspire-keypad.c | 56 +++++++++++++++++++---------------
drivers/input/serio/i8042-x86ia64io.h | 1 +
drivers/input/touchscreen/elants_i2c.c | 5 ++-
drivers/input/touchscreen/s6sy761.c | 4 +--
15 files changed, 107 insertions(+), 55 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.