This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 316abcc26 Update framework-header-fix to force system sed
new f9c3c68f4 Fix NetBSD build after "Move path resolution logic out of FileSpec"
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:
source/Host/netbsd/Host.cpp | 2 +-
source/Host/netbsd/HostInfoNetBSD.cpp | 2 +-
source/Plugins/Process/NetBSD/NativeProcessNetBSD.cpp | 2 +-
3 files changed, 3 insertions(+), 3 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-release-arm-lts-allyesconfig
in repository toolchain/binutils-gdb.
from 36444d71b0 Automatic date update in version.in
adds cef9de0879 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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_kernel/llvm-release-arm-mainline-allyesconfig
in repository toolchain/ci/llvm-monorepo.
from edff2fb4d12 Merging r342354:
adds b93f16ecbe9 Bump version to 7.0.1
No new revisions were added by this update.
Summary of changes:
llvm/CMakeLists.txt | 2 +-
llvm/utils/lit/lit/__init__.py | 2 +-
2 files changed, 2 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-release-aarch64-next-allnoconfig
in repository toolchain/binutils-gdb.
from 36444d71b0 Automatic date update in version.in
adds cef9de0879 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
unknown user pushed a change to branch master
in repository linux.
from 71e56028173b Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...]
new a861594b1b7f ntb_netdev: fix sleep time mismatch
new 7756e2b5d68c ntb: intel: fix return value for ndev_vec_mask()
new 1b7619828d0c NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks
new 37a3e9693d44 ntb: idt: Set PCIe bus address to BARLIMITx
new 846429bc998f ntb: ntb_transport: Mark expected switch fall-throughs
new fc5d1829f9bf NTB: transport: Try harder to alloc an aligned MW buffer
new 906e86b22dba ntb_netdev: Simplify remove with client device drvdata
new 40070408f54e ntb: idt: Alter temperature read method
new aed1b7b31154 ntb: idt: Add basic hwmon sysfs interface
new b8babacbae62 ntb: idt: Discard temperature sensor IRQ handler
new a662315d8ad9 ntb: idt: Alter the driver info comments
new 04578e8441c5 Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb
new a7ad38b0dd3c clocksource/drivers/c-sky: Add C-SKY SMP timer
new 732e5dca374d dt-bindings: timer: C-SKY Multi-processor timer
new 33745c3cc588 clocksource/drivers/c-sky: Add gx6605s SOC system timer
new ab1e77c3f590 dt-bindings: timer: gx6605s SOC timer
new bff9a1076adf Merge branch 'clockevents/4.20-rc1' of https://git.linaro. [...]
new 35e745244268 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...]
new c3be6577d82a SUNRPC: Use atomic(64)_t for seq_send(64)
new d3787af289c8 NFS: fix spelling mistake, EACCESS -> EACCES
new 4710e78940d8 Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/proj [...]
The 21 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:
.../bindings/timer/csky,gx6605s-timer.txt | 42 +++
.../devicetree/bindings/timer/csky,mptimer.txt | 42 +++
drivers/clocksource/Kconfig | 18 ++
drivers/clocksource/Makefile | 2 +
drivers/clocksource/timer-gx6605s.c | 154 ++++++++++
drivers/clocksource/timer-mp-csky.c | 173 +++++++++++
drivers/net/ntb_netdev.c | 30 +-
drivers/ntb/hw/idt/Kconfig | 5 +-
drivers/ntb/hw/idt/ntb_hw_idt.c | 327 +++++++++++++++++----
drivers/ntb/hw/idt/ntb_hw_idt.h | 87 +++++-
drivers/ntb/hw/intel/ntb_hw_gen1.c | 2 +-
drivers/ntb/ntb_transport.c | 88 ++++--
fs/nfs/nfs4proc.c | 2 +-
include/linux/cpuhotplug.h | 1 +
include/linux/sunrpc/gss_krb5.h | 7 +-
net/sunrpc/auth_gss/gss_krb5_mech.c | 16 +-
net/sunrpc/auth_gss/gss_krb5_seal.c | 28 +-
net/sunrpc/auth_gss/gss_krb5_wrap.c | 4 +-
18 files changed, 878 insertions(+), 150 deletions(-)
create mode 100644 Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt
create mode 100644 Documentation/devicetree/bindings/timer/csky,mptimer.txt
create mode 100644 drivers/clocksource/timer-gx6605s.c
create mode 100644 drivers/clocksource/timer-mp-csky.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.