This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-mainline-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 69f3d9cfc 0: update: qemu-ffae6d9585dc9353c2776944b862bda126dd87ea: all
new fd65f0af1 0: update: binutils-llvm-linux-qemu: 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 (69f3d9cfc)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-m [...]
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.xz | Bin 1636 -> 1592 bytes
02-prepare_abe/console.log.xz | Bin 2736 -> 2720 bytes
03-build_abe-binutils/console.log.xz | Bin 29408 -> 30344 bytes
04-build_kernel_llvm/console.log.xz | Bin 0 -> 62092 bytes
04-build_llvm/console.log.xz | Bin 61852 -> 0 bytes
05-build_abe-qemu/console.log.xz | Bin 31868 -> 31984 bytes
06-build_linux/console.log.xz | Bin 5316 -> 3812 bytes
07-boot_linux/console.log.xz | Bin 496 -> 496 bytes
08-check_regression/console.log.xz | Bin 412 -> 412 bytes
09-update_baseline/console.log | 2 +-
jenkins/manifest.sh | 21 ++++++++++++---------
results | 4 ++--
12 files changed, 15 insertions(+), 12 deletions(-)
create mode 100644 04-build_kernel_llvm/console.log.xz
delete mode 100644 04-build_llvm/console.log.xz
--
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_gnu_native_build/master-arm
in repository toolchain/ci/glibc.
from d976d44a89 manual: fix reference to source file
adds dc1e5eeb25 x86_64: Optimize sincos where sin/cos is optimized (bug 29193)
adds c1176b62a9 benchtests: Add workload name for cosf
adds da39afa4ff i686: Use generic cosf implementation for SSE2 version
adds 3323476641 i686: Use generic sinf implementation for SSE2 version
adds dc208f4a53 benchtests: Add workload name for sincosf
adds 5a6f2cabb6 i686: Use generic sincosf implementation for SSE2 version
adds 9d03bac7e7 Add HWCAP2_MTE3 from Linux 5.18 to AArch64 bits/hwcap.h
adds de3501d60f Add MADV_DONTNEED_LOCKED from Linux 5.18 to bits/mman-linux.h
new e6547d635b linux: use statx for fstat if neither newfstatat nor fstatat [...]
new 3fbc33010c misc: Use 64 bit stat for daemon (BZ# 29203)
new ec995fb215 misc: Use 64 bit stat for getusershell (BZ# 29203)
new 574ba60fc8 posix: Use 64 bit stat for posix_fallocate fallback (BZ# 29207)
new 6e7137f28c posix: Use 64 bit stat for fpathconf (_PC_ASYNC_IO) (BZ# 29208)
new 87f1ec12e7 socket: Use 64 bit stat for isfdtype (BZ# 29209)
new 3cd4785ea0 inet: Use 64 bit stat for ruserpass (BZ# 29210)
new 634f566c3e catgets: Use 64 bit stat for __open_catalog (BZ# 29211)
new c789e6e409 iconv: Use 64 bit stat for gconv_parseconfdir (BZ# 29213)
The 9 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:
benchtests/cosf-inputs | 2 +-
benchtests/sincosf-inputs | 1 +
catgets/open_catalog.c | 4 +-
iconv/gconv_parseconfdir.h | 9 +-
inet/ruserpass.c | 4 +-
misc/daemon.c | 5 +-
misc/getusershell.c | 4 +-
sysdeps/i386/i686/fpu/multiarch/Makefile | 3 +
sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 11 +
sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S | 552 -------------------
.../i686}/fpu/multiarch/s_cosf-sse2.c | 1 +
sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S | 585 ---------------------
.../i686}/fpu/multiarch/s_sincosf-sse2.c | 1 +
sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S | 565 --------------------
.../i686}/fpu/multiarch/s_sinf-sse2.c | 1 +
sysdeps/ieee754/dbl-64/s_sincos.c | 7 +
sysdeps/ieee754/flt-32/s_cosf.c | 5 +
sysdeps/ieee754/flt-32/s_sincosf.c | 5 +
sysdeps/ieee754/flt-32/s_sinf.c | 5 +
sysdeps/posix/fpathconf.c | 4 +-
sysdeps/posix/isfdtype.c | 4 +-
sysdeps/posix/posix_fallocate.c | 4 +-
sysdeps/posix/posix_fallocate64.c | 4 +-
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 1 +
sysdeps/unix/sysv/linux/bits/mman-linux.h | 2 +
sysdeps/unix/sysv/linux/fstatat64.c | 3 +-
sysdeps/x86_64/fpu/multiarch/Makefile | 12 +-
sysdeps/x86_64/fpu/multiarch/s_sincos-avx.c | 3 +
sysdeps/x86_64/fpu/multiarch/s_sincos-fma.c | 3 +
sysdeps/x86_64/fpu/multiarch/s_sincos-fma4.c | 3 +
.../x86_64/fpu/multiarch/{s_tan.c => s_sincos.c} | 16 +-
31 files changed, 94 insertions(+), 1735 deletions(-)
delete mode 100644 sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S
copy sysdeps/{x86_64 => i386/i686}/fpu/multiarch/s_cosf-sse2.c (54%)
delete mode 100644 sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S
copy sysdeps/{x86_64 => i386/i686}/fpu/multiarch/s_sincosf-sse2.c (57%)
delete mode 100644 sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S
copy sysdeps/{x86_64 => i386/i686}/fpu/multiarch/s_sinf-sse2.c (54%)
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincos-avx.c
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincos-fma.c
create mode 100644 sysdeps/x86_64/fpu/multiarch/s_sincos-fma4.c
copy sysdeps/x86_64/fpu/multiarch/{s_tan.c => s_sincos.c} (71%)
--
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_gnu_native_build/master-arm
in repository toolchain/ci/base-artifacts.
discards 62db17b38 0: update: binutils-gcc-linux-glibc-gdb: 6
new 768f1409e 0: update: binutils-gcc-linux-glibc-gdb: 6
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 (62db17b38)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu_native_build/master- [...]
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.xz | Bin 1540 -> 1540 bytes
02-prepare_abe/console.log.xz | Bin 2728 -> 2720 bytes
04-build_abe-binutils/console.log.xz | Bin 52944 -> 52688 bytes
05-build_abe-gcc/console.log.xz | Bin 230804 -> 229412 bytes
06-clean_sysroot/console.log.xz | Bin 316 -> 316 bytes
07-build_abe-linux/console.log.xz | Bin 9696 -> 9448 bytes
08-build_abe-glibc/console.log.xz | Bin 232120 -> 232624 bytes
09-build_abe-gdb/console.log.xz | Bin 50352 -> 50060 bytes
10-check_regression/console.log.xz | Bin 416 -> 416 bytes
11-update_baseline/console.log | 16 ++++++++--------
jenkins/manifest.sh | 26 +++++++++++++-------------
11 files changed, 21 insertions(+), 21 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 700170bf6b4d Merge tag 'nfs-for-5.19-1' of git://git.linux-nfs.org/proj [...]
new 6c00ef0d3c68 drivers/pcmcia: Fix typo in comment
new 3928cf08334e pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards
new 2ef4bb24ff39 pcmcia: Use platform_get_irq() to get the interrupt
new 2380dd691e1f Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm [...]
new 61bf40ef51aa spi: fsi: Fix spurious timeout
new ebf2a3521738 spi: core: Display return code when failing to transfer message
new 129bdb30fb05 Merge tag 'spi-fix-v5.19-rc0' of git://git.kernel.org/pub/ [...]
new f20e232d74ee remoteproc: mediatek: Fix side effect of mt8195 sram power on
new 68d9787bdd5c remoteproc: Don't bother checking the return value of debu [...]
new eac3e5b1c12f remoteproc: mtk_scp: Fix a potential double free
new b30026f9ff31 Merge branch 'rproc-fixes' into rproc-next
new f340d5a19dc7 remoteproc: elf_loader: skip segment with memsz as zero
new c7457143668a remoteproc: imx_dsp_rproc: use common rproc_elf_load_segments
new 79a43db93399 remoteproc: imx_dsp_rproc: Make rsc_table optional
new 8f454f950dbb remoteproc: core: Remove state checking before calling rpr [...]
new 5e6a0e05270e remoteproc: core: Move state checking to remoteproc_core
new 58b7c856519f remoteproc: imx_rproc: Ignore create mem entry for resource table
new ee651cd1e944 dt-bindings: remoteproc: qcom: pas: Add sc8280xp adsp and [...]
new 4e55a6cf4811 remoteproc: qcom: pas: Add sc8280xp remoteprocs
new b7da6f517214 dt-bindings: remoteproc: mediatek: Add interrupts property [...]
new 90209a3f5fb5 Merge branch 'rproc-fixes' into rproc-next
new 31976eb180a1 dt-bindings: remoteproc: mediatek: Add firmware-name property
new 1552de67fbf0 remoteproc: mediatek: Allow reading firmware-name from DT
new b51431850f5b dt-bindings: remoteproc: qcom: pas: Add MSM8226 adsp
new fb4f07cc9399 remoteproc: qcom: pas: Add MSM8226 ADSP support
new fcb24583509f dt-bindings: remoteproc: imx_rproc: Support i.MX93
new 9222fabf0e39 remoteproc: imx_rproc: Support i.MX93
new be1de12cb673 dt-bindings: remoteproc: st,stm32-rproc: Fix phandle-array [...]
new 6bbe1065121b dt-bindings: remoteproc: mediatek: Make l1tcm reg exclusiv [...]
new bb489b964061 dt-bindings: remoteproc: mediatek: Add optional memory-reg [...]
new f634b63d43e1 Merge tag 'rproc-v5.19' of git://git.kernel.org/pub/scm/li [...]
new 1a358d350664 rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value
new c2eecefec5df rpmsg: virtio: Fix possible double free in rpmsg_probe()
new 1680939e9ecf rpmsg: virtio: Fix possible double free in rpmsg_virtio_ad [...]
new df1917969859 rpmsg: virtio: Fix the unregistration of the device rpmsg_ctrl
new 59d6f72f6f9c rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails
new 68e6134bb70a Merge tag 'rpmsg-v5.19' of git://git.kernel.org/pub/scm/li [...]
new c7078972038a pwm-sun4i: Convert "next_period" to local variable
new ba3e5037ceeb pwm-sun4i: Calculate "delay_jiffies" directly, eliminate a [...]
new 8246b478a23a pwm-sun4i: Calculate the delay without rounding down to jiffies
new fdaa6efce9aa pwm: atmel-tcb: Drop duplicated tracking of per-channel data
new f643490e1bf9 dt-bindings: pwm: Add Xilinx AXI Timer
new bc1ce713a084 pwm: Add support for Xilinx AXI Timer
new 1a406a38bc1d dt-bindings: pwm: Convert atmel pwm to json-schema
new f30673a9df34 dt-bindings: pwm: at91: Add SAMA7G5 compatible strings list
new 15452ce3c946 dt-bindings: pwm: Add bindings doc for Sunplus SoC SP7021 [...]
new b3c4af8507a0 pwm: sunplus-pwm: Add Sunplus SoC SP7021 PWM Driver
new 5e3b07ca5cc7 pwm: lp3943: Fix duty calculation in case period was clamped
new 1d24cc892030 pwm: lp3943: Implement .apply() callback
new eaaad16a9b3f gpio: mvebu: Drop PWM base assignment
new d7b4408374b6 pwm: atmel-tcb: Make atmel_tcb_divisors static
new 09f688f0718f pwm: raspberrypi-poe: Fix endianness in firmware struct
new 4225cd01d30f pwm: clps71xx: Implement .apply() callback
new b09b179bac0a dt-bindings: pwm: Convert pwm-mtk-disp.txt to mediatek,pwm [...]
new b8ba2b42b0e9 dt-bindings: pwm: Add compatible for MediaTek MT8192
new 7eafddce0861 dt-bindings: pwm: Add compatible for MediaTek MT8195
new 6ddb156ba474 dt-bindings: pwm: Add compatible for MediaTek MT8186
new 2bf8ee0faa98 dt-bindings: pwm: Add interrupts property for MediaTek MT8192
new 762c4e7fce55 pwm: sifive: Simplify if-if to if-else
new daa986d5f8d8 pwm: samsung: Implement .apply() callback
new 6eb3af76ade3 pwm: renesas-tpu: Make use of dev_err_probe()
new ff4bcd56c049 pwm: renesas-tpu: Make use of devm functions
new ec00cd5e63f0 pwm: renesas-tpu: Implement .apply() callback
new 208ab8676b9c pwm: renesas-tpu: Rename variables to match the usual naming
new 3c173376efc4 pwm: renesas-tpu: Improve maths to compute register settings
new 615f4e84461b pwm: renesas-tpu: Improve precision of period and duty_cyc [...]
new 8c193f4714df pwm: tegra: Optimize period calculation
new b76160954cb0 dt-bindings: pwm: pwm-mediatek: Add documentation for MT6795 SoC
new cb696e74892b pwm: pwm-mediatek: Add support for MediaTek Helio X10 MT6795
new b2e60b32b4fe pwm: sti: Implement .apply() callback
new 57c95faabf09 pwm: stmpe: Implement .apply() callback
new fd3ddd4355c0 pwm: tegra: Implement .apply() callback
new 5fa3b87fe8fb pwm: lpc32xx: Implement .apply() callback
new 758de66f4bd2 pwm: mediatek: Implement .apply() callback
new c449a8ca5ea4 pwm: lpc18xx: Implement .apply() callback
new a1bbf823e5e9 pwm: twl-led: Implement .apply() callback
new 80a22fde803a pwm: Document that the pinstate of a disabled PWM isn't reliable
new 84d0940454a3 dt-bindings: Add mfd/cros_ec definitions
new a48d66d87274 dt-bindings: google,cros-ec-pwm: Add the new -type compatible
new 3d593b6e80ad pwm: pwm-cros-ec: Add channel type support
new 8eca6b0a647a Merge tag 'pwm/for-5.19-rc1' of git://git.kernel.org/pub/s [...]
The 81 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:
.../devicetree/bindings/pwm/atmel,at91sam-pwm.yaml | 47 +++
.../devicetree/bindings/pwm/atmel-pwm.txt | 35 ---
.../bindings/pwm/google,cros-ec-pwm.yaml | 9 +-
.../devicetree/bindings/pwm/mediatek,pwm-disp.yaml | 75 +++++
.../devicetree/bindings/pwm/pwm-mediatek.txt | 1 +
.../devicetree/bindings/pwm/pwm-mtk-disp.txt | 45 ---
.../bindings/pwm/sunplus,sp7021-pwm.yaml | 42 +++
.../bindings/remoteproc/fsl,imx-rproc.yaml | 9 +-
.../devicetree/bindings/remoteproc/mtk,scp.yaml | 57 +++-
.../devicetree/bindings/remoteproc/qcom,adsp.yaml | 31 ++
.../bindings/remoteproc/st,stm32-rproc.yaml | 16 +-
.../devicetree/bindings/timer/xlnx,xps-timer.yaml | 92 ++++++
Documentation/driver-api/pwm.rst | 6 +
MAINTAINERS | 14 +-
arch/microblaze/kernel/timer.c | 4 +
drivers/pcmcia/Kconfig | 2 +-
drivers/pcmcia/bcm63xx_pcmcia.c | 9 +-
drivers/pcmcia/rsrc_nonstatic.c | 2 +-
drivers/pwm/Kconfig | 25 ++
drivers/pwm/Makefile | 2 +
drivers/pwm/pwm-atmel-tcb.c | 14 +-
drivers/pwm/pwm-clps711x.c | 68 ++---
drivers/pwm/pwm-cros-ec.c | 82 +++++-
drivers/pwm/pwm-lp3943.c | 42 ++-
drivers/pwm/pwm-lpc18xx-sct.c | 43 ++-
drivers/pwm/pwm-lpc32xx.c | 29 +-
drivers/pwm/pwm-mediatek.c | 36 ++-
drivers/pwm/pwm-raspberrypi-poe.c | 2 +-
drivers/pwm/pwm-renesas-tpu.c | 317 +++++++++++---------
drivers/pwm/pwm-samsung.c | 54 +++-
drivers/pwm/pwm-sifive.c | 5 +-
drivers/pwm/pwm-sti.c | 29 +-
drivers/pwm/pwm-stmpe.c | 29 +-
drivers/pwm/pwm-sun4i.c | 18 +-
drivers/pwm/pwm-sunplus.c | 232 +++++++++++++++
drivers/pwm/pwm-tegra.c | 40 ++-
drivers/pwm/pwm-twl-led.c | 76 ++++-
drivers/pwm/pwm-xilinx.c | 321 +++++++++++++++++++++
drivers/remoteproc/imx_dsp_rproc.c | 105 +------
drivers/remoteproc/imx_rproc.c | 36 +++
drivers/remoteproc/mtk_common.h | 2 +
drivers/remoteproc/mtk_scp.c | 76 +++--
drivers/remoteproc/qcom_q6v5_pas.c | 34 +++
drivers/remoteproc/remoteproc_cdev.c | 11 -
drivers/remoteproc/remoteproc_core.c | 15 +-
drivers/remoteproc/remoteproc_debugfs.c | 17 +-
drivers/remoteproc/remoteproc_elf_loader.c | 2 +-
drivers/remoteproc/remoteproc_sysfs.c | 11 -
drivers/rpmsg/qcom_smd.c | 4 +-
drivers/rpmsg/virtio_rpmsg_bus.c | 9 +-
drivers/spi/spi-fsi.c | 12 +-
drivers/spi/spi.c | 3 +-
include/clocksource/timer-xilinx.h | 73 +++++
include/dt-bindings/mfd/cros_ec.h | 18 ++
54 files changed, 1819 insertions(+), 569 deletions(-)
create mode 100644 Documentation/devicetree/bindings/pwm/atmel,at91sam-pwm.yaml
delete mode 100644 Documentation/devicetree/bindings/pwm/atmel-pwm.txt
create mode 100644 Documentation/devicetree/bindings/pwm/mediatek,pwm-disp.yaml
delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-mtk-disp.txt
create mode 100644 Documentation/devicetree/bindings/pwm/sunplus,sp7021-pwm.yaml
create mode 100644 Documentation/devicetree/bindings/timer/xlnx,xps-timer.yaml
create mode 100644 drivers/pwm/pwm-sunplus.c
create mode 100644 drivers/pwm/pwm-xilinx.c
create mode 100644 include/clocksource/timer-xilinx.h
create mode 100644 include/dt-bindings/mfd/cros_ec.h
--
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_gcc_check/master-arm
in repository toolchain/ci/binutils-gdb.
from 46c7fd95fc [arm] Don't use special treatment for PC
adds 80fa4b2a60 Add gdb.current_language and gdb.Frame.language
No new revisions were added by this update.
Summary of changes:
gdb/NEWS | 7 +++++++
gdb/doc/python.texi | 12 ++++++++++++
gdb/python/py-frame.c | 25 +++++++++++++++++++++++++
gdb/python/python.c | 12 ++++++++++++
gdb/testsuite/gdb.python/py-frame.exp | 6 ++++++
gdb/testsuite/gdb.python/py-parameter.exp | 14 ++++++++++++++
gdb/testsuite/gdb.rust/pp.exp | 2 ++
7 files changed, 78 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.