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-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards c8aeb9fe0 2: update: binutils-llvm-linux-qemu: 22745
new 5c42cc466 2: update: binutils-llvm-linux-qemu: 22756
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 (c8aeb9fe0)
\
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.xz | Bin 1604 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2732 bytes
03-build_abe-binutils/console.log.xz | Bin 30100 -> 29804 bytes
04-build_kernel_llvm/console.log.xz | Bin 0 -> 59800 bytes
04-build_llvm/console.log.xz | Bin 61200 -> 0 bytes
05-build_abe-qemu/console.log.xz | Bin 32052 -> 31216 bytes
06-build_linux/console.log.xz | Bin 5888 -> 5420 bytes
08-check_regression/console.log.xz | Bin 484 -> 484 bytes
09-update_baseline/console.log | 92 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++++-----
results | 4 +-
11 files changed, 59 insertions(+), 59 deletions(-)
create mode 100644 04-build_kernel_llvm/console.log.xz
delete mode 100644 04-build_llvm/console.log.xz
--
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 47f15561b69e drm: fix EDID struct for old ARM OABI format
new db6c4ee7838c Input: mt6779-keypad - move iomem pointer to probe function
new 44dc42d254bf dt-bindings: input: Add bindings for Azoteq IQS7222A/B/C
new e505edaedcb9 Input: add support for Azoteq IQS7222A/B/C
new eba697b3c303 Input: iqs7222 - propagate some error codes correctly
new 66ab05c75642 Input: iqs7222 - avoid dereferencing a NULL pointer
new c8eefa0f2a3b Input: aiptek - remove redundant assignment to variable ret
new 0a112e7c681c Input: remove unneeded variable in input_inhibit_device()
new d238b8f68018 Input: clps711x-keypad - use syscon_regmap_lookup_by_phandle
new 41657514c796 Input: add Raspberry Pi Sense HAT joystick driver
new 28e26e927cf4 Input: ep93xx_keypad - use devm_platform_ioremap_resource( [...]
new 40f6d265665a Input: synaptics-rmi4 - remove unnecessary flush_workqueue()
new 2e7cfec0edd4 Input: pm8941-pwrkey - fix error message
new 8ac8904bf9c7 Input: pm8941-pwrkey - add support for PON GEN3 base addresses
new 0b65118e6ba3 Input: pm8941-pwrkey - add software key press debouncing support
new be8fc023ef64 Input: pm8941-pwrkey - simulate missed key press events
new b243018eafeb Input: sun4i-lradc-keys - add wakeup support
new 61f19f67490b dt-bindings: input: sun4i-lradc-keys: Add R329 and D1 compatibles
new ac2d5b43ea16 Input: sun4i-lradc-keys - add optional clock/reset support
new ec648fc0a003 Input: sun4i-lradc-keys - add support for R329 and D1
new c8994b30d71d Input: sparcspkr - fix refcount leak in bbc_beep_probe
new 1922cc9c20a3 Input: bcm-keypad - remove unneeded NULL check before clk_ [...]
new 1b3ce51dde36 Input: psmouse-smbus - avoid flush_scheduled_work() usage
new c853246539f3 Input: vmmouse - disable vmmouse before entering suspend mode
new 52dc6d3bea3b dt-bindings: google,cros-ec-keyb: Introduce switches only [...]
new ca1eadbfcd36 Input: cros-ec-keyb - allow skipping keyboard registration
new d95bca4fbde0 dt-bindings: google,cros-ec-keyb: Fixup bad compatible match
new 038c4bf85ba2 Merge branch 'ib/5.17-cros-ec-keyb' into next
new fabcf4d86968 Input: cypress_ps2 - fix typo in comment
new cee409bbba0d Input: gpio-keys - cancel delayed work only in case of GPIO
new 5f76955ab1e4 Input: stmfts - do not leave device disabled in stmfts_input_open
new 1e90e2628cec Merge branch 'next' into for-linus
new 664a393a2663 Merge tag 'input-for-v5.19-rc0' of git://git.kernel.org/pu [...]
The 32 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:
.../input/allwinner,sun4i-a10-lradc-keys.yaml | 22 +
.../devicetree/bindings/input/azoteq,iqs7222.yaml | 960 ++++++++
.../bindings/input/google,cros-ec-keyb.yaml | 36 +-
drivers/input/input.c | 4 +-
drivers/input/joystick/Kconfig | 11 +
drivers/input/joystick/Makefile | 1 +
drivers/input/joystick/sensehat-joystick.c | 137 ++
drivers/input/keyboard/bcm-keypad.c | 3 +-
drivers/input/keyboard/clps711x-keypad.c | 3 +-
drivers/input/keyboard/cros_ec_keyb.c | 29 +-
drivers/input/keyboard/ep93xx_keypad.c | 7 +-
drivers/input/keyboard/gpio_keys.c | 2 +-
drivers/input/keyboard/mt6779-keypad.c | 10 +-
drivers/input/keyboard/sun4i-lradc-keys.c | 63 +-
drivers/input/misc/Kconfig | 10 +
drivers/input/misc/Makefile | 1 +
drivers/input/misc/iqs7222.c | 2446 ++++++++++++++++++++
drivers/input/misc/pm8941-pwrkey.c | 127 +-
drivers/input/misc/sparcspkr.c | 1 +
drivers/input/mouse/cypress_ps2.c | 2 +-
drivers/input/mouse/psmouse-smbus.c | 11 +-
drivers/input/mouse/vmmouse.c | 14 +
drivers/input/rmi4/rmi_f54.c | 1 -
drivers/input/tablet/aiptek.c | 3 +-
drivers/input/touchscreen/stmfts.c | 16 +-
25 files changed, 3852 insertions(+), 68 deletions(-)
create mode 100644 Documentation/devicetree/bindings/input/azoteq,iqs7222.yaml
create mode 100644 drivers/input/joystick/sensehat-joystick.c
create mode 100644 drivers/input/misc/iqs7222.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/gnu-master-aarch64-lts-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 977d900d8 4: update: binutils-gcc-linux-qemu: 33
new c85c1b978 4: update: binutils-gcc-linux-qemu: 33
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 (977d900d8)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-aarch6 [...]
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 1560 -> 1572 bytes
02-prepare_abe/console.log.xz | Bin 2732 -> 2724 bytes
03-build_abe-binutils/console.log.xz | Bin 30964 -> 31204 bytes
04-build_abe-stage1/console.log.xz | Bin 71888 -> 71700 bytes
05-build_abe-qemu/console.log.xz | Bin 32164 -> 31264 bytes
06-build_linux/console.log.xz | Bin 5312 -> 5308 bytes
08-check_regression/console.log.xz | Bin 476 -> 476 bytes
09-update_baseline/console.log | 214 +++++++++++++++++------------------
jenkins/manifest.sh | 22 ++--
9 files changed, 118 insertions(+), 118 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.