This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from a9b9669d9822 Merge tag 'coccinelle-5.16-rc1' of git://git.kernel.org/pu [...]
new a19672f6b971 folio: Add a function to change the private data attached [...]
new 452c472e2634 folio: Add a function to get the host inode for a folio
new 78525c74d9e7 netfs, 9p, afs, ceph: Use folios
new 255ed63638da afs: Use folios in directory handling
new 0f7ddea6225b Merge tag 'netfs-folio-20211111' of git://git.kernel.org/p [...]
new 92d602bc7177 f2fs: should use GFP_NOFS for directory inodes
new a5c0042200b2 f2fs: quota: fix potential deadlock
new c02599f210d9 f2fs: avoid attaching SB_ACTIVE flag during mount
new 287b1406dde2 f2fs: introduce excess_dirty_threshold()
new 6663b138ded1 f2fs: set SBI_NEED_FSCK flag when inconsistent node block found
new 70a9ac36ffd8 f2fs: fix up f2fs_lookup tracepoints
new 011e0868e0cf f2fs: fix to use WHINT_MODE
new cd6d697a6e20 f2fs: fix wrong condition to trigger background checkpoint [...]
new 09631cf3234d f2fs: include non-compressed blocks in compr_written_block
new 84eab2a899f2 f2fs: replace snprintf in show functions with sysfs_emit
new 6691d940b0e0 f2fs: introduce fragment allocation mode mount option
new 71f2c8206202 f2fs: multidevice: support direct IO
new b368cc5e2634 f2fs: compress: fix overwrite may reduce compress ratio un [...]
new 02d58cd253d7 f2fs: compress: disallow disabling compress on non-empty c [...]
new ca98d72141dd f2fs: fix incorrect return value in f2fs_sanity_check_ckpt()
new 10a26878564f f2fs: support fault injection for dquot_initialize()
new e3b49ea36802 f2fs: invalidate META_MAPPING before IPU/DIO write
new 5429c9dbc902 f2fs: fix UAF in f2fs_available_free_memory
new 5664896ba29e Merge tag 'f2fs-for-5.16-rc1' of git://git.kernel.org/pub/ [...]
new 86432a6dca9b erofs: fix unsafe pagevec reuse of hooked pclusters
new 4c7e42552b3a erofs: remove useless cache strategy of DELAYEDALLOC
new a27c085874ca Merge tag 'erofs-for-5.16-rc1-fixes' of git://git.kernel.o [...]
new 9c43ff4490ef ceph: convert to noop_direct_IO
new a341131eb31e libceph: drop ->monmap and err initialization
new f7a67b463fb8 ceph: enable async dirops by default
new 6407fbb9c3cb ceph: print inode numbers instead of pointer values
new 8006daff5f94 ceph: don't use -ESTALE as special return code in try_get_ [...]
new c35cac610a24 ceph: drop private list from remove_session_caps_cb
new 3c3050267e3c ceph: fix auth cap handling logic in remove_session_caps_cb
new 36e6da987e7e ceph: refactor remove_session_caps_cb
new 5d6451b1489a ceph: shut down access to inode when async create fails
new 25b735116194 ceph: just use ci->i_version for fscache aux info
new e1c9788cb397 ceph: don't rely on error_string to validate blocklisted session.
new e90334e89b0c ceph: ignore the truncate when size won't change with Fx c [...]
new 0e24421ac431 ceph: fix mdsmap decode when there are MDS's beyond max_mds
new 631ed4b08287 ceph: shut down mount on bad mdsmap or fsmap decode
new 8cfc0c7ed34f ceph: properly handle statfs on multifs setups
new c3d8e0b5de48 ceph: return the real size read when it hits EOF
new cbed4ff76bbb ceph: split 'metric' debugfs file into several files
new 17e9fc9fca0c ceph: clean-up metrics data structures to reduce code duplication
new aca39d9e86f3 libceph, ceph: move ceph_osdc_copy_from() into cephfs code
new c02cb7bdc450 ceph: add a new metric to keep track of remote object copies
new 0ecca62beb12 Merge tag 'ceph-for-5.16-rc1' of git://github.com/ceph/cep [...]
new a088ac859f81 ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
new b83b27909e74 ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()
new 341b16014bf8 ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
new e8d585b2f68c ksmbd: Remove redundant 'flush_workqueue()' calls
new 78f1688a64cc ksmbd: Fix buffer length check in fsctl_validate_negotiate_info()
new b53ad8107ee8 ksmbd: don't need 8byte alignment for request length in ks [...]
new 5d2f0b1083eb ksmbd: set unique value to volume serial field in FS_VOLUM [...]
new 561a1cf57535 ksmbd: remove md4 leftovers
new cb4517201b8a ksmbd: remove smb2_buf_length in smb2_hdr
new 2dd9129f7dec ksmbd: remove smb2_buf_length in smb2_transform_hdr
new 2734b692f7b8 ksmbd: change LeaseKey data type to u8 array
new 4355a8fd8163 ksmbd: switch to use shared definitions where available
new d6c9ad23b421 ksmbd: use the common definitions for NEGOTIATE_PROTOCOL
new 699230f31bf5 ksmbd: Move more definitions into the shared area
new 26a2787d45c5 ksmbd: Use the SMB3_Create definitions from the shared
new a613224169f9 Merge tag '5.16-rc-ksmbd-fixes' of git://git.samba.org/ksmbd
The 64 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/ABI/testing/sysfs-fs-f2fs | 16 +
Documentation/filesystems/f2fs.rst | 19 +
fs/9p/vfs_addr.c | 83 ++--
fs/9p/vfs_file.c | 20 +-
fs/afs/dir.c | 229 +++++------
fs/afs/dir_edit.c | 154 +++----
fs/afs/file.c | 70 ++--
fs/afs/internal.h | 46 +--
fs/afs/write.c | 347 ++++++++--------
fs/ceph/addr.c | 109 ++---
fs/ceph/cache.c | 23 +-
fs/ceph/caps.c | 151 ++++++-
fs/ceph/debugfs.c | 167 ++++----
fs/ceph/export.c | 12 +-
fs/ceph/file.c | 103 ++++-
fs/ceph/inode.c | 54 ++-
fs/ceph/locks.c | 6 +
fs/ceph/mds_client.c | 139 ++-----
fs/ceph/mdsmap.c | 4 -
fs/ceph/metric.c | 128 ++----
fs/ceph/metric.h | 88 ++--
fs/ceph/super.c | 17 +-
fs/ceph/super.h | 18 +-
fs/erofs/zdata.c | 33 +-
fs/erofs/zdata.h | 1 -
fs/erofs/zpvec.h | 13 +-
fs/f2fs/checkpoint.c | 8 +-
fs/f2fs/compress.c | 20 +
fs/f2fs/data.c | 95 ++++-
fs/f2fs/f2fs.h | 54 ++-
fs/f2fs/file.c | 6 +-
fs/f2fs/gc.c | 5 +-
fs/f2fs/inline.c | 2 +-
fs/f2fs/inode.c | 4 +-
fs/f2fs/namei.c | 32 +-
fs/f2fs/node.c | 1 +
fs/f2fs/node.h | 5 -
fs/f2fs/recovery.c | 14 +-
fs/f2fs/segment.c | 83 +++-
fs/f2fs/segment.h | 1 +
fs/f2fs/super.c | 39 +-
fs/f2fs/sysfs.c | 24 +-
fs/f2fs/verity.c | 2 +-
fs/f2fs/xattr.c | 2 +-
fs/ksmbd/Kconfig | 2 +-
fs/ksmbd/auth.c | 11 +-
fs/ksmbd/connection.c | 11 +-
fs/ksmbd/ksmbd_work.c | 1 -
fs/ksmbd/ksmbd_work.h | 4 +-
fs/ksmbd/oplock.c | 48 +--
fs/ksmbd/oplock.h | 2 -
fs/ksmbd/server.c | 2 +-
fs/ksmbd/smb2misc.c | 16 +-
fs/ksmbd/smb2ops.c | 9 +-
fs/ksmbd/smb2pdu.c | 591 +++++++++++++--------------
fs/ksmbd/smb2pdu.h | 696 +-------------------------------
fs/ksmbd/smb_common.c | 13 +-
fs/ksmbd/smb_common.h | 55 +--
fs/ksmbd/transport_rdma.c | 3 +-
fs/ksmbd/vfs.c | 8 +-
fs/ksmbd/vfs.h | 39 --
fs/netfs/read_helper.c | 165 ++++----
include/linux/ceph/ceph_fs.h | 2 +
include/linux/ceph/osd_client.h | 19 +-
include/linux/netfs.h | 12 +-
include/linux/pagemap.h | 33 ++
include/trace/events/afs.h | 21 +-
include/trace/events/f2fs.h | 33 +-
mm/page-writeback.c | 2 +-
net/ceph/mon_client.c | 3 +-
net/ceph/osd_client.c | 60 +--
71 files changed, 1928 insertions(+), 2380 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 04c5a91d068 fixincludes: simplify handling for access() failure [PR2128 [...]
new af47f22fd57 Fix checking disabled build.
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/ipa-modref-tree.c | 4 ++--
1 file 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_gcc_bootstrap/release-arm-bootstrap_debug
in repository toolchain/ci/gcc.
from 3dea90505df testsuite/102690 - XFAIL g++.dg/warn/Warray-bounds-16.C
adds 7b6b46b6488 Daily bump.
adds 9ccc4f79f1a Fortran: avoid NULL pointer dereferences
adds 17aef87ed7f Daily bump.
adds 29618f1c8ae Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 13 +++++++++++++
gcc/fortran/check.c | 3 +++
gcc/fortran/simplify.c | 6 ++++++
gcc/testsuite/ChangeLog | 9 +++++++++
5 files changed, 32 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_gcc_bootstrap/release-arm-bootstrap_debug
in repository toolchain/ci/binutils-gdb.
from 0873abcf1f Automatic date update in version.in
adds 59800602bb Automatic date update in version.in
adds bd711d6329 gold: Place .note.gnu.property section before other note sections
adds 8de124e4b0 Automatic date update in version.in
adds c66c9a782e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gold/layout.cc | 3 ++-
gold/layout.h | 9 +++++++--
3 files changed, 10 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_gcc_bootstrap/release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards a02d3980d 0: update: binutils-gcc: 2
new 64db3e052 0: update: binutils-gcc: 2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a02d3980d)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gcc_bootstrap/release-ar [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1612 -> 1552 bytes
02-prepare_abe/console.log.xz | Bin 2796 -> 2776 bytes
04-build_abe-binutils/console.log.xz | Bin 62856 -> 63572 bytes
05-build_abe-bootstrap_debug/console.log.xz | Bin 450872 -> 449608 bytes
06-check_regression/console.log.xz | Bin 416 -> 416 bytes
07-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 12 ++++++------
7 files changed, 14 insertions(+), 14 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-mainline-allmodconfig
in repository toolchain/ci/llvm-project.
from d5159b99105d MLIR can't support -Bsymbolic link option, fail at CMake t [...]
adds 9e084f4194e6 Fix building with GCC 12:
adds 8be24d19fefa [MergeICmps] Don't merge icmps derived from pointers with [...]
adds 162f3f18c945 [Aarch64] Correct register class for pseudo instructions
adds 93edfb23b18b [SLP][NFC]Add a test to show an issue with incorrectly ext [...]
adds 32bb956916e3 Bad SLPVectorization shufflevector replacement, resulting [...]
adds 9dc7d6d5e326 [SystemZ] Give the EXRL_Pseudo a size value of 6 bytes.
No new revisions were added by this update.
Summary of changes:
.../Target/AArch64/AArch64ExpandPseudoInsts.cpp | 1 +
llvm/lib/Target/AArch64/AArch64InstrInfo.td | 32 ++++----
llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp | 2 +-
llvm/lib/Target/SystemZ/SystemZInstrInfo.td | 2 +-
llvm/lib/Transforms/Scalar/MergeICmps.cpp | 4 +
llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp | 25 ++++--
.../CodeGen/AArch64/GlobalISel/select-add-low.mir | 4 +-
.../AArch64/GlobalISel/select-blockaddress.mir | 5 +-
.../AArch64/GlobalISel/select-gv-with-offset.mir | 2 +-
.../select-jump-table-brjt-constrain.mir | 2 +-
.../AArch64/GlobalISel/select-jump-table-brjt.mir | 2 +-
.../CodeGen/AArch64/GlobalISel/select-static.mir | 4 +-
llvm/test/CodeGen/AArch64/GlobalISel/select.mir | 8 +-
llvm/test/CodeGen/AArch64/elim-dead-mi.mir | 10 +--
llvm/test/CodeGen/AArch64/loop-sink.mir | 6 +-
.../Transforms/MergeICmps/X86/addressspaces.ll | 94 ++++++++++++++++++++++
.../SLPVectorizer/X86/extract_in_tree_user.ll | 34 +++++++-
17 files changed, 191 insertions(+), 46 deletions(-)
create mode 100644 llvm/test/Transforms/MergeICmps/X86/addressspaces.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/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/binutils-gdb.
from 1ae21545f9 Automatic date update in version.in
adds 0873abcf1f Automatic date update in version.in
adds 59800602bb Automatic date update in version.in
adds bd711d6329 gold: Place .note.gnu.property section before other note sections
adds 8de124e4b0 Automatic date update in version.in
adds c66c9a782e Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gold/layout.cc | 3 ++-
gold/layout.h | 9 +++++++--
3 files changed, 10 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/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards ff5e22bbd 3: update: binutils-llvm-linux-qemu: 40
new f8b1aa818 3: update: binutils-llvm-linux-qemu: 40
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ff5e22bbd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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:
01-reset_artifacts/console.log.xz | Bin 1624 -> 1560 bytes
02-prepare_abe/console.log.xz | Bin 2780 -> 2784 bytes
03-build_abe-binutils/console.log.xz | Bin 43200 -> 43520 bytes
04-build_llvm/console.log.xz | Bin 57944 -> 57012 bytes
05-build_abe-qemu/console.log.xz | Bin 29784 -> 30636 bytes
06-build_linux/console.log.xz | Bin 3664 -> 3756 bytes
08-check_regression/console.log.xz | Bin 472 -> 472 bytes
09-update_baseline/console.log | 12 ++++++------
jenkins/manifest.sh | 20 ++++++++++----------
9 files changed, 16 insertions(+), 16 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.