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 61fd70be0 Add entry 0895aef01c64c317b489811dbe4ac55f9c13aab3 from https [...]
new 0e75d010e Add entry 4ee2aca7ca098cc6e622a9a41e63224af37e6532 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 | 2 +-
.../4ee2aca7ca098cc6e622a9a41e63224af37e6532/jira/yaml | 2 +-
.../4ee2aca7ca098cc6e622a9a41e63224af37e6532/status.txt | 2 +-
.../gnu-aarch64-master-O2/details.txt | 3 ++-
.../gnu-aarch64-master-O2/reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O2/status-summary.txt | 2 +-
.../gnu-aarch64-master-O2/status.txt | 2 +-
.../tcwg_bmk-code_speed-cpu2017rate/status.txt | 2 +-
8 files changed, 8 insertions(+), 22 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 linux.
from 319fc77f8f45 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
new 2c202e6c4f4d ata: libahci_platform: Do not set mask_port_map when not needed
new 74ee48a2b4af Merge tag 'ata-6.14-rc4' of git://git.kernel.org/pub/scm/l [...]
new 3fb3cb4350be power: supply: da9150-fg: fix potential overflow
new 64dd6edfc421 power: supply: core: Fix extension related lockdep warning
new 98380110bd48 power: supply: axp20x_battery: Fix fault handling for AXP717
new 334426094588 Merge tag 'for-v6.14-rc' of git://git.kernel.org/pub/scm/l [...]
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:
drivers/ata/libahci_platform.c | 2 --
drivers/power/supply/axp20x_battery.c | 31 +++++++++++++++----------------
drivers/power/supply/da9150-fg.c | 4 ++--
drivers/power/supply/power_supply_core.c | 8 ++++----
4 files changed, 21 insertions(+), 24 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 linux.
from 27eddbf34490 Merge tag 'net-6.14-rc4' of git://git.kernel.org/pub/scm/l [...]
new 733253796295 bpf: Remove unnecessary BTF lookups in bpf_sk_storage_trac [...]
new 6b3d638ca897 bpf, test_run: Fix use-after-free issue in eth_skb_pkt_type()
new c7f2188d68c1 selftests/bpf: Adjust data size to have ETH_HLEN
new 98671a0fd1f1 bpf: unify VM_WRITE vs VM_MAYWRITE use in BPF map mmaping logic
new bc27c52eea18 bpf: avoid holding freeze_mutex during mmap operation
new 0532a79efd68 strparser: Add read_sock callback
new 36b62df5683c bpf: Fix wrong copied_seq calculation
new 5459cce6bf49 bpf: Disable non stream socket for strparser
new a0c11149509a selftests/bpf: Fix invalid flag of recv()
new 6fcfe96e0f6e selftests/bpf: Add strparser test for bpf
new 9bf412d4d5b1 Merge branch 'bpf-fix-wrong-copied_seq-calculation-and-add-tests'
new c78f4afbd962 bpf: Fix deadlock when freeing cgroup storage
new 5da7e15fb5a1 net: Add rx_skb of kfree_skb to raw_tp_null_args[].
new 517e8a7835e8 bpf: Fix softlockup in arena_map_free on 64k page kernel
new 884c3a18dadf bpf: verifier: Do not extract constant map keys for irrele [...]
new 973cb1382ead bpf: selftests: Test constant key extraction on irrelevant maps
new 7968c6581507 bpf: verifier: Disambiguate get_constant_map_key() errors
new 310794c219e7 Merge branch 'bpf-some-fixes-for-nullness-elision'
new 8784714d7f27 bpf: Handle allocation failure in acquire_lock_state
new 5644c6b50ffe bpf: skip non exist keys in generic_map_lookup_batch
new d66b7739176d selftests: bpf: test batch lookup on array of maps with holes
new dbf7cc560007 Merge branch 'bpf-skip-non-exist-keys-in-generic_map_looku [...]
new 319fc77f8f45 Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linu [...]
The 23 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/networking/strparser.rst | 9 +-
include/linux/skmsg.h | 2 +
include/net/strparser.h | 2 +
include/net/tcp.h | 8 +
kernel/bpf/arena.c | 2 +-
kernel/bpf/bpf_cgrp_storage.c | 2 +-
kernel/bpf/btf.c | 2 +
kernel/bpf/ringbuf.c | 4 -
kernel/bpf/syscall.c | 43 +-
kernel/bpf/verifier.c | 31 +-
net/bpf/test_run.c | 5 +-
net/core/bpf_sk_storage.c | 13 +-
net/core/skmsg.c | 7 +
net/core/sock_map.c | 5 +-
net/ipv4/tcp.c | 29 +-
net/ipv4/tcp_bpf.c | 36 ++
net/strparser/strparser.c | 11 +-
.../selftests/bpf/map_tests/map_in_map_batch_ops.c | 62 ++-
.../selftests/bpf/prog_tests/sockmap_basic.c | 59 +--
.../selftests/bpf/prog_tests/sockmap_strp.c | 454 +++++++++++++++++++++
.../selftests/bpf/prog_tests/xdp_cpumap_attach.c | 4 +-
.../selftests/bpf/prog_tests/xdp_devmap_attach.c | 8 +-
.../selftests/bpf/progs/test_sockmap_strp.c | 53 +++
.../selftests/bpf/progs/verifier_array_access.c | 15 +
24 files changed, 726 insertions(+), 140 deletions(-)
create mode 100644 tools/testing/selftests/bpf/prog_tests/sockmap_strp.c
create mode 100644 tools/testing/selftests/bpf/progs/test_sockmap_strp.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 master
in repository toolchain/ci/interesting-commits.
from 911de5489 Add entry e8febb641415fd80eabce1c4fdf2d4a4b411213b from https [...]
new 61fd70be0 Add entry 0895aef01c64c317b489811dbe4ac55f9c13aab3 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:
gcc/sha1/0895aef01c64c317b489811dbe4ac55f9c13aab3/commit-log.txt | 2 +-
gcc/sha1/0895aef01c64c317b489811dbe4ac55f9c13aab3/jira/description | 2 +-
gcc/sha1/0895aef01c64c317b489811dbe4ac55f9c13aab3/jira/summary | 2 +-
gcc/sha1/0895aef01c64c317b489811dbe4ac55f9c13aab3/jira/yaml | 4 ++--
4 files changed, 5 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 master
in repository toolchain/ci/interesting-commits.
from 6c69c5bf8 Add entry 52f8092f54cf338c19d44e06b35612d15c96faf4 from https [...]
new 911de5489 Add entry e8febb641415fd80eabce1c4fdf2d4a4b411213b 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:
gcc/sha1/e8febb641415fd80eabce1c4fdf2d4a4b411213b/commit-log.txt | 2 +-
gcc/sha1/e8febb641415fd80eabce1c4fdf2d4a4b411213b/jira/description | 2 +-
gcc/sha1/e8febb641415fd80eabce1c4fdf2d4a4b411213b/jira/summary | 2 +-
gcc/sha1/e8febb641415fd80eabce1c4fdf2d4a4b411213b/jira/yaml | 4 ++--
4 files changed, 5 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 master
in repository toolchain/ci/interesting-commits.
from 51f5d2c24 Add entry c0911c6b357ba916ae24926b7d8b9ca35234f33c from https [...]
new 6c69c5bf8 Add entry 52f8092f54cf338c19d44e06b35612d15c96faf4 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:
.../commit-log.txt | 4 +---
.../jira/description | 4 +---
.../52f8092f54cf338c19d44e06b35612d15c96faf4/jira/yaml | 4 +---
.../reproduction_instructions.txt | 15 ---------------
4 files changed, 3 insertions(+), 24 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-14
in repository gcc.
from 9ffecde121a LoongArch: Fix the issue of function jump out of range caus [...]
new 3a6e6b8d666 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 +-
libgcc/ChangeLog | 9 +++++++++
2 files changed, 10 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 0c3061fe736 Fortran: fix initialization of allocatable non-deferred cha [...]
new 7a82088b2b6 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 +-
gcc/fortran/ChangeLog | 9 +++++++++
gcc/testsuite/ChangeLog | 8 ++++++++
3 files changed, 18 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 master
in repository toolchain/ci/interesting-commits.
from 0ae2bd196 Add entry 9715c545d33b3a32ddc1ae817ba9356ade1fb9df from https [...]
new 51f5d2c24 Add entry c0911c6b357ba916ae24926b7d8b9ca35234f33c 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:
.../gnu-aarch64-master-O3/reproduction_instructions.txt | 15 ---------------
1 file changed, 15 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 673f226f7 Add entry 9f0f7d802482a8958d6cdc72f1fe0c8549db2182 from https [...]
new 0ae2bd196 Add entry 9715c545d33b3a32ddc1ae817ba9356ade1fb9df 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 | 2 +-
.../9715c545d33b3a32ddc1ae817ba9356ade1fb9df/jira/yaml | 2 +-
.../9715c545d33b3a32ddc1ae817ba9356ade1fb9df/status.txt | 2 +-
.../gnu-aarch64-master-O3_LTO/details.txt | 6 +++++-
.../reproduction_instructions.txt | 15 ---------------
.../gnu-aarch64-master-O3_LTO/status-summary.txt | 2 +-
.../gnu-aarch64-master-O3_LTO/status.txt | 2 +-
.../tcwg_bmk-code_vect-spec2k6/status.txt | 2 +-
8 files changed, 11 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.