This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch fs-next
in repository linux-next.
omits 9a7f81df0305 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
omits 097a6be15e8e Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
omits ed85a6713089 Merge branch 'master' of https://github.com/Paragon-Softwa [...]
omits 619fb00eaf7c Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
omits 9a99ab07da25 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
omits fc26ba222165 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
omits e8e77a2647a3 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits daf62d3309aa Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
omits 4da8ad8d468c Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
omits 95c3c07f3f7b Merge branch 'for-next' of git://git.infradead.org/users/h [...]
omits efa18d32a683 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
omits 4608b7db5227 Merge branch 'for-next' of https://evilpiepirate.org/git/b [...]
omits aae871437b2b Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
omits a37959bb93f7 Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
omits 5cc81d64f193 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
adds 8ea2127d31e9 Merge branch 'vfs.fixes' of git://git.kernel.org/pub/scm/l [...]
adds 77f3af3d318b Merge branch 'next-fixes' of git://git.kernel.org/pub/scm/ [...]
adds 0205a1d115e4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux [...]
new 8f949d969ae3 Merge branch 'for-next' of https://evilpiepirate.org/git/b [...]
new 914fde28161a Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 7ab1bfc9c9b6 Merge branch 'for-next' of git://git.infradead.org/users/h [...]
adds b88b249ba708 dlm: remove scand leftovers
adds a2155402bf0e dlm: don't kref_init rsbs created for toss list
adds f49da8c09f93 dlm: remove unused parameter in dlm_midcomms_addr
adds 4db41bf4f04f dlm: remove ls_local_handle from struct dlm_ls
adds 1ffefc19c4ac dlm: drop own rsb pre allocation mechanism
adds f455eb8490ac dlm: move lkb idr to xarray datastructure
adds fa0b54f17afe dlm: move recover idr to xarray datastructure
adds 4f5957a980d0 dlm: change list and timer names
adds c217adfc8caa dlm: fix add_scan and del_scan usage
adds 01fdeca1cc2d dlm: use rcu to avoid an extra rsb struct lookup
new d3d85e9ad55b dlm: use LSFL_FS to check for kernel lockspace
new f328a26eeb53 dlm: introduce DLM_LSFL_SOFTIRQ_SAFE
new 68bde2a67a6d dlm: implement LSFL_SOFTIRQ_SAFE
new 5ce02000eb29 md-cluster: use DLM_LSFL_SOFTIRQ for dlm_new_lockspace()
new 1e1a5425e88d Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...]
new d437fd249d26 Merge branch 'dev' of git://git.kernel.org/pub/scm/linux/k [...]
new cc64e808d20f Merge branch 'for_next' of git://git.kernel.org/pub/scm/li [...]
new b4320708d6ab Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new 1ca92693e956 Merge branch 'jfs-next' of git://github.com/kleikamp/linux [...]
new 76baa3e2fea8 Merge branch 'linux-next' of git://git.linux-nfs.org/proje [...]
new e55391d91a2b Merge branch 'nfsd-next' of git://git.kernel.org/pub/scm/l [...]
new b8e3a8df161b Merge branch 'master' of https://github.com/Paragon-Softwa [...]
new 96412c84cc1c Merge branch 'overlayfs-next' of git://git.kernel.org/pub/ [...]
new 58f880711f2b xfs: make sure sb_fdblocks is non-negative
new 4b6918c7b610 Merge branch 'for-next' of git://git.kernel.org/pub/scm/fs [...]
new df2f9708ff1f zonefs: enable support for large folios
new d66d453dcf44 Merge branch 'for-next' of git://git.kernel.org/pub/scm/li [...]
new e0a1f6900aa7 Merge branch 'vfs.all' of git://git.kernel.org/pub/scm/lin [...]
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 (9a7f81df0305)
\
N -- N -- N refs/heads/fs-next (e0a1f6900aa7)
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 21 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:
drivers/md/md-cluster.c | 2 +-
fs/dlm/ast.c | 172 +++++++++-----
fs/dlm/ast.h | 11 +-
fs/dlm/config.c | 2 +-
fs/dlm/debug_fs.c | 10 +-
fs/dlm/dlm_internal.h | 60 ++---
fs/dlm/lock.c | 568 +++++++++++++++++++++++------------------------
fs/dlm/lock.h | 7 +-
fs/dlm/lockspace.c | 128 +++++------
fs/dlm/lowcomms.c | 2 +-
fs/dlm/lowcomms.h | 2 +-
fs/dlm/member.c | 2 +-
fs/dlm/memory.c | 8 +-
fs/dlm/midcomms.c | 4 +-
fs/dlm/midcomms.h | 2 +-
fs/dlm/recover.c | 78 +++----
fs/dlm/recover.h | 2 +-
fs/dlm/recoverd.c | 14 +-
fs/dlm/user.c | 42 ++--
fs/xfs/libxfs/xfs_sb.c | 7 +-
fs/zonefs/super.c | 1 +
include/linux/dlm.h | 17 +-
include/uapi/linux/dlm.h | 2 +
23 files changed, 585 insertions(+), 558 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 7fa4b335b1a Daily bump.
new da57b4562c5 [libstdc++] drop workaround for clang<=7
new ea5c9f25241 map packed field type to unpacked for debug info
new 89a746f2a32 [testsuite] [arm] test board cflags in multilib.exp
new 66f48557e11 [tree-prof] skip if errors were seen [PR113681]
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:
gcc/ada/gcc-interface/decl.cc | 4 ++++
.../c-c++-common/{torture/strub-inlinable1.c => strub-pr113681.c} | 7 ++++++-
gcc/testsuite/gcc.target/arm/multilib.exp | 8 +++++---
gcc/testsuite/gnat.dg/bias1.adb | 3 ++-
gcc/tree-profile.cc | 3 ++-
5 files changed, 19 insertions(+), 6 deletions(-)
copy gcc/testsuite/c-c++-common/{torture/strub-inlinable1.c => strub-pr113681.c} (54%)
--
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 master
in repository toolchain/ci/interesting-commits.
from 0c4375ce0 Add entry 1f97715c8390e582f154d8b579c70779bd8c9bdf from https [...]
new f866035b8 Add entry 6309440c218778db027306826993e484eab2be17 from https [...]
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:
.../first_url | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3_LTO}/build_url | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/llvm-arm-master-O3_LTO/last_good | 1 +
3 files changed, 3 insertions(+), 2 deletions(-)
copy llvm/sha1/{04f9a8a7d67d18d42d0a7f0073d8c22e52f6de18 => 6309440c218778db027306 [...]
copy llvm/sha1/{141be5c062ecf22bd287afffd310e8ac4711444a/tcwg_bmk-code_speed-cpu20 [...]
create mode 100644 llvm/sha1/6309440c218778db027306826993e484eab2be17/tcwg_bmk-cod [...]
--
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 tested
in repository toolchain/jenkins-scripts.
from 8e76ebdc tcwg-config.sh: Fixed configs for tcwg_kernel/tcwg_aosp projects
adds 9ed549f3 pw-report.sh: Make the diagnostic match the type of bot
No new revisions were added by this update.
Summary of changes:
pw-report.sh | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 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 tested
in repository toolchain/abe.
from fd1f93e2 Add and use qemu-wrapper.sh
adds 5ad3b2cc config/binutils.conf: Split configuration options
No new revisions were added by this update.
Summary of changes:
config/binutils.conf | 14 +++++++++++++-
1 file 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.
unknown user pushed a change to branch master
in repository binutils-gdb.
from a3d147a4544 Automatic date update in version.in
new b7641ae1afa RISC-V: Support S[sm]csrind extension csrs.
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:
bfd/elfxx-riscv.c | 4 +
gas/NEWS | 2 +
gas/config/tc-riscv.c | 22 +++++
gas/testsuite/gas/riscv/csr-version-1p10.d | 42 +++++++++
gas/testsuite/gas/riscv/csr-version-1p10.l | 136 ++++++++++++++++++++++++++---
gas/testsuite/gas/riscv/csr-version-1p11.d | 42 +++++++++
gas/testsuite/gas/riscv/csr-version-1p11.l | 136 ++++++++++++++++++++++++++---
gas/testsuite/gas/riscv/csr-version-1p12.d | 42 +++++++++
gas/testsuite/gas/riscv/csr-version-1p12.l | 136 ++++++++++++++++++++++++++---
gas/testsuite/gas/riscv/csr.s | 25 ++++++
gas/testsuite/gas/riscv/march-help.l | 2 +
include/opcode/riscv-opc.h | 46 ++++++++--
12 files changed, 593 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 master
in repository toolchain/ci/interesting-commits.
from 698c8d496 Add entry 1f97715c8390e582f154d8b579c70779bd8c9bdf from https [...]
new 0c4375ce0 Add entry 1f97715c8390e582f154d8b579c70779bd8c9bdf from https [...]
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:
.../jira/description | 4 ++++
.../1f97715c8390e582f154d8b579c70779bd8c9bdf/jira/yaml | 4 ++++
.../1f97715c8390e582f154d8b579c70779bd8c9bdf/status.txt | 4 ++++
.../details.txt | 14 +++++++-------
.../master-arm_eabi}/reproduction_instructions.txt | 4 ++--
.../master-arm_eabi}/status-summary.txt | 0
.../master-arm_eabi}/status.txt | 4 ++--
.../tcwg_gnu_embed_build/status.txt | 4 ++++
8 files changed, 27 insertions(+), 11 deletions(-)
copy qemu/sha1/1f97715c8390e582f154d8b579c70779bd8c9bdf/tcwg_gnu_embed_build/{mast [...]
copy qemu/sha1/1f97715c8390e582f154d8b579c70779bd8c9bdf/{tcwg_gnu_cross_build/mast [...]
copy {aosp_superproject/sha1/0ccbdeff847ae5390ba6632a67f6b5d2ab8632c1 => qemu/sha1 [...]
copy qemu/sha1/1f97715c8390e582f154d8b579c70779bd8c9bdf/{tcwg_gnu_cross_build/mast [...]
--
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 master
in repository toolchain/ci/interesting-commits.
from 680e26857 Add entry 867d1264fe71d4291194373d1a1c409cac97a597 from https [...]
new 698c8d496 Add entry 1f97715c8390e582f154d8b579c70779bd8c9bdf from https [...]
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:
.../tcwg_gnu_embed_build/master-arm_eabi/build_url | 2 +-
.../master-aarch64 => tcwg_gnu_embed_build/master-arm_eabi}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy {gcc/sha1/7cdd0860949c6c3232e6cff1d7ca37bb5234074c => qemu/sha1/1f97715c8390e [...]
copy qemu/sha1/1f97715c8390e582f154d8b579c70779bd8c9bdf/{tcwg_gnu_cross_build/mast [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.