This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 763dede1b248 Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/ [...]
new dc5a941223ed f2fs: fix to wait all node page writeback
new bf22c3cc8ce7 f2fs: fix the panic in do_checkpoint()
new 7fa6d59816e7 f2fs: fix leaking uninitialized memory in compressed clusters
new 61fbae2b2b12 f2fs: fix to avoid NULL pointer dereference
new 0b32dc186486 f2fs: recycle unused compress_data.chksum feild
new 097a7686503f f2fs: add missing function name in kernel message
new df77fbd8c5b2 f2fs: fix to avoid potential deadlock
new d940aa07ed46 f2fs: fix to check i_compr_blocks correctly
new c10c98203222 f2fs: cover last_disk_size update with spinlock
new 3addc1aed382 f2fs: remove i_sem lock coverage in f2fs_setxattr()
new 7a88ddb56077 f2fs: fix inconsistent comments
new 06c7540fd29c f2fs: fix to avoid using uninitialized variable
new 95978caa1389 f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()
new 99eabb914e0f f2fs: fix wrong check on F2FS_IOC_FSSETXATTR
new 96f5b4fa5670 f2fs: fix to account compressed inode correctly
new 6cfdf15fdbff f2fs: fix to check dirty pages during compressed inode conversion
new 2536ac6872e5 f2fs: allow to clear F2FS_COMPR_FL flag
new c6d5789bea51 f2fs: Use scnprintf() for avoiding potential buffer overflow
new a7e679b53393 f2fs: show mounted time
new a2ced1ce1087 f2fs: clean up codes with {f2fs_,}data_blkaddr()
new ba3b583cff45 f2fs: clean up parameter of macro XATTR_SIZE()
new a9117eca1de6 f2fs: fix to show norecovery mount option
new b0332a0f957c f2fs: clean up lfs/adaptive mount option
new bbbc34fd6662 f2fs: clean up bggc mount option
new 8c7b9ac129d0 f2fs: add migration count iff migration happens
new 2bac07635ddf f2fs: skip GC when section is full
new 5df7731f60c2 f2fs: introduce DEFAULT_IO_TIMEOUT
new 985100035ef5 f2fs: add prefix for f2fs slab cache name
new 0683728adab2 f2fs: fix to avoid triggering IO in write path
new 439dfb106250 f2fs: introduce F2FS_IOC_GET_COMPRESS_BLOCKS
new ca9e968a5e63 f2fs: avoid __GFP_NOFAIL in f2fs_bio_alloc
new 7bd2935870c0 f2fs: fix to show tracepoint correctly
new dabfbbc8f914 f2fs: skip migration only when BG_GC is called
new a999150f4fe3 f2fs: use kmem_cache pool during inline xattr lookups
new 682756827501 f2fs: Fix mount failure due to SPO after a successful onli [...]
new c84ef3c5e65c f2fs: Add a new CP flag to help fsck fix resize SPO issues
new a4ba5dfc5c88 f2fs: fix to update f2fs_super_block fields under sb_lock
new 50b1203d8c9c f2fs: xattr.h: Replace zero-length array with flexible-arr [...]
new 1a67cbe141cf f2fs: fix to account compressed blocks in f2fs_compressed_ [...]
new 530e07042002 f2fs: don't mark compressed inode dirty during f2fs_iget()
new ad8d6a02d685 f2fs: delete DIO read lock
new 466357dc9b5f f2fs: fix potential deadlock on compressed quota file
new 9995e40126a7 f2fs: don't change inode status under page lock
new b13f67ffe347 f2fs: fix to avoid potential deadlock
new 8c7d4b57607b f2fs: clean up f2fs_may_encrypt()
new 62f63eea291b f2fs: fix NULL pointer dereference in f2fs_write_begin()
new 7bcd0cfa735d f2fs: don't trigger data flush in foreground operation
new d76af0d675d4 f2fs: don't call fscrypt_get_encryption_info() explicitly [...]
new 23c51bed6f5d f2fs: fix to clear PG_error if fsverity failed
new 79bbefb19f13 f2fs: fix NULL pointer dereference in f2fs_verity_work()
new 7653b9d87516 f2fs: fix potential .flags overflow on 32bit architecture
new 74878565fbbf f2fs: fix to avoid double unlock
new db251553c752 f2fs: xattr.h: Make stub helpers inline
new 7496affa3258 f2fs: fix to use f2fs_readpage_limit() in f2fs_read_multi_pages()
new 887347a09a6a f2fs: clean up {cic,dic}.ref handling
new 91faa5344fd2 f2fs: change default compression algorithm
new 09ff48011e22 f2fs: compress: fix to call missing destroy_compress_ctx()
new 23b1faaade19 f2fs: compress: add .{init,destroy}_decompress_ctx callback
new 50cfa66f0de0 f2fs: compress: support zstd compress algorithm
new 80d0d45ab5b2 f2fs: clean up dic->tpages assignment
new fd26725f6eaf f2fs: show compression in statx
new 8908e753109f f2fs: fix to verify tpage before releasing in f2fs_free_dic()
new 6ce48b0c6eab f2fs: switch discard_policy.timeout to bool type
new 9b6ed143c19b f2fs: add missing CONFIG_F2FS_FS_COMPRESSION
new aa576970fbbd f2fs: fix to disable compression on directory
new 531dfae52e8c f2fs: keep inline_data when compression conversion
new f40f31cadc0e Merge tag 'f2fs-for-5.7-rc1' of git://git.kernel.org/pub/s [...]
new 59e356a967c4 NFS: Use the 64-bit server readdir cookies when possible
new 57f188e04773 NFSv4: nfs_update_inplace_delegation() should update deleg [...]
new 59b5639490f5 NFSv4/pnfs: pnfs_set_layout_stateid() should update the la [...]
new 244fcd2f9a90 NFS: Ensure we time out if a delegreturn does not complete
new 1d179d6bd673 NFS: alloc_nfs_open_context() must use the file cred when [...]
new 7eac52648a4c SUNRPC: Add a flag to avoid reference counts on credentials
new 263fb9c21e7a SUNRPC: Don't take a reference to the cred on synchronous tasks
new 542b994bdb26 NFS: Assume cred is pinned by open context in I/O requests
new 612965072020 NFSv4: Avoid referencing the cred unnecessarily during NFSv4 I/O
new 63ec2b69e955 NFSv4: Avoid unnecessary credential references in layoutget
new 49cd32543fa6 NFS: Avoid referencing the cred twice in async rename/unlink
new a8b373eefc82 NFS: Limit the size of the access cache by default
new 194a0dc8e2c0 pNFS/flexfiles: Report DELAY and GRACE errors from the DS [...]
new d911c57a1955 NFSv4/pnfs: Return valid stateids in nfs_layout_find_inode [...]
new cf6605d1940a NFSv4: Ensure layout headers are RCU safe
new 58ac3e59235f NFSv4/pnfs: Clean up nfs_layout_find_inode()
new 3c9e502b59fb NFS: Add a helper nfs_client_for_each_server()
new af3b61bf6131 NFSv4: Clean up nfs_client_return_marked_delegations()
new 1bba38b28344 NFSv4: Clean up nfs_delegation_reap_unclaimed()
new 7f156ef0bf45 NFSv4: Clean up nfs_delegation_reap_expired()
new b5fdf8418c37 NFSv4: Add support for CB_RECALL_ANY for flexfiles layouts
new 68e9a2463d08 SUNRPC: remove redundant assignments to variable status
new eb095c14030f NFS:remove redundant call to nfs_do_access
new f5fdf1243fb7 NFSv4.2: error out when relink swapfile
new 5601cda82b0c nfs: Replace zero-length array with flexible-array member
new 4047aa909c4a sunrpc: Fix gss_unwrap_resp_integ() again
new 8d6bda7f23a9 SUNRPC: Remove xdr_buf_read_mic()
new d162372af306 SUNRPC: Trim stack utilization in the wrap and unwrap paths
new 3cab1854b0c0 nfs: Fix up documentation in nfs_follow_referral() and nfs [...]
new 8605cf0e852a NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_c [...]
new 89c8023fd461 nfsroot: set tcp as the default transport protocol
new aa3367c91d36 NFS: Don't specify NFS version in "UDP not supported" error
new df513a771171 SUNRPC: fix krb5p mount to provide large enough buffer in [...]
new 329651b1f196 pNFS/flexfiles: Simplify allocation of the mirror array
new 19573c939a85 NFS/pNFS: Refactor pnfs_generic_commit_pagelist()
new d7242c4641fb pNFS: Add a helper to allocate the array of buckets
new c21e7168848d NFSv4/pnfs: Support a list of commit arrays in struct pnfs [...]
new a8e3765e5178 NFSv4/pNFS: Scan the full list of commit arrays when committing
new fce9ed030218 pNFS: Support per-layout segment commits in pnfs_generic_r [...]
new 0cb1f6df8a63 pNFS: Support per-layout segment commits in pnfs_generic_c [...]
new 18f412969687 NFS/pNFS: Allow O_DIRECT to release the DS commitinfo
new fb5f7f20cdb9 NFS: commit errors should be fatal
new 1f28476dcb98 NFS: Fix O_DIRECT commit verifier handling
new e3b9f7e60b71 NFS/pNFS: Support commit arrays in nfs_clear_pnfs_ds_commi [...]
new a9901899b649 pNFS: Add infrastructure for cleaning up per-layout commit [...]
new ba827c9abb0b pNFS: Enable per-layout segment commit structures
new fb6b53ba40a7 NFS/pNFS: Add a helper pnfs_generic_search_commit_reqs()
new 0aa647b7369d NFS: Remove bucket array from struct pnfs_ds_commit_info
new 9c455a8c1e14 NFS/pNFS: Clean up pNFS commit operations
new c84bea59449a NFS/pNFS: Simplify bucket layout segment reference counting
new e18c18ebd7c1 NFS/pNFS: Fix pnfs_layout_mark_request_commit() invalid la [...]
new 660d1eb22301 pNFS/flexfile: Don't merge layout segments if the mirrors [...]
new e1e54ab710f8 pNFS/flexfiles: Check the layout segment range before doing I/O
new e70430d9398f pNFS/flexfiles: remove requirement for whole file layouts
new cbd7be43c4d4 pNFS/flexfiles: Specify the layout segment range in LAYOUTGET
new 1de3af9883fe NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()
new 62a89501a3bd xprtrdma: Enhance MR-related trace points
new 85cd8e2b78ee xprtrdma: Invoke rpcrdma_ep_create() in the connect worker
new 253a51622fb0 xprtrdma: Refactor frwr_init_mr()
new 97d0de8812a1 xprtrdma: Clean up the post_send path
new 9144a803df6c xprtrdma: Refactor rpcrdma_ep_connect() and rpcrdma_ep_dis [...]
new 9ba373ee24ea xprtrdma: Allocate Protection Domain in rpcrdma_ep_create()
new 81fe0c57f4e1 xprtrdma: Invoke rpcrdma_ia_open in the connect worker
new 897b7be9bca0 xprtrdma: Remove rpcrdma_ia::ri_flags
new d6ccebf95633 xprtrdma: Disconnect on flushed completion
new 93aa8e0a9de8 xprtrdma: Merge struct rpcrdma_ia into struct rpcrdma_ep
new 745b734c9bb8 xprtrdma: Extract sockaddr from struct rdma_cm_id
new e28ce90083f0 xprtrdma: kmalloc rpcrdma_ep separate from rpcrdma_xprt
new f764a1e1cb8b Merge tag 'nfs-rdma-for-5.7-1' of git://git.linux-nfs.org/ [...]
new add42de31721 NFS: Fix a page leak in nfs_destroy_unlinked_subrequests()
new 08ca8b21f760 NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unl [...]
new dc9dc2febb17 NFS: Fix use-after-free issues in nfs_pageio_add_request()
new f02cec9d33e0 NFS: Fix a request reference leak in nfs_direct_write_clea [...]
new 862f35c94730 NFS: Fix memory leaks in nfs_pageio_stop_mirroring()
new 377840ee48cd NFS: Remove the redundant function nfs_pgio_has_mirroring()
new a62f8e3bd836 NFS: Clean up nfs_lock_and_join_requests()
new 44a65a0c2783 NFS: Reverse the submission order of requests in __nfs_pag [...]
new e00ed89d7bd5 NFS: Refactor nfs_lock_and_join_requests()
new ed5d588fe47f NFS: Try to join page groups before an O_DIRECT retransmission
new 529af90576cf NFS: Fix a few constant_table array definitions
new 75da98586af7 NFS: finish_automount() requires us to hold 2 refs to the [...]
new f30a6ea0f3a5 NFS: Add a module parameter to set nfs_mountpoint_expiry_timeout
new fc51b1cf391d NFS: Beware when dereferencing the delegation cred
new 97a728f5e2ad NFS/pnfs: Fix dereference of layout cred in pnfs_layoutcom [...]
new 44ea8dfce021 NFS/pnfs: Reference the layout cred in pnfs_prepare_layout [...]
new 1fab7dc47724 SUNRPC: Don't start a timer on an already queued rpc task
new 93ce4af774bc NFS: Clean up process of marking inode stale.
new 04de788e61a5 Merge tag 'nfs-for-5.7-1' of git://git.linux-nfs.org/proje [...]
The 155 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 | 5 +
Documentation/filesystems/f2fs.rst | 4 +-
fs/f2fs/Kconfig | 9 +
fs/f2fs/checkpoint.c | 42 +-
fs/f2fs/compress.c | 317 ++++++++++++---
fs/f2fs/data.c | 141 ++++---
fs/f2fs/debug.c | 3 +
fs/f2fs/dir.c | 16 +-
fs/f2fs/f2fs.h | 206 +++++-----
fs/f2fs/file.c | 91 +++--
fs/f2fs/gc.c | 51 ++-
fs/f2fs/inode.c | 29 +-
fs/f2fs/namei.c | 12 +-
fs/f2fs/node.c | 33 +-
fs/f2fs/recovery.c | 12 +-
fs/f2fs/segment.c | 54 +--
fs/f2fs/segment.h | 2 +-
fs/f2fs/shrinker.c | 2 +-
fs/f2fs/super.c | 89 +++--
fs/f2fs/sysfs.c | 50 ++-
fs/f2fs/xattr.c | 67 +++-
fs/f2fs/xattr.h | 9 +-
fs/nfs/blocklayout/blocklayout.c | 2 +-
fs/nfs/callback.h | 4 +-
fs/nfs/callback_proc.c | 69 ++--
fs/nfs/delegation.c | 319 ++++++++-------
fs/nfs/dir.c | 79 ++--
fs/nfs/direct.c | 197 ++++-----
fs/nfs/filelayout/filelayout.c | 165 +++-----
fs/nfs/flexfilelayout/flexfilelayout.c | 229 +++++------
fs/nfs/flexfilelayout/flexfilelayout.h | 2 +-
fs/nfs/fs_context.c | 9 +-
fs/nfs/inode.c | 28 +-
fs/nfs/internal.h | 36 +-
fs/nfs/namespace.c | 67 +++-
fs/nfs/nfs4_fs.h | 4 +-
fs/nfs/nfs4file.c | 3 +
fs/nfs/nfs4namespace.c | 2 +-
fs/nfs/nfs4proc.c | 19 +-
fs/nfs/nfs4state.c | 24 +-
fs/nfs/nfs4trace.h | 8 +-
fs/nfs/nfsroot.c | 2 +-
fs/nfs/nfstrace.h | 1 +
fs/nfs/pagelist.c | 367 ++++++++++-------
fs/nfs/pnfs.c | 241 ++++++++---
fs/nfs/pnfs.h | 143 +++++--
fs/nfs/pnfs_nfs.c | 514 +++++++++++++++++-------
fs/nfs/read.c | 2 +-
fs/nfs/super.c | 35 ++
fs/nfs/unlink.c | 4 +-
fs/nfs/write.c | 276 +++++++------
include/linux/f2fs_fs.h | 1 +
include/linux/nfs_fs.h | 1 +
include/linux/nfs_page.h | 5 +
include/linux/nfs_xdr.h | 32 +-
include/linux/sunrpc/sched.h | 1 +
include/linux/sunrpc/xdr.h | 1 -
include/trace/events/f2fs.h | 3 +-
include/trace/events/rpcrdma.h | 153 +++----
net/sunrpc/auth_gss/auth_gss.c | 94 +++--
net/sunrpc/clnt.c | 8 +-
net/sunrpc/sched.c | 22 +-
net/sunrpc/xdr.c | 55 ---
net/sunrpc/xprtrdma/backchannel.c | 8 +-
net/sunrpc/xprtrdma/frwr_ops.c | 154 +++----
net/sunrpc/xprtrdma/rpc_rdma.c | 32 +-
net/sunrpc/xprtrdma/transport.c | 72 +---
net/sunrpc/xprtrdma/verbs.c | 683 ++++++++++++--------------------
net/sunrpc/xprtrdma/xprt_rdma.h | 89 ++---
net/sunrpc/xprtsock.c | 2 +-
70 files changed, 3125 insertions(+), 2386 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 releases/gcc-9
in repository gcc.
from 14192f1ed48 i386: Fix V{64QI,32HI}mode constant permutations [PR94509]
new 9a385bd124d rs6000 pragma fix backport from mainline to gcc-9
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 | 8 +++
gcc/config/rs6000/rs6000.c | 28 ----------
gcc/testsuite/ChangeLog | 14 +++++
gcc/testsuite/gcc.target/powerpc/pragma_misc9.c | 47 ++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pragma_power6.c | 17 ++++++
gcc/testsuite/gcc.target/powerpc/pragma_power7.c | 32 +++++++++++
gcc/testsuite/gcc.target/powerpc/pragma_power8.c | 52 ++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/pragma_power9.c | 63 ++++++++++++++++++++++
.../gcc.target/powerpc/vsu/vec-all-nez-7.c | 3 +-
.../gcc.target/powerpc/vsu/vec-any-eqz-7.c | 3 +-
10 files changed, 237 insertions(+), 30 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_misc9.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_power6.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_power7.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_power8.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/pragma_power9.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 gcc.
from c23c899aedf combine: Fix split_i2i3 ICE [PR94291]
new 31449cf8e11 c++: ICE on invalid concept placeholder [PR94481].
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/cp/ChangeLog | 6 ++++++
gcc/cp/parser.c | 12 +++++-------
gcc/testsuite/g++.dg/cpp2a/concepts-placeholder2.C | 9 +++++++++
3 files changed, 20 insertions(+), 7 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-placeholder2.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 0895cbbd 0: update: binutils-gcc-linux: all
new 1f42a697 0: update: binutils-gcc-linux: all
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 (0895cbbd)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-ma [...]
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 | 216 +-
02-prepare_abe/console.log | 200 +-
03-build_abe-binutils/console.log | 10945 +++++-----
04-build_abe-stage1/console.log | 20176 +++++++++----------
05-build_linux/console.log | 662 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 12 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 18 +-
08-update_baseline/results.regressions | 2 +-
console.log | 32229 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
12 files changed, 32233 insertions(+), 32247 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-arm-lts-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 84e1ce4e 0: update: binutils-gcc-linux: all
new dd7cee59 0: update: binutils-gcc-linux: all
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 (84e1ce4e)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-l [...]
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 | 48 +-
02-prepare_abe/console.log | 434 +-
03-build_abe-binutils/console.log | 11406 +++++------
04-build_abe-stage1/console.log | 18199 +++++++++---------
05-build_linux/console.log | 626 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 30907 +++++++++++++++---------------
jenkins/manifest.sh | 8 +-
12 files changed, 30846 insertions(+), 30792 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.