This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 32e2524a529c Merge branch 'linus' of git://git.kernel.org/pub/scm/linux [...]
new 10283ea525d3 gfs2: Put bitmap buffers in put_super
new e7445ceddfc2 gfs2: Fix metadata read-ahead during truncate (2)
new c26b5aa8ef0d gfs2: Fix iomap buffer head reference counting bug
new e6a2562fe27f Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/s [...]
The 4 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:
fs/gfs2/bmap.c | 54 +++++++++++++++++++++++++++---------------------------
fs/gfs2/rgrp.c | 3 ++-
2 files changed, 29 insertions(+), 28 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 306853057b4 GlobalDCE: Teach isEmptyFunction() to ignore debug intrinsics.
new 44ca8d2a27d [X86] Add codegen tests for scalar funnel shifts
new 104c57bab84 [SelectionDAG] Move (repeated) SDTIntShiftDOp double shift [...]
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:
include/llvm/Target/TargetSelectionDAG.td | 3 +
lib/Target/NVPTX/NVPTXInstrInfo.td | 3 -
lib/Target/X86/X86InstrInfo.td | 4 -
test/CodeGen/X86/fshl.ll | 268 ++++++++++++++++++++++++++++++
test/CodeGen/X86/fshr.ll | 264 +++++++++++++++++++++++++++++
5 files changed, 535 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/X86/fshl.ll
create mode 100644 test/CodeGen/X86/fshr.ll
--
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 44e4b2cd983 [CodeGen] Expose some data types and accessors from StackMaps
new 306853057b4 GlobalDCE: Teach isEmptyFunction() to ignore debug intrinsics.
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/IPO/GlobalDCE.cpp | 15 ++++++++++-----
test/Transforms/GlobalDCE/global_ctors.ll | 25 ++++++++++++++++++++++++-
2 files changed, 34 insertions(+), 6 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 clang.
from 6161ebb147 [AST][NFC] Pack CXXNullPtrLiteralExpr
new 23ec04c959 [AST][NFC] Pack CXXThisExpr
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/ExprCXX.h | 29 ++++++++++++++---------------
include/clang/AST/Stmt.h | 13 +++++++++++++
2 files changed, 27 insertions(+), 15 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-mainline-defconfig
in repository toolchain/linux-next.
from 5929a1f0ff30 Merge tag 'riscv-for-linus-4.20-rc2' of git://git.kernel.o [...]
adds 21a446cf1865 NFSv4: Don't exit the state manager without clearing NFS4C [...]
adds a1aa09be21fa NFSv4: Ensure that the state manager exits the loop on SIGKILL
adds a652a4bc2169 SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credenti [...]
adds e3d5e573a54d SUNRPC: Fix a bogus get/put in generic_key_to_expire()
adds e39d8a186ed0 NFSv4: Fix an Oops during delegation callbacks
adds 94ca5c18e1e3 Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/proj [...]
adds e39f9dd8206a pinctrl: meson: fix pinconf bias disable
adds 4bc51e1e350c pinctrl: meson: fix gxbb ao pull register bits
adds ed3a2b74f3eb pinctrl: meson: fix gxl ao pull register bits
adds e91b162d2868 pinctrl: meson: fix meson8 ao pull register bits
adds a1705f02704c pinctrl: meson: fix meson8b ao pull register bits
adds 595b0674ce78 MAINTAINERS: Add tree link for Intel pin control driver
adds 282fd2a2adb4 Merge tag 'pinctrl-v4.20-2' of git://git.kernel.org/pub/sc [...]
adds c138325fb871 selinux: check length properly in SCTP bind hook
adds 877181a8d9dc selinux: fix non-MLS handling in mls_context_to_sid()
adds da5322e65940 Merge tag 'selinux-pr-20181115' of git://git.kernel.org/pu [...]
No new revisions were added by this update.
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allyesconfig
in repository toolchain/binutils-gdb.
from 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.
adds 4b63289a08 Automatic date update in version.in
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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-lts-allmodconfig
in repository toolchain/binutils-gdb.
from 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
adds 2a2c6f530d Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 10 +++
gdb/Makefile.in | 1 +
gdb/unittests/copy_bitwise-selftests.c | 159 +++++++++++++++++++++++++++++++++
gdb/utils.c | 136 ----------------------------
ld/ChangeLog | 4 +
ld/po/es.po | 144 ++++++++++++-----------------
7 files changed, 234 insertions(+), 222 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.