This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository linux.
from 673cb932b688 Merge tag 'mmc-v5.10-rc3' of git://git.kernel.org/pub/scm/ [...]
new 5760648e63e6 gpio: uapi: fix kernel-doc warnings
new f20160217537 gpio: uapi: comment consistency
new 2cc522d3931b gpio: uapi: kernel-doc formatting improvements
new c303c51c87a6 gpio: uapi: remove whitespace
new 2f84a2de539c gpio: uapi: clarify the meaning of 'empty' char arrays
new 7ffa08169849 Revert "Revert "gpio: omap: Fix lost edge wake-up interrupts""
new 3fe37204c9a2 gpio: dwapb: Fix missing conversion to GPIO-lib-based IRQ-chip
new 560b6ac37a87 gpio: aspeed: fix ast2600 bank properties
new 1f5eb8b17f02 gpiolib: fix sysfs when cdev is not selected
new d8f270efeac8 gpio: pcie-idio-24: Fix irq mask when masking
new 23a7fdc06ebc gpio: pcie-idio-24: Fix IRQ Enable Register value
new 10a2f11d3c9e gpio: pcie-idio-24: Enable PEX8311 interrupts
new 45fe0b539bc9 Merge tag 'gpio-fixes-for-v5.10-rc3' of git://git.kernel.o [...]
new b72de3ff19fd gpio: sifive: Fix SiFive gpio probe
new 29eb6b7d62b0 Merge tag 'gpio-v5.10-2' of git://git.kernel.org/pub/scm/l [...]
new f83c2609079c pinctrl: ingenic: Fix invalid SSI pins
new 63fbf8013b2f pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq
new 8045ec42d14c pinctrl: rockchip: create irq mapping in gpio_to_irq
new 2b12c1363713 pinctrl: mcp23s08: Use full chunk of memory for regmap con [...]
new a835d3a114ab pinctrl: mcp23s08: Print error message when regmap init fails
new 9b92f5c51e9a pinctrl: aspeed: Fix GPI only function problem.
new 06abe8291bc3 pinctrl: amd: fix incorrect way to disable debounce filter
new c64a6a0d4a92 pinctrl: amd: use higher precision for 512 RtcClk
new 71266d9d3936 pinctrl: qcom: Move clearing pending IRQ to .irq_request_r [...]
new b41efeed507a pinctrl: qcom: sm8250: Specify PDC map
new dd26209bc568 pinctrl: intel: Fix 2 kOhm bias which is 833 Ohm
new f3c75e7a9349 pinctrl: intel: Set default bias in case no particular val [...]
new dadfab0fbf01 Merge tag 'intel-pinctrl-v5.10-2' of git://git.kernel.org/ [...]
new 4de010e2c989 Merge tag 'pinctrl-v5.10-2' of git://git.kernel.org/pub/sc [...]
new a5bea04fcc0b of/address: Fix of_node memory leak in of_dma_is_coherent
new 49c3e714ff43 dt-bindings: can: fsl,flexcan.yaml: fix fsl,stop-mode
new 3bbb73f8e60f dt-bindings: can: fsl,flexcan.yaml: fix compatible for i.M [...]
new bdac39a3bd28 dt-bindings: clock: imx5: fix example
new 9e6a39eae450 Merge tag 'devicetree-fixes-for-5.10-2' of git://git.kerne [...]
The 34 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/clock/imx5-clock.yaml | 2 +-
.../devicetree/bindings/net/can/fsl,flexcan.yaml | 18 ++--
drivers/gpio/gpio-aspeed.c | 1 +
drivers/gpio/gpio-dwapb.c | 4 +-
drivers/gpio/gpio-omap.c | 12 ++-
drivers/gpio/gpio-pcie-idio-24.c | 62 ++++++++++--
drivers/gpio/gpio-sifive.c | 2 +-
drivers/gpio/gpiolib-cdev.h | 15 ---
drivers/gpio/gpiolib.c | 18 +++-
drivers/of/address.c | 4 +-
drivers/pinctrl/aspeed/pinctrl-aspeed.c | 7 +-
drivers/pinctrl/intel/pinctrl-intel.c | 40 ++++++--
drivers/pinctrl/pinctrl-amd.c | 6 +-
drivers/pinctrl/pinctrl-ingenic.c | 72 +++++++-------
drivers/pinctrl/pinctrl-mcp23s08_spi.c | 4 +-
drivers/pinctrl/pinctrl-rockchip.c | 30 +++---
drivers/pinctrl/qcom/pinctrl-msm.c | 32 ++++---
drivers/pinctrl/qcom/pinctrl-sm8250.c | 18 ++++
include/uapi/linux/gpio.h | 106 +++++++++++----------
19 files changed, 282 insertions(+), 171 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 d50310408f5 c++: Implement C++20 'using enum'. [PR91367]
new 16b00dc63f6 Make strstr.c in libiberty ANSI compliant
new 84096498a7b libiberty: Support the new ("v0") mangling scheme in rust-demangle
new fcbb6018aba Re: Fix gimple_expr_code?
new 500e7efee91 Clarify the documentation for the ms_abi fucntion attribute
new 91004436daa libstdc++: Avoid more 32-bit time_t overflows in futex calls
new 8fca8142bc0 Copied arguments are readonly
new 1a90e99fa2f Fix modref insertion hook.
The 7 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/attr-fnspec.h | 2 +-
gcc/doc/extend.texi | 7 +-
gcc/gimple-range.h | 12 +-
gcc/gimple.h | 42 +-
gcc/ipa-modref.c | 4 +-
libiberty/rust-demangle.c | 1010 +++++++++++++++++++-
libiberty/strstr.c | 16 +-
libiberty/testsuite/rust-demangle-expected | 134 ++-
libstdc++-v3/src/c++11/futex.cc | 36 +-
.../members/{wait.cc => wait_until_overflow.cc} | 29 +-
10 files changed, 1209 insertions(+), 83 deletions(-)
copy libstdc++-v3/testsuite/30_threads/future/members/{wait.cc => wait_until_overf [...]
--
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_kernel/gnu-master-arm-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
from bff6d228 4: update: binutils-gcc-linux: 19871
new b5857277 5: reset: gcc-bd87cc14ebdb6789e067fb1828d5808407c308b3: 19867
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 | 303 +-
02-prepare_abe/console.log | 436 +-
03-build_abe-binutils/console.log | 10877 ++++-----
04-build_abe-stage1/console.log | 20548 ++++++++--------
05-build_linux/console.log | 7001 +++---
07-check_regression/console.log | 79 +-
07-check_regression/results.regressions | 14 +-
07-check_regression/trigger-bisect | 3 +
08-update_baseline/console.log | 85 +-
08-update_baseline/results.regressions | 14 +-
console.log | 39413 +++++++++++++++---------------
jenkins/manifest.sh | 16 +-
reset-baseline | 0
results | 13 +-
14 files changed, 38805 insertions(+), 39997 deletions(-)
create mode 100644 07-check_regression/trigger-bisect
create mode 100644 reset-baseline
--
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_kernel/llvm-release-aarch64-mainline-allmodconfig
in repository toolchain/ci/base-artifacts.
discards a306bc53 0: update: llvm-linux: boot
new 96bedecd 0: update: llvm-linux: boot
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 (a306bc53)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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 | 236 +-
02-build_llvm/console.log | 12586 +++++++--------
03-build_linux/console.log | 18442 +++++++++++-----------
04-boot_linux/console.log | 4 +-
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 12 +-
console.log | 31296 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 31290 insertions(+), 31310 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 linaro-local/ci/tcwg_kernel/gnu-master-arm-stable-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 277553ce 0: update: binutils-gcc-linux: all
new 683262a8 0: update: binutils-gcc-linux: 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 (277553ce)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-master-arm-st [...]
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 | 119 +-
02-prepare_abe/console.log | 414 +-
03-build_abe-binutils/console.log | 11749 +++++------
04-build_abe-stage1/console.log | 20480 +++++++++---------
05-build_linux/console.log | 810 +-
06-boot_linux/console.log | 2 +-
07-check_regression/console.log | 2 +-
07-check_regression/results.regressions | 2 +-
08-update_baseline/console.log | 2 +-
08-update_baseline/results.regressions | 2 +-
console.log | 33578 +++++++++++++++---------------
jenkins/manifest.sh | 12 +-
12 files changed, 33644 insertions(+), 33528 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.