On Mon, 12 Jul 2021 08:01:23 +0200, Greg Kroah-Hartman wrote: > This is the start of the stable review cycle for the 5.12.17 release. > There are 700 patches in this series, all will be posted as a response > to this one. If anyone has any issues with these being applied, please > let me know. > > Responses should be made by Wed, 14 Jul 2021 06:02:46 +0000. > Anything received after that time might be too late. > > The whole patch series can be found in one patch at: > https://www.kernel.org/pub/linux/kernel/v5.x/stable-review/patch-5.12.17-rc1.gz > or in the git tree and branch at: > git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git linux-5.12.y > and the diffstat can be found below. > > thanks, > > greg k-h > > ------------- > Pseudo-Shortlog of commits: > > Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> > Linux 5.12.17-rc1 > > Quat Le <quat.le@xxxxxxxxxx> > scsi: core: Retry I/O for Notify (Enable Spinup) Required error > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: exynos4-is: remove a now unused integer > > Johan Hovold <johan@xxxxxxxxxx> > mmc: vub3000: fix control-request direction > > Bean Huo <beanhuo@xxxxxxxxxx> > mmc: block: Disable CMDQ on the ioctl path > > Jens Axboe <axboe@xxxxxxxxx> > io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT > > Jens Axboe <axboe@xxxxxxxxx> > io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT > > Pavel Begunkov <asml.silence@xxxxxxxxx> > io_uring: fix blocking inline submission > > Long Li <longli@xxxxxxxxxxxxx> > block: return the correct bvec when checking for gaps > > Wei Yongjun <weiyongjun1@xxxxxxxxxx> > erofs: fix error return code in erofs_read_superblock() > > Jarkko Sakkinen <jarkko@xxxxxxxxxx> > tpm: Replace WARN_ONCE() with dev_err_once() in tpm_tis_status() > > Eric Biggers <ebiggers@xxxxxxxxxx> > fscrypt: fix derivation of SipHash keys on big endian CPUs > > Eric Biggers <ebiggers@xxxxxxxxxx> > fscrypt: don't ignore minor_hash when hash is 0 > > Sibi Sankar <sibis@xxxxxxxxxxxxxx> > mailbox: qcom-ipcc: Fix IPCC mbox channel exhaustion > > Javed Hasan <jhasan@xxxxxxxxxxx> > scsi: libfc: Correct the condition check and invalid argument passed > > James Smart <jsmart2021@xxxxxxxxx> > scsi: lpfc: Fix Node recovery when driver is handling simultaneous PLOGIs > > James Smart <jsmart2021@xxxxxxxxx> > scsi: lpfc: Fix unreleased RPIs when NPIV ports are created > > Varun Prakash <varun@xxxxxxxxxxx> > scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd() > > Javed Hasan <jhasan@xxxxxxxxxxx> > scsi: fc: Correct RHBA attributes length > > Chandrakanth Patil <chandrakanth.patil@xxxxxxxxxxxx> > scsi: megaraid_sas: Send all non-RW I/Os for TYPE_ENCLOSURE device through firmware > > Namjae Jeon <namjae.jeon@xxxxxxxxxxx> > exfat: handle wrong stream entry size in exfat_readdir() > > Guo Ren <guoren@xxxxxxxxxxxxxxxxx> > csky: syscache: Fixup duplicate cache flush > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > csky: fix syscache.c fallthrough warning > > Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> > perf llvm: Return -ENOMEM when asprintf() fails > > Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> > selftests/vm/pkeys: refill shadow register after implicit kernel write > > Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> > selftests/vm/pkeys: handle negative sys_pkey_alloc() return code > > Dave Hansen <dave.hansen@xxxxxxxxxxxxxxx> > selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random > > Trent Piepho <tpiepho@xxxxxxxxx> > lib/math/rational.c: fix divide by zero > > Miaohe Lin <linmiaohe@xxxxxxxxxx> > mm/zswap.c: fix two bugs in zswap_writeback_entry() > > Muchun Song <songmuchun@xxxxxxxxxxxxx> > mm: migrate: fix missing update page_private to hugetlb_page_subpool > > Miaohe Lin <linmiaohe@xxxxxxxxxx> > mm/z3fold: use release_z3fold_page_locked() to release locked z3fold page > > Miaohe Lin <linmiaohe@xxxxxxxxxx> > mm/z3fold: fix potential memory leak in z3fold_destroy_pool() > > Mike Kravetz <mike.kravetz@xxxxxxxxxx> > hugetlb: address ref count racing in prep_compound_gigantic_page > > Mike Kravetz <mike.kravetz@xxxxxxxxxx> > hugetlb: remove prep_compound_huge_page cleanup > > Miaohe Lin <linmiaohe@xxxxxxxxxx> > mm/huge_memory.c: don't discard hugepage if other processes are mapping it > > Miaohe Lin <linmiaohe@xxxxxxxxxx> > mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_enabled() > > Miaohe Lin <linmiaohe@xxxxxxxxxx> > mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK > > Alex Williamson <alex.williamson@xxxxxxxxxx> > vfio/pci: Handle concurrent vma faults > > Nicholas Piggin <npiggin@xxxxxxxxx> > powerpc/64s/interrupt: preserve regs->softe for NMI interrupts > > Pali Rohár <pali@xxxxxxxxxx> > arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UART > > Pali Rohár <pali@xxxxxxxxxx> > serial: mvebu-uart: correctly calculate minimal possible baudrate > > Pali Rohár <pali@xxxxxxxxxx> > serial: mvebu-uart: do not allow changing baudrate when uartclk is not available > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > ALSA: firewire-lib: Fix 'amdtp_domain_start()' when no AMDTP_OUT_STREAM stream is found > > Michael Ellerman <mpe@xxxxxxxxxxxxxx> > powerpc: Fix is_kvm_guest() / kvm_para_available() > > Vaibhav Jain <vaibhav@xxxxxxxxxxxxx> > powerpc/papr_scm: Make 'perf_stats' invisible if perf-stats unavailable > > Nicholas Piggin <npiggin@xxxxxxxxx> > powerpc/64s: Fix copy-paste data exposure into newly created tasks > > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > powerpc/papr_scm: Properly handle UUID types and API > > Nicholas Piggin <npiggin@xxxxxxxxx> > powerpc: Offline CPU in stop_this_cpu() > > Vignesh Raghavendra <vigneshr@xxxxxx> > serial: 8250: 8250_omap: Fix possible interrupt storm on K3 SoCs > > Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > selftests/ftrace: fix event-no-pid on 1-core machine > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > leds: ktd2692: Fix an error handling path > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > leds: as3645a: Fix error return code in as3645a_parse_node() > > Shengjiu Wang <shengjiu.wang@xxxxxxx> > ASoC: fsl_spdif: Fix unexpected interrupt after suspend > > Kai Vehmanen <kai.vehmanen@xxxxxxxxxxxxxxx> > ASoC: Intel: sof_sdw: use mach data for ADL RVP DMIC count > > Vamshi Krishna Gopal <vamshi.krishna.gopal@xxxxxxxxx> > ASoC: Intel: sof_sdw: add quirk support for Brya and BT-offload > > Libin Yang <libin.yang@xxxxxxxxx> > ASoC: Intel: sof_sdw: add SOF_RT715_DAI_ID_FIX for AlderLake > > Chung-Chiang Cheng <shepjeng@xxxxxxxxx> > configfs: fix memleak in configfs_release_bin_file > > Shengjiu Wang <shengjiu.wang@xxxxxxx> > ASoC: fsl_xcvr: disable all interrupts when suspend happens > > Codrin Ciubotariu <codrin.ciubotariu@xxxxxxxxxxxxx> > ASoC: atmel-i2s: Fix usage of capture and playback at the same time > > Codrin Ciubotariu <codrin.ciubotariu@xxxxxxxxxxxxx> > ASoC: atmel-i2s: Set symmetric sample bits > > Nicholas Piggin <npiggin@xxxxxxxxx> > powerpc/powernv: Fix machine check reporting of async store errors > > Marek Szyprowski <m.szyprowski@xxxxxxxxxxx> > extcon: max8997: Add missing modalias string > > Stephan Gerhold <stephan@xxxxxxxxxxx> > extcon: sm5502: Drop invalid register write in sm5502_reg_data > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe() > > Kunihiko Hayashi <hayashi.kunihiko@xxxxxxxxxxxxx> > phy: uniphier-pcie: Fix updating phy parameters > > Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx> > soundwire: stream: Fix test for DP prepare complete > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > scsi: mpt3sas: Fix error return value in _scsih_expander_add() > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > habanalabs: Fix an error handling path in 'hl_pci_probe()' > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvell_nfc_resume() > > Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > of: Fix truncation of memory sizes on 32-bit platforms > > Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx> > ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Maciej W. Rozycki <macro@xxxxxxxxxxx> > serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates > > Dmitry Osipenko <digetx@xxxxxxxxx> > usb: phy: tegra: Correct definition of B_SESS_VLD_WAKEUP_EN bit > > Dmitry Osipenko <digetx@xxxxxxxxx> > usb: phy: tegra: Wait for VBUS wakeup status deassertion on suspend > > Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > staging: mt7621-dts: fix pci address for PCI memory range > > Junhao He <hejunhao2@xxxxxxxxxxxxx> > coresight: core: Fix use of uninitialized pointer > > Pavel Skripkin <paskripkin@xxxxxxxxx> > staging: rtl8712: fix memory leak in rtl871x_load_fw_cb > > Pavel Skripkin <paskripkin@xxxxxxxxx> > staging: rtl8712: fix error handling in r871xu_drv_init > > Dan Carpenter <dan.carpenter@xxxxxxxxxx> > staging: gdm724x: check for overflow in gdm_lte_netif_rx() > > Dan Carpenter <dan.carpenter@xxxxxxxxxx> > staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt() > > Shengjiu Wang <shengjiu.wang@xxxxxxx> > ASoC: fsl_spdif: Fix error handler with pm_runtime_enable > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: light: vcnl4000: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > David Gow <davidgow@xxxxxxxxxx> > kunit: Fix result propagation for parameterised tests > > Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > mtd: spinand: Fix double counting of ECC stats > > Mika Westerberg <mika.westerberg@xxxxxxxxxxxxxxx> > thunderbolt: Bond lanes only when dual_link_port != NULL in alloc_dev_default() > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > eeprom: idt_89hpesx: Restore printing the unsupported fwnode name > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > eeprom: idt_89hpesx: Put fwnode in matching case during ->probe() > > Clément Lassieur <clement@xxxxxxxxxxxx> > usb: dwc2: Don't reset the core after setting turnaround time > > Andrew Gabbasov <andrew_gabbasov@xxxxxxxxxx> > usb: gadget: f_fs: Fix setting of device and driver data cross-references > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_probe()' > > Bard Liao <yung-chuan.liao@xxxxxxxxxxxxxxx> > ASoC: rt5682-sdw: set regcache_cache_only false before reading RT5682_DEVICE_ID > > Oder Chiou <oder_chiou@xxxxxxxxxxx> > ASoC: rt5682: Fix a problem with error handling in the io init function of the soundwire > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: rt715-sdw: use first_hw_init flag on resume > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: rt711-sdw: use first_hw_init flag on resume > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: rt700-sdw: use first_hw_init flag on resume > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: rt5682-sdw: use first_hw_init flag on resume > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: rt1308-sdw: use first_hw_init flag on resume > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: max98373-sdw: use first_hw_init flag on resume > > Pierre-Louis Bossart <pierre-louis.bossart@xxxxxxxxxxxxxxx> > ASoC: max98373-sdw: add missing memory allocation check > > Srinath Mannam <srinath.mannam@xxxxxxxxxxxx> > iommu/dma: Fix IOVA reserve dma ranges > > Kees Cook <keescook@xxxxxxxxxxxx> > selftests: splice: Adjust for handler fallback removal > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > s390: appldata depends on PROC_SYSCTL > > Niklas Schnelle <schnelle@xxxxxxxxxxxxx> > s390: enable HAVE_IOREMAP_PROT > > Alexander Monakov <amonakov@xxxxxxxxx> > iommu/amd: Fix extended features logging > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > visorbus: fix error return code in visorchipset_init() > > Joachim Fenkes <FENKES@xxxxxxxxxx> > fsi/sbefifo: Fix reset timeout > > Joachim Fenkes <FENKES@xxxxxxxxxx> > fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE > > Eddie James <eajames@xxxxxxxxxxxxx> > fsi: occ: Don't accept response from un-initialized OCC > > Eddie James <eajames@xxxxxxxxxxxxx> > fsi: scom: Reset the FSI2PIB engine for any error > > Colin Ian King <colin.king@xxxxxxxxxxxxx> > fsi: core: Fix return of error values on failures > > Andreas Kemnade <andreas@xxxxxxxxxxxx> > mfd: rn5t618: Fix IRQ trigger by changing it to level mode > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > mfd: mp2629: Select MFD_CORE to fix build error > > Mike Christie <michael.christie@xxxxxxxxxx> > scsi: iscsi: Flush block work before unblock > > Mike Christie <michael.christie@xxxxxxxxxx> > scsi: iscsi: Fix in-kernel conn failure handling > > Mike Christie <michael.christie@xxxxxxxxxx> > scsi: iscsi: Rel ref after iscsi_lookup_endpoint() > > Mike Christie <michael.christie@xxxxxxxxxx> > scsi: iscsi: Use system_unbound_wq for destroy_work > > Mike Christie <michael.christie@xxxxxxxxxx> > scsi: iscsi: Force immediate failure during shutdown > > Mike Christie <michael.christie@xxxxxxxxxx> > scsi: iscsi: Stop queueing during ep_disconnect > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > scsi: FlashPoint: Rename si_flags field > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > leds: lp50xx: Put fwnode in error case during ->probe() > > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > leds: lm3697: Don't spam logs when probe is deferred > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > leds: lm3692x: Put fwnode in any case during ->probe() > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > leds: lm36274: Put fwnode in error case during ->probe() > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > leds: lm3532: select regmap I2C API > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > leds: lgm-sso: Fix clock handling > > Colin Ian King <colin.king@xxxxxxxxxxxxx> > leds: lgm: Fix spelling mistake "prepate" -> "prepare" > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > leds: class: The -ENOTSUPP should never be seen by user space > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > tty: nozomi: Fix the error handling path of 'nozomi_card_init()' > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > firmware: stratix10-svc: Fix a resource leak in an error handling path > > Yu Kuai <yukuai3@xxxxxxxxxx> > char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol() > > Dave Stevenson <dave.stevenson@xxxxxxxxxxxxxxx> > staging: mmal-vchiq: Fix incorrect static vchiq_instance. > > Miquel Raynal <miquel.raynal@xxxxxxxxxxx> > mtd: rawnand: arasan: Ensure proper configuration for the asserted target > > Ansuel Smith <ansuelsmth@xxxxxxxxx> > mtd: parsers: qcom: Fix leaking of partition name > > Corentin Labbe <clabbe@xxxxxxxxxxxx> > mtd: partitions: redboot: seek fis-index-block in the right node > > Adrian Hunter <adrian.hunter@xxxxxxxxx> > perf scripting python: Fix tuple_set_u64() > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > Input: hil_kbd - fix error return code in hil_dev_connect() > > Kuninori Morimoto <kuninori.morimoto.gx@xxxxxxxxxxx> > ASoC: rsnd: tidyup loop on rsnd_adg_clk_query() > > Badhri Jagan Sridharan <badhri@xxxxxxxxxx> > usb: typec: tcpm: Fix up PR_SWAP when vsafe0v is signalled > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > backlight: lm3630a_bl: Put fwnode in error case during ->probe() > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup() > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > ASoC: rk3328: fix missing clk_disable_unprepare() on error in rk3328_platform_probe() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: chemical: atlas: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: accel: mxc4005: Fix overread of data and alignment issue. > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx> > iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp() > > Nuno Sa <nuno.sa@xxxxxxxxxx> > iio: adis16475: do not return ints in irq handlers > > Nuno Sa <nuno.sa@xxxxxxxxxx> > iio: adis16400: do not return ints in irq handlers > > Nuno Sa <nuno.sa@xxxxxxxxxx> > iio: adis_buffer: do not return ints in irq handlers > > Arnd Bergmann <arnd@xxxxxxxx> > mwifiex: re-fix for unaligned accesses > > Sergio Paracuellos <sergio.paracuellos@xxxxxxxxx> > phy: ralink: phy-mt7621-pci: properly print pointer address > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > tty: nozomi: Fix a resource leak in an error handling function > > Dan Carpenter <dan.carpenter@xxxxxxxxxx> > serial: 8250_omap: fix a timeout loop condition > > Michael Walle <michael@xxxxxxxx> > serial: fsl_lpuart: remove RTSCTS handling from get_mctrl() > > Michael Walle <michael@xxxxxxxx> > serial: fsl_lpuart: don't modify arbitrary data on lpuart32 > > Paul E. McKenney <paulmck@xxxxxxxxxx> > rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread() > > Stephen Boyd <swboyd@xxxxxxxxxxxx> > ASoC: rt5682: Disable irq on shutdown > > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > staging: fbtft: Don't spam logs when probe is deferred > > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > staging: fbtft: Rectify GPIO handling > > Wei Li <liwei391@xxxxxxxxxx> > MIPS: Fix PKMAP with 32-bit MIPS huge page support > > Leon Romanovsky <leon@xxxxxxxxxx> > RDMA/core: Always release restrack object > > Leon Romanovsky <leon@xxxxxxxxxx> > RDMA/mlx5: Don't access NULL-cleared mpi pointer > > Menglong Dong <dong.menglong@xxxxxxxxxx> > net: tipc: fix FB_MTU eat two pages > > Pavel Skripkin <paskripkin@xxxxxxxxx> > net: sched: fix warning in tcindex_alloc_perfect_hash > > Vadim Fedorenko <vfedorenko@xxxxxxxx> > net: lwtunnel: handle MTU calculation in forwading > > Muchun Song <songmuchun@xxxxxxxxxxxxx> > writeback: fix obtain a reference to a freeing memcg css > > Ravi Bangoria <ravi.bangoria@xxxxxxxxxxxxx> > bpf, x86: Fix extable offset calculation > > Robert Hancock <robert.hancock@xxxxxxxxxx> > clk: si5341: Update initialization magic > > Robert Hancock <robert.hancock@xxxxxxxxxx> > clk: si5341: Check for input clock presence and PLL lock on startup > > Robert Hancock <robert.hancock@xxxxxxxxxx> > clk: si5341: Avoid divide errors due to bogus register contents > > Robert Hancock <robert.hancock@xxxxxxxxxx> > clk: si5341: Wait for DEVICE_READY on startup > > Jonathan Marek <jonathan@xxxxxxxx> > clk: qcom: clk-alpha-pll: fix CAL_L write in alpha_pll_fabia_prepare > > Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxx> > clk: actions: Fix AHPPREDIV-H-AHB clock chain on Owl S500 SoC > > Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxx> > clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC > > Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxx> > clk: actions: Fix SD clocks factor table on Owl S500 SoC > > Cristian Ciocaltea <cristian.ciocaltea@xxxxxxxxx> > clk: actions: Fix UART clock dividers on Owl S500 SoC > > Taniya Das <tdas@xxxxxxxxxxxxxx> > clk: qcom: gcc: Add support for a new frequency for SC7280 > > Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event > > Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > Bluetooth: Fix Set Extended (Scan Response) Data > > Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid > > Petr Oros <poros@xxxxxxxxxx> > Revert "be2net: disable bh with spin_lock in be_process_mcc" > > Bailey Forrest <bcf@xxxxxxxxxx> > gve: Fix swapped vars when fetching max queues > > Håkon Bugge <haakon.bugge@xxxxxxxxxx> > RDMA/cma: Fix incorrect Packet Lifetime calculation > > Gary Lin <glin@xxxxxxxx> > bpfilter: Specify the log level for the kmsg message > > Vladimir Oltean <vladimir.oltean@xxxxxxx> > net: dsa: sja1105: fix NULL pointer dereference in sja1105_reload_cbs() > > Sasha Neftin <sasha.neftin@xxxxxxxxx> > e1000e: Check the PCIm state > > Eric Dumazet <edumazet@xxxxxxxxxx> > ipv6: fix out-of-bound access in ip6_parse_tlv() > > Antoine Tenart <atenart@xxxxxxxxxx> > net: atlantic: fix the macsec key length > > Antoine Tenart <atenart@xxxxxxxxxx> > net: phy: mscc: fix macsec key length > > Antoine Tenart <atenart@xxxxxxxxxx> > net: macsec: fix the length used to copy the key for offloading > > Håkon Bugge <haakon.bugge@xxxxxxxxxx> > RDMA/cma: Protect RMW with qp_mutex > > Sukadev Bhattiprolu <sukadev@xxxxxxxxxxxxx> > ibmvnic: free tx_pool if tso_pool alloc fails > > Sukadev Bhattiprolu <sukadev@xxxxxxxxxxxxx> > ibmvnic: set ltb->buff to NULL after freeing > > Sukadev Bhattiprolu <sukadev@xxxxxxxxxxxxx> > ibmvnic: account for bufs already saved in indir_buf > > Sukadev Bhattiprolu <sukadev@xxxxxxxxxxxxx> > ibmvnic: clean pending indirect buffs during reset > > Dany Madden <drt@xxxxxxxxxxxxx> > Revert "ibmvnic: remove duplicate napi_schedule call in open function" > > Sukadev Bhattiprolu <sukadev@xxxxxxxxxxxxx> > Revert "ibmvnic: simplify reset_long_term_buff function" > > Jan Sokolowski <jan.sokolowski@xxxxxxxxx> > i40e: Fix missing rtnl locking when setting up pf switch > > Mateusz Palczewski <mateusz.palczewski@xxxxxxxxx> > i40e: Fix autoneg disabling for non-10GBaseT links > > Dinghao Liu <dinghao.liu@xxxxxxxxxx> > i40e: Fix error handling in i40e_vsi_open > > Maciej Żenczykowski <maze@xxxxxxxxxx> > bpf: Do not change gso_size during bpf_skb_change_proto() > > Norbert Slusarek <nslusarek@xxxxxxx> > can: j1939: j1939_sk_setsockopt(): prevent allocation of j1939 filter for optlen == 0 > > Eric Dumazet <edumazet@xxxxxxxxxx> > ipv6: exthdrs: do not blindly use init_net > > Jian-Hong Pan <jhp@xxxxxxxxxxxxx> > net: bcmgenet: Fix attaching to PYH failed on RPi 4B > > Ping-Ke Shih <pkshih@xxxxxxxxxxx> > mac80211: remove iwlwifi specific workaround NDPs of null_response > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > drm/msm/dpu: Fix error return code in dpu_mdss_init() > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > drm/msm: Fix error return code in msm_drm_init() > > Kuogee Hsieh <khsieh@xxxxxxxxxxxxxx> > drm/msm/dp: handle irq_hpd with sink_count = 0 correctly > > John Fastabend <john.fastabend@xxxxxxxxx> > bpf: Fix null ptr deref with mixed tail calls and subprogs > > Eric Dumazet <edumazet@xxxxxxxxxx> > ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl() > > Dongliang Mu <mudongliangabcd@xxxxxxxxx> > ieee802154: hwsim: Fix memory leak in hwsim_add_one > > Yixing Liu <liuyixing1@xxxxxxxxxx> > RDMA/hns: Fix uninitialized variable > > Lang Cheng <chenglang@xxxxxxxxxx> > RDMA/hns: Force rewrite inline flag of WQE > > Marcelo Ricardo Leitner <marcelo.leitner@xxxxxxxxx> > tc-testing: fix list handling > > Vignesh Raghavendra <vigneshr@xxxxxx> > net: ti: am65-cpsw-nuss: Fix crash when changing number of TX queues > > Rafał Miłecki <rafal@xxxxxxxxxx> > net: broadcom: bcm4908_enet: reset DMA rings sw indexes properly > > Miao Wang <shankerwangmiao@xxxxxxxxx> > net/ipv4: swap flow ports when validating source > > Jakub Kicinski <kuba@xxxxxxxxxx> > ip6_tunnel: fix GRE6 segmentation > > Bui Quang Minh <minhquangbui99@xxxxxxxxx> > bpf: Fix integer overflow in argument calculation for bpf_map_area_alloc > > Eric Dumazet <edumazet@xxxxxxxxxx> > vxlan: add missing rcu_read_lock() in neigh_reduce() > > Po-Hao Huang <phhuang@xxxxxxxxxxx> > rtw88: 8822c: fix lc calibration timing > > Maciej Żenczykowski <maze@xxxxxxxxxx> > bpf: Fix regression on BPF_OBJ_GET with non-O_RDWR flags > > Luca Coelho <luciano.coelho@xxxxxxxxx> > iwlwifi: increase PNVM load timeout > > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > netfilter: nf_tables: do not allow to delete table with owner by handle > > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > netfilter: nf_tables: skip netlink portID validation if zero > > Ayush Sawal <ayush.sawal@xxxxxxxxxxx> > xfrm: Fix xfrm offload fallback fail case > > Eric Dumazet <edumazet@xxxxxxxxxx> > pkt_sched: sch_qfq: fix qfq_change_class() error path > > Eldar Gasanov <eldargasanov2@xxxxxxxxx> > net: dsa: mv88e6xxx: Fix adding vlan 0 > > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > netfilter: nf_tables_offload: check FLOW_DISSECTOR_KEY_BASIC in VLAN transfer logic > > Jakub Kicinski <kuba@xxxxxxxxxx> > tls: prevent oversized sendfile() hangs by ignoring MSG_MORE > > Jakub Kicinski <kuba@xxxxxxxxxx> > selftests: tls: fix chacha+bidir tests > > Jakub Kicinski <kuba@xxxxxxxxxx> > selftests: tls: clean up uninitialized warnings > > Yunsheng Lin <linyunsheng@xxxxxxxxxx> > net: sched: add barrier to ensure correct ordering for lockless qdisc > > Antoine Tenart <atenart@xxxxxxxxxx> > vrf: do not push non-ND strict packets with a source LLA through packet taps again > > Pavel Skripkin <paskripkin@xxxxxxxxx> > net: ethernet: ezchip: fix error handling > > Pavel Skripkin <paskripkin@xxxxxxxxx> > net: ethernet: ezchip: fix UAF in nps_enet_remove > > Pavel Skripkin <paskripkin@xxxxxxxxx> > net: ethernet: aeroflex: fix UAF in greth_of_remove > > Shayne Chen <shayne.chen@xxxxxxxxxxxx> > mt76: mt7915: fix rx fcs error count in testmode > > Sean Wang <sean.wang@xxxxxxxxxxxx> > mt76: mt7921: fix OMAC idx usage > > Colin Ian King <colin.king@xxxxxxxxxxxxx> > mt76: mt7921: remove redundant check on type > > Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > mt76: connac: alaways wake the device before scanning > > Sean Wang <sean.wang@xxxxxxxxxxxx> > mt76: mt7921: consider the invalid value for to_rssi > > YN Chen <yn.chen@xxxxxxxxxxxx> > mt76: connac: fix WoW with disconnetion and bitmap pattern > > Sean Wang <sean.wang@xxxxxxxxxxxx> > mt76: mt7921: Don't alter Rx path classifier > > Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > mt76: mt7615: fix NULL pointer dereference in tx_prepare_skb() > > Lorenzo Bianconi <lorenzo@xxxxxxxxxx> > mt76: fix possible NULL pointer dereference in mt76_tx > > Pavel Machek <pavel@xxxxxxx> > net: pxa168_eth: Fix a potential data race in pxa168_eth_remove > > Wang Hai <wanghai38@xxxxxxxxxx> > samples/bpf: Fix the error return code of xdp_redirect's main() > > Wang Hai <wanghai38@xxxxxxxxxx> > samples/bpf: Fix Segmentation fault for xdp_redirect command > > Jack Wang <jinpu.wang@xxxxxxxxxxxxxxx> > RDMA/rtrs-srv: Set minimal max_send_wr and max_recv_wr > > Tony Ambardar <tony.ambardar@xxxxxxxxx> > bpf: Fix libelf endian handling in resolv_btfids > > Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > xsk: Fix broken Tx ring validation > > Magnus Karlsson <magnus.karlsson@xxxxxxxxx> > xsk: Fix missing validation for skb and unaligned mode > > Daniel Xu <dxu@xxxxxxxxx> > selftests/bpf: Whitelist test_progs.h from .gitignore > > Bob Pearson <rpearsonhpe@xxxxxxxxx> > RDMA/rxe: Fix qp reference counting for atomic ops > > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols > > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > netfilter: nft_osf: check for TCP packet before further processing > > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > netfilter: nft_exthdr: check for IPv6 packet before further processing > > Leon Romanovsky <leon@xxxxxxxxxx> > RDMA/mlx5: Don't add slave port to unaffiliated list > > Liu Shixin <liushixin2@xxxxxxxxxx> > netlabel: Fix memory leak in netlbl_mgmt_add_common > > Johannes Berg <johannes.berg@xxxxxxxxx> > wil6210: remove erroneous wiphy locking > > Seevalamuthu Mariappan <seevalam@xxxxxxxxxxxxxx> > ath11k: send beacon template after vdev_start/restart during csa > > Yang Li <yang.lee@xxxxxxxxxxxxxxxxx> > ath10k: Fix an error code in ath10k_add_interface() > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > ath11k: Fix an error handling path in ath11k_core_fetch_board_data_api_n() > > Hang Zhang <zh.nvgt@xxxxxxxxx> > cw1200: Revert unnecessary patches that fix unreal use-after-free bugs > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > brcmsmac: mac80211_if: Fix a resource leak in an error handling path > > Matthias Brugger <mbrugger@xxxxxxxx> > brcmfmac: Delete second brcm folder hierarchy > > Tong Tiangen <tongtiangen@xxxxxxxxxx> > brcmfmac: Fix a double-free in brcmf_sdio_bus_reset > > Alvin Šipraga <ALSI@xxxxxxxxxxxxxxx> > brcmfmac: correctly report average RSSI in station info > > Alvin Šipraga <ALSI@xxxxxxxxxxxxxxx> > brcmfmac: fix setting of station info chains bitmask > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > ssb: Fix error return code in ssb_bus_scan() > > Bryan O'Donoghue <bryan.odonoghue@xxxxxxxxxx> > wcn36xx: Move hal_buf allocation to devm_kmalloc in probe > > Lucas Stach <l.stach@xxxxxxxxxxxxxx> > clk: imx8mq: remove SYS PLL 1/2 clock gates > > Dongliang Mu <mudongliangabcd@xxxxxxxxx> > ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > wireless: carl9170: fix LEDS build errors & warnings > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > ath10k: add missing error return code in ath10k_pci_probe() > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > ath10k: go to path err_unsupported when chip id is not supported > > Zhihao Cheng <chengzhihao1@xxxxxxxxxx> > tools/bpftool: Fix error return code in do_batch() > > Colin Ian King <colin.king@xxxxxxxxxxxxx> > drm: qxl: ensure surf.data is ininitialized > > Luca Ceresoli <luca@xxxxxxxxxxxxxxxx> > clk: vc5: fix output disabling when enabling a FOD > > Maxime Ripard <maxime@xxxxxxxxxx> > drm/vc4: hdmi: Fix error path of hpd-gpios > > Kees Cook <keescook@xxxxxxxxxxxx> > drm/pl111: Actually fix CONFIG_VEXPRESS_CONFIG depends > > Kamal Heib <kamalheib1@xxxxxxxxx> > RDMA/rxe: Fix failure during driver load > > Kees Cook <keescook@xxxxxxxxxxxx> > drm/pl111: depend on CONFIG_VEXPRESS_CONFIG > > Leon Romanovsky <leon@xxxxxxxxxx> > RDMA/core: Sanitize WQ state received from the userspace > > Boris Sukholitko <boris.sukholitko@xxxxxxxxxxxx> > net/sched: act_vlan: Fix modify to allow 0 > > Xin Long <lucien.xin@xxxxxxxxx> > xfrm: remove the fragment check for ipv6 beet mode > > Dmitry Osipenko <digetx@xxxxxxxxx> > clk: tegra30: Use 300MHz for video decoder by default > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > ehea: fix error return code in ehea_restart_qps() > > Gioh Kim <gi-oh.kim@xxxxxxxxxxxxxxx> > RDMA/rtrs-clt: Fix memory leak of not-freed sess->stats and stats->pcpu_stats > > Md Haris Iqbal <haris.iqbal@xxxxxxxxxxxxxxx> > RDMA/rtrs-clt: Check if the queue_depth has changed during a reconnection > > Jack Wang <jinpu.wang@xxxxxxxxxxxxxxx> > RDMA/rtrs-srv: Fix memory leak when having multiple sessions > > Gioh Kim <gi-oh.kim@xxxxxxxxxxxxxxx> > RDMA/rtrs-srv: Fix memory leak of unfreed rtrs_srv_stats object > > Gioh Kim <gi-oh.kim@xxxxxxxxxxxxxxx> > RDMA/rtrs: Do not reset hb_missed_max after re-connection > > Md Haris Iqbal <haris.iqbal@xxxxxxxxxxxxxxx> > RDMA/rtrs-clt: Check state of the rtrs_clt_sess before reading its stats > > Bart Van Assche <bvanassche@xxxxxxx> > RDMA/srp: Fix a recently introduced memory leak > > Jianguo Wu <wujianguo@xxxxxxxxxxxxxxx> > mptcp: generate subflow hmac after mptcp_finish_join() > > Jianguo Wu <wujianguo@xxxxxxxxxxxxxxx> > mptcp: fix pr_debug in mptcp_token_new_connect > > Colin Ian King <colin.king@xxxxxxxxxxxxx> > drm/rockchip: cdn-dp: fix sign extension on an int multiply for a u64 result > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > drm/rockchip: lvds: Fix an error handling path > > Thomas Hebb <tommyhebb@xxxxxxxxx> > drm/rockchip: dsi: move all lane config except LCDC mux to bind() > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write() > > Alex Bee <knaerzche@xxxxxxxxx> > drm: rockchip: set alpha_en to 0 if it is not used > > Maxime Ripard <maxime@xxxxxxxxxx> > drm/vc4: crtc: Lookup the encoder from the register at boot > > Maxime Ripard <maxime@xxxxxxxxxx> > drm/vc4: crtc: Fix vc4_get_crtc_encoder logic > > Maxime Ripard <maxime@xxxxxxxxxx> > drm/vc4: crtc: Pass the drm_atomic_state to config_pv > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > net: ftgmac100: add missing error return code in ftgmac100_probe() > > Aurabindo Pillai <aurabindo.pillai@xxxxxxx> > drm/amd/display: take dc_lock in short pulse handler only > > Zhan Liu <zhan.liu@xxxxxxx> > drm/amd/display: Avoid HPD IRQ in GPU reset state > > Roman Li <Roman.Li@xxxxxxx> > drm/amd/display: fix potential gpu reset deadlock > > Jerome Brunet <jbrunet@xxxxxxxxxxxx> > clk: meson: g12a: fix gp0 and hifi ranges > > Wei Yongjun <weiyongjun1@xxxxxxxxxx> > net: qrtr: ns: Fix error return code in qrtr_ns_init() > > Thomas Hellstrom <thellstrom@xxxxxxxxxx> > drm/vmwgfx: Fix cpu updates of coherent multisample surfaces > > Thomas Hellstrom <thellstrom@xxxxxxxxxx> > drm/vmwgfx: Mark a surface gpu-dirty after the SVGA3dCmdDXGenMips command > > Yixian Liu <liuyixian@xxxxxxxxxx> > RDMA/hns: Remove the condition of light load for posting DWQE > > Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities > > Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin > > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > net: pch_gbe: Propagate error from devm_gpio_request_one() > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > net: mvpp2: Put fwnode in error case during ->probe() > > Lucas Stach <l.stach@xxxxxxxxxxxxxx> > drm/imx: ipuv3-plane: fix PRG modifiers after drm managed resource conversion > > Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > drm/imx: ipuv3-plane: do not advertise YUV formats on planes without CSC > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > video: fbdev: imxfb: Fix an error message > > Takashi Iwai <tiwai@xxxxxxx> > drm/ast: Fix missing conversions to managed API > > Yingjie Wang <wangyingjie55@xxxxxxx> > drm/amd/dc: Fix a missing check bug in dm_dp_mst_detect() > > Douglas Anderson <dianders@xxxxxxxxxxxx> > drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable() > > Robert Foss <robert.foss@xxxxxxxxxx> > drm/bridge/sii8620: fix dependency on extcon > > Sabrina Dubroca <sd@xxxxxxxxxxxxxxx> > xfrm: xfrm_state_mtu should return at least 1280 for ipv6 > > Liu Shixin <liushixin2@xxxxxxxxxx> > mm/page_alloc: fix counting of managed_pages > > Waiman Long <longman@xxxxxxxxxx> > mm: memcg/slab: properly set up gfp flags for objcg pointer array > > Miaohe Lin <linmiaohe@xxxxxxxxxx> > mm/shmem: fix shmem_swapin() race with swapoff > > Miaohe Lin <linmiaohe@xxxxxxxxxx> > swap: fix do_swap_page() race with swapoff > > Nicolas Saenz Julienne <nsaenzju@xxxxxxxxxx> > mm: mmap_lock: use local locks instead of disabling preemption > > Anshuman Khandual <anshuman.khandual@xxxxxxx> > mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage() > > Jan Kara <jack@xxxxxxx> > dax: fix ENOMEM handling in grab_mapping_entry() > > Dan Carpenter <dan.carpenter@xxxxxxxxxx> > ocfs2: fix snprintf() checking > > Ming Lei <ming.lei@xxxxxxxxxx> > blk-mq: update hctx->dispatch_busy in case of real scheduler > > Edward Hsieh <edwardh@xxxxxxxxxxxx> > block: fix trace completion for chained bio > > Chanwoo Choi <cw00.choi@xxxxxxxxxxx> > PM / devfreq: passive: Fix get_target_freq when not using required-opp > > Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > cpufreq: Make cpufreq_online() call driver->offline() on errors > > Nathan Chancellor <nathan@xxxxxxxxxx> > ACPI: bgrt: Fix CFI violation > > Zhang Yi <yi.zhang@xxxxxxxxxx> > blk-wbt: make sure throttle is enabled properly > > Zhang Yi <yi.zhang@xxxxxxxxxx> > blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled() > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > EDAC/igen6: fix core dependency > > Xiaofei Tan <tanxiaofei@xxxxxxxxxx> > ACPI: APEI: fix synchronous external aborts in user-mode > > Matti Vaittinen <matti.vaittinen@xxxxxxxxxxxxxxxxx> > extcon: extcon-max8997: Fix IRQ freeing at error path > > Tony Lindgren <tony@xxxxxxxxxxx> > clocksource/drivers/timer-ti-dm: Save and restore timer TIOCP_CFG > > Guoqing Jiang <jgq516@xxxxxxxxx> > md: revert io stats accounting > > Christoph Hellwig <hch@xxxxxx> > mark pstore-blk as broken > > Krzysztof Wilczyński <kw@xxxxxxxxx> > ACPI: sysfs: Fix a buffer overrun problem with description_show() > > Jing Xiangfeng <jingxiangfeng@xxxxxxxxxx> > ACPI: tables: FPDT: Add missing acpi_put_table() in acpi_init_fpdt() > > Mario Limonciello <mario.limonciello@xxxxxxx> > nvme-pci: look for StorageD3Enable on companion ACPI device instead > > Praveen Kumar <kumarpraveen@xxxxxxxxxxxxxxxxxxx> > x86/hyperv: fix logical processor creation > > Ming Lei <ming.lei@xxxxxxxxxx> > block: avoid double io accounting for flush request > > Rafael J. Wysocki <rafael.j.wysocki@xxxxxxxxx> > ACPI: PM / fan: Put fan device IDs into separate header file > > YueHaibing <yuehaibing@xxxxxxxxxx> > PM / devfreq: Add missing error code in devfreq_add_device() > > Arnd Bergmann <arnd@xxxxxxxx> > EDAC/aspeed: Use proper format string for printing resource > > Dafna Hirschfeld <dafna.hirschfeld@xxxxxxxxxxxxx> > media: mtk-vpu: on suspend, read/write regs only if vpu is running > > Philipp Zabel <p.zabel@xxxxxxxxxxxxxx> > media: video-mux: Skip dangling endpoints > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: selftests: Remove errant asm/barrier.h include to fix arm64 build > > Hou Wenlong <houwenlong93@xxxxxxxxxxxxxxxxx> > KVM: selftests: fix triple fault if ept=0 in dirty_log_test > > Zhaoyang Huang <zhaoyang.huang@xxxxxxxxxx> > psi: Fix race between psi_trigger_create/destroy > > Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> > crypto: nx - Fix RCU warning in nx842_OF_upd_status > > Mirko Vogt <mirko-dev|linux@xxxxxxx> > spi: spi-sun6i: Fix chipselect/clock bug > > Peter Zijlstra <peterz@xxxxxxxxxxxxx> > lockdep/selftests: Fix selftests vs PROVE_RAW_LOCK_NESTING > > Peter Zijlstra <peterz@xxxxxxxxxxxxx> > lockdep: Fix wait-type for empty stack > > Qais Yousef <qais.yousef@xxxxxxx> > sched/uclamp: Fix uclamp_tg_restrict() > > Vincent Donnefort <vincent.donnefort@xxxxxxx> > sched/rt: Fix Deadline utilization tracking during policy change > > Vincent Donnefort <vincent.donnefort@xxxxxxx> > sched/rt: Fix RT utilization tracking during policy change > > Joerg Roedel <jroedel@xxxxxxx> > x86/sev: Split up runtime #VC handler for correct state tracking > > Joerg Roedel <jroedel@xxxxxxx> > x86/sev: Make sure IRQs are disabled while GHCB is active > > David Sterba <dsterba@xxxxxxxx> > btrfs: clear log tree recovering status if starting transaction fails > > Axel Lin <axel.lin@xxxxxxxxxx> > regulator: hi6421v600: Fix setting idle mode > > Axel Lin <axel.lin@xxxxxxxxxx> > regulator: hi655x: Fix pass wrong pointer to config.driver_data > > Alexandru Elisei <alexandru.elisei@xxxxxxx> > KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is set > > Tuan Phan <tuanphan@xxxxxxxxxxxxxxxxxxxxxx> > perf/arm-cmn: Fix invalid pointer when access dtc object sharing the same IRQ number > > Kai Huang <kai.huang@xxxxxxxxx> > KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level() > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: x86/mmu: Drop redundant trace_kvm_mmu_set_spte() in the TDP MMU > > Kai Huang <kai.huang@xxxxxxxxx> > KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level() > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: nVMX: Don't clobber nested MMU's A/D status on EPTP switch > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: nVMX: Sync all PGDs on nested transition with shadow paging > > Guenter Roeck <linux@xxxxxxxxxxxx> > hwmon: (max31790) Fix fan speed reporting for fan7..12 > > Guenter Roeck <linux@xxxxxxxxxxxx> > hwmon: (max31722) Remove non-standard ACPI device IDs > > Guenter Roeck <linux@xxxxxxxxxxxx> > hwmon: (lm70) Revert "hwmon: (lm70) Add support for ACPI" > > Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> > media: i2c: rdacm21: Power up OV10640 before OV490 > > Jacopo Mondi <jacopo+renesas@xxxxxxxxxx> > media: i2c: rdacm21: Fix OV10640 powerup > > Dillon Min <dillon.minfei@xxxxxxxxx> > media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx > > Arnd Bergmann <arnd@xxxxxxxx> > media: subdev: remove VIDIOC_DQEVENT_TIME32 handling > > Arnd Bergmann <arnd@xxxxxxxx> > media: v4l2-core: ignore native time32 ioctls on 64-bit > > Anshuman Khandual <anshuman.khandual@xxxxxxx> > arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > mmc: usdhi6rol0: fix error return code in usdhi6_probe() > > Hongbo Li <herberthbli@xxxxxxxxxxx> > crypto: sm2 - fix a memory leak in sm2 > > Hangbin Liu <liuhangbin@xxxxxxxxx> > crypto: x86/curve25519 - fix cpu feature checking logic in mod_exit > > Zhang Qilong <zhangqilong3@xxxxxxxxxx> > crypto: omap-sham - Fix PM reference leak in omap sham ops > > Tong Tiangen <tongtiangen@xxxxxxxxxx> > crypto: nitrox - fix unchecked variable in nitrox_register_interrupts > > Axel Lin <axel.lin@xxxxxxxxxx> > regulator: fan53880: Fix vsel_mask setting for FAN53880_BUCK > > Gustavo A. R. Silva <gustavoars@xxxxxxxxxx> > media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2() > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning > > Johan Hovold <johan@xxxxxxxxxx> > media: gspca/gl860: fix zero-length control requests > > Joe Richey <joerichey@xxxxxxxxxx> > media: vicodec: Use _BITUL() macro in UAPI headers > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > media: tc358743: Fix error return code in tc358743_probe_of() > > Dan Carpenter <dan.carpenter@xxxxxxxxxx> > media: au0828: fix a NULL vs IS_ERR() check > > Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx> > media: exynos4-is: Fix a use after free in isp_video_release > > Ezequiel Garcia <ezequiel@xxxxxxxxxxxxx> > media: rkvdec: Fix .buf_prepare > > Andy Shevchenko <andy.shevchenko@xxxxxxxxx> > media: ipu3-cio2: Fix reference counting when looping over ACPI devices > > Valentin Schneider <valentin.schneider@xxxxxxx> > sched: Don't defer CPU pick to migration_cpu_stop() > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > locking/lockdep: Reduce LOCKDEP dependency list > > Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx> > pata_ep93xx: fix deferred probing > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > media: rc: i2c: Fix an error message > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > crypto: ccp - Fix a resource leak in an error handling path > > Suman Anna <s-anna@xxxxxx> > crypto: sa2ul - Fix pm_runtime enable in sa_ul_probe() > > Suman Anna <s-anna@xxxxxx> > crypto: sa2ul - Fix leaks on failure paths with sa_dma_init() > > Joe Richey <joerichey@xxxxxxxxxx> > x86/elf: Use _BITUL() macro in UAPI headers > > Mimi Zohar <zohar@xxxxxxxxxxxxx> > evm: fix writing <securityfs>/evm overflow > > Sergey Shtylyov <s.shtylyov@xxxxxx> > pata_octeon_cf: avoid WARN_ON() in ata_host_activate() > > Josh Poimboeuf <jpoimboe@xxxxxxxxxx> > kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n' > > Qais Yousef <qais.yousef@xxxxxxx> > sched/uclamp: Fix locking around cpu_util_update_eff() > > Qais Yousef <qais.yousef@xxxxxxx> > sched/uclamp: Fix wrong implementation of cpu.uclamp.min > > Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > media: I2C: change 'RST' to "RSET" to fix multiple build errors > > Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx> > pata_rb532_cf: fix deferred probing > > Sergey Shtylyov <s.shtylyov@xxxxxxxxxxxx> > sata_highbank: fix deferred probing > > Zhen Lei <thunder.leizhen@xxxxxxxxxx> > crypto: ux500 - Fix error return code in hash_hw_final() > > Corentin Labbe <clabbe@xxxxxxxxxxxx> > crypto: ixp4xx - update IV after requests > > Corentin Labbe <clabbe@xxxxxxxxxxxx> > crypto: ixp4xx - dma_unmap the correct address > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: hantro: do a PM resume earlier > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: i2c: ccs-core: return the right error code at suspend > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: s5p_cec: decrement usage count if disabled > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: venus: Rework error fail recover logic > > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > spi: Avoid undefined behaviour when counting unused native CSs > > Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx> > spi: Allow to have all native CSs in use along with GPIOs > > Daniel Axtens <dja@xxxxxxxxxx> > mm: define default MAX_PTRS_PER_* in include/pgtable.h > > Roman Gushchin <guro@xxxxxx> > writeback, cgroup: increment isw_nr_in_flight before grabbing an inode > > Arnd Bergmann <arnd@xxxxxxxx> > ia64: mca_drv: fix incorrect array size calculation > > Petr Mladek <pmladek@xxxxxxxx> > kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() > > Ming Lei <ming.lei@xxxxxxxxxx> > block: fix discard request merge > > Shawn Guo <shawn.guo@xxxxxxxxxx> > mailbox: qcom: Use PLATFORM_DEVID_AUTO to register platform device > > Jan Kara <jack@xxxxxxx> > bfq: Remove merged request already in bfq_requests_merged() > > Steve French <stfrench@xxxxxxxxxxxxx> > cifs: fix missing spinlock around update to ses->status > > Jason Gerecke <killertofu@xxxxxxxxx> > HID: wacom: Correct base usage for capacitive ExpressKey status bits > > Steve French <stfrench@xxxxxxxxxxxxx> > smb3: fix possible access to uninitialized pointer to DACL > > Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx> > ACPI: tables: Add custom DSDT file as makefile prerequisite > > Javier Martinez Canillas <javierm@xxxxxxxxxx> > tpm_tis_spi: add missing SPI device ID entries > > Paul E. McKenney <paulmck@xxxxxxxxxx> > clocksource: Check per-CPU clock synchronization when marked unstable > > Paul E. McKenney <paulmck@xxxxxxxxxx> > clocksource: Retry clock read if long delays detected > > Zhang Rui <rui.zhang@xxxxxxxxx> > ACPI: EC: trust DSDT GPE for certain HP laptop > > Steve French <stfrench@xxxxxxxxxxxxx> > smb3: fix uninitialized value for port in witness protocol move > > Paulo Alcantara <pc@xxxxxx> > cifs: fix check of dfs interlinks > > Ronnie Sahlberg <lsahlber@xxxxxxxxxx> > cifs: improve fallocate emulation > > Haiyang Zhang <haiyangz@xxxxxxxxxxxxx> > PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv() > > Srinivas Pandruvada <srinivas.pandruvada@xxxxxxxxxxxxxxx> > tools/power/x86/intel-speed-select: Fix uncore memory frequency display > > Tony Luck <tony.luck@xxxxxxxxx> > EDAC/Intel: Do not load EDAC driver when running as a guest > > Hannes Reinecke <hare@xxxxxxx> > nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst() > > JK Kim <jongkang.kim2@xxxxxxxxx> > nvme-pci: fix var. type for increasing cq_head > > Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx> > platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard() > > Luke D. Jones <luke@xxxxxxxxxx> > platform/x86: asus-nb-wmi: Revert "add support for ASUS ROG Zephyrus G14 and G15" > > Luke D. Jones <luke@xxxxxxxxxx> > platform/x86: asus-nb-wmi: Revert "Drop duplicate DMI quirk structures" > > Ming Lei <ming.lei@xxxxxxxxxx> > block: fix race between adding/removing rq qos and normal IO > > Pascal Giard <pascal.giard@xxxxxxxxx> > HID: sony: fix freeze when inserting ghlive ps3/wii dongles > > Zoltan Tamas Vajda <zoltan.tamas.vajda@xxxxxxxxx> > HID: hid-input: add Surface Go battery quirk > > Hui Wang <hui.wang@xxxxxxxxxxxxx> > ACPI: resources: Add checks for ACPI IRQ override > > Hanjun Guo <guohanjun@xxxxxxxxxx> > ACPI: bus: Call kobject_put() in acpi_init() error path > > Erik Kaneda <erik.kaneda@xxxxxxxxx> > ACPICA: Fix memory leak caused by _CID repair function > > Alexander Aring <aahringo@xxxxxxxxxx> > fs: dlm: fix memory leak when fenced > > Alexander Aring <aahringo@xxxxxxxxxx> > fs: dlm: fix lowcomms_start error case > > Jiapeng Chong <jiapeng.chong@xxxxxxxxxxxxxxxxx> > drivers: hv: Fix missing error code in vmbus_connect() > > Christian Brauner <christian.brauner@xxxxxxxxxx> > open: don't silently ignore unknown O-flags in openat2() > > Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx> > random32: Fix implicit truncation warning in prandom_seed_state() > > Alexander Aring <aahringo@xxxxxxxxxx> > fs: dlm: cancel work sync othercon > > Alexander Aring <aahringo@xxxxxxxxxx> > fs: dlm: reconnect if socket error report occurs > > Ming Lei <ming.lei@xxxxxxxxxx> > blk-mq: clear stale request in tags->rq[] before freeing one request pool > > Ming Lei <ming.lei@xxxxxxxxxx> > blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter > > zhangyi (F) <yi.zhang@xxxxxxxxxx> > block_dump: remove block_dump feature in mark_inode_dirty() > > Chris Chiu <chris.chiu@xxxxxxxxxxxxx> > ACPI: EC: Make more Asus laptops use ECDT _GPE > > Hans de Goede <hdegoede@xxxxxxxxxx> > platform/x86: touchscreen_dmi: Add info for the Goodix GT912 panel of TM800A550L tablets > > Hans de Goede <hdegoede@xxxxxxxxxx> > platform/x86: touchscreen_dmi: Add an extra entry for the upside down Goodix touchscreen on Teclast X89 tablets > > Hans de Goede <hdegoede@xxxxxxxxxx> > Input: goodix - platform/x86: touchscreen_dmi - Move upside down quirks to touchscreen_dmi.c > > Richard Fitzgerald <rf@xxxxxxxxxxxxxxxxxxxxx> > lib: vsprintf: Fix handling of number field widths in vsscanf > > YueHaibing <yuehaibing@xxxxxxxxxx> > hv_utils: Fix passing zero to 'PTR_ERR' warning > > Mario Limonciello <mario.limonciello@xxxxxxx> > ACPI: processor idle: Fix up C-state latency if not ordered > > Alex Deucher <alexander.deucher@xxxxxxx> > ACPI: PM: s2idle: Add missing LPS0 functions for AMD > > Bixuan Cui <cuibixuan@xxxxxxxxxx> > EDAC/ti: Add missing MODULE_DEVICE_TABLE > > Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> > HID: do not use down_interruptible() when unbinding devices > > Luke D Jones <luke@xxxxxxxxxx> > ACPI: video: use native backlight for GA401/GA502/GA503 > > Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> > media: Fix Media Controller API config checks > > Axel Lin <axel.lin@xxxxxxxxxx> > regulator: da9052: Ensure enough delay time for .set_voltage_time_sel > > Hsin-Hsiung Wang <hsin-hsiung.wang@xxxxxxxxxxxx> > regulator: mt6358: Fix vdram2 .vsel_mask > > Heiko Carstens <hca@xxxxxxxxxxxxx> > KVM: s390: get rid of register asm usage > > Boqun Feng <boqun.feng@xxxxxxxxx> > lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage() > > Boqun Feng <boqun.feng@xxxxxxxxx> > locking/lockdep: Fix the dep path printing for backwards BFS > > Christophe Leroy <christophe.leroy@xxxxxxxxxx> > btrfs: disable build on platforms having page size 256K > > Qu Wenruo <wqu@xxxxxxxx> > btrfs: don't clear page extent mapped if we're not invalidating the full page > > David Sterba <dsterba@xxxxxxxx> > btrfs: sysfs: fix format string for some discard stats > > Josef Bacik <josef@xxxxxxxxxxxxxx> > btrfs: always abort the transaction if we abort a trans handle > > Josef Bacik <josef@xxxxxxxxxxxxxx> > btrfs: abort transaction if we fail to update the delayed inode > > Josef Bacik <josef@xxxxxxxxxxxxxx> > btrfs: fix error handling in __btrfs_update_delayed_inode > > Suraj Jitindar Singh <sjitindarsingh@xxxxxxxxx> > KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors > > Marc Zyngier <maz@xxxxxxxxxx> > KVM: arm64: Restore PMU configuration on first run > > Jing Xiangfeng <jingxiangfeng@xxxxxxxxxx> > drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe() > > Lukasz Luba <lukasz.luba@xxxxxxx> > sched/fair: Take thermal pressure into account while estimating energy > > Guenter Roeck <linux@xxxxxxxxxxxx> > hwmon: (max31790) Fix pwmX_enable attributes > > Guenter Roeck <linux@xxxxxxxxxxxx> > hwmon: (max31790) Report correct current pwm duty cycles > > Steve Longerbeam <slongerbeam@xxxxxxxxx> > media: imx-csi: Skip first few frames from a BT.656 source > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: siano: fix device register error path > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: dvbdev: fix error logic at dvb_register_device() > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: dvb_net: avoid speculation from net slot > > Ard Biesheuvel <ardb@xxxxxxxxxx> > crypto: shash - avoid comparing pointers to exported functions under CFI > > Axel Lin <axel.lin@xxxxxxxxxx> > regulator: mt6315: Fix checking return value of devm_regmap_init_spmi_ext > > zpershuai <zpershuai@xxxxxxxxx> > spi: meson-spicc: fix memory leak in meson_spicc_probe > > zpershuai <zpershuai@xxxxxxxxx> > spi: meson-spicc: fix a wrong goto jump for avoiding memory leak. > > Andrew Jeffery <andrew@xxxxxxxx> > mmc: sdhci-of-aspeed: Turn down a phase correction warning > > Zheyu Ma <zheyuma97@xxxxxxxxx> > mmc: via-sdmmc: add a check against NULL pointer dereference > > Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxx> > mmc: sdhci-sprd: use sdhci_sprd_writew > > Tong Zhang <ztong0001@xxxxxxxxx> > memstick: rtsx_usb_ms: fix UAF > > Dongliang Mu <mudongliangabcd@xxxxxxxxx> > media: dvd_usb: memory leak in cinergyt2_fe_attach > > Nick Desaulniers <ndesaulniers@xxxxxxxxxx> > Makefile: fix GDB warning with CONFIG_RELR > > Kai Ye <yekai13@xxxxxxxxxx> > crypto: hisilicon/sec - fixup 3des minimum key size declaration > > Evgeny Novikov <novikov@xxxxxxxxx> > media: st-hva: Fix potential NULL pointer dereferences > > Zheyu Ma <zheyuma97@xxxxxxxxx> > media: bt8xx: Fix a missing check bug in bt878_probe > > Lv Yunlong <lyl2019@xxxxxxxxxxxxxxxx> > media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release > > Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxxxx> > media: cedrus: Fix .buf_prepare > > Andrzej Pietrasiewicz <andrzej.p@xxxxxxxxxxxxx> > media: hantro: Fix .buf_prepare > > Igor Matheus Andrade Torrente <igormtorrente@xxxxxxxxx> > media: em28xx: Fix possible memory leak of em28xx struct > > Tong Zhang <ztong0001@xxxxxxxxx> > media: bt878: do not schedule tasklet when it is not setup > > Dillon Min <dillon.minfei@xxxxxxxxx> > media: i2c: ov2659: Use clk_{prepare_enable,disable_unprepare}() to set xvclk on/off > > Roberto Sassu <roberto.sassu@xxxxxxxxxx> > ima: Don't remove security.ima if file must not be appraised > > Odin Ugedal <odin@xxxxxxx> > sched/fair: Fix ascii art by relpacing tabs > > Tian Tao <tiantao6@xxxxxxxxxxxxx> > arm64: perf: Convert snprintf to sysfs_emit > > Thara Gopinath <thara.gopinath@xxxxxxxxxx> > crypto: qce: skcipher: Fix incorrect sg count for dma transfers > > Jack Xu <jack.xu@xxxxxxxxx> > crypto: qat - remove unused macro in FW loader > > Jack Xu <jack.xu@xxxxxxxxx> > crypto: qat - check return code of qat_hal_rd_rel_reg() > > Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > media: imx: imx7_mipi_csis: Fix logging of only error event counters > > Anirudh Rayabharam <mail@xxxxxxxxxxxxx> > media: pvrusb2: fix warning in pvr2_i2c_core_done > > Jernej Skrabec <jernej.skrabec@xxxxxxxx> > media: hevc: Fix dependent slice segment flags > > Hans Verkuil <hverkuil-cisco@xxxxxxxxx> > media: cobalt: fix race condition in setting HPD > > Pavel Skripkin <paskripkin@xxxxxxxxx> > media: cpia2: fix memory leak in cpia2_usb_probe > > Valentin Schneider <valentin.schneider@xxxxxxx> > sched: Make the idle task quack like a per-CPU kthread > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: sti: fix obj-$(config) targets > > Bixuan Cui <cuibixuan@xxxxxxxxxx> > crypto: nx - add missing MODULE_DEVICE_TABLE > > Łukasz Stelmach <l.stelmach@xxxxxxxxxxx> > hwrng: exynos - Fix runtime PM imbalance on error > > Valentin Schneider <valentin.schneider@xxxxxxx> > sched/core: Initialize the idle task with preemption disabled > > Zou Wei <zou_wei@xxxxxxxxxx> > regulator: uniphier: Add missing MODULE_DEVICE_TABLE > > Tian Tao <tiantao6@xxxxxxxxxxxxx> > spi: omap-100k: Fix the length judgment problem > > Jay Fang <f.fangjian@xxxxxxxxxx> > spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages() > > Jay Fang <f.fangjian@xxxxxxxxxx> > spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: exynos-gsc: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: exynos4-is: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: sti/bdisp: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: sunxi: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: s5p-jpeg: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: mtk-vcodec: fix PM runtime get logic > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: sh_vou: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: am437x: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: s5p: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: mdk-mdp: fix pm_runtime_get_sync() usage count > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: marvel-ccic: fix some issues when getting pm_runtime > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > media: i2c: imx334: fix the pm runtime get logic > > Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx> > staging: media: rkvdec: fix pm_runtime_get_sync() usage count > > Alexey Gladkov <legion@xxxxxxxxxx> > Add a reference to ucounts for each cred > > Charles Keepax <ckeepax@xxxxxxxxxxxxxxxxxxxxx> > spi: Make of_register_spi_device also set the fwnode > > Lukasz Luba <lukasz.luba@xxxxxxx> > thermal/cpufreq_cooling: Update offline CPUs per-cpu thermal_pressure > > Miklos Szeredi <mszeredi@xxxxxxxxxx> > fuse: reject internal errno > > Miklos Szeredi <mszeredi@xxxxxxxxxx> > fuse: check connected before queueing on fpq->io > > Miklos Szeredi <mszeredi@xxxxxxxxxx> > fuse: ignore PG_workingset after stealing > > Greg Kurz <groug@xxxxxxxx> > fuse: Fix infinite loop in sget_fc() > > Greg Kurz <groug@xxxxxxxx> > fuse: Fix crash if superblock of submount gets killed early > > Greg Kurz <groug@xxxxxxxx> > fuse: Fix crash in fuse_dentry_automount() error path > > Roberto Sassu <roberto.sassu@xxxxxxxxxx> > evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded > > Roberto Sassu <roberto.sassu@xxxxxxxxxx> > evm: Execute evm_inode_init_security() only when an HMAC key is loaded > > Kristian Klausen <kristian@xxxxxxxxxx> > loop: Fix missing discard support when using LOOP_CONFIGURE > > Kan Liang <kan.liang@xxxxxxxxxxxxxxx> > perf/x86/intel: Fix instructions:ppp support in Sapphire Rapids > > Kan Liang <kan.liang@xxxxxxxxxxxxxxx> > perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire Rapids > > Tejas Upadhyay <tejaskumarx.surendrakumar.upadhyay@xxxxxxxxx> > x86/gpu: add JasperLake to gen11 early quirks > > Michael Ellerman <mpe@xxxxxxxxxxxxxx> > powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi() > > Yun Zhou <yun.zhou@xxxxxxxxxxxxx> > seq_buf: Make trace_seq_putmem_hex() support data longer than 8 > > Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing > > Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> > tracing/histograms: Fix parsing of "sym-offset" modifier > > Martin Fuzzey <martin.fuzzey@flowbird.group> > rsi: fix AP mode with WPA failure due to encrypted EAPOL > > Marek Vasut <marex@xxxxxxx> > rsi: Assign beacon rate settings to the correct rate_info descriptor field > > Michael Buesch <m@xxxxxxx> > ssb: sdio: Don't overwrite const buffer if block_write fails > > Pali Rohár <pali@xxxxxxxxxx> > ath9k: Fix kernel NULL pointer dereference during ath_reset_internal() > > Ondrej Zary <linux@xxxxxxx> > serial_cs: remove wrong GLOBETROTTER.cis entry > > Ondrej Zary <linux@xxxxxxx> > serial_cs: Add Option International GSM-Ready 56K/ISDN modem > > Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx> > serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() > > Pali Rohár <pali@xxxxxxxxxx> > serial: mvebu-uart: fix calculation of clock divisor > > Hans de Goede <hdegoede@xxxxxxxxxx> > iio: accel: bmc150: Don't make the remove function of the second accelerometer unregister itself > > Hans de Goede <hdegoede@xxxxxxxxxx> > iio: accel: bmc150: Fix dereferencing the wrong pointer in bmc150_get/set_second_device > > Stephan Gerhold <stephan@xxxxxxxxxxx> > iio: accel: bmc150: Fix bma222 scale unit > > Stephan Gerhold <stephan@xxxxxxxxxxx> > iio: accel: bma180: Fix BMA25x bandwidth register values > > Oliver Lang <Oliver.Lang@xxxxxxxxxxxxxxxxxxx> > iio: ltr501: ltr501_read_ps(): add missing endianness conversion > > Oliver Lang <Oliver.Lang@xxxxxxxxxxxxxxxxxxx> > iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR > > Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> > iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too > > frank zago <frank@xxxxxxxx> > iio: light: tcs3472: do not free unallocated IRQ > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > iio: frequency: adf4350: disable reg and clk on error in adf4350_probe() > > Martin Fuzzey <martin.fuzzey@flowbird.group> > rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path > > Dinh Nguyen <dinguyen@xxxxxxxxxx> > clk: agilex/stratix10: fix bypass representation > > Dinh Nguyen <dinguyen@xxxxxxxxxx> > clk: agilex/stratix10: remove noc_clk > > Dinh Nguyen <dinguyen@xxxxxxxxxx> > clk: agilex/stratix10/n5x: fix how the bypass_reg is handled > > Damien Le Moal <damien.lemoal@xxxxxxx> > clk: k210: Fix k210_clk_set_parent() > > Shin'ichiro Kawasaki <shinichiro.kawasaki@xxxxxxx> > f2fs: Prevent swap file in LFS mode > > Daniel Rosenberg <drosen@xxxxxxxxxx> > f2fs: Advertise encrypted casefolding in sysfs > > Janosch Frank <frankja@xxxxxxxxxxxxx> > s390: mm: Fix secure storage access exception handling > > Vineeth Vijayan <vneethv@xxxxxxxxxxxxx> > s390/cio: dont call css_wait_for_slow_path() inside a lock > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: x86: Properly reset MMU context at vCPU RESET/INIT > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walk > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs > > Nathan Chancellor <nathan@xxxxxxxxxx> > KVM: PPC: Book3S HV: Workaround high stack usage with clang > > Sean Christopherson <seanjc@xxxxxxxxxx> > KVM: nVMX: Handle split-lock #AC exceptions that happen in L2 > > Robin Murphy <robin.murphy@xxxxxxx> > perf/smmuv3: Don't trample existing events with global filter > > Jann Horn <jannh@xxxxxxxxxx> > mm/gup: fix try_grab_compound_head() race with split_huge_page() > > Christophe JAILLET <christophe.jaillet@xxxxxxxxxx> > bus: mhi: pci-generic: Add missing 'pci_disable_pcie_error_reporting()' calls > > Baochen Qiang <bqiang@xxxxxxxxxxxxxx> > bus: mhi: Wait for M2 state during system resume > > Zhang Xiaoxu <zhangxiaoxu5@xxxxxxxxxx> > SUNRPC: Should wake up the privileged task firstly. > > Zhang Xiaoxu <zhangxiaoxu5@xxxxxxxxxx> > SUNRPC: Fix the batch tasks count wraparound. > > Abinaya Kalaiselvan <akalaise@xxxxxxxxxxxxxx> > mac80211: fix NULL ptr dereference during mesh peer connection for non HE devices > > Felix Fietkau <nbd@xxxxxxxx> > mac80211: remove iwlwifi specific workaround that broke sta NDP tx > > Stephane Grosjean <s.grosjean@xxxxxxxxxxxxxxx> > can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path > > Oleksij Rempel <linux@xxxxxxxxxxxxxxxx> > can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done > > Oliver Hartkopp <socketcan@xxxxxxxxxxxx> > can: isotp: isotp_release(): omit unintended hrtimer restart on socket release > > Oliver Hartkopp <socketcan@xxxxxxxxxxxx> > can: gw: synchronize rcu operations before removing gw job entry > > Thadeu Lima de Souza Cascardo <cascardo@xxxxxxxxxxxxx> > can: bcm: delay release of struct bcm_op after synchronize_rcu() > > Stephen Brennan <stephen.s.brennan@xxxxxxxxxx> > ext4: use ext4_grp_locked_error in mb_find_extent > > Pan Dong <pandong.peter@xxxxxxxxxxxxx> > ext4: fix avefreec in find_group_orlov > > Zhang Yi <yi.zhang@xxxxxxxxxx> > ext4: remove check for zero nr_to_scan in ext4_es_scan() > > Zhang Yi <yi.zhang@xxxxxxxxxx> > ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit > > Yang Yingliang <yangyingliang@xxxxxxxxxx> > ext4: return error code when ext4_fill_flex_info() fails > > Jan Kara <jack@xxxxxxx> > ext4: fix overflow in ext4_iomap_alloc() > > Anirudh Rayabharam <mail@xxxxxxxxxxxxx> > ext4: fix kernel infoleak via ext4_extent_header > > Zhang Yi <yi.zhang@xxxxxxxxxx> > ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle > > David Sterba <dsterba@xxxxxxxx> > btrfs: clear defrag status of a root if starting transaction fails > > Naohiro Aota <naohiro.aota@xxxxxxx> > btrfs: fix unbalanced unlock in qgroup_account_snapshot() > > David Sterba <dsterba@xxxxxxxx> > btrfs: compression: don't try to compress if we don't have enough pages > > Filipe Manana <fdmanana@xxxxxxxx> > btrfs: send: fix invalid path for unlink operations after parent orphanization > > Johannes Thumshirn <johannes.thumshirn@xxxxxxx> > btrfs: zoned: bail out if we can't read a reliable write pointer > > Naohiro Aota <naohiro.aota@xxxxxxx> > btrfs: zoned: print message when zone sanity check type fails > > Ludovic Desroches <ludovic.desroches@xxxxxxxxxxxxx> > ARM: dts: at91: sama5d4: fix pinctrl muxing > > Linus Walleij <linus.walleij@xxxxxxxxxx> > ARM: dts: ux500: Fix LED probing > > Yang Jihong <yangjihong1@xxxxxxxxxx> > arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode > > Joerg Roedel <jroedel@xxxxxxx> > crypto: ccp - Annotate SEV Firmware file names > > Kees Cook <keescook@xxxxxxxxxxxx> > crypto: nx - Fix memcpy() over-reading in nonce > > Alexander Larkin <avlarkin82@xxxxxxxxx> > Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl > > Takashi Iwai <tiwai@xxxxxxx> > Input: elants_i2c - fix NULL dereference at probing > > Al Viro <viro@xxxxxxxxxxxxxxxxxx> > iov_iter_fault_in_readable() should do nothing in xarray case > > Al Viro <viro@xxxxxxxxxxxxxxxxxx> > copy_page_to_iter(): fix ITER_DISCARD case > > Kees Cook <keescook@xxxxxxxxxxxx> > selftests/lkdtm: Avoid needing explicit sub-shell > > Desmond Cheong Zhi Xi <desmondcheongzx@xxxxxxxxx> > ntfs: fix validity check for file name attribute > > Andreas Gruenbacher <agruenba@xxxxxxxxxx> > gfs2: Fix error handling in init_statfs > > Andreas Gruenbacher <agruenba@xxxxxxxxxx> > gfs2: Fix underflow in gfs2_page_mkwrite > > Mike Rapoport <rppt@xxxxxxxxxx> > mm/page_alloc: fix memory map initialization for descending nodes > > Zhangjiantao (Kirin, nanjing) <water.zhangjiantao@xxxxxxxxxx> > xhci: solve a double free problem while doing s4 > > Jing Xiangfeng <jingxiangfeng@xxxxxxxxxx> > usb: typec: Add the missed altmode_id_remove() in typec_register_altmode() > > Kyle Tso <kyletso@xxxxxxxxxx> > usb: typec: tcpm: Relax disconnect threshold during power negotiation > > Badhri Jagan Sridharan <badhri@xxxxxxxxxx> > usb: typec: tcpci: Fix up sink disconnect thresholds for PD > > Minas Harutyunyan <Minas.Harutyunyan@xxxxxxxxxxxx> > usb: dwc3: Fix debugfs creation flow > > Hannu Hartikainen <hannu@xxxxxxx> > USB: cdc-acm: blacklist Heimann USB Appset device > > Moritz Fischer <mdf@xxxxxxxxxx> > usb: renesas-xhci: Fix handling of unknown ROM state > > Linyu Yuan <linyyuan@xxxxxxxxxxxxxx> > usb: gadget: eem: fix echo command packet response issue > > Pavel Skripkin <paskripkin@xxxxxxxxx> > net: can: ems_usb: fix use-after-free in ems_usb_disconnect() > > Johan Hovold <johan@xxxxxxxxxx> > Input: usbtouchscreen - fix control-request directions > > Pavel Skripkin <paskripkin@xxxxxxxxx> > media: dvb-usb: fix wrong definition > > Jeremy Szu <jeremy.szu@xxxxxxxxxxxxx> > ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook 830 G8 Notebook PC > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: hda/realtek: Fix bass speaker DAC mapping for Asus UM431D > > Elia Devito <eliadevito@xxxxxxxxx> > ALSA: hda/realtek: Improve fixup for HP Spectre x360 15-df0xxx > > Jeremy Szu <jeremy.szu@xxxxxxxxxxxxx> > ALSA: hda/realtek: fix mute/micmute LEDs for HP EliteBook x360 830 G8 > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: hda/realtek: Add another ALC236 variant support > > Andy Chi <andy.chi@xxxxxxxxxxxxx> > ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 630 G8 > > Andy Chi <andy.chi@xxxxxxxxxxxxx> > ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 445 G8 > > Andy Chi <andy.chi@xxxxxxxxxxxxx> > ALSA: hda/realtek: fix mute/micmute LEDs for HP ProBook 450 G8 > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: intel8x0: Fix breakage at ac97 clock measurement > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: usb-audio: scarlett2: Fix wrong resume call > > Takashi Sakamoto <o-takashi@xxxxxxxxxxxxx> > ALSA: firewire-motu: fix stream format for MOTU 8pre FireWire > > Takashi Iwai <tiwai@xxxxxxx> > ALSA: usb-audio: Fix OOB access at proc output > > Daehwan Jung <dh10.jung@xxxxxxxxxxx> > ALSA: usb-audio: fix rate on Ozone Z90 USB headset > > Szymon Janc <szymon.janc@xxxxxxxxxxx> > Bluetooth: Remove spurious error message > > Connor Abbott <cwabbott0@xxxxxxxxx> > Bluetooth: btqca: Don't modify firmware contents in-place > > Pavel Skripkin <paskripkin@xxxxxxxxx> > Bluetooth: hci_qca: fix potential GPF > > > ------------- > > Diffstat: > > Documentation/ABI/testing/evm | 26 +- > Documentation/ABI/testing/sysfs-bus-papr-pmem | 8 +- > Documentation/admin-guide/kernel-parameters.txt | 6 + > Documentation/hwmon/max31790.rst | 5 +- > .../userspace-api/media/v4l/ext-ctrls-codec.rst | 5 +- > Makefile | 6 +- > arch/alpha/kernel/smp.c | 1 - > arch/arc/kernel/smp.c | 1 - > arch/arm/boot/dts/sama5d4.dtsi | 2 +- > arch/arm/boot/dts/ste-href.dtsi | 7 + > arch/arm/kernel/perf_event_v7.c | 4 +- > arch/arm/kernel/smp.c | 1 - > arch/arm64/boot/dts/marvell/armada-37xx.dtsi | 2 +- > arch/arm64/include/asm/kvm_host.h | 1 + > arch/arm64/include/asm/mmu_context.h | 4 +- > arch/arm64/include/asm/preempt.h | 2 +- > arch/arm64/kernel/perf_event.c | 2 +- > arch/arm64/kernel/setup.c | 2 +- > arch/arm64/kernel/smp.c | 1 - > arch/arm64/kvm/arm.c | 4 + > arch/arm64/kvm/pmu-emul.c | 4 + > arch/csky/kernel/smp.c | 1 - > arch/csky/mm/syscache.c | 11 +- > arch/ia64/kernel/mca_drv.c | 2 +- > arch/ia64/kernel/smpboot.c | 1 - > arch/m68k/Kconfig.machine | 3 + > arch/mips/include/asm/highmem.h | 2 +- > arch/mips/kernel/smp.c | 1 - > arch/openrisc/kernel/smp.c | 2 - > arch/parisc/kernel/smp.c | 1 - > arch/powerpc/include/asm/cputhreads.h | 30 ++ > arch/powerpc/include/asm/interrupt.h | 3 + > arch/powerpc/include/asm/kvm_guest.h | 4 +- > arch/powerpc/kernel/firmware.c | 10 +- > arch/powerpc/kernel/mce_power.c | 48 +- > arch/powerpc/kernel/process.c | 48 +- > arch/powerpc/kernel/smp.c | 12 +- > arch/powerpc/kernel/stacktrace.c | 26 +- > arch/powerpc/kvm/book3s_hv.c | 13 +- > arch/powerpc/kvm/book3s_hv_builtin.c | 2 +- > arch/powerpc/kvm/book3s_hv_nested.c | 3 +- > arch/powerpc/kvm/book3s_hv_rm_mmu.c | 2 +- > arch/powerpc/platforms/pseries/papr_scm.c | 62 ++- > arch/powerpc/platforms/pseries/smp.c | 4 +- > arch/riscv/kernel/smpboot.c | 1 - > arch/s390/Kconfig | 3 +- > arch/s390/boot/uv.c | 1 + > arch/s390/include/asm/pgtable.h | 21 +- > arch/s390/include/asm/preempt.h | 4 +- > arch/s390/include/asm/uv.h | 8 +- > arch/s390/kernel/smp.c | 1 - > arch/s390/kernel/uv.c | 10 + > arch/s390/kvm/kvm-s390.c | 18 +- > arch/s390/mm/fault.c | 26 ++ > arch/sh/kernel/smp.c | 2 - > arch/sparc/kernel/smp_32.c | 1 - > arch/sparc/kernel/smp_64.c | 3 - > arch/x86/crypto/curve25519-x86_64.c | 2 +- > arch/x86/entry/entry_64.S | 4 +- > arch/x86/events/intel/core.c | 6 +- > arch/x86/include/asm/idtentry.h | 29 +- > arch/x86/include/asm/kvm_host.h | 3 +- > arch/x86/include/asm/preempt.h | 2 +- > arch/x86/include/uapi/asm/hwcap2.h | 6 +- > arch/x86/kernel/cpu/mshyperv.c | 2 +- > arch/x86/kernel/early-quirks.c | 1 + > arch/x86/kernel/sev-es.c | 182 ++++---- > arch/x86/kernel/smpboot.c | 1 - > arch/x86/kernel/tsc.c | 3 +- > arch/x86/kvm/cpuid.c | 6 +- > arch/x86/kvm/hyperv.c | 2 +- > arch/x86/kvm/mmu/mmu.c | 22 +- > arch/x86/kvm/mmu/paging_tmpl.h | 3 +- > arch/x86/kvm/mmu/tdp_mmu.c | 13 +- > arch/x86/kvm/vmx/nested.c | 29 +- > arch/x86/kvm/vmx/vmcs.h | 5 + > arch/x86/kvm/vmx/vmx.c | 4 +- > arch/x86/kvm/vmx/vmx.h | 1 + > arch/x86/kvm/x86.c | 15 +- > arch/x86/net/bpf_jit_comp.c | 2 +- > arch/xtensa/kernel/smp.c | 1 - > block/bfq-iosched.c | 41 +- > block/bio.c | 13 +- > block/blk-flush.c | 3 +- > block/blk-merge.c | 8 +- > block/blk-mq-tag.c | 49 ++- > block/blk-mq-tag.h | 6 + > block/blk-mq.c | 63 ++- > block/blk-mq.h | 1 + > block/blk-rq-qos.h | 24 + > block/blk-wbt.c | 11 +- > block/blk-wbt.h | 1 + > crypto/shash.c | 18 +- > crypto/sm2.c | 24 +- > drivers/acpi/Makefile | 5 + > drivers/acpi/acpi_fpdt.c | 4 +- > drivers/acpi/acpica/nsrepair2.c | 7 + > drivers/acpi/apei/ghes.c | 81 +++- > drivers/acpi/bgrt.c | 57 +-- > drivers/acpi/bus.c | 1 + > drivers/acpi/device_pm.c | 6 +- > drivers/acpi/device_sysfs.c | 2 +- > drivers/acpi/ec.c | 37 +- > drivers/acpi/fan.c | 7 +- > drivers/acpi/fan.h | 13 + > drivers/acpi/processor_idle.c | 40 ++ > drivers/acpi/resource.c | 9 +- > drivers/acpi/video_detect.c | 24 + > drivers/acpi/x86/s2idle.c | 4 + > drivers/ata/pata_ep93xx.c | 2 +- > drivers/ata/pata_octeon_cf.c | 5 +- > drivers/ata/pata_rb532_cf.c | 6 +- > drivers/ata/sata_highbank.c | 6 +- > drivers/block/loop.c | 1 + > drivers/bluetooth/btqca.c | 27 +- > drivers/bluetooth/hci_qca.c | 4 +- > drivers/bus/mhi/core/pm.c | 1 + > drivers/bus/mhi/pci_generic.c | 5 +- > drivers/char/hw_random/exynos-trng.c | 4 +- > drivers/char/pcmcia/cm4000_cs.c | 4 + > drivers/char/tpm/tpm_tis_core.c | 25 +- > drivers/char/tpm/tpm_tis_core.h | 3 +- > drivers/char/tpm/tpm_tis_spi_main.c | 2 + > drivers/clk/actions/owl-s500.c | 75 ++-- > drivers/clk/clk-k210.c | 1 + > drivers/clk/clk-si5341.c | 77 +++- > drivers/clk/clk-versaclock5.c | 27 +- > drivers/clk/imx/clk-imx8mq.c | 56 +-- > drivers/clk/meson/g12a.c | 2 +- > drivers/clk/qcom/clk-alpha-pll.c | 2 +- > drivers/clk/qcom/gcc-sc7280.c | 1 + > drivers/clk/socfpga/clk-agilex.c | 89 ++-- > drivers/clk/socfpga/clk-periph-s10.c | 11 +- > drivers/clk/socfpga/clk-s10.c | 87 ++-- > drivers/clk/tegra/clk-tegra30.c | 2 +- > drivers/clocksource/timer-ti-dm.c | 6 + > drivers/cpufreq/cpufreq.c | 11 +- > drivers/crypto/cavium/nitrox/nitrox_isr.c | 4 + > drivers/crypto/ccp/sev-dev.c | 4 + > drivers/crypto/ccp/sp-pci.c | 6 +- > drivers/crypto/hisilicon/sec2/sec_crypto.c | 4 +- > drivers/crypto/ixp4xx_crypto.c | 24 +- > drivers/crypto/nx/nx-842-pseries.c | 9 +- > drivers/crypto/nx/nx-aes-ctr.c | 2 +- > drivers/crypto/omap-sham.c | 4 +- > drivers/crypto/qat/qat_common/qat_hal.c | 6 +- > drivers/crypto/qat/qat_common/qat_uclo.c | 1 - > drivers/crypto/qce/skcipher.c | 15 +- > drivers/crypto/sa2ul.c | 22 +- > drivers/crypto/ux500/hash/hash_core.c | 1 + > drivers/devfreq/devfreq.c | 1 + > drivers/devfreq/governor_passive.c | 3 +- > drivers/edac/Kconfig | 3 +- > drivers/edac/aspeed_edac.c | 4 +- > drivers/edac/i10nm_base.c | 3 + > drivers/edac/pnd2_edac.c | 3 + > drivers/edac/sb_edac.c | 3 + > drivers/edac/skx_base.c | 3 + > drivers/edac/ti_edac.c | 1 + > drivers/extcon/extcon-max8997.c | 3 +- > drivers/extcon/extcon-sm5502.c | 1 - > drivers/firmware/stratix10-svc.c | 22 +- > drivers/fsi/fsi-core.c | 4 +- > drivers/fsi/fsi-occ.c | 1 + > drivers/fsi/fsi-sbefifo.c | 10 +- > drivers/fsi/fsi-scom.c | 16 +- > drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 21 +- > .../amd/display/amdgpu_dm/amdgpu_dm_mst_types.c | 3 + > drivers/gpu/drm/amd/display/dc/core/dc_link_dp.c | 2 +- > drivers/gpu/drm/amd/display/dc/inc/dc_link_dp.h | 4 + > drivers/gpu/drm/ast/ast_main.c | 4 +- > drivers/gpu/drm/bridge/Kconfig | 2 +- > drivers/gpu/drm/drm_bridge.c | 3 + > drivers/gpu/drm/imx/ipuv3-plane.c | 57 ++- > drivers/gpu/drm/msm/disp/dpu1/dpu_mdss.c | 8 +- > drivers/gpu/drm/msm/dp/dp_catalog.c | 5 +- > drivers/gpu/drm/msm/dp/dp_ctrl.c | 55 +++ > drivers/gpu/drm/msm/dp/dp_ctrl.h | 2 + > drivers/gpu/drm/msm/dp/dp_display.c | 57 ++- > drivers/gpu/drm/msm/msm_drv.c | 1 + > drivers/gpu/drm/pl111/Kconfig | 1 + > drivers/gpu/drm/qxl/qxl_dumb.c | 2 + > drivers/gpu/drm/rockchip/cdn-dp-core.c | 1 + > drivers/gpu/drm/rockchip/cdn-dp-reg.c | 2 +- > drivers/gpu/drm/rockchip/dw-mipi-dsi-rockchip.c | 36 +- > drivers/gpu/drm/rockchip/rockchip_drm_vop.c | 1 + > drivers/gpu/drm/rockchip/rockchip_lvds.c | 4 +- > drivers/gpu/drm/vc4/vc4_crtc.c | 63 ++- > drivers/gpu/drm/vc4/vc4_hdmi.c | 4 +- > .../drm/vmwgfx/device_include/svga3d_surfacedefs.h | 8 +- > drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 20 +- > drivers/gpu/drm/vmwgfx/vmwgfx_surface.c | 13 + > drivers/hid/hid-core.c | 10 +- > drivers/hid/hid-ids.h | 1 + > drivers/hid/hid-input.c | 2 + > drivers/hid/hid-sony.c | 98 ++--- > drivers/hid/wacom_wac.h | 2 +- > drivers/hv/connection.c | 4 +- > drivers/hv/hv_util.c | 4 +- > drivers/hwmon/lm70.c | 26 +- > drivers/hwmon/max31722.c | 9 - > drivers/hwmon/max31790.c | 49 ++- > drivers/hwtracing/coresight/coresight-core.c | 2 +- > drivers/iio/accel/bma180.c | 19 +- > drivers/iio/accel/bma220_spi.c | 10 +- > drivers/iio/accel/bmc150-accel-core.c | 21 +- > drivers/iio/accel/bmc150-accel-i2c.c | 2 +- > drivers/iio/accel/bmc150-accel.h | 2 +- > drivers/iio/accel/hid-sensor-accel-3d.c | 13 +- > drivers/iio/accel/kxcjk-1013.c | 24 +- > drivers/iio/accel/mxc4005.c | 10 +- > drivers/iio/accel/stk8312.c | 12 +- > drivers/iio/accel/stk8ba50.c | 17 +- > drivers/iio/adc/at91-sama5d2_adc.c | 3 +- > drivers/iio/adc/hx711.c | 4 +- > drivers/iio/adc/mxs-lradc-adc.c | 3 +- > drivers/iio/adc/ti-ads1015.c | 12 +- > drivers/iio/adc/ti-ads8688.c | 3 +- > drivers/iio/adc/vf610_adc.c | 10 +- > drivers/iio/chemical/atlas-sensor.c | 4 +- > drivers/iio/frequency/adf4350.c | 6 +- > drivers/iio/gyro/bmg160_core.c | 10 +- > drivers/iio/humidity/am2315.c | 16 +- > drivers/iio/imu/adis16400.c | 3 - > drivers/iio/imu/adis16475.c | 2 +- > drivers/iio/imu/adis_buffer.c | 3 - > drivers/iio/light/isl29125.c | 10 +- > drivers/iio/light/ltr501.c | 15 +- > drivers/iio/light/tcs3414.c | 10 +- > drivers/iio/light/tcs3472.c | 16 +- > drivers/iio/light/vcnl4000.c | 2 +- > drivers/iio/light/vcnl4035.c | 3 +- > drivers/iio/magnetometer/bmc150_magn.c | 11 +- > drivers/iio/magnetometer/hmc5843.h | 8 +- > drivers/iio/magnetometer/hmc5843_core.c | 4 +- > drivers/iio/magnetometer/rm3100-core.c | 3 +- > drivers/iio/potentiostat/lmp91000.c | 4 +- > drivers/iio/proximity/as3935.c | 10 +- > drivers/iio/proximity/isl29501.c | 2 +- > drivers/iio/proximity/pulsedlight-lidar-lite-v2.c | 10 +- > drivers/iio/proximity/srf08.c | 14 +- > drivers/infiniband/core/cma.c | 26 +- > drivers/infiniband/core/uverbs_cmd.c | 21 +- > drivers/infiniband/hw/hns/hns_roce_hw_v2.c | 7 +- > drivers/infiniband/hw/hns/hns_roce_mr.c | 2 +- > drivers/infiniband/hw/mlx4/qp.c | 9 +- > drivers/infiniband/hw/mlx5/main.c | 4 +- > drivers/infiniband/hw/mlx5/qp.c | 6 +- > drivers/infiniband/sw/rxe/rxe_net.c | 10 +- > drivers/infiniband/sw/rxe/rxe_qp.c | 1 - > drivers/infiniband/sw/rxe/rxe_resp.c | 2 - > drivers/infiniband/ulp/iser/iscsi_iser.c | 2 + > drivers/infiniband/ulp/rtrs/rtrs-clt.c | 28 +- > drivers/infiniband/ulp/rtrs/rtrs-srv-sysfs.c | 1 + > drivers/infiniband/ulp/rtrs/rtrs-srv.c | 39 +- > drivers/infiniband/ulp/rtrs/rtrs.c | 1 - > drivers/infiniband/ulp/srp/ib_srp.c | 13 +- > drivers/input/joydev.c | 2 +- > drivers/input/keyboard/Kconfig | 3 - > drivers/input/keyboard/hil_kbd.c | 1 + > drivers/input/touchscreen/elants_i2c.c | 6 +- > drivers/input/touchscreen/goodix.c | 52 --- > drivers/input/touchscreen/usbtouchscreen.c | 8 +- > drivers/iommu/amd/init.c | 4 +- > drivers/iommu/dma-iommu.c | 6 +- > drivers/leds/Kconfig | 1 + > drivers/leds/blink/leds-lgm-sso.c | 44 +- > drivers/leds/led-class.c | 4 - > drivers/leds/leds-as3645a.c | 1 + > drivers/leds/leds-ktd2692.c | 27 +- > drivers/leds/leds-lm36274.c | 1 + > drivers/leds/leds-lm3692x.c | 8 +- > drivers/leds/leds-lm3697.c | 8 +- > drivers/leds/leds-lp50xx.c | 2 +- > drivers/mailbox/qcom-apcs-ipc-mailbox.c | 2 +- > drivers/mailbox/qcom-ipcc.c | 6 + > drivers/md/md.c | 45 -- > drivers/md/md.h | 1 - > drivers/media/cec/platform/s5p/s5p_cec.c | 7 +- > drivers/media/common/siano/smscoreapi.c | 22 +- > drivers/media/common/siano/smscoreapi.h | 4 +- > drivers/media/common/siano/smsdvb-main.c | 4 + > drivers/media/dvb-core/dvb_net.c | 25 +- > drivers/media/dvb-core/dvbdev.c | 3 + > drivers/media/i2c/ccs/ccs-core.c | 2 +- > drivers/media/i2c/imx334.c | 7 +- > drivers/media/i2c/ir-kbd-i2c.c | 4 +- > drivers/media/i2c/ov2659.c | 24 +- > drivers/media/i2c/rdacm21.c | 56 ++- > drivers/media/i2c/s5c73m3/s5c73m3-core.c | 6 +- > drivers/media/i2c/s5c73m3/s5c73m3.h | 2 +- > drivers/media/i2c/s5k4ecgx.c | 10 +- > drivers/media/i2c/s5k5baf.c | 6 +- > drivers/media/i2c/s5k6aa.c | 10 +- > drivers/media/i2c/tc358743.c | 1 + > drivers/media/mc/Makefile | 2 +- > drivers/media/pci/bt8xx/bt878.c | 6 +- > drivers/media/pci/cobalt/cobalt-driver.c | 1 + > drivers/media/pci/cobalt/cobalt-driver.h | 7 +- > drivers/media/pci/intel/ipu3/cio2-bridge.c | 10 +- > drivers/media/platform/am437x/am437x-vpfe.c | 15 +- > drivers/media/platform/exynos-gsc/gsc-m2m.c | 4 +- > drivers/media/platform/exynos4-is/fimc-capture.c | 6 +- > drivers/media/platform/exynos4-is/fimc-is.c | 4 +- > drivers/media/platform/exynos4-is/fimc-isp-video.c | 10 +- > drivers/media/platform/exynos4-is/fimc-isp.c | 7 +- > drivers/media/platform/exynos4-is/fimc-lite.c | 5 +- > drivers/media/platform/exynos4-is/fimc-m2m.c | 5 +- > drivers/media/platform/exynos4-is/media-dev.c | 10 +- > drivers/media/platform/exynos4-is/mipi-csis.c | 10 +- > drivers/media/platform/marvell-ccic/mcam-core.c | 9 +- > drivers/media/platform/mtk-mdp/mtk_mdp_m2m.c | 6 +- > .../media/platform/mtk-vcodec/mtk_vcodec_dec_drv.c | 4 +- > .../media/platform/mtk-vcodec/mtk_vcodec_dec_pm.c | 8 +- > .../media/platform/mtk-vcodec/mtk_vcodec_dec_pm.h | 2 +- > drivers/media/platform/mtk-vpu/mtk_vpu.c | 6 + > drivers/media/platform/qcom/venus/core.c | 60 ++- > drivers/media/platform/s5p-g2d/g2d.c | 3 + > drivers/media/platform/s5p-jpeg/jpeg-core.c | 5 +- > drivers/media/platform/sh_vou.c | 6 +- > drivers/media/platform/sti/bdisp/Makefile | 2 +- > drivers/media/platform/sti/bdisp/bdisp-v4l2.c | 7 +- > drivers/media/platform/sti/delta/Makefile | 2 +- > drivers/media/platform/sti/hva/Makefile | 2 +- > drivers/media/platform/sti/hva/hva-hw.c | 3 +- > .../platform/sunxi/sun8i-rotate/sun8i_rotate.c | 2 +- > drivers/media/platform/video-mux.c | 10 +- > drivers/media/usb/au0828/au0828-core.c | 4 +- > drivers/media/usb/cpia2/cpia2.h | 1 + > drivers/media/usb/cpia2/cpia2_core.c | 12 + > drivers/media/usb/cpia2/cpia2_usb.c | 13 +- > drivers/media/usb/dvb-usb/cinergyT2-core.c | 2 + > drivers/media/usb/dvb-usb/cxusb.c | 2 +- > drivers/media/usb/em28xx/em28xx-input.c | 8 +- > drivers/media/usb/gspca/gl860/gl860.c | 4 +- > drivers/media/usb/pvrusb2/pvrusb2-hdw.c | 4 +- > drivers/media/v4l2-core/v4l2-fh.c | 1 + > drivers/media/v4l2-core/v4l2-ioctl.c | 12 +- > drivers/media/v4l2-core/v4l2-subdev.c | 24 - > drivers/memstick/host/rtsx_usb_ms.c | 10 +- > drivers/mfd/Kconfig | 1 + > drivers/mfd/rn5t618.c | 2 +- > drivers/misc/eeprom/idt_89hpesx.c | 8 +- > drivers/misc/habanalabs/common/habanalabs_drv.c | 1 + > drivers/mmc/core/block.c | 8 + > drivers/mmc/host/sdhci-of-aspeed.c | 2 +- > drivers/mmc/host/sdhci-sprd.c | 1 + > drivers/mmc/host/usdhi6rol0.c | 1 + > drivers/mmc/host/via-sdmmc.c | 3 + > drivers/mmc/host/vub300.c | 2 +- > drivers/mtd/nand/raw/arasan-nand-controller.c | 90 ++-- > drivers/mtd/nand/raw/marvell_nand.c | 4 +- > drivers/mtd/nand/spi/core.c | 17 +- > drivers/mtd/parsers/qcomsmempart.c | 10 + > drivers/mtd/parsers/redboot.c | 7 +- > drivers/net/can/peak_canfd/peak_canfd.c | 4 +- > drivers/net/can/usb/ems_usb.c | 3 +- > drivers/net/dsa/mv88e6xxx/chip.c | 6 +- > drivers/net/dsa/sja1105/sja1105_main.c | 6 + > drivers/net/ethernet/aeroflex/greth.c | 3 +- > drivers/net/ethernet/aquantia/atlantic/aq_macsec.h | 4 +- > drivers/net/ethernet/broadcom/bcm4908_enet.c | 6 +- > drivers/net/ethernet/broadcom/genet/bcmgenet.c | 1 + > drivers/net/ethernet/emulex/benet/be_cmds.c | 6 +- > drivers/net/ethernet/emulex/benet/be_main.c | 2 + > drivers/net/ethernet/ezchip/nps_enet.c | 4 +- > drivers/net/ethernet/faraday/ftgmac100.c | 6 +- > drivers/net/ethernet/google/gve/gve_main.c | 4 +- > drivers/net/ethernet/ibm/ehea/ehea_main.c | 9 +- > drivers/net/ethernet/ibm/ibmvnic.c | 99 ++++- > drivers/net/ethernet/intel/e1000e/netdev.c | 24 +- > drivers/net/ethernet/intel/i40e/i40e_ethtool.c | 3 +- > drivers/net/ethernet/intel/i40e/i40e_main.c | 17 +- > drivers/net/ethernet/marvell/mvpp2/mvpp2_main.c | 2 + > drivers/net/ethernet/marvell/pxa168_eth.c | 2 +- > .../net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 10 +- > drivers/net/ethernet/ti/am65-cpsw-nuss.c | 18 +- > drivers/net/ieee802154/mac802154_hwsim.c | 11 +- > drivers/net/macsec.c | 4 +- > drivers/net/phy/mscc/mscc_macsec.c | 2 +- > drivers/net/phy/mscc/mscc_macsec.h | 2 +- > drivers/net/vrf.c | 14 +- > drivers/net/vxlan.c | 2 + > drivers/net/wireless/ath/ath10k/mac.c | 1 + > drivers/net/wireless/ath/ath10k/pci.c | 14 +- > drivers/net/wireless/ath/ath11k/core.c | 3 +- > drivers/net/wireless/ath/ath11k/mac.c | 10 +- > drivers/net/wireless/ath/ath9k/main.c | 5 + > drivers/net/wireless/ath/carl9170/Kconfig | 8 +- > drivers/net/wireless/ath/wcn36xx/main.c | 21 +- > drivers/net/wireless/ath/wil6210/cfg80211.c | 2 - > .../broadcom/brcm80211/brcmfmac/cfg80211.c | 37 +- > .../wireless/broadcom/brcm80211/brcmfmac/sdio.c | 5 +- > .../broadcom/brcm80211/brcmsmac/mac80211_if.c | 8 +- > drivers/net/wireless/intel/iwlwifi/fw/pnvm.h | 4 +- > drivers/net/wireless/intel/iwlwifi/mvm/tx.c | 3 + > drivers/net/wireless/marvell/mwifiex/pcie.c | 10 +- > drivers/net/wireless/mediatek/mt76/mt7615/mac.c | 4 + > .../net/wireless/mediatek/mt76/mt7615/pci_mac.c | 5 +- > .../net/wireless/mediatek/mt76/mt7615/usb_sdio.c | 5 +- > .../net/wireless/mediatek/mt76/mt76_connac_mac.c | 8 - > .../net/wireless/mediatek/mt76/mt76_connac_mcu.c | 11 +- > .../net/wireless/mediatek/mt76/mt76_connac_mcu.h | 8 + > .../net/wireless/mediatek/mt76/mt7915/testmode.c | 21 +- > drivers/net/wireless/mediatek/mt76/mt7921/init.c | 18 - > drivers/net/wireless/mediatek/mt76/mt7921/mac.c | 15 +- > drivers/net/wireless/mediatek/mt76/mt7921/main.c | 58 +-- > drivers/net/wireless/mediatek/mt76/tx.c | 2 +- > drivers/net/wireless/realtek/rtw88/rtw8822c.c | 22 +- > drivers/net/wireless/rsi/rsi_91x_hal.c | 6 +- > drivers/net/wireless/rsi/rsi_91x_mac80211.c | 3 - > drivers/net/wireless/rsi/rsi_91x_mgmt.c | 3 +- > drivers/net/wireless/rsi/rsi_main.h | 1 - > drivers/net/wireless/st/cw1200/scan.c | 17 +- > drivers/nvme/host/pci.c | 26 +- > drivers/nvme/target/fc.c | 10 +- > drivers/of/fdt.c | 8 +- > drivers/of/of_reserved_mem.c | 8 +- > drivers/pci/controller/pci-hyperv.c | 3 + > drivers/perf/arm-cmn.c | 2 +- > drivers/perf/arm_smmuv3_pmu.c | 18 +- > drivers/perf/fsl_imx8_ddr_perf.c | 6 +- > drivers/phy/ralink/phy-mt7621-pci.c | 4 +- > drivers/phy/socionext/phy-uniphier-pcie.c | 11 +- > drivers/phy/ti/phy-dm816x-usb.c | 17 +- > drivers/pinctrl/renesas/pfc-r8a7796.c | 3 +- > drivers/pinctrl/renesas/pfc-r8a77990.c | 8 +- > drivers/platform/x86/asus-nb-wmi.c | 77 ---- > drivers/platform/x86/toshiba_acpi.c | 1 + > drivers/platform/x86/touchscreen_dmi.c | 85 ++++ > drivers/regulator/da9052-regulator.c | 3 +- > drivers/regulator/fan53880.c | 2 +- > drivers/regulator/hi655x-regulator.c | 16 +- > drivers/regulator/mt6315-regulator.c | 4 +- > drivers/regulator/mt6358-regulator.c | 2 +- > drivers/regulator/uniphier-regulator.c | 1 + > drivers/rtc/rtc-stm32.c | 6 +- > drivers/s390/cio/chp.c | 3 + > drivers/s390/cio/chsc.c | 2 - > drivers/scsi/FlashPoint.c | 32 +- > drivers/scsi/be2iscsi/be_iscsi.c | 19 +- > drivers/scsi/be2iscsi/be_main.c | 1 + > drivers/scsi/bnx2i/bnx2i_iscsi.c | 24 +- > drivers/scsi/cxgbi/cxgb3i/cxgb3i.c | 1 + > drivers/scsi/cxgbi/cxgb4i/cxgb4i.c | 1 + > drivers/scsi/cxgbi/libcxgbi.c | 12 +- > drivers/scsi/libfc/fc_encode.h | 8 +- > drivers/scsi/libiscsi.c | 70 ++- > drivers/scsi/lpfc/lpfc_debugfs.c | 7 +- > drivers/scsi/lpfc/lpfc_els.c | 100 ++++- > drivers/scsi/lpfc/lpfc_hbadisc.c | 27 +- > drivers/scsi/lpfc/lpfc_init.c | 7 - > drivers/scsi/lpfc/lpfc_nportdisc.c | 25 +- > drivers/scsi/lpfc/lpfc_sli.c | 10 +- > drivers/scsi/megaraid/megaraid_sas_fusion.c | 10 +- > drivers/scsi/mpt3sas/mpt3sas_scsih.c | 4 +- > drivers/scsi/qedi/qedi_iscsi.c | 26 +- > drivers/scsi/qla4xxx/ql4_os.c | 2 + > drivers/scsi/scsi_lib.c | 1 + > drivers/scsi/scsi_transport_iscsi.c | 487 ++++++++++++--------- > drivers/soundwire/stream.c | 13 +- > drivers/spi/spi-loopback-test.c | 2 +- > drivers/spi/spi-meson-spicc.c | 8 +- > drivers/spi/spi-omap-100k.c | 2 +- > drivers/spi/spi-sun6i.c | 6 +- > drivers/spi/spi-topcliff-pch.c | 4 +- > drivers/spi/spi.c | 8 +- > drivers/ssb/scan.c | 1 + > drivers/ssb/sdio.c | 1 - > drivers/staging/fbtft/fb_agm1264k-fl.c | 20 +- > drivers/staging/fbtft/fb_bd663474.c | 4 - > drivers/staging/fbtft/fb_ili9163.c | 4 - > drivers/staging/fbtft/fb_ili9320.c | 1 - > drivers/staging/fbtft/fb_ili9325.c | 4 - > drivers/staging/fbtft/fb_ili9340.c | 1 - > drivers/staging/fbtft/fb_s6d1121.c | 4 - > drivers/staging/fbtft/fb_sh1106.c | 1 - > drivers/staging/fbtft/fb_ssd1289.c | 4 - > drivers/staging/fbtft/fb_ssd1325.c | 2 - > drivers/staging/fbtft/fb_ssd1331.c | 6 +- > drivers/staging/fbtft/fb_ssd1351.c | 1 - > drivers/staging/fbtft/fb_upd161704.c | 4 - > drivers/staging/fbtft/fb_watterott.c | 1 - > drivers/staging/fbtft/fbtft-bus.c | 3 +- > drivers/staging/fbtft/fbtft-core.c | 25 +- > drivers/staging/fbtft/fbtft-io.c | 12 +- > drivers/staging/gdm724x/gdm_lte.c | 20 +- > drivers/staging/hikey9xx/hi6421v600-regulator.c | 9 +- > drivers/staging/media/hantro/hantro_drv.c | 33 +- > drivers/staging/media/hantro/hantro_v4l2.c | 9 +- > drivers/staging/media/imx/imx-media-csi.c | 14 +- > drivers/staging/media/imx/imx7-mipi-csis.c | 6 +- > drivers/staging/media/rkvdec/rkvdec.c | 12 +- > drivers/staging/media/sunxi/cedrus/cedrus_h265.c | 4 +- > drivers/staging/media/sunxi/cedrus/cedrus_video.c | 8 +- > drivers/staging/mt7621-dts/mt7621.dtsi | 2 +- > drivers/staging/rtl8712/hal_init.c | 3 + > drivers/staging/rtl8712/os_intfs.c | 4 - > drivers/staging/rtl8712/usb_intf.c | 24 +- > .../staging/vc04_services/vchiq-mmal/mmal-vchiq.c | 2 +- > drivers/target/iscsi/cxgbit/cxgbit_ddp.c | 19 +- > drivers/target/iscsi/cxgbit/cxgbit_target.c | 21 +- > drivers/thermal/cpufreq_cooling.c | 2 +- > drivers/thunderbolt/test.c | 14 +- > drivers/tty/nozomi.c | 9 +- > drivers/tty/serial/8250/8250_omap.c | 22 +- > drivers/tty/serial/8250/8250_port.c | 19 +- > drivers/tty/serial/8250/serial_cs.c | 2 +- > drivers/tty/serial/fsl_lpuart.c | 14 +- > drivers/tty/serial/mvebu-uart.c | 18 +- > drivers/tty/serial/sh-sci.c | 8 + > drivers/usb/class/cdc-acm.c | 5 + > drivers/usb/dwc2/core.c | 30 +- > drivers/usb/dwc3/core.c | 3 +- > drivers/usb/gadget/function/f_eem.c | 43 +- > drivers/usb/gadget/function/f_fs.c | 65 ++- > drivers/usb/host/xhci-mem.c | 1 + > drivers/usb/host/xhci-pci-renesas.c | 16 +- > drivers/usb/phy/phy-tegra-usb.c | 15 +- > drivers/usb/typec/class.c | 4 +- > drivers/usb/typec/tcpm/tcpci.c | 18 +- > drivers/usb/typec/tcpm/tcpm.c | 30 ++ > drivers/vfio/pci/vfio_pci.c | 29 +- > drivers/video/backlight/lm3630a_bl.c | 4 +- > drivers/video/fbdev/imxfb.c | 2 +- > drivers/visorbus/visorchipset.c | 6 +- > fs/btrfs/Kconfig | 2 + > fs/btrfs/ctree.c | 5 +- > fs/btrfs/delayed-inode.c | 18 +- > fs/btrfs/extent-tree.c | 1 - > fs/btrfs/inode.c | 16 +- > fs/btrfs/send.c | 11 + > fs/btrfs/super.c | 11 - > fs/btrfs/sysfs.c | 4 +- > fs/btrfs/transaction.c | 16 +- > fs/btrfs/transaction.h | 1 - > fs/btrfs/tree-log.c | 1 + > fs/btrfs/zoned.c | 18 + > fs/cifs/cifs_swn.c | 10 +- > fs/cifs/cifsacl.c | 2 +- > fs/cifs/cifsglob.h | 3 +- > fs/cifs/connect.c | 5 +- > fs/cifs/dfs_cache.c | 7 +- > fs/cifs/smb2ops.c | 133 ++++++ > fs/configfs/file.c | 10 +- > fs/crypto/fname.c | 10 +- > fs/crypto/keysetup.c | 40 +- > fs/dax.c | 3 +- > fs/dlm/config.c | 9 + > fs/dlm/lowcomms.c | 77 ++-- > fs/erofs/super.c | 1 + > fs/exec.c | 4 + > fs/exfat/dir.c | 8 +- > fs/ext4/extents.c | 3 + > fs/ext4/extents_status.c | 4 +- > fs/ext4/ialloc.c | 11 +- > fs/ext4/inode.c | 2 +- > fs/ext4/mballoc.c | 9 +- > fs/ext4/super.c | 10 +- > fs/f2fs/data.c | 6 + > fs/f2fs/sysfs.c | 8 + > fs/fs-writeback.c | 39 +- > fs/fuse/dev.c | 12 +- > fs/fuse/dir.c | 25 +- > fs/gfs2/file.c | 4 +- > fs/gfs2/ops_fstype.c | 1 + > fs/io_uring.c | 10 +- > fs/ntfs/inode.c | 2 +- > fs/ocfs2/filecheck.c | 6 +- > fs/ocfs2/stackglue.c | 8 +- > fs/open.c | 14 +- > fs/proc/task_mmu.c | 2 +- > fs/pstore/Kconfig | 1 + > include/asm-generic/pgtable-nop4d.h | 1 - > include/asm-generic/preempt.h | 2 +- > include/clocksource/timer-ti-dm.h | 1 + > include/crypto/internal/hash.h | 8 +- > include/dt-bindings/clock/imx8mq-clock.h | 19 - > include/linux/bio.h | 12 +- > include/linux/clocksource.h | 2 +- > include/linux/cred.h | 2 + > include/linux/huge_mm.h | 59 ++- > include/linux/hugetlb.h | 5 + > include/linux/iio/common/cros_ec_sensors_core.h | 2 +- > include/linux/kthread.h | 2 + > include/linux/mm.h | 1 - > include/linux/pgtable.h | 22 + > include/linux/prandom.h | 2 +- > include/linux/swap.h | 9 + > include/linux/tracepoint.h | 10 + > include/linux/user_namespace.h | 4 + > include/media/hevc-ctrls.h | 3 +- > include/media/media-dev-allocator.h | 2 +- > include/net/bluetooth/hci.h | 6 +- > include/net/bluetooth/hci_core.h | 8 +- > include/net/ip.h | 12 +- > include/net/ip6_route.h | 16 +- > include/net/macsec.h | 2 +- > include/net/sch_generic.h | 12 + > include/net/tc_act/tc_vlan.h | 1 + > include/net/xfrm.h | 1 + > include/net/xsk_buff_pool.h | 9 +- > include/scsi/fc/fc_ms.h | 4 +- > include/scsi/libiscsi.h | 1 + > include/scsi/scsi_transport_iscsi.h | 12 +- > include/uapi/linux/v4l2-controls.h | 23 +- > init/main.c | 6 +- > kernel/bpf/devmap.c | 4 +- > kernel/bpf/inode.c | 2 +- > kernel/bpf/verifier.c | 6 +- > kernel/cred.c | 40 ++ > kernel/fork.c | 8 +- > kernel/kthread.c | 49 ++- > kernel/locking/lockdep.c | 122 +++++- > kernel/rcu/tree.c | 2 +- > kernel/sched/core.c | 86 ++-- > kernel/sched/deadline.c | 2 + > kernel/sched/fair.c | 19 +- > kernel/sched/psi.c | 12 +- > kernel/sched/rt.c | 17 +- > kernel/smpboot.c | 1 - > kernel/sys.c | 12 + > kernel/time/clocksource.c | 113 ++++- > kernel/trace/bpf_trace.c | 3 +- > kernel/trace/trace_events_hist.c | 7 + > kernel/tracepoint.c | 33 +- > kernel/ucount.c | 40 +- > kernel/user_namespace.c | 3 + > lib/Kconfig.debug | 1 - > lib/iov_iter.c | 9 +- > lib/kstrtox.c | 13 +- > lib/kstrtox.h | 2 + > lib/kunit/test.c | 7 +- > lib/locking-selftest.c | 1 + > lib/math/rational.c | 16 +- > lib/seq_buf.c | 4 +- > lib/vsprintf.c | 82 ++-- > mm/debug_vm_pgtable.c | 63 ++- > mm/gup.c | 58 ++- > mm/huge_memory.c | 13 +- > mm/hugetlb.c | 99 +++-- > mm/khugepaged.c | 4 +- > mm/memcontrol.c | 8 + > mm/memory.c | 11 +- > mm/migrate.c | 2 +- > mm/mmap_lock.c | 33 +- > mm/page_alloc.c | 107 +++-- > mm/shmem.c | 17 +- > mm/slab.h | 1 - > mm/z3fold.c | 3 +- > mm/zswap.c | 17 +- > net/bluetooth/hci_event.c | 27 +- > net/bluetooth/hci_request.c | 51 ++- > net/bluetooth/mgmt.c | 3 + > net/bpfilter/main.c | 2 +- > net/can/bcm.c | 7 +- > net/can/gw.c | 3 + > net/can/isotp.c | 7 +- > net/can/j1939/main.c | 4 + > net/can/j1939/socket.c | 5 +- > net/core/filter.c | 4 - > net/core/sock_map.c | 2 +- > net/ipv4/esp4.c | 2 +- > net/ipv4/fib_frontend.c | 2 + > net/ipv4/route.c | 3 +- > net/ipv6/esp6.c | 2 +- > net/ipv6/exthdrs.c | 31 +- > net/ipv6/ip6_tunnel.c | 4 +- > net/mac80211/he.c | 4 +- > net/mac80211/mlme.c | 9 - > net/mac80211/sta_info.c | 5 - > net/mptcp/subflow.c | 6 +- > net/mptcp/token.c | 6 +- > net/netfilter/nf_tables_api.c | 14 +- > net/netfilter/nf_tables_offload.c | 17 +- > net/netfilter/nft_exthdr.c | 3 + > net/netfilter/nft_osf.c | 5 + > net/netfilter/nft_tproxy.c | 9 +- > net/netlabel/netlabel_mgmt.c | 19 +- > net/qrtr/ns.c | 4 +- > net/sched/act_vlan.c | 7 +- > net/sched/cls_tcindex.c | 2 +- > net/sched/sch_qfq.c | 8 +- > net/sunrpc/sched.c | 12 +- > net/tipc/bcast.c | 2 +- > net/tipc/msg.c | 17 +- > net/tipc/msg.h | 3 +- > net/tls/tls_sw.c | 2 +- > net/xdp/xsk_queue.h | 11 +- > net/xfrm/xfrm_device.c | 1 + > net/xfrm/xfrm_output.c | 7 - > net/xfrm/xfrm_state.c | 14 +- > samples/bpf/xdp_redirect_user.c | 4 +- > scripts/Makefile.build | 5 +- > scripts/tools-support-relr.sh | 3 +- > security/integrity/evm/evm_main.c | 5 +- > security/integrity/evm/evm_secfs.c | 13 +- > security/integrity/ima/ima_appraise.c | 2 - > sound/firewire/amdtp-stream.c | 7 +- > sound/firewire/motu/motu-protocol-v2.c | 5 +- > sound/pci/hda/patch_realtek.c | 49 ++- > sound/pci/intel8x0.c | 2 +- > sound/soc/atmel/atmel-i2s.c | 35 +- > sound/soc/codecs/cs42l42.h | 2 +- > sound/soc/codecs/max98373-sdw.c | 14 +- > sound/soc/codecs/max98373.h | 2 +- > sound/soc/codecs/rk3328_codec.c | 28 +- > sound/soc/codecs/rt1308-sdw.c | 2 +- > sound/soc/codecs/rt5682-i2c.c | 1 + > sound/soc/codecs/rt5682-sdw.c | 19 +- > sound/soc/codecs/rt700-sdw.c | 2 +- > sound/soc/codecs/rt711-sdw.c | 2 +- > sound/soc/codecs/rt715-sdw.c | 2 +- > sound/soc/fsl/fsl_spdif.c | 23 +- > sound/soc/fsl/fsl_xcvr.c | 10 + > sound/soc/hisilicon/hi6210-i2s.c | 14 +- > sound/soc/intel/boards/sof_sdw.c | 16 +- > sound/soc/mediatek/common/mtk-btcvsd.c | 24 +- > sound/soc/sh/rcar/adg.c | 4 +- > sound/usb/format.c | 2 + > sound/usb/mixer.c | 8 +- > sound/usb/mixer.h | 1 + > sound/usb/mixer_scarlett_gen2.c | 7 +- > tools/bpf/bpftool/main.c | 4 +- > tools/bpf/resolve_btfids/main.c | 3 + > tools/perf/util/llvm-utils.c | 2 + > .../util/scripting-engines/trace-event-python.c | 146 +++--- > tools/power/x86/intel-speed-select/isst-config.c | 16 + > tools/power/x86/intel-speed-select/isst-core.c | 15 + > tools/power/x86/intel-speed-select/isst-display.c | 2 +- > tools/power/x86/intel-speed-select/isst.h | 2 + > tools/testing/selftests/bpf/.gitignore | 1 + > .../selftests/ftrace/test.d/event/event-no-pid.tc | 7 + > tools/testing/selftests/kvm/dirty_log_test.c | 1 - > tools/testing/selftests/kvm/lib/kvm_util.c | 4 - > tools/testing/selftests/kvm/lib/x86_64/processor.c | 3 + > tools/testing/selftests/kvm/steal_time.c | 2 - > .../testing/selftests/kvm/x86_64/set_boot_cpu_id.c | 2 - > tools/testing/selftests/lkdtm/run.sh | 12 +- > tools/testing/selftests/net/tls.c | 87 ++-- > .../testing/selftests/splice/short_splice_read.sh | 119 ++++- > .../selftests/tc-testing/plugin-lib/scapyPlugin.py | 2 +- > tools/testing/selftests/vm/protection_keys.c | 12 +- > 743 files changed, 6465 insertions(+), 3314 deletions(-) > > > All tests passing for Tegra ... Test results for stable-v5.12: 10 builds: 10 pass, 0 fail 28 boots: 28 pass, 0 fail 104 tests: 104 pass, 0 fail Linux version: 5.12.17-rc1-g09f2f41ef84e Boards tested: tegra124-jetson-tk1, tegra186-p2771-0000, tegra194-p2972-0000, tegra194-p3509-0000+p3668-0000, tegra20-ventana, tegra210-p2371-2180, tegra210-p3450-0000, tegra30-cardhu-a04 Tested-by: Jon Hunter <jonathanh@xxxxxxxxxx> Jon