This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from e468f5c06b5e Merge tag 'compiler-attributes-for-linus-4.20-rc1' of http [...]
new 1fcb748d187d amd-gpu: Don't undefine READ and WRITE
new 00e23707442a iov_iter: Use accessor function
new aa563d7bca6e iov_iter: Separate type from direction and use accessor functions
new 9ea9ce0427aa iov_iter: Add I/O discard iterator
new 160cb9574b55 afs: Better tracing of protocol errors
new 12bdcf333fe1 afs: Set up the iov_iter before calling afs_extract_data()
new e7f680f45bd1 afs: Improve FS server rotation error handling
new 0a5143f2f89c afs: Implement VL server rotation
new ded2f4c58ac2 afs: Fix TTL on VL server and address lists
new 4ac15ea53622 afs: Handle EIO from delivery function
new f51375cd9e1a afs: Add a couple of tracepoints to log I/O errors
new 2a0b4f64c9ed afs: Don't invoke the server to read data beyond EOF
new 3b6492df4153 afs: Increase to 64-bit volume ID and 96-bit vnode ID for YFS
new 0067191201de afs: Commit the status on a new file/dir/symlink
new 06aeb2971457 afs: Remove callback details from afs_callback_break struct
new 35dbfba3111a afs: Implement the YFS cache manager service
new 36bb5f490a54 afs: Fix FS.FetchStatus delivery from updating wrong vnode
new 12d8e95a911e afs: Calc callback expiry in op reply delivery
new f58db83fd332 afs: Get the target vnode in afs_rmdir() and get a callback on it
new d4936803a92b afs: Expand data structure fields to support YFS
new 30062bd13e36 afs: Implement YFS support in the fs client
new 744bcd713a4e afs: Allow dumping of server cursor on operation failure
new 2feeaf8433c8 afs: Eliminate the address pointer from the address list cursor
new 18ac61853cc4 afs: Fix callback handling
new 3bf0fb6f33dd afs: Probe multiple fileservers simultaneously
new 78a63f1235de Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/proj [...]
new 0e9b4a827102 missing bits of "iov_iter: Separate type from direction an [...]
new 9931a07d518e Merge branch 'work.afs' of git://git.kernel.org/pub/scm/li [...]
new e884bce1d932 ext4: don't open-code ERR_CAST
new 995f608e7a34 ntfs: don't open-code ERR_CAST
new 5de4480ae7f8 vfs: allow dedupe of user owned read-only files
new 85c95f208f48 vfs: dedupe should return EPERM if permission is not granted
new d65b1f202924 iomap: remove duplicated include from iomap.c
new 55338ac2a983 Delete invalid assignment statements in do_sendfile
new 515f1867adda fs/exofs: fix potential memory leak in mount option parsing
new 3642b29a6367 fs/exofs: only use true/false for asignment of bool type variable
new 8adcc59974b8 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
The 37 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:
block/bio.c | 2 +-
drivers/block/drbd/drbd_main.c | 2 +-
drivers/block/drbd/drbd_receiver.c | 2 +-
drivers/block/loop.c | 9 +-
drivers/block/nbd.c | 12 +-
drivers/fsi/fsi-sbefifo.c | 4 +-
drivers/gpu/drm/amd/display/dc/os_types.h | 2 -
drivers/isdn/mISDN/l1oip_core.c | 3 +-
drivers/misc/vmw_vmci/vmci_queue_pair.c | 6 +-
drivers/nvme/target/io-cmd-file.c | 2 +-
drivers/target/iscsi/iscsi_target_util.c | 6 +-
drivers/target/target_core_file.c | 6 +-
drivers/usb/usbip/usbip_common.c | 2 +-
drivers/xen/pvcalls-back.c | 8 +-
fs/9p/vfs_addr.c | 4 +-
fs/9p/vfs_dir.c | 2 +-
fs/9p/xattr.c | 4 +-
fs/afs/Kconfig | 12 +
fs/afs/Makefile | 7 +-
fs/afs/addr_list.c | 209 +--
fs/afs/afs.h | 50 +-
fs/afs/cache.c | 2 +-
fs/afs/callback.c | 17 +-
fs/afs/cell.c | 65 +-
fs/afs/cmservice.c | 287 +++-
fs/afs/dir.c | 75 +-
fs/afs/dynroot.c | 4 +-
fs/afs/file.c | 8 +-
fs/afs/flock.c | 22 +-
fs/afs/fs_probe.c | 270 ++++
fs/afs/fsclient.c | 583 ++++----
fs/afs/inode.c | 37 +-
fs/afs/internal.h | 322 ++++-
fs/afs/mntpt.c | 5 +-
fs/afs/proc.c | 110 +-
fs/afs/protocol_yfs.h | 163 +++
fs/afs/rotate.c | 302 ++--
fs/afs/rxrpc.c | 115 +-
fs/afs/security.c | 13 +-
fs/afs/server.c | 145 +-
fs/afs/server_list.c | 6 +-
fs/afs/super.c | 5 +-
fs/afs/vl_list.c | 340 +++++
fs/afs/vl_probe.c | 273 ++++
fs/afs/vl_rotate.c | 355 +++++
fs/afs/vlclient.c | 195 +--
fs/afs/volume.c | 56 +-
fs/afs/write.c | 30 +-
fs/afs/xattr.c | 2 +-
fs/afs/yfsclient.c | 2184 +++++++++++++++++++++++++++++
fs/block_dev.c | 2 +-
fs/ceph/file.c | 9 +-
fs/cifs/connect.c | 4 +-
fs/cifs/file.c | 4 +-
fs/cifs/misc.c | 4 +-
fs/cifs/smb2ops.c | 4 +-
fs/cifs/smbdirect.c | 17 +-
fs/cifs/transport.c | 8 +-
fs/direct-io.c | 2 +-
fs/dlm/lowcomms.c | 2 +-
fs/exofs/super.c | 7 +-
fs/ext4/ialloc.c | 2 +-
fs/ext4/namei.c | 4 +-
fs/fuse/file.c | 2 +-
fs/iomap.c | 3 +-
fs/nfsd/vfs.c | 4 +-
fs/ntfs/namei.c | 2 +-
fs/ocfs2/cluster/tcp.c | 2 +-
fs/orangefs/inode.c | 2 +-
fs/read_write.c | 19 +-
fs/splice.c | 7 +-
include/linux/uio.h | 65 +-
include/trace/events/afs.h | 213 ++-
lib/iov_iter.c | 125 +-
mm/filemap.c | 2 +-
mm/page_io.c | 2 +-
net/9p/client.c | 2 +-
net/9p/trans_virtio.c | 2 +-
net/bluetooth/6lowpan.c | 2 +-
net/bluetooth/a2mp.c | 2 +-
net/bluetooth/smp.c | 2 +-
net/ceph/messenger.c | 6 +-
net/netfilter/ipvs/ip_vs_sync.c | 2 +-
net/smc/smc_clc.c | 4 +-
net/socket.c | 6 +-
net/sunrpc/svcsock.c | 2 +-
net/sunrpc/xprtsock.c | 4 +-
net/tipc/topsrv.c | 2 +-
net/tls/tls_device.c | 4 +-
net/tls/tls_sw.c | 4 +-
90 files changed, 5657 insertions(+), 1249 deletions(-)
create mode 100644 fs/afs/fs_probe.c
create mode 100644 fs/afs/protocol_yfs.h
create mode 100644 fs/afs/vl_list.c
create mode 100644 fs/afs/vl_probe.c
create mode 100644 fs/afs/vl_rotate.c
create mode 100644 fs/afs/yfsclient.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 release_70
in repository llvm.
from 4c946b7981d Merging r344325:
new 5ab8235732b Merging r344454, r344455, r344645:
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/llvm/Transforms/Utils/BuildLibCalls.h | 1 +
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 +-
lib/Transforms/Utils/BuildLibCalls.cpp | 119 +++++++++++++++-----------
test/Transforms/InstCombine/pr39177.ll | 44 ++++++++++
4 files changed, 118 insertions(+), 51 deletions(-)
create mode 100644 test/Transforms/InstCombine/pr39177.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 f4ddd6209c2 test/DebugInfo: Convert some tests to MIR
new e64378786d0 AMDGPU: Fix assertion with bitcast from i64 constant to v4i16
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/Target/AMDGPU/AMDGPUISelLowering.cpp | 7 +++--
test/CodeGen/AMDGPU/bitcast-constant-to-vector.ll | 38 +++++++++++++++++++++++
2 files changed, 42 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/bitcast-constant-to-vector.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-next-allnoconfig
in repository toolchain/binutils-gdb.
from 18bb31f5fb Automatic date update in version.in
adds 360cb14d50 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 baa888d25ea6 Merge branch 'next-keys2' of git://git.kernel.org/pub/scm/ [...]
new 29efbc6aea9d Compiler Attributes: remove unused attributes
new 5c67a52f3da0 Compiler Attributes: always use the extra-underscores syntax
new c2c640aa04cc Compiler Attributes: remove unneeded tests
new ec0bbef66f86 Compiler Attributes: homogenize __must_be_array
new 989bd5000f36 Compiler Attributes: remove unneeded sparse (__CHECKER__) tests
new 66dbeef915f2 Compiler Attributes: add missing SPDX ID in compiler_types.h
new a3f8a30f3f00 Compiler Attributes: use feature checks instead of version checks
new 06e3727e02f9 Compiler Attributes: KENTRY used twice the "used" attribute
new e04462fb82f8 Compiler Attributes: remove uses of __attribute__ from compiler.h
new 303d22c5fc37 Compiler Attributes: add Doc/process/programming-language.rst
new 5fc4a13b66b4 Compiler Attributes: add MAINTAINERS entry
new 92676236917d Compiler Attributes: add support for __nonstring (gcc >= 8)
new 23066c3f4e21 Compiler Attributes: enable -Wstringop-truncation on W=1 ( [...]
new 98cade0a08ba Compiler Attributes: auxdisplay: panel: use __nonstring
new f0604f63033d Compiler Attributes: ext4: remove local __nonstring definition
new fe0640eb30b7 compiler.h: update definition of unreachable()
new 1ff2fea5e30c compiler-gcc: remove comment about gcc 4.5 from unreachable()
new e468f5c06b5e Merge tag 'compiler-attributes-for-linus-4.20-rc1' of http [...]
The 18 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:
Documentation/process/index.rst | 1 +
Documentation/process/programming-language.rst | 45 +++++
MAINTAINERS | 5 +
drivers/auxdisplay/panel.c | 7 +-
fs/ext4/ext4.h | 9 -
include/linux/compiler-clang.h | 5 -
include/linux/compiler-gcc.h | 75 +------
include/linux/compiler-intel.h | 9 -
include/linux/compiler.h | 24 +--
include/linux/compiler_attributes.h | 258 +++++++++++++++++++++++++
include/linux/compiler_types.h | 100 ++--------
scripts/Makefile.extrawarn | 1 +
12 files changed, 348 insertions(+), 191 deletions(-)
create mode 100644 Documentation/process/programming-language.rst
create mode 100644 include/linux/compiler_attributes.h
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.