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-defconfig
in repository toolchain/ci/base-artifacts.
discards 4282e78f1 0: update: llvm-linux: boot
new 6a70fed86 0: update: llvm-linux: boot
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 (4282e78f1)
\
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 | 181 +-
02-build_llvm/console.log | 12472 +++++++++++++++++-----------------
03-build_linux/console.log | 696 +-
04-boot_linux/console.log | 492 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 38 +
console.log | 13881 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
9 files changed, 13915 insertions(+), 13857 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-release-arm-mainline-defconfig
in repository toolchain/ci/base-artifacts.
discards ed673a7f8 0: update: llvm-linux: boot
new c48fe29d5 0: update: llvm-linux: boot
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 (ed673a7f8)
\
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 | 175 +-
02-build_llvm/console.log | 12614 +++++++++++++++++-----------------
03-build_linux/console.log | 658 +-
04-boot_linux/console.log | 420 +-
05-check_regression/console.log | 2 +-
06-update_baseline/console.log | 2 +-
console.log | 13907 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 13921 insertions(+), 13865 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 7575fdda569b Merge tag 'platform-drivers-x86-v5.9-2' of git://git.infra [...]
new d1a819a2ec2d splice: teach splice pipe reading about empty pipe buffers
new 4013c1496c49 usermodehelper: reset umask to default before executing us [...]
new bb0890b4cd7f fbdev, newport_con: Move FONT_EXTRA_WORDS macros into linu [...]
new 6735b4632def Fonts: Support FONT_EXTRA_WORDS macros for built-in fonts
new 5af08640795b fbcon: Fix global-out-of-bounds read in fbcon_get_font()
new 112c35237c72 Partially revert "video: fbdev: amba-clcd: Retire elder CL [...]
new 27204b99b082 drm: drm_dsc.h: fix a kernel-doc markup
new 86fdf61e7104 Merge tag 'drm-misc-fixes-2020-10-01' of git://anongit.fre [...]
new f1e141e9db6b Merge tag 'drm-fixes-2020-10-06-1' of git://anongit.freede [...]
new 1797d588af15 platform/x86: asus-wmi: Fix SW_TABLET_MODE always reportin [...]
new 6ec37e6bb1fa Merge tag 'platform-drivers-x86-v5.9-3' of git://git.kerne [...]
new 39e4716caa59 crypto: arm64: Use x16 with indirect branch to bti_c
new c85fb28b6f99 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
The 13 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 | 5 +
arch/arm64/crypto/aes-neonbs-core.S | 4 +-
drivers/platform/x86/asus-nb-wmi.c | 32 ++
drivers/platform/x86/asus-wmi.c | 16 +-
drivers/platform/x86/asus-wmi.h | 1 +
drivers/video/console/newport_con.c | 7 +-
drivers/video/fbdev/Kconfig | 20 +
drivers/video/fbdev/Makefile | 1 +
drivers/video/fbdev/amba-clcd.c | 986 ++++++++++++++++++++++++++++++++
drivers/video/fbdev/core/fbcon.c | 12 +
drivers/video/fbdev/core/fbcon.h | 7 -
drivers/video/fbdev/core/fbcon_rotate.c | 1 +
drivers/video/fbdev/core/tileblit.c | 1 +
fs/splice.c | 20 +
include/drm/drm_dsc.h | 2 +-
include/linux/amba/clcd-regs.h | 87 +++
include/linux/amba/clcd.h | 290 ++++++++++
include/linux/font.h | 13 +
kernel/umh.c | 9 +
lib/fonts/font_10x18.c | 9 +-
lib/fonts/font_6x10.c | 9 +-
lib/fonts/font_6x11.c | 9 +-
lib/fonts/font_7x14.c | 9 +-
lib/fonts/font_8x16.c | 9 +-
lib/fonts/font_8x8.c | 9 +-
lib/fonts/font_acorn_8x8.c | 9 +-
lib/fonts/font_mini_4x6.c | 8 +-
lib/fonts/font_pearl_8x8.c | 9 +-
lib/fonts/font_sun12x22.c | 9 +-
lib/fonts/font_sun8x16.c | 7 +-
lib/fonts/font_ter16x32.c | 9 +-
31 files changed, 1542 insertions(+), 77 deletions(-)
create mode 100644 drivers/video/fbdev/amba-clcd.c
create mode 100644 include/linux/amba/clcd-regs.h
create mode 100644 include/linux/amba/clcd.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_kernel/gnu-release-arm-lts-allyesconfig
in repository toolchain/ci/gcc.
from 6725de4e837 arm: Add missing part number for Neoverse V1
adds 972bc5c8e40 Daily bump.
adds 96b32c86f50 configure: Fix in-tree building of GMP on BSD [PR97302]
No new revisions were added by this update.
Summary of changes:
configure | 1 +
configure.ac | 1 +
gcc/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
4 files changed, 8 insertions(+), 1 deletion(-)
--
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-release-arm-lts-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 52585b1ba 0: update: binutils-gcc-linux: all
new f6952dc55 0: update: binutils-gcc-linux: 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 (52585b1ba)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 151 +-
02-prepare_abe/console.log | 342 +-
03-build_abe-binutils/console.log | 11327 +++++------
04-build_abe-stage1/console.log | 17841 +++++++++--------
05-build_linux/console.log | 862 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 4 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 6 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30539 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30540 insertions(+), 30546 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 ibm/2.28/master
in repository glibc.
from e51e3044e1 Merge branch release/2.28/master into ibm/2.28/master
adds 23db5555eb Fix avx2 strncmp offset compare condition check [BZ #25933]
adds f82072183a NEWS: Mention BZ 25933 fix
new 148200bda3 Merge branch release/2.28/master into ibm/2.28/master
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:
NEWS | 1 +
sysdeps/x86_64/multiarch/strcmp-avx2.S | 15 +++++++++++++++
2 files changed, 16 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 glibc.
from 862897d2ad Replace Minumum/minumum with Minimum/minimum
new 7a887dd537 posix: Fix -Warray-bounds instances building timer_create [B [...]
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/unix/sysv/linux/kernel-posix-timers.h | 52 ++++++++++++++----
sysdeps/unix/sysv/linux/timer_create.c | 74 ++++++++------------------
sysdeps/unix/sysv/linux/timer_delete.c | 15 +++---
sysdeps/unix/sysv/linux/timer_getoverr.c | 8 +--
sysdeps/unix/sysv/linux/timer_gettime.c | 6 +--
sysdeps/unix/sysv/linux/timer_settime.c | 8 +--
sysdeps/unix/sysv/linux/x86_64/timer_gettime.c | 4 +-
sysdeps/unix/sysv/linux/x86_64/timer_settime.c | 5 +-
8 files changed, 83 insertions(+), 89 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_bmk_tx1/llvm-release-aarch64-spec2k6-Os_LTO
in repository toolchain/ci/gcc.
from fd808e9751c Daily bump.
adds 99f2956cc74 Daily bump.
adds 4a437d67c7f Daily bump.
adds 6725de4e837 arm: Add missing part number for Neoverse V1
adds 972bc5c8e40 Daily bump.
adds 96b32c86f50 configure: Fix in-tree building of GMP on BSD [PR97302]
No new revisions were added by this update.
Summary of changes:
configure | 1 +
configure.ac | 1 +
gcc/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
gcc/config/arm/arm-cpus.in | 2 ++
5 files changed, 10 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.