This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 42f82040ee66 Merge tag 'drm-fixes-2020-07-10' of git://anongit.freedesk [...]
new 27a5e7d36d38 mmc: meson-gx: limit segments to 1 when dram-access-quirk [...]
new f8884711f78f mmc: owl-mmc: Get rid of of_match_ptr() macro
new 3ec2d5113ea5 mmc: sdhci-msm: Override DLL_CONFIG only if the valid valu [...]
new d45f47a46854 Merge tag 'mmc-v5.8-rc1' of git://git.kernel.org/pub/scm/l [...]
new 83d31e5271ac KVM: nVMX: fixes for preemption timer migration
new 3d9fdc252b52 KVM: MIPS: Fix build errors for 32bit kernel
new cb24c61b53c3 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt [...]
new 528a9539348a s390/mm: fix huge pte soft dirty copying
new 2c08f65fd71c MAINTAINERS: update email address for Heiko Carstens
new dd9ce2d6eeae MAINTAINERS: update email address for Gerald Schaefer
new e8749d068855 Merge tag 's390-5.8-5' of git://git.kernel.org/pub/scm/lin [...]
new 68cf617309b5 KVM: arm64: Fix definition of PAGE_HYP_DEVICE
new c377e67c6271 drivers/firmware/psci: Fix memory leakage in alloc_init_cp [...]
new 132330f8044c drivers/firmware/psci: Assign @err directly in hotplug_tests()
new b8c1c9fe6a04 arm64: entry: Fix the typo in the comment of el1_dbg()
new 97884ca8c292 arm64: Introduce a way to disable the 32bit vdso
new c1fbec4ac0d7 arm64: arch_timer: Allow an workaround descriptor to disab [...]
new 4b661d6133c5 arm64: arch_timer: Disable the compat vdso for cores affec [...]
new dc802f2bc020 arm64: Rework ARM_ERRATUM_1414080 handling
new 8c3001b9252d arm64: entry: Tidy up block comments and label numbers
new 8523c006264d arm64: kgdb: Fix single-step exception handling oops
new 581fce373581 arm64: Documentation: Fix broken table in generated HTML
new 09c717c92b52 arm64: Add missing sentinel to erratum_1463225
new 5679b2814219 arm64/alternatives: don't patch up internal branches
new f4c8824cbcc6 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/li [...]
new 41da51bce36f fs: Add IOCB_NOIO flag for generic_file_read_iter
new 20f829999c38 gfs2: Rework read and page fault locking
new d02b0478c1ac Merge tag 'gfs2-v5.8-rc4.fixes' of git://git.kernel.org/pu [...]
new e6f390a834b5 gpio: arizona: handle pm_runtime_get_sync failure case
new 861254d82649 gpio: arizona: put pm_runtime in case of failure
new 064c73afe738 gpio: pca953x: Synchronize interrupt handler properly
new ba8c90c61847 gpio: pca953x: Override IRQ for one of the expanders on Ga [...]
new 0b22c25e1b81 gpio: pca953x: Fix direction setting when configure an IRQ
new ec3decd21380 gpio: pca953x: disable regmap locking for automatic addres [...]
new 5d8913504ccf gpio: pca953x: Fix GPIO resource leak on Intel Galileo Gen 2
new 93e0272a4395 Merge tag 'gpio-fixes-for-v5.8-rc3' of git://git.kernel.or [...]
new 3f8834327ae7 Merge tag 'gpio-v5.8-2' of git://git.kernel.org/pub/scm/li [...]
new 69339d083dfb pinctrl: amd: fix npins for uart0 in kerncz_groups
new 45c11a927606 pinctrl: baytrail: Fix pin being driven low for a while on [...]
new f8e99dde2199 Merge tag 'intel-pinctrl-v5.8-2' of git://git.kernel.org/p [...]
new 25aadbd2a8ad Merge tag 'pinctrl-v5.8-3' of git://git.kernel.org/pub/scm [...]
new 71cdec4fab76 dma-mapping: warn when coherent pool is depleted
new 68d237056e00 scatterlist: protect parameters of the sg_table related macros
new 1bfde037425d Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/u [...]
new 97c7990c4bf6 cachefiles: switch to kernel_write
new 13c164b1a186 autofs: switch to kernel_write
new 6955a76fbcd5 bpfilter: switch to kernel_write
new 9db977522449 fs: unexport __kernel_write
new a01ac27be472 fs: check FMODE_WRITE in __kernel_write
new 81238b2cff14 fs: implement kernel_write using __kernel_write
new 53ad86266bda fs: remove __vfs_write
new 61a707c543e2 fs: add a __kernel_read helper
new a1f9b1c0439d integrity/ima: switch to using __kernel_read
new 6209dd9132e8 fs: implement kernel_read using __kernel_read
new 775802c0571f fs: remove __vfs_read
new b1b11d0063aa Merge tag 'cleanup-kernel_read_write' of git://git.infrade [...]
The 56 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:
.mailmap | 5 +
Documentation/arm64/cpu-feature-registers.rst | 2 +
Documentation/virt/kvm/api.rst | 5 +-
MAINTAINERS | 8 +-
arch/arm64/include/asm/arch_timer.h | 1 +
arch/arm64/include/asm/pgtable-prot.h | 2 +-
arch/arm64/include/asm/vdso/clocksource.h | 7 +-
arch/arm64/include/asm/vdso/compat_gettimeofday.h | 8 +-
arch/arm64/kernel/alternative.c | 16 +--
arch/arm64/kernel/cpu_errata.c | 1 +
arch/arm64/kernel/entry-common.c | 2 +-
arch/arm64/kernel/entry.S | 52 +++++----
arch/arm64/kernel/kgdb.c | 2 +-
arch/mips/kvm/emulate.c | 4 +
arch/s390/mm/hugetlbpage.c | 2 +-
arch/x86/include/uapi/asm/kvm.h | 5 +-
arch/x86/kvm/vmx/nested.c | 1 +
drivers/clocksource/arm_arch_timer.c | 11 ++
drivers/firmware/psci/psci_checker.c | 8 +-
drivers/gpio/gpio-arizona.c | 7 +-
drivers/gpio/gpio-pca953x.c | 99 +++++++++++++++-
drivers/mmc/host/meson-gx-mmc.c | 6 +-
drivers/mmc/host/owl-mmc.c | 2 +-
drivers/mmc/host/sdhci-msm.c | 5 +-
drivers/pinctrl/intel/pinctrl-baytrail.c | 67 ++++++++---
drivers/pinctrl/pinctrl-amd.h | 2 +-
fs/autofs/waitq.c | 2 +-
fs/cachefiles/rdwr.c | 2 +-
fs/gfs2/aops.c | 45 +-------
fs/gfs2/file.c | 52 ++++++++-
fs/read_write.c | 131 +++++++++++++---------
include/linux/fs.h | 3 +-
include/linux/scatterlist.h | 8 +-
kernel/dma/pool.c | 6 +-
mm/filemap.c | 23 +++-
net/bpfilter/bpfilter_kern.c | 2 +-
security/integrity/iint.c | 14 +--
37 files changed, 413 insertions(+), 205 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_tk1/llvm-master-arm-spec2k6-Oz_LTO
in repository toolchain/ci/base-artifacts.
discards 3a2d807f 0: update: binutils-gcc-glibc-llvm: 1
new 0688d57f 0: update: binutils-gcc-glibc-llvm: 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 (3a2d807f)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_bmk_tk1/llvm-master-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 | 86 +-
02-prepare_abe/console.log | 288 +-
03-build_abe-binutils/console.log | 11341 +-
04-build_abe-stage1/console.log | 19978 ++--
05-build_abe-linux/console.log | 292 +-
06-build_abe-glibc/console.log | 40172 ++++---
07-build_abe-stage2/console.log | 45527 ++++---
08-build_llvm-true/console.log | 13205 +--
10-benchmark--Oz_LTO_mthumb/benchmark-start.log | 2 +-
10-benchmark--Oz_LTO_mthumb/benchmark.log | 16 +-
10-benchmark--Oz_LTO_mthumb/console.log | 246 +-
11-check_regression/console.log | 770 +-
11-check_regression/results-0.csv | 138 +-
11-check_regression/results-1.csv | 142 +-
11-check_regression/results-brief.csv | 38 +-
11-check_regression/results-compare.csv | 2 +-
11-check_regression/results-full.csv | 146 +-
11-check_regression/results.csv | 44 +-
11-check_regression/results.log | 2984 +-
12-update_baseline/console.log | 76 +-
12-update_baseline/results-0.csv | 138 +-
12-update_baseline/results-1.csv | 142 +-
12-update_baseline/results-brief.csv | 38 +-
12-update_baseline/results-compare.csv | 2 +-
12-update_baseline/results-full.csv | 146 +-
12-update_baseline/results.csv | 44 +-
12-update_baseline/results.log | 2986 +-
console.log | 131997 ++++++++++-----------
jenkins/manifest.sh | 24 +-
results_id | 2 +-
30 files changed, 135457 insertions(+), 135555 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_cross/gnu-release-arm-check_cross
in repository toolchain/ci/base-artifacts.
discards aae2cdbe 7: reset: gcc-d8d451ec344af2fde2fd9248bf707207f89f8a29: 1
discards d6b0cd82 6: reset: glibc-94abcef26ebbe89861128a9a62741e410104a342: 1
discards 0d6d8950 5: reset: glibc-520aaef712af020d2ebb7103c78ff9f73b38bbcd: 1
discards 55c81554 4: reset: binutils-gcc-glibc-qemu: 1
discards 0fb75075 3: reset: binutils-gcc-glibc-qemu: 1
discards 86ef7350 2: reset: binutils-gcc-glibc-qemu: 1
discards baaac7f6 1: reset: binutils-gcc-glibc-qemu: 1
discards 0bd718d2 0: update: binutils-gcc-glibc-qemu: 1
new 1ac7ce2a 0: update: gcc-f69a6c40123d40543cb229364272d6ae930ec766: 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 (aae2cdbe)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_cross/gnu-release-arm-ch [...]
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 | 132 +-
02-prepare_abe/console.log | 440 +-
03-build_abe-binutils/console.log | 9200 +-
04-build_abe-stage1/console.log | 18093 +-
05-build_abe-linux/console.log | 218 +-
06-build_abe-glibc/console.log | 20210 +-
07-build_abe-stage2/console.log | 45965 +-
08-build_abe-qemu/console.log | 1826 +-
09-build_abe-dejagnu/console.log | 330 +-
10-build_abe-check_gcc/console.log | 26079 +-
11-check_regression/console.log | 450 +-
11-check_regression/results.regressions | 95 +-
11-check_regression/trigger-bisect | 3 -
12-update_baseline/console.log | 2143 +-
12-update_baseline/results.regressions | 106 +-
console.log | 149104 ++---
jenkins/manifest.sh | 12 +-
reset-baseline | 0
results | 84 -
sumfiles/g++.log | 757974 ++++++++++++-----------
sumfiles/g++.sum | 2 +-
sumfiles/gcc.log | 939519 ++++++++++++++---------------
sumfiles/gcc.sum | 29 +-
sumfiles/gfortran.log | 215767 ++++---
sumfiles/gfortran.sum | 26 +-
sumfiles/libatomic.log | 24 +-
sumfiles/libatomic.sum | 2 +-
sumfiles/libgomp.log | 1972 +-
sumfiles/libgomp.sum | 2 +-
sumfiles/libitm.log | 24 +-
sumfiles/libitm.sum | 2 +-
sumfiles/libstdc++.log | 100979 ++--
sumfiles/libstdc++.sum | 9 +-
33 files changed, 1143936 insertions(+), 1146885 deletions(-)
delete mode 100644 11-check_regression/trigger-bisect
delete mode 100644 reset-baseline
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.