This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/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 [...] adds 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/ [...] adds 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 [...] adds c4e789572557 s390/nospec: build expoline.o for modules_prepare target adds 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 [...] adds cd16044d7c38 serial: 8250: dw: enable using pdata with ACPI adds f7e35e4bf1e8 tty: serial: samsung_tty: set dma burst_size to 1 adds 211565b10099 serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle adds f8d6e9d3ca5c serial: 8250: Fix __stop_tx() & DMA Tx restart races adds ec5ad331680c tty: Add N_CAN327 line discipline ID for ELM327 based CAN driver adds 5c5f44e36217 serial: stm32: Clear prev values before setting RTS delays adds 6e690d54cfa8 serial: 8250: fix return error code in serial8250_request_ [...] adds f9b11229b79c serial: 8250: Fix PM usage_count for console handover adds 4f532c1e2531 serial: mvebu-uart: correctly report configured baudrate value adds 39cdb68c64d8 vt: fix memory overlapping when deleting chars in the buffer adds b941e487152e serial: 8250: dw: Fix the macro RZN1_UART_xDMACR_8_WORD_BURST adds 716b10580283 tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push() adds 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 [...] adds 7441b273388b usb: dwc3: gadget: Fix event pending check adds 5812175389e2 usb: dwc3-am62: remove unnecesary clk_put() adds 6fb9e1d94789 usb: typec: add missing uevent when partner support PD adds 3d0dc539029b usb: gadget: uvc: fix changing interface name via configfs adds bb160ee61c04 drivers/usb/host/ehci-fsl: Fix interrupt setup in host mode. adds 7e5013323400 Merge tag 'v5.19-rc6' into usb-linus adds 7c239a071d1f USB: serial: ftdi_sio: add Belimo device ids adds 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 [...] new 081f5e753c9c nvme-pci: fix freeze accounting for error handling new 6961b5e02876 nvme: fix block device naming collision new c24b06e1c237 Merge tag 'nvme-5.19-2022-07-14' of git://git.infradead.or [...] new 957a2b345cbc block: fix missing blkcg_bio_issue_init new 6bca047ecd67 Merge tag 'block-5.19-2022-07-15' of git://git.kernel.dk/l [...] adds ccd3f4490524 scsi: target: Fix WRITE_SAME No Data Buffer crash adds 8312cd3a7b83 scsi: megaraid: Clear READ queue map's nr_queues adds 2ae57c995003 scsi: ufs: core: Drop loglevel of WriteBoost message adds 52a518019ca1 scsi: ufs: core: Fix missing clk change notification on ho [...] adds e78276cadb66 scsi: pm80xx: Fix 'Unknown' max/min linkrate adds 355bf2e036c9 scsi: pm80xx: Set stopped phy's linkrate to Disabled new c5fe7a97f20c Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 18 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 +- .../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 ++- block/blk-merge.c | 1 + drivers/char/random.c | 2 +- drivers/cpufreq/mediatek-cpufreq.c | 8 +++- drivers/nvme/host/core.c | 6 +-- drivers/nvme/host/pci.c | 9 ++++- drivers/s390/crypto/ap_bus.c | 2 +- drivers/scsi/megaraid/megaraid_sas_base.c | 3 ++ drivers/scsi/pm8001/pm8001_hwi.c | 19 ++------- drivers/scsi/pm8001/pm8001_init.c | 2 + drivers/scsi/pm8001/pm80xx_hwi.c | 6 ++- drivers/target/target_core_file.c | 3 ++ drivers/target/target_core_iblock.c | 4 ++ drivers/target/target_core_sbc.c | 6 +++ 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/ufs/core/ufshcd.c | 4 +- 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 +- kernel/printk/printk.c | 13 +++++- 45 files changed, 219 insertions(+), 112 deletions(-) copy {drivers/media/platform/nvidia => arch/s390/lib/expoline}/Makefile (64%) rename arch/s390/lib/{ => expoline}/expoline.S (100%)