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-master-arm-next-allmodconfig
in repository toolchain/ci/base-artifacts.
discards b7bbba1b 2: update: llvm-linux: 27336
new c6d96f5a 2: update: llvm-linux: 27336
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 (b7bbba1b)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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 | 184 +-
02-build_llvm/console.log | 12442 +++++++++++++++++------------------
03-build_linux/console.log | 854 +--
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 20 +-
console.log | 13508 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
7 files changed, 13512 insertions(+), 13512 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 9805a68371ce Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
new e2f238f7d5a1 configfs: calculate the depth of parent item
new a5871fcba46e Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/ [...]
new 83c774f0c69d interconnect: qcom: Fix icc_onecell_data allocation
new a8dfe193a60c interconnect: Add locking in icc_set_tag()
new 5e0eb05d7f75 Merge tag 'icc-5.4-rc5' of https://git.linaro.org/people/g [...]
new fd5c46b754d4 thunderbolt: Read DP IN adapter first two dwords in one go
new 6f6709734274 thunderbolt: Fix lockdep circular locking depedency warning
new 747125db6dcd thunderbolt: Drop unnecessary read when writing LC command [...]
new 92fd9bf2c326 Merge tag 'thunderbolt-fixes-for-v5.4-1' of git://git.kern [...]
new 52eb063d153a soundwire: depend on ACPI
new 0f8c0f8a7782 soundwire: depend on ACPI || OF
new cf9249626f72 soundwire: intel: fix intel_register_dai PDI offsets and numbers
new 7b47ad3322d1 soundwire: slave: fix scanf format
new 106901add52b Merge tag 'soundwire-5.4-rc6' of git://git.kernel.org/pub/ [...]
new 87c0b9c79ec1 intel_th: gth: Fix the window switching sequence
new e5a340f77027 intel_th: msu: Fix an uninitialized mutex
new 063f097fd65a intel_th: msu: Fix missing allocation failure check on a kstrndup
new 8e3ef7b444ae intel_th: msu: Fix overflow in shift of an unsigned int
new 1fa1b6ca0fda intel_th: msu: Fix possible memory leak in mode_store()
new 3adbb5718dd5 intel_th: pci: Add Comet Lake PCH support
new 9d55499d8da4 intel_th: pci: Add Jasper Lake PCH support
new 3de2a3e93700 Merge tag 'char-misc-5.4-rc7' of git://git.kernel.org/pub/ [...]
new df4028658f9d staging: Add VirtualBox guest shared folder (vboxsf) support
new 24e1eb5c0d78 iio: imu: adis16480: make sure provided frequency is positive
new 431f7667bd68 iio: srf04: fix wrong limitation in distance measuring
new 6e82ae6b8d11 iio: imu: inv_mpu6050: fix no data on MPU6050
new e6afcf6c598d iio: adc: stm32-adc: fix stopping dma
new fe4c59394ede Merge tag 'iio-fixes-for-5.4b' of https://git.kernel.org/p [...]
new 32e9f6cb0734 staging: vboxsf: Remove unused including <linux/version.h>
new 94fed404109d staging: vboxsf: fix dereference of pointer dentry before [...]
new e39fcaef7ed9 staging: Fix error return code in vboxsf_fill_super()
new dd892625d0e2 Merge tag 'staging-5.4-rc7' of git://git.kernel.org/pub/sc [...]
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:
MAINTAINERS | 6 +
drivers/hwtracing/intel_th/gth.c | 3 +
drivers/hwtracing/intel_th/msu.c | 11 +-
drivers/hwtracing/intel_th/pci.c | 10 +
drivers/iio/adc/stm32-adc.c | 4 +-
drivers/iio/imu/adis16480.c | 5 +-
drivers/iio/imu/inv_mpu6050/inv_mpu_core.c | 9 +
drivers/iio/imu/inv_mpu6050/inv_mpu_iio.h | 2 +
drivers/iio/imu/inv_mpu6050/inv_mpu_ring.c | 15 +-
drivers/iio/proximity/srf04.c | 29 +-
drivers/interconnect/core.c | 4 +
drivers/interconnect/qcom/qcs404.c | 3 +-
drivers/interconnect/qcom/sdm845.c | 3 +-
drivers/soundwire/Kconfig | 1 +
drivers/soundwire/intel.c | 4 +-
drivers/soundwire/slave.c | 3 +-
drivers/staging/Kconfig | 2 +
drivers/staging/Makefile | 1 +
drivers/staging/vboxsf/Kconfig | 10 +
drivers/staging/vboxsf/Makefile | 5 +
drivers/staging/vboxsf/TODO | 7 +
drivers/staging/vboxsf/dir.c | 418 +++++++++++++
drivers/staging/vboxsf/file.c | 370 ++++++++++++
drivers/staging/vboxsf/shfl_hostintf.h | 901 +++++++++++++++++++++++++++++
drivers/staging/vboxsf/super.c | 501 ++++++++++++++++
drivers/staging/vboxsf/utils.c | 551 ++++++++++++++++++
drivers/staging/vboxsf/vboxsf_wrappers.c | 371 ++++++++++++
drivers/staging/vboxsf/vfsmod.h | 137 +++++
drivers/thunderbolt/nhi_ops.c | 1 -
drivers/thunderbolt/switch.c | 28 +-
fs/configfs/symlink.c | 2 +-
31 files changed, 3370 insertions(+), 47 deletions(-)
create mode 100644 drivers/staging/vboxsf/Kconfig
create mode 100644 drivers/staging/vboxsf/Makefile
create mode 100644 drivers/staging/vboxsf/TODO
create mode 100644 drivers/staging/vboxsf/dir.c
create mode 100644 drivers/staging/vboxsf/file.c
create mode 100644 drivers/staging/vboxsf/shfl_hostintf.h
create mode 100644 drivers/staging/vboxsf/super.c
create mode 100644 drivers/staging/vboxsf/utils.c
create mode 100644 drivers/staging/vboxsf/vboxsf_wrappers.c
create mode 100644 drivers/staging/vboxsf/vfsmod.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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from eb2dd8df76 gdb: Add a class to track last display symtab and line information
new 09ff83af3c gdb/python: smarter symbol lookup for gdb.lookup_static_symbol
new 086baaf134 gdb/python: Introduce gdb.lookup_static_symbols
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:
gdb/ChangeLog | 16 ++++
gdb/NEWS | 3 +
gdb/doc/ChangeLog | 10 +++
gdb/doc/python.texi | 44 +++++++++++
gdb/python/py-symbol.c | 88 +++++++++++++++++++++-
gdb/python/python-internal.h | 2 +
gdb/python/python.c | 4 +
gdb/testsuite/ChangeLog | 13 ++++
.../scm-iterator.c => gdb.python/py-symbol-2.c} | 14 ++--
gdb/testsuite/gdb.python/py-symbol.c | 9 +++
gdb/testsuite/gdb.python/py-symbol.exp | 52 ++++++++++---
11 files changed, 232 insertions(+), 23 deletions(-)
copy gdb/testsuite/{gdb.guile/scm-iterator.c => gdb.python/py-symbol-2.c} (83%)
--
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 gcc.
from e5072aef260 Implement D1957R0, T* to bool should be considered narrowing.
new 6fc2784a9ab Don't print warning when moving to static with -fno-automatic
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:
gcc/fortran/ChangeLog | 6 ++++++
gcc/fortran/trans-decl.c | 19 ++++++++++---------
2 files changed, 16 insertions(+), 9 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 binutils-gdb.
from cf57ad6d61 gdb_vecs.h: Avoid self move assign
new 621377757c gdb: Convert frame_show_address to return a bool
new eb2dd8df76 gdb: Add a class to track last display symtab and line information
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:
gdb/ChangeLog | 33 ++++++++++++
gdb/stack.c | 168 +++++++++++++++++++++++++++++++++-------------------------
gdb/stack.h | 34 ++++++++++--
3 files changed, 158 insertions(+), 77 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 00aff6836241 Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/sc [...]
new 29c2c6aa3240 pinctrl: intel: Avoid potential glitches if pin is in GPIO mode
new 63bdef6cd694 pinctrl: cherryview: Fix irq_valid_mask calculation
new 67d33aecd030 pinctrl: cherryview: Allocate IRQ chip dynamic
new 451a59bd1f3d Merge tag 'intel-pinctrl-fixes-v5.4-2' of git://git.kernel [...]
new 63e006c107ff pinctrl: stmfx: fix valid_mask init sequence
new 4763c0894a2b Merge tag 'pinctrl-v5.4-3' of git://git.kernel.org/pub/scm [...]
new 820b7c717f09 lib: Remove select of inexistant GENERIC_IO
new d243af7ab9fe SMB3: Fix persistent handles reconnect
new 79a64063a84f Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrenc [...]
new b0c51f158455 stacktrace: Don't skip first entry on noncurrent tasks
new 20c7e29684bf Merge branch 'core-urgent-for-linus' of git://git.kernel.o [...]
new 0ed9ca25894e irq/irqdomain: Update __irq_domain_alloc_fwnode() function [...]
new ffba65ea247b Merge branch 'irq-urgent-for-linus' of git://git.kernel.or [...]
new 443b0636ea73 perf scripting engines: Iterate on tep event arrays directly
new 6047e1a81e9f perf tools: Remove unused trace_find_next_event()
new 722ddfde366f perf tools: Fix time sorting
new 485c05351312 Merge tag 'perf-urgent-for-mingo-5.4-20191105' of git://gi [...]
new b584a17628b0 Merge branch 'perf-urgent-for-linus' of git://git.kernel.o [...]
new e3b8b6a0d12c sched/core: Fix compilation error when cgroup not selected
new 6e2df0581f56 sched: Fix pick_next_task() vs 'change' pattern race
new 81388c2b3fb1 Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...]
new 41d49e7939de clocksource/drivers/mediatek: Fix error handling
new 7693de9f7aa4 clocksource/drivers/sh_mtu2: Do not loop using platform_ge [...]
new d7e8d149c5f3 Merge tag 'timers-v5.4-rc6' of https://git.linaro.org/peop [...]
new 52338415cf4d timekeeping/vsyscall: Update VDSO data unconditionally
new 621084cd3d8c Merge branch 'timers-urgent-for-linus' of git://git.kernel [...]
new 26467b0f8407 x86/resctrl: Prevent NULL pointer dereference when reading [...]
new fe6f85ca121e x86/apic/32: Avoid bogus LDR warnings
new e361362b08ca x86/dumpstack/64: Don't evaluate exception stacks before setup
new 63ec58b44fcc x86/tsc: Respect tsc command line paraemeter for clocksour [...]
new 9805a68371ce Merge branch 'x86-urgent-for-linus' of git://git.kernel.or [...]
The 31 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/arm64/include/asm/vdso/vsyscall.h | 7 ----
arch/mips/include/asm/vdso/vsyscall.h | 7 ----
arch/x86/kernel/apic/apic.c | 28 ++++++++-------
arch/x86/kernel/cpu/resctrl/ctrlmondata.c | 4 +++
arch/x86/kernel/dumpstack_64.c | 7 ++++
arch/x86/kernel/tsc.c | 3 ++
drivers/clocksource/sh_mtu2.c | 16 ++++++---
drivers/clocksource/timer-mediatek.c | 10 ++----
drivers/pinctrl/intel/pinctrl-cherryview.c | 26 +++++++-------
drivers/pinctrl/intel/pinctrl-intel.c | 21 +++++++++++-
drivers/pinctrl/pinctrl-stmfx.c | 14 --------
fs/cifs/smb2pdu.h | 1 +
include/asm-generic/vdso/vsyscall.h | 7 ----
kernel/irq/irqdomain.c | 2 +-
kernel/sched/core.c | 23 +++++++++----
kernel/sched/deadline.c | 40 +++++++++++-----------
kernel/sched/fair.c | 15 ++++++--
kernel/sched/idle.c | 9 ++++-
kernel/sched/rt.c | 37 ++++++++++----------
kernel/sched/sched.h | 30 ++++++++++++++--
kernel/sched/stop_task.c | 18 ++++++----
kernel/stacktrace.c | 6 ++--
kernel/time/vsyscall.c | 9 ++---
lib/Kconfig | 1 -
tools/perf/util/hist.c | 2 +-
.../perf/util/scripting-engines/trace-event-perl.c | 8 +++--
.../util/scripting-engines/trace-event-python.c | 9 +++--
tools/perf/util/trace-event-parse.c | 31 -----------------
tools/perf/util/trace-event.h | 2 --
29 files changed, 211 insertions(+), 182 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-master-aarch64-stable-allyesconfig
in repository toolchain/ci/base-artifacts.
discards a51a3436 0: update: llvm-linux: all
new e936cef0 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 (a51a3436)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-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 | 162 +-
02-build_llvm/console.log | 12436 +++++++++++++--------------
03-build_linux/console.log | 5074 +++++------
04-boot_linux/console.log | 6 +-
06-update_baseline/console.log | 25 +
console.log | 17678 ++++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
7 files changed, 17711 insertions(+), 17682 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 gcc.
from 9b0807d9fe8 2019-11-10 Paul Thomas <pault(a)gcc.gnu.org>
new e5072aef260 Implement D1957R0, T* to bool should be considered narrowing.
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:
gcc/cp/ChangeLog | 6 ++++
gcc/cp/typeck2.c | 5 ++++
gcc/testsuite/g++.dg/cpp0x/initlist92.C | 51 +++++++++------------------------
3 files changed, 24 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.