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-release-aarch64-lts-allnoconfig
in repository toolchain/gcc.
from ad07444b6a2 Daily bump.
adds 9cbfd75f545 [gcc]
adds fab8518f567 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 23 ++++
gcc/DATESTAMP | 2 +-
gcc/gimple-ssa-strength-reduction.c | 157 +++++++++++++++-----------
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.c-torture/compile/pr87473.c | 19 ++++
5 files changed, 142 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr87473.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 5ecf3e110c32 Merge tag 'linux-watchdog-4.20-rc1' of git://www.linux-wat [...]
new 69d5b97c5973 HID: we do not randomly make new drivers 'default y'
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:
drivers/hid/Kconfig | 1 -
1 file changed, 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 c8ee3f04a6 Remove a bunch of usages of gdb_suppress_tests in 'runto_main'.
new 974e684463 Unify shell-finding logic
new 29be4d9dee Move make_temp_filename to common/pathstuff.c
new e418a61a67 Move mkdir_recursive to common/filestuff.c
new b3279b601e Use mkostemp, not mkstemp
new 36033ef57c Do not reopen temporary files
new b50a8b9a91 Cache a copy of the user's shell on macOS
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:
gdb/ChangeLog | 74 ++++++++++
gdb/Makefile.in | 1 +
gdb/cli/cli-cmds.c | 6 +-
gdb/common/filestuff.c | 45 ++++++
gdb/common/filestuff.h | 21 +++
gdb/common/pathstuff.c | 23 ++++
gdb/common/pathstuff.h | 12 ++
gdb/common/scoped_fd.h | 13 ++
gdb/darwin-nat.c | 151 ++++++++++++++++++++-
gdb/dwarf-index-cache.c | 114 +---------------
gdb/dwarf-index-write.c | 66 ++++-----
gdb/gnulib/aclocal-m4-deps.mk | 2 +-
gdb/gnulib/aclocal.m4 | 2 +-
gdb/gnulib/config.in | 12 +-
gdb/gnulib/configure | 95 ++-----------
gdb/gnulib/import/Makefile.am | 10 +-
gdb/gnulib/import/Makefile.in | 18 +--
gdb/gnulib/import/m4/gnulib-cache.m4 | 4 +-
gdb/gnulib/import/m4/gnulib-comp.m4 | 17 +--
gdb/gnulib/import/m4/mkostemp.m4 | 23 ++++
gdb/gnulib/import/m4/mkstemp.m4 | 82 -----------
gdb/gnulib/import/{mkstemp.c => mkostemp.c} | 12 +-
gdb/gnulib/import/stdlib.in.h | 3 +-
...ostemps-Fix-compilation-error-in-C-mode-o.patch | 38 ++++++
gdb/gnulib/update-gnulib.sh | 3 +-
gdb/nat/fork-inferior.c | 21 +--
gdb/procfs.c | 4 +-
gdb/unittests/mkdir-recursive-selftests.c | 89 ++++++++++++
gdb/unittests/scoped_fd-selftests.c | 22 ++-
gdb/unittests/scoped_mmap-selftests.c | 3 +-
gdb/windows-nat.c | 5 +-
31 files changed, 605 insertions(+), 386 deletions(-)
create mode 100644 gdb/gnulib/import/m4/mkostemp.m4
delete mode 100644 gdb/gnulib/import/m4/mkstemp.m4
rename gdb/gnulib/import/{mkstemp.c => mkostemp.c} (79%)
create mode 100644 gdb/gnulib/patches/0002-mkostemp-mkostemps-Fix-compilation-erro [...]
create mode 100644 gdb/unittests/mkdir-recursive-selftests.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 linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-allnoconfig
in repository toolchain/gcc.
from ad07444b6a2 Daily bump.
adds 9cbfd75f545 [gcc]
adds fab8518f567 Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 23 ++++
gcc/DATESTAMP | 2 +-
gcc/gimple-ssa-strength-reduction.c | 157 +++++++++++++++-----------
gcc/testsuite/ChangeLog | 8 ++
gcc/testsuite/gcc.c-torture/compile/pr87473.c | 19 ++++
5 files changed, 142 insertions(+), 67 deletions(-)
create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr87473.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 llvm.
from 196c0605296 [Local] Keep K's range if K does not move when combining metadata.
new 836c763dadb Revert "DebugInfo: reduce DIE range verification on object files"
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:
include/llvm/DebugInfo/DWARF/DWARFVerifier.h | 7 +--
lib/DebugInfo/DWARF/DWARFVerifier.cpp | 57 +++++-----------------
.../tools/llvm-dwarfdump/X86/debug-verify-object.s | 57 ----------------------
3 files changed, 15 insertions(+), 106 deletions(-)
delete mode 100644 test/tools/llvm-dwarfdump/X86/debug-verify-object.s
--
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 b59dfdaef173 i2c-hid: properly terminate i2c_hid_dmi_desc_override_tabl [...]
new 72b8ad40e143 leds: gpio: set led_dat->gpiod pointer for OF defined GPIO leds
new e55854534989 Merge tag 'led-fix-for-4.20-rc1' of git://git.kernel.org/p [...]
new c6b5eb8dd334 rtc: rtc-mrst: Replace mdelay() with msleep() in mrst_read_time()
new 0438002ac526 rtc: omap: use of_device_is_system_power_controller function
new 09058eab4b4f rtc: omap: Cut down the shutdown time from 2 seconds to 1 sec
new 1e6e4e169a8a rtc: jz4740: Drop dependency on MACH_INGENIC
new 725e0e15f84b rtc: sun6i: Use struct_size() in kzalloc()
new 777d8ae56da1 rtc: sysfs: fix NULL check in rtc_add_groups()
new c856618d2066 rtc: rv8803: fix the rv8803 id in the OF table
new ac771ed746c8 rtc: rv8803: add Epson RX8803 support
new de96bc39951f rtc: mrst: remove set but not used variable 'valid'
new 05a0a3441869 rtc: mips: default to rtc-cmos on mips
new babab2f86440 rtc: mt6397: fix possible race condition
new c778ec85825d rtc: pl030: fix possible race condition
new b7aff107f34f rtc: pl031: switch to devm_rtc_allocate_device/rtc_registe [...]
new af69f9a78784 rtc: abx80x: use a 'priv' struct for client data
new 749e36d0a0d7 rtc: abx80x: add basic watchdog support
new 4392ec1a6c58 Merge tag 'ib-mfd-rtc-v4.20' of git://git.kernel.org/pub/s [...]
new 1e479c619b2a rtc: unexport non devm managed registration
new f1c8bc332e6d rtc: remove irq_task from kerneldoc
new 1b4c794fda58 rtc: isl1208: avoid possible sysfs race
new 79230ff64167 rtc: ds1307: add offset sysfs for mt41txx chips.
new b41c23e152f2 rtc: ds1307: add frequency_test_enable attribute on m41txx
new db7a67b9c348 rtc: reorder Makefile entries
new eb2bccb70b97 rtc: move rtc_add_group/s definitions
new 4b3a6a3ac559 rtc: isl1208: don't include core header file
new 2ab78755e93a rtc: tx4939: fixup nvmem name and register size
new fd13c930fe6a rtc: test: make license text and module license match.
new c7080e201607 rtc: test: Switch to SPDX identifier
new 8ddeb09de163 rtc: ds1685: drop RTC_DS1685_PROC_REGS
new 482419e120da rtc: ds1685: use generic nvmem
new cfb74916e2ec rtc: ds1685: use rtc_add_group
new 6a5f2a1f4dcd rtc: ds1307: use rtc_add_group
new 0ae3f24ded77 rtc: lib: correct documentation typo
new 7d61cbb945a7 rtc: armada38x: fix possible race condition
new ef2a7176c837 rtc: armada38x: add range
new f6e3d773e10b rtc: armada38x: switch to rtc_time64_to_tm/rtc_tm_to_time64
new 02a6e1293235 rtc: rs5c348: remove useless label
new 2d7be4ed7add rtc: rs5c348: remove forward declaration
new 1654a2b06b93 rtc: rs5c348: report error when time is invalid
new b56295dd337a rtc: ab8500: use rtc_add_group
new 38ab97aebe47 rtc: ab8500: let the core handle range
new 9a90a5bcc73e rtc: ab8500: remove useless check
new 89e27ce49846 rtc: vr41xx: switch to rtc_time64_to_tm/rtc_tm_to_time64
new 959e8b77bf92 rtc: mv: let the core handle invalid alarms
new d197a253855d rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_i [...]
new bc51098cdd95 rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
new fe0b5cedc2b7 rtc: tegra: Propagate errors from platform_get_irq()
new c3e04915b867 rtc: m41t80: mark expected switch fall-through
new 6f5b390b3abe rtc: ds1685: simplify getting .driver_data
new 7dceef78f310 rtc: ds1307: fix ds1339 wakealarm support
new ef0f02fd69a0 rtc: s35390a: Change buf's type to u8 in s35390a_init
new a86d6b23ed97 rtc: sc27xx: Set wakeup capability before registering rtc device
new 7db5adfa6316 rtc: sc27xx: Clear SPG value update interrupt status
new b2ddc48582ef rtc: sc27xx: Remove interrupts disable and clear in probe()
new bf2c532b67fc rtc: sc27xx: Add check to see if need to enable the alarm [...]
new 3822d1bb0df1 rtc: sc27xx: Always read normal alarm when registering RTC device
new c7b7eefa57ae Merge tag 'rtc-4.20' of git://git.kernel.org/pub/scm/linux [...]
new 3d337848ecc7 Input: pwm-vibrator - correct pwms in DT binding example
new b297b728138b Input: sun4i-lradc - convert to using %pOFn instead of dev [...]
new d2587800598c Input: atmel_mxt_ts - fix multiple <linux/property.h> includes
new 5d68fa587a62 Input: xilinx_ps2 - convert to using %pOFn instead of devi [...]
new 20bbb3120794 Input: st1232 - set INPUT_PROP_DIRECT property
new dde274432110 Input: silead - try firmware reload after unsuccessful resume
new 00f73f97527f Input: elants_i2c - use DMA safe i2c when possible
new 291e2ba9054e Input: Fix DIR-685 touchkeys MAINTAINERS entry
new d9265e8a878a Input: of_touchscreen - add support for touchscreen-min-x|y
new a3f7c3fcf608 Input: wm97xx-ts - fix exit path
new 15ee2992c07e Input: cyapa - mark expected switch fall-throughs
new 03bf67817ec1 Input: atmel_mxt_ts - mark expected switch fall-through
new 902370519224 Input: xen-kbdfront - mark expected switch fall-through
new f39f8688888a Input: synaptics - avoid using uninitialized variable when [...]
new cacd9759eea2 Merge branch 'next' into for-linus
new ed3f4e239834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
new 4d9186d01e7a watchdog: hpwdt: Initialize pretimeout from module parameter.
new 093d43858d1d watchdog: hpwdt: Claim NMI from iLO
new 923014619e3d watchdog: hpwdt: Display module parameters.
new 397a35d418a2 watchdog: hpwdt: Module paramerter alias.
new e1c7f79ea54c watchdog: hpwdt: Update version number.
new 18bd1963aef9 watchdog: hpwdt: Update Driver Documentation.
new 3bed02a29661 watchdog: renesas_wdt: use SPDX identifier for Renesas drivers
new 953b9dd7725b watchdog: core: fix null pointer dereference when releasing cdev
new 14de99b44b34 watchdog: renesas_wdt: stop when unregistering
new 2c05318ad5c3 watchdog: iTCO_wdt: Drop option vendorsupport=2
new 5a623ce0a55e watchdog: iTCO_wdt: Remove unused hooks
new d674ee232b2d watchdog: rza_wdt: convert to SPDX identifiers
new d08ec7bea279 watchdog: fix a small number of "watchog" typos in comments
new 2e0432f8f8ad watchdog: sama5d4: fix timeout-sec usage
new 1f59f8aff98f watchdog: lantiq: update register names to better match spec
new dcd7e04e8e2f watchdog: lantiq: Convert to watchdog_device
new c99d9df1d3c3 watchdog: lantiq: add get_timeleft callback
new 79b10e09bb52 watchdog: mpc8xxx: use dev_xxxx() instead of pr_xxxx()
new 57cbf0e3a0fd watchdog: w83627hf_wdt: Support NCT6796D, NCT6797D, NCT6798D
new 10d790d1fa2e watchdog: hpwdt: Disable PreTimeout when Timeout is smaller
new 8e89130632c2 watchdog: rza_wdt: Support longer timeouts
new d72e8256c209 dt-bindings: watchdog: renesas-wdt: Add support for R7S9210
new 59c66636aec7 MAINTAINERS: Fix file pattern for MEN Z069 watchdog driver
new 38e48b718934 watchdog: mpc8xxx: provide boot status
new 270c4265f259 dt-bindings: watchdog: add mpc8xxx-wdt support
new 54e3d9b518c8 watchdog: Add support for Armada 37xx CPU watchdog
new 8562205592a6 dt-bindings: watchdog: Document armada-37xx-wdt binding
new cd69606ad05e documentation: watchdog: add documentation for armada-37xx-wdt
new c8ca6e70fb74 watchdog: armada_37xx_wdt: use do_div for u64 division
new cd6ba41c192d watchdog: ts4800: release syscon device node in ts4800_wdt [...]
new 5ecf3e110c32 Merge tag 'linux-watchdog-4.20-rc1' of git://www.linux-wat [...]
The 105 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/input/pwm-vibrator.txt | 4 +-
.../bindings/input/touchscreen/touchscreen.txt | 6 +-
.../bindings/watchdog/armada-37xx-wdt.txt | 23 ++
.../devicetree/bindings/watchdog/mpc8xxx-wdt.txt | 25 ++
.../devicetree/bindings/watchdog/renesas-wdt.txt | 1 +
Documentation/watchdog/hpwdt.txt | 93 ++---
Documentation/watchdog/watchdog-parameters.txt | 5 +
MAINTAINERS | 4 +-
arch/mips/Kconfig | 2 +-
drivers/char/Kconfig | 2 +-
drivers/input/keyboard/sun4i-lradc-keys.c | 6 +-
drivers/input/misc/xen-kbdfront.c | 2 +-
drivers/input/mouse/cyapa_gen3.c | 4 +-
drivers/input/mouse/synaptics.c | 4 +-
drivers/input/serio/xilinx_ps2.c | 2 +-
drivers/input/touchscreen/atmel_mxt_ts.c | 3 +-
drivers/input/touchscreen/elants_i2c.c | 7 +-
drivers/input/touchscreen/of_touchscreen.c | 36 +-
drivers/input/touchscreen/silead.c | 13 +
drivers/input/touchscreen/st1232.c | 1 +
drivers/input/touchscreen/wm97xx-core.c | 3 +-
drivers/leds/leds-gpio.c | 2 +
drivers/rtc/Kconfig | 14 +-
drivers/rtc/Makefile | 12 +-
drivers/rtc/class.c | 12 +-
drivers/rtc/interface.c | 3 -
drivers/rtc/rtc-ab8500.c | 96 ++---
drivers/rtc/rtc-abx80x.c | 143 +++++++-
drivers/rtc/rtc-armada38x.c | 46 +--
drivers/rtc/rtc-cmos.c | 29 +-
drivers/rtc/rtc-core.h | 14 -
drivers/rtc/rtc-ds1307.c | 145 +++++++-
drivers/rtc/rtc-ds1685.c | 194 ++---------
drivers/rtc/rtc-isl1208.c | 34 +-
drivers/rtc/rtc-lib.c | 2 +-
drivers/rtc/rtc-m41t80.c | 2 +-
drivers/rtc/rtc-mrst.c | 5 +-
drivers/rtc/rtc-mt6397.c | 13 +-
drivers/rtc/rtc-mv.c | 8 +-
drivers/rtc/rtc-omap.c | 28 +-
drivers/rtc/rtc-pl030.c | 15 +-
drivers/rtc/rtc-pl031.c | 18 +-
drivers/rtc/rtc-rs5c348.c | 65 ++--
drivers/rtc/rtc-rv8803.c | 7 +-
drivers/rtc/rtc-s35390a.c | 2 +-
drivers/rtc/rtc-sc27xx.c | 60 ++--
drivers/rtc/rtc-sun6i.c | 3 +-
drivers/rtc/rtc-sysfs.c | 4 +-
drivers/rtc/rtc-tegra.c | 10 +-
drivers/rtc/rtc-test.c | 7 +-
drivers/rtc/rtc-tx4939.c | 4 +-
drivers/rtc/rtc-vr41xx.c | 9 +-
drivers/watchdog/Kconfig | 12 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/armada_37xx_wdt.c | 388 +++++++++++++++++++++
drivers/watchdog/booke_wdt.c | 2 +-
drivers/watchdog/hpwdt.c | 24 +-
drivers/watchdog/iTCO_vendor.h | 4 -
drivers/watchdog/iTCO_vendor_support.c | 168 +--------
drivers/watchdog/iTCO_wdt.c | 4 -
drivers/watchdog/lantiq_wdt.c | 311 ++++++++---------
drivers/watchdog/mpc8xxx_wdt.c | 46 ++-
drivers/watchdog/renesas_wdt.c | 6 +-
drivers/watchdog/rza_wdt.c | 93 +++--
drivers/watchdog/sama5d4_wdt.c | 6 +-
drivers/watchdog/ts4800_wdt.c | 1 +
drivers/watchdog/via_wdt.c | 4 +-
drivers/watchdog/w83627hf_wdt.c | 8 +-
drivers/watchdog/watchdog_dev.c | 10 +-
include/linux/rtc.h | 21 +-
70 files changed, 1396 insertions(+), 965 deletions(-)
create mode 100644 Documentation/devicetree/bindings/watchdog/armada-37xx-wdt.txt
create mode 100644 Documentation/devicetree/bindings/watchdog/mpc8xxx-wdt.txt
create mode 100644 drivers/watchdog/armada_37xx_wdt.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.