This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 1dc0bc8f07 htl: move pthread_attr_setdetachstate into libc
new e74d959862 LoongArch: Add ifunc support for strnlen{aligned, lsx, lasx}
new 82d9426e4a LoongArch: Add ifunc support for strcmp{aligned, lsx}
new ddbb74f5c2 LoongArch: Add ifunc support for strncmp{aligned, lsx}
The 3 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:
sysdeps/loongarch/lp64/multiarch/Makefile | 7 +
sysdeps/loongarch/lp64/multiarch/ifunc-impl-list.c | 22 +++
sysdeps/loongarch/lp64/multiarch/ifunc-strcmp.h | 38 ++++
sysdeps/loongarch/lp64/multiarch/ifunc-strncmp.h | 38 ++++
sysdeps/loongarch/lp64/multiarch/ifunc-strnlen.h | 41 ++++
sysdeps/loongarch/lp64/multiarch/strcmp-aligned.S | 179 +++++++++++++++++
sysdeps/loongarch/lp64/multiarch/strcmp-lsx.S | 165 ++++++++++++++++
sysdeps/loongarch/lp64/multiarch/strcmp.c | 35 ++++
sysdeps/loongarch/lp64/multiarch/strncmp-aligned.S | 218 +++++++++++++++++++++
sysdeps/loongarch/lp64/multiarch/strncmp-lsx.S | 208 ++++++++++++++++++++
sysdeps/loongarch/lp64/multiarch/strncmp.c | 35 ++++
sysdeps/loongarch/lp64/multiarch/strnlen-aligned.S | 102 ++++++++++
sysdeps/loongarch/lp64/multiarch/strnlen-lasx.S | 100 ++++++++++
sysdeps/loongarch/lp64/multiarch/strnlen-lsx.S | 89 +++++++++
sysdeps/loongarch/lp64/multiarch/strnlen.c | 39 ++++
15 files changed, 1316 insertions(+)
create mode 100644 sysdeps/loongarch/lp64/multiarch/ifunc-strcmp.h
create mode 100644 sysdeps/loongarch/lp64/multiarch/ifunc-strncmp.h
create mode 100644 sysdeps/loongarch/lp64/multiarch/ifunc-strnlen.h
create mode 100644 sysdeps/loongarch/lp64/multiarch/strcmp-aligned.S
create mode 100644 sysdeps/loongarch/lp64/multiarch/strcmp-lsx.S
create mode 100644 sysdeps/loongarch/lp64/multiarch/strcmp.c
create mode 100644 sysdeps/loongarch/lp64/multiarch/strncmp-aligned.S
create mode 100644 sysdeps/loongarch/lp64/multiarch/strncmp-lsx.S
create mode 100644 sysdeps/loongarch/lp64/multiarch/strncmp.c
create mode 100644 sysdeps/loongarch/lp64/multiarch/strnlen-aligned.S
create mode 100644 sysdeps/loongarch/lp64/multiarch/strnlen-lasx.S
create mode 100644 sysdeps/loongarch/lp64/multiarch/strnlen-lsx.S
create mode 100644 sysdeps/loongarch/lp64/multiarch/strnlen.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 linux.
from f8d6ff449094 Merge tag 'nfsd-6.5-5' of git://git.kernel.org/pub/scm/lin [...]
new e7f2e65699e2 media: vcodec: Fix potential array out-of-bounds in encode [...]
new 14ddccc8a647 Merge tag 'media/v6.5-4' of git://git.kernel.org/pub/scm/l [...]
new b71645d6af10 tracing: Fix cpu buffers unavailable due to 'record_disabl [...]
new 5450be6befc6 selftests/ftrace: Add a basic testcase for snapshot
new ddeea494a16f tracing/synthetic: Use union instead of casts
new 887f92e09ef3 tracing/synthetic: Skip first entry for stack traces
new c4d6b5438116 tracing/synthetic: Allocate one additional element for size
new eecb91b9f98d tracing: Fix memleak due to race between current_tracer and trace
new c2489bb7e6be tracing: Introduce pipe_cpumask to avoid race on trace_pipes
new e332938e6fc8 samples: ftrace: Replace bti assembly with hint for older [...]
new 4f9e7fabf864 Merge tag 'trace-v6.5-rc6' of git://git.kernel.org/pub/scm [...]
The 11 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:
.../platform/mediatek/vcodec/mtk_vcodec_enc.c | 2 +
include/linux/trace_events.h | 11 +++
kernel/trace/trace.c | 70 ++++++++++++--
kernel/trace/trace.h | 10 ++
kernel/trace/trace_events_synth.c | 103 ++++++++-------------
kernel/trace/trace_irqsoff.c | 3 +-
kernel/trace/trace_sched_wakeup.c | 2 +
samples/ftrace/ftrace-direct-modify.c | 4 +-
samples/ftrace/ftrace-direct-multi-modify.c | 4 +-
samples/ftrace/ftrace-direct-multi.c | 2 +-
samples/ftrace/ftrace-direct-too.c | 2 +-
samples/ftrace/ftrace-direct.c | 2 +-
.../selftests/ftrace/test.d/00basic/snapshot1.tc | 31 +++++++
13 files changed, 168 insertions(+), 78 deletions(-)
create mode 100644 tools/testing/selftests/ftrace/test.d/00basic/snapshot1.tc
--
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_41-branch
in repository binutils-gdb.
from 83d18ff64c7 Automatic date update in version.in
new 60834ae1eb7 PR30794, PowerPC gold: internal error in add_output_section [...]
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:
gold/powerpc.cc | 47 +++++++++++++++++++++++++----------------------
1 file changed, 25 insertions(+), 22 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.