This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-10
in repository gcc.
from f9b5db87255 Daily bump.
new 168a1ae79bb Fortran: do not generate conflicting results under -ff2c [P [...]
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/fortran/trans-decl.c | 2 +-
gcc/testsuite/gfortran.dg/pr104313.f | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr104313.f
--
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-12
in repository gcc.
from 5b877e0f688 Daily bump.
new c1b0037bcc2 Fortran: do not generate conflicting results under -ff2c [P [...]
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/fortran/trans-decl.cc | 2 +-
gcc/testsuite/gfortran.dg/pr104313.f | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr104313.f
--
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-11
in repository gcc.
from 0e61154e4fb Daily bump.
new 663ac94cf02 Fortran: do not generate conflicting results under -ff2c [P [...]
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/fortran/trans-decl.c | 2 +-
gcc/testsuite/gfortran.dg/pr104313.f | 11 +++++++++++
2 files changed, 12 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gfortran.dg/pr104313.f
--
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 c658cabbfd32 Merge tag 's390-5.19-6' of git://git.kernel.org/pub/scm/li [...]
new cd16044d7c38 serial: 8250: dw: enable using pdata with ACPI
new f7e35e4bf1e8 tty: serial: samsung_tty: set dma burst_size to 1
new 211565b10099 serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle
new f8d6e9d3ca5c serial: 8250: Fix __stop_tx() & DMA Tx restart races
new ec5ad331680c tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver
new 5c5f44e36217 serial: stm32: Clear prev values before setting RTS delays
new 6e690d54cfa8 serial: 8250: fix return error code in serial8250_request_ [...]
new f9b11229b79c serial: 8250: Fix PM usage_count for console handover
new 4f532c1e2531 serial: mvebu-uart: correctly report configured baudrate value
new 39cdb68c64d8 vt: fix memory overlapping when deleting chars in the buffer
new b941e487152e serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURST
new 716b10580283 tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push()
new a501ab75e762 tty: use new tty_insert_flip_string_and_push_buffer() in p [...]
new 8c91723ac9c6 Merge tag 'tty-5.19-rc7' of git://git.kernel.org/pub/scm/l [...]
new 7441b273388b usb: dwc3: gadget: Fix event pending check
new 5812175389e2 usb: dwc3-am62: remove unnecesary clk_put()
new 6fb9e1d94789 usb: typec: add missing uevent when partner support PD
new 3d0dc539029b usb: gadget: uvc: fix changing interface name via configfs
new bb160ee61c04 drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode.
new 7e5013323400 Merge tag 'v5.19-rc6' into usb-linus
new 7c239a071d1f USB: serial: ftdi_sio: add Belimo device ids
new 3486af89dd3c Merge tag 'usb-serial-5.19-rc7' of https://git.kernel.org/ [...]
new 9ed714dbd574 Merge tag 'usb-5.19-rc7' of git://git.kernel.org/pub/scm/l [...]
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:
drivers/tty/pty.c | 14 ++-------
drivers/tty/serial/8250/8250_core.c | 4 +++
drivers/tty/serial/8250/8250_dma.c | 6 ++--
drivers/tty/serial/8250/8250_dw.c | 26 ++++++++---------
drivers/tty/serial/8250/8250_port.c | 6 ++--
drivers/tty/serial/amba-pl011.c | 23 +++++++++++++--
drivers/tty/serial/mvebu-uart.c | 25 ++++++++--------
drivers/tty/serial/samsung_tty.c | 5 ++--
drivers/tty/serial/serial_core.c | 5 ----
drivers/tty/serial/stm32-usart.c | 2 ++
drivers/tty/tty.h | 3 ++
drivers/tty/tty_buffer.c | 46 ++++++++++++++++++++++++++----
drivers/tty/vt/vt.c | 2 +-
drivers/usb/dwc3/dwc3-am62.c | 8 ++----
drivers/usb/dwc3/gadget.c | 4 ++-
drivers/usb/gadget/function/uvc_configfs.c | 6 ++--
drivers/usb/host/ehci-fsl.c | 11 ++-----
drivers/usb/host/fsl-mph-dr-of.c | 3 ++
drivers/usb/serial/ftdi_sio.c | 3 ++
drivers/usb/serial/ftdi_sio_ids.h | 6 ++++
drivers/usb/typec/class.c | 1 +
include/linux/serial_core.h | 5 ++++
include/uapi/linux/tty.h | 3 +-
23 files changed, 141 insertions(+), 76 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 9b59ec8d50a1 Merge tag 'riscv-for-linus-5.19-rc7' of git://git.kernel.o [...]
new 51a6fa0732d6 efi/x86: use naked RET on mixed mode call wrapper
new 829d680e82a9 random: cap jitter samples per bit to factor of HZ
new 9023ca086625 printk: do not wait for consoles when suspended
new 1ac8ec2731a5 Merge branch 'rework/kthreads' into for-linus
new be9b7b6acfea Merge tag 'printk-for-5.19-rc7' of git://git.kernel.org/pu [...]
new fbd74d16890b ACPI: CPPC: Fix enabling CPPC on AMD systems with shared memory
new 16c957f089d5 Merge tag 'acpi-5.19-rc7' of git://git.kernel.org/pub/scm/ [...]
new d2394860b45c cpufreq: mediatek: Handle sram regulator probe deferral
new 5a5adb1528e5 Merge tag 'cpufreq-arm-fixes-5.19-rc7' of git://git.kernel [...]
new ab6efe68a736 Merge tag 'pm-5.19-rc7' of git://git.kernel.org/pub/scm/li [...]
new c4e789572557 s390/nospec: build expoline.o for modules_prepare target
new a0b0987a7811 s390/nospec: remove unneeded header includes
new 2f23256c0ea2 s390/ap: fix error handling in __verify_queue_reservations()
new c658cabbfd32 Merge tag 's390-5.19-6' of git://git.kernel.org/pub/scm/li [...]
The 14 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:
arch/s390/Makefile | 8 +++++++-
arch/s390/include/asm/nospec-insn.h | 2 --
arch/s390/lib/Makefile | 3 ++-
.../platform/nvidia => arch/s390/lib/expoline}/Makefile | 2 +-
arch/s390/lib/{ => expoline}/expoline.S | 0
arch/x86/kernel/acpi/cppc.c | 6 ++++++
arch/x86/platform/efi/efi_thunk_64.S | 5 ++++-
drivers/char/random.c | 2 +-
drivers/cpufreq/mediatek-cpufreq.c | 8 ++++++--
drivers/s390/crypto/ap_bus.c | 2 +-
kernel/printk/printk.c | 13 +++++++++++--
11 files changed, 39 insertions(+), 12 deletions(-)
copy {drivers/media/platform/nvidia => arch/s390/lib/expoline}/Makefile (64%)
rename arch/s390/lib/{ => expoline}/expoline.S (100%)
--
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/gdb.
from 13c3e10f98 gdb/testsuite: modernize gdb.base/maint.exp
adds 92b0a182fe gdb-add-index always generates an error when libdebuginfod w [...]
adds c3359b8b95 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/debuginfod-support.c | 4 +++-
2 files changed, 4 insertions(+), 2 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_gnu_native_build/master-arm
in repository toolchain/ci/binutils-gdb.
from 13c3e10f98 gdb/testsuite: modernize gdb.base/maint.exp
adds 92b0a182fe gdb-add-index always generates an error when libdebuginfod w [...]
adds c3359b8b95 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/debuginfod-support.c | 4 +++-
2 files changed, 4 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.