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-aarch64-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 02c894a2 0: update: binutils-gcc-linux: boot
new c0f1c8d8 0: update: binutils-gcc-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 (02c894a2)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 22 +-
02-prepare_abe/console.log | 312 +-
03-build_abe-binutils/console.log | 11259 +++++++--------
04-build_abe-stage1/console.log | 13921 +++++++++----------
05-build_linux/console.log | 838 +-
06-boot_linux/console.log | 436 +-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 8 +-
console.log | 26864 ++++++++++++++++++------------------
jenkins/manifest.sh | 8 +-
10 files changed, 26840 insertions(+), 26836 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-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards f2f5220c 0: update: llvm-linux: all
new b27b0369 0: update: llvm-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 (f2f5220c)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 16 +-
02-build_llvm/console.log | 12048 ++++++++++++++++++-------------------
03-build_linux/console.log | 616 +-
04-boot_linux/console.log | 2 +-
console.log | 12707 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
results | 2 +-
7 files changed, 12712 insertions(+), 12687 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 298fb76a5583 Merge tag 'nfsd-5.4' of git://linux-nfs.org/~bfields/linux
new b36f281f4a31 ima: initialize the "template" field with the default template
new c8424e776b09 MODSIGN: Export module signature definitions
new 2a7bf671186e PKCS#7: Refactor verify_pkcs7_signature()
new e201af16d1ec PKCS#7: Introduce pkcs7_get_digest()
new cf38fed1e183 integrity: Select CONFIG_KEYS instead of depending on it
new 9044d627fd18 ima: Add modsig appraise_type option for module-style appe [...]
new a5fbeb615ca4 ima: Factor xattr_verify() out of ima_appraise_measurement()
new 39b07096364a ima: Implement support for module-style appended signatures
new 15588227e086 ima: Collect modsig
new 3878d505aa71 ima: Define ima-modsig template
new e5092255bb39 ima: Store the measurement again when appraising a modsig
new f5e1040196db ima: always return negative code for error
new 4ece3125f21b ima: fix freeing ongoing ahash_request
new 70433f67ec3a MODSIGN: make new include file self contained
new 556d971bdae6 ima: Fix use after free in ima_read_modsig()
new cbc0425d3dd3 sefltest/ima: support appended signatures (modsig)
new fa5b57175364 ima: use struct_size() in kzalloc()
new 2a7f0e53daf2 ima: ima_api: Use struct_size() in kzalloc()
new f1f2f614d535 Merge branch 'next-integrity' of git://git.kernel.org/pub/ [...]
The 19 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:
Documentation/ABI/testing/ima_policy | 6 +-
Documentation/security/IMA-templates.rst | 3 +
arch/s390/Kconfig | 2 +-
arch/s390/kernel/machine_kexec_file.c | 24 +--
certs/system_keyring.c | 61 +++++--
crypto/asymmetric_keys/pkcs7_verify.c | 33 ++++
include/crypto/pkcs7.h | 4 +
include/linux/module.h | 3 -
include/linux/module_signature.h | 46 +++++
include/linux/verification.h | 10 ++
init/Kconfig | 6 +-
kernel/Makefile | 1 +
kernel/module.c | 1 +
kernel/module_signature.c | 46 +++++
kernel/module_signing.c | 56 +-----
scripts/Makefile | 2 +-
security/integrity/Kconfig | 2 +-
security/integrity/digsig.c | 43 ++++-
security/integrity/ima/Kconfig | 13 ++
security/integrity/ima/Makefile | 1 +
security/integrity/ima/ima.h | 60 ++++++-
security/integrity/ima/ima_api.c | 27 ++-
security/integrity/ima/ima_appraise.c | 194 ++++++++++++++-------
security/integrity/ima/ima_crypto.c | 10 +-
security/integrity/ima/ima_main.c | 24 ++-
security/integrity/ima/ima_modsig.c | 168 ++++++++++++++++++
security/integrity/ima/ima_policy.c | 71 ++++++--
security/integrity/ima/ima_template.c | 31 +++-
security/integrity/ima/ima_template_lib.c | 64 ++++++-
security/integrity/ima/ima_template_lib.h | 4 +
security/integrity/integrity.h | 20 +++
.../selftests/kexec/test_kexec_file_load.sh | 38 +++-
32 files changed, 871 insertions(+), 203 deletions(-)
create mode 100644 include/linux/module_signature.h
create mode 100644 kernel/module_signature.c
create mode 100644 security/integrity/ima/ima_modsig.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/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/gcc.
from be17627e88d [arm] Fix use of CRC32 intrinsics with Armv8-a and hard-float
adds 4b61247b9a5 Daily bump.
adds ef7e5fb6867 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
1 file changed, 1 insertion(+), 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_gnu/gnu-release-aarch64-bootstrap_O3
in repository toolchain/ci/base-artifacts.
discards 898ee964 0: update: gcc-be17627e88d18ea90a94a397ca213e349da30beb: 1
new 10fccc50 0: update: gcc-ef7e5fb6867e4ccd2eb5234d20ec804a52ca2bd0: 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 (898ee964)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-aarch64- [...]
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 | 162 +-
02-prepare_abe/console.log | 172 +-
03-build_abe-bootstrap_O3/console.log | 66472 ++++++++++++++++---------------
06-update_baseline/console.log | 8 +-
console.log | 66814 ++++++++++++++++----------------
jenkins/manifest.sh | 10 +-
6 files changed, 66807 insertions(+), 66831 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/gnu-master-arm-mainline-allyesconfig
in repository toolchain/ci/binutils-gdb.
from 4ada570ce5 Automatic date update in version.in
adds 68f7d34dd5 [gdb/testsuite] Add KFAIL for missing support of reverse-deb [...]
adds 060b3ab4ed [gdb/testsuite] Fix incomplete regexps in step-precsave.exp
adds cd5f43ff5d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/testsuite/ChangeLog | 9 +++++++++
gdb/testsuite/gdb.reverse/step-precsave.exp | 12 +++++++++++-
3 files changed, 21 insertions(+), 2 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/gnu-master-arm-mainline-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 2366f176 2: update: binutils-gcc-linux: 18070
new 439a171c 2: update: binutils-gcc-linux: 18073
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 (2366f176)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 124 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 11227 ++++++------
04-build_abe-stage1/console.log | 20025 ++++++++++-----------
05-build_linux/console.log | 2288 ++-
07-check_regression/console.log | 8 +-
08-update_baseline/console.log | 53 +-
console.log | 34161 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
10 files changed, 34133 insertions(+), 34207 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.