This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 8adcc59974b8 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/l [...]
new ba1f0d955769 RISC-V: refresh defconfig
new 63c6e188f639 Merge tag 'riscv-for-linus-4.20-mw3' of git://git.kernel.o [...]
new cc4ebf5c0a34 Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCE [...]
new 082e2869fc02 powerpc/code-patching: Add a helper to get the address of [...]
new 1a210878bf21 powerpc/8xx: Use patch_site for memory setup patching
new 709cf19c5749 powerpc/8xx: Use patch_site for perf counters setup
new 772b039fd9a7 powerpc/pseries: Export maximum memory value
new c43befca86ae KVM: PPC: Use exported tb_to_ns() function in decrementer [...]
new 48dc0ef19044 selftests/powerpc: Fix ptrace tm failure
new 8dce6b2215ea powerpc/pseries: add missing cpumask.h include file
new e901378578c6 powerpc/process: Fix flush_all_to_thread for SPE
new 0400d6550193 powerpc/dts/fsl: t2080rdb: reorder the Cortina PHY XFI lanes
new e738c5f15562 powerpc/8xx: Add DT node for using the SEC engine of the MPC885
new b6ae3550c8e2 powerpc/8xx: add missing header in 8xx_mmu.c
new 3b9672fff747 Merge branch 'next' of https://git.kernel.org/pub/scm/linu [...]
new a95ecac5cb2f selftests/powerpc: Relax L1d miss targets for rfi_flush test
new a0aebae07f21 selftests: powerpc: Fix warning for security subdir
new 9c87156cce5a powerpc/xmon: Relax frame size for clang
new c39b79082a38 selftests/powerpc/ptrace: Fix out-of-tree build
new 27825349d7b2 selftests/powerpc/signal: Fix out-of-tree build
new 98415da03ae6 selftests/powerpc/pmu: Link ebb tests with -no-pie
new 266bac361d56 selftests/powerpc/switch_endian: Fix out-of-tree build
new 69f8117f17b3 selftests/powerpc/cache_shape: Fix out-of-tree build
new 1936f094e164 selftests/powerpc: Fix compilation issue due to asm label
new b69f9e17a57a Merge tag 'powerpc-4.20-2' of git://git.kernel.org/pub/scm [...]
new 5b49f64db299 vfs: vfs_clone_file_prep_inodes should return EINVAL for a [...]
new 1383a7ed6749 vfs: check file ranges before cloning files
new 2c5773f102c9 vfs: exit early from zero length remap operations
new 9fd91a90cb98 vfs: strengthen checking of file range inputs to generic_r [...]
new 07d19dc9fbe9 vfs: avoid problematic remapping requests into partial EOF block
new 9aae20500d9c vfs: skip zero-length dedupe requests
new a83ab01a62e6 vfs: rename vfs_clone_file_prep to be more descriptive
new 6095028b455d vfs: rename clone_verify_area to remap_verify_area
new 2e5dfc99f2e6 vfs: combine the clone and dedupe into a single remap_file_range
new a91ae49bbaf4 vfs: pass remap flags to generic_remap_file_range_prep
new 3d28193e1df0 vfs: pass remap flags to generic_remap_checks
new 8dde90bca6fc vfs: remap helper should update destination inode metadata
new 42ec3d4c0218 vfs: make remap_file_range functions take and return bytes [...]
new 452ce65951a2 vfs: plumb remap flags through the vfs clone functions
new df3658361951 vfs: plumb remap flags through the vfs dedupe functions
new eca3654e3cc7 vfs: enable remap callers that can handle short operations
new c32e5f39953f vfs: hide file range comparison function
new 8c5c836bd6c3 vfs: clean up generic_remap_file_range_prep return value
new 2587b1f1fae2 ocfs2: truncate page cache for clone destination file befo [...]
new a8a94302c975 ocfs2: fix pagecache truncation prior to reflink
new 900611a1bd06 ocfs2: support partial clone range and dedupe range
new 65f098e91ffb ocfs2: remove ocfs2_reflink_remap_range
new 4918ef4ea008 xfs: fix pagecache truncation prior to reflink
new 9f04aaffddb3 xfs: clean up xfs_reflink_remap_blocks call site
new 3f68c1f562f1 xfs: support returning partial reflink results
new 7a6ccf004e23 xfs: remove redundant remap partial EOF block checks
new 3fc9f5e40931 xfs: remove xfs_reflink_remap_range
new bf4a1fcf0bc1 xfs: remove [cm]time update from reflink calls
new c2aa1a444cab Merge tag 'xfs-4.20-merge-2' of git://git.kernel.org/pub/s [...]
new 5f997580e8b1 apparmor: Fix network performance issue in aa_label_sk_perm
new 1f8266ff5884 apparmor: don't try to replace stale label in ptrace access check
new 617a629c08bf apparmor: Add a wildcard secid
new 9caafbe2b4cf apparmor: Parse secmark policy
new ab9f2115081a apparmor: Allow filtering based on secmark policy
new 0fb871cc4253 apparmor: Replace spin_is_locked() with lockdep
new ca3fde5214e1 apparmor: don't try to replace stale label in ptraceme check
new 250f2da49cb8 apparmor: Fix uninitialized value in aa_split_fqname
new e1af47796179 apparmor: add #ifdef checks for secmark filtering
new 76af016e65e7 apparmor: fix checkpatch error in Parse secmark policy
new 566f52ece7bd apparmor: clean an indentation issue, remove extraneous space
new d81f50bd3464 Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org [...]
The 66 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/filesystems/porting | 5 +
Documentation/filesystems/vfs.txt | 22 +-
arch/powerpc/boot/dts/fsl/t2080rdb.dts | 4 +-
arch/powerpc/boot/dts/mpc885ads.dts | 13 +-
arch/powerpc/include/asm/code-patching.h | 5 +
arch/powerpc/include/asm/mmu-8xx.h | 43 +--
arch/powerpc/include/asm/rtas.h | 1 +
arch/powerpc/kernel/head_8xx.S | 97 +++--
arch/powerpc/kernel/process.c | 3 +-
arch/powerpc/kvm/book3s_hv.c | 3 +-
arch/powerpc/kvm/emulate.c | 7 +-
arch/powerpc/mm/8xx_mmu.c | 26 +-
arch/powerpc/perf/8xx-pmu.c | 27 +-
arch/powerpc/platforms/pseries/lparcfg.c | 13 +
arch/powerpc/xmon/Makefile | 6 +
arch/riscv/configs/defconfig | 16 +-
fs/btrfs/ctree.h | 8 +-
fs/btrfs/file.c | 3 +-
fs/btrfs/ioctl.c | 50 +--
fs/cifs/cifsfs.c | 24 +-
fs/ioctl.c | 10 +-
fs/nfs/nfs4file.c | 12 +-
fs/nfsd/vfs.c | 8 +-
fs/ocfs2/file.c | 93 ++++-
fs/ocfs2/refcounttree.c | 148 ++------
fs/ocfs2/refcounttree.h | 24 +-
fs/overlayfs/copy_up.c | 6 +-
fs/overlayfs/file.c | 43 ++-
fs/read_write.c | 405 ++++++++++++---------
fs/xfs/xfs_file.c | 82 +++--
fs/xfs/xfs_reflink.c | 173 ++-------
fs/xfs/xfs_reflink.h | 15 +-
include/linux/fs.h | 55 ++-
mm/filemap.c | 146 ++++++--
security/apparmor/apparmorfs.c | 2 +-
security/apparmor/file.c | 2 +-
security/apparmor/include/cred.h | 2 +
security/apparmor/include/net.h | 10 +
security/apparmor/include/policy.h | 3 +
security/apparmor/include/secid.h | 3 +
security/apparmor/lib.c | 6 +-
security/apparmor/lsm.c | 130 ++++++-
security/apparmor/net.c | 83 ++++-
security/apparmor/policy.c | 3 +
security/apparmor/policy_unpack.c | 61 ++++
security/apparmor/secid.c | 3 +-
.../testing/selftests/powerpc/cache_shape/Makefile | 9 +-
tools/testing/selftests/powerpc/pmu/ebb/Makefile | 3 +
tools/testing/selftests/powerpc/ptrace/Makefile | 13 +-
.../selftests/powerpc/ptrace/ptrace-tm-spd-gpr.c | 4 +-
tools/testing/selftests/powerpc/security/Makefile | 1 +
.../testing/selftests/powerpc/security/rfi_flush.c | 18 +-
tools/testing/selftests/powerpc/signal/Makefile | 11 +-
.../selftests/powerpc/switch_endian/Makefile | 1 +
tools/testing/selftests/powerpc/utils.c | 6 +-
55 files changed, 1203 insertions(+), 767 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 2033b5aeb4d [MachineSink][DebugInfo] Correctly sink DBG_VALUEs
new 7e36a98252d [SystemZ] Rework getInterleavedMemoryOpCost()
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/SystemZ/SystemZTargetTransformInfo.cpp | 64 ++++++---
.../SystemZ/mem-interleaving-costs-02.ll | 149 +++++++++++++++++++++
2 files changed, 197 insertions(+), 16 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/SystemZ/mem-interleaving-costs-02.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 glibc.
from 3ae3c4371d Fix typo in the documentation of gcvt
new 599f7beee7 support/test-container.c: Include <libc-pointer-arith.h>
new 6e36266cec support/shell-container.c: Use support_copy_file_range
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:
ChangeLog | 11 +++++++++++
support/shell-container.c | 2 +-
support/test-container.c | 1 +
3 files changed, 13 insertions(+), 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/gnu-release-aarch64-stable-allnoconfig
in repository toolchain/gcc.
from c518e44cdc7 Daily bump.
adds f9b1fe785c1 Daily bump.
adds 8caf50a661d Fix mingw-w64 Ada native bootstrap (PR81878).
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gnattools/ChangeLog | 5 +++++
gnattools/Makefile.in | 5 ++++-
3 files changed, 10 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.
unknown user pushed a change to branch master
in repository clang.
from 1b6e89a571 Didn't -> didnt, because #errors complains about untermianted '
new 0cb04a9067 Remove the duplicated definition of size_t
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:
test/Analysis/llvm-conventions.cpp | 1 -
1 file changed, 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 gcc.
from 3024ac6836f Although there's no fundamental reason why shrink wrapping [...]
new ccade4e064c 2018-11-02 Aaron Sawdey <acsawdey(a)linux.ibm.com>
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 | 5 +++++
gcc/config/rs6000/rs6000-string.c | 16 +++++++++++-----
2 files changed, 16 insertions(+), 5 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-release-aarch64-next-defconfig
in repository toolchain/ci/llvm-monorepo.
from eaf24c5de40 Merging r345002:
adds 9dbcfff6bfe Merging r341312:
adds 64664c32012 Merging r344454, r344455, r344645:
adds edff2fb4d12 Merging r342354:
No new revisions were added by this update.
Summary of changes:
clang/lib/Driver/ToolChains/Gnu.cpp | 2 +-
clang/test/Driver/linux-ld.c | 8 ++
llvm/include/llvm/Transforms/Utils/BuildLibCalls.h | 1 +
llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 2 +-
llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 5 +-
llvm/lib/Transforms/Utils/BuildLibCalls.cpp | 119 ++++++++++++---------
llvm/test/Transforms/InstCombine/pr39177.ll | 44 ++++++++
7 files changed, 128 insertions(+), 53 deletions(-)
create mode 100644 llvm/test/Transforms/InstCombine/pr39177.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.