This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch users/amara/interleaved-builds
in repository llvm-lnt.
discards 064aefe Add test and some fixes
discards ba9592b Add interleaved benchmark execution for test-suite
adds 1d9ce46 Fix mypy assertion error in upgrade_0_to_1 (#111)
adds 3e71f65 Replace usage of "pipes" with shlex. (#112)
adds 2b1e74f Add REQUIRES postgres to tests/utils/installation.shtest test (#113)
adds 0eb6c92 Officially support Python 3.13 and 3.14, and add CI for them (#87)
adds 0367895 [NFC] Reindent docker-entrypoint.sh with spaces
adds 388d187 [NFC] Rename .yml files to .yaml for consistency
adds b5dbb5c Automatically detect whether we should run the postgres tests (#114)
adds fed3b58 [NFC] Create temporary DB directory after validating TEST_DIR
adds d70af04 Update gunicorn to latest version (23.0.0) (#118)
adds 4819b7b Remove Procfile (#119)
new e554de7 Add interleaved benchmark execution for test-suite
new 98e79ce Add test and some fixes
new 9503657 Generalize --build-dir to work with all build modes
new cdc77a0 Merge generalize-build-dir changes
new 17ed608 Rename options to --build and --exec
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 (064aefe)
\
N -- N -- N refs/heads/users/amara/interleaved-builds (17ed608)
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 5 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:
...-package.yml => build-and-publish-package.yaml} | 0
.github/workflows/tox.yaml | 9 +-
Procfile | 1 -
docker-compose.yml => docker-compose.yaml | 0
docker/docker-entrypoint.sh | 36 +-
docs/developer_guide.rst | 8 +-
lnt/server/db/migrations/upgrade_0_to_1.py | 12 +-
lnt/testing/profile/cPerf.cpython-312-darwin.so | Bin 0 -> 109336 bytes
lnt/tests/nt.py | 3 +-
lnt/tests/test_suite.py | 75 +-
pyproject.toml | 8 +-
requirements.server.txt | 2 +-
tests/SharedInputs/postgres_wrapper.sh | 12 +-
tests/lit.cfg | 10 +-
tests/lnttool/PostgresDB.shtest | 2 +-
tests/runtest/test_suite-interleaved-builds.shtest | 34 +-
tests/utils/installation.shtest | 1 +
uv.lock | 1192 ++++++++++++++++++++
18 files changed, 1302 insertions(+), 103 deletions(-)
rename .github/workflows/{build-and-publish-package.yml => build-and-publish-packa [...]
delete mode 100644 Procfile
rename docker-compose.yml => docker-compose.yaml (100%)
create mode 100755 lnt/testing/profile/cPerf.cpython-312-darwin.so
create mode 100644 uv.lock
--
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 users/amara/generalize-build-dir
in repository llvm-lnt.
discards ff82019 Generalize --build-dir to work with all build modes
discards 064aefe Add test and some fixes
discards ba9592b Add interleaved benchmark execution for test-suite
adds 1d9ce46 Fix mypy assertion error in upgrade_0_to_1 (#111)
adds 3e71f65 Replace usage of "pipes" with shlex. (#112)
adds 2b1e74f Add REQUIRES postgres to tests/utils/installation.shtest test (#113)
adds 0eb6c92 Officially support Python 3.13 and 3.14, and add CI for them (#87)
adds 0367895 [NFC] Reindent docker-entrypoint.sh with spaces
adds 388d187 [NFC] Rename .yml files to .yaml for consistency
adds b5dbb5c Automatically detect whether we should run the postgres tests (#114)
adds fed3b58 [NFC] Create temporary DB directory after validating TEST_DIR
adds d70af04 Update gunicorn to latest version (23.0.0) (#118)
adds 4819b7b Remove Procfile (#119)
new e554de7 Add interleaved benchmark execution for test-suite
new 98e79ce Add test and some fixes
new 9503657 Generalize --build-dir to work with all build modes
new cdc77a0 Merge generalize-build-dir changes
new 17ed608 Rename options to --build and --exec
new 8d74447 Finish --build-dir generalize
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 (ff82019)
\
N -- N -- N refs/heads/users/amara/generalize-build-dir (8d74447)
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 6 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:
...-package.yml => build-and-publish-package.yaml} | 0
.github/workflows/tox.yaml | 9 +-
Procfile | 1 -
docker-compose.yml => docker-compose.yaml | 0
docker/docker-entrypoint.sh | 36 +-
docs/developer_guide.rst | 8 +-
lnt/server/db/migrations/upgrade_0_to_1.py | 12 +-
lnt/testing/profile/cPerf.cpython-312-darwin.so | Bin 0 -> 109336 bytes
lnt/tests/nt.py | 3 +-
lnt/tests/test_suite.py | 83 +-
pyproject.toml | 8 +-
requirements.server.txt | 2 +-
tests/SharedInputs/postgres_wrapper.sh | 12 +-
tests/lit.cfg | 10 +-
tests/lnttool/PostgresDB.shtest | 2 +-
tests/runtest/test_suite-interleaved-builds.shtest | 34 +-
tests/utils/installation.shtest | 1 +
uv.lock | 1192 ++++++++++++++++++++
18 files changed, 1305 insertions(+), 108 deletions(-)
rename .github/workflows/{build-and-publish-package.yml => build-and-publish-packa [...]
delete mode 100644 Procfile
rename docker-compose.yml => docker-compose.yaml (100%)
create mode 100755 lnt/testing/profile/cPerf.cpython-312-darwin.so
create mode 100644 uv.lock
--
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 53abe3e1c154 sched: Remove never used code in mm_cid_get()
new 0bd73ae09ba1 smb: server: allocate enough space for RW WRs and ib_drain_qp()
new 68335cbcddcd smb: smbdirect: introduce smbdirect_socket.send_io.lcredits.*
new 8059c6404958 smb: server: smb_direct_disconnect_rdma_connection() alrea [...]
new a90227462a14 smb: server: simplify sibling_list handling in smb_direct_ [...]
new 0158e864cca0 smb: server: make use of smbdirect_socket.send_io.lcredits.*
new 123111ea6226 smb: client: make use of smbdirect_socket.send_io.lcredits.*
new dd6940f5c7db smb: server: let free_transport() wait for SMBDIRECT_SOCKE [...]
new 566771afc7a8 Merge tag 'v6.18-rc2-smb-server-fixes' of git://git.samba. [...]
The 8 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:
fs/smb/client/smbdirect.c | 67 +++---
fs/smb/common/smbdirect/smbdirect_socket.h | 13 +-
fs/smb/server/transport_rdma.c | 344 ++++++++++++++++++-----------
3 files changed, 273 insertions(+), 151 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-15
in repository gcc.
from e4ee38ae7ad Ada: Fix segfault on file without final EOL with -gnatyc
new 22a18976d55 Daily bump.
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 | 22 ++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 12 ++++++++++++
gcc/testsuite/ChangeLog | 34 ++++++++++++++++++++++++++++++++++
4 files changed, 69 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 releases/gcc-14
in repository gcc.
from adb6b1851b5 x86: builtin-fabs-2.c: Also scan (%edi) for x32
new ccfe105b4b0 Daily bump.
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 | 13 +++++++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 26 ++++++++++++++++++++++++++
3 files changed, 40 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 releases/gcc-13
in repository gcc.
from 6e01a4d9eb4 Daily bump.
new 7d967c25ed3 Daily bump.
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/DATESTAMP | 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 gcc.
from 2bb77c52c92 Add test case for PR 110405
new f0717d13402 Daily bump.
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:
ChangeLog | 7 ++++
gcc/ChangeLog | 73 ++++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/ada/ChangeLog | 41 ++++++++++++++++++++++
gcc/c/ChangeLog | 15 ++++++++
gcc/fortran/ChangeLog | 13 +++++++
gcc/m2/ChangeLog | 76 ++++++++++++++++++++++++++++++++++++++++
gcc/testsuite/ChangeLog | 93 +++++++++++++++++++++++++++++++++++++++++++++++++
libgm2/ChangeLog | 7 ++++
libstdc++-v3/ChangeLog | 17 +++++++++
10 files changed, 343 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 4b0d1b38bf8 elf: Drop the FIXME comment in set_symbol_value
new aae7b0d3811 Automatic date update in version.in
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/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 gdb-17-branch
in repository binutils-gdb.
from cd7a25c8d45 Automatic date update in version.in
new da479b4d2f3 Automatic date update in version.in
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/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 binutils-2_45-branch
in repository binutils-gdb.
from 04e95b86f53 Automatic date update in version.in
new c9ce140007e Automatic date update in version.in
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/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.