This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from d895ec7938c4 Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/li [...] new 8782fb61cc84 mm: pagewalk: Fix race between unmap and page walker new 09e52d17b72d hwmon: (pmbus) Use dev_err_probe() to filter -EPROBE_DEFER [...] new ed3590561f5d hwmon: (pmbus) Fix vout margin caching new f233d2be38db hwmon: (gpio-fan) Fix array out of bounds access new 777464261d12 Merge tag 'hwmon-for-v6.0-rc4' of git://git.kernel.org/pub [...] new 26f2da0d2f82 clk: ti: Fix missing of_node_get() ti_find_clock_provider() new 35b0fac808b9 clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops new 4b592061f7b3 clk: core: Fix runtime PM sequence in clk_core_unprepare() new 35f73cca1cec clk: bcm: rpi: Fix error handling of raspberrypi_fw_get_rate new bc163555603e clk: bcm: rpi: Prevent out-of-bounds access new 13b5cf8d6a0d clk: bcm: rpi: Add missing newline new 1a6052e1483f clk: bcm: rpi: Show clock id limit in error case new abb5f3f4b1f5 Revert "clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops" new 9a61442cba0e Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pu [...] new b2fa9e13bbf1 staging: r8188eu: add firmware dependency new e01f5c8d6af2 staging: r8188eu: Add Rosewill USB-N150 Nano to device tables new e230a4455ac3 staging: rtl8712: fix use after free bugs new c53b3dcb9942 Merge tag 'staging-6.0-rc4' of git://git.kernel.org/pub/sc [...] new b5a5b9d5f28d serial: document start_rx member at struct uart_ops new 566f9c9f8933 vt: Clear selection before changing the font new 846651eca073 serial: fsl_lpuart: RS485 RTS polariy is inverse new 56c14fb4086b tty: Fix lookahead_buf crash with serdev new d5a2e0834364 tty: serial: lpuart: disable flow control while waiting fo [...] new 692a8ebcfc24 tty: serial: atmel: Preserve previous USART mode if RS485 [...] new f16c6d2e58a4 tty: n_gsm: add sanity check for gsm->receive in gsm_recei [...] new 4bb1a53be85f tty: n_gsm: initialize more members at gsm_alloc_mux() new c9ab053e56ce tty: n_gsm: replace kicktimer with delayed_work new 902e02ea9385 tty: n_gsm: avoid call of sleeping functions from atomic context new 42cf58c272ee Merge tag 'tty-6.0-rc4' of git://git.kernel.org/pub/scm/li [...]
The 29 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/riscv/mm/pageattr.c | 4 +- drivers/clk/bcm/clk-raspberrypi.c | 16 ++++-- drivers/clk/clk.c | 3 +- drivers/clk/ti/clk.c | 1 + drivers/hwmon/gpio-fan.c | 3 ++ drivers/hwmon/pmbus/pmbus_core.c | 19 ++++--- drivers/staging/r8188eu/os_dep/os_intfs.c | 1 + drivers/staging/r8188eu/os_dep/usb_intf.c | 1 + drivers/staging/rtl8712/rtl8712_cmd.c | 36 ------------- drivers/tty/n_gsm.c | 85 ++++++++++++++----------------- drivers/tty/serial/atmel_serial.c | 4 +- drivers/tty/serial/fsl_lpuart.c | 5 +- drivers/tty/tty_buffer.c | 14 +++-- drivers/tty/vt/vt.c | 12 +++-- include/linux/serial_core.h | 8 +++ mm/pagewalk.c | 21 ++++---- mm/ptdump.c | 4 +- 17 files changed, 113 insertions(+), 124 deletions(-)