This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 5929a1f0ff30 Merge tag 'riscv-for-linus-4.20-rc2' of git://git.kernel.o [...]
new 21a446cf1865 NFSv4: Don't exit the state manager without clearing NFS4C [...]
new a1aa09be21fa NFSv4: Ensure that the state manager exits the loop on SIGKILL
new a652a4bc2169 SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credenti [...]
new e3d5e573a54d SUNRPC: Fix a bogus get/put in generic_key_to_expire()
new e39d8a186ed0 NFSv4: Fix an Oops during delegation callbacks
new 94ca5c18e1e3 Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/proj [...]
new e39f9dd8206a pinctrl: meson: fix pinconf bias disable
new 4bc51e1e350c pinctrl: meson: fix gxbb ao pull register bits
new ed3a2b74f3eb pinctrl: meson: fix gxl ao pull register bits
new e91b162d2868 pinctrl: meson: fix meson8 ao pull register bits
new a1705f02704c pinctrl: meson: fix meson8b ao pull register bits
new 595b0674ce78 MAINTAINERS: Add tree link for Intel pin control driver
new 282fd2a2adb4 Merge tag 'pinctrl-v4.20-2' of git://git.kernel.org/pub/sc [...]
new c138325fb871 selinux: check length properly in SCTP bind hook
new 877181a8d9dc selinux: fix non-MLS handling in mls_context_to_sid()
new da5322e65940 Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pu [...]
The 16 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 | 1 +
drivers/pinctrl/meson/pinctrl-meson-gxbb.c | 2 +-
drivers/pinctrl/meson/pinctrl-meson-gxl.c | 2 +-
drivers/pinctrl/meson/pinctrl-meson.c | 2 +-
drivers/pinctrl/meson/pinctrl-meson8.c | 2 +-
drivers/pinctrl/meson/pinctrl-meson8b.c | 2 +-
fs/nfs/callback_proc.c | 4 +-
fs/nfs/delegation.c | 11 +++++-
fs/nfs/nfs4state.c | 10 +++--
net/sunrpc/auth_generic.c | 8 +---
net/sunrpc/auth_gss/auth_gss.c | 61 ++++++++++++++++++++----------
security/selinux/hooks.c | 3 ++
security/selinux/ss/mls.c | 10 +++--
13 files changed, 76 insertions(+), 42 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 llvm.
from a773fb82fa1 [InstCombine] add rotate narrowing tests with odd types; NFC
new 25da5df08cf [InstCombine] fix rotate narrowing bug for non-pow-2 types
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:
lib/Transforms/InstCombine/InstCombineCasts.cpp | 9 +++++--
test/Transforms/InstCombine/rotate.ll | 32 ++++++++++++-------------
2 files changed, 23 insertions(+), 18 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 17a6cd1e22a [C++ DR 2336] virtual dtors, exception specs & abstract classes
new b8d287648cf Handle vectors that don't fit in an integer.
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/ChangeLog | 7 +++++++
gcc/tree-vect-stmts.c | 8 ++++----
2 files changed, 11 insertions(+), 4 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-aarch64-next-allmodconfig
in repository toolchain/binutils-gdb.
from dd9168931f Automatic date update in version.in
adds 174f8ac8d4 RISC-V: Give stack slots same align as XLEN.
adds ef2de9e7eb RISC-V: Handle vector type alignment.
adds 8b2d40cbba RISC-V: Fix unnamed arg alignment in registers.
adds a99bc3d23c delete ada-lang.c::move_bits, sharing and re-using copy_bitw [...]
adds a0cd42fcd1 Automatic date update in version.in
adds 92b3642af0 Updated Spanish translation for the ld subdirectory.
adds f9db0c4c6c Move copy_bitwise unittests to own unittest file
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 44 +++++++
gdb/Makefile.in | 1 +
gdb/ada-lang.c | 88 ++-----------
gdb/dwarf2loc.c | 234 ---------------------------------
gdb/riscv-tdep.c | 38 +++++-
gdb/unittests/copy_bitwise-selftests.c | 159 ++++++++++++++++++++++
gdb/utils.c | 93 +++++++++++++
gdb/utils.h | 8 ++
ld/ChangeLog | 4 +
ld/po/es.po | 144 +++++++++-----------
11 files changed, 411 insertions(+), 404 deletions(-)
create mode 100644 gdb/unittests/copy_bitwise-selftests.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.
unknown user pushed a change to branch master
in repository clang.
from ed1a7dbfe6 [AST][NFC] Re-add comment in BinaryOperator which was remove [...]
new b9e6abd1ea [AST][NFC] Various NFCs in StringLiteral
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:
include/clang/AST/Expr.h | 34 ++++++++++++++--------------------
lib/AST/Expr.cpp | 42 +++++++++++++++++++++---------------------
2 files changed, 35 insertions(+), 41 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from 0aad119 tcwg_kernel-bisect.sh: New bisect script.
new ce694db jenkins-helpers: Add missing print_kernel_target
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:
jenkins-helpers.sh | 20 ++++++++++++++++++++
1 file changed, 20 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.
"Maxim Kuvyrkov pushed a change to branch master
in repository toolchain/jenkins-scripts.
from f27e649 tcwg_kernel-build.sh: Fill in update_baseline and push_baseline
new 0aad119 tcwg_kernel-bisect.sh: New bisect script.
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:
tcwg_kernel-build => tcwg_kernel-bisect | 0
tcwg_kernel-bisect.sh | 204 ++++++++++++++++++++++++++++++++
2 files changed, 204 insertions(+)
copy tcwg_kernel-build => tcwg_kernel-bisect (100%)
create mode 100755 tcwg_kernel-bisect.sh
--
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 bfade55852 Automatic date update in version.in
adds 62dccf632f Automatic date update in version.in
adds b80393e275 [ARC] Refactored location where GOT information is collected.
adds 7ea48e7d9d [ARC] Improved robustness. Return FALSE in case of NULL pointer.
adds 3ee995cd6e [ARC] Make sure global symbol is not an indirect or warning.
adds 06006c374b [ARC] PLT information was still being generated when symbol [...]
adds b6aef10de4 [ARC] Fixes TLS failures related to tls-align.
adds 7b39c09faf [ARC] Fixed issue with DTSOFF relocs.
adds 231c5ff116 [ARC] Fix local got entry list.
adds 6ce881c15f [ARC] More fixes for TLS.
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 71 +++++++++++++++
bfd/arc-got.h | 86 +++++++++++--------
bfd/elf32-arc.c | 214 +++++++++++++++++++++++++++++++---------------
bfd/version.h | 2 +-
include/ChangeLog | 6 ++
include/elf/arc-reloc.def | 4 +-
6 files changed, 275 insertions(+), 108 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 llvm.
from cad3b0c3e88 [SLPVectorizer][X86] Regenerate reduction tests and add PR3 [...]
new 81aa3c01a52 [SLPVectorizer][X86] Regenerate reduction minmax tests and [...]
new a773fb82fa1 [InstCombine] add rotate narrowing tests with odd types; NFC
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:
test/Transforms/InstCombine/rotate.ll | 46 +
.../SLPVectorizer/X86/horizontal-minmax.ll | 931 ++++++---------------
2 files changed, 318 insertions(+), 659 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.