[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aTBqeSZ+E2bghkjW@duo.ucw.cz>
Date: Wed, 3 Dec 2025 17:51:05 +0100
From: Pavel Machek <pavel@...x.de>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
Cc: stable@...r.kernel.org, patches@...ts.linux.dev,
linux-kernel@...r.kernel.org, torvalds@...ux-foundation.org,
akpm@...ux-foundation.org, linux@...ck-us.net, shuah@...nel.org,
patches@...nelci.org, lkft-triage@...ts.linaro.org,
jonathanh@...dia.com, f.fainelli@...il.com,
sudipm.mukherjee@...il.com, rwarsow@....de, conor@...nel.org,
hargar@...rosoft.com, broonie@...nel.org, achill@...ill.org,
sr@...dewatkins.com
Subject: Re: [PATCH 5.10 000/300] 5.10.247-rc1 review
Hi!
> This is the start of the stable review cycle for the 5.10.247 release.
> There are 300 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 Fri, 05 Dec 2025 15:23:16 +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.10.247-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.10.y
> and the diffstat can be found below.
Something tagged 5.10.247-rc1 has compile problems in our testing.
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/pipelines/2194166780
Gitlab says:
"Linux 5.10.247-rc1 (527f7b9e9a2b)
Retry
Failed
Created 1 hour ago by cip-ci, finished 39 minutes ago"
https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/tree/linux-5.10.y
Best regards,
Pavel
CC drivers/soc/tegra/regulators-tegra30.o
2663
drivers/soc/tegra/fuse/fuse-tegra30.c:250:3: error: 'const struct tegra_fuse_soc' has no member named 'cells'
2664
250 | .cells = tegra114_fuse_cells,
2665
| ^~~~~
2666
drivers/soc/tegra/fuse/fuse-tegra30.c:250:11: error: initialization of 'const struct attribute_group *' from incompatible pointer type 'const struct nvmem_cell_info *' [-Werror=incompatible-pointer-types]
2667
250 | .cells = tegra114_fuse_cells,
2668
| ^~~~~~~~~~~~~~~~~~~
2669
drivers/soc/tegra/fuse/fuse-tegra30.c:250:11: note: (near initialization for 'tegra114_fuse_soc.soc_attr_group')
2670
drivers/soc/tegra/fuse/fuse-tegra30.c:251:3: error: 'const struct tegra_fuse_soc' has no member named 'num_cells'
2671
251 | .num_cells = ARRAY_SIZE(tegra114_fuse_cells),
2672
| ^~~~~~~~~
2673
In file included from ./include/asm-generic/bug.h:20,
2674
from ./arch/arm/include/asm/bug.h:60,
2675
from ./include/linux/bug.h:5,
2676
from ./include/linux/thread_info.h:12,
2677
from ./include/asm-generic/current.h:5,
2678
from ./arch/arm/include/generated/asm/current.h:1,
2679
from ./include/linux/sched.h:12,
2680
from ./include/linux/ratelimit.h:6,
2681
from ./include/linux/dev_printk.h:16,
2682
from ./include/linux/device.h:15,
2683
from drivers/soc/tegra/fuse/fuse-tegra30.c:6:
2684
./include/linux/kernel.h:49:25: warning: excess elements in struct initializer
2685
49 | #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr))
2686
| ^
2687
drivers/soc/tegra/fuse/fuse-tegra30.c:251:15: note: in expansion of macro 'ARRAY_SIZE'
2688
251 | .num_cells = ARRAY_SIZE(tegra114_fuse_cells),
2689
| ^~~~~~~~~~
2690
./include/linux/kernel.h:49:25: note: (near initialization for 'tegra114_fuse_soc')
2691
49 | #define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]) + __must_be_array(arr))
2692
| ^
2693
drivers/soc/tegra/fuse/fuse-tegra30.c:251:15: note: in expansion of macro 'ARRAY_SIZE'
2694
251 | .num_cells = ARRAY_SIZE(tegra114_fuse_cells),
2695
| ^~~~~~~~~~
2696
cc1: some warnings being treated as errors
2697
make[4]: *** [scripts/Makefile.build:286: drivers/soc/tegra/fuse/fuse-tegra30.o] Error 1
2698
make[4]: *** Waiting for unfinished jobs....
2699
CC drivers/soc/renesas/rcar-sysc.o
>
> thanks,
>
> greg k-h
>
> -------------
> Pseudo-Shortlog of commits:
>
> Greg Kroah-Hartman <gregkh@...uxfoundation.org>
> Linux 5.10.247-rc1
>
> Florian Westphal <fw@...len.de>
> netfilter: nf_set_pipapo_avx2: fix initial map fill
>
> Vasiliy Kovalev <kovalev@...linux.org>
> ovl: fix UAF in ovl_dentry_update_reval by moving dput() in ovl_link_up
>
> Owen Gu <guhuinan@...omi.com>
> usb: uas: fix urb unmapping issue when the uas device is remove during ongoing data transfer
>
> Claudiu Beznea <claudiu.beznea.uj@...renesas.com>
> usb: renesas_usbhs: Fix synchronous external abort on unbind
>
> Jameson Thies <jthies@...gle.com>
> usb: typec: ucsi: psy: Set max current to zero when disconnected
>
> Paulo Alcantara <pc@...guebit.org>
> smb: client: fix memory leak in cifs_construct_tcon()
>
> Jiayuan Chen <jiayuan.chen@...ux.dev>
> mptcp: Fix proto fallback detection with BPF
>
> Igor Pylypiv <ipylypiv@...gle.com>
> scsi: pm80xx: Set phy->enable_completion only when we
>
> Florian Westphal <fw@...len.de>
> netfilter: nf_set_pipapo: fix initial map fill
>
> Alex Lu <alex_lu@...lsil.com.cn>
> Bluetooth: Add more enc key size check
>
> Jiufei Xue <jiufei.xue@...sung.com>
> fs: writeback: fix use-after-free in __mark_inode_dirty()
>
> Ilya Dryomov <idryomov@...il.com>
> libceph: fix potential use-after-free in have_mon_and_osd_map()
>
> Alex Hung <alex.hung@....com>
> drm/amd/display: Check NULL before accessing
>
> Johan Hovold <johan@...nel.org>
> drm: sti: fix device leaks at component probe
>
> Vanillan Wang <vanillanwang@....com>
> USB: serial: option: add support for Rolling RW101R-GL
>
> Oleksandr Suvorov <cryosay@...il.com>
> USB: serial: ftdi_sio: add support for u-blox EVK-M101
>
> Mathias Nyman <mathias.nyman@...ux.intel.com>
> xhci: dbgtty: Fix data corruption when transmitting data form DbC to host
>
> Manish Nagar <manish.nagar@....qualcomm.com>
> usb: dwc3: Fix race condition between concurrent dwc3_remove_requests() call paths
>
> Tianchu Chen <flynnnchen@...cent.com>
> usb: storage: sddr55: Reject out-of-bound new_pba
>
> Alan Stern <stern@...land.harvard.edu>
> USB: storage: Remove subclass and protocol overrides from Novatek quirk
>
> Desnes Nunes <desnesn@...hat.com>
> usb: storage: Fix memory leak in USB bulk transport
>
> Kuen-Han Tsai <khtsai@...gle.com>
> usb: gadget: f_eem: Fix memory leak in eem_unwrap
>
> Miaoqian Lin <linmq006@...il.com>
> usb: cdns3: Fix double resource release in cdns3_pci_probe
>
> Johan Hovold <johan@...nel.org>
> most: usb: fix double free on late probe failure
>
> Miaoqian Lin <linmq006@...il.com>
> serial: amba-pl011: prefer dma_mapping_error() over explicit address checking
>
> Khairul Anuar Romli <khairul.anuar.romli@...era.com>
> firmware: stratix10-svc: fix bug in saving controller data
>
> Miaoqian Lin <linmq006@...il.com>
> slimbus: ngd: Fix reference count leak in qcom_slim_ngd_notify_slaves
>
> Alan Borzeszkowski <alan.borzeszkowski@...ux.intel.com>
> thunderbolt: Add support for Intel Wildcat Lake
>
> Mikulas Patocka <mpatocka@...hat.com>
> dm-verity: fix unreliable memory allocation
>
> Marc Kleine-Budde <mkl@...gutronix.de>
> can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handling
>
> Thomas Mühlbacher <tmuehlbacher@...teo.net>
> can: sja1000: fix max irq loop handling
>
> Gui-Dong Han <hanguidong02@...il.com>
> atm/fore200e: Fix possible data race in fore200e_open()
>
> Thomas Bogendoerfer <tsbogend@...ha.franken.de>
> MIPS: mm: kmalloc tlb_vpn array to avoid stack overflow
>
> Maciej W. Rozycki <macro@...am.me.uk>
> MIPS: mm: Prevent a TLB shutdown on initial uniquification
>
> Christophe JAILLET <christophe.jaillet@...adoo.fr>
> iio:common:ssp_sensors: Fix an error handling path ssp_probe()
>
> Francesco Lavra <flavra@...libre.com>
> iio: imu: st_lsm6dsx: fix array size for st_lsm6dsx_settings fields
>
> Jiri Olsa <jolsa@...nel.org>
> Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"
>
> Hang Zhou <929513338@...com>
> spi: bcm63xx: fix premature CS deassertion on RX-only transactions
>
> Haotian Zhang <vulab@...as.ac.cn>
> mailbox: mailbox-test: Fix debugfs_create_dir error checking
>
> Jiefeng Zhang <jiefeng.z.zhang@...il.com>
> net: atlantic: fix fragment overflow handling in RX path
>
> Alexey Kodanev <aleksei.kodanev@...l-sw.com>
> net: sxgbe: fix potential NULL dereference in sxgbe_rx()
>
> Danielle Costantino <dcostantino@...a.com>
> net/mlx5e: Fix validation logic in rate limiting
>
> Kai-Heng Feng <kaihengf@...dia.com>
> net: aquantia: Add missing descriptor cache invalidation on ATL2
>
> Luiz Augusto von Dentz <luiz.von.dentz@...el.com>
> Bluetooth: SMP: Fix not generating mackey and ltk when repairing
>
> Seungjin Bae <eeodqql09@...il.com>
> can: kvaser_usb: leaf: Fix potential infinite loop in command parsers
>
> Seungjin Bae <eeodqql09@...il.com>
> Input: pegasus-notetaker - fix potential out-of-bounds access
>
> Vincent Mailhol <mailhol.vincent@...adoo.fr>
> Input: remove third argument of usb_maxpacket()
>
> Vincent Mailhol <mailhol.vincent@...adoo.fr>
> usb: deprecate the third argument of usb_maxpacket()
>
> Paolo Abeni <pabeni@...hat.com>
> mptcp: do not fallback when OoO is present
>
> Eric Dumazet <edumazet@...gle.com>
> mptcp: fix a race in mptcp_pm_del_add_timer()
>
> Vlastimil Babka <vbabka@...e.cz>
> mm/mempool: fix poisoning order>0 pages with HIGHMEM
>
> Fabio M. De Francesco <fabio.maria.de.francesco@...ux.intel.com>
> mm/mempool: replace kmap_atomic() with kmap_local_page()
>
> Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> dt-bindings: pinctrl: toshiba,visconti: Fix number of items in groups
>
> Eric Dumazet <edumazet@...gle.com>
> mptcp: fix race condition in mptcp_schedule_work()
>
> Paolo Abeni <pabeni@...hat.com>
> mptcp: introduce mptcp_schedule_work
>
> Niklas Cassel <cassel@...nel.org>
> ata: libata-scsi: Fix system suspend for a security locked drive
>
> Sudeep Holla <sudeep.holla@....com>
> pmdomain: arm: scmi: Fix genpd leak on provider registration failure
>
> Miaoqian Lin <linmq006@...il.com>
> pmdomain: imx: Fix reference count leak in imx_gpc_remove
>
> Takashi Iwai <tiwai@...e.de>
> ALSA: usb-audio: Fix potential overflow of PCM transfer buffer
>
> Breno Leitao <leitao@...ian.org>
> net: netpoll: fix incorrect refcount handling causing incorrect cleanup
>
> Trond Myklebust <trond.myklebust@...merspace.com>
> Revert "NFS: Don't set NFS_INO_REVAL_PAGECACHE in the inode cache validity"
>
> Nick Desaulniers <ndesaulniers@...gle.com>
> Makefile.compiler: replace cc-ifversion with compiler-specific macros
>
> Nathan Chancellor <nathan@...nel.org>
> net: qede: Initialize qede_ll_ops with designated initializer
>
> Long Li <longli@...rosoft.com>
> uio_hv_generic: Set event for all channels on the device
>
> Nishanth Menon <nm@...com>
> net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on error
>
> René Rebe <rene@...ctco.de>
> ALSA: usb-audio: fix uac2 clock source at terminal parser
>
> Isaac J. Manjarres <isaacmanjarres@...gle.com>
> mm/mm_init: fix hash table order logging in alloc_large_system_hash()
>
> Jakub Horký <jakub.git@...ky.net>
> kconfig/nconf: Initialize the default locale at startup
>
> Jakub Horký <jakub.git@...ky.net>
> kconfig/mconf: Initialize the default locale at startup
>
> Shahar Shitrit <shshitrit@...dia.com>
> net: tls: Cancel RX async resync request on rcd_delta overflow
>
> Bart Van Assche <bvanassche@....org>
> scsi: core: Fix a regression triggered by scsi_host_busy()
>
> Michal Luczaj <mhal@...x.co>
> vsock: Ignore signal/timeout on connect() if already established
>
> Aleksei Nikiforov <aleksei.nikiforov@...ux.ibm.com>
> s390/ctcm: Fix double-kfree
>
> Ilya Maximets <i.maximets@....org>
> net: openvswitch: remove never-working support for setting nsh fields
>
> Zilin Guan <zilin@....edu.cn>
> mlxsw: spectrum: Fix memory leak in mlxsw_sp_flower_stats()
>
> Ma Ke <make24@...as.ac.cn>
> drm/tegra: dc: Fix reference leak in tegra_dc_couple()
>
> Maciej W. Rozycki <macro@...am.me.uk>
> MIPS: Malta: Fix !EVA SOC-it PCI MMIO
>
> Hamza Mahfooz <hamzamahfooz@...ux.microsoft.com>
> scsi: target: tcm_loop: Fix segfault in tcm_loop_tpg_address_show()
>
> Bart Van Assche <bvanassche@....org>
> scsi: sg: Do not sleep in atomic context
>
> Ewan D. Milne <emilne@...hat.com>
> nvme: nvme-fc: Ensure ->ioerr_work is cancelled in nvme_fc_delete_ctrl()
>
> Dan Carpenter <dan.carpenter@...aro.org>
> Input: imx_sc_key - fix memory corruption on unload
>
> Tzung-Bi Shih <tzungbi@...nel.org>
> Input: cros_ec_keyb - fix an invalid memory access
>
> Andrey Vatoropin <a.vatoropin@...t.ru>
> be2net: pass wrb_params in case of OS2BMC
>
> Yongpeng Yang <yangyongpeng@...omi.com>
> exfat: check return value of sb_min_blocksize in exfat_read_boot_sector
>
> Niravkumar L Rabara <niravkumarlaxmidas.rabara@...era.com>
> mtd: rawnand: cadence: fix DMA device NULL pointer dereference
>
> Zhang Heng <zhangheng@...inos.cn>
> HID: quirks: work around VID/PID conflict for 0x4c4a/0x4155
>
> Abdun Nihaal <nihaal@....iitm.ac.in>
> isdn: mISDN: hfcsusb: fix memory leak in hfcsusb_probe()
>
> Niravkumar L Rabara <niravkumarlaxmidas.rabara@...era.com>
> EDAC/altera: Use INTTEST register for Ethernet and USB SBE injection
>
> Niravkumar L Rabara <niravkumarlaxmidas.rabara@...era.com>
> EDAC/altera: Handle OCRAM ECC enable after warm reset
>
> Hans de Goede <hansg@...nel.org>
> spi: Try to get ACPI GPIO IRQ earlier
>
> Wei Yang <albinwyang@...cent.com>
> fs/proc: fix uaf in proc_readdir_de()
>
> Chuang Wang <nashuiliang@...il.com>
> ipv4: route: Prevent rt_bind_exception() from rebinding stale fnhe
>
> Nate Karstens <nate.karstens@...min.com>
> strparser: Fix signed/unsigned mismatch bug
>
> Peter Oberparleiter <oberpar@...ux.ibm.com>
> gcov: add support for GCC 15
>
> Olga Kornievskaia <okorniev@...hat.com>
> NFSD: free copynotify stateid in nfs4_free_ol_stateid()
>
> Masami Ichikawa <masami256@...il.com>
> HID: hid-ntrig: Prevent memory leak in ntrig_report_version()
>
> Pablo Neira Ayuso <pablo@...filter.org>
> netfilter: nf_tables: reject duplicate device on updates
>
> Dan Carpenter <dan.carpenter@...aro.org>
> mtd: onenand: Pass correct pointer to IRQ handler
>
> Eric Biggers <ebiggers@...nel.org>
> lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIAN
>
> Jakub Acs <acsjakub@...zon.de>
> mm/ksm: fix flag-dropping behavior in ksm_madvise
>
> Christoph Hellwig <hch@....de>
> fsdax: mark the iomap argument to dax_iomap_sector as const
>
> Haein Lee <lhi0729@...st.ac.kr>
> ALSA: usb-audio: Fix NULL pointer dereference in snd_usb_mixer_controls_badd
>
> Ian Forbes <ian.forbes@...adcom.com>
> drm/vmwgfx: Validate command header size against SVGA_CMD_MAX_DATASIZE
>
> Haotian Zhang <vulab@...as.ac.cn>
> ASoC: cs4271: Fix regulator leak on probe failure
>
> Haotian Zhang <vulab@...as.ac.cn>
> regulator: fixed: fix GPIO descriptor leak on register failure
>
> Chris Morgan <macromorgan@...mail.com>
> regulator: fixed: use dev_err_probe for register
>
> Shuai Xue <xueshuai@...ux.alibaba.com>
> acpi,srat: Fix incorrect device handle check for Generic Initiator
>
> Pauli Virtanen <pav@....fi>
> Bluetooth: L2CAP: export l2cap_chan_hold for modules
>
> Felix Maurer <fmaurer@...hat.com>
> hsr: Fix supervision frame sending on HSRv0
>
> Eric Dumazet <edumazet@...gle.com>
> net_sched: limit try_bulk_dequeue_skb() batches
>
> Gal Pressman <gal@...dia.com>
> net/mlx5e: Fix wraparound in rate limiting for values above 255 Gbps
>
> Gal Pressman <gal@...dia.com>
> net/mlx5e: Fix maxrate wraparound in threshold between units
>
> Ranganath V N <vnranganath.20@...il.com>
> net: sched: act_ife: initialize struct tc_ife to fix KMSAN kernel-infoleak
>
> Benjamin Berg <benjamin.berg@...el.com>
> wifi: mac80211: skip rate verification for not captured PSDUs
>
> Buday Csaba <buday.csaba@...lan.hu>
> net: mdio: fix resource leak in mdiobus_register_device()
>
> Kuniyuki Iwashima <kuniyu@...gle.com>
> tipc: Fix use-after-free in tipc_mon_reinit_self().
>
> D. Wythe <alibuda@...ux.alibaba.com>
> net/smc: fix mismatch between CLC header and proposal
>
> Eric Dumazet <edumazet@...gle.com>
> sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto
>
> Pauli Virtanen <pav@....fi>
> Bluetooth: 6lowpan: Don't hold spin lock over sleeping functions
>
> Pauli Virtanen <pav@....fi>
> Bluetooth: 6lowpan: fix BDADDR_LE vs ADDR_LE_DEV address type confusion
>
> Pauli Virtanen <pav@....fi>
> Bluetooth: 6lowpan: reset link-local header on ipv6 recv path
>
> Raphael Pinsonneault-Thibeault <rpthibeault@...il.com>
> Bluetooth: btusb: reorder cleanup in btusb_disconnect to avoid UAF
>
> Wei Fang <wei.fang@....com>
> net: fec: correct rx_bytes statistic for the case SHIFT16 is set
>
> Sharique Mohammad <sharq0406@...il.com>
> ASoC: max98090/91: fixed max98091 ALSA widget powering up/down
>
> Tristan Lobb <tristan.lobb@...lobb.de>
> HID: quirks: avoid Cooler Master MM712 dongle wakeup bug
>
> Joshua Watt <jpewhacker@...il.com>
> NFS4: Fix state renewals missing after boot
>
> Danil Skrebenkov <danil.skrebenkov@...udbear.ru>
> RISC-V: clear hot-unplugged cores from all task mm_cpumasks to avoid rfence errors
>
> Peter Zijlstra <peterz@...radead.org>
> compiler_types: Move unused static inline functions warning to W=2
>
> Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> extcon: adc-jack: Cleanup wakeup source only if it was enabled
>
> Nathan Chancellor <nathan@...nel.org>
> lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCC
>
> Zilin Guan <zilin@....edu.cn>
> tracing: Fix memory leaks in create_field_var()
>
> Qendrim Maxhuni <qendrim.maxhuni@...deros.com>
> net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixup
>
> Stefan Wiehler <stefan.wiehler@...ia.com>
> sctp: Hold sock lock while iterating over address list
>
> Xin Long <lucien.xin@...il.com>
> sctp: hold endpoint before calling cb in sctp_transport_lookup_process
>
> Yajun Deng <yajun.deng@...ux.dev>
> net: Use nlmsg_unicast() instead of netlink_unicast()
>
> Lu Wei <luwei32@...wei.com>
> net: sctp: Fix some typos
>
> Stefan Wiehler <stefan.wiehler@...ia.com>
> sctp: Prevent TOCTOU out-of-bounds write
>
> Stefan Wiehler <stefan.wiehler@...ia.com>
> sctp: Hold RCU read lock while iterating over address list
>
> Jonas Gorski <jonas.gorski@...il.com>
> net: dsa: b53: stop reading ARL entries if search is done
>
> Jonas Gorski <jonas.gorski@...il.com>
> net: dsa: b53: fix enabling ip multicast
>
> Jonas Gorski <jonas.gorski@...il.com>
> net: dsa: b53: fix resetting speed and pause on forced link
>
> Hangbin Liu <liuhangbin@...il.com>
> net: vlan: sync VLAN features with lower device
>
> Josephine Pfeiffer <hi@...ie.lol>
> riscv: ptdump: use seq_puts() in pt_dump_seq_puts() macro
>
> Kailang Yang <kailang@...ltek.com>
> ALSA: hda/realtek: Audio disappears on HP 15-fc000 after warm boot again
>
> Viacheslav Dubeyko <Slava.Dubeyko@....com>
> ceph: add checking of wait_for_completion_killable() return value
>
> Valerio Setti <vsetti@...libre.com>
> ASoC: meson: aiu-encoder-i2s: fix bit clock polarity
>
> Albin Babu Varghese <albinbabuvarghese20@...il.com>
> fbdev: Add bounds checking in bit_putcs to fix vmalloc-out-of-bounds
>
> Ian Rogers <irogers@...gle.com>
> tools bitmap: Add missing asm-generic/bitsperlong.h include
>
> Sakari Ailus <sakari.ailus@...ux.intel.com>
> ACPI: property: Return present device nodes only on fwnode interface
>
> Randall P. Embry <rpembry@...il.com>
> 9p: sysfs_init: don't hardcode error to ENOMEM
>
> Randall P. Embry <rpembry@...il.com>
> 9p: fix /sys/fs/9p/caches overwriting itself
>
> Nicolas Ferre <nicolas.ferre@...rochip.com>
> ARM: at91: pm: save and restore ACR during PLL disable/enable
>
> Tiwei Bie <tiwei.btw@...group.com>
> um: Fix help message for ssl-non-raw
>
> Yikang Yue <yikangy2@...inois.edu>
> fs/hpfs: Fix error code for new_inode() failure in mkdir/create/mknod/symlink
>
> austinchang <austinchang@...ology.com>
> btrfs: mark dirty extent range for out of bound prealloc extents
>
> Saket Dumbre <saket.dumbre@...el.com>
> ACPICA: Update dsmethod.c to get rid of unused variable warning
>
> Mike Marshall <hubcap@...ibond.com>
> orangefs: fix xattr related buffer overflow...
>
> Dragos Tatulea <dtatulea@...dia.com>
> page_pool: Clamp pool size to max 16K pages
>
> Chi Zhiling <chizhiling@...inos.cn>
> exfat: limit log print for IO error
>
> Roy Vegard Ovesen <roy.vegard.ovesen@...il.com>
> ALSA: usb-audio: add mono main switch to Presonus S1824c
>
> Ivan Pravdin <ipravdin.official@...il.com>
> Bluetooth: bcsp: receive data only if registered
>
> Luiz Augusto von Dentz <luiz.von.dentz@...el.com>
> Bluetooth: SCO: Fix UAF on sco_conn_free
>
> Théo Lebrun <theo.lebrun@...tlin.com>
> net: macb: avoid dealing with endianness in macb_set_hwaddr()
>
> chuguangqing <chuguangqing@...pur.com>
> fs: ext4: change GFP_KERNEL to GFP_NOFS to avoid deadlock
>
> Al Viro <viro@...iv.linux.org.uk>
> nfs4_setup_readdir(): insufficient locking for ->d_parent->d_inode dereferencing
>
> Anthony Iliopoulos <ailiop@...e.com>
> NFSv4.1: fix mount hang after CREATE_SESSION failure
>
> Olga Kornievskaia <okorniev@...hat.com>
> NFSv4: handle ERR_GRACE on delegation recalls
>
> Stephan Gerhold <stephan.gerhold@...aro.org>
> remoteproc: qcom: q6v5: Avoid handling handover twice
>
> Koakuma <koachan@...tonmail.com>
> sparc/module: Add R_SPARC_UA64 relocation handling
>
> Chen Wang <unicorn_wang@...look.com>
> PCI: cadence: Check for the existence of cdns_pcie::ops before using it
>
> ChunHao Lin <hau@...ltek.com>
> r8169: set EEE speed down ratio to 1
>
> Brahmajit Das <listout@...tout.xyz>
> net: intel: fm10k: Fix parameter idx set but not used
>
> Loic Poulain <loic.poulain@....qualcomm.com>
> wifi: ath10k: Fix connection after GTK rekeying
>
> Shaurya Rane <ssrane_b23@...vjti.ac.in>
> jfs: fix uninitialized waitqueue in transaction manager
>
> Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
> jfs: Verify inode mode when loading from disk
>
> Eric Dumazet <edumazet@...gle.com>
> ipv6: np->rxpmtu race annotation
>
> Krishna Kurapati <krishna.kurapati@....qualcomm.com>
> usb: xhci: plat: Facilitate using autosuspend for xhci plat devices
>
> Forest Crossman <cyrozap@...il.com>
> usb: mon: Increase BUFF_MAX to 64 MiB to support multi-MB URBs
>
> Al Viro <viro@...iv.linux.org.uk>
> allow finish_no_open(file, ERR_PTR(-E...))
>
> Justin Tee <justin.tee@...adcom.com>
> scsi: lpfc: Define size of debugfs entry for xri rebalancing
>
> Nai-Chen Cheng <bleach1827@...il.com>
> selftests/Makefile: include $(INSTALL_DEP_TARGETS) in clean target to clean net/lib dependency
>
> Yafang Shao <laoar.shao@...il.com>
> net/cls_cgroup: Fix task_get_classid() during qdisc run
>
> Alok Tiwari <alok.a.tiwari@...cle.com>
> udp_tunnel: use netdev_warn() instead of netdev_WARN()
>
> David Ahern <dsahern@...nel.org>
> selftests: Replace sleep with slowwait
>
> Daniel Palmer <daniel@...ngy.jp>
> eth: 8139too: Make 8139TOO_PIO depend on !NO_IOPORT_MAP
>
> David Ahern <dsahern@...nel.org>
> selftests: Disable dad for ipv6 in fcnal-test.sh
>
> Li RongQing <lirongqing@...du.com>
> x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALT
>
> Ido Schimmel <idosch@...dia.com>
> selftests: traceroute: Use require_command()
>
> Qianfeng Rong <rongqianfeng@...o.com>
> media: redrat3: use int type to store negative error codes
>
> Niklas Söderlund <niklas.soderlund+renesas@...natech.se>
> net: sh_eth: Disable WoL if system can not suspend
>
> Harikrishna Shenoy <h-shenoy@...com>
> phy: cadence: cdns-dphy: Enable lower resolutions in dphy
>
> Rohan G Thomas <rohan.g.thomas@...era.com>
> net: phy: marvell: Fix 88e1510 downshift counter errata
>
> William Wu <william.wu@...k-chips.com>
> usb: gadget: f_hid: Fix zero length packet transfer
>
> Ashish Kalra <ashish.kalra@....com>
> iommu/amd: Skip enabling command/event buffers for kdump
>
> Eric Dumazet <edumazet@...gle.com>
> net: call cond_resched() less often in __release_sock()
>
> Cryolitia PukNgae <cryolitia@...ontech.com>
> ALSA: usb-audio: apply quirk for MOONDROP Quark2
>
> Juraj Šarinay <juraj@...inay.com>
> net: nfc: nci: Increase NCI_DATA_TIMEOUT to 3000 ms
>
> Yue Haibing <yuehaibing@...wei.com>
> ipv6: Add sanity checks on ipv6_devconf.rpl_seg_enabled
>
> Devendra K Verma <devverma@....com>
> dmaengine: dw-edma: Set status for callback_result
>
> Rosen Penev <rosenp@...il.com>
> dmaengine: mv_xor: match alloc_wc and free_wc
>
> Thomas Andreatta <thomasandreatta2000@...il.com>
> dmaengine: sh: setup_xref error handling
>
> Qianfeng Rong <rongqianfeng@...o.com>
> scsi: pm8001: Use int instead of u32 to store error codes
>
> Aleksander Jan Bajkowski <olek2@...pl>
> mips: lantiq: xway: sysctrl: rename stp clock
>
> Aleksander Jan Bajkowski <olek2@...pl>
> mips: lantiq: danube: add missing device_type in pci node
>
> Aleksander Jan Bajkowski <olek2@...pl>
> mips: lantiq: danube: add missing properties to cpu node
>
> Chelsy Ratnawat <chelsyratnawat2001@...il.com>
> media: fix uninitialized symbol warnings
>
> Amber Lin <Amber.Lin@....com>
> drm/amdkfd: Tie UNMAP_LATENCY to queue_preemption
>
> Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>
> extcon: adc-jack: Fix wakeup source leaks on device unbind
>
> Francisco Gutierrez <frankramirez@...gle.com>
> scsi: pm80xx: Fix race condition caused by static variables
>
> Ujwal Kundur <ujwal.kundur@...il.com>
> rds: Fix endianness annotation for RDS_MPATH_HASH
>
> Takashi Iwai <tiwai@...e.de>
> ALSA: usb-audio: Add validation of UAC2/UAC3 effect units
>
> Sungho Kim <sungho.kim@...iosa.ai>
> PCI/P2PDMA: Fix incorrect pointer usage in devm_kfree() call
>
> Kuniyuki Iwashima <kuniyu@...gle.com>
> net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
>
> Christoph Paasch <cpaasch@...nai.com>
> net: When removing nexthops, don't call synchronize_net if it is not necessary
>
> Zijun Hu <zijun.hu@....qualcomm.com>
> char: misc: Does not request module for miscdevice with dynamic minor
>
> raub camaioni <raubcameo@...il.com>
> usb: gadget: f_ncm: Fix MAC assignment NCM ethernet
>
> Rodrigo Gobbi <rodrigo.gobbi.7@...il.com>
> iio: adc: spear_adc: mask SPEAR_ADC_STATUS channel and avg sample before setting register
>
> Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>
> drm/bridge: display-connector: don't set OP_DETECT for DisplayPorts
>
> Tetsuo Handa <penguin-kernel@...ove.SAKURA.ne.jp>
> media: imon: make send_packet() more robust
>
> Charalampos Mitrodimas <charmitro@...teo.net>
> net: ipv6: fix field-spanning memcpy warning in AH output
>
> Ido Schimmel <idosch@...dia.com>
> bridge: Redirect to backup port when port is administratively down
>
> Niklas Schnelle <schnelle@...ux.ibm.com>
> powerpc/eeh: Use result of error_detected() in uevent
>
> Tiezhu Yang <yangtiezhu@...ngson.cn>
> net: stmmac: Check stmmac_hw_setup() in stmmac_resume()
>
> Kirill A. Shutemov <kirill.shutemov@...ux.intel.com>
> x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscall
>
> Tomi Valkeinen <tomi.valkeinen@...asonboard.com>
> drm/tidss: Use the crtc_* timings when programming the HW
>
> Laurent Pinchart <laurent.pinchart+renesas@...asonboard.com>
> media: pci: ivtv: Don't create fake v4l2_fh
>
> Geoffrey McRae <geoffrey.mcrae@....com>
> drm/amdkfd: return -ENOTTY for unsupported IOCTLs
>
> Wake Liu <wakel@...gle.com>
> selftests/net: Ensure assert() triggers in psock_tpacket.c
>
> Wake Liu <wakel@...gle.com>
> selftests/net: Replace non-standard __WORDSIZE with sizeof(long) * 8
>
> Marcos Del Sol Vives <marcos@...a.pet>
> PCI: Disable MSI on RDC PCI to PCIe bridges
>
> Seyediman Seyedarab <imandevel@...il.com>
> drm/nouveau: replace snprintf() with scnprintf() in nvkm_snprintbf()
>
> Sathishkumar S <sathishkumar.sundararaju@....com>
> drm/amdgpu/jpeg: Hold pg_lock before jpeg poweroff
>
> Lijo Lazar <lijo.lazar@....com>
> drm/amd/pm: Use cached metrics data on arcturus
>
> Jens Kehne <jens.kehne@...lent.com>
> mfd: da9063: Split chip variant reading in two bus transactions
>
> Arnd Bergmann <arnd@...db.de>
> mfd: madera: Work around false-positive -Wininitialized warning
>
> Alexander Stein <alexander.stein@...tq-group.com>
> mfd: stmpe-i2c: Add missing MODULE_LICENSE
>
> Alexander Stein <alexander.stein@...tq-group.com>
> mfd: stmpe: Remove IRQ domain upon removal
>
> Len Brown <len.brown@...el.com>
> tools/power x86_energy_perf_policy: Prefer driver HWP limits
>
> Len Brown <len.brown@...el.com>
> tools/power x86_energy_perf_policy: Enhance HWP enable
>
> Kaushlendra Kumar <kaushlendra.kumar@...el.com>
> tools/power x86_energy_perf_policy: Fix incorrect fopen mode usage
>
> Kaushlendra Kumar <kaushlendra.kumar@...el.com>
> tools/cpupower: Fix incorrect size in cpuidle_state_disable()
>
> Armin Wolf <W_Armin@....de>
> hwmon: (dell-smm) Add support for Dell OptiPlex 7040
>
> Jiri Olsa <jolsa@...nel.org>
> uprobe: Do not emulate/sstep original instruction when ip is changed
>
> Daniel Lezcano <daniel.lezcano@...aro.org>
> clocksource/drivers/vf-pit: Replace raw_readl/writel to readl/writel
>
> Rafael J. Wysocki <rafael.j.wysocki@...el.com>
> cpuidle: Fail cpuidle device registration if there is one already
>
> Svyatoslav Ryhel <clamor95@...il.com>
> video: backlight: lp855x_bl: Set correct EPROM start for LP8556
>
> Daniel Wagner <wagi@...nel.org>
> nvme-fc: use lock accessing port_state and rport state
>
> Amirreza Zarrabi <amirreza.zarrabi@....qualcomm.com>
> tee: allow a driver to allocate a tee_device without a pool
>
> Hans de Goede <hansg@...nel.org>
> ACPICA: dispatcher: Use acpi_ds_clear_operands() in acpi_ds_call_control_method()
>
> Sarthak Garg <quic_sartgarg@...cinc.com>
> mmc: sdhci-msm: Enable tuning for SDR50 mode for SD card
>
> Svyatoslav Ryhel <clamor95@...il.com>
> soc/tegra: fuse: Add Tegra114 nvmem cells and fuse lookups
>
> Christian Bruel <christian.bruel@...s.st.com>
> irqchip/gic-v2m: Handle Multiple MSI base IRQ Alignment
>
> Kees Cook <kees@...nel.org>
> arc: Fix __fls() const-foldability via __builtin_clzl()
>
> Dennis Beier <nanovim@...il.com>
> cpufreq/longhaul: handle NULL policy in longhaul_exit
>
> Ricardo B. Marlière <rbm@...e.com>
> selftests/bpf: Fix bpf_prog_detach2 usage in test_lirc_mode2
>
> Mario Limonciello (AMD) <superm1@...nel.org>
> ACPI: video: force native for Lenovo 82K8
>
> Jiayi Li <lijiayi@...inos.cn>
> memstick: Add timeout to prevent indefinite waiting
>
> Biju Das <biju.das.jz@...renesas.com>
> mmc: host: renesas_sdhi: Fix the actual clock
>
> Chi Zhang <chizhang@...micro.com>
> pinctrl: single: fix bias pull up/down handling in pin_config_set
>
> Thomas Weißschuh <thomas.weissschuh@...utronix.de>
> bpf: Don't use %pK through printk
>
> Thomas Weißschuh <thomas.weissschuh@...utronix.de>
> soc: ti: pruss: don't use %pK through printk
>
> Thomas Weißschuh <thomas.weissschuh@...utronix.de>
> spi: loopback-test: Don't use %pK through printk
>
> Jens Reidel <adrian@...nlining.org>
> soc: qcom: smem: Fix endian-unaware access of num_entries
>
> Damien Le Moal <dlemoal@...nel.org>
> block: make REQ_OP_ZONE_OPEN a write operation
>
> Owen Gu <guhuinan@...omi.com>
> usb: gadget: f_fs: Fix epfile null pointer access after ep enable.
>
> Matthieu Baerts (NGI0) <matttbe@...nel.org>
> tracing: fix declaration-after-statement warning
>
> Matthieu Baerts (NGI0) <matttbe@...nel.org>
> arch: back to -std=gnu89 in < v5.18
>
> Alexey Dobriyan <adobriyan@...il.com>
> x86/boot: Compile boot code with -std=gnu11 too
>
> Babu Moger <babu.moger@....com>
> x86/resctrl: Fix miscount of bandwidth event when reactivating previously unavailable RMID
>
> Artem Shimko <a.shimko.dev@...il.com>
> serial: 8250_dw: handle reset control deassert error
>
> Andy Shevchenko <andriy.shevchenko@...ux.intel.com>
> serial: 8250_dw: Use devm_add_action_or_reset()
>
> Celeste Liu <uwu@...lacanthus.name>
> can: gs_usb: increase max interface to U8_MAX
>
> Maarten Lankhorst <dev@...khorst.se>
> devcoredump: Fix circular locking dependency with devcd->mutex.
>
> Darrick J. Wong <djwong@...nel.org>
> xfs: always warn about deprecated mount options
>
> Lad Prabhakar <prabhakar.mahadev-lad.rj@...renesas.com>
> net: ravb: Enforce descriptor type ordering
>
> Emanuele Ghidoli <emanuele.ghidoli@...adex.com>
> net: phy: dp83867: Disable EEE support as not implemented
>
> Alexey Klimov <alexey.klimov@...aro.org>
> regmap: slimbus: fix bus_context pointer in regmap init calls
>
> Damien Le Moal <dlemoal@...nel.org>
> block: fix op_is_zone_mgmt() to handle REQ_OP_ZONE_RESET_ALL
>
> John Smith <itistotalbotnet@...il.com>
> drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Iceland
>
> John Smith <itistotalbotnet@...il.com>
> drm/amd/pm/powerplay/smumgr: Fix PCIeBootLinkLevel value on Fiji
>
> Yang Wang <kevinyang.wang@....com>
> drm/amd/pm: fix smu table id bound check issue in smu_cmn_update_table()
>
> Tomeu Vizoso <tomeu@...euvizoso.net>
> drm/etnaviv: fix flush sequence logic
>
> Lizhi Xu <lizhi.xu@...driver.com>
> usbnet: Prevents free active kevent
>
> Noorain Eqbal <nooraineqbal@...il.com>
> bpf: Sync pending IRQ work before freeing ring buffer
>
> Roy Vegard Ovesen <roy.vegard.ovesen@...il.com>
> ALSA: usb-audio: fix control pipe direction
>
> Akhil P Oommen <akhilpo@....qualcomm.com>
> drm/msm/a6xx: Fix GMU firmware parser
>
> Loic Poulain <loic.poulain@....qualcomm.com>
> wifi: ath10k: Fix memory leak on unsupported WMI command
>
> Srinivas Kandagatla <srinivas.kandagatla@....qualcomm.com>
> ASoC: qdsp6: q6asm: do not sleep while atomic
>
> Miaoqian Lin <linmq006@...il.com>
> fbdev: valkyriefb: Fix reference count leak in valkyriefb_init
>
> Florian Fuchs <fuchsfl@...il.com>
> fbdev: pvr2fb: Fix leftover reference to ONCHIP_NR_DMA_CHANNELS
>
> Gokul Sivakumar <gokulkumar.sivakumar@...ineon.com>
> wifi: brcmfmac: fix crash while sending Action Frames in standalone AP Mode
>
> Junjie Cao <junjie.cao@...el.com>
> fbdev: bitblit: bound-check glyph index in bit_putcs*
>
> Yuhao Jiang <danisjiang@...il.com>
> ACPI: video: Fix use-after-free in acpi_video_switch_brightness()
>
> Daniel Palmer <daniel@...f.com>
> fbdev: atyfb: Check if pll_ops->init_pll failed
>
> Miaoqian Lin <linmq006@...il.com>
> net: usb: asix_devices: Check return value of usbnet_get_endpoints
>
> Chuck Lever <chuck.lever@...cle.com>
> NFSD: Fix crash in nfsd4_read_release()
>
> Filipe Manana <fdmanana@...e.com>
> btrfs: use smp_mb__after_atomic() when forcing COW in create_pending_snapshot()
>
> Filipe Manana <fdmanana@...e.com>
> btrfs: always drop log root tree reference in btrfs_replay_log()
>
> David Kaplan <david.kaplan@....com>
> x86/bugs: Fix reporting of LFENCE retpoline
>
> Xiang Mei <xmei5@....edu>
> net/sched: sch_qfq: Fix null-deref in agg_dequeue
>
>
> -------------
>
> Diffstat:
>
> .../bindings/pinctrl/toshiba,visconti-pinctrl.yaml | 26 ++--
> Documentation/kbuild/makefiles.rst | 29 +++--
> Makefile | 8 +-
> arch/arc/include/asm/bitops.h | 2 +
> arch/arm/crypto/Kconfig | 2 +-
> arch/arm/mach-at91/pm_suspend.S | 8 +-
> arch/mips/boot/dts/lantiq/danube.dtsi | 6 +
> arch/mips/lantiq/xway/sysctrl.c | 2 +-
> arch/mips/loongson64/Platform | 2 +-
> arch/mips/mm/tlb-r4k.c | 118 ++++++++++++------
> arch/mips/mti-malta/malta-init.c | 20 +--
> arch/parisc/boot/compressed/Makefile | 2 +-
> arch/powerpc/Makefile | 4 +-
> arch/powerpc/kernel/eeh_driver.c | 2 +-
> arch/riscv/kernel/cpu-hotplug.c | 1 +
> arch/riscv/mm/ptdump.c | 2 +-
> arch/s390/Makefile | 6 +-
> arch/s390/purgatory/Makefile | 2 +-
> arch/sparc/include/asm/elf_64.h | 1 +
> arch/sparc/kernel/module.c | 1 +
> arch/um/drivers/ssl.c | 5 +-
> arch/x86/Makefile | 2 +-
> arch/x86/boot/compressed/Makefile | 2 +-
> arch/x86/entry/vsyscall/vsyscall_64.c | 17 ++-
> arch/x86/events/core.c | 10 +-
> arch/x86/kernel/cpu/bugs.c | 5 +-
> arch/x86/kernel/cpu/resctrl/monitor.c | 10 +-
> arch/x86/kernel/kvm.c | 20 +--
> drivers/acpi/acpi_video.c | 4 +-
> drivers/acpi/acpica/dsmethod.c | 10 +-
> drivers/acpi/numa/srat.c | 2 +-
> drivers/acpi/property.c | 24 +++-
> drivers/acpi/video_detect.c | 8 ++
> drivers/ata/libata-scsi.c | 8 ++
> drivers/atm/fore200e.c | 2 +
> drivers/base/devcoredump.c | 138 +++++++++++++--------
> drivers/base/regmap/regmap-slimbus.c | 6 +-
> drivers/bluetooth/btusb.c | 13 +-
> drivers/bluetooth/hci_bcsp.c | 3 +
> drivers/char/misc.c | 8 +-
> drivers/clocksource/timer-vf-pit.c | 22 ++--
> drivers/cpufreq/longhaul.c | 3 +
> drivers/cpuidle/cpuidle.c | 8 +-
> drivers/dma/dw-edma/dw-edma-core.c | 22 ++++
> drivers/dma/mv_xor.c | 4 +-
> drivers/dma/sh/shdma-base.c | 25 +++-
> drivers/dma/sh/shdmac.c | 17 ++-
> drivers/edac/altera_edac.c | 22 +++-
> drivers/extcon/extcon-adc-jack.c | 2 +
> drivers/firmware/arm_scmi/scmi_pm_domain.c | 13 +-
> drivers/firmware/efi/libstub/Makefile | 2 +-
> drivers/firmware/stratix10-svc.c | 7 +-
> drivers/gpu/drm/amd/amdgpu/amdgpu_jpeg.c | 6 +-
> drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 8 +-
> drivers/gpu/drm/amd/amdkfd/kfd_priv.h | 9 +-
> drivers/gpu/drm/amd/display/dc/calcs/Makefile | 2 +-
> drivers/gpu/drm/amd/display/dc/core/dc_stream.c | 11 +-
> drivers/gpu/drm/amd/display/dc/dcn20/Makefile | 2 +-
> drivers/gpu/drm/amd/display/dc/dcn21/Makefile | 2 +-
> drivers/gpu/drm/amd/display/dc/dcn30/Makefile | 2 +-
> drivers/gpu/drm/amd/display/dc/dml/Makefile | 2 +-
> drivers/gpu/drm/amd/display/dc/dsc/Makefile | 2 +-
> .../gpu/drm/amd/pm/powerplay/smumgr/fiji_smumgr.c | 2 +-
> .../drm/amd/pm/powerplay/smumgr/iceland_smumgr.c | 2 +-
> drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c | 2 +-
> drivers/gpu/drm/amd/pm/swsmu/smu_cmn.c | 2 +-
> drivers/gpu/drm/bridge/display-connector.c | 3 +-
> drivers/gpu/drm/etnaviv/etnaviv_buffer.c | 2 +-
> drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 5 +-
> drivers/gpu/drm/nouveau/nvkm/core/enum.c | 2 +-
> drivers/gpu/drm/sti/sti_vtg.c | 7 +-
> drivers/gpu/drm/tegra/dc.c | 1 +
> drivers/gpu/drm/tidss/tidss_crtc.c | 2 +-
> drivers/gpu/drm/tidss/tidss_dispc.c | 16 +--
> drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c | 5 +
> drivers/hid/hid-ids.h | 7 +-
> drivers/hid/hid-ntrig.c | 7 +-
> drivers/hid/hid-quirks.c | 14 ++-
> drivers/hwmon/dell-smm-hwmon.c | 7 ++
> drivers/iio/adc/spear_adc.c | 9 +-
> drivers/iio/common/ssp_sensors/ssp_dev.c | 4 +-
> drivers/iio/imu/st_lsm6dsx/st_lsm6dsx.h | 22 ++--
> drivers/input/keyboard/cros_ec_keyb.c | 6 +
> drivers/input/keyboard/imx_sc_key.c | 2 +-
> drivers/input/misc/ati_remote2.c | 2 +-
> drivers/input/misc/cm109.c | 2 +-
> drivers/input/misc/powermate.c | 2 +-
> drivers/input/misc/yealink.c | 2 +-
> drivers/input/tablet/acecad.c | 2 +-
> drivers/input/tablet/pegasus_notetaker.c | 11 +-
> drivers/iommu/amd/init.c | 28 +++--
> drivers/irqchip/irq-gic-v2m.c | 13 +-
> drivers/isdn/hardware/mISDN/hfcsusb.c | 18 ++-
> drivers/mailbox/mailbox-test.c | 2 +-
> drivers/md/dm-verity-fec.c | 6 +-
> drivers/media/i2c/ir-kbd-i2c.c | 6 +-
> drivers/media/pci/ivtv/ivtv-alsa-pcm.c | 2 -
> drivers/media/pci/ivtv/ivtv-driver.h | 3 +-
> drivers/media/pci/ivtv/ivtv-fileops.c | 18 +--
> drivers/media/pci/ivtv/ivtv-irq.c | 4 +-
> drivers/media/rc/imon.c | 61 +++++----
> drivers/media/rc/redrat3.c | 2 +-
> drivers/media/tuners/xc4000.c | 8 +-
> drivers/media/tuners/xc5000.c | 12 +-
> drivers/memstick/core/memstick.c | 8 +-
> drivers/mfd/da9063-i2c.c | 27 +++-
> drivers/mfd/madera-core.c | 4 +-
> drivers/mfd/stmpe-i2c.c | 1 +
> drivers/mfd/stmpe.c | 3 +
> drivers/mmc/host/renesas_sdhi_core.c | 6 +-
> drivers/mmc/host/sdhci-msm.c | 15 +++
> drivers/most/most_usb.c | 14 +--
> drivers/mtd/nand/onenand/onenand_samsung.c | 2 +-
> drivers/mtd/nand/raw/cadence-nand-controller.c | 3 +-
> drivers/net/can/sja1000/sja1000.c | 4 +-
> drivers/net/can/sun4i_can.c | 4 +-
> drivers/net/can/usb/gs_usb.c | 23 ++--
> drivers/net/can/usb/kvaser_usb/kvaser_usb_leaf.c | 4 +-
> drivers/net/dsa/b53/b53_common.c | 15 ++-
> drivers/net/dsa/b53/b53_regs.h | 3 +-
> .../net/ethernet/aquantia/atlantic/aq_hw_utils.c | 22 ++++
> .../net/ethernet/aquantia/atlantic/aq_hw_utils.h | 1 +
> drivers/net/ethernet/aquantia/atlantic/aq_ring.c | 5 +
> .../ethernet/aquantia/atlantic/hw_atl/hw_atl_b0.c | 19 +--
> .../ethernet/aquantia/atlantic/hw_atl2/hw_atl2.c | 2 +-
> drivers/net/ethernet/cadence/macb_main.c | 4 +-
> drivers/net/ethernet/emulex/benet/be_main.c | 7 +-
> drivers/net/ethernet/freescale/fec_main.c | 2 +
> drivers/net/ethernet/intel/fm10k/fm10k_common.c | 5 +-
> drivers/net/ethernet/intel/fm10k/fm10k_common.h | 2 +-
> drivers/net/ethernet/intel/fm10k/fm10k_pf.c | 2 +-
> drivers/net/ethernet/intel/fm10k/fm10k_vf.c | 2 +-
> drivers/net/ethernet/mellanox/mlx5/core/en_dcbnl.c | 15 ++-
> .../net/ethernet/mellanox/mlxsw/spectrum_flower.c | 6 +-
> drivers/net/ethernet/qlogic/qede/qede_main.c | 2 +-
> drivers/net/ethernet/realtek/Kconfig | 2 +-
> drivers/net/ethernet/realtek/r8169_main.c | 6 +-
> drivers/net/ethernet/renesas/ravb_main.c | 16 ++-
> drivers/net/ethernet/renesas/sh_eth.c | 4 +
> drivers/net/ethernet/samsung/sxgbe/sxgbe_main.c | 4 +-
> drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 9 +-
> drivers/net/ethernet/ti/netcp_core.c | 10 +-
> drivers/net/phy/dp83867.c | 6 +
> drivers/net/phy/marvell.c | 39 +++++-
> drivers/net/phy/mdio_bus.c | 5 +-
> drivers/net/usb/asix_devices.c | 12 +-
> drivers/net/usb/qmi_wwan.c | 6 +
> drivers/net/usb/usbnet.c | 2 +
> drivers/net/wireless/ath/ath10k/mac.c | 12 +-
> drivers/net/wireless/ath/ath10k/wmi.c | 1 +
> .../broadcom/brcm80211/brcmfmac/cfg80211.c | 3 +-
> .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.c | 28 ++---
> .../net/wireless/broadcom/brcm80211/brcmfmac/p2p.h | 3 +-
> drivers/nvme/host/fc.c | 12 +-
> drivers/pci/controller/cadence/pcie-cadence-host.c | 2 +-
> drivers/pci/controller/cadence/pcie-cadence.c | 4 +-
> drivers/pci/controller/cadence/pcie-cadence.h | 6 +-
> drivers/pci/p2pdma.c | 2 +-
> drivers/pci/quirks.c | 1 +
> drivers/phy/cadence/cdns-dphy.c | 4 +-
> drivers/pinctrl/pinctrl-single.c | 4 +-
> drivers/regulator/fixed.c | 6 +-
> drivers/remoteproc/qcom_q6v5.c | 5 +
> drivers/s390/net/ctcm_mpc.c | 1 -
> drivers/scsi/hosts.c | 5 +-
> drivers/scsi/lpfc/lpfc_debugfs.h | 3 +
> drivers/scsi/pm8001/pm8001_ctl.c | 24 ++--
> drivers/scsi/pm8001/pm8001_init.c | 1 +
> drivers/scsi/pm8001/pm8001_sas.c | 4 +-
> drivers/scsi/pm8001/pm8001_sas.h | 4 +
> drivers/scsi/sg.c | 10 +-
> drivers/slimbus/qcom-ngd-ctrl.c | 1 +
> drivers/soc/imx/gpc.c | 2 +
> drivers/soc/qcom/smem.c | 2 +-
> drivers/soc/tegra/fuse/fuse-tegra30.c | 122 ++++++++++++++++++
> drivers/soc/ti/knav_dma.c | 14 +--
> drivers/soc/ti/pruss.c | 2 +-
> drivers/spi/spi-bcm63xx.c | 14 +++
> drivers/spi/spi-loopback-test.c | 12 +-
> drivers/spi/spi.c | 10 ++
> drivers/target/loopback/tcm_loop.c | 3 +
> drivers/tee/tee_core.c | 2 +-
> drivers/thunderbolt/nhi.c | 2 +
> drivers/thunderbolt/nhi.h | 1 +
> drivers/tty/serial/8250/8250_dw.c | 67 +++++-----
> drivers/tty/serial/amba-pl011.c | 2 +-
> drivers/uio/uio_hv_generic.c | 21 +++-
> drivers/usb/cdns3/cdns3-pci-wrap.c | 5 +-
> drivers/usb/dwc3/ep0.c | 1 +
> drivers/usb/dwc3/gadget.c | 7 ++
> drivers/usb/gadget/function/f_eem.c | 7 +-
> drivers/usb/gadget/function/f_fs.c | 8 +-
> drivers/usb/gadget/function/f_hid.c | 4 +-
> drivers/usb/gadget/function/f_ncm.c | 3 +-
> drivers/usb/host/xhci-dbgcap.h | 1 +
> drivers/usb/host/xhci-dbgtty.c | 17 ++-
> drivers/usb/host/xhci-plat.c | 1 +
> drivers/usb/mon/mon_bin.c | 14 ++-
> drivers/usb/renesas_usbhs/common.c | 14 +--
> drivers/usb/serial/ftdi_sio.c | 1 +
> drivers/usb/serial/ftdi_sio_ids.h | 1 +
> drivers/usb/serial/option.c | 10 +-
> drivers/usb/storage/sddr55.c | 6 +
> drivers/usb/storage/transport.c | 16 +++
> drivers/usb/storage/uas.c | 7 +-
> drivers/usb/storage/unusual_devs.h | 2 +-
> drivers/usb/typec/ucsi/psy.c | 5 +
> drivers/video/backlight/lp855x_bl.c | 2 +-
> drivers/video/fbdev/aty/atyfb_base.c | 8 +-
> drivers/video/fbdev/core/bitblit.c | 33 ++++-
> drivers/video/fbdev/pvr2fb.c | 2 +-
> drivers/video/fbdev/valkyriefb.c | 2 +
> fs/9p/v9fs.c | 9 +-
> fs/btrfs/disk-io.c | 2 +-
> fs/btrfs/file.c | 10 ++
> fs/btrfs/transaction.c | 2 +-
> fs/btrfs/tree-log.c | 1 -
> fs/ceph/locks.c | 5 +-
> fs/cifs/connect.c | 1 +
> fs/dax.c | 2 +-
> fs/exfat/fatent.c | 11 +-
> fs/exfat/super.c | 5 +-
> fs/ext4/xattr.c | 2 +-
> fs/fs-writeback.c | 7 +-
> fs/hpfs/namei.c | 18 ++-
> fs/jfs/inode.c | 8 +-
> fs/jfs/jfs_txnmgr.c | 9 +-
> fs/nfs/inode.c | 6 +-
> fs/nfs/nfs4client.c | 1 +
> fs/nfs/nfs4proc.c | 7 +-
> fs/nfs/nfs4state.c | 3 +
> fs/nfsd/nfs4proc.c | 7 +-
> fs/nfsd/nfs4state.c | 3 +-
> fs/open.c | 10 +-
> fs/orangefs/xattr.c | 12 +-
> fs/overlayfs/copy_up.c | 2 +-
> fs/proc/generic.c | 12 +-
> fs/xfs/xfs_super.c | 33 +++--
> include/linux/ata.h | 1 +
> include/linux/blk_types.h | 11 +-
> include/linux/compiler_types.h | 5 +-
> include/linux/filter.h | 2 +-
> include/linux/mm.h | 2 +-
> include/linux/shdma-base.h | 2 +-
> include/linux/usb.h | 16 +--
> include/net/cls_cgroup.h | 2 +-
> include/net/nfc/nci_core.h | 2 +-
> include/net/pkt_sched.h | 25 +++-
> include/net/sctp/sctp.h | 3 +-
> include/net/tls.h | 6 +
> kernel/bpf/ringbuf.c | 2 +
> kernel/events/uprobes.c | 7 ++
> kernel/gcov/gcc_4_7.c | 4 +-
> kernel/trace/trace_events_hist.c | 6 +-
> kernel/trace/trace_events_synth.c | 3 +-
> lib/crypto/Makefile | 2 +-
> mm/mempool.c | 32 ++++-
> mm/page_alloc.c | 2 +-
> net/8021q/vlan.c | 2 +
> net/bluetooth/6lowpan.c | 103 ++++++++++-----
> net/bluetooth/hci_event.c | 21 +++-
> net/bluetooth/l2cap_core.c | 1 +
> net/bluetooth/sco.c | 7 ++
> net/bluetooth/smp.c | 31 ++---
> net/bridge/br_forward.c | 3 +-
> net/ceph/ceph_common.c | 53 ++++----
> net/ceph/debugfs.c | 16 ++-
> net/core/netpoll.c | 7 +-
> net/core/page_pool.c | 6 +-
> net/core/sock.c | 15 ++-
> net/hsr/hsr_device.c | 3 +
> net/ipv4/fib_frontend.c | 2 +-
> net/ipv4/inet_diag.c | 5 +-
> net/ipv4/nexthop.c | 6 +
> net/ipv4/raw_diag.c | 7 +-
> net/ipv4/route.c | 5 +
> net/ipv4/udp_diag.c | 6 +-
> net/ipv4/udp_tunnel_nic.c | 2 +-
> net/ipv6/addrconf.c | 4 +-
> net/ipv6/ah6.c | 50 +++++---
> net/ipv6/raw.c | 2 +-
> net/ipv6/udp.c | 2 +-
> net/mac80211/rx.c | 10 +-
> net/mptcp/mptcp_diag.c | 6 +-
> net/mptcp/pm.c | 3 +-
> net/mptcp/pm_netlink.c | 20 +--
> net/mptcp/protocol.c | 59 ++++++---
> net/mptcp/protocol.h | 1 +
> net/netfilter/nf_tables_api.c | 15 +++
> net/netfilter/nft_set_pipapo.c | 4 +-
> net/netfilter/nft_set_pipapo.h | 21 ++++
> net/netfilter/nft_set_pipapo_avx2.c | 31 ++++-
> net/netlink/af_netlink.c | 2 +-
> net/openvswitch/actions.c | 68 +---------
> net/openvswitch/flow_netlink.c | 64 ++--------
> net/openvswitch/flow_netlink.h | 2 -
> net/rds/rds.h | 2 +-
> net/sched/act_ife.c | 12 +-
> net/sched/sch_api.c | 10 --
> net/sched/sch_generic.c | 17 +--
> net/sched/sch_hfsc.c | 16 ---
> net/sched/sch_qfq.c | 2 +-
> net/sctp/diag.c | 73 ++++++-----
> net/sctp/sm_make_chunk.c | 2 +-
> net/sctp/socket.c | 24 ++--
> net/sctp/transport.c | 13 +-
> net/smc/smc_clc.c | 1 +
> net/strparser/strparser.c | 2 +-
> net/tipc/net.c | 2 +
> net/tls/tls_device.c | 4 +-
> net/unix/diag.c | 6 +-
> net/vmw_vsock/af_vsock.c | 40 ++++--
> scripts/Kbuild.include | 10 +-
> scripts/kconfig/mconf.c | 3 +
> scripts/kconfig/nconf.c | 3 +
> sound/pci/hda/patch_realtek.c | 17 +--
> sound/soc/codecs/cs4271.c | 10 +-
> sound/soc/codecs/max98090.c | 6 +-
> sound/soc/meson/aiu-encoder-i2s.c | 9 +-
> sound/soc/qcom/qdsp6/q6asm.c | 2 +-
> sound/usb/endpoint.c | 5 +
> sound/usb/mixer.c | 11 +-
> sound/usb/mixer_s1810c.c | 28 ++++-
> sound/usb/validate.c | 9 +-
> tools/include/linux/bitmap.h | 1 +
> tools/power/cpupower/lib/cpuidle.c | 5 +-
> .../x86_energy_perf_policy.c | 30 +++--
> tools/testing/selftests/Makefile | 2 +-
> tools/testing/selftests/bpf/test_lirc_mode2_user.c | 2 +-
> tools/testing/selftests/net/fcnal-test.sh | 4 +-
> tools/testing/selftests/net/psock_tpacket.c | 4 +-
> tools/testing/selftests/net/traceroute.sh | 13 +-
> 332 files changed, 2243 insertions(+), 1164 deletions(-)
>
>
--
In cooperation with DENX Software Engineering GmbH, HRB 165235 Munich,
Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Download attachment "signature.asc" of type "application/pgp-signature" (196 bytes)
Powered by blists - more mailing lists