android11-5.4
365 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
Michael Bestas
|
9c70abfc5e
|
Merge tag 'ASB-2022-11-01_11-5.4' of https://android.googlesource.com/kernel/common into android13-5.4-lahaina
https://source.android.com/docs/security/bulletin/2022-11-01 * tag 'ASB-2022-11-01_11-5.4' of https://android.googlesource.com/kernel/common: UPSTREAM: mm/mremap: hold the rmap lock in write mode when moving page table entries. FROMLIST: binder: fix UAF of alloc->vma in race with munmap() UPSTREAM: mm: Fix TLB flush for not-first PFNMAP mappings in unmap_region() UPSTREAM: mm: Force TLB flush for PFNMAP mappings before unlink_file_vma() UPSTREAM: af_key: Do not call xfrm_probe_algs in parallel UPSTREAM: wifi: cfg80211: fix u8 overflow in cfg80211_update_notlisted_nontrans() UPSTREAM: wifi: cfg80211/mac80211: reject bad MBSSID elements UPSTREAM: wifi: cfg80211: ensure length byte is present before access UPSTREAM: wifi: cfg80211: fix BSS refcounting bugs UPSTREAM: wifi: cfg80211: avoid nontransmitted BSS list corruption UPSTREAM: wifi: mac80211_hwsim: avoid mac80211 warning on bad rate UPSTREAM: wifi: cfg80211: update hidden BSSes to avoid WARN_ON UPSTREAM: mac80211: mlme: find auth challenge directly UPSTREAM: wifi: mac80211: don't parse mbssid in assoc response UPSTREAM: wifi: mac80211: fix MBSSID parsing use-after-free ANDROID: Drop explicit 'CONFIG_INIT_STACK_ALL_ZERO=y' from gki_defconfig UPSTREAM: hardening: Remove Clang's enable flag for -ftrivial-auto-var-init=zero UPSTREAM: hardening: Avoid harmless Clang option under CONFIG_INIT_STACK_ALL_ZERO UPSTREAM: hardening: Clarify Kconfig text for auto-var-init ANDROID: GKI: Update FCNT KMI symbol list ANDROID: Fix kenelci build-break for !CONFIG_PERF_EVENTS BACKPORT: HID: steam: Prevent NULL pointer dereference in steam_{recv,send}_report ANDROID: ABI: Update allowed list for QCOM UPSTREAM: wifi: mac80211_hwsim: use 32-bit skb cookie UPSTREAM: wifi: mac80211_hwsim: add back erroneously removed cast UPSTREAM: wifi: mac80211_hwsim: fix race condition in pending packet ANDROID: incfs: Add check for ATTR_KILL_SUID and ATTR_MODE in incfs_setattr Linux 5.4.210 x86/speculation: Add LFENCE to RSB fill sequence x86/speculation: Add RSB VM Exit protections macintosh/adb: fix oob read in do_adb_query() function media: v4l2-mem2mem: Apply DST_QUEUE_OFF_BASE on MMAP buffers across ioctls selftests: KVM: Handle compiler optimizations in ucall KVM: Don't null dereference ops->destroy selftests/bpf: Fix "dubious pointer arithmetic" test selftests/bpf: Fix test_align verifier log patterns bpf: Test_verifier, #70 error message updates for 32-bit right shift selftests/bpf: Extend verifier and bpf_sock tests for dst_port loads bpf: Verifer, adjust_scalar_min_max_vals to always call update_reg_bounds() ACPI: APEI: Better fix to avoid spamming the console with old error logs ACPI: video: Shortening quirk list by identifying Clevo by board_name only ACPI: video: Force backlight native for some TongFang devices thermal: Fix NULL pointer dereferences in of_thermal_ functions ANDROID: GKI: db845c: Update symbols list and ABI Linux 5.4.209 scsi: core: Fix race between handling STS_RESOURCE and completion mt7601u: add USB device ID for some versions of XiaoDu WiFi Dongle. ARM: crypto: comment out gcc warning that breaks clang builds sctp: leave the err path free in sctp_stream_init to sctp_stream_free sfc: disable softirqs for ptp TX perf symbol: Correct address for bss symbols virtio-net: fix the race between refill work and close netfilter: nf_queue: do not allow packet truncation below transport header offset sctp: fix sleep in atomic context bug in timer handlers i40e: Fix interface init with MSI interrupts (no MSI-X) tcp: Fix a data-race around sysctl_tcp_comp_sack_nr. tcp: Fix a data-race around sysctl_tcp_comp_sack_delay_ns. Documentation: fix sctp_wmem in ip-sysctl.rst tcp: Fix a data-race around sysctl_tcp_invalid_ratelimit. tcp: Fix a data-race around sysctl_tcp_autocorking. tcp: Fix a data-race around sysctl_tcp_min_rtt_wlen. tcp: Fix a data-race around sysctl_tcp_min_tso_segs. net: sungem_phy: Add of_node_put() for reference returned by of_get_parent() igmp: Fix data-races around sysctl_igmp_qrv. ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptr net: ping6: Fix memleak in ipv6_renew_options(). tcp: Fix a data-race around sysctl_tcp_challenge_ack_limit. tcp: Fix a data-race around sysctl_tcp_limit_output_bytes. scsi: ufs: host: Hold reference returned by of_parse_phandle() ice: do not setup vlan for loopback VSI ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS) tcp: Fix a data-race around sysctl_tcp_nometrics_save. tcp: Fix a data-race around sysctl_tcp_frto. tcp: Fix a data-race around sysctl_tcp_adv_win_scale. tcp: Fix a data-race around sysctl_tcp_app_win. tcp: Fix data-races around sysctl_tcp_dsack. s390/archrandom: prevent CPACF trng invocations in interrupt context ntfs: fix use-after-free in ntfs_ucsncmp() Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_put ANDROID: restore some removed refcount functions ANDROID: add tty_schedule_flip() back to the kernel Linux 5.4.208 x86: drop bogus "cc" clobber from __try_cmpxchg_user_asm() net: usb: ax88179_178a needs FLAG_SEND_ZLP tty: use new tty_insert_flip_string_and_push_buffer() in pty_write() tty: extract tty_flip_buffer_commit() from tty_flip_buffer_push() tty: drop tty_schedule_flip() tty: the rest, stop using tty_schedule_flip() tty: drivers/tty/, stop using tty_schedule_flip() Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunks Bluetooth: SCO: Fix sco_send_frame returning skb->len Bluetooth: Fix passing NULL to PTR_ERR Bluetooth: RFCOMM: Replace use of memcpy_from_msg with bt_skb_sendmmsg Bluetooth: SCO: Replace use of memcpy_from_msg with bt_skb_sendmsg Bluetooth: Add bt_skb_sendmmsg helper Bluetooth: Add bt_skb_sendmsg helper ALSA: memalloc: Align buffer allocations in page size bitfield.h: Fix "type of reg too small for mask" test x86/mce: Deduplicate exception handling mmap locking API: initial implementation as rwsem wrappers x86/uaccess: Implement macros for CMPXCHG on user addresses x86: get rid of small constant size cases in raw_copy_{to,from}_user() locking/refcount: Consolidate implementations of refcount_t locking/refcount: Consolidate REFCOUNT_{MAX,SATURATED} definitions locking/refcount: Move saturation warnings out of line locking/refcount: Improve performance of generic REFCOUNT_FULL code locking/refcount: Move the bulk of the REFCOUNT_FULL implementation into the <linux/refcount.h> header locking/refcount: Remove unused refcount_*_checked() variants locking/refcount: Ensure integer operands are treated as signed locking/refcount: Define constants for saturation and max refcount values ima: remove the IMA_TEMPLATE Kconfig option dlm: fix pending remove if msg allocation fails bpf: Make sure mac_header was set before using it mm/mempolicy: fix uninit-value in mpol_rebind_policy() spi: bcm2835: bcm2835_spi_handle_err(): fix NULL pointer deref for non DMA transfers tcp: Fix data-races around sysctl_tcp_max_reordering. tcp: Fix a data-race around sysctl_tcp_rfc1337. tcp: Fix a data-race around sysctl_tcp_stdurg. tcp: Fix a data-race around sysctl_tcp_retrans_collapse. tcp: Fix data-races around sysctl_tcp_slow_start_after_idle. tcp: Fix a data-race around sysctl_tcp_thin_linear_timeouts. tcp: Fix data-races around sysctl_tcp_recovery. tcp: Fix a data-race around sysctl_tcp_early_retrans. tcp: Fix data-races around sysctl knobs related to SYN option. udp: Fix a data-race around sysctl_udp_l3mdev_accept. ipv4: Fix a data-race around sysctl_fib_multipath_use_neigh. be2net: Fix buffer overflow in be_get_module_eeprom gpio: pca953x: only use single read/write for No AI mode ixgbe: Add locking to prevent panic when setting sriov_numvfs to zero i40e: Fix erroneous adapter reinitialization during recovery process iavf: Fix handling of dummy receive descriptors tcp: Fix data-races around sysctl_tcp_fastopen. tcp: Fix data-races around sysctl_max_syn_backlog. tcp: Fix a data-race around sysctl_tcp_tw_reuse. tcp: Fix a data-race around sysctl_tcp_notsent_lowat. tcp: Fix data-races around some timeout sysctl knobs. tcp: Fix data-races around sysctl_tcp_reordering. tcp: Fix data-races around sysctl_tcp_syncookies. igmp: Fix a data-race around sysctl_igmp_max_memberships. igmp: Fix data-races around sysctl_igmp_llm_reports. net/tls: Fix race in TLS device down flow net: stmmac: fix dma queue left shift overflow issue i2c: cadence: Change large transfer count reset logic to be unconditional tcp: Fix a data-race around sysctl_tcp_probe_interval. tcp: Fix a data-race around sysctl_tcp_probe_threshold. tcp: Fix a data-race around sysctl_tcp_mtu_probe_floor. tcp: Fix data-races around sysctl_tcp_min_snd_mss. tcp: Fix data-races around sysctl_tcp_base_mss. tcp: Fix data-races around sysctl_tcp_mtu_probing. tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept. ip: Fix a data-race around sysctl_fwmark_reflect. ip: Fix data-races around sysctl_ip_nonlocal_bind. ip: Fix data-races around sysctl_ip_fwd_use_pmtu. ip: Fix data-races around sysctl_ip_no_pmtu_disc. igc: Reinstate IGC_REMOVED logic and implement it properly perf/core: Fix data race between perf_event_set_output() and perf_mmap_close() pinctrl: ralink: Check for null return of devm_kcalloc power/reset: arm-versatile: Fix refcount leak in versatile_reboot_probe xfrm: xfrm_policy: fix a possible double xfrm_pols_put() in xfrm_bundle_lookup() serial: mvebu-uart: correctly report configured baudrate value PCI: hv: Fix interrupt mapping for multi-MSI PCI: hv: Reuse existing IRTE allocation in compose_msi_msg() PCI: hv: Fix hv_arch_irq_unmask() for multi-MSI PCI: hv: Fix multi-MSI to allow more than one MSI vector xen/gntdev: Ignore failure to unmap INVALID_GRANT_HANDLE lockdown: Fix kexec lockdown bypass with ima policy mlxsw: spectrum_router: Fix IPv4 nexthop gateway indication riscv: add as-options for modules with assembly compontents pinctrl: stm32: fix optional IRQ support to gpios Revert "cgroup: Use separate src/dst nodes when preloading css_sets for migration" Linux 5.4.207 can: m_can: m_can_tx_handler(): fix use after free of skb serial: pl011: UPSTAT_AUTORTS requires .throttle/unthrottle serial: stm32: Clear prev values before setting RTS delays serial: 8250: fix return error code in serial8250_request_std_resource() tty: serial: samsung_tty: set dma burst_size to 1 usb: dwc3: gadget: Fix event pending check usb: typec: add missing uevent when partner support PD USB: serial: ftdi_sio: add Belimo device ids signal handling: don't use BUG_ON() for debugging ARM: dts: stm32: use the correct clock source for CEC on stm32mp151 soc: ixp4xx/npe: Fix unused match warning x86: Clear .brk area at early boot irqchip: or1k-pic: Undefine mask_ack for level triggered hardware ASoC: madera: Fix event generation for rate controls ASoC: madera: Fix event generation for OUT1 demux ASoC: cs47l15: Fix event generation for low power mux control ASoC: wm5110: Fix DRE control ASoC: ops: Fix off by one in range control validation net: sfp: fix memory leak in sfp_probe() nvme: fix regression when disconnect a recovering ctrl NFC: nxp-nci: don't print header length mismatch on i2c error net: tipc: fix possible refcount leak in tipc_sk_create() platform/x86: hp-wmi: Ignore Sanitization Mode event cpufreq: pmac32-cpufreq: Fix refcount leak bug netfilter: br_netfilter: do not skip all hooks with 0 priority virtio_mmio: Restore guest page size on resume virtio_mmio: Add missing PM calls to freeze/restore mm: sysctl: fix missing numa_stat when !CONFIG_HUGETLB_PAGE sfc: fix kernel panic when creating VF seg6: bpf: fix skb checksum in bpf_push_seg6_encap() seg6: fix skb checksum in SRv6 End.B6 and End.B6.Encaps behaviors seg6: fix skb checksum evaluation in SRH encapsulation/insertion sfc: fix use after free when disabling sriov net: ftgmac100: Hold reference returned by of_get_child_by_name() ipv4: Fix data-races around sysctl_ip_dynaddr. raw: Fix a data-race around sysctl_raw_l3mdev_accept. icmp: Fix a data-race around sysctl_icmp_ratemask. icmp: Fix a data-race around sysctl_icmp_ratelimit. drm/i915/gt: Serialize TLB invalidates with GT resets ARM: dts: sunxi: Fix SPI NOR campatible on Orange Pi Zero ARM: dts: at91: sama5d2: Fix typo in i2s1 node ipv4: Fix a data-race around sysctl_fib_sync_mem. icmp: Fix data-races around sysctl. cipso: Fix data-races around sysctl. net: Fix data-races around sysctl_mem. inetpeer: Fix data-races around sysctl. net: stmmac: dwc-qos: Disable split header for Tegra194 ASoC: sgtl5000: Fix noise on shutdown/remove ima: Fix a potential integer overflow in ima_appraise_measurement drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector() ARM: 9210/1: Mark the FDT_FIXED sections as shareable ARM: 9209/1: Spectre-BHB: avoid pr_info() every time a CPU comes out of idle ARM: dts: imx6qdl-ts7970: Fix ngpio typo and count ext4: fix race condition between ext4_write and ext4_convert_inline_data sched/rt: Disable RT_RUNTIME_SHARE by default Revert "evm: Fix memleak in init_desc" nilfs2: fix incorrect masking of permission flags for symlinks drm/panfrost: Fix shrinker list corruption by madvise IOCTL cgroup: Use separate src/dst nodes when preloading css_sets for migration wifi: mac80211: fix queue selection for mesh/OCB interfaces ARM: 9214/1: alignment: advance IT state after emulating Thumb instruction ARM: 9213/1: Print message about disabled Spectre workarounds only once ip: fix dflt addr selection for connected nexthop net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer tracing/histograms: Fix memory leak problem xen/netback: avoid entering xenvif_rx_next_skb() with an empty rx queue ALSA: hda/realtek - Enable the headset-mic on a Xiaomi's laptop ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc221 ALSA: hda/realtek - Fix headset mic problem for a HP machine with alc671 ALSA: hda/conexant: Apply quirk for another HP ProDesk 600 G3 model ALSA: hda - Add fixup for Dell Latitidue E5430 Linux 5.4.206 Revert "mtd: rawnand: gpmi: Fix setting busy timeout setting" Linux 5.4.205 dmaengine: ti: Add missing put_device in ti_dra7_xbar_route_allocate dmaengine: ti: Fix refcount leak in ti_dra7_xbar_route_allocate dmaengine: at_xdma: handle errors of at_xdmac_alloc_desc() correctly dmaengine: pl330: Fix lockdep warning about non-static key ida: don't use BUG_ON() for debugging dt-bindings: dma: allwinner,sun50i-a64-dma: Fix min/max typo misc: rtsx_usb: set return value in rsp_buf alloc err path misc: rtsx_usb: use separate command and response buffers misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer dmaengine: imx-sdma: Allow imx8m for imx7 FW revs i2c: cadence: Unregister the clk notifier in error path selftests: forwarding: fix error message in learning_test selftests: forwarding: fix learning_test when h1 supports IFF_UNICAST_FLT selftests: forwarding: fix flood_unicast_test when h2 supports IFF_UNICAST_FLT ibmvnic: Properly dispose of all skbs during a failover. ARM: at91: pm: use proper compatibles for sam9x60's rtc and rtt ARM: at91: pm: use proper compatible for sama5d2's rtc pinctrl: sunxi: sunxi_pconf_set: use correct offset pinctrl: sunxi: a83t: Fix NAND function name for some pins ARM: meson: Fix refcount leak in meson_smp_prepare_cpus xfs: remove incorrect ASSERT in xfs_rename can: kvaser_usb: kvaser_usb_leaf: fix bittiming limits can: kvaser_usb: kvaser_usb_leaf: fix CAN clock frequency regression can: kvaser_usb: replace run-time checks with struct kvaser_usb_driver_info powerpc/powernv: delay rng platform device creation until later in boot video: of_display_timing.h: include errno.h fbcon: Prevent that screen size is smaller than font size fbcon: Disallow setting font bigger than screen size fbmem: Check virtual screen sizes in fb_set_var() fbdev: fbmem: Fix logo center image dx issue iommu/vt-d: Fix PCI bus rescan device hot add net: rose: fix UAF bug caused by rose_t0timer_expiry usbnet: fix memory leak in error case can: gs_usb: gs_usb_open/close(): fix memory leak can: grcan: grcan_probe(): remove extra of_node_get() can: bcm: use call_rcu() instead of costly synchronize_rcu() mm/slub: add missing TID updates on slab deactivation esp: limit skb_page_frag_refill use to a single page Linux 5.4.204 clocksource/drivers/ixp4xx: remove EXPORT_SYMBOL_GPL from ixp4xx_timer_setup() net: usb: qmi_wwan: add Telit 0x1070 composition net: usb: qmi_wwan: add Telit 0x1060 composition xen/arm: Fix race in RB-tree based P2M accounting xen/blkfront: force data bouncing when backend is untrusted xen/netfront: force data bouncing when backend is untrusted xen/netfront: fix leaking data in shared pages xen/blkfront: fix leaking data in shared pages selftests/rseq: Change type of rseq_offset to ptrdiff_t selftests/rseq: x86-32: use %gs segment selector for accessing rseq thread area selftests/rseq: x86-64: use %fs segment selector for accessing rseq thread area selftests/rseq: Fix: work-around asm goto compiler bugs selftests/rseq: Remove arm/mips asm goto compiler work-around selftests/rseq: Fix warnings about #if checks of undefined tokens selftests/rseq: Fix ppc32 offsets by using long rather than off_t selftests/rseq: Fix ppc32 missing instruction selection "u" and "x" for load/store selftests/rseq: Fix ppc32: wrong rseq_cs 32-bit field pointer on big endian selftests/rseq: Uplift rseq selftests for compatibility with glibc-2.35 selftests/rseq: Introduce thread pointer getters selftests/rseq: Introduce rseq_get_abi() helper selftests/rseq: Remove volatile from __rseq_abi selftests/rseq: Remove useless assignment to cpu variable selftests/rseq: introduce own copy of rseq uapi header selftests/rseq: remove ARRAY_SIZE define from individual tests rseq/selftests,x86_64: Add rseq_offset_deref_addv() ipv6/sit: fix ipip6_tunnel_get_prl return value sit: use min net: dsa: bcm_sf2: force pause link settings hwmon: (ibmaem) don't call platform_device_del() if platform_device_add() fails xen/gntdev: Avoid blocking in unmap_grant_pages() net: tun: avoid disabling NAPI twice NFC: nxp-nci: Don't issue a zero length i2c_master_read() nfc: nfcmrvl: Fix irq_of_parse_and_map() return value net: bonding: fix use-after-free after 802.3ad slave unbind net: bonding: fix possible NULL deref in rlb code net/sched: act_api: Notify user space if any actions were flushed before error netfilter: nft_dynset: restore set element counter when failing to update s390: remove unneeded 'select BUILD_BIN2C' PM / devfreq: exynos-ppmu: Fix refcount leak in of_get_devfreq_events caif_virtio: fix race between virtio_device_ready() and ndo_open() net: ipv6: unexport __init-annotated seg6_hmac_net_init() usbnet: fix memory allocation in helpers linux/dim: Fix divide by 0 in RDMA DIM RDMA/qedr: Fix reporting QP timeout attribute net: tun: stop NAPI when detaching queues net: tun: unlink NAPI from device on destruction selftests/net: pass ipv6_args to udpgso_bench's IPv6 TCP test virtio-net: fix race between ndo_open() and virtio_device_ready() net: usb: ax88179_178a: Fix packet receiving net: rose: fix UAF bugs caused by timer handler SUNRPC: Fix READ_PLUS crasher s390/archrandom: simplify back to earlier design and initialize earlier dm raid: fix KASAN warning in raid5_add_disks dm raid: fix accesses beyond end of raid member array powerpc/bpf: Fix use of user_pt_regs in uapi powerpc/prom_init: Fix kernel config grep nvdimm: Fix badblocks clear off-by-one error ipv6: take care of disable_policy when restoring routes Linux 5.4.203 crypto: arm/ghash-ce - define fpu before fpu registers are referenced crypto: arm - use Kconfig based compiler checks for crypto opcodes ARM: 9029/1: Make iwmmxt.S support Clang's integrated assembler ARM: OMAP2+: drop unnecessary adrl ARM: 8929/1: use APSR_nzcv instead of r15 as mrc operand ARM: 8933/1: replace Sun/Solaris style flag on section directive crypto: arm/sha512-neon - avoid ADRL pseudo instruction crypto: arm/sha256-neon - avoid ADRL pseudo instruction ARM: 8971/1: replace the sole use of a symbol with its definition ARM: 8990/1: use VFP assembler mnemonics in register load/store macros ARM: 8989/1: use .fpu assembler directives instead of assembler arguments net: mscc: ocelot: allow unregistered IP multicast flooding kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete drm: remove drm_fb_helper_modinit Linux 5.4.202 powerpc/pseries: wire up rng during setup_arch() kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS (2nd attempt) random: update comment from copy_to_user() -> copy_to_iter() modpost: fix section mismatch check for exported init/exit sections ARM: cns3xxx: Fix refcount leak in cns3xxx_init ARM: Fix refcount leak in axxia_boot_secondary soc: bcm: brcmstb: pm: pm-arm: Fix refcount leak in brcmstb_pm_probe ARM: exynos: Fix refcount leak in exynos_map_pmu ARM: dts: imx6qdl: correct PU regulator ramp delay powerpc/powernv: wire up rng during setup_arch powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer address powerpc: Enable execve syscall exit tracepoint parisc: Enable ARCH_HAS_STRICT_MODULE_RWX xtensa: Fix refcount leak bug in time.c xtensa: xtfpga: Fix refcount leak bug in setup iio: adc: axp288: Override TS pin bias current for some models iio: adc: stm32: fix maximum clock rate for stm32mp15x iio: trigger: sysfs: fix use-after-free on remove iio: gyro: mpu3050: Fix the error handling in mpu3050_power_up() iio: accel: mma8452: ignore the return value of reset operation iio:accel:mxc4005: rearrange iio trigger get and register iio:accel:bma180: rearrange iio trigger get and register iio:chemical:ccs811: rearrange iio trigger get and register usb: chipidea: udc: check request status before setting device address xhci: turn off port power in shutdown iio: adc: vf610: fix conversion mode sysfs node name s390/cpumf: Handle events cycles and instructions identical gpio: winbond: Fix error code in winbond_gpio_get() Revert "net/tls: fix tls_sk_proto_close executed repeatedly" virtio_net: fix xdp_rxq_info bug after suspend/resume igb: Make DMA faster when CPU is active on the PCIe link regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chips ice: ethtool: advertise 1000M speeds properly afs: Fix dynamic root getattr MIPS: Remove repetitive increase irq_err_count x86/xen: Remove undefined behavior in setup_features() udmabuf: add back sanity check net/tls: fix tls_sk_proto_close executed repeatedly erspan: do not assume transport header is always set drm/msm/mdp4: Fix refcount leak in mdp4_modeset_init_intf net/sched: sch_netem: Fix arithmetic in netem_dump() for 32-bit platforms bonding: ARP monitor spams NETDEV_NOTIFY_PEERS notifiers phy: aquantia: Fix AN when higher speeds than 1G are not advertised bpf: Fix request_sock leak in sk lookup helpers USB: serial: option: add Quectel RM500K module support USB: serial: option: add Quectel EM05-G modem USB: serial: option: add Telit LE910Cx 0x1250 composition random: quiet urandom warning ratelimit suppression message dm mirror log: clear log bits up to BITS_PER_LONG boundary dm era: commit metadata in postsuspend after worker stops ata: libata: add qc->flags in ata_qc_complete_template tracepoint mtd: rawnand: gpmi: Fix setting busy timeout setting mmc: sdhci-pci-o2micro: Fix card detect by dealing with debouncing net: openvswitch: fix parsing of nw_proto for IPv6 fragments ALSA: hda/realtek: Add quirk for Clevo PD70PNT ALSA: hda/realtek - ALC897 headset MIC no sound ALSA: hda/conexant: Fix missing beep setup ALSA: hda/via: Fix missing beep setup random: schedule mix_interrupt_randomness() less often vt: drop old FONT ioctls Linux 5.4.201 Revert "hwmon: Make chip parameter for with_info API mandatory" arm64: mm: Don't invalidate FROM_DEVICE buffers at start of DMA transfer tcp: drop the hash_32() part from the index calculation tcp: increase source port perturb table to 2^16 tcp: dynamically allocate the perturb table used by source ports tcp: add small random increments to the source port tcp: use different parts of the port_offset for index and offset tcp: add some entropy in __inet_hash_connect() usb: gadget: u_ether: fix regression in setting fixed MAC address dm: remove special-casing of bio-based immutable singleton target on NVMe s390/mm: use non-quiescing sske for KVM switch to keyed guest UPSTREAM: ext4: verify dir block before splitting it UPSTREAM: ext4: fix use-after-free in ext4_rename_dir_prepare BACKPORT: ext4: Only advertise encrypted_casefold when encryption and unicode are enabled BACKPORT: ext4: fix no-key deletion for encrypt+casefold BACKPORT: ext4: optimize match for casefolded encrypted dirs BACKPORT: ext4: handle casefolding with encryption Revert "ANDROID: ext4: Handle casefolding with encryption" Revert "ANDROID: ext4: Optimize match for casefolded encrypted dirs" ANDROID: cpu/hotplug: avoid breaking Android ABI by fusing cpuhp steps ANDROID: change function signatures for some random functions. Revert "mailbox: forward the hrtimer if not queued and under a lock" Revert "drm: fix EDID struct for old ARM OABI format" Revert "ALSA: jack: Access input_dev under mutex" Linux 5.4.200 powerpc/mm: Switch obsolete dssall to .long riscv: Less inefficient gcc tishift helpers (and export their symbols) RISC-V: fix barrier() use in <vdso/processor.h> arm64: kprobes: Use BRK instead of single-step when executing instructions out-of-line net: openvswitch: fix leak of nested actions net: openvswitch: fix misuse of the cached connection on tuple changes net/sched: act_police: more accurate MTU policing virtio-pci: Remove wrong address verification in vp_del_vqs() ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine ALSA: hda/realtek: fix mute/micmute LEDs for HP 440 G8 ext4: add reserved GDT blocks check ext4: make variable "count" signed ext4: fix bug_on ext4_mb_use_inode_pa dm mirror log: round up region bitmap size to BITS_PER_LONG serial: 8250: Store to lsr_save_flags after lsr read usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe usb: dwc2: Fix memory leak in dwc2_hcd_init USB: serial: io_ti: add Agilent E5805A support USB: serial: option: add support for Cinterion MV31 with new baseline comedi: vmk80xx: fix expression for tx buffer size i2c: designware: Use standard optional ref clock implementation irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions irqchip/gic/realview: Fix refcount leak in realview_gic_of_init faddr2line: Fix overlapping text section failures, the sequel certs/blacklist_hashes.c: fix const confusion in certs blacklist arm64: ftrace: fix branch range checks net: bgmac: Fix an erroneous kfree() in bgmac_remove() mlxsw: spectrum_cnt: Reorder counter pools misc: atmel-ssc: Fix IRQ check in ssc_probe tty: goldfish: Fix free_irq() on remove i40e: Fix call trace in setup_tx_descriptors i40e: Fix calculating the number of queue pairs i40e: Fix adding ADQ filter to TC0 clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE random: credit cpu and bootloader seeds by default net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed ALSA: hda/realtek - Add HW8326 support scsi: pmcraid: Fix missing resource cleanup in error case scsi: ipr: Fix missing/incorrect resource cleanup in error case scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology scsi: vmw_pvscsi: Expand vcpuHint to 16 bits ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put() ASoC: es8328: Fix event generation for deemphasis control ASoC: wm8962: Fix suspend while playing music ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo() ASoC: cs42l56: Correct typo in minimum level for SX volume controls ASoC: cs42l52: Correct TLV for Bypass Volume ASoC: cs53l30: Correct number of volume levels on SX controls ASoC: cs35l36: Update digital volume TLV ASoC: cs42l52: Fix TLV scales for mixer controls dma-debug: make things less spammy under memory pressure ASoC: nau8822: Add operation for internal PLL off and on powerpc/kasan: Silence KASAN warnings in __get_wchan() random: account for arch randomness in bits random: mark bootloader randomness code as __init random: avoid checking crng_ready() twice in random_init() crypto: drbg - make reseeding from get_random_bytes() synchronous crypto: drbg - always try to free Jitter RNG instance crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() crypto: drbg - prepare for more fine-grained tracking of seeding state crypto: drbg - always seeded with SP800-90B compliant noise source Revert "random: use static branch for crng_ready()" random: check for signals after page of pool writes random: wire up fops->splice_{read,write}_iter() random: convert to using fops->write_iter() random: convert to using fops->read_iter() random: unify batched entropy implementations random: move randomize_page() into mm where it belongs random: move initialization functions out of hot pages random: make consistent use of buf and len random: use proper return types on get_random_{int,long}_wait() random: remove extern from functions in header random: use static branch for crng_ready() random: credit architectural init the exact amount random: handle latent entropy and command line from random_init() random: use proper jiffies comparison macro random: remove ratelimiting for in-kernel unseeded randomness random: move initialization out of reseeding hot path random: avoid initializing twice in credit race random: use symbolic constants for crng_init states siphash: use one source of truth for siphash permutations random: help compiler out with fast_mix() by using simpler arguments random: do not use input pool from hard IRQs random: order timer entropy functions below interrupt functions random: do not pretend to handle premature next security model random: use first 128 bits of input as fast init random: do not use batches when !crng_ready() random: insist on random_get_entropy() existing in order to simplify xtensa: use fallback for random_get_entropy() instead of zero sparc: use fallback for random_get_entropy() instead of zero um: use fallback for random_get_entropy() instead of zero x86/tsc: Use fallback for random_get_entropy() instead of zero nios2: use fallback for random_get_entropy() instead of zero arm: use fallback for random_get_entropy() instead of zero mips: use fallback for random_get_entropy() instead of just c0 random m68k: use fallback for random_get_entropy() instead of zero timekeeping: Add raw clock fallback for random_get_entropy() powerpc: define get_cycles macro for arch-override alpha: define get_cycles macro for arch-override parisc: define get_cycles macro for arch-override s390: define get_cycles macro for arch-override ia64: define get_cycles macro for arch-override init: call time_init() before rand_initialize() random: fix sysctl documentation nits random: document crng_fast_key_erasure() destination possibility random: make random_get_entropy() return an unsigned long random: allow partial reads if later user copies fail random: check for signals every PAGE_SIZE chunk of /dev/[u]random random: check for signal_pending() outside of need_resched() check random: do not allow user to keep crng key around on stack random: do not split fast init input in add_hwgenerator_randomness() random: mix build-time latent entropy into pool at init random: re-add removed comment about get_random_{u32,u64} reseeding random: treat bootloader trust toggle the same way as cpu trust toggle random: skip fast_init if hwrng provides large chunk of entropy random: check for signal and try earlier when generating entropy random: reseed more often immediately after booting random: make consistent usage of crng_ready() random: use SipHash as interrupt entropy accumulator random: replace custom notifier chain with standard one random: don't let 644 read-only sysctls be written to random: give sysctl_random_min_urandom_seed a more sensible value random: do crng pre-init loading in worker rather than irq random: unify cycles_t and jiffies usage and types random: cleanup UUID handling random: only wake up writers after zap if threshold was passed random: round-robin registers as ulong, not u32 random: clear fast pool, crng, and batches in cpuhp bring up random: pull add_hwgenerator_randomness() declaration into random.h random: check for crng_init == 0 in add_device_randomness() random: unify early init crng load accounting random: do not take pool spinlock at boot random: defer fast pool mixing to worker random: rewrite header introductory comment random: group sysctl functions random: group userspace read/write functions random: group entropy collection functions random: group entropy extraction functions random: group crng functions random: group initialization wait functions random: remove whitespace and reorder includes random: remove useless header comment random: introduce drain_entropy() helper to declutter crng_reseed() random: deobfuscate irq u32/u64 contributions random: add proper SPDX header random: remove unused tracepoints random: remove ifdef'd out interrupt bench random: tie batched entropy generation to base_crng generation random: fix locking for crng_init in crng_reseed() random: zero buffer after reading entropy from userspace random: remove outdated INT_MAX >> 6 check in urandom_read() random: make more consistent use of integer types random: use hash function for crng_slow_load() random: use simpler fast key erasure flow on per-cpu keys random: absorb fast pool into input pool after fast load random: do not xor RDRAND when writing into /dev/random random: ensure early RDSEED goes through mixer on init random: inline leaves of rand_initialize() random: get rid of secondary crngs random: use RDSEED instead of RDRAND in entropy extraction random: fix locking in crng_fast_load() random: remove batched entropy locking random: remove use_input_pool parameter from crng_reseed() random: make credit_entropy_bits() always safe random: always wake up entropy writers after extraction random: use linear min-entropy accumulation crediting random: simplify entropy debiting random: use computational hash for entropy extraction random: only call crng_finalize_init() for primary_crng random: access primary_pool directly rather than through pointer random: continually use hwgenerator randomness random: simplify arithmetic function flow in account() random: selectively clang-format where it makes sense random: access input_pool_data directly rather than through pointer random: cleanup fractional entropy shift constants random: prepend remaining pool constants with POOL_ random: de-duplicate INPUT_POOL constants random: remove unused OUTPUT_POOL constants random: rather than entropy_store abstraction, use global random: remove unused extract_entropy() reserved argument random: remove incomplete last_data logic random: cleanup integer types random: cleanup poolinfo abstraction random: fix typo in comments random: don't reset crng_init_cnt on urandom_read() random: avoid superfluous call to RDRAND in CRNG extraction random: early initialization of ChaCha constants random: initialize ChaCha20 constants with correct endianness random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs random: harmonize "crng init done" messages random: mix bootloader randomness into pool random: do not re-init if crng_reseed completes before primary init random: do not sign extend bytes for rotation when mixing random: use BLAKE2s instead of SHA1 in extraction random: remove unused irq_flags argument from add_interrupt_randomness() random: document add_hwgenerator_randomness() with other input functions crypto: blake2s - adjust include guard naming crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h> MAINTAINERS: co-maintain random.c random: remove dead code left over from blocking pool random: avoid arch_get_random_seed_long() when collecting IRQ randomness random: add arch_get_random_*long_early() powerpc: Use bool in archrandom.h linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check linux/random.h: Use false with bool linux/random.h: Remove arch_has_random, arch_has_random_seed s390: Remove arch_has_random, arch_has_random_seed powerpc: Remove arch_has_random, arch_has_random_seed x86: Remove arch_has_random, arch_has_random_seed random: avoid warnings for !CONFIG_NUMA builds random: split primary/secondary crng init paths random: remove some dead code of poolinfo random: fix typo in add_timer_randomness() random: Add and use pr_fmt() random: convert to ENTROPY_BITS for better code readability random: remove unnecessary unlikely() random: remove kernel.random.read_wakeup_threshold random: delete code to pull data into pools random: remove the blocking pool random: make /dev/random be almost like /dev/urandom random: ignore GRND_RANDOM in getentropy(2) random: add GRND_INSECURE to return best-effort non-cryptographic bytes random: Add a urandom_read_nowait() for random APIs that don't warn random: Don't wake crng_init_wait when crng_init == 1 random: don't forget compat_ioctl on urandom compat_ioctl: remove /dev/random commands lib/crypto: sha1: re-roll loops to reduce code size lib/crypto: blake2s: move hmac construction into wireguard crypto: blake2s - generic C library implementation and selftest nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION bpf: Fix incorrect memory charge cost calculation in stack_map_alloc() 9p: missing chunk of "fs/9p: Don't update file type when updating file attributes" Revert "ext4: fix use-after-free in ext4_rename_dir_prepare" Revert "ext4: verify dir block before splitting it" Linux 5.4.199 x86/speculation/mmio: Print SMT warning KVM: x86/speculation: Disable Fill buffer clear within guests x86/speculation/mmio: Reuse SRBDS mitigation for SBDS x86/speculation/srbds: Update SRBDS mitigation selection x86/speculation/mmio: Add sysfs reporting for Processor MMIO Stale Data x86/speculation/mmio: Enable CPU Fill buffer clearing on idle x86/bugs: Group MDS, TAA & Processor MMIO Stale Data mitigations x86/speculation/mmio: Add mitigation for Processor MMIO Stale Data x86/speculation: Add a common function for MD_CLEAR mitigation update x86/speculation/mmio: Enumerate Processor MMIO Stale Data bug Documentation: Add documentation for Processor MMIO Stale Data x86/cpu: Add another Alder Lake CPU to the Intel family x86/cpu: Add Lakefield, Alder Lake and Rocket Lake models to the to Intel CPU family x86/cpu: Add Jasper Lake to Intel family cpu/speculation: Add prototype for cpu_show_srbds() Linux 5.4.198 tcp: fix tcp_mtup_probe_success vs wrong snd_cwnd mtd: cfi_cmdset_0002: Use chip_ready() for write on S29GL064N md/raid0: Ignore RAID0 layout if the second zone has only one device powerpc/32: Fix overread/overwrite of thread_struct via ptrace Input: bcm5974 - set missing URB_NO_TRANSFER_DMA_MAP urb flag ixgbe: fix unexpected VLAN Rx in promisc mode on VF ixgbe: fix bcast packets Rx on VF after promisc removal nfc: st21nfca: fix memory leaks in EVT_TRANSACTION handling nfc: st21nfca: fix incorrect validating logic in EVT_TRANSACTION mmc: block: Fix CQE recovery reset success ata: libata-transport: fix {dma|pio|xfer}_mode sysfs files cifs: return errors during session setup during reconnects ALSA: hda/conexant - Fix loopback issue with CX20632 scripts/gdb: change kernel config dumping method vringh: Fix loop descriptors check in the indirect cases nodemask: Fix return values to be unsigned cifs: version operations for smb20 unneeded when legacy support disabled s390/gmap: voluntarily schedule during key setting nbd: fix io hung while disconnecting device nbd: fix race between nbd_alloc_config() and module removal nbd: call genl_unregister_family() first in nbd_cleanup() x86/cpu: Elide KCSAN for cpu_has() and friends modpost: fix undefined behavior of is_arm_mapping_symbol() drm/radeon: fix a possible null pointer dereference ceph: allow ceph.dir.rctime xattr to be updatable Revert "net: af_key: add check for pfkey_broadcast in function pfkey_process" scsi: myrb: Fix up null pointer access on myrb_cleanup() md: protect md_unregister_thread from reentrancy watchdog: wdat_wdt: Stop watchdog when rebooting the system kernfs: Separate kernfs_pr_cont_buf and rename_lock. serial: msm_serial: disable interrupts in __msm_console_write() staging: rtl8712: fix uninit-value in r871xu_drv_init() staging: rtl8712: fix uninit-value in usb_read8() and friends clocksource/drivers/sp804: Avoid error on multiple instances extcon: Modify extcon device to be created after driver data is set misc: rtsx: set NULL intfdata when probe fails usb: dwc2: gadget: don't reset gadget's driver->bus USB: hcd-pci: Fully suspend across freeze/thaw cycle drivers: usb: host: Fix deadlock in oxu_bus_suspend() drivers: tty: serial: Fix deadlock in sa1100_set_termios() USB: host: isp116x: check return value after calling platform_get_resource() drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop() drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop() tty: Fix a possible resource leak in icom_probe tty: synclink_gt: Fix null-pointer-dereference in slgt_clean() lkdtm/usercopy: Expand size of "out of frame" object iio: st_sensors: Add a local lock for protecting odr iio: dummy: iio_simple_dummy: check the return value of kstrdup() drm: imx: fix compiler warning with gcc-12 net: altera: Fix refcount leak in altera_tse_mdio_create ip_gre: test csum_start instead of transport header net/mlx5: fs, fail conflicting actions net/mlx5: Rearm the FW tracer after each tracer event net: ipv6: unexport __init-annotated seg6_hmac_init() net: xfrm: unexport __init-annotated xfrm4_protocol_init() net: mdio: unexport __init-annotated mdio_bus_init() SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer() net/mlx4_en: Fix wrong return value on ioctl EEPROM query failure net: dsa: lantiq_gswip: Fix refcount leak in gswip_gphy_fw_list bpf, arm64: Clear prog->jited_len along prog->jited af_unix: Fix a data-race in unix_dgram_peer_wake_me(). xen: unexport __init-annotated xen_xlate_map_ballooned_pages() netfilter: nf_tables: memleak flow rule from commit path ata: pata_octeon_cf: Fix refcount leak in octeon_cf_probe netfilter: nat: really support inet nat without l3 address xprtrdma: treat all calls not a bcall when bc_serv is NULL video: fbdev: pxa3xx-gcu: release the resources correctly in pxa3xx_gcu_probe/remove() NFSv4: Don't hold the layoutget locks across multiple RPC calls dmaengine: zynqmp_dma: In struct zynqmp_dma_chan fix desc_size data type m68knommu: fix undefined reference to `_init_sp' m68knommu: set ZERO_PAGE() to the allocated zeroed page i2c: cadence: Increase timeout per message if necessary f2fs: remove WARN_ON in f2fs_is_valid_blkaddr tracing: Avoid adding tracer option before update_tracer_options tracing: Fix sleeping function called from invalid context on RT kernel mips: cpc: Fix refcount leak in mips_cpc_default_phys_base perf c2c: Fix sorting in percent_rmt_hitm_cmp() tipc: check attribute length for bearer name afs: Fix infinite loop found by xfstest generic/676 tcp: tcp_rtx_synack() can be called from process context net: sched: add barrier to fix packet stuck problem for lockless qdisc net/mlx5e: Update netdev features after changing XDP state net/mlx5: Don't use already freed action pointer nfp: only report pause frame configuration for physical device ubi: ubi_create_volume: Fix use-after-free when volume creation failed jffs2: fix memory leak in jffs2_do_fill_super modpost: fix removing numeric suffixes net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_register net: ethernet: mtk_eth_soc: out of bounds read in mtk_hwlro_get_fdir_entry() net: sched: fixed barrier to prevent skbuff sticking in qdisc backlog s390/crypto: fix scatterwalk_unmap() callers in AES-GCM clocksource/drivers/oxnas-rps: Fix irq_of_parse_and_map() return value ASoC: fsl_sai: Fix FSL_SAI_xDR/xFR definition watchdog: ts4800_wdt: Fix refcount leak in ts4800_wdt_probe driver core: fix deadlock in __device_attach driver: base: fix UAF when driver_attach failed bus: ti-sysc: Fix warnings for unbind for serial firmware: dmi-sysfs: Fix memory leak in dmi_sysfs_register_handle serial: stm32-usart: Correct CSIZE, bits, and parity serial: st-asc: Sanitize CSIZE and correct PARENB for CS7 serial: sifive: Sanitize CSIZE and c_iflag serial: sh-sci: Don't allow CS5-6 serial: txx9: Don't allow CS5-6 serial: rda-uart: Don't allow CS5-6 serial: digicolor-usart: Don't allow CS5-6 serial: 8250_fintek: Check SER_RS485_RTS_* only with RS485 serial: meson: acquire port->lock in startup() rtc: mt6397: check return value after calling platform_get_resource() clocksource/drivers/riscv: Events are stopped during CPU suspend soc: rockchip: Fix refcount leak in rockchip_grf_init coresight: cpu-debug: Replace mutex with mutex_trylock on panic notifier serial: sifive: Report actual baud base rather than fixed 115200 phy: qcom-qmp: fix pipe-clock imbalance on power-on failure rpmsg: qcom_smd: Fix returning 0 if irq_of_parse_and_map() fails iio: adc: sc27xx: Fine tune the scale calibration values iio: adc: sc27xx: fix read big scale voltage not right iio: adc: stmpe-adc: Fix wait_for_completion_timeout return value check firmware: stratix10-svc: fix a missing check on list iterator usb: dwc3: pci: Fix pm_runtime_get_sync() error checking rpmsg: qcom_smd: Fix irq_of_parse_and_map() return value pwm: lp3943: Fix duty calculation in case period was clamped staging: fieldbus: Fix the error handling path in anybuss_host_common_probe() usb: musb: Fix missing of_node_put() in omap2430_probe USB: storage: karma: fix rio_karma_init return usb: usbip: add missing device lock on tweak configuration cmd usb: usbip: fix a refcount leak in stub_probe() tty: serial: fsl_lpuart: fix potential bug when using both of_alias_get_id and ida_simple_get tty: serial: owl: Fix missing clk_disable_unprepare() in owl_uart_probe tty: goldfish: Use tty_port_destroy() to destroy port iio: adc: ad7124: Remove shift from scan_type staging: greybus: codecs: fix type confusion of list iterator variable pcmcia: db1xxx_ss: restrict to MIPS_DB1XXX boards md: bcache: check the return value of kzalloc() in detached_dev_do_request() block: fix bio_clone_blkg_association() to associate with proper blkcg_gq bfq: Make sure bfqg for which we are queueing requests is online bfq: Get rid of __bio_blkcg() usage bfq: Remove pointless bfq_init_rq() calls bfq: Drop pointless unlock-lock pair bfq: Avoid merging queues with different parents MIPS: IP27: Remove incorrect `cpu_has_fpu' override RDMA/rxe: Generate a completion for unsupported/invalid opcode Kconfig: add config option for asm goto w/ outputs phy: qcom-qmp: fix reset-controller leak on probe errors blk-iolatency: Fix inflight count imbalances and IO hangs on offline dt-bindings: gpio: altera: correct interrupt-cells docs/conf.py: Cope with removal of language=None in Sphinx 5.0.0 ARM: pxa: maybe fix gpio lookup tables phy: qcom-qmp: fix struct clk leak on probe errors arm64: dts: qcom: ipq8074: fix the sleep clock frequency gma500: fix an incorrect NULL check on list iterator tilcdc: tilcdc_external: fix an incorrect NULL check on list iterator serial: pch: don't overwrite xmit->buf[0] by x_char carl9170: tx: fix an incorrect use of list iterator ASoC: rt5514: Fix event generation for "DSP Voice Wake Up" control rtl818x: Prevent using not initialized queues hugetlb: fix huge_pmd_unshare address update nodemask.h: fix compilation error with GCC12 iommu/msm: Fix an incorrect NULL check on list iterator um: Fix out-of-bounds read in LDT setup um: chan_user: Fix winch_tramp() return value mac80211: upgrade passive scan to active scan on DFS channels after beacon rx irqchip: irq-xtensa-mx: fix initial IRQ affinity irqchip/armada-370-xp: Do not touch Performance Counter Overflow on A375, A38x, A39x RDMA/hfi1: Fix potential integer multiplication overflow errors Kconfig: Add option for asm goto w/ tied outputs to workaround clang-13 bug media: coda: Add more H264 levels for CODA960 media: coda: Fix reported H264 profile mtd: cfi_cmdset_0002: Move and rename chip_check/chip_ready/chip_good_for_write md: fix an incorrect NULL check in md_reload_sb md: fix an incorrect NULL check in does_sb_need_changing drm/bridge: analogix_dp: Grab runtime PM reference for DP-AUX drm/nouveau/clk: Fix an incorrect NULL check on list iterator drm/etnaviv: check for reaped mapping in etnaviv_iommu_unmap_gem drm/amdgpu/cs: make commands with 0 chunks illegal behaviour. scsi: ufs: qcom: Add a readl() to make sure ref_clk gets enabled scsi: dc395x: Fix a missing check on list iterator ocfs2: dlmfs: fix error handling of user_dlm_destroy_lock dlm: fix missing lkb refcount handling dlm: fix plock invalid read mm, compaction: fast_find_migrateblock() should return pfn in the target zone PCI: qcom: Fix unbalanced PHY init on probe errors PCI: qcom: Fix runtime PM imbalance on probe errors PCI/PM: Fix bridge_d3_blacklist[] Elo i2 overwrite of Gigabyte X299 tracing: Fix potential double free in create_var_ref() ACPI: property: Release subnode properties with data nodes ext4: avoid cycles in directory h-tree ext4: verify dir block before splitting it ext4: fix bug_on in ext4_writepages ext4: fix warning in ext4_handle_inode_extension ext4: fix use-after-free in ext4_rename_dir_prepare netfilter: nf_tables: disallow non-stateful expression in sets earlier bfq: Track whether bfq_group is still online bfq: Update cgroup information before merging bio bfq: Split shared queues on move between cgroups efi: Do not import certificates from UEFI Secure Boot for T2 Macs fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pages iwlwifi: mvm: fix assert 1F04 upon reconfig wifi: mac80211: fix use-after-free in chanctx code f2fs: fix fallocate to use file_modified to update permissions consistently f2fs: don't need inode lock for system hidden quota f2fs: fix deadloop in foreground GC f2fs: fix to clear dirty inode in f2fs_evict_inode() f2fs: fix to do sanity check on block address in f2fs_do_zero_range() f2fs: fix to avoid f2fs_bug_on() in dec_valid_node_count() perf jevents: Fix event syntax error caused by ExtSel perf c2c: Use stdio interface if slang is not supported iommu/amd: Increase timeout waiting for GA log enablement dmaengine: stm32-mdma: remove GISR1 register video: fbdev: clcdfb: Fix refcount leak in clcdfb_of_vram_setup NFSv4/pNFS: Do not fail I/O when we fail to allocate the pNFS layout NFS: Don't report errors from nfs_pageio_complete() more than once NFS: Do not report flush errors in nfs_write_end() NFS: Do not report EINTR/ERESTARTSYS as mapping errors i2c: at91: Initialize dma_buf in at91_twi_xfer() i2c: at91: use dma safe buffers iommu/mediatek: Add list_del in mtk_iommu_remove f2fs: fix dereference of stale list iterator after loop body Input: stmfts - do not leave device disabled in stmfts_input_open RDMA/hfi1: Prevent use of lock before it is initialized mailbox: forward the hrtimer if not queued and under a lock mfd: davinci_voicecodec: Fix possible null-ptr-deref davinci_vc_probe() powerpc/fsl_rio: Fix refcount leak in fsl_rio_setup macintosh: via-pmu and via-cuda need RTC_LIB powerpc/perf: Fix the threshold compare group constraint for power9 powerpc/64: Only WARN if __pa()/__va() called with bad addresses Input: sparcspkr - fix refcount leak in bbc_beep_probe crypto: cryptd - Protect per-CPU resource by disabling BH. tty: fix deadlock caused by calling printk() under tty_port->lock PCI: imx6: Fix PERST# start-up sequence ipc/mqueue: use get_tree_nodev() in mqueue_get_tree() proc: fix dentry/inode overinstantiating under /proc/${pid}/net powerpc/4xx/cpm: Fix return value of __setup() handler powerpc/idle: Fix return value of __setup() handler powerpc/8xx: export 'cpm_setbrg' for modules dax: fix cache flush on PMD-mapped pages drivers/base/node.c: fix compaction sysfs file leak pinctrl: mvebu: Fix irq_of_parse_and_map() return value nvdimm: Allow overwrite in the presence of disabled dimms firmware: arm_scmi: Fix list protocols enumeration in the base protocol scsi: fcoe: Fix Wstringop-overflow warnings in fcoe_wwn_from_mac() mfd: ipaq-micro: Fix error check return value of platform_get_irq() powerpc/fadump: fix PT_LOAD segment for boot memory area arm: mediatek: select arch timer for mt7629 crypto: marvell/cesa - ECB does not IV misc: ocxl: fix possible double free in ocxl_file_register_afu ARM: dts: bcm2835-rpi-b: Fix GPIO line names ARM: dts: bcm2837-rpi-3-b-plus: Fix GPIO line name of power LED ARM: dts: bcm2837-rpi-cm3-io3: Fix GPIO line names for SMPS I2C ARM: dts: bcm2835-rpi-zero-w: Fix GPIO line name for Wifi/BT can: xilinx_can: mark bit timing constants as const KVM: nVMX: Leave most VM-Exit info fields unmodified on failed VM-Entry PCI: rockchip: Fix find_first_zero_bit() limit PCI: cadence: Fix find_first_zero_bit() limit soc: qcom: smsm: Fix missing of_node_put() in smsm_parse_ipc soc: qcom: smp2p: Fix missing of_node_put() in smp2p_parse_ipc ARM: dts: suniv: F1C100: fix watchdog compatible arm64: dts: rockchip: Move drive-impedance-ohm to emmc phy on rk3399 net/smc: postpone sk_refcnt increment in connect() rxrpc: Fix decision on when to generate an IDLE ACK rxrpc: Don't let ack.previousPacket regress rxrpc: Fix overlapping ACK accounting rxrpc: Don't try to resend the request if we're receiving the reply rxrpc: Fix listen() setting the bar too high for the prealloc rings NFC: hci: fix sleep in atomic context bugs in nfc_hci_hcp_message_tx ASoC: wm2000: fix missing clk_disable_unprepare() on error in wm2000_anc_transition() thermal/drivers/broadcom: Fix potential NULL dereference in sr_thermal_probe drm: msm: fix possible memory leak in mdp5_crtc_cursor_set() drm/msm/a6xx: Fix refcount leak in a6xx_gpu_init ext4: reject the 'commit' option on ext2 filesystems media: ov7670: remove ov7670_power_off from ov7670_remove sctp: read sk->sk_bound_dev_if once in sctp_rcv() m68k: math-emu: Fix dependencies of math emulation support Bluetooth: fix dangling sco_conn and use-after-free in sco_sock_timeout media: vsp1: Fix offset calculation for plane cropping media: pvrusb2: fix array-index-out-of-bounds in pvr2_i2c_core_init media: exynos4-is: Change clk_disable to clk_disable_unprepare media: st-delta: Fix PM disable depth imbalance in delta_probe media: aspeed: Fix an error handling path in aspeed_video_probe() scripts/faddr2line: Fix overlapping text section failures regulator: pfuze100: Fix refcount leak in pfuze_parse_regulators_dt ASoC: mxs-saif: Fix refcount leak in mxs_saif_probe ASoC: fsl: Fix refcount leak in imx_sgtl5000_probe perf/amd/ibs: Use interrupt regs ip for stack unwinding Revert "cpufreq: Fix possible race in cpufreq online error path" iomap: iomap_write_failed fix media: uvcvideo: Fix missing check to determine if element is found in list drm/msm: return an error pointer in msm_gem_prime_get_sg_table() drm/msm/mdp5: Return error code in mdp5_mixer_release when deadlock is detected drm/msm/mdp5: Return error code in mdp5_pipe_release when deadlock is detected regulator: core: Fix enable_count imbalance with EXCLUSIVE_GET x86/mm: Cleanup the control_va_addr_alignment() __setup handler irqchip/aspeed-i2c-ic: Fix irq_of_parse_and_map() return value irqchip/exiu: Fix acknowledgment of edge triggered interrupts x86: Fix return value of __setup handlers virtio_blk: fix the discard_granularity and discard_alignment queue limits drm/rockchip: vop: fix possible null-ptr-deref in vop_bind() drm/msm/hdmi: fix error check return value of irq_of_parse_and_map() drm/msm/hdmi: check return value after calling platform_get_resource_byname() drm/msm/dsi: fix error checks and return values for DSI xmit functions drm/msm/disp/dpu1: set vbif hw config to NULL to avoid use after memory free during pm runtime resume perf tools: Add missing headers needed by util/data.h ASoC: rk3328: fix disabling mclk on pclk probe failure x86/speculation: Add missing prototype for unpriv_ebpf_notify() x86/pm: Fix false positive kmemleak report in msr_build_context() scsi: ufs: core: Exclude UECxx from SFR dump list of: overlay: do not break notify on NOTIFY_{OK|STOP} fsnotify: fix wrong lockdep annotations inotify: show inotify mask flags in proc fdinfo ath9k_htc: fix potential out of bounds access with invalid rxstatus->rs_keyix cpufreq: Fix possible race in cpufreq online error path spi: img-spfi: Fix pm_runtime_get_sync() error checking sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rq drm/bridge: Fix error handling in analogix_dp_probe HID: elan: Fix potential double free in elan_input_configured HID: hid-led: fix maximum brightness for Dream Cheeky drbd: fix duplicate array initializer efi: Add missing prototype for efi_capsule_setup_info NFC: NULL out the dev->rfkill to prevent UAF spi: spi-ti-qspi: Fix return value handling of wait_for_completion_timeout drm: mali-dp: potential dereference of null pointer drm/komeda: Fix an undefined behavior bug in komeda_plane_add() nl80211: show SSID for P2P_GO interfaces bpf: Fix excessive memory allocation in stack_map_alloc() drm/vc4: txp: Force alpha to be 0xff if it's disabled drm/vc4: txp: Don't set TXP_VSTART_AT_EOF drm/mediatek: Fix mtk_cec_mask() x86/delay: Fix the wrong asm constraint in delay_loop() ASoC: mediatek: Fix missing of_node_put in mt2701_wm8960_machine_probe ASoC: mediatek: Fix error handling in mt8173_max98090_dev_probe drm/bridge: adv7511: clean up CEC adapter when probe fails drm/edid: fix invalid EDID extension block filtering ath9k: fix ar9003_get_eepmisc drm: fix EDID struct for old ARM OABI format RDMA/hfi1: Prevent panic when SDMA is disabled powerpc/iommu: Add missing of_node_put in iommu_init_early_dart macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabled powerpc/powernv: fix missing of_node_put in uv_init() powerpc/xics: fix refcount leak in icp_opal_init() tracing: incorrect isolate_mote_t cast in mm_vmscan_lru_isolate PCI: Avoid pci_dev_lock() AB/BA deadlock with sriov_numvfs_store() ARM: hisi: Add missing of_node_put after of_find_compatible_node ARM: dts: exynos: add atmel,24c128 fallback to Samsung EEPROM ARM: versatile: Add missing of_node_put in dcscb_init fat: add ratelimit to fat*_ent_bread() powerpc/fadump: Fix fadump to work with a different endian capture kernel ARM: OMAP1: clock: Fix UART rate reporting algorithm fs: jfs: fix possible NULL pointer dereference in dbFree() PM / devfreq: rk3399_dmc: Disable edev on remove() ARM: dts: ox820: align interrupt controller node name with dtschema IB/rdmavt: add missing locks in rvt_ruc_loopback selftests/bpf: fix btf_dump/btf_dump due to recent clang change eth: tg3: silence the GCC 12 array-bounds warning rxrpc: Return an error to sendmsg if call failed hwmon: Make chip parameter for with_info API mandatory ASoC: max98357a: remove dependency on GPIOLIB media: exynos4-is: Fix compile warning net: phy: micrel: Allow probing without .driver_data nbd: Fix hung on disconnect request if socket is closed before ASoC: rt5645: Fix errorenous cleanup order nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tags openrisc: start CPU timer early in boot media: cec-adap.c: fix is_configuring state media: coda: limit frame interval enumeration to supported encoder frame sizes rtlwifi: Use pr_warn instead of WARN_ONCE ipmi: Fix pr_fmt to avoid compilation issues ipmi:ssif: Check for NULL msg when handling events and messages ACPI: PM: Block ASUS B1400CEAE from suspend to idle by default dma-debug: change allocation mode from GFP_NOWAIT to GFP_ATIOMIC spi: stm32-qspi: Fix wait_cmd timeout in APM mode s390/preempt: disable __preempt_count_add() optimization for PROFILE_ALL_BRANCHES ASoC: tscs454: Add endianness flag in snd_soc_component_driver HID: bigben: fix slab-out-of-bounds Write in bigben_probe drm/amdgpu/ucode: Remove firmware load type check in amdgpu_ucode_free_bo mlxsw: spectrum_dcb: Do not warn about priority changes ASoC: dapm: Don't fold register value changes into notifications net/mlx5: fs, delete the FTE when there are no rules attached to it ipv6: Don't send rs packets to the interface of ARPHRD_TUNNEL drm: msm: fix error check return value of irq_of_parse_and_map() arm64: compat: Do not treat syscall number as ESR_ELx for a bad syscall drm/amd/pm: fix the compile warning drm/plane: Move range check for format_count earlier scsi: megaraid: Fix error check return value of register_chrdev() mmc: jz4740: Apply DMA engine limits to maximum segment size md/bitmap: don't set sb values if can't pass sanity check media: cx25821: Fix the warning when removing the module media: pci: cx23885: Fix the error handling in cx23885_initdev() media: venus: hfi: avoid null dereference in deinit ath9k: fix QCA9561 PA bias level drm/amd/pm: fix double free in si_parse_power_table() tools/power turbostat: fix ICX DRAM power numbers spi: spi-rspi: Remove setting {src,dst}_{addr,addr_width} based on DMA direction ALSA: jack: Access input_dev under mutex drm/komeda: return early if drm_universal_plane_init() fails. ACPICA: Avoid cache flush inside virtual machines fbcon: Consistently protect deferred_takeover with console_lock() ipv6: fix locking issues with loops over idev->addr_list ipw2x00: Fix potential NULL dereference in libipw_xmit() b43: Fix assigning negative value to unsigned variable b43legacy: Fix assigning negative value to unsigned variable mwifiex: add mutex lock for call in mwifiex_dfs_chan_sw_work_queue drm/virtio: fix NULL pointer dereference in virtio_gpu_conn_get_modes btrfs: repair super block num_devices automatically btrfs: add "0x" prefix for unsupported optional features ptrace: Reimplement PTRACE_KILL by always sending SIGKILL ptrace/xtensa: Replace PT_SINGLESTEP with TIF_SINGLESTEP ptrace/um: Replace PT_DTRACE with TIF_SINGLESTEP perf/x86/intel: Fix event constraints for ICL usb: core: hcd: Add support for deferring roothub registration USB: new quirk for Dell Gen 2 devices USB: serial: option: add Quectel BG95 modem ALSA: hda/realtek - Fix microphone noise on ASUS TUF B550M-PLUS binfmt_flat: do not stop relocating GOT entries prematurely on riscv Conflicts: Documentation/devicetree/bindings/dma/allwinner,sun50i-a64-dma.yaml Documentation/devicetree/bindings~HEAD drivers/char/Kconfig drivers/mmc/core/block.c kernel/sysctl.c Change-Id: If11e1865055bfb94b3268960268c88c3dfc032c3 |
||
Todd Kjos
|
b8dedbc2ab |
ANDROID: Fix kenelci build-break for !CONFIG_PERF_EVENTS
Kernelci builds were broken if !CONFIG_PERF_EVENTS since |
||
Jason A. Donenfeld
|
467eb53acd |
ANDROID: cpu/hotplug: avoid breaking Android ABI by fusing cpuhp steps
We can't add more values to the cpuhp_state enum, lest we break some
vendor module. So instead break out existing steps into helper functions
which call both steps. Fortunately none of these steps return anything
other than 0, so we don't need to worry about rollback.
Bug: 161946584
Fixes:
|
||
Greg Kroah-Hartman
|
b2351c2368 |
This is the 5.4.200 stable release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAmKzBvAACgkQONu9yGCS aT7I5A//eBWtBQ7E3MDCDTiZW8RQ+VT0dG87UmqmxJBnafbxuywkvasN3ysJu5Pk xA5k5MM5zbb5YFVlO+BRqjgj4d/CM1sNW5k6/PQgJnlHTYC4oCRFr5FlBLaGT4ER IGIyJciELMJTL02OWIdUFd0yylrDP1tyjpxlmBt3BapY5n4VxqbDQWYHnrZPKAw3 f2wDzMLMwm5M6/W+TihCaJNOp6N/SZRW1j9RquKBiur3CwA2yRpmIIE/LawVtpK3 BDuGYYgmQevi7cV2ZIYp8kb05M9n6WEXFlzy0jq2qLfrsc5+pCiiqtjOTDDzQRFd k/NXRNoRLNmAZn3JPoF6rMyDlV2LPC16tJ+JsBMHB5CMbcv7kdTh9wxdx842UEkR Sck+DRBoErBIIP7uD63fTMTwX7jgC4C7YsZ1abmrY0+ANJ5ribXEKj+XeasDoT5Y kt9IJ3HersxM1e6NEDi3L4z7x9v3LbghUmDzZPHnuSZsb3CKUFwDs3hOf+XxhjWE Hds98MabbBuzqnWR+GIhBhA1C+CiFF3f3sMMK43sY3dhrqs9S3aZMxWdmBK1Us4y D6OK1BCp9oQ5bdstdGtx80HTMU8hUqlu51GMxXolfwcyIKAvLswYzBvGi7Pft2v1 s+z/1kSIAWpeUf14AUir3eCR07QWEyGiLKgn7JrD2p3irWhfBCM= =6xFB -----END PGP SIGNATURE----- Merge 5.4.200 into android11-5.4-lts Changes in 5.4.200 9p: missing chunk of "fs/9p: Don't update file type when updating file attributes" bpf: Fix incorrect memory charge cost calculation in stack_map_alloc() nfc: st21nfca: fix incorrect sizing calculations in EVT_TRANSACTION crypto: blake2s - generic C library implementation and selftest lib/crypto: blake2s: move hmac construction into wireguard lib/crypto: sha1: re-roll loops to reduce code size compat_ioctl: remove /dev/random commands random: don't forget compat_ioctl on urandom random: Don't wake crng_init_wait when crng_init == 1 random: Add a urandom_read_nowait() for random APIs that don't warn random: add GRND_INSECURE to return best-effort non-cryptographic bytes random: ignore GRND_RANDOM in getentropy(2) random: make /dev/random be almost like /dev/urandom random: remove the blocking pool random: delete code to pull data into pools random: remove kernel.random.read_wakeup_threshold random: remove unnecessary unlikely() random: convert to ENTROPY_BITS for better code readability random: Add and use pr_fmt() random: fix typo in add_timer_randomness() random: remove some dead code of poolinfo random: split primary/secondary crng init paths random: avoid warnings for !CONFIG_NUMA builds x86: Remove arch_has_random, arch_has_random_seed powerpc: Remove arch_has_random, arch_has_random_seed s390: Remove arch_has_random, arch_has_random_seed linux/random.h: Remove arch_has_random, arch_has_random_seed linux/random.h: Use false with bool linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check powerpc: Use bool in archrandom.h random: add arch_get_random_*long_early() random: avoid arch_get_random_seed_long() when collecting IRQ randomness random: remove dead code left over from blocking pool MAINTAINERS: co-maintain random.c crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h> crypto: blake2s - adjust include guard naming random: document add_hwgenerator_randomness() with other input functions random: remove unused irq_flags argument from add_interrupt_randomness() random: use BLAKE2s instead of SHA1 in extraction random: do not sign extend bytes for rotation when mixing random: do not re-init if crng_reseed completes before primary init random: mix bootloader randomness into pool random: harmonize "crng init done" messages random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs random: initialize ChaCha20 constants with correct endianness random: early initialization of ChaCha constants random: avoid superfluous call to RDRAND in CRNG extraction random: don't reset crng_init_cnt on urandom_read() random: fix typo in comments random: cleanup poolinfo abstraction random: cleanup integer types random: remove incomplete last_data logic random: remove unused extract_entropy() reserved argument random: rather than entropy_store abstraction, use global random: remove unused OUTPUT_POOL constants random: de-duplicate INPUT_POOL constants random: prepend remaining pool constants with POOL_ random: cleanup fractional entropy shift constants random: access input_pool_data directly rather than through pointer random: selectively clang-format where it makes sense random: simplify arithmetic function flow in account() random: continually use hwgenerator randomness random: access primary_pool directly rather than through pointer random: only call crng_finalize_init() for primary_crng random: use computational hash for entropy extraction random: simplify entropy debiting random: use linear min-entropy accumulation crediting random: always wake up entropy writers after extraction random: make credit_entropy_bits() always safe random: remove use_input_pool parameter from crng_reseed() random: remove batched entropy locking random: fix locking in crng_fast_load() random: use RDSEED instead of RDRAND in entropy extraction random: get rid of secondary crngs random: inline leaves of rand_initialize() random: ensure early RDSEED goes through mixer on init random: do not xor RDRAND when writing into /dev/random random: absorb fast pool into input pool after fast load random: use simpler fast key erasure flow on per-cpu keys random: use hash function for crng_slow_load() random: make more consistent use of integer types random: remove outdated INT_MAX >> 6 check in urandom_read() random: zero buffer after reading entropy from userspace random: fix locking for crng_init in crng_reseed() random: tie batched entropy generation to base_crng generation random: remove ifdef'd out interrupt bench random: remove unused tracepoints random: add proper SPDX header random: deobfuscate irq u32/u64 contributions random: introduce drain_entropy() helper to declutter crng_reseed() random: remove useless header comment random: remove whitespace and reorder includes random: group initialization wait functions random: group crng functions random: group entropy extraction functions random: group entropy collection functions random: group userspace read/write functions random: group sysctl functions random: rewrite header introductory comment random: defer fast pool mixing to worker random: do not take pool spinlock at boot random: unify early init crng load accounting random: check for crng_init == 0 in add_device_randomness() random: pull add_hwgenerator_randomness() declaration into random.h random: clear fast pool, crng, and batches in cpuhp bring up random: round-robin registers as ulong, not u32 random: only wake up writers after zap if threshold was passed random: cleanup UUID handling random: unify cycles_t and jiffies usage and types random: do crng pre-init loading in worker rather than irq random: give sysctl_random_min_urandom_seed a more sensible value random: don't let 644 read-only sysctls be written to random: replace custom notifier chain with standard one random: use SipHash as interrupt entropy accumulator random: make consistent usage of crng_ready() random: reseed more often immediately after booting random: check for signal and try earlier when generating entropy random: skip fast_init if hwrng provides large chunk of entropy random: treat bootloader trust toggle the same way as cpu trust toggle random: re-add removed comment about get_random_{u32,u64} reseeding random: mix build-time latent entropy into pool at init random: do not split fast init input in add_hwgenerator_randomness() random: do not allow user to keep crng key around on stack random: check for signal_pending() outside of need_resched() check random: check for signals every PAGE_SIZE chunk of /dev/[u]random random: allow partial reads if later user copies fail random: make random_get_entropy() return an unsigned long random: document crng_fast_key_erasure() destination possibility random: fix sysctl documentation nits init: call time_init() before rand_initialize() ia64: define get_cycles macro for arch-override s390: define get_cycles macro for arch-override parisc: define get_cycles macro for arch-override alpha: define get_cycles macro for arch-override powerpc: define get_cycles macro for arch-override timekeeping: Add raw clock fallback for random_get_entropy() m68k: use fallback for random_get_entropy() instead of zero mips: use fallback for random_get_entropy() instead of just c0 random arm: use fallback for random_get_entropy() instead of zero nios2: use fallback for random_get_entropy() instead of zero x86/tsc: Use fallback for random_get_entropy() instead of zero um: use fallback for random_get_entropy() instead of zero sparc: use fallback for random_get_entropy() instead of zero xtensa: use fallback for random_get_entropy() instead of zero random: insist on random_get_entropy() existing in order to simplify random: do not use batches when !crng_ready() random: use first 128 bits of input as fast init random: do not pretend to handle premature next security model random: order timer entropy functions below interrupt functions random: do not use input pool from hard IRQs random: help compiler out with fast_mix() by using simpler arguments siphash: use one source of truth for siphash permutations random: use symbolic constants for crng_init states random: avoid initializing twice in credit race random: move initialization out of reseeding hot path random: remove ratelimiting for in-kernel unseeded randomness random: use proper jiffies comparison macro random: handle latent entropy and command line from random_init() random: credit architectural init the exact amount random: use static branch for crng_ready() random: remove extern from functions in header random: use proper return types on get_random_{int,long}_wait() random: make consistent use of buf and len random: move initialization functions out of hot pages random: move randomize_page() into mm where it belongs random: unify batched entropy implementations random: convert to using fops->read_iter() random: convert to using fops->write_iter() random: wire up fops->splice_{read,write}_iter() random: check for signals after page of pool writes Revert "random: use static branch for crng_ready()" crypto: drbg - always seeded with SP800-90B compliant noise source crypto: drbg - prepare for more fine-grained tracking of seeding state crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() crypto: drbg - move dynamic ->reseed_threshold adjustments to __drbg_seed() crypto: drbg - always try to free Jitter RNG instance crypto: drbg - make reseeding from get_random_bytes() synchronous random: avoid checking crng_ready() twice in random_init() random: mark bootloader randomness code as __init random: account for arch randomness in bits powerpc/kasan: Silence KASAN warnings in __get_wchan() ASoC: nau8822: Add operation for internal PLL off and on dma-debug: make things less spammy under memory pressure ASoC: cs42l52: Fix TLV scales for mixer controls ASoC: cs35l36: Update digital volume TLV ASoC: cs53l30: Correct number of volume levels on SX controls ASoC: cs42l52: Correct TLV for Bypass Volume ASoC: cs42l56: Correct typo in minimum level for SX volume controls ata: libata-core: fix NULL pointer deref in ata_host_alloc_pinfo() ASoC: wm8962: Fix suspend while playing music ASoC: es8328: Fix event generation for deemphasis control ASoC: wm_adsp: Fix event generation for wm_adsp_fw_put() scsi: vmw_pvscsi: Expand vcpuHint to 16 bits scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology scsi: lpfc: Allow reduced polling rate for nvme_admin_async_event cmd completion scsi: ipr: Fix missing/incorrect resource cleanup in error case scsi: pmcraid: Fix missing resource cleanup in error case ALSA: hda/realtek - Add HW8326 support virtio-mmio: fix missing put_device() when vm_cmdline_parent registration failed nfc: nfcmrvl: Fix memory leak in nfcmrvl_play_deferred ipv6: Fix signed integer overflow in l2tp_ip6_sendmsg net: ethernet: mtk_eth_soc: fix misuse of mem alloc interface netdev[napi]_alloc_frag random: credit cpu and bootloader seeds by default pNFS: Don't keep retrying if the server replied NFS4ERR_LAYOUTUNAVAILABLE clocksource: hyper-v: unexport __init-annotated hv_init_clocksource() i40e: Fix adding ADQ filter to TC0 i40e: Fix calculating the number of queue pairs i40e: Fix call trace in setup_tx_descriptors tty: goldfish: Fix free_irq() on remove misc: atmel-ssc: Fix IRQ check in ssc_probe mlxsw: spectrum_cnt: Reorder counter pools net: bgmac: Fix an erroneous kfree() in bgmac_remove() arm64: ftrace: fix branch range checks certs/blacklist_hashes.c: fix const confusion in certs blacklist faddr2line: Fix overlapping text section failures, the sequel irqchip/gic/realview: Fix refcount leak in realview_gic_of_init irqchip/gic-v3: Fix error handling in gic_populate_ppi_partitions irqchip/gic-v3: Fix refcount leak in gic_populate_ppi_partitions i2c: designware: Use standard optional ref clock implementation comedi: vmk80xx: fix expression for tx buffer size USB: serial: option: add support for Cinterion MV31 with new baseline USB: serial: io_ti: add Agilent E5805A support usb: dwc2: Fix memory leak in dwc2_hcd_init usb: gadget: lpc32xx_udc: Fix refcount leak in lpc32xx_udc_probe serial: 8250: Store to lsr_save_flags after lsr read dm mirror log: round up region bitmap size to BITS_PER_LONG ext4: fix bug_on ext4_mb_use_inode_pa ext4: make variable "count" signed ext4: add reserved GDT blocks check ALSA: hda/realtek: fix mute/micmute LEDs for HP 440 G8 ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machine virtio-pci: Remove wrong address verification in vp_del_vqs() net/sched: act_police: more accurate MTU policing net: openvswitch: fix misuse of the cached connection on tuple changes net: openvswitch: fix leak of nested actions arm64: kprobes: Use BRK instead of single-step when executing instructions out-of-line RISC-V: fix barrier() use in <vdso/processor.h> riscv: Less inefficient gcc tishift helpers (and export their symbols) powerpc/mm: Switch obsolete dssall to .long Linux 5.4.200 Also includes in this merge resolution the following commits from 5.10.y in order to handle merge issues with previous blake2s changes that are in the Android tree: 6048fdcc5f26 ("lib/crypto: blake2s: include as built-in") d2a02e3c8bb6 ("lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI") e56e18985596 ("lib/crypto: add prompts back to crypto libraries") Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ie836943a404704937d2d6575f0f51e1d02d24e55 |
||
Jason A. Donenfeld
|
62cd795e46 |
random: clear fast pool, crng, and batches in cpuhp bring up
commit 3191dd5a1179ef0fad5a050a1702ae98b6251e8f upstream. For the irq randomness fast pool, rather than having to use expensive atomics, which were visibly the most expensive thing in the entire irq handler, simply take care of the extreme edge case of resetting count to zero in the cpuhp online handler, just after workqueues have been reenabled. This simplifies the code a bit and lets us use vanilla variables rather than atomics, and performance should be improved. As well, very early on when the CPU comes up, while interrupts are still disabled, we clear out the per-cpu crng and its batches, so that it always starts with fresh randomness. Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Theodore Ts'o <tytso@mit.edu> Cc: Sultan Alsawaf <sultan@kerneltoast.com> Cc: Dominik Brodowski <linux@dominikbrodowski.net> Acked-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
Srinivasarao P
|
8bbb4abad0 |
Merge android11-5.4.134+ (dca02b1 ) into msm-5.4
* refs/heads/tmp-dca02b1: ANDROID: GKI: Update abi_gki_aarch64_cuttlefish ANDROID: GKI: Update abi_gki_aarch64_exynos ANDROID: GKI: Update android/abi_gki_aarch64_sonywalkman BACKPORT: blk-mq: fix is_flush_rq BACKPORT: blk-mq: clearing flush request reference in tags->rqs[] BACKPORT: blk-mq: clear stale request in tags->rq[] before freeing one request pool BACKPORT: blk-mq: grab rq->refcount before calling ->fn in blk_mq_tagset_busy_iter ANDROID: gki_defconfig: set DEFAULT_MMAP_MIN_ADDR=32768 ANDROID: GKI: upate .xml file for new symbol addtions ANDROID: xt_quota2: set usersize in xt_match registration object ANDROID: xt_quota2: clear quota2_log message before sending ANDROID: xt_quota2: remove trailing junk which might have a digit in it UPSTREAM: io_uring: Fix current->fs handling in io_sq_wq_submit_work() ANDROID: ABI: Update allowed list for QCOM UPSTREAM: arm64: vdso: Avoid ISB after reading from cntvct_el0 ANDROID: GKI: Disable X86_MCE drivers ANDROID: GKI: Add FCNT KMI symbol list ANDROID: fuse: Allocate zeroed memory for canonical path ANDROID: ABI: Update allowed list for Microsoft ANDROID: GKI: add padding to struct hid_device ANDROID: Update android/abi_gki_aarch64.xml ANDROID: Update android/abi_gki_aarch64_goldfish ANDROID: generate_initcall_order.pl: Use two dash long options for llvm-nm Linux 5.4.134 seq_file: disallow extremely large seq buffer allocations misc: alcor_pci: fix inverted branch condition scsi: scsi_dh_alua: Fix signedness bug in alua_rtpg() MIPS: vdso: Invalid GIC access through VDSO mips: disable branch profiling in boot/decompress.o mips: always link byteswap helpers into decompressor scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() firmware: turris-mox-rwtm: fail probing when firmware does not support hwrng firmware: turris-mox-rwtm: report failures better firmware: turris-mox-rwtm: fix reply status decoding function thermal/drivers/rcar_gen3_thermal: Fix coefficient calculations ARM: dts: imx6q-dhcom: Add gpios pinctrl for i2c bus recovery ARM: dts: imx6q-dhcom: Fix ethernet plugin detection problems ARM: dts: imx6q-dhcom: Fix ethernet reset time properties ARM: dts: am437x: align ti,pindir-d0-out-d1-in property with dt-shema ARM: dts: am335x: align ti,pindir-d0-out-d1-in property with dt-shema memory: fsl_ifc: fix leak of private memory on probe failure memory: fsl_ifc: fix leak of IO mapping on probe failure reset: bail if try_module_get() fails ARM: dts: BCM5301X: Fixup SPI binding firmware: arm_scmi: Reset Rx buffer to max size during async commands firmware: tegra: Fix error return code in tegra210_bpmp_init() ARM: dts: r8a7779, marzen: Fix DU clock names arm64: dts: renesas: v3msk: Fix memory size rtc: fix snprintf() checking in is_rtc_hctosys() memory: pl353: Fix error return code in pl353_smc_probe() reset: brcmstb: Add missing MODULE_DEVICE_TABLE memory: atmel-ebi: add missing of_node_put for loop iteration ARM: dts: exynos: fix PWM LED max brightness on Odroid XU4 ARM: dts: exynos: fix PWM LED max brightness on Odroid HC1 ARM: dts: exynos: fix PWM LED max brightness on Odroid XU/XU3 ARM: exynos: add missing of_node_put for loop iteration reset: a10sr: add missing of_match_table reference ARM: dts: gemini-rut1xx: remove duplicate ethernet node hexagon: use common DISCARDS macro NFSv4/pNFS: Don't call _nfs4_pnfs_v3_ds_connect multiple times ALSA: isa: Fix error return code in snd_cmi8330_probe() nvme-tcp: can't set sk_user_data without write_lock virtio_net: move tx vq operation under tx queue lock pwm: imx1: Don't disable clocks at device remove time x86/fpu: Limit xstate copy size in xstateregs_set() PCI: iproc: Support multi-MSI only on uniprocessor kernel PCI: iproc: Fix multi-MSI base vector number allocation ubifs: Set/Clear I_LINKABLE under i_lock for whiteout inode nfs: fix acl memory leak of posix_acl_create() watchdog: aspeed: fix hardware timeout calculation um: fix error return code in winch_tramp() um: fix error return code in slip_open() NFSv4: Initialise connection to the server in nfs4_alloc_client() power: supply: rt5033_battery: Fix device tree enumeration PCI/sysfs: Fix dsm_label_utf16s_to_utf8s() buffer overrun f2fs: add MODULE_SOFTDEP to ensure crc32 is included in the initramfs x86/signal: Detect and prevent an alternate signal stack overflow virtio_console: Assure used length from device is limited virtio_net: Fix error handling in virtnet_restore() virtio-blk: Fix memory leak among suspend/resume procedure ACPI: video: Add quirk for the Dell Vostro 3350 ACPI: AMBA: Fix resource name in /proc/iomem pwm: tegra: Don't modify HW state in .remove callback pwm: img: Fix PM reference leak in img_pwm_enable() power: supply: ab8500: add missing MODULE_DEVICE_TABLE power: supply: charger-manager: add missing MODULE_DEVICE_TABLE NFS: nfs_find_open_context() may only select open files ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty orangefs: fix orangefs df output. PCI: tegra: Add missing MODULE_DEVICE_TABLE x86/fpu: Return proper error codes from user access functions watchdog: iTCO_wdt: Account for rebooting on second timeout watchdog: imx_sc_wdt: fix pretimeout watchdog: Fix possible use-after-free by calling del_timer_sync() watchdog: sc520_wdt: Fix possible use-after-free in wdt_turnoff() watchdog: Fix possible use-after-free in wdt_startup() PCI/P2PDMA: Avoid pci_get_slot(), which may sleep ARM: 9087/1: kprobes: test-thumb: fix for LLVM_IAS=1 power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLE power: supply: max17042: Do not enforce (incorrect) interrupt trigger type power: supply: ab8500: Avoid NULL pointers pwm: spear: Don't modify HW state in .remove callback power: supply: sc2731_charger: Add missing MODULE_DEVICE_TABLE power: supply: sc27xx: Add missing MODULE_DEVICE_TABLE lib/decompress_unlz4.c: correctly handle zero-padding around initrds. i2c: core: Disable client irq on reboot/shutdown intel_th: Wait until port is in reset before programming it staging: rtl8723bs: fix macro value for 2.4Ghz only device ALSA: usb-audio: scarlett2: Fix 6i6 Gen 2 line out descriptions ALSA: hda: Add IRQ check for platform_get_irq() backlight: lm3630a: Fix return code of .update_status() callback ASoC: Intel: kbl_da7219_max98357a: shrink platform_id below 20 characters powerpc/boot: Fixup device-tree on little endian usb: gadget: hid: fix error return code in hid_bind() usb: gadget: f_hid: fix endianness issue with descriptors ALSA: usb-audio: scarlett2: Fix scarlett2_*_ctl_put() return values ALSA: usb-audio: scarlett2: Fix data_mutex lock ALSA: usb-audio: scarlett2: Fix 18i8 Gen 2 PCM Input count ALSA: bebob: add support for ToneWeal FW66 Input: hideep - fix the uninitialized use in hideep_nvm_unlock() s390/mem_detect: fix tprot() program check new psw handling s390/mem_detect: fix diag260() program check new psw handling s390/ipl_parm: fix program check new psw handling s390/processor: always inline stap() and __load_psw_mask() ASoC: soc-core: Fix the error return code in snd_soc_of_parse_audio_routing() gpio: pca953x: Add support for the On Semi pca9655 selftests/powerpc: Fix "no_handler" EBB selftest ALSA: ppc: fix error return code in snd_pmac_probe() gpio: zynq: Check return value of pm_runtime_get_sync iommu/arm-smmu: Fix arm_smmu_device refcount leak in address translation iommu/arm-smmu: Fix arm_smmu_device refcount leak when arm_smmu_rpm_get fails powerpc/ps3: Add dma_mask to ps3_dma_region ALSA: sb: Fix potential double-free of CSP mixer elements selftests: timers: rtcpie: skip test if default RTC device does not exist s390/sclp_vt220: fix console name to match device serial: tty: uartlite: fix console setup ASoC: img: Fix PM reference leak in img_i2s_in_probe() mfd: cpcap: Fix cpcap dmamask not set warnings mfd: da9052/stmpe: Add and modify MODULE_DEVICE_TABLE scsi: qedi: Fix null ref during abort handling scsi: iscsi: Fix shost->max_id use scsi: iscsi: Fix conn use after free during resets scsi: iscsi: Add iscsi_cls_conn refcount helpers scsi: megaraid_sas: Handle missing interrupts while re-enabling IRQs scsi: megaraid_sas: Early detection of VD deletion through RaidMap update scsi: megaraid_sas: Fix resource leak in case of probe failure fs/jfs: Fix missing error code in lmLogInit() scsi: scsi_dh_alua: Check for negative result value tty: serial: 8250: serial_cs: Fix a memory leak in error handling path ALSA: ac97: fix PM reference leak in ac97_bus_remove() scsi: core: Cap scsi_host cmd_per_lun at can_queue scsi: lpfc: Fix crash when lpfc_sli4_hba_setup() fails to initialize the SGLs scsi: lpfc: Fix "Unexpected timeout" error in direct attach topology scsi: hisi_sas: Propagate errors in interrupt_init_v1_hw() w1: ds2438: fixing bug that would always get page0 Revert "ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro" ALSA: usx2y: Don't call free_pages_exact() with NULL address iio: magn: bmc150: Balance runtime pm + use pm_runtime_resume_and_get() iio: gyro: fxa21002c: Balance runtime pm + use pm_runtime_resume_and_get(). misc: alcor_pci: fix null-ptr-deref when there is no PCI bridge misc/libmasm/module: Fix two use after free in ibmasm_init_one tty: serial: fsl_lpuart: fix the potential risk of division or modulo by zero srcu: Fix broken node geometry after early ssp init dmaengine: fsl-qdma: check dma_set_mask return value net: moxa: Use devm_platform_get_and_ioremap_resource() fbmem: Do not delete the mode that is still in use cgroup: verify that source is a string tracing: Do not reference char * as a string in histograms scsi: core: Fix bad pointer dereference when ehandler kthread is invalid KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run() KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabled KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio Revert "media: subdev: disallow ioctl for saa6588/davinci" Linux 5.4.133 smackfs: restrict bytes count in smk_set_cipso() jfs: fix GPF in diFree pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq() media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K media: gspca/sunplus: fix zero-length control requests media: gspca/sq905: fix control-request direction media: zr364xx: fix memory leak in zr364xx_start_readpipe media: dtv5100: fix control-request directions media: subdev: disallow ioctl for saa6588/davinci PCI: aardvark: Implement workaround for the readback value of VEND_ID PCI: aardvark: Fix checking for PIO Non-posted Request PCI: Leave Apple Thunderbolt controllers on for s2idle or standby dm btree remove: assign new_root only when removal succeeds coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer() ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT tracing: Simplify & fix saved_tgids logic rq-qos: fix missed wake-ups in rq_qos_throttle try two seq_buf: Fix overflow in seq_buf_putmem_hex() extcon: intel-mrfld: Sync hardware and software state on init nvmem: core: add a missing of_node_put power: supply: ab8500: Fix an old bug ubifs: Fix races between xattr_{set|get} and listxattr operations thermal/drivers/int340x/processor_thermal: Fix tcc setting ipmi/watchdog: Stop watchdog timer when the current action is 'none' qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute ASoC: tegra: Set driver_name=tegra for all machine drivers MIPS: fix "mipsel-linux-ld: decompress.c:undefined reference to `memmove'" fpga: stratix10-soc: Add missing fpga_mgr_free() call clocksource/arm_arch_timer: Improve Allwinner A64 timer workaround cpu/hotplug: Cure the cpusets trainwreck ata: ahci_sunxi: Disable DIPM mmc: core: Allow UHS-I voltage switch for SDSC cards if supported mmc: core: clear flags before allowing to retune mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode drm/arm/malidp: Always list modifiers drm/msm/mdp4: Fix modifier support enabling drm/tegra: Don't set allow_fb_modifiers explicitly drm/amd/display: Reject non-zero src_y and src_x for video planes pinctrl/amd: Add device HID for new AMD GPIO controller drm/amd/display: fix incorrrect valid irq check drm/rockchip: dsi: remove extra component_del() call drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_create() drm/amdgpu: Update NV SIMD-per-CU to 2 powerpc/barrier: Avoid collision with clang's __lwsync macro powerpc/mm: Fix lockup on kernel exec fault perf bench: Fix 2 memory sanitizer warnings crypto: ccp - Annotate SEV Firmware file names fscrypt: don't ignore minor_hash when hash is 0 MIPS: set mips32r5 for virt extensions MIPS: loongsoon64: Reserve memory below starting pfn to prevent Oops sctp: add size validation when walking chunks sctp: validate from_addr_param return Bluetooth: btusb: fix bt fiwmare downloading failure issue for qca btsoc. Bluetooth: Shutdown controller after workqueues are flushed or cancelled Bluetooth: Fix the HCI to MGMT status conversion table Bluetooth: btusb: Fixed too many in-token issue for Mediatek Chip. RDMA/cma: Fix rdma_resolve_route() memory leak net: ip: avoid OOM kills with large UDP sends over loopback media, bpf: Do not copy more entries than user space requested wireless: wext-spy: Fix out-of-bounds warning sfc: error code if SRIOV cannot be disabled sfc: avoid double pci_remove of VFs iwlwifi: pcie: fix context info freeing iwlwifi: pcie: free IML DMA memory allocation iwlwifi: mvm: don't change band on bound PHY contexts RDMA/rxe: Don't overwrite errno from ib_umem_get() vsock: notify server to shutdown when client has pending signal atm: nicstar: register the interrupt handler in the right place atm: nicstar: use 'dma_free_coherent' instead of 'kfree' MIPS: add PMD table accounting into MIPS'pmd_alloc_one rtl8xxxu: Fix device info for RTL8192EU devices drm/amdkfd: Walk through list with dqm lock hold net: sched: fix error return code in tcf_del_walker() net: fix mistake path for netdev_features_strings mt76: mt7615: fix fixed-rate tx status reporting bpf: Fix up register-based shifts in interpreter to silence KUBSAN cw1200: add missing MODULE_DEVICE_TABLE wl1251: Fix possible buffer overflow in wl1251_cmd_scan wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELP xfrm: Fix error reporting in xfrm_state_construct. drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_check r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC fjes: check return value after calling platform_get_resource() drm/amdkfd: use allowed domain for vmbo validation drm/amd/display: Set DISPCLK_MAX_ERRDET_CYCLES to 7 drm/amd/display: Release MST resources on switch from MST to SST drm/amd/display: Update scaling settings on modeset net: micrel: check return value after calling platform_get_resource() net: mvpp2: check return value after calling platform_get_resource() net: bcmgenet: check return value after calling platform_get_resource() virtio_net: Remove BUG() to avoid machine dead ice: set the value of global config lock timeout longer pinctrl: mcp23s08: fix race condition in irq handler dm space maps: don't reset space map allocation cursor when committing RDMA/cxgb4: Fix missing error code in create_qp() ipv6: use prandom_u32() for ID generation clk: tegra: Ensure that PLLU configuration is applied properly clk: renesas: r8a77995: Add ZA2 clock drm/bridge: cdns: Fix PM reference leak in cdns_dsi_transfer() igb: handle vlan types with checker enabled e100: handle eeprom as little endian udf: Fix NULL pointer dereference in udf_symlink function drm/sched: Avoid data corruptions drm/virtio: Fix double free on probe failure reiserfs: add check for invalid 1st journal block drm/mediatek: Fix PM reference leak in mtk_crtc_ddp_hw_init() net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT atm: nicstar: Fix possible use-after-free in nicstar_cleanup() mISDN: fix possible use-after-free in HFC_cleanup() atm: iphase: fix possible use-after-free in ia_module_exit() hugetlb: clear huge pte during flush function on mips platform drm/amd/display: fix use_max_lb flag for 420 pixel formats net: pch_gbe: Use proper accessors to BE data in pch_ptp_match() drm/vc4: fix argument ordering in vc4_crtc_get_margins() drm/amd/amdgpu/sriov disable all ip hw status by default drm/zte: Don't select DRM_KMS_FB_HELPER drm/mxsfb: Don't select DRM_KMS_FB_HELPER ANDROID: GKI: fix up crc change in ip.h Linux 5.4.132 iommu/dma: Fix compile warning in 32-bit builds scsi: core: Retry I/O for Notify (Enable Spinup) Required error mmc: vub3000: fix control-request direction mmc: block: Disable CMDQ on the ioctl path block: return the correct bvec when checking for gaps scsi: target: cxgbit: Unmap DMA buffer before calling target_execute_cmd() perf llvm: Return -ENOMEM when asprintf() fails selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random mm/z3fold: fix potential memory leak in z3fold_destroy_pool() mm/huge_memory.c: don't discard hugepage if other processes are mapping it vfio/pci: Handle concurrent vma faults arm64: dts: marvell: armada-37xx: Fix reg for standard variant of UART serial: mvebu-uart: correctly calculate minimal possible baudrate serial: mvebu-uart: do not allow changing baudrate when uartclk is not available powerpc: Offline CPU in stop_this_cpu() leds: ktd2692: Fix an error handling path leds: as3645a: Fix error return code in as3645a_parse_node() configfs: fix memleak in configfs_release_bin_file ASoC: atmel-i2s: Fix usage of capture and playback at the same time extcon: max8997: Add missing modalias string extcon: sm5502: Drop invalid register write in sm5502_reg_data phy: ti: dm816x: Fix the error handling path in 'dm816x_usb_phy_probe() phy: uniphier-pcie: Fix updating phy parameters soundwire: stream: Fix test for DP prepare complete scsi: mpt3sas: Fix error return value in _scsih_expander_add() mtd: rawnand: marvell: add missing clk_disable_unprepare() on error in marvell_nfc_resume() of: Fix truncation of memory sizes on 32-bit platforms ASoC: cs42l42: Correct definition of CS42L42_ADC_PDN_MASK iio: prox: isl29501: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: light: vcnl4035: Fix buffer alignment in iio_push_to_buffers_with_timestamp() serial: 8250: Actually allow UPF_MAGIC_MULTIPLIER baud rates staging: mt7621-dts: fix pci address for PCI memory range staging: rtl8712: fix memory leak in rtl871x_load_fw_cb staging: rtl8712: remove redundant check in r871xu_drv_init staging: gdm724x: check for overflow in gdm_lte_netif_rx() staging: gdm724x: check for buffer overflow in gdm_lte_multi_sdu_pkt() iio: magn: rm3100: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() iio: adc: ti-ads8688: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() iio: adc: mxs-lradc: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: adc: hx711: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: adc: at91-sama5d2: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: at91-sama5d2_adc: remove usage of iio_priv_to_dev() helper eeprom: idt_89hpesx: Restore printing the unsupported fwnode name eeprom: idt_89hpesx: Put fwnode in matching case during ->probe() usb: dwc2: Don't reset the core after setting turnaround time usb: gadget: f_fs: Fix setting of device and driver data cross-references ASoC: mediatek: mtk-btcvsd: Fix an error handling path in 'mtk_btcvsd_snd_probe()' iommu/dma: Fix IOVA reserve dma ranges s390: appldata depends on PROC_SYSCTL visorbus: fix error return code in visorchipset_init() fsi/sbefifo: Fix reset timeout fsi/sbefifo: Clean up correct FIFO when receiving reset request from SBE fsi: occ: Don't accept response from un-initialized OCC fsi: scom: Reset the FSI2PIB engine for any error fsi: core: Fix return of error values on failures scsi: FlashPoint: Rename si_flags field leds: lm3692x: Put fwnode in any case during ->probe() leds: lm36274: cosmetic: rename lm36274_data to chip leds: lm3532: select regmap I2C API tty: nozomi: Fix the error handling path of 'nozomi_card_init()' firmware: stratix10-svc: Fix a resource leak in an error handling path char: pcmcia: error out if 'num_bytes_read' is greater than 4 in set_protocol() mtd: partitions: redboot: seek fis-index-block in the right node Input: hil_kbd - fix error return code in hil_dev_connect() ASoC: rsnd: tidyup loop on rsnd_adg_clk_query() backlight: lm3630a_bl: Put fwnode in error case during ->probe() ASoC: hisilicon: fix missing clk_disable_unprepare() on error in hi6210_i2s_startup() ASoC: rk3328: fix missing clk_disable_unprepare() on error in rk3328_platform_probe() iio: potentiostat: lmp91000: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp() iio: light: tcs3472: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: light: tcs3414: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: light: isl29125: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: magn: bmc150: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: magn: hmc5843: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: prox: as3935: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: prox: pulsed-light: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: prox: srf08: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: humidity: am2315: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: gyro: bmg160: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: adc: vf610: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: adc: ti-ads1015: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: accel: stk8ba50: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: accel: stk8312: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: accel: mxc4005: Fix overread of data and alignment issue. iio:accel:mxc4005: Drop unnecessary explicit casts in regmap_bulk_read calls iio: accel: kxcjk-1013: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: accel: hid: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: accel: bma220: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: accel: bma180: Fix buffer alignment in iio_push_to_buffers_with_timestamp() iio: adis16400: do not return ints in irq handlers iio: adis_buffer: do not return ints in irq handlers mwifiex: re-fix for unaligned accesses tty: nozomi: Fix a resource leak in an error handling function rcu: Invoke rcu_spawn_core_kthreads() from rcu_spawn_gp_kthread() staging: fbtft: Rectify GPIO handling MIPS: Fix PKMAP with 32-bit MIPS huge page support RDMA/mlx5: Don't access NULL-cleared mpi pointer net: sched: fix warning in tcindex_alloc_perfect_hash net: lwtunnel: handle MTU calculation in forwading writeback: fix obtain a reference to a freeing memcg css clk: si5341: Update initialization magic clk: si5341: Avoid divide errors due to bogus register contents clk: actions: Fix bisp_factor_table based clocks on Owl S500 SoC clk: actions: Fix SD clocks factor table on Owl S500 SoC clk: actions: Fix UART clock dividers on Owl S500 SoC Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated event Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_valid Revert "be2net: disable bh with spin_lock in be_process_mcc" gve: Fix swapped vars when fetching max queues bpfilter: Specify the log level for the kmsg message e1000e: Check the PCIm state ipv6: fix out-of-bound access in ip6_parse_tlv() ibmvnic: free tx_pool if tso_pool alloc fails Revert "ibmvnic: remove duplicate napi_schedule call in open function" i40e: Fix autoneg disabling for non-10GBaseT links i40e: Fix error handling in i40e_vsi_open bpf: Do not change gso_size during bpf_skb_change_proto() ipv6: exthdrs: do not blindly use init_net net: bcmgenet: Fix attaching to PYH failed on RPi 4B mac80211: remove iwlwifi specific workaround NDPs of null_response ieee802154: hwsim: avoid possible crash in hwsim_del_edge_nl() ieee802154: hwsim: Fix memory leak in hwsim_add_one tc-testing: fix list handling net/ipv4: swap flow ports when validating source vxlan: add missing rcu_read_lock() in neigh_reduce() pkt_sched: sch_qfq: fix qfq_change_class() error path tls: prevent oversized sendfile() hangs by ignoring MSG_MORE net: sched: add barrier to ensure correct ordering for lockless qdisc vrf: do not push non-ND strict packets with a source LLA through packet taps again net: ethernet: ezchip: fix error handling net: ethernet: ezchip: fix UAF in nps_enet_remove net: ethernet: aeroflex: fix UAF in greth_of_remove samples/bpf: Fix the error return code of xdp_redirect's main() RDMA/rxe: Fix qp reference counting for atomic ops netfilter: nft_tproxy: restrict support to TCP and UDP transport protocols netfilter: nft_osf: check for TCP packet before further processing netfilter: nft_exthdr: check for IPv6 packet before further processing RDMA/mlx5: Don't add slave port to unaffiliated list netlabel: Fix memory leak in netlbl_mgmt_add_common ath10k: Fix an error code in ath10k_add_interface() brcmsmac: mac80211_if: Fix a resource leak in an error handling path brcmfmac: correctly report average RSSI in station info brcmfmac: fix setting of station info chains bitmask ssb: Fix error return code in ssb_bus_scan() wcn36xx: Move hal_buf allocation to devm_kmalloc in probe ieee802154: hwsim: Fix possible memory leak in hwsim_subscribe_all_others wireless: carl9170: fix LEDS build errors & warnings ath10k: add missing error return code in ath10k_pci_probe() ath10k: go to path err_unsupported when chip id is not supported tools/bpftool: Fix error return code in do_batch() drm: qxl: ensure surf.data is ininitialized RDMA/rxe: Fix failure during driver load RDMA/core: Sanitize WQ state received from the userspace net/sched: act_vlan: Fix modify to allow 0 ehea: fix error return code in ehea_restart_qps() drm/rockchip: dsi: move all lane config except LCDC mux to bind() drm/rockchip: cdn-dp-core: add missing clk_disable_unprepare() on error in cdn_dp_grf_write() net: ftgmac100: add missing error return code in ftgmac100_probe() clk: meson: g12a: fix gp0 and hifi ranges pinctrl: renesas: r8a77990: JTAG pins do not have pull-down capabilities pinctrl: renesas: r8a7796: Add missing bias for PRESET# pin net: pch_gbe: Propagate error from devm_gpio_request_one() net: mvpp2: Put fwnode in error case during ->probe() video: fbdev: imxfb: Fix an error message xfrm: xfrm_state_mtu should return at least 1280 for ipv6 dax: fix ENOMEM handling in grab_mapping_entry() ocfs2: fix snprintf() checking cpufreq: Make cpufreq_online() call driver->offline() on errors ACPI: bgrt: Fix CFI violation ACPI: Use DEVICE_ATTR_<RW|RO|WO> macros blk-wbt: make sure throttle is enabled properly blk-wbt: introduce a new disable state to prevent false positive by rwb_enabled() extcon: extcon-max8997: Fix IRQ freeing at error path ACPI: sysfs: Fix a buffer overrun problem with description_show() crypto: nx - Fix RCU warning in nx842_OF_upd_status spi: spi-sun6i: Fix chipselect/clock bug sched/uclamp: Fix uclamp_tg_restrict() sched/rt: Fix Deadline utilization tracking during policy change sched/rt: Fix RT utilization tracking during policy change btrfs: clear log tree recovering status if starting transaction fails regulator: hi655x: Fix pass wrong pointer to config.driver_data KVM: nVMX: Ensure 64-bit shift when checking VMFUNC bitmap hwmon: (max31790) Fix fan speed reporting for fan7..12 hwmon: (max31722) Remove non-standard ACPI device IDs media: s5p-g2d: Fix a memory leak on ctx->fh.m2m_ctx arm64/mm: Fix ttbr0 values stored in struct thread_info for software-pan arm64: consistently use reserved_pg_dir mmc: usdhi6rol0: fix error return code in usdhi6_probe() crypto: omap-sham - Fix PM reference leak in omap sham ops crypto: nitrox - fix unchecked variable in nitrox_register_interrupts media: siano: Fix out-of-bounds warnings in smscore_load_firmware_family2() m68k: atari: Fix ATARI_KBD_CORE kconfig unmet dependency warning media: gspca/gl860: fix zero-length control requests media: tc358743: Fix error return code in tc358743_probe_of() media: au0828: fix a NULL vs IS_ERR() check media: exynos4-is: Fix a use after free in isp_video_release pata_ep93xx: fix deferred probing media: rc: i2c: Fix an error message crypto: ccp - Fix a resource leak in an error handling path evm: fix writing <securityfs>/evm overflow pata_octeon_cf: avoid WARN_ON() in ata_host_activate() kbuild: Fix objtool dependency for 'OBJECT_FILES_NON_STANDARD_<obj> := n' kbuild: run the checker after the compiler sched/uclamp: Fix locking around cpu_util_update_eff() sched/uclamp: Fix wrong implementation of cpu.uclamp.min media: I2C: change 'RST' to "RSET" to fix multiple build errors pata_rb532_cf: fix deferred probing sata_highbank: fix deferred probing crypto: ux500 - Fix error return code in hash_hw_final() crypto: ixp4xx - dma_unmap the correct address media: s5p_cec: decrement usage count if disabled writeback, cgroup: increment isw_nr_in_flight before grabbing an inode ia64: mca_drv: fix incorrect array size calculation kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() block: fix discard request merge cifs: fix missing spinlock around update to ses->status HID: wacom: Correct base usage for capacitive ExpressKey status bits ACPI: tables: Add custom DSDT file as makefile prerequisite clocksource: Retry clock read if long delays detected PCI: hv: Add check for hyperv_initialized in init_hv_pci_drv() EDAC/Intel: Do not load EDAC driver when running as a guest nvmet-fc: do not check for invalid target port in nvmet_fc_handle_fcp_rqst() platform/x86: toshiba_acpi: Fix missing error code in toshiba_acpi_setup_keyboard() block: fix race between adding/removing rq qos and normal IO ACPI: resources: Add checks for ACPI IRQ override ACPI: bus: Call kobject_put() in acpi_init() error path ACPICA: Fix memory leak caused by _CID repair function fs: dlm: fix memory leak when fenced random32: Fix implicit truncation warning in prandom_seed_state() fs: dlm: cancel work sync othercon block_dump: remove block_dump feature in mark_inode_dirty() ACPI: EC: Make more Asus laptops use ECDT _GPE lib: vsprintf: Fix handling of number field widths in vsscanf hv_utils: Fix passing zero to 'PTR_ERR' warning ACPI: processor idle: Fix up C-state latency if not ordered EDAC/ti: Add missing MODULE_DEVICE_TABLE HID: do not use down_interruptible() when unbinding devices media: Fix Media Controller API config checks regulator: da9052: Ensure enough delay time for .set_voltage_time_sel regulator: mt6358: Fix vdram2 .vsel_mask KVM: s390: get rid of register asm usage lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage() locking/lockdep: Fix the dep path printing for backwards BFS btrfs: disable build on platforms having page size 256K btrfs: abort transaction if we fail to update the delayed inode btrfs: fix error handling in __btrfs_update_delayed_inode KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processors drivers/perf: fix the missed ida_simple_remove() in ddr_perf_probe() hwmon: (max31790) Fix pwmX_enable attributes hwmon: (max31790) Report correct current pwm duty cycles media: imx-csi: Skip first few frames from a BT.656 source media: siano: fix device register error path media: dvb_net: avoid speculation from net slot crypto: shash - avoid comparing pointers to exported functions under CFI mmc: via-sdmmc: add a check against NULL pointer dereference mmc: sdhci-sprd: use sdhci_sprd_writew memstick: rtsx_usb_ms: fix UAF media: dvd_usb: memory leak in cinergyt2_fe_attach Makefile: fix GDB warning with CONFIG_RELR media: st-hva: Fix potential NULL pointer dereferences media: bt8xx: Fix a missing check bug in bt878_probe media: v4l2-core: Avoid the dangling pointer in v4l2_fh_release media: em28xx: Fix possible memory leak of em28xx struct sched/fair: Fix ascii art by relpacing tabs crypto: qat - remove unused macro in FW loader crypto: qat - check return code of qat_hal_rd_rel_reg() media: imx: imx7_mipi_csis: Fix logging of only error event counters media: pvrusb2: fix warning in pvr2_i2c_core_done media: cobalt: fix race condition in setting HPD media: cpia2: fix memory leak in cpia2_usb_probe media: sti: fix obj-$(config) targets crypto: nx - add missing MODULE_DEVICE_TABLE hwrng: exynos - Fix runtime PM imbalance on error regulator: uniphier: Add missing MODULE_DEVICE_TABLE spi: omap-100k: Fix the length judgment problem spi: spi-topcliff-pch: Fix potential double free in pch_spi_process_messages() spi: spi-loopback-test: Fix 'tx_buf' might be 'rx_buf' media: exynos-gsc: fix pm_runtime_get_sync() usage count media: sti/bdisp: fix pm_runtime_get_sync() usage count media: s5p-jpeg: fix pm_runtime_get_sync() usage count media: mtk-vcodec: fix PM runtime get logic media: sh_vou: fix pm_runtime_get_sync() usage count media: s5p: fix pm_runtime_get_sync() usage count media: mdk-mdp: fix pm_runtime_get_sync() usage count spi: Make of_register_spi_device also set the fwnode fuse: reject internal errno fuse: check connected before queueing on fpq->io fuse: ignore PG_workingset after stealing evm: Refuse EVM_ALLOW_METADATA_WRITES only if an HMAC key is loaded evm: Execute evm_inode_init_security() only when an HMAC key is loaded powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi() seq_buf: Make trace_seq_putmem_hex() support data longer than 8 tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing tracing/histograms: Fix parsing of "sym-offset" modifier rsi: fix AP mode with WPA failure due to encrypted EAPOL rsi: Assign beacon rate settings to the correct rate_info descriptor field ssb: sdio: Don't overwrite const buffer if block_write fails ath9k: Fix kernel NULL pointer dereference during ath_reset_internal() serial_cs: remove wrong GLOBETROTTER.cis entry serial_cs: Add Option International GSM-Ready 56K/ISDN modem serial: sh-sci: Stop dmaengine transfer in sci_stop_tx() serial: mvebu-uart: fix calculation of clock divisor iio: ltr501: ltr501_read_ps(): add missing endianness conversion iio: ltr501: ltr559: fix initialization of LTR501_ALS_CONTR iio: ltr501: mark register holding upper 8 bits of ALS_DATA{0,1} and PS_DATA as volatile, too iio: light: tcs3472: do not free unallocated IRQ rtc: stm32: Fix unbalanced clk_disable_unprepare() on probe error path s390/cio: dont call css_wait_for_slow_path() inside a lock KVM: PPC: Book3S HV: Workaround high stack usage with clang perf/smmuv3: Don't trample existing events with global filter SUNRPC: Should wake up the privileged task firstly. SUNRPC: Fix the batch tasks count wraparound. mac80211: remove iwlwifi specific workaround that broke sta NDP tx can: peak_pciefd: pucan_handle_status(): fix a potential starvation issue in TX path can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RCU is done can: gw: synchronize rcu operations before removing gw job entry can: bcm: delay release of struct bcm_op after synchronize_rcu() ext4: use ext4_grp_locked_error in mb_find_extent ext4: fix avefreec in find_group_orlov ext4: remove check for zero nr_to_scan in ext4_es_scan() ext4: correct the cache_nr in tracepoint ext4_es_shrink_exit ext4: return error code when ext4_fill_flex_info() fails ext4: fix kernel infoleak via ext4_extent_header ext4: cleanup in-core orphan list if ext4_truncate() failed to get a transaction handle btrfs: clear defrag status of a root if starting transaction fails btrfs: send: fix invalid path for unlink operations after parent orphanization ARM: dts: at91: sama5d4: fix pinctrl muxing arm_pmu: Fix write counter incorrect in ARMv7 big-endian mode Input: joydev - prevent use of not validated data in JSIOCSBTNMAP ioctl iov_iter_fault_in_readable() should do nothing in xarray case copy_page_to_iter(): fix ITER_DISCARD case ntfs: fix validity check for file name attribute xhci: solve a double free problem while doing s4 usb: typec: Add the missed altmode_id_remove() in typec_register_altmode() usb: dwc3: Fix debugfs creation flow USB: cdc-acm: blacklist Heimann USB Appset device usb: gadget: eem: fix echo command packet response issue net: can: ems_usb: fix use-after-free in ems_usb_disconnect() Input: usbtouchscreen - fix control-request directions media: dvb-usb: fix wrong definition ALSA: hda/realtek: Apply LED fixup for HP Dragonfly G1, too ALSA: hda/realtek: Fix bass speaker DAC mapping for Asus UM431D ALSA: hda/realtek: Improve fixup for HP Spectre x360 15-df0xxx ALSA: hda/realtek: Add another ALC236 variant support ALSA: intel8x0: Fix breakage at ac97 clock measurement ALSA: usb-audio: scarlett2: Fix wrong resume call ALSA: usb-audio: Fix OOB access at proc output ALSA: usb-audio: fix rate on Ozone Z90 USB headset Linux 5.4.131 xen/events: reset active flag for lateeoi events later KVM: SVM: Call SEV Guest Decommission if ASID binding fails s390/stack: fix possible register corruption with stack switch helper KVM: SVM: Periodically schedule when unregistering regions on destroy Linux 5.4.130 RDMA/mlx5: Block FDB rules when not in switchdev mode gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP drm/nouveau: fix dma_address check for CPU/GPU sync scsi: sr: Return appropriate error code when disk is ejected x86/efi: remove unused variables Linux 5.4.129 certs: Move load_system_certificate_list to a common function certs: Add EFI_CERT_X509_GUID support for dbx entries x86/efi: move common keyring handler functions to new file certs: Add wrapper function to check blacklisted binary hash mm, futex: fix shared futex pgoff on shmem huge page mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk() mm/thp: fix page_vma_mapped_walk() if THP mapped by ptes mm: page_vma_mapped_walk(): get vma_address_end() earlier mm: page_vma_mapped_walk(): use goto instead of while (1) mm: page_vma_mapped_walk(): add a level of indentation mm: page_vma_mapped_walk(): crossing page table boundary mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION block mm: page_vma_mapped_walk(): use pmde for *pvmw->pmd mm: page_vma_mapped_walk(): settle PageHuge on entry mm: page_vma_mapped_walk(): use page for pvmw->page mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page() mm/thp: fix page_address_in_vma() on file THP tails mm/thp: fix vma_address() if virtual address below file offset mm/thp: try_to_unmap() use TTU_SYNC for safe splitting mm/thp: make is_huge_zero_pmd() safe and quicker mm/thp: fix __split_huge_pmd_locked() on shmem migration entry mm, thp: use head page in __migration_entry_wait() mm/rmap: use page_not_mapped in try_to_unmap() mm/rmap: remove unneeded semicolon in page_not_mapped() mm: add VM_WARN_ON_ONCE_PAGE() macro kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync() kthread_worker: split code for canceling the delayed work timer i2c: robotfuzz-osif: fix control-request directions KVM: do not allow mapping valid but non-reference-counted pages nilfs2: fix memory leak in nilfs_sysfs_delete_device_group pinctrl: stm32: fix the reported number of GPIO lines per bank net: ll_temac: Avoid ndo_start_xmit returning NETDEV_TX_BUSY net: ll_temac: Add memory-barriers for TX BD access PCI: Add AMD RS690 quirk to enable 64-bit DMA recordmcount: Correct st_shndx handling net: qed: Fix memcpy() overflow of qed_dcbx_params() KVM: selftests: Fix kvm_check_cap() assertion r8169: Avoid memcpy() over-reading of ETH_SS_STATS sh_eth: Avoid memcpy() over-reading of ETH_SS_STATS r8152: Avoid memcpy() over-reading of ETH_SS_STATS net/packet: annotate accesses to po->ifindex net/packet: annotate accesses to po->bind net: caif: fix memory leak in ldisc_open net: phy: dp83867: perform soft reset and retain established link inet: annotate date races around sk->sk_txhash ping: Check return value of function 'ping_queue_rcv_skb' net: ethtool: clear heap allocations for ethtool function mac80211: drop multicast fragments net: ipv4: Remove unneed BUG() function dmaengine: mediatek: use GFP_NOWAIT instead of GFP_ATOMIC in prep_dma dmaengine: mediatek: do not issue a new desc if one is still current dmaengine: mediatek: free the proper desc in desc_free handler dmaengine: rcar-dmac: Fix PM reference leak in rcar_dmac_probe() cfg80211: call cfg80211_leave_ocb when switching away from OCB mac80211_hwsim: drop pending frames on stop mac80211: remove warning in ieee80211_get_sband() dmaengine: zynqmp_dma: Fix PM reference leak in zynqmp_dma_alloc_chan_resourc() Revert "PCI: PM: Do not read power state in pci_enable_device_flags()" spi: spi-nxp-fspi: move the register operation after the clock enable MIPS: generic: Update node names to avoid unit addresses arm64: link with -z norelro for LLD or aarch64-elf kbuild: add CONFIG_LD_IS_LLD mmc: meson-gx: use memcpy_to/fromio for dram-access-quirk ARM: 9081/1: fix gcc-10 thumb2-kernel regression drm/radeon: wait for moving fence after pinning drm/nouveau: wait for moving fence after pinning v2 Revert "drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell." Revert "drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue." module: limit enabling module.sig_enforce Revert "clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940" Linux 5.4.128 usb: dwc3: core: fix kernel panic when do reboot usb: dwc3: debugfs: Add and remove endpoint dirs dynamically clocksource/drivers/timer-ti-dm: Handle dra7 timer wrap errata i940 clocksource/drivers/timer-ti-dm: Prepare to handle dra7 timer wrap issue clocksource/drivers/timer-ti-dm: Add clockevent and clocksource support ARM: OMAP: replace setup_irq() by request_irq() KVM: arm/arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST read tools headers UAPI: Sync linux/in.h copy with the kernel sources net: fec_ptp: add clock rate zero check net: stmmac: disable clocks in stmmac_remove_config_dt() mm/slub.c: include swab.h mm/slub: fix redzoning for small allocations mm/slub: clarify verification reporting net: bridge: fix vlan tunnel dst refcnt when egressing net: bridge: fix vlan tunnel dst null pointer dereference net: ll_temac: Fix TX BD buffer overwrite net: ll_temac: Make sure to free skb when it is completely used drm/amdgpu/gfx9: fix the doorbell missing when in CGPG issue. drm/amdgpu/gfx10: enlarge CP_MEC_DOORBELL_RANGE_UPPER to cover full doorbell. cfg80211: avoid double free of PMSR request cfg80211: make certificate generation more robust dmaengine: pl330: fix wrong usage of spinlock flags in dma_cyclc x86/fpu: Reset state for all signal restore failures x86/pkru: Write hardware init value to PKRU when xstate is init x86/process: Check PF_KTHREAD and not current->mm for kernel threads ARCv2: save ABI registers across signal handling KVM: x86: Immediately reset the MMU context when the SMM flag is cleared PCI: Work around Huawei Intelligent NIC VF FLR erratum PCI: Add ACS quirk for Broadcom BCM57414 NIC PCI: aardvark: Fix kernel panic during PIO transfer PCI: aardvark: Don't rely on jiffies while holding spinlock PCI: Mark some NVIDIA GPUs to avoid bus reset PCI: Mark TI C667X to avoid bus reset tracing: Do no increment trace_clock_global() by one tracing: Do not stop recording comms if the trace file is being read tracing: Do not stop recording cmdlines when tracing is off usb: core: hub: Disable autosuspend for Cypress CY7C65632 can: mcba_usb: fix memory leak in mcba_usb can: j1939: fix Use-after-Free, hold skb ref while in use can: bcm/raw/isotp: use per module netdevice notifier can: bcm: fix infoleak in struct bcm_msg_head hwmon: (scpi-hwmon) shows the negative temperature properly radeon: use memcpy_to/fromio for UVD fw upload pinctrl: ralink: rt2880: avoid to error in calls is pin is already enabled spi: stm32-qspi: Always wait BUSY bit to be cleared in stm32_qspi_wait_cmd() ASoC: rt5659: Fix the lost powers for the HDA header regulator: bd70528: Fix off-by-one for buck123 .n_voltages setting net: ethernet: fix potential use-after-free in ec_bhf_remove icmp: don't send out ICMP messages with a source address of 0.0.0.0 bnxt_en: Call bnxt_ethtool_free() in bnxt_init_one() error path bnxt_en: Rediscover PHY capabilities after firmware reset cxgb4: fix wrong shift. net: cdc_eem: fix tx fixup skb leak net: hamradio: fix memory leak in mkiss_close be2net: Fix an error handling path in 'be_probe()' net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sock net: ipv4: fix memory leak in ip_mc_add1_src net: fec_ptp: fix issue caused by refactor the fec_devtype net: usb: fix possible use-after-free in smsc75xx_bind lantiq: net: fix duplicated skb in rx descriptor ring net: cdc_ncm: switch to eth%d interface naming ptp: improve max_adj check against unreasonable values net: qrtr: fix OOB Read in qrtr_endpoint_post netxen_nic: Fix an error handling path in 'netxen_nic_probe()' qlcnic: Fix an error handling path in 'qlcnic_probe()' net: make get_net_ns return error if NET_NS is disabled net: stmmac: dwmac1000: Fix extended MAC address registers definition alx: Fix an error handling path in 'alx_probe()' sch_cake: Fix out of bounds when parsing TCP options and header netfilter: synproxy: Fix out of bounds when parsing TCP options net/mlx5e: Block offload of outer header csum for UDP tunnels net/mlx5e: allow TSO on VXLAN over VLAN topologies net/mlx5: Consider RoCE cap before init RDMA resources net/mlx5e: Fix page reclaim for dead peer hairpin net/mlx5e: Remove dependency in IPsec initialization flows net/sched: act_ct: handle DNAT tuple collision rtnetlink: Fix regression in bridge VLAN configuration udp: fix race between close() and udp_abort() net: lantiq: disable interrupt before sheduling NAPI net: rds: fix memory leak in rds_recvmsg vrf: fix maximum MTU net: ipv4: fix memory leak in netlbl_cipsov4_add_std batman-adv: Avoid WARN_ON timing related checks kvm: LAPIC: Restore guard to prevent illegal APIC register access mm/memory-failure: make sure wait for page writeback in memory_failure afs: Fix an IS_ERR() vs NULL check dmaengine: stedma40: add missing iounmap() on error in d40_probe() dmaengine: QCOM_HIDMA_MGMT depends on HAS_IOMEM dmaengine: ALTERA_MSGDMA depends on HAS_IOMEM Linux 5.4.127 fib: Return the correct errno code net: Return the correct errno code net/x25: Return the correct errno code rtnetlink: Fix missing error code in rtnl_bridge_notify() drm/amd/display: Allow bandwidth validation for 0 streams. net: ipconfig: Don't override command-line hostnames or domains nvme-loop: check for NVME_LOOP_Q_LIVE in nvme_loop_destroy_admin_queue() nvme-loop: clear NVME_LOOP_Q_LIVE when nvme_loop_configure_admin_queue() fails nvme-loop: reset queue count to 1 in nvme_loop_destroy_io_queues() scsi: scsi_devinfo: Add blacklist entry for HPE OPEN-V scsi: qedf: Do not put host in qedf_vport_create() unconditionally ethernet: myri10ge: Fix missing error code in myri10ge_probe() scsi: target: core: Fix warning on realtime kernels gfs2: Fix use-after-free in gfs2_glock_shrink_scan riscv: Use -mno-relax when using lld linker HID: gt683r: add missing MODULE_DEVICE_TABLE gfs2: Prevent direct-I/O write fallback errors from getting lost ARM: OMAP2+: Fix build warning when mmc_omap is not built drm/tegra: sor: Do not leak runtime PM reference HID: usbhid: fix info leak in hid_submit_ctrl HID: Add BUS_VIRTUAL to hid_connect logging HID: multitouch: set Stylus suffix for Stylus-application devices, too HID: quirks: Add quirk for Lenovo optical mouse HID: hid-sensor-hub: Return error for hid_set_field() failure HID: hid-input: add mapping for emoji picker key HID: quirks: Set INCREMENT_USAGE_ON_DUPLICATE for Saitek X65 net: ieee802154: fix null deref in parse dev addr Revert "RDMA/ipoib: Fix warning caused by destroying non-initial netns" Linux 5.4.126 proc: only require mm_struct for writing tracing: Correct the length check which causes memory corruption ftrace: Do not blindly read the ip address in ftrace_bug() scsi: core: Only put parent device if host state differs from SHOST_CREATED scsi: core: Put .shost_dev in failure path if host state changes to RUNNING scsi: core: Fix failure handling of scsi_add_host_with_dma() scsi: core: Fix error handling of scsi_host_alloc() NFSv4: nfs4_proc_set_acl needs to restore NFS_CAP_UIDGID_NOMAP on error. NFSv4: Fix second deadlock in nfs4_evict_inode() NFS: Fix use-after-free in nfs4_init_client() kvm: fix previous commit for 32-bit builds perf session: Correct buffer copying when peeking events NFSv4: Fix deadlock between nfs4_evict_inode() and nfs4_opendata_get_inode() NFS: Fix a potential NULL dereference in nfs_get_client() IB/mlx5: Fix initializing CQ fragments buffer KVM: x86: Ensure liveliness of nested VM-Enter fail tracepoint message sched/fair: Make sure to update tg contrib for blocked load perf: Fix data race between pin_count increment/decrement vmlinux.lds.h: Avoid orphan section with !SMP RDMA/mlx4: Do not map the core_clock page to user space unless enabled RDMA/ipoib: Fix warning caused by destroying non-initial netns usb: typec: mux: Fix copy-paste mistake in typec_mux_match regulator: max77620: Use device_set_of_node_from_dev() regulator: core: resolve supply for boot-on/always-on regulators usb: fix various gadget panics on 10gbps cabling usb: fix various gadgets null ptr deref on 10gbps cabling. usb: gadget: eem: fix wrong eem header operation USB: serial: cp210x: fix alternate function for CP2102N QFN20 USB: serial: quatech2: fix control-request directions USB: serial: omninet: add device id for Zyxel Omni 56K Plus USB: serial: ftdi_sio: add NovaTech OrionMX product ID usb: gadget: f_fs: Ensure io_completion_wq is idle during unbind usb: typec: ucsi: Clear PPM capability data in ucsi_init() error path usb: typec: wcove: Use LE to CPU conversion when accessing msg->header usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling usb: dwc3: ep0: fix NULL pointer exception usb: pd: Set PD_T_SINK_WAIT_CAP to 310ms usb: f_ncm: only first packet of aggregate needs to start timer USB: f_ncm: ncm_bitrate (speed) is unsigned cgroup1: don't allow '\n' in renaming btrfs: promote debugging asserts to full-fledged checks in validate_super btrfs: return value from btrfs_mark_extent_written() in case of error staging: rtl8723bs: Fix uninitialized variables kvm: avoid speculation-based attacks from out-of-range memslot accesses drm: Lock pointer access in drm_master_release() drm: Fix use-after-free read in drm_getunique() spi: bcm2835: Fix out-of-bounds access with more than 4 slaves x86/boot: Add .text.* to setup.ld i2c: mpc: implement erratum A-004447 workaround i2c: mpc: Make use of i2c_recover_bus() spi: Cleanup on failure of initial setup spi: Don't have controller clean up spi device before driver unbind powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME bnx2x: Fix missing error code in bnx2x_iov_init_one() dm verity: fix require_signatures module_param permissions MIPS: Fix kernel hang under FUNCTION_GRAPH_TRACER and PREEMPT_TRACER nvme-fabrics: decode host pathing error for connect net: dsa: microchip: enable phy errata workaround on 9567 net: appletalk: cops: Fix data race in cops_probe1 net: macb: ensure the device is available before accessing GEMGXL control registers scsi: target: qla2xxx: Wait for stop_phase1 at WWN removal scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irq scsi: vmw_pvscsi: Set correct residual data length scsi: bnx2fc: Return failure if io_req is already in ABTS processing RDS tcp loopback connection can hang net/qla3xxx: fix schedule while atomic in ql_sem_spinlock wq: handle VM suspension in stall detection cgroup: disable controllers at parse time net: mdiobus: get rid of a BUG_ON() netlink: disable IRQs for netlink_lock_table() bonding: init notify_work earlier to avoid uninitialized use isdn: mISDN: netjet: Fix crash in nj_probe: spi: sprd: Add missing MODULE_DEVICE_TABLE ASoC: sti-sas: add missing MODULE_DEVICE_TABLE vfio-ccw: Serialize FSM IDLE state with I/O completion ASoC: Intel: bytcr_rt5640: Add quirk for the Lenovo Miix 3-830 tablet ASoC: Intel: bytcr_rt5640: Add quirk for the Glavey TM800A550L tablet usb: cdns3: Fix runtime PM imbalance on error net/nfc/rawsock.c: fix a permission check bug spi: Fix spi device unregister flow ASoC: max98088: fix ni clock divider calculation proc: Track /proc/$pid/attr/ opener mm_struct ANDROID: GKI: update .xml file ANDROID: restore abi breakage in usbnet.h Linux 5.4.125 neighbour: allow NUD_NOARP entries to be forced GCed i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops xen-pciback: redo VF placement in the virtual topology lib/lz4: explicitly support in-place decompression x86/kvm: Disable all PV features on crash x86/kvm: Disable kvmclock on all CPUs on shutdown x86/kvm: Teardown PV features on boot CPU as well KVM: arm64: Fix debug register indexing KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit mode btrfs: fix unmountable seed device after fstrim mm/filemap: fix storing to a THP shadow entry XArray: add xas_split XArray: add xa_get_order mm: add thp_order bnxt_en: Remove the setting of dev_port. mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPY btrfs: fixup error handling in fixup_inode_link_counts btrfs: return errors from btrfs_del_csums in cleanup_ref_head btrfs: fix error handling in btrfs_del_csums btrfs: mark ordered extent and inode with error if we fail to finish x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing drm/amdgpu: make sure we unpin the UVD BO drm/amdgpu: Don't query CE and UE errors nfc: fix NULL ptr dereference in llcp_sock_getname() after failed connect ocfs2: fix data corruption by fallocate pid: take a reference when initializing `cad_pid` usb: dwc2: Fix build in periphal-only mode ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failed ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators ARM: dts: imx6dl-yapp4: Fix RGMII connection to QCA8334 switch ALSA: hda: Fix for mute key LED for HP Pavilion 15-CK0xx ALSA: timer: Fix master timer notification HID: multitouch: require Finger field to mark Win8 reports as MT HID: magicmouse: fix NULL-deref on disconnect HID: i2c-hid: Skip ELAN power-on command after reset net: caif: fix memory leak in cfusbl_device_notify net: caif: fix memory leak in caif_device_notify net: caif: add proper error handling net: caif: added cfserl_release function Bluetooth: use correct lock to prevent UAF of hdev object Bluetooth: fix the erroneous flush_work() order tipc: fix unique bearer names sanity check tipc: add extack messages for bearer/media failure bus: ti-sysc: Fix flakey idling of uarts and stop using swsup_sidle_act ARM: dts: imx: emcon-avari: Fix nxp,pca8574 #gpio-cells ARM: dts: imx7d-pico: Fix the 'tuning-step' property ARM: dts: imx7d-meerkat96: Fix the 'tuning-step' property arm64: dts: zii-ultra: fix 12V_MAIN voltage arm64: dts: ls1028a: fix memory node i40e: add correct exception tracing for XDP i40e: optimize for XDP_REDIRECT in xsk path i2c: qcom-geni: Add shutdown callback for i2c ice: Allow all LLDP packets from PF to Tx ice: Fix VFR issues for AVF drivers that expect ATQLEN cleared ice: write register with correct offset ipv6: Fix KASAN: slab-out-of-bounds Read in fib6_nh_flush_exceptions ixgbevf: add correct exception tracing for XDP ieee802154: fix error return code in ieee802154_llsec_getparams() ieee802154: fix error return code in ieee802154_add_iface() netfilter: nfnetlink_cthelper: hit EBUSY on updates if size mismatches netfilter: nft_ct: skip expectations for confirmed conntrack ACPICA: Clean up context mutex during object deletion net/sched: act_ct: Fix ct template allocation for zone 0 HID: i2c-hid: fix format string mismatch HID: pidff: fix error return code in hid_pidff_init() ipvs: ignore IP_VS_SVC_F_HASHED flag when adding service vfio/platform: fix module_put call in error flow samples: vfio-mdev: fix error handing in mdpy_fb_probe() vfio/pci: zap_vma_ptes() needs MMU vfio/pci: Fix error return code in vfio_ecap_init() efi: cper: fix snprintf() use in cper_dimm_err_location() efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared netfilter: conntrack: unregister ipv4 sockopts on error unwind hwmon: (dell-smm-hwmon) Fix index values nl80211: validate key indexes for cfg80211_registered_device ALSA: usb: update old-style static const declaration net: usb: cdc_ncm: don't spew notifications btrfs: tree-checker: do not error out if extent ref hash doesn't match ANDROID: GKI: Preserve abi change in ieee80211_data_to_8023_exthdr() Linux 5.4.124 usb: core: reduce power-on-good delay time of root hub neighbour: Prevent Race condition in neighbour subsytem net: hso: bail out on interrupt URB allocation failure Revert "Revert "ALSA: usx2y: Fix potential NULL pointer dereference"" net: hns3: check the return of skb_checksum_help() drivers/net/ethernet: clean up unused assignments i915: fix build warning in intel_dp_get_link_status() drm/i915/display: fix compiler warning about array overrun MIPS: ralink: export rt_sysc_membase for rt2880_wdt.c MIPS: alchemy: xxs1500: add gpio-au1000.h header file sch_dsmark: fix a NULL deref in qdisc_reset() net: ethernet: mtk_eth_soc: Fix packet statistics support for MT7628/88 ALSA: usb-audio: scarlett2: snd_scarlett_gen2_controls_create() can be static ipv6: record frag_max_size in atomic fragments in input path net: lantiq: fix memory corruption in RX ring scsi: libsas: Use _safe() loop in sas_resume_port() ixgbe: fix large MTU request from VF bpf: Set mac_len in bpf_skb_change_head ASoC: cs35l33: fix an error code in probe() staging: emxx_udc: fix loop in _nbu2ss_nuke() cxgb4: avoid accessing registers when clearing filters gve: Correct SKB queue index validation. gve: Upgrade memory barrier in poll routine gve: Add NULL pointer checks when freeing irqs. gve: Update mgmt_msix_idx if num_ntfy changes gve: Check TX QPL was actually assigned mld: fix panic in mld_newpack() bnxt_en: Include new P5 HV definition in VF check. net: bnx2: Fix error return code in bnx2_init_board() net: hso: check for allocation failure in hso_create_bulk_serial_device() net: sched: fix tx action reschedule issue with stopped queue net: sched: fix tx action rescheduling issue during deactivation net: sched: fix packet stuck problem for lockless qdisc tls splice: check SPLICE_F_NONBLOCK instead of MSG_DONTWAIT openvswitch: meter: fix race when getting now_ms. net: mdio: octeon: Fix some double free issues net: mdio: thunder: Fix a double free issue in the .remove function net: fec: fix the potential memory leak in fec_enet_init() net: really orphan skbs tied to closing sk vfio-ccw: Check initialized flag in cp_init() ASoC: cs42l42: Regmap must use_single_read/write net: dsa: fix error code getting shifted with 4 in dsa_slave_get_sset_count net: netcp: Fix an error message drm/amd/amdgpu: fix a potential deadlock in gpu reset drm/amdgpu: Fix a use-after-free drm/amd/amdgpu: fix refcount leak drm/amd/display: Disconnect non-DP with no EDID SMB3: incorrect file id in requests compounded with open platform/x86: touchscreen_dmi: Add info for the Mediacom Winpad 7.0 W700 tablet platform/x86: intel_punit_ipc: Append MODULE_DEVICE_TABLE for ACPI platform/x86: hp-wireless: add AMD's hardware id to the supported list btrfs: do not BUG_ON in link_to_fixup_dir openrisc: Define memory barrier mb scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic btrfs: return whole extents in fiemap brcmfmac: properly check for bus register errors Revert "brcmfmac: add a check for the status of usb_register" net: liquidio: Add missing null pointer checks Revert "net: liquidio: fix a NULL pointer dereference" media: gspca: properly check for errors in po1030_probe() Revert "media: gspca: Check the return value of write_bridge for timeout" media: gspca: mt9m111: Check write_bridge for timeout Revert "media: gspca: mt9m111: Check write_bridge for timeout" media: dvb: Add check on sp8870_readreg return Revert "media: dvb: Add check on sp8870_readreg" ASoC: cs43130: handle errors in cs43130_probe() properly Revert "ASoC: cs43130: fix a NULL pointer dereference" libertas: register sysfs groups properly Revert "libertas: add checks for the return value of sysfs_create_group" dmaengine: qcom_hidma: comment platform_driver_register call Revert "dmaengine: qcom_hidma: Check for driver register failure" isdn: mISDN: correctly handle ph_info allocation failure in hfcsusb_ph_info Revert "isdn: mISDN: Fix potential NULL pointer dereference of kzalloc" ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd() Revert "ath6kl: return error code in ath6kl_wmi_set_roam_lrssi_cmd()" isdn: mISDNinfineon: check/cleanup ioremap failure correctly in setup_io Revert "isdn: mISDNinfineon: fix potential NULL pointer dereference" Revert "ALSA: usx2y: Fix potential NULL pointer dereference" Revert "ALSA: gus: add a check of the status of snd_ctl_add" char: hpet: add checks after calling ioremap Revert "char: hpet: fix a missing check of ioremap" net: caif: remove BUG_ON(dev == NULL) in caif_xmit Revert "net/smc: fix a NULL pointer dereference" net: fujitsu: fix potential null-ptr-deref Revert "net: fujitsu: fix a potential NULL pointer dereference" serial: max310x: unregister uart driver in case of failure and abort Revert "serial: max310x: pass return value of spi_register_driver" Revert "ALSA: sb: fix a missing check of snd_ctl_add" Revert "media: usb: gspca: add a missed check for goto_low_power" gpio: cadence: Add missing MODULE_DEVICE_TABLE platform/x86: hp_accel: Avoid invoking _INI to speed up resume perf jevents: Fix getting maximum number of fds i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E i2c: i801: Don't generate an interrupt on bus reset i2c: s3c2410: fix possible NULL pointer deref on read message after write net: dsa: sja1105: error out on unsupported PHY mode net: dsa: fix a crash if ->get_sset_count() fails net: dsa: mt7530: fix VLAN traffic leaks spi: spi-fsl-dspi: Fix a resource leak in an error handling path tipc: skb_linearize the head skb when reassembling msgs tipc: wait and exit until all work queues are done Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv" net/mlx4: Fix EEPROM dump support net/mlx5e: Fix nullptr in add_vlan_push_action() net/mlx5e: Fix multipath lag activation drm/meson: fix shutdown crash when component not probed NFSv4: Fix v4.0/v4.1 SEEK_DATA return -ENOTSUPP when set NFS_V4_2 config NFS: Don't corrupt the value of pg_bytes_written in nfs_do_recoalesce() NFS: Fix an Oopsable condition in __nfs_pageio_add_request() NFS: fix an incorrect limit in filelayout_decode_layout() fs/nfs: Use fatal_signal_pending instead of signal_pending Bluetooth: cmtp: fix file refcount when cmtp_attach_device fails spi: spi-geni-qcom: Fix use-after-free on unbind net: usb: fix memory leak in smsc75xx_bind usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen() usb: dwc3: gadget: Properly track pending and queued SG thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALID USB: serial: pl2303: add device id for ADLINK ND-6530 GC USB: serial: ftdi_sio: add IDs for IDS GmbH Products USB: serial: option: add Telit LE910-S1 compositions 0x7010, 0x7011 USB: serial: ti_usb_3410_5052: add startech.com device id serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait' serial: sh-sci: Fix off-by-one error in FIFO threshold register setting serial: tegra: Fix a mask operation that is always true USB: usbfs: Don't WARN about excessively large memory allocations USB: trancevibrator: fix control-request direction serial: 8250_pci: handle FL_NOIRQ board flag serial: 8250_pci: Add support for new HPE serial device iio: adc: ad7793: Add missing error code in ad7793_setup() iio: adc: ad7124: Fix potential overflow due to non sequential channel numbers iio: adc: ad7124: Fix missbalanced regulator enable / disable on error. iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_timestamp() iio: gyro: fxas21002c: balance runtime power in error path staging: iio: cdc: ad7746: avoid overwrite of num_channels mei: request autosuspend after sending rx flow control thunderbolt: dma_port: Fix NVM read buffer bounds and offset issue misc/uss720: fix memory leak in uss720_probe serial: core: fix suspicious security_locked_down() call Documentation: seccomp: Fix user notification documentation kgdb: fix gcc-11 warnings harder selftests/gpio: Fix build when source tree is read only selftests/gpio: Move include of lib.mk up selftests/gpio: Use TEST_GEN_PROGS_EXTENDED drm/amdgpu/vcn2.5: add cancel_delayed_work_sync before power gate drm/amdgpu/vcn2.0: add cancel_delayed_work_sync before power gate drm/amdgpu/vcn1: add cancel_delayed_work_sync before power gate dm snapshot: properly fix a crash when an origin has no snapshots ath10k: Validate first subframe of A-MSDU before processing the list ath10k: Fix TKIP Michael MIC verification for PCIe ath10k: drop MPDU which has discard flag set by firmware for SDIO ath10k: drop fragments with multicast DA for SDIO ath10k: drop fragments with multicast DA for PCIe ath10k: add CCMP PN replay protection for fragmented frames for PCIe mac80211: extend protection against mixed key and fragment cache attacks mac80211: do not accept/forward invalid EAPOL frames mac80211: prevent attacks on TKIP/WEP as well mac80211: check defrag PN against current frame mac80211: add fragment cache to sta_info mac80211: drop A-MSDUs on old ciphers cfg80211: mitigate A-MSDU aggregation attacks mac80211: properly handle A-MSDUs that start with an RFC 1042 header mac80211: prevent mixed key and fragment cache attacks mac80211: assure all fragments are encrypted net: hso: fix control-request directions proc: Check /proc/$pid/attr/ writes against file opener perf scripts python: exported-sql-viewer.py: Fix warning display perf scripts python: exported-sql-viewer.py: Fix Array TypeError perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top Calls by elapsed Time report perf intel-pt: Fix transaction abort handling perf intel-pt: Fix sample instruction bytes iommu/vt-d: Fix sysfs leak in alloc_iommu() NFSv4: Fix a NULL pointer dereference in pnfs_mark_matching_lsegs_return() cifs: set server->cipher_type to AES-128-CCM for SMB3.0 ALSA: usb-audio: scarlett2: Improve driver startup messages ALSA: usb-audio: scarlett2: Fix device hang with ehci-pci ALSA: hda/realtek: Headphone volume is controlled by Front mixer ANDROID: GKI: update .xml file due to merge with `android11-5.4` Linux 5.4.123 NFC: nci: fix memory leak in nci_allocate_device perf unwind: Set userdata for all __report_module() paths perf unwind: Fix separate debug info files when using elfutils' libdw's unwinder usb: dwc3: gadget: Enable suspend events bpf: No need to simulate speculative domain for immediates bpf: Fix mask direction swap upon off reg sign change bpf: Wrap aux data inside bpf_sanitize_info container ANDROID: GKI: add thermal_zone_get_slope() to the .xml file Linux 5.4.122 Bluetooth: SMP: Fail if remote and local public keys are identical video: hgafb: correctly handle card detect failure during probe nvmet: use new ana_log_size instead the old one Bluetooth: L2CAP: Fix handling LE modes by L2CAP_OPTIONS ext4: fix error handling in ext4_end_enable_verity() nvme-multipath: fix double initialization of ANA state tty: vt: always invoke vc->vc_sw->con_resize callback vt: Fix character height handling with VT_RESIZEX vgacon: Record video mode changes with VT_RESIZEX video: hgafb: fix potential NULL pointer dereference qlcnic: Add null check after calling netdev_alloc_skb leds: lp5523: check return value of lp5xx_read and jump to cleanup code ics932s401: fix broken handling of errors when word reading fails net: rtlwifi: properly check for alloc_workqueue() failure scsi: ufs: handle cleanup correctly on devm_reset_control_get error net: stmicro: handle clk_prepare() failure during init ethernet: sun: niu: fix missing checks of niu_pci_eeprom_read() Revert "niu: fix missing checks of niu_pci_eeprom_read" Revert "qlcnic: Avoid potential NULL pointer dereference" Revert "rtlwifi: fix a potential NULL pointer dereference" Revert "media: rcar_drif: fix a memory disclosure" cdrom: gdrom: initialize global variable at init time cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdrom Revert "gdrom: fix a memory leak bug" Revert "scsi: ufs: fix a missing check of devm_reset_control_get" Revert "ecryptfs: replace BUG_ON with error handling code" Revert "video: imsttfb: fix potential NULL pointer dereferences" Revert "hwmon: (lm80) fix a missing check of bus read in lm80 probe" Revert "leds: lp5523: fix a missing check of return value of lp55xx_read" Revert "net: stmicro: fix a missing check of clk_prepare" Revert "video: hgafb: fix potential NULL pointer dereference" dm snapshot: fix crash with transient storage and zero chunk size xen-pciback: reconfigure also from backend watch handler mmc: sdhci-pci-gli: increase 1.8V regulator wait drm/amdgpu: update sdma golden setting for Navi12 drm/amdgpu: update gc golden setting for Navi12 drm/amdgpu: disable 3DCGCG on picasso/raven1 to avoid compute hang Revert "serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference" rapidio: handle create_workqueue() failure Revert "rapidio: fix a NULL pointer dereference when create_workqueue() fails" uio_hv_generic: Fix a memory leak in error handling paths ALSA: hda/realtek: Add fixup for HP Spectre x360 15-df0xxx ALSA: hda/realtek: Add fixup for HP OMEN laptop ALSA: hda/realtek: Fix silent headphone output on ASUS UX430UA ALSA: hda/realtek: Add some CLOVE SSIDs of ALC293 ALSA: hda/realtek: reset eapd coeff to default value for alc287 ALSA: firewire-lib: fix check for the size of isochronous packet payload Revert "ALSA: sb8: add a check for request_region" ALSA: hda: fixup headset for ASUS GU502 laptop ALSA: bebob/oxfw: fix Kconfig entry for Mackie d.2 Pro ALSA: usb-audio: Validate MS endpoint descriptors ALSA: firewire-lib: fix calculation for size of IR context payload ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26 ALSA: line6: Fix racy initialization of LINE6 MIDI ALSA: intel8x0: Don't update period unless prepared ALSA: dice: fix stream format for TC Electronic Konnekt Live at high sampling transfer frequency cifs: fix memory leak in smb2_copychunk_range btrfs: avoid RCU stalls while running delayed iputs locking/mutex: clear MUTEX_FLAGS if wait_list is empty due to signal nvmet: seset ns->file when open fails ptrace: make ptrace() fail if the tracee changed its pid unexpectedly RDMA/uverbs: Fix a NULL vs IS_ERR() bug platform/x86: dell-smbios-wmi: Fix oops on rmmod dell_smbios platform/mellanox: mlxbf-tmfifo: Fix a memory barrier issue RDMA/core: Don't access cm_id after its destruction RDMA/mlx5: Recover from fatal event in dual port mode scsi: qla2xxx: Fix error return code in qla82xx_write_flash_dword() scsi: ufs: core: Increase the usable queue depth RDMA/rxe: Clear all QP fields if creation failed RDMA/siw: Release xarray entry RDMA/siw: Properly check send and receive CQ pointers openrisc: Fix a memory leak firmware: arm_scpi: Prevent the ternary sign expansion bug Linux 5.4.121 scripts: switch explicitly to Python 3 tweewide: Fix most Shebang lines KVM: arm64: Initialize VCPU mdcr_el2 before loading it ipv6: remove extra dev_hold() for fallback tunnels ip6_tunnel: sit: proper dev_{hold|put} in ndo_[un]init methods sit: proper dev_{hold|put} in ndo_[un]init methods ip6_gre: proper dev_{hold|put} in ndo_[un]init methods net: stmmac: Do not enable RX FIFO overflow interrupts lib: stackdepot: turn depot_lock spinlock to raw_spinlock block: reexpand iov_iter after read/write ALSA: hda: generic: change the DAC ctl name for LO+SPK or LO+HP gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055 drm/amd/display: Fix two cursor duplication when using overlay bridge: Fix possible races between assigning rx_handler_data and setting IFF_BRIDGE_PORT bit scsi: target: tcmu: Return from tcmu_handle_completions() if cmd_id not found ceph: fix fscache invalidation scsi: lpfc: Fix illegal memory access on Abort IOCBs riscv: Workaround mcount name prior to clang-13 scripts/recordmcount.pl: Fix RISC-V regex for clang ARM: 9075/1: kernel: Fix interrupted SMC calls um: Disable CONFIG_GCOV with MODULES um: Mark all kernel symbols as local Input: silead - add workaround for x86 BIOS-es which bring the chip up in a stuck state Input: elants_i2c - do not bind to i2c-hid compatible ACPI instantiated devices ACPI / hotplug / PCI: Fix reference count leak in enable_slot() ARM: 9066/1: ftrace: pause/unpause function graph tracer in cpu_suspend() dmaengine: dw-edma: Fix crash on loading/unloading driver PCI: thunder: Fix compile testing virtio_net: Do not pull payload in skb->head xsk: Simplify detection of empty and full rings pinctrl: ingenic: Improve unreachable code generation isdn: capi: fix mismatched prototypes cxgb4: Fix the -Wmisleading-indentation warning usb: sl811-hcd: improve misleading indentation kgdb: fix gcc-11 warning on indentation x86/msr: Fix wr/rdmsr_safe_regs_on_cpu() prototypes ANDROID: GKI: genksyms fixup for efed9a3337e3 ("kyber: fix out of bounds access when * preempted") Revert "PM: runtime: Fix unpaired parent child_count for force_resume" Revert "mm: fix struct page layout on 32-bit systems" Linux 5.4.120 ASoC: rsnd: check all BUSIF status when error nvme: do not try to reconfigure APST when the controller is not live clk: exynos7: Mark aclk_fsys1_200 as critical netfilter: conntrack: Make global sysctls readonly in non-init netns kobject_uevent: remove warning in init_uevent_argv() usb: typec: tcpm: Fix error while calculating PPS out values ARM: 9027/1: head.S: explicitly map DT even if it lives in the first physical section ARM: 9020/1: mm: use correct section size macro to describe the FDT virtual address ARM: 9012/1: move device tree mapping out of linear region ARM: 9011/1: centralize phys-to-virt conversion of DT/ATAGS address f2fs: fix error handling in f2fs_end_enable_verity() thermal/core/fair share: Lock the thermal zone while looping over instances MIPS: Avoid handcoded DIVU in `__div64_32' altogether MIPS: Avoid DIVU in `__div64_32' is result would be zero MIPS: Reinstate platform `__div64_32' handler FDDI: defxx: Make MMIO the configuration default except for EISA mm: fix struct page layout on 32-bit systems KVM: x86: Cancel pvclock_gtod_work on module removal cdc-wdm: untangle a circular dependency between callback and softint iio: tsl2583: Fix division by a zero lux_val iio: gyro: mpu3050: Fix reported temperature value xhci: Add reset resume quirk for AMD xhci controller. xhci: Do not use GFP_KERNEL in (potentially) atomic context usb: dwc3: gadget: Return success always for kick transfer in ep queue usb: core: hub: fix race condition about TRSMRCY of resume usb: dwc2: Fix gadget DMA unmap direction usb: xhci: Increase timeout for HC halt usb: dwc3: pci: Enable usb2-gadget-lpm-disable for Intel Merrifield usb: dwc3: omap: improve extcon initialization iomap: fix sub-page uptodate handling blk-mq: Swap two calls in blk_mq_exit_queue() nbd: Fix NULL pointer in flush_workqueue kyber: fix out of bounds access when preempted ACPI: scan: Fix a memory leak in an error handling path hwmon: (occ) Fix poll rate limiting usb: fotg210-hcd: Fix an error message iio: proximity: pulsedlight: Fix rumtime PM imbalance on error drm/i915: Avoid div-by-zero on gen2 drm/radeon/dpm: Disable sclk switching on Oland when two 4K 60Hz monitors are connected mm/hugetlb: fix F_SEAL_FUTURE_WRITE userfaultfd: release page in error path to avoid BUG_ON squashfs: fix divide error in calculate_skip() hfsplus: prevent corruption in shrinking truncate powerpc/64s: Fix crashes when toggling entry flush barrier powerpc/64s: Fix crashes when toggling stf barrier ARC: mm: PAE: use 40-bit physical page mask ARC: entry: fix off-by-one error in syscall number validation i40e: Fix PHY type identifiers for 2.5G and 5G adapters i40e: fix the restart auto-negotiation after FEC modified i40e: Fix use-after-free in i40e_client_subtask() netfilter: nftables: avoid overflows in nft_hash_buckets() kernel: kexec_file: fix error return code of kexec_calculate_store_digests() sched/fair: Fix unfairness caused by missing load decay sched: Fix out-of-bound access in uclamp can: m_can: m_can_tx_work_queue(): fix tx_skb race condition netfilter: nfnetlink_osf: Fix a missing skb_header_pointer() NULL check smc: disallow TCP_ULP in smc_setsockopt() net: fix nla_strcmp to handle more then one trailing null character ksm: fix potential missing rmap_item for stable_node mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page() mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts() khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate() drm/radeon: Avoid power table parsing memory leaks drm/radeon: Fix off-by-one power_state index heap overwrite netfilter: xt_SECMARK: add new revision to fix structure layout sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_b ethernet:enic: Fix a use after free bug in enic_hard_start_xmit sunrpc: Fix misplaced barrier in call_decode RISC-V: Fix error code returned by riscv_hartid_to_cpuid() sctp: do asoc update earlier in sctp_sf_do_dupcook_a net: hns3: disable phy loopback setting in hclge_mac_start_phy net: hns3: use netif_tx_disable to stop the transmit queue net: hns3: fix for vxlan gpe tx checksum bug net: hns3: add check for HNS3_NIC_STATE_INITED in hns3_reset_notify_up_enet() net: hns3: initialize the message content in hclge_get_link_mode() net: hns3: fix incorrect configuration for igu_egu_hw_err rtc: ds1307: Fix wday settings for rx8130 ceph: fix inode leak on getattr error in __fh_to_dentry rtc: fsl-ftm-alarm: add MODULE_TABLE() NFSv4.2 fix handling of sr_eof in SEEK's reply pNFS/flexfiles: fix incorrect size check in decode_nfs_fh() PCI: endpoint: Fix missing destroy_workqueue() NFS: Deal correctly with attribute generation counter overflow NFSv4.2: Always flush out writes in nfs42_proc_fallocate() rpmsg: qcom_glink_native: fix error return code of qcom_glink_rx_data() ARM: 9064/1: hw_breakpoint: Do not directly check the event's overflow_handler hook PCI: Release OF node in pci_scan_device()'s error path PCI: iproc: Fix return value of iproc_msi_irq_domain_alloc() f2fs: fix a redundant call to f2fs_balance_fs if an error occurs thermal: thermal_of: Fix error return code of thermal_of_populate_bind_params() ASoC: rt286: Make RT286_SET_GPIO_* readable and writable ia64: module: fix symbolizer crash on fdescr bnxt_en: Add PCI IDs for Hyper-V VF devices. net: ethernet: mtk_eth_soc: fix RX VLAN offload iavf: remove duplicate free resources calls powerpc/iommu: Annotate nested lock for lockdep qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_auth wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join wl3501_cs: Fix out-of-bounds warnings in wl3501_send_pkt drm/amd/display: fixed divide by zero kernel crash during dsc enablement powerpc/pseries: Stop calling printk in rtas_stop_self() samples/bpf: Fix broken tracex1 due to kprobe argument change net: sched: tapr: prevent cycle_time == 0 in parse_taprio_schedule ethtool: ioctl: Fix out-of-bounds warning in store_link_ksettings_for_user() ASoC: rt286: Generalize support for ALC3263 codec powerpc/smp: Set numa node before updating mask flow_dissector: Fix out-of-bounds warning in __skb_flow_bpf_to_target() sctp: Fix out-of-bounds warning in sctp_process_asconf_param() ALSA: hda/hdmi: fix race in handling acomp ELD notification at resume kconfig: nconf: stop endless search loops selftests: Set CC to clang in lib.mk if LLVM is set drm/amd/display: Force vsync flip when reconfiguring MPCC iommu/amd: Remove performance counter pre-initialization test Revert "iommu/amd: Fix performance counter initialization" ASoC: rsnd: call rsnd_ssi_master_clk_start() from rsnd_ssi_init() cuse: prevent clone mt76: mt76x0: disable GTK offloading pinctrl: samsung: use 'int' for register masks in Exynos mac80211: clear the beacon's CRC after channel switch i2c: Add I2C_AQ_NO_REP_START adapter quirk ASoC: Intel: bytcr_rt5640: Add quirk for the Chuwi Hi8 tablet ip6_vti: proper dev_{hold|put} in ndo_[un]init methods Bluetooth: check for zapped sk before connecting net: bridge: when suppression is enabled exclude RARP packets Bluetooth: initialize skb_queue_head at l2cap_chan_create() Bluetooth: Set CONF_NOT_COMPLETE as l2cap_chan default ALSA: bebob: enable to deliver MIDI messages for multiple ports ALSA: rme9652: don't disable if not enabled ALSA: hdspm: don't disable if not enabled ALSA: hdsp: don't disable if not enabled i2c: bail out early when RDWR parameters are wrong ASoC: rsnd: core: Check convert rate in rsnd_hw_params net: stmmac: Set FIFO sizes for ipq806x ASoC: Intel: bytcr_rt5640: Enable jack-detect support on Asus T100TAF tipc: convert dest node's address to network order fs: dlm: fix debugfs dump PM: runtime: Fix unpaired parent child_count for force_resume KVM: x86/mmu: Remove the defunct update_pte() paging hook tpm, tpm_tis: Reserve locality in tpm_tis_resume() tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt() tpm: fix error return code in tpm2_get_cc_attrs_tbl() Revert "smp: Fix smp_call_function_single_async prototype" Revert "usb: typec: tcpm: Address incorrect values of tcpm psy for fixed supply" Revert "usb: typec: tcpm: Address incorrect values of tcpm psy for pps supply" Revert "usb: typec: tcpm: update power supply once partner accepts" Revert "spi: Fix use-after-free with devm_spi_alloc_*" Linux 5.4.119 Revert "fdt: Properly handle "no-map" field in the memory region" Revert "of/fdt: Make sure no-map does not remove already reserved regions" sctp: delay auto_asconf init until binding the first addr Revert "net/sctp: fix race condition in sctp_destroy_sock" smp: Fix smp_call_function_single_async prototype net: Only allow init netns to set default tcp cong to a restricted algo mm/memory-failure: unnecessary amount of unmapping mm/sparse: add the missing sparse_buffer_fini() in error branch kfifo: fix ternary sign extension bugs net:nfc:digital: Fix a double free in digital_tg_recv_dep_req net: bridge: mcast: fix broken length + header check for MRDv6 Adv. RDMA/bnxt_re: Fix a double free in bnxt_qplib_alloc_res RDMA/siw: Fix a use after free in siw_alloc_mr net:emac/emac-mac: Fix a use after free in emac_mac_tx_buf_send bnxt_en: Fix RX consumer index logic in the error path. selftests: net: mirror_gre_vlan_bridge_1q: Make an FDB entry static net: geneve: modify IP header check in geneve6_xmit_skb and geneve_xmit_skb arm64: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E ARM: dts: uniphier: Change phy-mode to RGMII-ID to enable delay pins for RTL8211E bnxt_en: fix ternary sign extension bug in bnxt_show_temp() powerpc/52xx: Fix an invalid ASM expression ('addi' used instead of 'add') ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lock ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices net: phy: intel-xway: enable integrated led functions net: renesas: ravb: Fix a stuck issue when a lot of frames are received net: davinci_emac: Fix incorrect masking of tx and rx error channel ALSA: usb: midi: don't return -ENOMEM when usb_urb_ep_type_check fails RDMA/i40iw: Fix error unwinding when i40iw_hmc_sd_one fails RDMA/cxgb4: add missing qpid increment gro: fix napi_gro_frags() Fast GRO breakage due to IP alignment check vsock/vmci: log once the failed queue pair allocation mwl8k: Fix a double Free in mwl8k_probe_hw i2c: sh7760: fix IRQ error path rtlwifi: 8821ae: upgrade PHY and RF parameters powerpc/pseries: extract host bridge from pci_bus prior to bus removal MIPS: pci-legacy: stop using of_pci_range_to_resource perf beauty: Fix fsconfig generator drm/i915/gvt: Fix error code in intel_gvt_init_device() ASoC: ak5558: correct reset polarity powerpc/xive: Fix xmon command "dxi" i2c: sh7760: add IRQ check i2c: jz4780: add IRQ check i2c: emev2: add IRQ check i2c: cadence: add IRQ check i2c: sprd: fix reference leak when pm_runtime_get_sync fails i2c: omap: fix reference leak when pm_runtime_get_sync fails i2c: imx-lpi2c: fix reference leak when pm_runtime_get_sync fails i2c: img-scb: fix reference leak when pm_runtime_get_sync fails RDMA/srpt: Fix error return code in srpt_cm_req_recv() net: thunderx: Fix unintentional sign extension issue cxgb4: Fix unintentional sign extension issues IB/hfi1: Fix error return code in parse_platform_config() RDMA/qedr: Fix error return code in qedr_iw_connect() KVM: PPC: Book3S HV P9: Restore host CTRL SPR after guest exit mt7601u: fix always true expression mac80211: bail out if cipher schemes are invalid powerpc: iommu: fix build when neither PCI or IBMVIO is set powerpc/perf: Fix PMU constraint check for EBB events powerpc/64s: Fix pte update for kernel memory on radix liquidio: Fix unintented sign extension of a left shift of a u16 ASoC: simple-card: fix possible uninitialized single_cpu local variable ALSA: usb-audio: Add error checks for usb_driver_claim_interface() calls mips: bmips: fix syscon-reboot nodes net: hns3: Limiting the scope of vector_ring_chain variable nfc: pn533: prevent potential memory corruption bug: Remove redundant condition check in report_bug ALSA: core: remove redundant spin_lock pair in snd_card_disconnect powerpc: Fix HAVE_HARDLOCKUP_DETECTOR_ARCH build configuration inet: use bigger hash table for IP ID generation powerpc/prom: Mark identical_pvr_fixup as __init powerpc/fadump: Mark fadump_calculate_reserve_size as __init net: lapbether: Prevent racing when checking whether the netif is running perf symbols: Fix dso__fprintf_symbols_by_name() to return the number of printed chars HID: plantronics: Workaround for double volume key presses drivers/block/null_blk/main: Fix a double free in null_init. sched/debug: Fix cgroup_path[] serialization x86/events/amd/iommu: Fix sysfs type mismatch HSI: core: fix resource leaks in hsi_add_client_from_dt() nvme-pci: don't simple map sgl when sgls are disabled mfd: stm32-timers: Avoid clearing auto reload register scsi: ibmvfc: Fix invalid state machine BUG_ON() scsi: sni_53c710: Add IRQ check scsi: sun3x_esp: Add IRQ check scsi: jazz_esp: Add IRQ check scsi: hisi_sas: Fix IRQ checks clk: uniphier: Fix potential infinite loop clk: qcom: a53-pll: Add missing MODULE_DEVICE_TABLE clk: zynqmp: move zynqmp_pll_set_mode out of round_rate callback vfio/mdev: Do not allow a mdev_type to have a NULL parent pointer media: v4l2-ctrls.c: fix race condition in hdl->requests list nvme: retrigger ANA log update if group descriptor isn't found nvmet-tcp: fix incorrect locking in state_change sk callback nvme-tcp: block BH in sk state_change sk callback ata: libahci_platform: fix IRQ check sata_mv: add IRQ checks pata_ipx4xx_cf: fix IRQ check pata_arasan_cf: fix IRQ check x86/kprobes: Fix to check non boostable prefixes correctly drm/amdkfd: fix build error with AMD_IOMMU_V2=m media: m88rs6000t: avoid potential out-of-bounds reads on arrays media: platform: sunxi: sun6i-csi: fix error return code of sun6i_video_start_streaming() media: aspeed: fix clock handling logic media: omap4iss: return error code when omap4iss_get() failed media: vivid: fix assignment of dev->fbuf_out_flags soc: aspeed: fix a ternary sign expansion bug xen-blkback: fix compatibility bug with single page rings ttyprintk: Add TTY hangup callback. usb: dwc2: Fix hibernation between host and device modes. usb: dwc2: Fix host mode hibernation exit with remote wakeup flow. Drivers: hv: vmbus: Increase wait time for VMbus unload x86/platform/uv: Fix !KEXEC build failure platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with critclk_systems DMI table usbip: vudc: fix missing unlock on error in usbip_sockfd_store() node: fix device cleanups in error handling code firmware: qcom-scm: Fix QCOM_SCM configuration serial: core: return early on unsupported ioctls tty: fix return value for unsupported ioctls tty: actually undefine superseded ASYNC flags USB: cdc-acm: fix TIOCGSERIAL implementation USB: cdc-acm: fix unprivileged TIOCCSERIAL usb: gadget: r8a66597: Add missing null check on return from platform_get_resource spi: fsl-lpspi: Fix PM reference leak in lpspi_prepare_xfer_hardware() cpufreq: armada-37xx: Fix determining base CPU frequency cpufreq: armada-37xx: Fix driver cleanup when registration failed clk: mvebu: armada-37xx-periph: Fix workaround for switching from L1 to L0 clk: mvebu: armada-37xx-periph: Fix switching CPU freq from 250 Mhz to 1 GHz cpufreq: armada-37xx: Fix the AVS value for load L1 clk: mvebu: armada-37xx-periph: remove .set_parent method for CPU PM clock cpufreq: armada-37xx: Fix setting TBG parent for load levels crypto: qat - Fix a double free in adf_create_ring ACPI: CPPC: Replace cppc_attr with kobj_attribute soc: qcom: mdt_loader: Detect truncated read of segments soc: qcom: mdt_loader: Validate that p_filesz < p_memsz spi: Fix use-after-free with devm_spi_alloc_* PM / devfreq: Use more accurate returned new_freq as resume_freq staging: greybus: uart: fix unprivileged TIOCCSERIAL staging: rtl8192u: Fix potential infinite loop irqchip/gic-v3: Fix OF_BAD_ADDR error handling mtd: rawnand: gpmi: Fix a double free in gpmi_nand_init m68k: mvme147,mvme16x: Don't wipe PCC timer config bits soundwire: stream: fix memory leak in stream config error path memory: pl353: fix mask of ECC page_size config register USB: gadget: udc: fix wrong pointer passed to IS_ERR() and PTR_ERR() usb: gadget: aspeed: fix dma map failure crypto: qat - fix error path in adf_isr_resource_alloc() phy: marvell: ARMADA375_USBCLUSTER_PHY should not default to y, unconditionally soundwire: bus: Fix device found flag correctly bus: qcom: Put child node before return mtd: require write permissions for locking and badblock ioctls fotg210-udc: Complete OUT requests on short packets fotg210-udc: Don't DMA more than the buffer can take fotg210-udc: Mask GRP2 interrupts we don't handle fotg210-udc: Remove a dubious condition leading to fotg210_done fotg210-udc: Fix EP0 IN requests bigger than two packets fotg210-udc: Fix DMA on EP0 for length > max packet size crypto: qat - ADF_STATUS_PF_RUNNING should be set after adf_dev_init crypto: qat - don't release uninitialized resources usb: gadget: pch_udc: Check for DMA mapping error usb: gadget: pch_udc: Check if driver is present before calling ->setup() usb: gadget: pch_udc: Replace cpu_to_le32() by lower_32_bits() x86/microcode: Check for offline CPUs before requesting new microcode arm64: dts: renesas: r8a77980: Fix vin4-7 endpoint binding spi: stm32: drop devres version of spi_register_master arm64: dts: qcom: sm8150: fix number of pins in 'gpio-ranges' mtd: rawnand: qcom: Return actual error code instead of -ENODEV mtd: Handle possible -EPROBE_DEFER from parse_mtd_partitions() mtd: rawnand: brcmnand: fix OOB R/W with Hamming ECC mtd: rawnand: fsmc: Fix error code in fsmc_nand_probe() regmap: set debugfs_name to NULL after it is freed usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS serial: stm32: fix tx_empty condition serial: stm32: fix incorrect characters on console ARM: dts: exynos: correct PMIC interrupt trigger level on Snow ARM: dts: exynos: correct PMIC interrupt trigger level on SMDK5250 ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid X/U3 family ARM: dts: exynos: correct PMIC interrupt trigger level on Midas family ARM: dts: exynos: correct MUIC interrupt trigger level on Midas family ARM: dts: exynos: correct fuel gauge interrupt trigger level on Midas family memory: gpmc: fix out of bounds read and dereference on gpmc_cs[] usb: gadget: pch_udc: Revert |
||
Greg Kroah-Hartman
|
a7e747c026 |
Merge 5.4.133 into android11-5.4-lts
Changes in 5.4.133 drm/mxsfb: Don't select DRM_KMS_FB_HELPER drm/zte: Don't select DRM_KMS_FB_HELPER drm/amd/amdgpu/sriov disable all ip hw status by default drm/vc4: fix argument ordering in vc4_crtc_get_margins() net: pch_gbe: Use proper accessors to BE data in pch_ptp_match() drm/amd/display: fix use_max_lb flag for 420 pixel formats hugetlb: clear huge pte during flush function on mips platform atm: iphase: fix possible use-after-free in ia_module_exit() mISDN: fix possible use-after-free in HFC_cleanup() atm: nicstar: Fix possible use-after-free in nicstar_cleanup() net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RT drm/mediatek: Fix PM reference leak in mtk_crtc_ddp_hw_init() reiserfs: add check for invalid 1st journal block drm/virtio: Fix double free on probe failure drm/sched: Avoid data corruptions udf: Fix NULL pointer dereference in udf_symlink function e100: handle eeprom as little endian igb: handle vlan types with checker enabled drm/bridge: cdns: Fix PM reference leak in cdns_dsi_transfer() clk: renesas: r8a77995: Add ZA2 clock clk: tegra: Ensure that PLLU configuration is applied properly ipv6: use prandom_u32() for ID generation RDMA/cxgb4: Fix missing error code in create_qp() dm space maps: don't reset space map allocation cursor when committing pinctrl: mcp23s08: fix race condition in irq handler ice: set the value of global config lock timeout longer virtio_net: Remove BUG() to avoid machine dead net: bcmgenet: check return value after calling platform_get_resource() net: mvpp2: check return value after calling platform_get_resource() net: micrel: check return value after calling platform_get_resource() drm/amd/display: Update scaling settings on modeset drm/amd/display: Release MST resources on switch from MST to SST drm/amd/display: Set DISPCLK_MAX_ERRDET_CYCLES to 7 drm/amdkfd: use allowed domain for vmbo validation fjes: check return value after calling platform_get_resource() selinux: use __GFP_NOWARN with GFP_NOWAIT in the AVC r8169: avoid link-up interrupt issue on RTL8106e if user enables ASPM drm/amd/display: Verify Gamma & Degamma LUT sizes in amdgpu_dm_atomic_check xfrm: Fix error reporting in xfrm_state_construct. wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELP wl1251: Fix possible buffer overflow in wl1251_cmd_scan cw1200: add missing MODULE_DEVICE_TABLE bpf: Fix up register-based shifts in interpreter to silence KUBSAN mt76: mt7615: fix fixed-rate tx status reporting net: fix mistake path for netdev_features_strings net: sched: fix error return code in tcf_del_walker() drm/amdkfd: Walk through list with dqm lock hold rtl8xxxu: Fix device info for RTL8192EU devices MIPS: add PMD table accounting into MIPS'pmd_alloc_one atm: nicstar: use 'dma_free_coherent' instead of 'kfree' atm: nicstar: register the interrupt handler in the right place vsock: notify server to shutdown when client has pending signal RDMA/rxe: Don't overwrite errno from ib_umem_get() iwlwifi: mvm: don't change band on bound PHY contexts iwlwifi: pcie: free IML DMA memory allocation iwlwifi: pcie: fix context info freeing sfc: avoid double pci_remove of VFs sfc: error code if SRIOV cannot be disabled wireless: wext-spy: Fix out-of-bounds warning media, bpf: Do not copy more entries than user space requested net: ip: avoid OOM kills with large UDP sends over loopback RDMA/cma: Fix rdma_resolve_route() memory leak Bluetooth: btusb: Fixed too many in-token issue for Mediatek Chip. Bluetooth: Fix the HCI to MGMT status conversion table Bluetooth: Shutdown controller after workqueues are flushed or cancelled Bluetooth: btusb: fix bt fiwmare downloading failure issue for qca btsoc. sctp: validate from_addr_param return sctp: add size validation when walking chunks MIPS: loongsoon64: Reserve memory below starting pfn to prevent Oops MIPS: set mips32r5 for virt extensions fscrypt: don't ignore minor_hash when hash is 0 crypto: ccp - Annotate SEV Firmware file names perf bench: Fix 2 memory sanitizer warnings powerpc/mm: Fix lockup on kernel exec fault powerpc/barrier: Avoid collision with clang's __lwsync macro drm/amdgpu: Update NV SIMD-per-CU to 2 drm/radeon: Add the missed drm_gem_object_put() in radeon_user_framebuffer_create() drm/rockchip: dsi: remove extra component_del() call drm/amd/display: fix incorrrect valid irq check pinctrl/amd: Add device HID for new AMD GPIO controller drm/amd/display: Reject non-zero src_y and src_x for video planes drm/tegra: Don't set allow_fb_modifiers explicitly drm/msm/mdp4: Fix modifier support enabling drm/arm/malidp: Always list modifiers mmc: sdhci: Fix warning message when accessing RPMB in HS400 mode mmc: core: clear flags before allowing to retune mmc: core: Allow UHS-I voltage switch for SDSC cards if supported ata: ahci_sunxi: Disable DIPM cpu/hotplug: Cure the cpusets trainwreck clocksource/arm_arch_timer: Improve Allwinner A64 timer workaround fpga: stratix10-soc: Add missing fpga_mgr_free() call MIPS: fix "mipsel-linux-ld: decompress.c:undefined reference to `memmove'" ASoC: tegra: Set driver_name=tegra for all machine drivers qemu_fw_cfg: Make fw_cfg_rev_attr a proper kobj_attribute ipmi/watchdog: Stop watchdog timer when the current action is 'none' thermal/drivers/int340x/processor_thermal: Fix tcc setting ubifs: Fix races between xattr_{set|get} and listxattr operations power: supply: ab8500: Fix an old bug nvmem: core: add a missing of_node_put extcon: intel-mrfld: Sync hardware and software state on init seq_buf: Fix overflow in seq_buf_putmem_hex() rq-qos: fix missed wake-ups in rq_qos_throttle try two tracing: Simplify & fix saved_tgids logic tracing: Resize tgid_map to pid_max, not PID_MAX_DEFAULT ipack/carriers/tpci200: Fix a double free in tpci200_pci_probe coresight: tmc-etf: Fix global-out-of-bounds in tmc_update_etf_buffer() dm btree remove: assign new_root only when removal succeeds PCI: Leave Apple Thunderbolt controllers on for s2idle or standby PCI: aardvark: Fix checking for PIO Non-posted Request PCI: aardvark: Implement workaround for the readback value of VEND_ID media: subdev: disallow ioctl for saa6588/davinci media: dtv5100: fix control-request directions media: zr364xx: fix memory leak in zr364xx_start_readpipe media: gspca/sq905: fix control-request direction media: gspca/sunplus: fix zero-length control requests media: uvcvideo: Fix pixel format change for Elgato Cam Link 4K pinctrl: mcp23s08: Fix missing unlock on error in mcp23s08_irq() jfs: fix GPF in diFree smackfs: restrict bytes count in smk_set_cipso() Linux 5.4.133 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I4daf813e30444755db3a7d587f8be81ccd2f748b |
||
Thomas Gleixner
|
7044e6bbc8 |
cpu/hotplug: Cure the cpusets trainwreck
commit b22afcdf04c96ca58327784e280e10288cfd3303 upstream. Alexey and Joshua tried to solve a cpusets related hotplug problem which is user space visible and results in unexpected behaviour for some time after a CPU has been plugged in and the corresponding uevent was delivered. cpusets delegate the hotplug work (rebuilding cpumasks etc.) to a workqueue. This is done because the cpusets code has already a lock nesting of cgroups_mutex -> cpu_hotplug_lock. A synchronous callback or waiting for the work to finish with cpu_hotplug_lock held can and will deadlock because that results in the reverse lock order. As a consequence the uevent can be delivered before cpusets have consistent state which means that a user space invocation of sched_setaffinity() to move a task to the plugged CPU fails up to the point where the scheduled work has been processed. The same is true for CPU unplug, but that does not create user observable failure (yet). It's still inconsistent to claim that an operation is finished before it actually is and that's the real issue at hand. uevents just make it reliably observable. Obviously the problem should be fixed in cpusets/cgroups, but untangling that is pretty much impossible because according to the changelog of the commit which introduced this 8 years ago: 3a5a6d0c2b03("cpuset: don't nest cgroup_mutex inside get_online_cpus()") the lock order cgroups_mutex -> cpu_hotplug_lock is a design decision and the whole code is built around that. So bite the bullet and invoke the relevant cpuset function, which waits for the work to finish, in _cpu_up/down() after dropping cpu_hotplug_lock and only when tasks are not frozen by suspend/hibernate because that would obviously wait forever. Waiting there with cpu_add_remove_lock, which is protecting the present and possible CPU maps, held is not a problem at all because neither work queues nor cpusets/cgroups have any lockchains related to that lock. Waiting in the hotplug machinery is not problematic either because there are already state callbacks which wait for hardware queues to drain. It makes the operations slightly slower, but hotplug is slow anyway. This ensures that state is consistent before returning from a hotplug up/down operation. It's still inconsistent during the operation, but that's a different story. Add a large comment which explains why this is done and why this is not a dump ground for the hack of the day to work around half thought out locking schemes. Document also the implications vs. hotplug operations and serialization or the lack of it. Thanks to Alexy and Joshua for analyzing why this temporary sched_setaffinity() failure happened. Fixes: 3a5a6d0c2b03("cpuset: don't nest cgroup_mutex inside get_online_cpus()") Reported-by: Alexey Klimov <aklimov@redhat.com> Reported-by: Joshua Baker <jobaker@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Tested-by: Alexey Klimov <aklimov@redhat.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/r/87tuowcnv3.ffs@nanos.tec.linutronix.de Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
||
Srinivasarao P
|
b403cd66bd |
Merge android11-5.4.86+ (75c93eb ) into msm-5.4
* refs/heads/tmp-75c93eb: Revert one chunk from |
||
Greg Kroah-Hartman
|
d45416b62b |
This is the 5.4.86 stable release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAl/sW9MACgkQONu9yGCS aT5SwBAAo6dgHqwmPfuf98/8oVeVqTxcmE7GpzpVRH2+yI7Zwk2ez29tAflcM7lT LKtR2WFGAxoCL4DUKXeO7Ubwpue5NoBIsJ8/dAYBesojps3WDaFGL55PvJLWwFJ7 5gPtPzynITaqIC1JCFcrJ7OTp7REiCUZRc1CJXJINWAYL1VbEbH8pH904xfFcivy XnNyL9UiWp1lSB8oF3CRJOaK5M5gY1+wdCFaLVqQn306XDEM8PvZK4G3at/jXWgH jQjArdtC8M8NwjyTwtqW9JAMV+6CD0/HXk0QboTZg6yiaRrtUsfzMqJ1cvhKcQgO kLE3rwdnr3/MxuzSnGWbswflG2WCutoah58g0uN8H0nCiui5mKN6x5K+emgDZIoO ndDnh+/5OE247EK+3CGn/0N8i/fOymrLAnLL4wCXVdlQLMCalnL37ibdfGbAptXi N3GOGZ2iEglvTsEr5w0r86+AzNskm5EqA7mFGFiAyf9viR2xwYk3RrWf2ZyMRos2 2S7mKcZmw7voDu2TIDIhqydToBKxmYI/mUn3mFFme1h3lwzM3zYG1aovVLfd5NkY Gx5E/CA/ut/3n0u/dXJ8SxEitBWkqImp5UdYcElQNxQoXnVU4yKmjf6dDL9Wqh+1 ujCiaCUJd3PY0uXXIb6RWWGs2VaL4xiEnk+ZBm0VI9WEUWksSx0= =jnmv -----END PGP SIGNATURE----- Merge 5.4.86 into android11-5.4-lts Changes in 5.4.86 ARM: dts: sun7i: bananapi: Enable RGMII RX/TX delay on Ethernet PHY ARM: dts: sun8i: r40: bananapi-m2-berry: Fix dcdc1 regulator ARM: dts: sun8i: v40: bananapi-m2-berry: Fix ethernet node pinctrl: merrifield: Set default bias in case no particular value given pinctrl: baytrail: Avoid clearing debounce value when turning it off ARM: dts: sun8i: v3s: fix GIC node memory range ARM: dts: sun7i: pcduino3-nano: enable RGMII RX/TX delay on PHY ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_GPIO_6 from enetgrp ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter gpio: zynq: fix reference leak in zynq_gpio functions gpio: mvebu: fix potential user-after-free on probe scsi: bnx2i: Requires MMU xsk: Fix xsk_poll()'s return type xsk: Replace datagram_poll by sock_poll_wait can: softing: softing_netdev_open(): fix error handling clk: renesas: r9a06g032: Drop __packed for portability block: Simplify REQ_OP_ZONE_RESET_ALL handling block: factor out requeue handling from dispatch code blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kick pinctrl: aspeed: Fix GPIO requests on pass-through banks netfilter: x_tables: Switch synchronization to RCU netfilter: nft_compat: make sure xtables destructors have run netfilter: nft_dynset: fix timeouts later than 23 days afs: Fix memory leak when mounting with multiple source parameters Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()" gpio: eic-sprd: break loop when getting NULL device resource netfilter: nft_ct: Remove confirmation check for NFT_CT_ID selftests/bpf/test_offload.py: Reset ethtool features after failed setting RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait i40e: Refactor rx_bi accesses i40e: optimise prefetch page refcount i40e: avoid premature Rx buffer reuse ixgbe: avoid premature Rx buffer reuse selftests: fix poll error in udpgro.sh net: mvpp2: add mvpp2_phylink_to_port() helper drm/tegra: replace idr_init() by idr_init_base() kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling drm/tegra: sor: Disable clocks on error in tegra_sor_init() habanalabs: put devices before driver removal arm64: syscall: exit userspace before unmasking exceptions vxlan: Add needed_headroom for lower device vxlan: Copy needed_tailroom from lowerdev scsi: mpt3sas: Increase IOCInit request timeout to 30s dm table: Remove BUG_ON(in_interrupt()) iwlwifi: pcie: add one missing entry for AX210 drm/amd/display: Init clock value by current vbios CLKs perf/x86/intel: Check PEBS status correctly kbuild: avoid split lines in .mod files soc/tegra: fuse: Fix index bug in get_process_id usb: mtu3: fix memory corruption in mtu3_debugfs_regset() USB: serial: option: add interface-number sanity check to flag handling USB: gadget: f_acm: add support for SuperSpeed Plus USB: gadget: f_midi: setup SuperSpeed Plus descriptors usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus USB: gadget: f_rndis: fix bitrate for SuperSpeed and above usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410 ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf() coresight: tmc-etr: Check if page is valid before dma_map_page() coresight: tmc-etr: Fix barrier packet insertion for perf buffer coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf() scsi: megaraid_sas: Check user-provided offsets HID: i2c-hid: add Vero K147 to descriptor override serial_core: Check for port state when tty is in error state Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt() quota: Sanity-check quota file headers on load media: msi2500: assign SPI bus number dynamically crypto: af_alg - avoid undefined behavior accessing salg_name md: fix a warning caused by a race between concurrent md_ioctl()s drm/gma500: fix double free of gma_connector drm/aspeed: Fix Kconfig warning & subsequent build errors drm/mcde: Fix handling of platform_get_irq() error drm/tve200: Fix handling of platform_get_irq() error arm64: dts: renesas: hihope-rzg2-ex: Drop rxc-skew-ps from ethernet-phy node arm64: dts: renesas: cat875: Remove rxc-skew-ps from ethernet-phy node soc: renesas: rmobile-sysc: Fix some leaks in rmobile_init_pm_domains() soc: mediatek: Check if power domains can be powered on at boot time soc: qcom: geni: More properly switch to DMA mode Revert "i2c: i2c-qcom-geni: Fix DMA transfer race" RDMA/bnxt_re: Set queue pair state when being queried rtc: pcf2127: fix pcf2127_nvmem_read/write() returns selinux: fix error initialization in inode_doinit_with_dentry() ARM: dts: aspeed: s2600wf: Fix VGA memory region location RDMA/rxe: Compute PSN windows correctly x86/mm/ident_map: Check for errors from ident_pud_init() ARM: p2v: fix handling of LPAE translation in BE mode x86/apic: Fix x2apic enablement without interrupt remapping sched/deadline: Fix sched_dl_global_validate() sched: Reenable interrupts in do_sched_yield() drm/amdgpu: fix incorrect enum type crypto: talitos - Endianess in current_desc_hdr() crypto: talitos - Fix return type of current_desc_hdr() crypto: inside-secure - Fix sizeof() mismatch ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified mode ARM: dts: aspeed: tiogapass: Remove vuart drm/amdgpu: fix build_coefficients() argument powerpc/64: Set up a kernel stack for secondaries before cpu_restore() spi: img-spfi: fix reference leak in img_spfi_resume f2fs: call f2fs_get_meta_page_retry for nat page drm/msm/dsi_pll_10nm: restore VCO rate during restore_state spi: spi-mem: fix reference leak in spi_mem_access_start ASoC: pcm: DRAIN support reactivation selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling spi: stm32: fix reference leak in stm32_spi_resume brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free} arm64: dts: exynos: Include common syscon restart/poweroff for Exynos7 arm64: dts: exynos: Correct psci compatible used on Exynos7 Bluetooth: Fix null pointer dereference in hci_event_packet() Bluetooth: hci_h5: fix memory leak in h5_close spi: spi-ti-qspi: fix reference leak in ti_qspi_setup spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probe spi: tegra20-slink: fix reference leak in slink ops of tegra20 spi: tegra20-sflash: fix reference leak in tegra_sflash_resume spi: tegra114: fix reference leak in tegra spi ops spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_hsspi_resume mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure selftest/bpf: Add missed ip6ip6 test back ASoC: wm8998: Fix PM disable depth imbalance on error spi: sprd: fix reference leak in sprd_spi_remove ASoC: arizona: Fix a wrong free in wm8997_probe RDMa/mthca: Work around -Wenum-conversion warning MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMA crypto: qat - fix status check in qat_hal_put_rel_rd_xfer() staging: greybus: codecs: Fix reference counter leak in error handling staging: gasket: interrupt: fix the missed eventfd_ctx_put() in gasket_interrupt.c media: tm6000: Fix sizeof() mismatches media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm() media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm() media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm() media: v4l2-fwnode: Return -EINVAL for invalid bus-type ASoC: meson: fix COMPILE_TEST error scsi: core: Fix VPD LUN ID designator priorities media: solo6x10: fix missing snd_card_free in error handling case video: fbdev: atmel_lcdfb: fix return error code in atmel_lcdfb_of_init() drm/omap: dmm_tiler: fix return error code in omap_dmm_probe() Input: ads7846 - fix race that causes missing releases Input: ads7846 - fix integer overflow on Rt calculation Input: ads7846 - fix unaligned access on 7845 usb/max3421: fix return error code in max3421_probe() spi: mxs: fix reference leak in mxs_spi_probe selftests/bpf: Fix broken riscv build powerpc: Avoid broken GCC __attribute__((optimize)) powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32 EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeId crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pd crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probe spi: fix resource leak for drivers without .remove callback soc: ti: knav_qmss: fix reference leak in knav_queue_probe soc: ti: Fix reference imbalance in knav_dma_probe drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe Input: omap4-keypad - fix runtime PM error handling clk: meson: Kconfig: fix dependency for G12A RDMA/cxgb4: Validate the number of CQEs memstick: fix a double-free bug in memstick_check ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host ARM: dts: at91: sama5d3_xplained: add pincontrol for USB Host mmc: pxamci: Fix error return code in pxamci_probe orinoco: Move context allocation after processing the skb qtnfmac: fix error return code in qtnf_pcie_probe() rsi: fix error return code in rsi_reset_card() cw1200: fix missing destroy_workqueue() on error in cw1200_init_common dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe() arm64: tegra: Fix DT binding for IO High Voltage entry media: siano: fix memory leak of debugfs members in smsdvb_hotplug platform/x86: mlx-platform: Remove PSU EEPROM from default platform configuration platform/x86: mlx-platform: Remove PSU EEPROM from MSN274x platform configuration samples: bpf: Fix lwt_len_hist reusing previous BPF map media: imx214: Fix stop streaming mips: cdmm: fix use-after-free in mips_cdmm_bus_discover media: max2175: fix max2175_set_csm_mode() error code slimbus: qcom-ngd-ctrl: Avoid sending power requests without QMI HSI: omap_ssi: Don't jump to free ID in ssi_add_controller() ARM: dts: Remove non-existent i2c1 from 98dx3236 arm64: dts: armada-3720-turris-mox: update ethernet-phy handle name arm64: dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc power: supply: axp288_charger: Fix HP Pavilion x2 10 DMI matching power: supply: bq24190_charger: fix reference leak genirq/irqdomain: Don't try to free an interrupt that has no mapping arm64: dts: ls1028a: fix ENETC PTP clock input arm64: dts: qcom: c630: Polish i2c-hid devices PCI: Bounds-check command-line resource alignment requests PCI: Fix overflow in command-line resource alignment requests PCI: iproc: Fix out-of-bound array accesses arm64: dts: meson: fix spi-max-frequency on Khadas VIM2 arm64: dts: meson-sm1: fix typo in opp table soc: amlogic: canvas: add missing put_device() call in meson_canvas_get() ARM: dts: at91: at91sam9rl: fix ADC triggers platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init ath10k: Fix the parsing error in service available event ath10k: Fix an error handling path ath10k: Release some resources in an error handling path SUNRPC: rpc_wake_up() should wake up tasks in the correct order NFSv4.2: condition READDIR's mask for security label based on LSM state SUNRPC: xprt_load_transport() needs to support the netid "rdma6" NFSv4: Fix the alignment of page data in the getdeviceinfo reply net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs' lockd: don't use interval-based rebinding over TCP NFS: switch nfsiod to be an UNBOUND workqueue. selftests/seccomp: Update kernel config vfio-pci: Use io_remap_pfn_range() for PCI IO memory hwmon: (ina3221) Fix PM usage counter unbalance in ina3221_write_enable media: saa7146: fix array overflow in vidioc_s_audio() powerpc/perf: Fix crash with is_sier_available when pmu is not set powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.S clocksource/drivers/orion: Add missing clk_disable_unprepare() on error path clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent() iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt context ARM: dts: at91: sama5d2: map securam as device bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address() pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe() arm64: dts: rockchip: Fix UART pull-ups on rk3328 memstick: r592: Fix error return in r592_probe() MIPS: Don't round up kernel sections size for memblock_add() net/mlx5: Properly convey driver version to firmware ASoC: jz4740-i2s: add missed checks for clk_get() dm ioctl: fix error return code in target_message phy: renesas: rcar-gen3-usb2: disable runtime pm in case of failure clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sne clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI cpufreq: ap806: Add missing MODULE_DEVICE_TABLE cpufreq: highbank: Add missing MODULE_DEVICE_TABLE cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE cpufreq: qcom: Add missing MODULE_DEVICE_TABLE cpufreq: st: Add missing MODULE_DEVICE_TABLE cpufreq: sun50i: Add missing MODULE_DEVICE_TABLE cpufreq: loongson1: Add missing MODULE_ALIAS cpufreq: scpi: Add missing MODULE_ALIAS Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmware() Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware() arm64: dts: meson: fix PHY deassert timing requirements ARM: dts: meson: fix PHY deassert timing requirements arm64: dts: meson: g12a: x96-max: fix PHY deassert timing requirements scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe scsi: pm80xx: Fix error return in pm8001_pci_probe() seq_buf: Avoid type mismatch for seq_buf_init scsi: fnic: Fix error return code in fnic_probe() platform/x86: mlx-platform: Fix item counter assignment for MSN2700, MSN24xx systems powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops powerpc/pseries/hibernation: remove redundant cacheinfo update drm/mediatek: avoid dereferencing a null hdmi_phy on an error message ASoC: amd: change clk_get() to devm_clk_get() and add missed checks powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probe usb: oxu210hp-hcd: Fix memory leak in oxu_create speakup: fix uninitialized flush_lock nfsd: Fix message level for normal termination nfs_common: need lock during iterate through the list x86/kprobes: Restore BTF if the single-stepping is cancelled platform/chrome: cros_ec_spi: Don't overwrite spi::mode bus: fsl-mc: fix error return code in fsl_mc_object_allocate() s390/cio: fix use-after-free in ccw_device_destroy_console iwlwifi: mvm: hook up missing RX handlers erofs: avoid using generic_block_bmap can: m_can: m_can_config_endisable(): remove double clearing of clock stop request bit RDMA/core: Do not indicate device ready when device enablement fails remoteproc: q6v5-mss: fix error handling in q6v5_pds_enable remoteproc: qcom: fix reference leak in adsp_start remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio() clk: tegra: Fix duplicated SE clock entry mtd: rawnand: gpmi: fix reference count leak in gpmi ops mtd: rawnand: meson: Fix a resource leak in init mtd: rawnand: gpmi: Fix the random DMA timeout issue extcon: max77693: Fix modalias string crypto: atmel-i2c - select CONFIG_BITREVERSE mac80211: don't set set TDLS STA bandwidth wider than possible ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control() irqchip/alpine-msi: Fix freeing of interrupts on allocation error path watchdog: armada_37xx: Add missing dependency on HAS_IOMEM watchdog: sirfsoc: Add missing dependency on HAS_IOMEM watchdog: sprd: remove watchdog disable from resume fail path watchdog: sprd: check busy bit before new loading rather than after that watchdog: Fix potential dereferencing of null pointer ubifs: Fix error return code in ubifs_init_authentication() um: Monitor error events in IRQ controller um: tty: Fix handling of close in tty lines um: chan_xterm: Fix fd leak sunrpc: fix xs_read_xdr_buf for partial pages receive RDMA/cma: Don't overwrite sgid_attr after device is released nfc: s3fwrn5: Release the nfc firmware powerpc/ps3: use dma_mapping_error() sparc: fix handling of page table constructor failure mm: don't wake kswapd prematurely when watermark boosting is disabled checkpatch: fix unescaped left brace lan743x: fix rx_napi_poll/interrupt ping-pong net: bcmgenet: Fix a resource leak in an error handling path in the probe functin net: allwinner: Fix some resources leak in the error handling path of the probe and in the remove function net: korina: fix return value libnvdimm/label: Return -ENXIO for no slot in __blk_label_update watchdog: qcom: Avoid context switch in restart handler watchdog: coh901327: add COMMON_CLK dependency clk: ti: Fix memleak in ti_fapll_synth_setup pwm: zx: Add missing cleanup in error path pwm: lp3943: Dynamically allocate PWM chip base perf record: Fix memory leak when using '--user-regs=?' to list registers qlcnic: Fix error code in probe virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed() virtio_net: Fix error code in probe() virtio_ring: Fix two use after free bugs clk: at91: sam9x60: remove atmel,osc-bypass support clk: s2mps11: Fix a resource leak in error handling paths in the probe function clk: sunxi-ng: Make sure divider tables have sentinel kconfig: fix return value of do_error_if() perf probe: Fix memory leak when synthesizing SDT probes ARM: sunxi: Add machine match for the Allwinner V3 SoC cfg80211: initialize rekey_data fix namespaced fscaps when !CONFIG_SECURITY lwt: Disable BH too in run_lwt_bpf() drm/amd/display: Prevent bandwidth overflow drm/amdkfd: Fix leak in dmabuf import Input: cros_ec_keyb - send 'scancodes' in addition to key events initramfs: fix clang build failure Input: goodix - add upside-down quirk for Teclast X98 Pro tablet vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU media: gspca: Fix memory leak in probe media: sunxi-cir: ensure IR is handled when it is continuous media: netup_unidvb: Don't leak SPI master in probe error path media: ipu3-cio2: Remove traces of returned buffers media: ipu3-cio2: Return actual subdev format media: ipu3-cio2: Serialise access to pad format media: ipu3-cio2: Validate mbus format in setting subdev format media: ipu3-cio2: Make the field on subdev format V4L2_FIELD_NONE Input: cyapa_gen6 - fix out-of-bounds stack access ALSA: hda/ca0132 - Change Input Source enum strings. PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup() Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks" ACPI: PNP: compare the string length in the matching_id() ALSA: hda: Fix regressions on clear and reconfig sysfs ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg. ALSA: hda/realtek: make bass spk volume adjustable on a yoga laptop ALSA: hda/realtek - Enable headset mic of ASUS X430UN with ALC256 ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with ALC255 ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset Button ALSA: pcm: oss: Fix a few more UBSAN fixes ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510G ALSA: hda/realtek: Add quirk for MSI-GP73 ALSA: hda/realtek: Apply jack fixup for Quanta NL3 ALSA: usb-audio: Add VID to support native DSD reproduction on FiiO devices ALSA: usb-audio: Disable sample read check if firmware doesn't give back ALSA: core: memalloc: add page alignment for iram s390/smp: perform initial CPU reset also for SMT siblings s390/kexec_file: fix diag308 subcode when loading crash kernel s390/dasd: fix hanging device offline processing s390/dasd: prevent inconsistent LCU device data s390/dasd: fix list corruption of pavgroup group list s390/dasd: fix list corruption of lcu list binder: add flag to clear buffer on txn complete ASoC: cx2072x: Fix doubly definitions of Playback and Capture streams staging: comedi: mf6x4: Fix AI end-of-conversion detection perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANY perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake powerpc/perf: Exclude kernel samples while counting events in user space. crypto: ecdh - avoid unaligned accesses in ecdh_set_secret() crypto: arm/aes-ce - work around Cortex-A57/A72 silion errata EDAC/i10nm: Use readl() to access MMIO registers EDAC/amd64: Fix PCI component registration cpuset: fix race between hotplug work and later CPU offline USB: serial: mos7720: fix parallel-port state restore USB: serial: digi_acceleport: fix write-wakeup deadlocks USB: serial: keyspan_pda: fix dropped unthrottle interrupts USB: serial: keyspan_pda: fix write deadlock USB: serial: keyspan_pda: fix stalled writes USB: serial: keyspan_pda: fix write-wakeup use-after-free USB: serial: keyspan_pda: fix tx-unthrottle use-after-free USB: serial: keyspan_pda: fix write unthrottling btrfs: do not shorten unpin len for caching block groups btrfs: trim: fix underflow in trim length to prevent access beyond device boundary ext4: fix a memory leak of ext4_free_data ext4: fix deadlock with fs freezing and EA inodes KVM: arm64: Introduce handling of AArch32 TTBCR2 traps ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES ARM: dts: at91: sama5d2: fix CAN message ram offset and size xprtrdma: Fix XDRBUF_SPARSE_PAGES support powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LE powerpc/xmon: Change printk() to pr_cont() powerpc/8xx: Fix early debug when SMC1 is relocated powerpc/mm: Fix verification of MMU_FTR_TYPE_44x powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU powerpc/powernv/memtrace: Don't leak kernel memory to user space powerpc/powernv/memtrace: Fix crashing the kernel when enabling concurrently ima: Don't modify file descriptor mode on the fly um: Remove use of asprinf in umid.c ceph: fix race in concurrent __ceph_remove_cap invocations SMB3: avoid confusing warning message on mount to Azure ubifs: wbuf: Don't leak kernel memory to flash jffs2: Fix GC exit abnormally jffs2: Fix ignoring mounting options problem during remounting jfs: Fix array index bounds check in dbAdjTree platform/x86: mlx-platform: remove an unused variable drm/amd/display: Fix memory leaks in S3 resume drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor() drm/i915: Fix mismatch between misplaced vma check and vma insert spi: pxa2xx: Fix use-after-free on unbind spi: spi-sh: Fix use-after-free on unbind spi: atmel-quadspi: Fix use-after-free on unbind spi: davinci: Fix use-after-free on unbind spi: fsl: fix use of spisel_boot signal on MPC8309 spi: gpio: Don't leak SPI master in probe error path spi: mxic: Don't leak SPI master in probe error path spi: pic32: Don't leak DMA channels in probe error path spi: rb4xx: Don't leak SPI master in probe error path spi: sc18is602: Don't leak SPI master in probe error path spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error path spi: synquacer: Disable clock in probe error path spi: mt7621: Disable clock in probe error path spi: mt7621: Don't leak SPI master in probe error path spi: atmel-quadspi: Disable clock in probe error path spi: atmel-quadspi: Fix AHB memory accesses soc: qcom: smp2p: Safely acquire spinlock without IRQs mtd: spinand: Fix OOB read mtd: parser: cmdline: Fix parsing of part-names with colons mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments scsi: qla2xxx: Fix crash during driver load on big endian machines scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc() scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free() iio: buffer: Fix demux update iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in rockchip_saradc_resume iio:light:rpr0521: Fix timestamp alignment and prevent data leak. iio:light:st_uvis25: Fix timestamp alignment and prevent data leak. iio:magnetometer:mag3110: Fix alignment and data leak issues. iio:pressure:mpl3115: Force alignment of buffer iio:imu:bmi160: Fix too large a buffer. iio:adc:ti-ads124s08: Fix buffer being too long. iio:adc:ti-ads124s08: Fix alignment and data leak issues. md/cluster: block reshape with remote resync job md/cluster: fix deadlock when node is doing resync job pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_handler clk: ingenic: Fix divider calculation with div tables clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9 clk: tegra: Do not return 0 on failure device-dax/core: Fix memory leak when rmmod dax.ko dma-buf/dma-resv: Respect num_fences when initializing the shared fence list. xen-blkback: set ring->xenblkd to NULL after kthread_stop() xen/xenbus: Allow watches discard events before queueing xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path() xen/xenbus/xen_bus_type: Support will_handle watch callback xen/xenbus: Count pending messages for each watch xenbus/xenbus_backend: Disallow pending watch messages libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labels platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha 12 PCI: Fix pci_slot_release() NULL pointer dereference regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22x rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS" x86/CPU/AMD: Save AMD NodeId as cpu_die_id Linux 5.4.86 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: If271639b9a7c833718f8cfdfbacce5affe7f4189 |
||
Nicholas Piggin
|
9b6ebb202b |
kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
[ Upstream commit 8ff00399b153440c1c83e20c43020385b416415b ] powerpc/64s keeps a counter in the mm which counts bits set in mm_cpumask as well as other things. This means it can't use generic code to clear bits out of the mask and doesn't adjust the arch specific counter. Add an arch override that allows powerpc/64s to use clear_tasks_mm_cpumask(). Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20201126102530.691335-4-npiggin@gmail.com Signed-off-by: Sasha Levin <sashal@kernel.org> |
||
Blagovest Kolenichev
|
c8f071d27c |
Merge android-5.4-stable.50 (a200ad5 ) into msm-5.4
* refs/heads/tmp-a200ad5: Revert "usb: dwc3: gadget: Properly handle ClearFeature(halt)" Revert "ANDROID: kbuild: merge more sections with LTO" Revert "FROMLIST: f2fs: fix use-after-free when accessing bio->bi_crypt_context" Linux 5.4.50 Revert "tty: hvc: Fix data abort due to race in hvc_open" xfs: add agf freeblocks verify in xfs_agf_verify dm writecache: add cond_resched to loop in persistent_memory_claim() dm writecache: correct uncommitted_block when discarding uncommitted entry xprtrdma: Fix handling of RDMA_ERROR replies NFSv4 fix CLOSE not waiting for direct IO compeletion pNFS/flexfiles: Fix list corruption if the mirror count changes SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment() sunrpc: fixed rollback in rpc_gssd_dummy_populate() Staging: rtl8723bs: prevent buffer overflow in update_sta_support_rate() drm/amdgpu: add fw release for sdma v5_0 drm/radeon: fix fb_div check in ni_init_smc_spll_table() drm: rcar-du: Fix build error drm/amd: fix potential memleak in err branch ring-buffer: Zero out time extend if it is nested and not absolute tracing: Fix event trigger to accept redundant spaces arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range arm64: perf: Report the PC value in REGS_ABI_32 mode mm/memcontrol.c: add missed css_put() ocfs2: fix panic on nfs server over ocfs2 ocfs2: fix value of OCFS2_INVALID_SLOT ocfs2: load global_inode_alloc ocfs2: avoid inode removal while nfsd is accessing it mm/slab: use memzero_explicit() in kzfree() btrfs: fix failure of RWF_NOWAIT write into prealloc extent beyond eof btrfs: check if a log root exists before locking the log_mutex on unlink btrfs: fix data block group relocation failure due to concurrent scrub btrfs: fix bytes_may_use underflow when running balance and scrub in parallel x86/asm/64: Align start of __clear_user() loop to 16-bytes x86/cpu: Use pinning mask for CR4 bits needing to be 0 KVM: VMX: Stop context switching MSR_IA32_UMWAIT_CONTROL KVM: nVMX: Plumb L2 GPA through to PML emulation KVM: X86: Fix MSR range of APIC registers in X2APIC mode erofs: fix partially uninitialized misuse in z_erofs_onlinepage_fixup ACPI: configfs: Disallow loading ACPI tables when locked down ACPI: sysfs: Fix pm_profile_attr type ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems ALSA: hda/realtek - Add quirk for MSI GE63 laptop ALSA: hda: Add NVIDIA codec IDs 9a & 9d through a0 to patch table RISC-V: Don't allow write+exec only page mapping request in mmap block: update hctx map when use multiple maps blktrace: break out of blktrace setup on concurrent calls kprobes: Suppress the suspicious RCU warning on kprobes recordmcount: support >64k sections kbuild: improve cc-option to clean up all temporary files arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n s390/vdso: fix vDSO clock_getres() s390/vdso: Use $(LD) instead of $(CC) to link vDSO s390/ptrace: fix setting syscall number s390/ptrace: pass invalid syscall numbers to tracing pinctrl: tegra: Use noirq suspend/resume callbacks pinctrl: qcom: spmi-gpio: fix warning about irq chip reusage test_objagg: Fix potential memory leak in error handling net: alx: fix race condition in alx_remove ibmvnic: Harden device login requests hwrng: ks-sa - Fix runtime PM imbalance on error riscv/atomic: Fix sign extension for RV64I drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp() ata/libata: Fix usage of page address by page_address in ata_scsi_mode_select_xlat function sata_rcar: handle pm_runtime_get_sync failure cases sched/core: Fix PI boosting between RT and DEADLINE tasks sched/deadline: Initialize ->dl_boosted afs: Fix storage of cell names i2c: core: check returned size of emulated smbus block read i2c: fsi: Fix the port number field in status register clk: sifive: allocate sufficient memory for struct __prci_data net: bcmgenet: use hardware padding of runt frames netfilter: ipset: fix unaligned atomic access nvme: don't protect ns mutation with ns->head->lock usb: renesas_usbhs: getting residue from callback_result usb: gadget: udc: Potential Oops in error handling code scsi: lpfc: Avoid another null dereference in lpfc_sli4_hba_unset() ARM: imx5: add missing put_device() call in imx_suspend_alloc_ocram() cxgb4: move handling L2T ARP failures to caller net: qede: fix use-after-free on recovery and AER handling net: qede: fix PTP initialization on recovery net: qed: fix excessive QM ILT lines consumption net: qed: fix NVMe login fails over VFs net: qede: stop adding events on an already destroyed workqueue net: qed: fix async event callbacks unregistering net: qed: fix left elements count calculation iommu/vt-d: Update scalable mode paging structure coherency iommu/vt-d: Enable PCI ACS for platform opt in hint selftests/net: report etf errors correctly RDMA/mad: Fix possible memory leak in ib_mad_post_receive_mads() s390/qeth: fix error handling for isolation mode cmds ASoC: rockchip: Fix a reference count leak. RDMA/cma: Protect bind_list and listen_list while finding matching cm id RDMA/qedr: Fix KASAN: use-after-free in ucma_event_handler+0x532 RDMA/rvt: Fix potential memory leak caused by rvt_alloc_rq rxrpc: Fix handling of rwind from an ACK packet ARM: dts: NSP: Correct FA2 mailbox node bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE devmap: Use bpf_map_area_alloc() for allocating hash buckets regmap: Fix memory leak from regmap_register_patch x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get() ARM: dts: Fix duovero smsc interrupt for suspend ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect bpf, xdp, samples: Fix null pointer dereference in *_user code samples/bpf: xdp_redirect_cpu: Set MAX_CPUS according to NR_CPUS ASoC: fsl_ssi: Fix bclk calculation for mono channel RDMA/siw: Fix pointer-to-int-cast warning in siw_rx_pbl() regualtor: pfuze100: correct sw1a/sw2 on pfuze3000 ASoC: qcom: common: set correct directions for dailinks ASoc: q6afe: add support to get port direction efi/esrt: Fix reference count leak in esre_create_sysfs_entry. efi/tpm: Verify event log header before parsing ASoC: q6asm: handle EOS correctly xfrm: Fix double ESP trailer insertion in IPsec crypto offload. ARM: OMAP2+: Fix legacy mode dss_reset bus: ti-sysc: Ignore clockactivity unless specified as a quirk bus: ti-sysc: Flush posted write on enable and disable IB/hfi1: Fix module use count flaw due to leftover module put calls IB/mad: Fix use after free when destroying MAD agent loop: replace kill_bdev with invalidate_bdev cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip xhci: Return if xHCI doesn't support LPM xhci: Fix enumeration issue when setting max packet size for FS devices. xhci: Fix incorrect EP_STATE_MASK cifs/smb3: Fix data inconsistent when zero file range cifs/smb3: Fix data inconsistent when punch hole cifs: Fix cached_fid refcnt leak in open_shroot scsi: zfcp: Fix panic on ERP timeout for previously dismissed ERP action scsi: qla2xxx: Keep initiator ports after RSCN usb: cdns3: ep0: add spinlock for cdns3_check_new_setup usb: cdns3: ep0: fix the test mode set incorrectly usb: cdns3: trace: using correct dir value ALSA: usb-audio: Fix OOB access of mixer element list ALSA: usb-audio: add quirk for Samsung USBC Headset (AKG) ALSA: usb-audio: add quirk for Denon DCD-1500RE ALSA: usb-audio: Add implicit feedback quirk for SSL2+. usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangs usb: host: ehci-exynos: Fix error check in exynos_ehci_probe() xhci: Poll for U0 after disabling USB2 LPM usb: host: xhci-mtk: avoid runtime suspend when removing hcd USB: ehci: reopen solution for Synopsys HC bug usb: add USB_QUIRK_DELAY_INIT for Logitech C922 usb: dwc2: Postponed gadget registration to the udc class driver USB: ohci-sm501: Add missed iounmap() in remove binder: fix null deref of proc->context ALSA: usb-audio: Fix potential use-after-free of streams fix a braino in "sparc32: fix register window handling in genregs32_[gs]et()" net: sched: export __netdev_watchdog_up() btrfs: fix a block group ref counter leak after failure to remove block group Revert "i2c: tegra: Fix suspending in active runtime PM state" tcp_cubic: fix spurious HYSTART_DELAY exit upon drop in min RTT sch_cake: fix a few style nits sch_cake: don't call diffserv parsing code when it is not needed sch_cake: don't try to reallocate or unshare skb unconditionally ip_tunnel: fix use-after-free in ip_tunnel_lookup() net: phy: Check harder for errors in get_phy_id() ip6_gre: fix use-after-free in ip6gre_tunnel_lookup() tg3: driver sleeps indefinitely when EEH errors exceed eeh_max_freezes tcp: grow window for OOO packets only for SACK flows tcp: don't ignore ECN CWR on pure ACK sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket rxrpc: Fix notification call on completion of discarded calls rocker: fix incorrect error handling in dma_rings_init openvswitch: take into account de-fragmentation/gso_size in execute_check_pkt_len net: usb: ax88179_178a: fix packet alignment padding net: increment xmit_recursion level in dev_direct_xmit() net: Fix the arp error in some cases net: fix memleak in register_netdevice() net: Do not clear the sock TX queue in sk_set_socket() net: core: reduce recursion limit value net: bridge: enfore alignment for ethernet address mvpp2: ethtool rxtx stats fix mld: fix memory leak in ipv6_mc_destroy_dev() ibmveth: Fix max MTU limit geneve: allow changing DF behavior after creation enetc: Fix tx rings bitmap iteration range, irq handling block/bio-integrity: don't free 'buf' if bio_integrity_add_page() failed ANDROID: GKI: revert part of the ufshcd_* export removals ANDROID: GKI: update ABI definitions based on recent wifi backports BACKPORT: cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entries BACKPORT: nl80211: add no pre-auth attribute and ext. feature flag for ctrl. port BACKPORT: nl80211: modify TID-config API BACKPORT: nl80211: Add NL command to support TID speicific configurations BACKPORT: cfg80211: Support key configuration for Beacon protection (BIGTK) BACKPORT: cfg80211: More error messages for key addition failures BACKPORT: cfg80211: Enhance the AKM advertizement to support per interface. BACKPORT: nl80211: add handling for BSS color BACKPORT: cfg80211: VLAN offload support for set_key and set_sta_vlan Revert "ANDROID: fscrypt: add key removal notifier chain" UPSTREAM: scsi: ufs: Fix imprecise load calculation in devfreq window UPSTREAM: scsi: ufs: Add trace event for UIC commands UPSTREAM: scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devices UPSTREAM: scsi: ufs-mediatek: Allow unbound mphy UPSTREAM: scsi: ufs-mediatek: Fix unbalanced clock on/off UPSTREAM: scsi: ufs-mediatek: Introduce low-power mode for device power supply UPSTREAM: scsi: ufs-mediatek: Do not gate clocks if auto-hibern8 is not entered yet UPSTREAM: scsi: ufs-mediatek: Fix imprecise waiting time for ref-clk control BACKPORT: scsi: ufs: Disable WriteBooster capability in non-supported UFS device BACKPORT: scsi: ufs: Fix WriteBooster flush during runtime suspend BACKPORT: scsi: ufs: Fix index of attributes query for WriteBooster feature BACKPORT: scsi: ufs: Allow WriteBooster on UFS 2.2 devices UPSTREAM: scsi: ufs-mediatek: Customize WriteBooster flush policy UPSTREAM: scsi: ufs: Customize flush threshold for WriteBooster BACKPORT: scsi: ufs: Introduce ufs_hba_variant_params to group customizable parameters UPSTREAM: scsi: ufs-mediatek: Make ufs_mtk_fixup_dev_quirks static UPSTREAM: scsi: ufs: Cleanup WriteBooster feature UPSTREAM: scsi: ufs-mediatek: Enable WriteBooster capability BACKPORT: scsi: ufs: Add LU Dedicated buffer mode support for WriteBooster BACKPORT: scsi: ufs: Add "index" in parameter list of ufshcd_query_flag() UPSTREAM: scsi: ufs-mediatek: Add fixup_dev_quirks vops UPSTREAM: scsi: ufs: Export ufs_fixup_device_setup() function BACKPORT: scsi: ufs: Introduce fixup_dev_quirks vops UPSTREAM: scsi: ufs-mediatek: add error recovery for suspend and resume UPSTREAM: scsi: ufs: export ufshcd_link_recovery UPSTREAM: scsi: ufs-mediatek: customize the delay for enabling host UPSTREAM: scsi: ufs: make HCE polling more compact to improve initialization latency BACKPORT: scsi: ufs: allow custom delay prior to host enabling UPSTREAM: scsi: ufs-mediatek: use common delay function UPSTREAM: scsi: ufs: introduce common and flexible delay function UPSTREAM: scsi: ufs: fix uninitialized tx_lanes in ufshcd_disable_tx_lcc() UPSTREAM: scsi: ufs-mediatek: fix HOST_PA_TACTIVATE quirk for Samsung UFS Devices BACKPORT: scsi: ufs: Add max_lu_supported in struct ufs_dev_info ANDROID: GKI: remove ufshcd_* exports from whitelists ANDROID: GKI: enable CONFIG_SCSI_UFS_DWC_TC_PLATFORM ANDROID: GKI: enable QCOM and HISI UFS drivers ANDROID: GKI: enable UFS for x86 gki builds and SCSI_UFSHCD_PCI UPSTREAM: amba: Retry adding deferred devices at late_initcall ANDROID: GKI: Enable INTERVAL_TREE FROMGIT: binder: fix null deref of proc->context ANDROID: Makefile: append BUILD_NUMBER to version string when defined ANDROID: GKI: update the abi definitions due to 5.4.49 and padding ANDROID: GKI: USB: Gadget: add Android ABI padding to struct usb_gadget ANDROID: GKI: sound/usb/card.h: add Android ABI padding to struct snd_usb_endpoint ANDROID: ext4: Optimize match for casefolded encrypted dirs ANDROID: ext4: Handle casefolding with encryption Linux 5.4.49 net: core: device_rename: Use rwsem instead of a seqcount sched/rt, net: Use CONFIG_PREEMPTION.patch pwm: jz4740: Enhance precision in calculation of duty cycle net: octeon: mgmt: Repair filling of RX ring e1000e: Do not wake up the system via WOL if device wakeup is disabled kretprobe: Prevent triggering kretprobe from within kprobe_flush_task kprobes: Fix to protect kick_kprobe_optimizer() by kprobe_mutex tracing/probe: Fix memleak in fetch_op_data operations crypto: algboss - don't wait during notifier callback crypto: algif_skcipher - Cap recv SG list at ctx->used Revert "drm/amd/display: disable dcn20 abm feature for bring up" drm/i915/icl+: Fix hotplug interrupt disabling after storm detection drm/amd/display: Use kvfree() to free coeff in build_regamma() drm/connector: notify userspace on hotplug after register complete drm/i915: Whitelist context-local timestamp in the gen9 cmdparser drm/i915/gem: Avoid iterating an empty list drm/msm: Check for powered down HW in the devfreq callbacks drm/i915: Fix AUX power domain toggling across TypeC mode resets s390: fix syscall_get_error for compat processes f2fs: avoid utf8_strncasecmp() with unstable name f2fs: split f2fs_d_compare() from f2fs_match_name() net/mlx5: DR, Fix freeing in dr_create_rc_qp() block: nr_sects_write(): Disable preemption on seqcount write x86/boot/compressed: Relax sed symbol type regex for LLVM ld.lld drm/amd/display: Use swap() where appropriate drm/dp_mst: Increase ACT retry timeout to 3s ext4: avoid race conditions when remounting with options that change dax jbd2: clean __jbd2_journal_abort_hard() and __journal_abort_soft() selinux: fix double free drm/amdgpu: Replace invalid device ID with a valid device ID drm/qxl: Use correct notify port address when creating cursor ring drm/dp_mst: Reformat drm_dp_check_act_status() a bit ext4: avoid utf8_strncasecmp() with unstable name ext4: fix partial cluster initialization when splitting extent drm: encoder_slave: fix refcouting error for modules libata: Use per port sync for detach arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints mvpp2: remove module bugfix block: Fix use-after-free in blkdev_get() scsi: ufs-bsg: Fix runtime PM imbalance on error bnxt_en: Return from timer if interface is not in open state. afs: Fix the mapping of the UAEOVERFLOW abort code afs: Set error flag rather than return error from file status decode afs: Always include dir in bulk status fetch from afs_do_lookup() afs: Fix EOF corruption afs: afs_write_end() should change i_size under the right lock afs: Fix non-setting of mtime when writing into mmap powerpc: Fix kernel crash in show_instructions() w/DEBUG_VIRTUAL bcache: fix potential deadlock problem in btree_gc_coalesce ext4: stop overwrite the errcode in ext4_setup_super perf stat: Fix NULL pointer dereference perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events() usb/ehci-platform: Set PM runtime as active on resume usb: host: ehci-platform: add a quirk to avoid stuck usb/xhci-plat: Set PM runtime as active on resume bpf: Fix memlock accounting for sock_hash iavf: fix speed reporting over virtchnl xdp: Fix xsk_generic_xmit errno nfs: set invalid blocks after NFSv4 writes nvme-pci: use simple suspend when a HMB is enabled net/filter: Permit reading NET in load_bytes_relative when MAC not set x86/idt: Keep spurious entries unset in system_vectors scsi: acornscsi: Fix an error handling path in acornscsi_probe() libbpf: Handle GCC noreturn-turned-volatile quirk drm/sun4i: hdmi ddc clk: Fix size of m divider tracing/probe: Fix bpf_task_fd_query() for kprobes and uprobes bpf, sockhash: Synchronize delete from bucket list on map free bpf/sockmap: Fix kernel panic at __tcp_bpf_recvmsg ASoC: rt5645: Add platform-data for Asus T101HA ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT10-A tablet ASoC: SOF: nocodec: conditionally set dpcm_capture/dpcm_playback flags ASoC: core: only convert non DPCM link to DPCM link afs: Fix memory leak in afs_put_sysnames() f2fs: don't return vmalloc() memory from f2fs_kmalloc() selftests/net: in timestamping, strncpy needs to preserve null byte drivers/perf: hisi: Fix wrong value for all counters enable i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n NTB: ntb_test: Fix bug when counting remote files NTB: perf: Fix race condition when run with ntb_test NTB: perf: Fix support for hardware that doesn't have port numbers NTB: perf: Don't require one more memory window than number of peers NTB: Revert the change to use the NTB device dev for DMA allocations NTB: ntb_tool: reading the link file should not end in a NULL byte ntb_tool: pass correct struct device to dma_alloc_coherent ntb_perf: pass correct struct device to dma_alloc_coherent net: marvell: Fix OF_MDIO config check gfs2: fix use-after-free on transaction ail lists blktrace: fix endianness for blk_log_remap() blktrace: fix endianness in get_pdu_int() blktrace: use errno instead of bi_status selftests/vm/pkeys: fix alloc_random_pkey() to make it really random include/linux/bitops.h: avoid clang shift-count-overflow warnings lib/zlib: remove outdated and incorrect pre-increment optimization geneve: change from tx_error to tx_dropped on missing metadata crypto: omap-sham - add proper load balancing support for multicore drm/amd/display: Revalidate bandwidth before commiting DC updates nfsd: safer handling of corrupted c_type pinctrl: freescale: imx: Fix an error handling path in 'imx_pinctrl_probe()' pinctrl: imxl: Fix an error handling path in 'imx1_pinctrl_core_probe()' scsi: ufs: Don't update urgent bkops level when toggling auto bkops scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj gfs2: Allow lock_nolock mount to specify jid=X nfsd4: make drc_slab global, not per-net ceph: don't return -ESTALE if there's still an open file drm/nouveau/disp/gm200-: fix NV_PDISP_SOR_HDMI2_CTRL(n) selection openrisc: Fix issue with argument clobbering for clone/fork rxrpc: Adjust /proc/net/rxrpc/calls to display call->debug_id not user_ID mailbox: zynqmp-ipi: Fix NULL vs IS_ERR() check in zynqmp_ipi_mbox_probe() rtc: rv3028: Add missed check for devm_regmap_init_i2c() vfio/mdev: Fix reference count leak in add_mdev_supported_type ASoC: fsl_asrc_dma: Fix dma_chan leak when config DMA channel failed extcon: adc-jack: Fix an error handling path in 'adc_jack_probe()' powerpc/4xx: Don't unmap NULL mbase input: i8042 - Remove special PowerPC handling of: Fix a refcounting bug in __of_attach_node_sysfs() NFSv4.1 fix rpc_call_done assignment for BIND_CONN_TO_SESSION net: sunrpc: Fix off-by-one issues in 'rpc_ntop6' /dev/mem: Revoke mappings when a driver claims the region misc: xilinx-sdfec: improve get_user_pages_fast() error handling clk: ast2600: Fix AHB clock divider for A1 clk: sprd: return correct type of value for _sprd_pll_recalc_rate KVM: PPC: Book3S: Fix some RCU-list locks KVM: PPC: Book3S HV: Ignore kmemleak false positives scsi: ufs-qcom: Fix scheduling while atomic issue clk: bcm2835: Fix return type of bcm2835_register_gate scsi: target: tcmu: Fix a use after free in tcmu_check_expired_queue_cmd() ASoC: fix incomplete error-handling in img_i2s_in_probe. powerpc/32s: Don't warn when mapping RO data ROX. mfd: stmfx: Disable IRQ in suspend to avoid spurious interrupt mfd: stmfx: Fix stmfx_irq_init error path mfd: stmfx: Reset chip on resume as supply was disabled x86/apic: Make TSC deadline timer detection message visible RDMA/iw_cxgb4: cleanup device debugfs entries on ULD remove scripts: headers_install: Exit with error on config leak usb: gadget: Fix issue with config_ep_by_speed function usb: gadget: fix potential double-free in m66592_probe. usb: gadget: lpc32xx_udc: don't dereference ep pointer before null check USB: gadget: udc: s3c2410_udc: Remove pointless NULL check in s3c2410_udc_nuke usb: dwc2: gadget: move gadget resume after the core is in L0 state watchdog: da9062: No need to ping manually before setting timeout IB/cma: Fix ports memory leak in cma_configfs PCI: amlogic: meson: Don't use FAST_LINK_MODE to set up link PCI: dwc: Fix inner MSI IRQ domain registration PCI/PTM: Inherit Switch Downstream Port PTM settings from Upstream Port dm zoned: return NULL if dmz_get_zone_for_reclaim() fails to find a zone powerpc/64s/pgtable: fix an undefined behaviour arm64: tegra: Fix flag for 64-bit resources in 'ranges' property arm64: tegra: Fix ethernet phy-mode for Jetson Xavier fuse: copy_file_range should truncate cache fuse: fix copy_file_range cache issues firmware: imx: scu: Fix possible memory leak in imx_scu_probe() scsi: target: tcmu: Userspace must not complete queued commands RDMA/hns: Fix cmdq parameter of querying pf timer resource RDMA/hns: Bugfix for querying qkey clk: samsung: exynos5433: Add IGNORE_UNUSED flag to sclk_i2s1 fpga: dfl: afu: Corrected error handling levels tty: n_gsm: Fix bogus i++ in gsm_data_kick USB: host: ehci-mxc: Add error handling in ehci_mxc_drv_probe() ASoC: Intel: bytcr_rt5640: Add quirk for Toshiba Encore WT8-A tablet drm/msm/mdp5: Fix mdp5_init error path for failed mdp5_kms allocation usb/ohci-platform: Fix a warning when hibernating vfio-pci: Mask cap zero powerpc/ps3: Fix kexec shutdown hang drivers: phy: sr-usb: do not use internal fsm for USB2 phy init powerpc/pseries/ras: Fix FWNMI_VALID off by one powerpc/64s/exception: Fix machine check no-loss idle wakeup ipmi: use vzalloc instead of kmalloc for user creation habanalabs: increase timeout during reset PCI/PM: Assume ports without DLL Link Active train links in 100 ms HID: Add quirks for Trust Panora Graphic Tablet ALSA: usb-audio: Add duplex sound support for USB devices using implicit feedback tty: n_gsm: Fix waking up upper tty layer when room available tty: n_gsm: Fix SOF skipping powerpc/64: Don't initialise init_task->thread.regs PCI: Fix pci_register_host_bridge() device_register() error handling clk: ti: composite: fix memory leak USB: ohci-sm501: fix error return code in ohci_hcd_sm501_drv_probe() dlm: remove BUG() before panic() pinctrl: rockchip: fix memleak in rockchip_dt_node_to_map ASoC: ti: omap-mcbsp: Fix an error handling path in 'asoc_mcbsp_probe()' ASoC: ux500: mop500: Fix some refcounted resources issues SoC: rsnd: add interrupt support for SSI BUSIF buffer scsi: mpt3sas: Fix double free warnings scsi: target: loopback: Fix READ with data and sensebytes arm64: dts: msm8996: Fix CSI IRQ types ASoC: SOF: core: fix error return code in sof_probe_continue() power: supply: smb347-charger: IRQSTAT_D is volatile power: supply: lp8788: Fix an error handling path in 'lp8788_charger_probe()' ALSA: firewire-lib: fix invalid assignment to union data for directional parameter scsi: qla2xxx: Fix warning after FC target reset PCI/ASPM: Allow ASPM on links to PCIe-to-PCI/PCI-X Bridges PCI: rcar: Fix incorrect programming of OB windows drivers: base: Fix NULL pointer exception in __platform_driver_probe() if a driver developer is foolish serial: amba-pl011: Make sure we initialize the port.lock spinlock i2c: pxa: fix i2c_pxa_scream_blue_murder() debug output PCI: v3-semi: Fix a memory leak in v3_pci_probe() error handling paths staging: sm750fb: add missing case while setting FB_VISUAL staging: wilc1000: Increase the size of wid_list array usb: dwc3: gadget: Properly handle failed kick_transfer usb: dwc3: gadget: Properly handle ClearFeature(halt) HID: intel-ish-hid: avoid bogus uninitialized-variable warning soundwire: slave: don't init debugfs on device registration error ASoC: max98373: reorder max98373_reset() in resume clk: meson: meson8b: Don't rely on u-boot to init all GP_PLL registers thermal/drivers/ti-soc-thermal: Avoid dereferencing ERR_PTR gpio: pca953x: fix handling of automatic address incrementing clk: meson: meson8b: Fix the vclk_div{1, 2, 4, 6, 12}_en gate bits clk: meson: meson8b: Fix the polarity of the RESET_N lines clk: meson: meson8b: Fix the first parent of vid_pll_in_sel slimbus: ngd: get drvdata from correct device tty: hvc: Fix data abort due to race in hvc_open s390/qdio: put thinint indicator after early error ALSA: usb-audio: Fix racy list management in output queue ALSA: usb-audio: Improve frames size computation staging: gasket: Fix mapping refcnt leak when register/store fails staging: gasket: Fix mapping refcnt leak when put attribute fails firmware: qcom_scm: fix bogous abuse of dma-direct internals arm64: dts: qcom: fix pm8150 gpio interrupts virtiofs: schedule blocking async replies in separate worker pinctrl: rza1: Fix wrong array assignment of rza1l_swio_entries scsi: qedf: Fix crash when MFW calls for protocol stats while function is still probing gpio: dwapb: Append MODULE_ALIAS for platform driver RDMA/mlx5: Fix udata response upon SRQ creation ARM: dts: sun8i-h2-plus-bananapi-m2-zero: Fix led polarity arm64: dts: qcom: msm8916: remove unit name for thermal trip points scsi: qedi: Do not flush offload work if ARP not resolved arm64: dts: mt8173: fix unit name warnings staging: greybus: fix a missing-check bug in gb_lights_light_config() x86/purgatory: Disable various profiling and sanitizing options apparmor: fix nnp subset test for unconfined scsi: ibmvscsi: Don't send host info in adapter info MAD after LPM scsi: sr: Fix sr_probe() missing deallocate of device minor bpf, sockhash: Fix memory leak when unlinking sockets in sock_hash_free ASoC: meson: add missing free_irq() in error path f2fs: handle readonly filesystem in f2fs_ioc_shutdown() apparmor: check/put label on apparmor_sk_clone_security() net: dsa: lantiq_gswip: fix and improve the unsupported interface error apparmor: fix introspection of of task mode for unconfined tasks mksysmap: Fix the mismatch of '.L' symbols in System.map NTB: Fix the default port and peer numbers for legacy drivers NTB: ntb_pingpong: Choose doorbells based on port number yam: fix possible memory leak in yam_init_driver sparc32: mm: Don't try to free page-table pages if ctor() fails pwm: img: Call pm_runtime_put() in pm_runtime_get_sync() failed case powerpc/crashkernel: Take "mem=" option into account ASoC: qcom: q6asm-dai: kCFI fix cifs: set up next DFS target before generic_ip_connect() RDMA/core: Fix several reference count leaks. PCI: vmd: Filter resource type bits from shadow register nfsd: Fix svc_xprt refcnt leak when setup callback client failed powerpc/perf/hv-24x7: Fix inconsistent output values incase multiple hv-24x7 events run IB/mlx5: Fix DEVX support for MLX5_CMD_OP_INIT2INIT_QP command clk: clk-flexgen: fix clock-critical handling scsi: vhost: Notify TCM about the maximum sg entries supported per command scsi: lpfc: Fix lpfc_nodelist leak when processing unsolicited event clk: zynqmp: fix memory leak in zynqmp_register_clocks scsi: cxgb3i: Fix some leaks in init_act_open() mfd: wm8994: Fix driver operation if loaded as modules powerpc/ptdump: Add _PAGE_COHERENT flag usb: gadget: core: sync interrupt before unbind the udc gpio: dwapb: Call acpi_gpiochip_free_interrupts() on GPIO chip de-registration m68k/PCI: Fix a memory leak in an error handling path PCI: pci-bridge-emul: Fix PCIe bit conflicts scsi: hisi_sas: Do not reset phy timer to wait for stray phy up RDMA/mlx5: Add init2init as a modify command coresight: tmc: Fix TMC mode read in tmc_read_prepare_etb() vfio/pci: fix memory leaks in alloc_perm_bits() arm64: dts: fvp/juno: Fix node address fields ps3disk: use the default segment boundary PCI: aardvark: Don't blindly enable ASPM L0s and don't write to read-only register arm64: dts: fvp: Fix GIC child nodes ASoC: SOF: Do nothing when DSP PM callbacks are not set clk: renesas: cpg-mssr: Fix STBCR suspend/resume handling pinctrl: ocelot: Fix GPIO interrupt decoding on Jaguar2 arm64: dts: juno: Fix GIC child nodes arm64: dts: armada-3720-turris-mox: fix SFP binding arm64: dts: armada-3720-turris-mox: forbid SDR104 on SDIO for FCC purposes dm mpath: switch paths in dm_blk_ioctl() code path misc: fastrpc: fix potential fastrpc_invoke_ctx leak misc: fastrpc: Fix an incomplete memory release in fastrpc_rpmsg_probe() serial: 8250: Fix max baud limit in generic 8250 port usblp: poison URBs upon disconnect clk: samsung: Mark top ISP and CAM clocks on Exynos542x as critical remoteproc: qcom_q6v5_mss: map/unmap mpss segments before/after use i2c: pxa: clear all master action bits in i2c_pxa_stop_message() f2fs: report delalloc reserve as non-free in statfs for project quota iio: bmp280: fix compensation of humidity rtc: mc13xxx: fix a double-unlock issue powerpc/kasan: Fix stack overflow by increasing THREAD_SHIFT Input: edt-ft5x06 - fix get_default register write access scsi: qla2xxx: Fix issue with adapter's stopping state PCI: Allow pci_resize_resource() for devices on root bus ALSA: isa/wavefront: prevent out of bounds write in ioctl ALSA: hda/realtek - Introduce polarity for micmute LED GPIO arm64: dts: meson: fixup SCP sram nodes scsi: qedi: Check for buffer overflow in qedi_set_path() scsi: core: free sgtables in case command setup fails ARM: dts: stm32: Add missing ethernet PHY reset on AV96 ARM: integrator: Add some Kconfig selections ASoC: davinci-mcasp: Fix dma_chan refcnt leak when getting dma type ARM: dts: renesas: Fix IOMMU device node names backlight: lp855x: Ensure regulators are disabled on probe failure ASoC: fsl_esai: Disable exception interrupt before scheduling tasklet clk: qcom: msm8916: Fix the address location of pll->config_reg remoteproc: Fix IDR initialisation in rproc_alloc() iio: pressure: bmp280: Tolerate IRQ before registering ASoC: SOF: imx8: Fix randbuild error i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsets ASoC: tegra: tegra_wm8903: Support nvidia, headset property clk: sunxi: Fix incorrect usage of round_down() power: supply: bq24257_charger: Replace depends on REGMAP_I2C with select ANDROID: abi_gki_aarch64_qcom_whitelist: Add reboot_mode ANDROID: Update kabi for db845c (following moving pinctrl to a module) ANDROID: GKI: Remove msm_pinctrl-* symbols from the abi lists ANDROID: db845c_gki.fragment: Add PINCTRL_MSM=m ANDROID: GKI: Remove PINCTRL_MSM as built in driver ANDROID: pinctrl: qcom: Allow pinctrl-msm code to be loadable as a module ANDROID: GKI: update ABI after struct vm_fault changes ANDROID: GKI: mm: add struct vm_fault fields for SPECULATIVE_PAGE_FAULTS FROMLIST: f2fs: fix use-after-free when accessing bio->bi_crypt_context ANDROID: GKI: Update ABI for incremental fs ANDROID: GKI: Update whitelist and defconfig for incfs ANDROID: gki_defconfig: x86: Enable KERNEL_LZ4 ANDROID: GKI: scripts: Makefile: update the lz4 command ANDROID: Use depmod from the hermetic toolchain ANDROID: ABI/Whitelist: update symbols of unisoc whitelist Linux 5.4.48 perf symbols: Fix kernel maps for kcore and eBPF perf symbols: Fix debuginfo search for Ubuntu perf probe: Check address correctness by map instead of _etext perf probe: Fix to check blacklist address correctly perf probe: Do not show the skipped events f2fs: fix checkpoint=disable:%u%% w1: omap-hdq: cleanup to add missing newline for some dev_dbg mtd: rawnand: tmio: Fix the probe error path mtd: rawnand: mtk: Fix the probe error path mtd: rawnand: pasemi: Fix the probe error path mtd: rawnand: plat_nand: Fix the probe error path mtd: rawnand: sunxi: Fix the probe error path mtd: rawnand: oxnas: Fix the probe error path mtd: rawnand: socrates: Fix the probe error path mtd: rawnand: orion: Fix the probe error path mtd: rawnand: xway: Fix the probe error path mtd: rawnand: ingenic: Fix the probe error path mtd: rawnand: sharpsl: Fix the probe error path mtd: rawnand: diskonchip: Fix the probe error path mtd: rawnand: brcmnand: fix hamming oob layout mtd: rawnand: onfi: Fix redundancy detection check mtd: rawnand: Fix nand_gpio_waitrdy() sunrpc: clean up properly in gss_mech_unregister() sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations. kbuild: force to build vmlinux if CONFIG_MODVERSION=y powerpc/64s: Save FSCR to init_task.thread.fscr after feature init powerpc/64s: Don't let DT CPU features set FSCR_DSCR powerpc/32: Disable KASAN with pages bigger than 16k powerpc/kasan: Fix shadow pages allocation failure powerpc/kasan: Fix issues by lowering KASAN_SHADOW_END powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUG drivers/macintosh: Fix memleak in windfarm_pm112 driver ARM: dts: s5pv210: Set keep-power-in-suspend for SDHCI1 on Aries ARM: dts: at91: sama5d2_ptc_ek: fix vbus pin ARM: dts: exynos: Fix GPIO polarity for thr GalaxyS3 CM36651 sensor's bus soc/tegra: pmc: Select GENERIC_PINCONF ARM: tegra: Correct PL310 Auxiliary Control Register initialization kernel/cpu_pm: Fix uninitted local in cpu_pm powerpc/fadump: Account for memory_limit while reserving memory powerpc/fadump: consider reserved ranges while reserving memory powerpc/fadump: use static allocation for reserved memory ranges alpha: fix memory barriers so that they conform to the specification dm crypt: avoid truncating the logical block size sparc64: fix misuses of access_process_vm() in genregs32_[sg]et() sparc32: fix register window handling in genregs32_[gs]et() gnss: sirf: fix error return code in sirf_probe() pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOs pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210 power: supply: core: fix memory leak in HWMON error path power: supply: core: fix HWMON temperature labels power: vexpress: add suppress_bind_attrs to true EDAC/amd64: Add AMD family 17h model 60h PCI IDs hwmon: (k10temp) Add AMD family 17h model 60h PCI match igb: Report speed and duplex as unknown when device is runtime suspended clk: mediatek: assign the initial value to clk_init_data of mtk_mux media: ov5640: fix use of destroyed mutex b43_legacy: Fix connection problem with WPA3 b43: Fix connection problem with WPA3 b43legacy: Fix case where channel status is corrupted Bluetooth: hci_bcm: fix freeing not-requested IRQ serial: 8250: Avoid error message on reprobe media: cedrus: Program output format during each run media: go7007: fix a miss of snd_card_free carl9170: remove P2P_GO support e1000e: Relax condition to trigger reset for ME workaround e1000e: Disable TSO for buffer overrun workaround PCI: Program MPS for RCiEP devices ima: Set again build_ima_appraise variable ima: Remove redundant policy rule set in add_rules() x86/amd_nb: Add AMD family 17h model 60h PCI IDs serial: 8250_pci: Move Pericom IDs to pci_ids.h PCI: Add Loongson vendor ID x86/amd_nb: Add Family 19h PCI IDs PCI: vmd: Add device id for VMD device 8086:9A0B PCI: Add ACS quirk for Intel Root Complex Integrated Endpoints PCI: Avoid FLR for AMD Starship USB 3.0 PCI: Avoid FLR for AMD Matisse HD Audio & USB 3.0 PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect ext4: fix race between ext4_sync_parent() and rename() ext4: fix error pointer dereference ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max evm: Fix possible memory leak in evm_calc_hmac_or_hash() ima: Remove __init annotation from ima_pcrread() ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init() ima: Directly assign the ima_default_policy pointer to ima_rules ima: Evaluate error in init_ima() ima: Switch to ima_hash_algo for boot aggregate ima: Fix ima digest hash table key calculation mm: call cond_resched() from deferred_init_memmap() mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred init mm: initialize deferred pages with interrupts enabled mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked() powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32. btrfs: fix space_info bytes_may_use underflow during space cache writeout btrfs: fix space_info bytes_may_use underflow after nocow buffered write btrfs: fix wrong file range cleanup after an error filling dealloc range btrfs: fix error handling when submitting direct I/O bio btrfs: force chunk allocation if our global rsv is larger than metadata btrfs: send: emit file capabilities after chown btrfs: include non-missing as a qualifier for the latest_bdev btrfs: free alien device after device add string.h: fix incompatibility between FORTIFY_SOURCE and KASAN kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE selftests/bpf, flow_dissector: Close TAP device FD after the test bpf: Fix running sk_skb program types with ktls bpf: Refactor sockmap redirect code so its easy to reuse bpf: Fix map permissions check libbpf: Fix perf_buffer__free() API for sparse allocs platform/x86: asus_wmi: Reserve more space for struct bias_args platform/x86: intel-vbtn: Only blacklist SW_TABLET_MODE on the 9 / "Laptop" chasis-type platform/x86: intel-hid: Add a quirk to support HP Spectre X2 (2015) platform/x86: hp-wmi: Convert simple_strtoul() to kstrtou32() cpuidle: Fix three reference count leaks spi: dw: Return any value retrieved from the dma_transfer callback mmc: sdhci-esdhc-imx: fix the mask for tuning start point iwlwifi: mvm: fix aux station leak ixgbe: fix signed-integer-overflow warning ice: fix potential double free in probe unrolling mmc: via-sdmmc: Respect the cmd->busy_timeout from the mmc core staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc core mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirk bcache: fix refcount underflow in bcache_device_free() MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe() PCI: Don't disable decoding when mmio_always_on is set macvlan: Skip loopback packets in RX handler btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new qgroup btrfs: improve global reserve stealing logic m68k: mac: Don't call via_flush_cache() on Mac IIfx MIPS: tools: Fix resource leak in elf-entry.c x86/mm: Stop printing BRK addresses selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and raven crypto: stm32/crc32 - fix multi-instance crypto: stm32/crc32 - fix run-time self test issue. crypto: stm32/crc32 - fix ext4 chksum BUG_ON() mips: Add udelay lpj numbers adjustment mips: MAAR: Use more precise address mask sched: Defend cfs and rt bandwidth quota against overflow x86/boot: Correct relocation destination on old linkers kgdboc: Use a platform device to handle tty drivers showing up late mwifiex: Fix memory corruption in dump_station rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup() net/mlx5e: IPoIB, Drop multicast packets that this interface sent veth: Adjust hard_start offset on redirect XDP frames iocost: don't let vrate run wild while there's no saturation signal raid5: remove gfp flags from scribble_alloc() md: don't flush workqueue unconditionally in md_open mt76: avoid rx reorder buffer overflow drm/mcde: dsi: Fix return value check in mcde_dsi_bind() net: qed*: Reduce RX and TX default ring count when running inside kdump kernel wcn36xx: Fix error handling path in 'wcn36xx_probe()' ath10k: Remove msdu from idr when management pkt send fails nvme-tcp: use bh_lock in data_ready nvme-pci: align io queue count with allocted nvme_queue in nvme_probe nvme: refine the Qemu Identify CNS quirk iwlwifi: avoid debug max amsdu config overwriting itself platform/x86: intel-vbtn: Also handle tablet-mode switch on "Detachable" and "Portable" chassis-types platform/x86: intel-vbtn: Do not advertise switches to userspace if they are not there platform/x86: intel-vbtn: Split keymap into buttons and switches parts platform/x86: intel-vbtn: Use acpi_evaluate_integer() xfs: fix duplicate verification from xfs_qm_dqflush() xfs: reset buffer write failure state on successful completion kgdb: Fix spurious true from in_dbg_master() mips: cm: Fix an invalid error code of INTVN_*_ERR MIPS: Truncate link address into 32bit for 32bit kernel Crypto/chcr: fix for ccm(aes) failed test xfs: clean up the error handling in xfs_swap_extents libertas_tf: avoid a null dereference in pointer priv powerpc/spufs: fix copy_to_user while atomic net: allwinner: Fix use correct return type for ndo_start_xmit() media: cec: silence shift wrapping warning in __cec_s_log_addrs() drivers: net: davinci_mdio: fix potential NULL dereference in davinci_mdio_probe() selinux: fix error return code in policydb_read() net: lpc-enet: fix error return code in lpc_mii_init() iocost_monitor: drop string wrap around numbers when outputting json drivers/perf: hisi: Fix typo in events attribute array sched/core: Fix illegal RCU from offline CPUs exit: Move preemption fixup up, move blocking operations down lib/mpi: Fix 64-bit MIPS build with Clang net: bcmgenet: Fix WoL with password after deep sleep net: bcmgenet: set Rx mode before starting netif selftests/bpf: Fix memory leak in extract_build_id() netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supported dpaa2-eth: fix return codes used in ndo_setup_tc Drivers: hv: vmbus: Always handle the VMBus messages on CPU0 audit: fix a net reference leak in audit_list_rules_send() Bluetooth: btbcm: Add 2 missing models to subver tables ath10k: add flush tx packets for SDIO chip MIPS: Make sparse_init() using top-down allocation media: platform: fcp: Set appropriate DMA parameters media: dvb: return -EREMOTEIO on i2c transfer failure. audit: fix a net reference leak in audit_send_reply() drm/mediatek: set dpi pin mode to gpio low to avoid leakage current dt-bindings: display: mediatek: control dpi pins mode to avoid leakage e1000: Distribute switch variables for initialization tools api fs: Make xxx__mountpoint() more scalable regulator: qcom-rpmh: Fix typos in pm8150 and pm8150l brcmfmac: fix wrong location to get firmware feature spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource media: staging/intel-ipu3: Implement lock for stream on/off operations ath10k: fix kernel null pointer dereference staging: android: ion: use vmap instead of vm_map_ram x86: fix vmap arguments in map_irq_stack net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss() x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit spi: dw: Fix Rx-only DMA transfers Bluetooth: btmtkuart: Improve exception handling in btmtuart_probe() mmc: meson-mx-sdio: trigger a soft reset after a timeout or CRC error ice: Fix for memory leaks and modify ICE_FREE_CQ_BUFS ice: Fix memory leak batman-adv: Revert "disable ethtool link speed detection when auto negotiation off" ARM: 8978/1: mm: make act_mm() respect THREAD_SIZE btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums btrfs: account for trans_block_rsv in may_commit_transaction media: dvbdev: Fix tuner->demod media controller link clocksource: dw_apb_timer_of: Fix missing clockevent timers clocksource: dw_apb_timer: Make CPU-affiliation being optional spi: dw: Enable interrupts in accordance with DMA xfer mode mips: Fix cpu_has_mips64r1/2 activation for MIPS32 CPUs ACPI/IORT: Fix PMCG node single ID mapping handling pmu/smmuv3: Clear IRQ affinity hint on device removal kgdb: Prevent infinite recursive entries to the debugger kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb Bluetooth: Add SCO fallback for invalid LMP parameters error MIPS: Loongson: Build ATI Radeon GPU driver as module platform/x86: dell-laptop: don't register micmute LED if there is no token ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4K lockdown: Allow unprivileged users to see lockdown status drm: rcar-du: Set primary plane zpos immutably at initializing block: reset mapping if failed to update hardware queue count arm64: insn: Fix two bugs in encoding 32-bit logical immediates block: alloc map and request for new hardware queue ACPICA: Dispatcher: add status checks spi: dw: Zero DMA Tx and Rx configurations on stack rtw88: fix an issue about leak system resources media: staging: ipu3: Fix stale list entries on parameter queue failure arm64: cacheflush: Fix KGDB trap detection ath10k: remove the max_sched_scan_reqs value efi/libstub/x86: Work around LLVM ELF quirk build regression net: ena: fix error returning in ena_com_get_hash_function() net: atlantic: make hw_get_regs optional sched/fair: Refill bandwidth before scaling x86,smap: Fix smap_{save,restore}() alternatives spi: pxa2xx: Apply CS clk quirk to BXT libbpf: Fix memory leak and possible double-free in hashmap__clear arm64/kernel: Fix range on invalidating dcache for boot page tables drm/amdgpu: Init data to avoid oops while reading pp_num_states. spi: spi-mem: Fix Dual/Quad modes on Octal-capable devices objtool: Ignore empty alternatives media: si2157: Better check for running tuner in init media: vicodec: Fix error codes in probe function crypto: ccp -- don't "select" CONFIG_DMADEVICES media: imx: imx7-mipi-csis: Cleanup and fix subdev pad format handling media: staging: imgu: do not hold spinlock during freeing mmu page table drm: bridge: adv7511: Extend list of audio sample rates ath10k: Fix the race condition in firmware dump work queue drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4 ACPI: GED: use correct trigger type field in _Exx / _Lxx handling writeback: Drop I_DIRTY_TIME_EXPIRE writeback: Fix sync livelock due to b_dirty_time processing writeback: Avoid skipping inode writeback writeback: Protect inode->i_io_list with inode->i_lock Revert "writeback: Avoid skipping inode writeback" ANDROID: GKI: enable some more USB configfs options Linux 5.4.47 KVM: arm64: Save the host's PtrAuth keys in non-preemptible context KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception xen/pvcalls-back: test for errors when calling backend_connect() block/floppy: fix contended case in floppy_queue_rq() mmc: sdio: Fix several potential memory leaks in mmc_sdio_init_card() mmc: sdio: Fix potential NULL pointer error in mmc_sdio_init_card() ARM: dts: at91: sama5d2_ptc_ek: fix sdmmc0 node description mmc: uniphier-sd: call devm_request_irq() after tmio_mmc_host_probe() mmc: tmio: Further fixup runtime PM management at remove mmc: mmci_sdmmc: fix DMA API warning overlapping mappings mmc: sdhci-msm: Clear tuning done flag while hs400 tuning agp/intel: Reinforce the barrier after GTT updates perf: Add cond_resched() to task_function_call() fat: don't allow to mount if the FAT length == 0 mm/slub: fix a memory leak in sysfs_slab_add() drm/vkms: Hold gem object while still in-use Smack: slab-out-of-bounds in vsscanf ath9k: Fix general protection fault in ath9k_hif_usb_rx_cb ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cb ath9k: Fix use-after-free Write in ath9k_htc_rx_msg ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rx ath9k: Fix use-after-free Read in htc_connect_service selftests/ftrace: Return unsupported if no error_log file scsi: lpfc: Fix negation of else clause in lpfc_prep_node_fc4type scsi: megaraid_sas: TM command refire leads to controller firmware crash KVM: arm64: Make vcpu_cp1x() work on Big Endian hosts KVM: arm64: Stop writing aarch32's CSSELR into ACTLR KVM: MIPS: Fix VPN2_MASK definition for variable cpu_vmbits KVM: MIPS: Define KVM_ENTRYHI_ASID to cpu_asid_mask(&boot_cpu_data) KVM: nVMX: Consult only the "basic" exit reason when routing nested exit KVM: nSVM: leave ASID aside in copy_vmcb_control_area KVM: nSVM: fix condition for filtering async PF KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 video: fbdev: w100fb: Fix a potential double free. video: vt8500lcdfb: fix fallthrough warning EDAC/skx: Use the mcmtr register to retrieve close_pg/bank_xor_enable cpufreq: Fix up cpufreq_boost_set_sw() remoteproc: Fix and restore the parenting hierarchy for vdev remoteproc: Fall back to using parent memory pool if no dedicated available proc: Use new_inode not new_inode_pseudo ovl: initialize error in ovl_copy_xattr net/mlx5e: Fix repeated XSK usage on one channel net/mlx5: Fix fatal error handling during device load net/mlx5: drain health workqueue in case of driver load error selftests/net: in rxtimestamp getopt_long needs terminating null entry dccp: Fix possible memleak in dccp_init and dccp_fini crypto: virtio: Fix dest length calculation in __virtio_crypto_skcipher_do_req() crypto: virtio: Fix src/dst scatterlist calculation in __virtio_crypto_skcipher_do_req() crypto: virtio: Fix use-after-free in virtio_crypto_skcipher_finalize_req() firmware: imx: scu: Fix corruption of header firmware: imx-scu: Support one TX and one RX firmware: imx: warn on unexpected RX x86/{mce,mm}: Unmap the entire page if the whole page is affected and poisoned crypto: drbg - fix error return code in drbg_alloc_state() crypto: algapi - Avoid spurious modprobe on LOADED crypto: cavium/nitrox - Fix 'nitrox_get_first_device()' when ndevlist is fully iterated gup: document and work around "COW can break either way" issue PM: runtime: clk: Fix clk_pm_runtime_get() error path spi: bcm-qspi: when tx/rx buffer is NULL set to 0 spi: bcm-qspi: Handle clock probe deferral spi: bcm2835aux: Fix controller unregister order spi: bcm2835: Fix controller unregister order spi: pxa2xx: Fix runtime PM ref imbalance on probe error spi: pxa2xx: Fix controller unregister order spi: Fix controller unregister order spi: dw: Fix controller unregister order nilfs2: fix null pointer dereference at nilfs_segctor_do_construct() lib/lzo: fix ambiguous encoding bug in lzo-rle arm64: acpi: fix UBSAN warning ACPI: PM: Avoid using power resources if there are none for D0 ACPI: GED: add support for _Exx / _Lxx handler methods ACPI: CPPC: Fix reference count leak in acpi_cppc_processor_probe() ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile() ALSA: usb-audio: Add vendor, product and profile name for HP Thunderbolt Dock ALSA: usb-audio: Fix inconsistent card PM state after resume ALSA: pcm: fix snd_pcm_link() lockdep splat ALSA: pcm: disallow linking stream to itself ALSA: hda/realtek - add a pintbl quirk for several Lenovo machines ALSA: fireface: fix configuration error for nominal sampling transfer frequency ALSA: es1688: Add the missed snd_card_free() watchdog: imx_sc_wdt: Fix reboot on crash smb3: add indatalen that can be a non-zero value to calculation of credit charge in smb2 ioctl smb3: fix incorrect number of credits when ioctl MaxOutputResponse > 64K efi/efivars: Add missing kobject_put() in sysfs entry creation error path io_uring: use kvfree() in io_sqe_buffer_register() ASoC: max9867: fix volume controls powerpc/ptdump: Properly handle non standard page size KVM: x86: Fix APIC page invalidation race KVM: x86: respect singlestep when emulating instruction KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated perf/x86/intel: Add more available bits for OFFCORE_RESPONSE of Intel Tremont x86/reboot/quirks: Add MacBook6,1 reboot quirk x86/speculation: PR_SPEC_FORCE_DISABLE enforcement for indirect branches. x86/speculation: Avoid force-disabling IBPB based on STIBP and enhanced IBRS. x86/speculation: Prevent rogue cross-process SSBD shutdown x86/PCI: Mark Intel C620 MROMs as having non-compliant BARs x86_64: Fix jiffies ODR violation sctp: fix refcount bug in sctp_wfree sctp: fix possibly using a bad saddr with a given dst iwlwifi: mvm: fix NVM check for 3168 devices ipv4: fix a RCU-list lock in fib_triestat_seq_show aio: fix async fsync creds fanotify: fix ignore mask logic for events on child and on dir selftests: fix flower parent qdisc mm: add kvfree_sensitive() for freeing sensitive data objects perf probe: Accept the instance number of kretprobe event PCI/PM: Adjust pcie_wait_for_link_delay() for caller delay KVM: x86: only do L1TF workaround on affected processors x86/cpu/amd: Make erratum #1054 a legacy erratum s390/pci: Log new handle in clp_disable_fh() padata: add separate cpuhp node for CPUHP_PADATA_DEAD RDMA/uverbs: Make the event_queue fds return POLLERR when disassociated smack: avoid unused 'sip' variable warning ath9k_htc: Silence undersized packet warnings spi: dw: Fix native CS being unset powerpc/xive: Clear the page tables for the ESB IO mapping drivers/net/ibmvnic: Update VNIC protocol version reporting gfs2: Even more gfs2_find_jhead fixes csky: Fixup abiv2 syscall_trace break a4 & a5 Input: synaptics - add a second working PNP_ID for Lenovo T470s sched/fair: Don't NUMA balance for kthreads ARM: 8977/1: ptrace: Fix mask for thumb breakpoint hook Input: mms114 - fix handling of mms345l elfnote: mark all .note sections SHF_ALLOC bpf: Support llvm-objcopy for vmlinux BTF vxlan: Avoid infinite loop when suppressing NS messages with invalid options bridge: Avoid infinite loop when suppressing NS messages with invalid options tun: correct header offsets in napi frags mode net_failover: fixed rollback in net_failover_open() mlxsw: core: Use different get_trend() callbacks for different thermal zones ipv6: fix IPV6_ADDRFORM operation logic fs-verity: remove unnecessary extern keywords fs-verity: fix all kerneldoc warnings fscrypt: add support for IV_INO_LBLK_32 policies fscrypt: make test_dummy_encryption use v2 by default fscrypt: support test_dummy_encryption=v2 fscrypt: add fscrypt_add_test_dummy_key() linux/parser.h: add include guards fscrypt: remove unnecessary extern keywords fscrypt: name all function parameters fscrypt: fix all kerneldoc warnings ANDROID: GKI: enable CONFIG_EXT4_FS_POSIX_ACL. ANDROID: arch: arm: Increase kernel command line size ANDROID: arch: arm64: Increase kernel command line size ANDROID: ABI: Add typec symbols to QCOM ABI whitelist UPSTREAM: usb: typec: Remove the callback members from struct typec_capability UPSTREAM: usb: typec: ucsi: Start using struct typec_operations UPSTREAM: usb: typec: tps6598x: Start using struct typec_operations UPSTREAM: usb: typec: tcpm: Start using struct typec_operations UPSTREAM: usb: typec: Separate the operations vector UPSTREAM: usb: typec: Introduce typec_get_drvdata() UPSTREAM: usb: typec: Copy everything from struct typec_capability during registration ANDROID: kbuild: merge more sections with LTO UPSTREAM: driver core: Remove unnecessary is_fwnode_dev variable in device_add() UPSTREAM: driver core: Remove check in driver_deferred_probe_force_trigger() UPSTREAM: of: platform: Batch fwnode parsing when adding all top level devices BACKPORT: driver core: fw_devlink: Add support for batching fwnode parsing BACKPORT: driver core: Look for waiting consumers only for a fwnode's primary device UPSTREAM: usb: musb: Add support for MediaTek musb controller UPSTREAM: usb: musb: Add musb_clearb/w() interface UPSTREAM: usb: musb: Add noirq type of dma create interface UPSTREAM: usb: musb: Add get/set toggle hooks UPSTREAM: dt-bindings: usb: musb: Add support for MediaTek musb controller Revert "ANDROID: Remove default y on BRIDGE_IGMP_SNOOPING" Linux 5.4.46 Revert "net/mlx5: Annotate mutex destroy for root ns" uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly aligned x86/speculation: Add Ivy Bridge to affected list x86/speculation: Add SRBDS vulnerability and mitigation documentation x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigation x86/cpu: Add 'table' argument to cpu_matches() x86/cpu: Add a steppings field to struct x86_cpu_id x86/speculation/spectre_v2: Exclude Zhaoxin CPUs from SPECTRE_V2 nvmem: qfprom: remove incorrect write support CDC-ACM: heed quirk also in error handling staging: rtl8712: Fix IEEE80211_ADDBA_PARAM_BUF_SIZE_MASK tty: hvc_console, fix crashes on parallel open/close vt: keyboard: avoid signed integer overflow in k_ascii usb: musb: Fix runtime PM imbalance on error usb: musb: start session in resume for host port iio: adc: stm32-adc: fix a wrong error message when probing interrupts iio:chemical:pms7003: Fix timestamp alignment and prevent data leak. iio: vcnl4000: Fix i2c swapped word reading. iio:chemical:sps30: Fix timestamp alignment USB: serial: ch341: add basis for quirk detection USB: serial: option: add Telit LE910C1-EUX compositions USB: serial: usb_wwan: do not resubmit rx urb on fatal errors USB: serial: qcserial: add DW5816e QDL support net: be more gentle about silly gso requests coming from user net: check untrusted gso_size at kernel entry vsock: fix timeout in vsock_accept() nfp: flower: fix used time of merge flow statistics NFC: st21nfca: add missed kfree_skb() in an error path net: usb: qmi_wwan: add Telit LE910C1-EUX composition net: stmmac: enable timestamp snapshot for required PTP packets in dwmac v5.10a net/mlx5: Fix crash upon suspend/resume l2tp: do not use inet_hash()/inet_unhash() l2tp: add sk_family checks to l2tp_validate_socket devinet: fix memleak in inetdev_init() ANDROID: GKI: Update ABI after scsi/ufs changes FROMLIST: Documentation:sysfs-ufs: Add WriteBooster documentation FROMGIT: scsi: ufs-qcom: Configure write booster type FROMGIT: scsi: ufs: sysfs: Add sysfs entries for write booster BACKPORT: FROMGIT: scsi: ufs: Add write booster feature support ANDROID: ABI/Whitelist: update symbols of unisoc whitelist BACKPORT: FROMGIT: scsi: ufs: Remove unnecessary memset for dev_info ANDROID: staging: ion: Fix potential memory corruption ANDROID: staging: ion: optimize cache operation for non-cached buffer ANDROID: staging: ion: Skip sync if not mapped ANDROID: staging: ion: use dma_[un]map_sg_attrs ANDROID: arch: arm64: vdso: export the symbols for time() ANDROID: dm-bow: Add block_size option ANDROID: GKI: remove squashfs-needed symbols from exported abi ANDROID: GKI: remove erofs symbols from exported abi ANDROID: GKI: enable CONFIG_EROFS_FS=y ANDROID: scs: fix recursive spinlock in scs_check_usage f2fs: attach IO flags to the missing cases f2fs: add node_io_flag for bio flags likewise data_io_flag f2fs: remove unused parameter of f2fs_put_rpages_mapping() f2fs: handle readonly filesystem in f2fs_ioc_shutdown() f2fs: avoid utf8_strncasecmp() with unstable name f2fs: don't return vmalloc() memory from f2fs_kmalloc() ANDROID: GKI: set CONFIG_BLK_DEV_LOOP_MIN_COUNT to 16 ANDROID: Incremental fs: Remove dependency on PKCS7_MESSAGE_PARSER ANDROID: Incremental fs: Cache successful hash calculations ANDROID: Incremental fs: Fix four error-path bugs f2fs: fix retry logic in f2fs_write_cache_pages() f2fs: fix wrong discard space f2fs: compress: don't compress any datas after cp stop f2fs: remove unneeded return value of __insert_discard_tree() f2fs: fix wrong value of tracepoint parameter f2fs: protect new segment allocation in expand_inode_data f2fs: code cleanup by removing ifdef macro surrounding writeback: Avoid skipping inode writeback f2fs: avoid inifinite loop to wait for flushing node pages at cp_error f2fs: compress: fix zstd data corruption f2fs: add compressed/gc data read IO stat f2fs: fix potential use-after-free issue f2fs: compress: don't handle non-compressed data in workqueue f2fs: remove redundant assignment to variable err f2fs: refactor resize_fs to avoid meta updates in progress f2fs: use round_up to enhance calculation f2fs: introduce F2FS_IOC_RESERVE_COMPRESS_BLOCKS f2fs: Avoid double lock for cp_rwsem during checkpoint f2fs: report delalloc reserve as non-free in statfs for project quota f2fs: Fix wrong stub helper update_sit_info f2fs: compress: let lz4 compressor handle output buffer budget properly f2fs: remove blk_plugging in block_operations f2fs: introduce F2FS_IOC_RELEASE_COMPRESS_BLOCKS f2fs: shrink spinlock coverage f2fs: correctly fix the parent inode number during fsync() f2fs: compress: support lzo-rle compress algorithm f2fs: introduce mempool for {,de}compress intermediate page allocation f2fs: introduce f2fs_bmap_compress() f2fs: support fiemap on compressed inode f2fs: support partial truncation on compressed inode f2fs: remove redundant compress inode check f2fs: use strcmp() in parse_options() f2fs: Use the correct style for SPDX License Identifier Conflicts: Documentation/devicetree/bindings Documentation/devicetree/bindings/display/mediatek/mediatek,dpi.txt abi_gki_aarch64_qcom_whitelist arch/x86/configs/gki_defconfig build.config.common drivers/hwtracing/coresight/coresight-tmc-etf.c drivers/mmc/host/sdhci-msm.c drivers/pinctrl/qcom/Kconfig drivers/pinctrl/qcom/pinctrl-msm.c drivers/pinctrl/qcom/pinctrl-spmi-gpio.c drivers/scsi/ufs/ufs-qcom.c drivers/scsi/ufs/ufs-sysfs.c drivers/scsi/ufs/ufs.h drivers/scsi/ufs/ufs_quirks.h drivers/scsi/ufs/ufshcd.c drivers/scsi/ufs/ufshcd.h drivers/usb/dwc3/gadget.c drivers/usb/host/xhci-plat.c drivers/usb/typec/ucsi/ucsi.c include/linux/usb/composite.h include/linux/usb/gadget.h init/Kconfig.gki net/wireless/nl80211.c scripts/headers_install.sh Change-Id: Iadbe19b28a1d459bc7378e0b9060219a92a408b6 Signed-off-by: Blagovest Kolenichev <bkolenichev@codeaurora.org> |
||
Blagovest Kolenichev
|
441301dd42 |
Merge android-5.4-stable.45 (a9a13ee ) into msm-5.4
* refs/heads/tmp-a9a13ee: Linux 5.4.45 net: smsc911x: Fix runtime PM imbalance on error selftests: mlxsw: qos_mc_aware: Specify arping timeout as an integer net: ethernet: stmmac: Enable interface clocks on probe for IPQ806x net/ethernet/freescale: rework quiesce/activate for ucc_geth null_blk: return error for invalid zone size s390/mm: fix set_huge_pte_at() for empty ptes drm/edid: Add Oculus Rift S to non-desktop list net: bmac: Fix read of MAC address from ROM x86/mmiotrace: Use cpumask_available() for cpumask_var_t variables io_uring: initialize ctx->sqo_wait earlier i2c: altera: Fix race between xfer_msg and isr thread scsi: pm: Balance pm_only counter of request queue during system resume evm: Fix RCU list related warnings ARC: [plat-eznps]: Restrict to CONFIG_ISA_ARCOMPACT ARC: Fix ICCM & DCCM runtime size checks RDMA/qedr: Fix synchronization methods and memory leaks in qedr RDMA/qedr: Fix qpids xarray api used s390/ftrace: save traced function caller ASoC: intel - fix the card names spi: dw: use "smp_mb()" to avoid sending spi data error powerpc/xmon: Restrict when kernel is locked down powerpc/powernv: Avoid re-registration of imc debugfs directory scsi: hisi_sas: Check sas_port before using it drm/i915: fix port checks for MST support on gen >= 11 airo: Fix read overflows sending packets net: dsa: mt7530: set CPU port to fallback mode scsi: ufs: Release clock if DMA map fails media: staging: ipu3-imgu: Move alignment attribute to field media: Revert "staging: imgu: Address a compiler warning on alignment" mmc: fix compilation of user API kernel/relay.c: handle alloc_percpu returning NULL in relay_open mt76: mt76x02u: Add support for newer versions of the XBox One wifi adapter p54usb: add AirVasT USB stick device-id HID: i2c-hid: add Schneider SCL142ALM to descriptor override HID: multitouch: enable multi-input as a quirk for some devices HID: sony: Fix for broken buttons on DS3 USB dongles mm: Fix mremap not considering huge pmd devmap Revert "cgroup: Add memory barriers to plug cgroup_rstat_updated() race window" ANDROID: GKI: Enable SYS_HYPERVISOR ANDROID: Update ABI representation ANDROID: GKI: disable CONFIG_I2C_CHARDEV ANDROID: GKI: remove netfilter apis from supported symbols Linux 5.4.44 perf: Make perf able to build with latest libbfd netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_update netfilter: conntrack: comparison of unsigned in cthelper confirmation bonding: Fix reference count leak in bond_sysfs_slave_add. net: dsa: declare lockless TX feature for slave ports ipv4: nexthop version of fib_info_nh_uses_dev nexthop: Expand nexthop_is_multipath in a few places nexthops: don't modify published nexthop groups nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry crypto: chelsio/chtls: properly set tp->lsndtime qlcnic: fix missing release in qlcnic_83xx_interrupt_test. xsk: Add overflow check for u64 division, stored into u32 ieee80211: Fix incorrect mask for default PE duration bnxt_en: Fix accumulation of bp->net_stats_prev. esp6: get the right proto for transport mode in esp6_gso_encap netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code netfilter: nfnetlink_cthelper: unbreak userspace helper support netfilter: conntrack: make conntrack userspace helpers work again netfilter: ipset: Fix subcounter update skip netfilter: nft_reject_bridge: enable reject with bridge vlan ip_vti: receive ipip packet by calling ip_tunnel_rcv xfrm: fix error in comment xfrm: fix a NULL-ptr deref in xfrm_local_error xfrm: fix a warning in xfrm_policy_insert_list xfrm interface: fix oops when deleting a x-netns interface xfrm: call xfrm_output_gso when inner_protocol is set in xfrm_output xfrm: remove the xfrm_state_put call becofe going to out_reset xfrm: do pskb_pull properly in __xfrm_transport_prep xfrm: allow to accept packets with ipv6 NEXTHDR_HOP in xfrm_input copy_xstate_to_kernel(): don't leave parts of destination uninitialized x86/dma: Fix max PFN arithmetic overflow on 32 bit systems mac80211: mesh: fix discovery timer re-arming issue / crash x86/syscalls: Revert "x86/syscalls: Make __X32_SYSCALL_BIT be unsigned long" cfg80211: fix debugfs rename crash parisc: Fix kernel panic in mem_init() iommu: Fix reference count leak in iommu_group_alloc. gpio: fix locking open drain IRQ lines Revert "block: end bio with BLK_STS_AGAIN in case of non-mq devs and REQ_NOWAIT" include/asm-generic/topology.h: guard cpumask_of_node() macro argument fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() mm: remove VM_BUG_ON(PageSlab()) from page_mapcount() mm,thp: stop leaking unreleased file pages IB/ipoib: Fix double free of skb in case of multicast traffic in CM mode drm/amd/display: drop cursor position check in atomic test RDMA/core: Fix double destruction of uobject ceph: flush release queue when handling caps for unknown inode libceph: ignore pool overlay and cache logic on redirects ALSA: hda/realtek - Add new codec supported for ALC287 ALSA: usb-audio: Quirks for Gigabyte TRX40 Aorus Master onboard audio clk: qcom: gcc: Fix parent for gpll0_out_even exec: Always set cap_ambient in cap_bprm_set_creds ALSA: usb-audio: mixer: volume quirk for ESS Technology Asus USB DAC ALSA: hda/realtek - Add a model for Thinkpad T570 without DAC workaround ALSA: hwdep: fix a left shifting 1 by 31 UB bug RDMA/pvrdma: Fix missing pci disable in pvrdma_pci_probe() gpio: bcm-kona: Fix return value of bcm_kona_gpio_probe() gpio: pxa: Fix return value of pxa_gpio_probe() mmc: block: Fix use-after-free issue for rpmb ARM: dts: bcm: HR2: Fix PPI interrupt types ARM: dts: bcm2835-rpi-zero-w: Fix led polarity ARM: dts/imx6q-bx50v3: Set display interface clock parents IB/qib: Call kobject_put() when kobject_init_and_add() fails gpu/drm: Ingenic: Fix opaque pointer casted to wrong type soc: mediatek: cmdq: return send msg error code arm64: dts: mt8173: fix vcodec-enc clock gpio: exar: Fix bad handling for ida_simple_get error path ARM: uaccess: fix DACR mismatch with nested exceptions ARM: uaccess: integrate uaccess_save and uaccess_restore ARM: uaccess: consolidate uaccess asm to asm/uaccess-asm.h ARM: 8970/1: decompressor: increase tag size Input: synaptics-rmi4 - fix error return code in rmi_driver_probe() Input: synaptics-rmi4 - really fix attn_data use-after-free Input: i8042 - add ThinkPad S230u to i8042 reset list Input: dlink-dir685-touchkeys - fix a typo in driver name Input: xpad - add custom init packet for Xbox One S controllers Input: evdev - call input_flush_device() on release(), not flush() Input: usbtouchscreen - add support for BonXeon TP drivers: net: hamradio: Fix suspicious RCU usage warning in bpqether.c samples: bpf: Fix build error csky: Fixup raw_copy_from_user() cifs: Fix null pointer check in cifs_read hwmon: (nct7904) Fix incorrect range of temperature limit registers csky: Fixup remove duplicate irq_disable csky: Fixup perf callchain unwind csky: Fixup msa highest 3 bits mask clk: ti: am33xx: fix RTC clock parent riscv: stacktrace: Fix undefined reference to `walk_stackframe' IB/i40iw: Remove bogus call to netdev_master_upper_dev_get() net: freescale: select CONFIG_FIXED_PHY where needed usb: gadget: legacy: fix redundant initialization warnings usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6030_usb_probe()' usb: dwc3: pci: Enable extcon driver for Intel Merrifield cachefiles: Fix race between read_waiter and read_copier involving op->to_do drm/amdgpu: Use GEM obj reference for KFD BOs drm/amd/powerplay: perform PG ungate prior to CG ungate drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungate gfs2: Grab glock reference sooner in gfs2_add_revoke gfs2: move privileged user check to gfs2_quota_lock_check net: microchip: encx24j600: add missed kthread_stop ALSA: usb-audio: add mapping for ASRock TRX40 Creator gpio: tegra: mask GPIO IRQs during IRQ shutdown ARM: dts: rockchip: fix pinctrl sub nodename for spi in rk322x.dtsi ARM: dts: rockchip: swap clock-names of gpu nodes arm64: dts: rockchip: swap interrupts interrupt-names rk3399 gpu node arm64: dts: rockchip: fix status for &gmac2phy in rk3328-evb.dts ARM: dts: rockchip: fix phy nodename for rk3229-xms6 ARM: dts: rockchip: fix phy nodename for rk3228-evb mlxsw: spectrum: Fix use-after-free of split/unsplit/type_set in case reload fails net/mlx4_core: fix a memory leak bug. net: sun: fix missing release regions in cas_init_one(). net/tls: free record only on encryption error net/tls: fix encryption error checking net/mlx5: Annotate mutex destroy for root ns net/mlx5: Fix error flow in case of function_setup failure net/mlx5e: Update netdev txq on completions during closure net/mlx5: Fix memory leak in mlx5_events_init net/mlx5e: Fix inner tirs handling net/mlx5e: kTLS, Destroy key object after destroying the TIS tipc: block BH before using dst_cache sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closed sctp: Don't add the shutdown timer if its already been added r8152: support additional Microsoft Surface Ethernet Adapter variant nexthop: Fix attribute checking for groups net/tls: fix race condition causing kernel panic net sched: fix reporting the first-time use timestamp net: revert "net: get rid of an signed integer overflow in ip_idents_reserve()" net: qrtr: Fix passing invalid reference to qrtr_local_enqueue() net: nlmsg_cancel() if put fails for nhmsg net: mvpp2: fix RX hashing for non-10G ports net/mlx5: Add command entry handling completion net: ipip: fix wrong address family in init error path net: inet_csk: Fix so_reuseport bind-address cache in tb->fast* __netif_receive_skb_core: pass skb by reference net: ethernet: ti: cpsw: fix ASSERT_RTNL() warning during suspend net: dsa: mt7530: fix roaming from DSA user ports net: don't return invalid table id error when we fall back to PF_UNSPEC dpaa_eth: fix usage as DSA master, try 3 ax25: fix setsockopt(SO_BINDTODEVICE) ANDROID: GKI: enable CONFIG_USB_DUMMY_HCD FROMGIT: USB: dummy-hcd: use configurable endpoint naming scheme ANDROID: GKI: enable a bunch of HID config options =y UPSTREAM: usb: raw-gadget: fix null-ptr-deref when reenabling endpoints UPSTREAM: usb: raw-gadget: documentation updates UPSTREAM: usb: raw-gadget: support stalling/halting/wedging endpoints UPSTREAM: usb: raw-gadget: fix gadget endpoint selection UPSTREAM: usb: raw-gadget: improve uapi headers comments UPSTREAM: usb: raw-gadget: fix return value of ep read ioctls UPSTREAM: usb: raw-gadget: fix raw_event_queue_fetch locking UPSTREAM: usb: raw-gadget: Fix copy_to/from_user() checks ANDROID: GKI: update abi definitions after enabling PCIEPORTBUS Revert "ANDROID: gki_defconfig: Drop CONFIG_PCIEPORTBUS" ANDROID: net: bpf: permit redirect from ingress L3 to egress L2 devices at near max mtu ANDROID: GKI: update abi definitions now that sdcardfs is gone Revert "ANDROID: sdcardfs: Enable modular sdcardfs" ANDROID: remove sdcardfs-needed exports from whitelist Revert "ANDROID: vfs: Add setattr2 for filesystems with per mount permissions" Revert "ANDROID: vfs: Add permission2 for filesystems with per mount permissions" Revert "ANDROID: vfs: add d_canonical_path for stacked filesystem support" Revert "ANDROID: fs: Restore vfs_path_lookup() export" ANDROID: sdcardfs: remove sdcardfs from system FROMGIT: driver core: Update device link status correctly for SYNC_STATE_ONLY links UPSTREAM: driver core: Fix handling of SYNC_STATE_ONLY + STATELESS device links UPSTREAM: driver core: Fix SYNC_STATE_ONLY device link implementation Revert "ANDROID: Incremental fs: Avoid continually recalculating hashes" ANDROID: remove unused variable Linux 5.4.43 sched/fair: Fix enqueue_task_fair() warning some more sched/fair: Fix reordering of enqueue/dequeue_task_fair() sched/fair: Reorder enqueue/dequeue_task_fair path tpm: check event log version before reading final events rxrpc: Fix ack discard rxrpc: Trace discarded ACKs iio: adc: stm32-dfsdm: fix device used to request dma iio: adc: stm32-dfsdm: Use dma_request_chan() instead dma_request_slave_channel() iio: adc: stm32-adc: fix device used to request dma iio: adc: stm32-adc: Use dma_request_chan() instead dma_request_slave_channel() x86/unwind/orc: Fix unwind_get_return_address_ptr() for inactive tasks flow_dissector: Drop BPF flow dissector prog ref on netns cleanup s390/kexec_file: fix initrd location for kdump kernel rxrpc: Fix a memory leak in rxkad_verify_response() rxrpc: Fix the excessive initial retransmission timeout kasan: disable branch tracing for core runtime rapidio: fix an error in get_user_pages_fast() error handling device-dax: don't leak kernel memory to user space after unloading kmem s390/kaslr: add support for R_390_JMP_SLOT relocation type s390/pci: Fix s390_mmio_read/write with MIO ipack: tpci200: fix error return code in tpci200_register() mei: release me_cl object reference tty: serial: add missing spin_lock_init for SiFive serial console misc: rtsx: Add short delay after exit from ASPM iio: adc: ti-ads8344: Fix channel selection iio: dac: vf610: Fix an error handling path in 'vf610_dac_probe()' iio: sca3000: Remove an erroneous 'get_device()' staging: greybus: Fix uninitialized scalar variable staging: kpc2000: fix error return code in kp2000_pcie_probe() staging: iio: ad2s1210: Fix SPI reading media: fdp1: Fix R-Car M3-N naming in debug message Revert "gfs2: Don't demote a glock until its revokes are written" kbuild: Remove debug info from kallsyms linking bpf: Avoid setting bpf insns pages read-only when prog is jited powerpc/64s: Disable STRICT_KERNEL_RWX powerpc: Remove STRICT_KERNEL_RWX incompatibility with RELOCATABLE drm/i915: Propagate error from completed fences drm/i915/gvt: Init DPLL/DDI vreg for virtual display instead of inheritance. vsprintf: don't obfuscate NULL and error pointers dmaengine: owl: Use correct lock in owl_dma_get_pchan() dmaengine: dmatest: Restore default for channel drm/etnaviv: Fix a leak in submit_pin_objects() dmaengine: tegra210-adma: Fix an error handling path in 'tegra_adma_probe()' apparmor: Fix aa_label refcnt leak in policy_update apparmor: fix potential label refcnt leak in aa_change_profile apparmor: Fix use-after-free in aa_audit_rule_init drm/etnaviv: fix perfmon domain interation arm64: Fix PTRACE_SYSEMU semantics scsi: target: Put lun_ref at end of tmr processing scsi: qla2xxx: Do not log message when reading port speed via sysfs ALSA: hda/realtek - Add more fixup entries for Clevo machines ALSA: hda/realtek - Fix silent output on Gigabyte X570 Aorus Xtreme ALSA: pcm: fix incorrect hw_base increase ALSA: iec1712: Initialize STDSP24 properly when using the model=staudio option KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.c ALSA: hda/realtek: Enable headset mic of ASUS UX581LV with ALC295 ALSA: hda/realtek - Enable headset mic of ASUS UX550GE with ALC295 ALSA: hda/realtek - Enable headset mic of ASUS GL503VM with ALC295 ALSA: hda/realtek: Add quirk for Samsung Notebook ALSA: hda/realtek - Add HP new mute led supported for ALC236 ALSA: hda/realtek - Add supported new mute Led for HP ALSA: hda: Manage concurrent reg access more properly ALSA: hda: patch_realtek: fix empty macro usage in if block ALSA: hda - constify and cleanup static NodeID tables scripts/gdb: repair rb_first() and rb_last() ARM: futex: Address build warning KVM: selftests: Fix build for evmcs.h drm/amd/display: Prevent dpcd reads with passive dongles iommu/amd: Call domain_flush_complete() in update_domain() platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA USB: core: Fix misleading driver bug report stmmac: fix pointer check after utilization in stmmac_interrupt ceph: fix double unlock in handle_cap_export() HID: quirks: Add HID_QUIRK_NO_INIT_REPORTS quirk for Dell K12A keyboard-dock gtp: set NLM_F_MULTI flag in gtp_genl_dump_pdp() x86/apic: Move TSC deadline timer debug printk ftrace/selftest: make unresolved cases cause failure if --fail-unresolved set ibmvnic: Skip fatal error reset after passive init x86/mm/cpa: Flush direct map alias during cpa HID: i2c-hid: reset Synaptics SYNA2393 on resume scsi: ibmvscsi: Fix WARN_ON during event pool release net/ena: Fix build warning in ena_xdp_set() component: Silence bind error on -EPROBE_DEFER aquantia: Fix the media type of AQC100 ethernet controller in the driver vhost/vsock: fix packet delivery order to monitoring devices configfs: fix config_item refcnt leak in configfs_rmdir() scsi: qla2xxx: Delete all sessions before unregister local nvme port scsi: qla2xxx: Fix hang when issuing nvme disconnect-all in NPIV HID: alps: ALPS_1657 is too specific; use U1_UNICORN_LEGACY instead HID: alps: Add AUI1657 device ID HID: multitouch: add eGalaxTouch P80H84 support gcc-common.h: Update for GCC 10 net: drop_monitor: use IS_REACHABLE() to guard net_dm_hw_report() kbuild: avoid concurrency issue in parallel building dtbs and dtbs_check mtd: Fix mtd not registered due to nvmem name collision afs: Don't unlock fetched data pages until the op completes successfully ubi: Fix seq_file usage in detailed_erase_block_info debugfs file i2c: mux: demux-pinctrl: Fix an error handling path in 'i2c_demux_pinctrl_probe()' evm: Fix a small race in init_desc() iommu/amd: Fix over-read of ACPI UID from IVRS table i2c: fix missing pm_runtime_put_sync in i2c_device_probe ubifs: remove broken lazytime support fix multiplication overflow in copy_fdtable() mtd: spinand: Propagate ECC information to the MTD structure ACPI: EC: PM: Avoid flushing EC work when EC GPE is inactive ubifs: fix wrong use of crypto_shash_descsize() ima: Fix return value of ima_write_policy() evm: Check also if *tfm is an error pointer in init_desc() ima: Set file->f_mode instead of file->f_flags in ima_calc_file_hash() KVM: SVM: Fix potential memory leak in svm_cpu_init() i2c: dev: Fix the race between the release of i2c_dev and cdev ANDROID: scsi: ufs: Handle clocks when lrbp fails ANDROID: ABI/Whitelist: add erofs whitelist to unisoc whitelist ANDROID: GKI: Update abi for 5.4.42 update UPSTREAM: serial: samsung: 32-bit access for TX/RX hold registers BACKPORT: serial: samsung: dt-bindings: Add reg-io-width compatible UPSTREAM: serial: samsung: Replace rd_regb/wr_regb with rd_reg/wr_reg ANDROID: fscrypt: handle direct I/O with IV_INO_LBLK_32 BACKPORT: FROMLIST: fscrypt: add support for IV_INO_LBLK_32 policies Linux 5.4.42 bpf: Test_progs, fix test_get_stack_rawtp_err.c build selftest/bpf: fix backported test_select_reuseport selftest changes libbpf: Extract and generalize CPU mask parsing logic Makefile: disallow data races on gcc-10 as well KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce bpf: Fix sk_psock refcnt leak when receiving message SUNRPC: Revert |
||
Greg Kroah-Hartman
|
fa46997961 |
This is the 5.4.48 stable release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAl7wXk8ACgkQONu9yGCS aT5uyhAA1EoV9ROPRt8Vw1fzlDIrRA5X2T+FCGXskg2kKWehVHAvge4U76nZ16+i aYcBX3lAmN7GGVw+/GiRHf9QpiwOUF5f3ZUQZ0KuLS1gcuaXx+VC1h5yyunx3tm1 CI01B2p+GQ3jABWopnhsujMVAeWjbD18NqY+a+xOzTn8CCyLAli+LiviWCR/apQp p4r6++eevWo1yMDlJGNGoMYsFcxChWhtlnDQKWCsIDCN3I1cinGz8wopiv93WqRH Sz3wb1YMuhXb10usNZcZFaSvDGf5XSaMxpRkyNSxN7CLv8LzbovXQOE+fFDGAYxd lUCjRK0wFBMzRSeZ2iGYqqQf5xyYKb6hNmViGprdqwR2c3MBHN/Xs5aDLqJEgHkr OXzZLyHUngRfp3GpagFGV6q06S6fgb9ca/7FuT4Hn8Z3tb5Xt7b/KlPcW3VymiSt I37itASNA/Qs6Njl4tDd9GjwbcOAs+s/XabasU+pXscOkf3o8fYMy2krisy176D/ AXtRTLq4pc42I8c3tv5uCNz7Zje/qytKSPErNRBAedvOu5JX7ab6hgULPH4N7r0N Di/LyKqYw+ZBa4AfzcsvlR3wJLWqni+aFj5yppSrNkH7kNzZGLmlw8xIo8v1CFYw T86b13WmHPqvyFWQLpX5WCEYu0OCw5YCUyQXSsLZN5oC7gAwC7U= =FSdI -----END PGP SIGNATURE----- Merge 5.4.48 into android-5.4-stable Changes in 5.4.48 ACPI: GED: use correct trigger type field in _Exx / _Lxx handling drm/amdgpu: fix and cleanup amdgpu_gem_object_close v4 ath10k: Fix the race condition in firmware dump work queue drm: bridge: adv7511: Extend list of audio sample rates media: staging: imgu: do not hold spinlock during freeing mmu page table media: imx: imx7-mipi-csis: Cleanup and fix subdev pad format handling crypto: ccp -- don't "select" CONFIG_DMADEVICES media: vicodec: Fix error codes in probe function media: si2157: Better check for running tuner in init objtool: Ignore empty alternatives spi: spi-mem: Fix Dual/Quad modes on Octal-capable devices drm/amdgpu: Init data to avoid oops while reading pp_num_states. arm64/kernel: Fix range on invalidating dcache for boot page tables libbpf: Fix memory leak and possible double-free in hashmap__clear spi: pxa2xx: Apply CS clk quirk to BXT x86,smap: Fix smap_{save,restore}() alternatives sched/fair: Refill bandwidth before scaling net: atlantic: make hw_get_regs optional net: ena: fix error returning in ena_com_get_hash_function() efi/libstub/x86: Work around LLVM ELF quirk build regression ath10k: remove the max_sched_scan_reqs value arm64: cacheflush: Fix KGDB trap detection media: staging: ipu3: Fix stale list entries on parameter queue failure rtw88: fix an issue about leak system resources spi: dw: Zero DMA Tx and Rx configurations on stack ACPICA: Dispatcher: add status checks block: alloc map and request for new hardware queue arm64: insn: Fix two bugs in encoding 32-bit logical immediates block: reset mapping if failed to update hardware queue count drm: rcar-du: Set primary plane zpos immutably at initializing lockdown: Allow unprivileged users to see lockdown status ixgbe: Fix XDP redirect on archs with PAGE_SIZE above 4K platform/x86: dell-laptop: don't register micmute LED if there is no token MIPS: Loongson: Build ATI Radeon GPU driver as module Bluetooth: Add SCO fallback for invalid LMP parameters error kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb kgdb: Prevent infinite recursive entries to the debugger pmu/smmuv3: Clear IRQ affinity hint on device removal ACPI/IORT: Fix PMCG node single ID mapping handling mips: Fix cpu_has_mips64r1/2 activation for MIPS32 CPUs spi: dw: Enable interrupts in accordance with DMA xfer mode clocksource: dw_apb_timer: Make CPU-affiliation being optional clocksource: dw_apb_timer_of: Fix missing clockevent timers media: dvbdev: Fix tuner->demod media controller link btrfs: account for trans_block_rsv in may_commit_transaction btrfs: do not ignore error from btrfs_next_leaf() when inserting checksums ARM: 8978/1: mm: make act_mm() respect THREAD_SIZE batman-adv: Revert "disable ethtool link speed detection when auto negotiation off" ice: Fix memory leak ice: Fix for memory leaks and modify ICE_FREE_CQ_BUFS mmc: meson-mx-sdio: trigger a soft reset after a timeout or CRC error Bluetooth: btmtkuart: Improve exception handling in btmtuart_probe() spi: dw: Fix Rx-only DMA transfers x86/kvm/hyper-v: Explicitly align hcall param for kvm_hyperv_exit net: vmxnet3: fix possible buffer overflow caused by bad DMA value in vmxnet3_get_rss() x86: fix vmap arguments in map_irq_stack staging: android: ion: use vmap instead of vm_map_ram ath10k: fix kernel null pointer dereference media: staging/intel-ipu3: Implement lock for stream on/off operations spi: Respect DataBitLength field of SpiSerialBusV2() ACPI resource brcmfmac: fix wrong location to get firmware feature regulator: qcom-rpmh: Fix typos in pm8150 and pm8150l tools api fs: Make xxx__mountpoint() more scalable e1000: Distribute switch variables for initialization dt-bindings: display: mediatek: control dpi pins mode to avoid leakage drm/mediatek: set dpi pin mode to gpio low to avoid leakage current audit: fix a net reference leak in audit_send_reply() media: dvb: return -EREMOTEIO on i2c transfer failure. media: platform: fcp: Set appropriate DMA parameters MIPS: Make sparse_init() using top-down allocation ath10k: add flush tx packets for SDIO chip Bluetooth: btbcm: Add 2 missing models to subver tables audit: fix a net reference leak in audit_list_rules_send() Drivers: hv: vmbus: Always handle the VMBus messages on CPU0 dpaa2-eth: fix return codes used in ndo_setup_tc netfilter: nft_nat: return EOPNOTSUPP if type or flags are not supported selftests/bpf: Fix memory leak in extract_build_id() net: bcmgenet: set Rx mode before starting netif net: bcmgenet: Fix WoL with password after deep sleep lib/mpi: Fix 64-bit MIPS build with Clang exit: Move preemption fixup up, move blocking operations down sched/core: Fix illegal RCU from offline CPUs drivers/perf: hisi: Fix typo in events attribute array iocost_monitor: drop string wrap around numbers when outputting json net: lpc-enet: fix error return code in lpc_mii_init() selinux: fix error return code in policydb_read() drivers: net: davinci_mdio: fix potential NULL dereference in davinci_mdio_probe() media: cec: silence shift wrapping warning in __cec_s_log_addrs() net: allwinner: Fix use correct return type for ndo_start_xmit() powerpc/spufs: fix copy_to_user while atomic libertas_tf: avoid a null dereference in pointer priv xfs: clean up the error handling in xfs_swap_extents Crypto/chcr: fix for ccm(aes) failed test MIPS: Truncate link address into 32bit for 32bit kernel mips: cm: Fix an invalid error code of INTVN_*_ERR kgdb: Fix spurious true from in_dbg_master() xfs: reset buffer write failure state on successful completion xfs: fix duplicate verification from xfs_qm_dqflush() platform/x86: intel-vbtn: Use acpi_evaluate_integer() platform/x86: intel-vbtn: Split keymap into buttons and switches parts platform/x86: intel-vbtn: Do not advertise switches to userspace if they are not there platform/x86: intel-vbtn: Also handle tablet-mode switch on "Detachable" and "Portable" chassis-types iwlwifi: avoid debug max amsdu config overwriting itself nvme: refine the Qemu Identify CNS quirk nvme-pci: align io queue count with allocted nvme_queue in nvme_probe nvme-tcp: use bh_lock in data_ready ath10k: Remove msdu from idr when management pkt send fails wcn36xx: Fix error handling path in 'wcn36xx_probe()' net: qed*: Reduce RX and TX default ring count when running inside kdump kernel drm/mcde: dsi: Fix return value check in mcde_dsi_bind() mt76: avoid rx reorder buffer overflow md: don't flush workqueue unconditionally in md_open raid5: remove gfp flags from scribble_alloc() iocost: don't let vrate run wild while there's no saturation signal veth: Adjust hard_start offset on redirect XDP frames net/mlx5e: IPoIB, Drop multicast packets that this interface sent rtlwifi: Fix a double free in _rtl_usb_tx_urb_setup() mwifiex: Fix memory corruption in dump_station kgdboc: Use a platform device to handle tty drivers showing up late x86/boot: Correct relocation destination on old linkers sched: Defend cfs and rt bandwidth quota against overflow mips: MAAR: Use more precise address mask mips: Add udelay lpj numbers adjustment crypto: stm32/crc32 - fix ext4 chksum BUG_ON() crypto: stm32/crc32 - fix run-time self test issue. crypto: stm32/crc32 - fix multi-instance drm/amd/powerpay: Disable gfxoff when setting manual mode on picasso and raven drm/amdgpu: Sync with VM root BO when switching VM to CPU update mode selftests/bpf: CONFIG_IPV6_SEG6_BPF required for test_seg6_loop.o x86/mm: Stop printing BRK addresses MIPS: tools: Fix resource leak in elf-entry.c m68k: mac: Don't call via_flush_cache() on Mac IIfx btrfs: improve global reserve stealing logic btrfs: qgroup: mark qgroup inconsistent if we're inherting snapshot to a new qgroup macvlan: Skip loopback packets in RX handler PCI: Don't disable decoding when mmio_always_on is set MIPS: Fix IRQ tracing when call handle_fpe() and handle_msa_fpe() bcache: fix refcount underflow in bcache_device_free() mmc: sdhci-msm: Set SDHCI_QUIRK_MULTIBLOCK_READ_ACMD12 quirk staging: greybus: sdio: Respect the cmd->busy_timeout from the mmc core mmc: via-sdmmc: Respect the cmd->busy_timeout from the mmc core ice: fix potential double free in probe unrolling ixgbe: fix signed-integer-overflow warning iwlwifi: mvm: fix aux station leak mmc: sdhci-esdhc-imx: fix the mask for tuning start point spi: dw: Return any value retrieved from the dma_transfer callback cpuidle: Fix three reference count leaks platform/x86: hp-wmi: Convert simple_strtoul() to kstrtou32() platform/x86: intel-hid: Add a quirk to support HP Spectre X2 (2015) platform/x86: intel-vbtn: Only blacklist SW_TABLET_MODE on the 9 / "Laptop" chasis-type platform/x86: asus_wmi: Reserve more space for struct bias_args libbpf: Fix perf_buffer__free() API for sparse allocs bpf: Fix map permissions check bpf: Refactor sockmap redirect code so its easy to reuse bpf: Fix running sk_skb program types with ktls selftests/bpf, flow_dissector: Close TAP device FD after the test kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE string.h: fix incompatibility between FORTIFY_SOURCE and KASAN btrfs: free alien device after device add btrfs: include non-missing as a qualifier for the latest_bdev btrfs: send: emit file capabilities after chown btrfs: force chunk allocation if our global rsv is larger than metadata btrfs: fix error handling when submitting direct I/O bio btrfs: fix wrong file range cleanup after an error filling dealloc range btrfs: fix space_info bytes_may_use underflow after nocow buffered write btrfs: fix space_info bytes_may_use underflow during space cache writeout powerpc/mm: Fix conditions to perform MMU specific management by blocks on PPC32. mm: thp: make the THP mapcount atomic against __split_huge_pmd_locked() mm: initialize deferred pages with interrupts enabled mm/pagealloc.c: call touch_nmi_watchdog() on max order boundaries in deferred init mm: call cond_resched() from deferred_init_memmap() ima: Fix ima digest hash table key calculation ima: Switch to ima_hash_algo for boot aggregate ima: Evaluate error in init_ima() ima: Directly assign the ima_default_policy pointer to ima_rules ima: Call ima_calc_boot_aggregate() in ima_eventdigest_init() ima: Remove __init annotation from ima_pcrread() evm: Fix possible memory leak in evm_calc_hmac_or_hash() ext4: fix EXT_MAX_EXTENT/INDEX to check for zeroed eh_max ext4: fix error pointer dereference ext4: fix race between ext4_sync_parent() and rename() PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect PCI: Avoid FLR for AMD Matisse HD Audio & USB 3.0 PCI: Avoid FLR for AMD Starship USB 3.0 PCI: Add ACS quirk for Intel Root Complex Integrated Endpoints PCI: vmd: Add device id for VMD device 8086:9A0B x86/amd_nb: Add Family 19h PCI IDs PCI: Add Loongson vendor ID serial: 8250_pci: Move Pericom IDs to pci_ids.h x86/amd_nb: Add AMD family 17h model 60h PCI IDs ima: Remove redundant policy rule set in add_rules() ima: Set again build_ima_appraise variable PCI: Program MPS for RCiEP devices e1000e: Disable TSO for buffer overrun workaround e1000e: Relax condition to trigger reset for ME workaround carl9170: remove P2P_GO support media: go7007: fix a miss of snd_card_free media: cedrus: Program output format during each run serial: 8250: Avoid error message on reprobe Bluetooth: hci_bcm: fix freeing not-requested IRQ b43legacy: Fix case where channel status is corrupted b43: Fix connection problem with WPA3 b43_legacy: Fix connection problem with WPA3 media: ov5640: fix use of destroyed mutex clk: mediatek: assign the initial value to clk_init_data of mtk_mux igb: Report speed and duplex as unknown when device is runtime suspended hwmon: (k10temp) Add AMD family 17h model 60h PCI match EDAC/amd64: Add AMD family 17h model 60h PCI IDs power: vexpress: add suppress_bind_attrs to true power: supply: core: fix HWMON temperature labels power: supply: core: fix memory leak in HWMON error path pinctrl: samsung: Correct setting of eint wakeup mask on s5pv210 pinctrl: samsung: Save/restore eint_mask over suspend for EINT_TYPE GPIOs gnss: sirf: fix error return code in sirf_probe() sparc32: fix register window handling in genregs32_[gs]et() sparc64: fix misuses of access_process_vm() in genregs32_[sg]et() dm crypt: avoid truncating the logical block size alpha: fix memory barriers so that they conform to the specification powerpc/fadump: use static allocation for reserved memory ranges powerpc/fadump: consider reserved ranges while reserving memory powerpc/fadump: Account for memory_limit while reserving memory kernel/cpu_pm: Fix uninitted local in cpu_pm ARM: tegra: Correct PL310 Auxiliary Control Register initialization soc/tegra: pmc: Select GENERIC_PINCONF ARM: dts: exynos: Fix GPIO polarity for thr GalaxyS3 CM36651 sensor's bus ARM: dts: at91: sama5d2_ptc_ek: fix vbus pin ARM: dts: s5pv210: Set keep-power-in-suspend for SDHCI1 on Aries drivers/macintosh: Fix memleak in windfarm_pm112 driver powerpc/32s: Fix another build failure with CONFIG_PPC_KUAP_DEBUG powerpc/kasan: Fix issues by lowering KASAN_SHADOW_END powerpc/kasan: Fix shadow pages allocation failure powerpc/32: Disable KASAN with pages bigger than 16k powerpc/64s: Don't let DT CPU features set FSCR_DSCR powerpc/64s: Save FSCR to init_task.thread.fscr after feature init kbuild: force to build vmlinux if CONFIG_MODVERSION=y sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations. sunrpc: clean up properly in gss_mech_unregister() mtd: rawnand: Fix nand_gpio_waitrdy() mtd: rawnand: onfi: Fix redundancy detection check mtd: rawnand: brcmnand: fix hamming oob layout mtd: rawnand: diskonchip: Fix the probe error path mtd: rawnand: sharpsl: Fix the probe error path mtd: rawnand: ingenic: Fix the probe error path mtd: rawnand: xway: Fix the probe error path mtd: rawnand: orion: Fix the probe error path mtd: rawnand: socrates: Fix the probe error path mtd: rawnand: oxnas: Fix the probe error path mtd: rawnand: sunxi: Fix the probe error path mtd: rawnand: plat_nand: Fix the probe error path mtd: rawnand: pasemi: Fix the probe error path mtd: rawnand: mtk: Fix the probe error path mtd: rawnand: tmio: Fix the probe error path w1: omap-hdq: cleanup to add missing newline for some dev_dbg f2fs: fix checkpoint=disable:%u%% perf probe: Do not show the skipped events perf probe: Fix to check blacklist address correctly perf probe: Check address correctness by map instead of _etext perf symbols: Fix debuginfo search for Ubuntu perf symbols: Fix kernel maps for kcore and eBPF Linux 5.4.48 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I9954fb3f08956419e8586bcb9078e604df207fb9 |
||
Peter Zijlstra
|
f7757368e0 |
sched/core: Fix illegal RCU from offline CPUs
[ Upstream commit bf2c59fce4074e55d622089b34be3a6bc95484fb ] In the CPU-offline process, it calls mmdrop() after idle entry and the subsequent call to cpuhp_report_idle_dead(). Once execution passes the call to rcu_report_dead(), RCU is ignoring the CPU, which results in lockdep complaining when mmdrop() uses RCU from either memcg or debugobjects below. Fix it by cleaning up the active_mm state from BP instead. Every arch which has CONFIG_HOTPLUG_CPU should have already called idle_task_exit() from AP. The only exception is parisc because it switches them to &init_mm unconditionally (see smp_boot_one_cpu() and smp_cpu_init()), but the patch will still work there because it calls mmgrab(&init_mm) in smp_cpu_init() and then should call mmdrop(&init_mm) in finish_cpu(). WARNING: suspicious RCU usage ----------------------------- kernel/workqueue.c:710 RCU or wq_pool_mutex should be held! other info that might help us debug this: RCU used illegally from offline CPU! Call Trace: dump_stack+0xf4/0x164 (unreliable) lockdep_rcu_suspicious+0x140/0x164 get_work_pool+0x110/0x150 __queue_work+0x1bc/0xca0 queue_work_on+0x114/0x120 css_release+0x9c/0xc0 percpu_ref_put_many+0x204/0x230 free_pcp_prepare+0x264/0x570 free_unref_page+0x38/0xf0 __mmdrop+0x21c/0x2c0 idle_task_exit+0x170/0x1b0 pnv_smp_cpu_kill_self+0x38/0x2e0 cpu_die+0x48/0x64 arch_cpu_idle_dead+0x30/0x50 do_idle+0x2f4/0x470 cpu_startup_entry+0x38/0x40 start_secondary+0x7a8/0xa80 start_secondary_resume+0x10/0x14 Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Signed-off-by: Qian Cai <cai@lca.pw> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Michael Ellerman <mpe@ellerman.id.au> (powerpc) Link: https://lkml.kernel.org/r/20200401214033.8448-1-cai@lca.pw Signed-off-by: Sasha Levin <sashal@kernel.org> |
||
Elliot Berman
|
9f125adcf2 |
sched: Compile cpu_isolated_mask in SCHED_WALT only
cpu_isolated_mask can only be used when SCHED_WALT is enabled. The addition of the cpu_isolated_mask causes ABI to break. Thus, compile references to cpu_isolated_mask only when SCHED_WALT is enabled. Change-Id: I0982f6431abca807168dbabc4aca74771819565c Signed-off-by: Elliot Berman <eberman@codeaurora.org> |
||
Greg Kroah-Hartman
|
a9372c6b57 |
This is the 5.4.33 stable release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAl6ZbdIACgkQONu9yGCS aT5Jqw/7BZ639nTAAmz809yOF1JBhvBptRg9tBKYAfw62DzfZe5s9IZA6znIt0f0 nlluLvnhHlDSpgycHNkFry5AkiCUpRQW6NY681xITm918w3BxsKX2pfCawojIOSw YBaTWoWqNFQQWlC18L1CWJmIvIktSCHXBMTVDpnvRv7sw5A4Oe/zarzVDNb0A6OJ ThaR7LAKJrUEDDLuCOuB/IrYCOpOzg2SkViFmlo4wmmhvCSi8PXvf3royrSFXxM/ Y1bs67Hu/uqeHl8Y2RaMZpXf1aW9F31sooca4GD+UnVoWppjIOKRyuGLTrXKv7pw /goIzlE8wfJz5K0iQ4UcbXwwdY81L9UlMdVsmIWHHgxMjSp1J5mfQ5TLUC/VK3UO Ll9tCYBwH4FjzxNRJq7if8TDAfgPzyhw4BMchgXZWzW1oasl51T2uEye3KgFXQSb u6TwCx4KGS0w/Q81SKis83Pb0unHGanJOSCZxI1B44raf0ruCBpTYUc713pfegWT 46YtwoorAK8N+GpFQA1tsTJvVclqCF5bHVE19TMvXV4UX/VTPtbIAUE7vnvcxcqO uh0b9Jfmd6Fcgh7VZQCH7CUYnsyJmGqj2kycB1p+T8UB6H+PCeuQBZBl8sJnf8oj d5NIzB7WWXBQuEG5XuPtxg6+ARMPEIpd2exEVn9ZOv5qhesBo04= =pjAq -----END PGP SIGNATURE----- Merge 5.4.33 into android-5.4-stable Changes in 5.4.33 ARM: dts: sun8i-a83t-tbs-a711: HM5065 doesn't like such a high voltage bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads ARM: dts: Fix dm814x Ethernet by changing to use rgmii-id mode bpf: Fix deadlock with rq_lock in bpf_send_signal() iwlwifi: mvm: Fix rate scale NSS configuration Input: tm2-touchkey - add support for Coreriver TC360 variant soc: fsl: dpio: register dpio irq handlers after dpio create rxrpc: Abstract out the calculation of whether there's Tx space rxrpc: Fix call interruptibility handling net: stmmac: platform: Fix misleading interrupt error msg net: vxge: fix wrong __VA_ARGS__ usage hinic: fix a bug of waitting for IO stopped hinic: fix the bug of clearing event queue hinic: fix out-of-order excution in arm cpu hinic: fix wrong para of wait_for_completion_timeout hinic: fix wrong value of MIN_SKB_LEN selftests/net: add definition for SOL_DCCP to fix compilation errors for old libc cxgb4/ptp: pass the sign of offset delta in FW CMD drm/scheduler: fix rare NULL ptr race cfg80211: Do not warn on same channel at the end of CSA qlcnic: Fix bad kzalloc null test i2c: st: fix missing struct parameter description i2c: pca-platform: Use platform_irq_get_optional media: rc: add keymap for Videostrong KII Pro cpufreq: imx6q: Fixes unwanted cpu overclocking on i.MX6ULL staging: wilc1000: avoid double unlocking of 'wilc->hif_cs' mutex media: venus: hfi_parser: Ignore HEVC encoding for V1 firmware: arm_sdei: fix double-lock on hibernate with shared events null_blk: Fix the null_add_dev() error path null_blk: Handle null_add_dev() failures properly null_blk: fix spurious IO errors after failed past-wp access media: imx: imx7_mipi_csis: Power off the source when stopping streaming media: imx: imx7-media-csi: Fix video field handling xhci: bail out early if driver can't accress host in resume ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add() x86: Don't let pgprot_modify() change the page encryption bit dma-mapping: Fix dma_pgprot() for unencrypted coherent pages block: keep bdi->io_pages in sync with max_sectors_kb for stacked devices debugfs: Check module state before warning in {full/open}_proxy_open() irqchip/versatile-fpga: Handle chained IRQs properly time/sched_clock: Expire timer in hardirq context media: allegro: fix type of gop_length in channel_create message sched: Avoid scale real weight down to zero selftests/x86/ptrace_syscall_32: Fix no-vDSO segfault PCI/switchtec: Fix init_completion race condition with poll_wait() block, bfq: move forward the getting of an extra ref in bfq_bfqq_move media: i2c: video-i2c: fix build errors due to 'imply hwmon' libata: Remove extra scsi_host_put() in ata_scsi_add_hosts() pstore/platform: fix potential mem leak if pstore_init_fs failed gfs2: Do log_flush in gfs2_ail_empty_gl even if ail list is empty gfs2: Don't demote a glock until its revokes are written cpufreq: imx6q: fix error handling x86/boot: Use unsigned comparison for addresses efi/x86: Ignore the memory attributes table on i386 genirq/irqdomain: Check pointer in irq_domain_alloc_irqs_hierarchy() block: Fix use-after-free issue accessing struct io_cq media: i2c: ov5695: Fix power on and off sequences usb: dwc3: core: add support for disabling SS instances in park mode irqchip/gic-v4: Provide irq_retrigger to avoid circular locking dependency md: check arrays is suspended in mddev_detach before call quiesce operations firmware: fix a double abort case with fw_load_sysfs_fallback spi: spi-fsl-dspi: Replace interruptible wait queue with a simple completion locking/lockdep: Avoid recursion in lockdep_count_{for,back}ward_deps() block, bfq: fix use-after-free in bfq_idle_slice_timer_body btrfs: qgroup: ensure qgroup_rescan_running is only set when the worker is at least queued btrfs: remove a BUG_ON() from merge_reloc_roots() btrfs: restart relocate_tree_blocks properly btrfs: track reloc roots based on their commit root bytenr ASoC: fix regwmask ASoC: dapm: connect virtual mux with default value ASoC: dpcm: allow start or stop during pause for backend ASoC: topology: use name_prefix for new kcontrol usb: gadget: f_fs: Fix use after free issue as part of queue failure usb: gadget: composite: Inform controller driver of self-powered ALSA: usb-audio: Add mixer workaround for TRX40 and co ALSA: hda: Add driver blacklist ALSA: hda: Fix potential access overflow in beep helper ALSA: ice1724: Fix invalid access for enumerated ctl items ALSA: pcm: oss: Fix regression by buffer overflow fix ALSA: hda/realtek: Enable mute LED on an HP system ALSA: hda/realtek - a fake key event is triggered by running shutup ALSA: doc: Document PC Beep Hidden Register on Realtek ALC256 ALSA: hda/realtek - Set principled PC Beep configuration for ALC256 ALSA: hda/realtek - Remove now-unnecessary XPS 13 headphone noise fixups ALSA: hda/realtek - Add quirk for Lenovo Carbon X1 8th gen ALSA: hda/realtek - Add quirk for MSI GL63 media: venus: firmware: Ignore secure call error on first resume media: hantro: Read be32 words starting at every fourth byte media: ti-vpe: cal: fix disable_irqs to only the intended target media: ti-vpe: cal: fix a kernel oops when unloading module seccomp: Add missing compat_ioctl for notify acpi/x86: ignore unspecified bit positions in the ACPI global lock field ACPICA: Allow acpi_any_gpe_status_set() to skip one GPE ACPI: PM: s2idle: Refine active GPEs check thermal: devfreq_cooling: inline all stubs for CONFIG_DEVFREQ_THERMAL=n nvmet-tcp: fix maxh2cdata icresp parameter nvme-fc: Revert "add module to ops template to allow module references" efi/x86: Add TPM related EFI tables to unencrypted mapping checks PCI: pciehp: Fix indefinite wait on sysfs requests PCI/ASPM: Clear the correct bits when enabling L1 substates PCI: Add boot interrupt quirk mechanism for Xeon chipsets PCI: qcom: Fix the fixup of PCI_VENDOR_ID_QCOM PCI: endpoint: Fix for concurrent memory allocation in OB address region sched/fair: Fix enqueue_task_fair warning tpm: Don't make log failures fatal tpm: tpm1_bios_measurements_next should increase position index tpm: tpm2_bios_measurements_next should increase position index KEYS: reaching the keys quotas correctly cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus() genirq/debugfs: Add missing sanity checks to interrupt injection irqchip/versatile-fpga: Apply clear-mask earlier io_uring: remove bogus RLIMIT_NOFILE check in file registration pstore: pstore_ftrace_seq_next should increase position index MIPS/tlbex: Fix LDDIR usage in setup_pw() for Loongson-3 MIPS: OCTEON: irq: Fix potential NULL pointer dereference PM / Domains: Allow no domain-idle-states DT property in genpd when parsing PM: sleep: wakeup: Skip wakeup_source_sysfs_remove() if device is not there ath9k: Handle txpower changes even when TPC is disabled signal: Extend exec_id to 64bits x86/tsc_msr: Use named struct initializers x86/tsc_msr: Fix MSR_FSB_FREQ mask for Cherry Trail devices x86/tsc_msr: Make MSR derived TSC frequency more accurate x86/entry/32: Add missing ASM_CLAC to general_protection entry platform/x86: asus-wmi: Support laptops where the first battery is named BATT KVM: nVMX: Properly handle userspace interrupt window request KVM: s390: vsie: Fix region 1 ASCE sanity shadow address checks KVM: s390: vsie: Fix delivery of addressing exceptions KVM: x86: Allocate new rmap and large page tracking when moving memslot KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec support KVM: x86: Gracefully handle __vmalloc() failure during VM allocation KVM: VMX: Add a trampoline to fix VMREAD error handling KVM: VMX: fix crash cleanup when KVM wasn't used smb3: fix performance regression with setting mtime CIFS: Fix bug which the return value by asynchronous read is error mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers mtd: spinand: Do not erase the block before writing a bad block marker btrfs: Don't submit any btree write bio if the fs has errors Btrfs: fix crash during unmount due to race with delayed inode workers btrfs: reloc: clean dirty subvols if we fail to start a transaction btrfs: set update the uuid generation as soon as possible btrfs: drop block from cache on error in relocation btrfs: fix missing file extent item for hole after ranged fsync btrfs: unset reloc control if we fail to recover btrfs: fix missing semaphore unlock in btrfs_sync_file btrfs: use nofs allocations for running delayed items remoteproc: qcom_q6v5_mss: Don't reassign mpss region on shutdown remoteproc: qcom_q6v5_mss: Reload the mba region on coredump remoteproc: Fix NULL pointer dereference in rproc_virtio_notify crypto: rng - Fix a refcounting bug in crypto_rng_reset() crypto: mxs-dcp - fix scatterlist linearization for hash erofs: correct the remaining shrink objects io_uring: honor original task RLIMIT_FSIZE mmc: sdhci-of-esdhc: fix esdhc_reset() for different controller versions powerpc/pseries: Drop pointless static qualifier in vpa_debugfs_init() tools: gpio: Fix out-of-tree build regression net: qualcomm: rmnet: Allow configuration updates to existing devices arm64: dts: allwinner: h6: Fix PMU compatible sched/core: Remove duplicate assignment in sched_tick_remote() arm64: dts: allwinner: h5: Fix PMU compatible mm, memcg: do not high throttle allocators based on wraparound dm writecache: add cond_resched to avoid CPU hangs dm integrity: fix a crash with unusually large tag size dm verity fec: fix memory leak in verity_fec_dtr dm clone: Add overflow check for number of regions dm clone metadata: Fix return type of dm_clone_nr_of_hydrated_regions() XArray: Fix xas_pause for large multi-index entries xarray: Fix early termination of xas_for_each_marked crypto: caam/qi2 - fix chacha20 data size error crypto: caam - update xts sector size for large input length crypto: ccree - protect against empty or NULL scatterlists crypto: ccree - only try to map auth tag if needed crypto: ccree - dec auth tag size from cryptlen map scsi: zfcp: fix missing erp_lock in port recovery trigger for point-to-point scsi: ufs: fix Auto-Hibern8 error detection scsi: lpfc: Fix lpfc_io_buf resource leak in lpfc_get_scsi_buf_s4 error path ARM: dts: exynos: Fix polarity of the LCD SPI bus on UniversalC210 board arm64: dts: ti: k3-am65: Add clocks to dwc3 nodes arm64: armv8_deprecated: Fix undef_hook mask for thumb setend selftests: vm: drop dependencies on page flags from mlock2 tests selftests/vm: fix map_hugetlb length used for testing read and write selftests/powerpc: Add tlbie_test in .gitignore vfio: platform: Switch to platform_get_irq_optional() drm/i915/gem: Flush all the reloc_gpu batch drm/etnaviv: rework perfmon query infrastructure drm: Remove PageReserved manipulation from drm_pci_alloc drm/amdgpu/powerplay: using the FCLK DPM table to set the MCLK drm/amdgpu: unify fw_write_wait for new gfx9 asics powerpc/pseries: Avoid NULL pointer dereference when drmem is unavailable nfsd: fsnotify on rmdir under nfsd/clients/ NFS: Fix use-after-free issues in nfs_pageio_add_request() NFS: Fix a page leak in nfs_destroy_unlinked_subrequests() ext4: fix a data race at inode->i_blocks fs/filesystems.c: downgrade user-reachable WARN_ONCE() to pr_warn_once() ocfs2: no need try to truncate file beyond i_size perf tools: Support Python 3.8+ in Makefile s390/diag: fix display of diagnose call statistics Input: i8042 - add Acer Aspire 5738z to nomux list ftrace/kprobe: Show the maxactive number on kprobe_events clk: ingenic/jz4770: Exit with error if CGU init failed clk: ingenic/TCU: Fix round_rate returning error kmod: make request_module() return an error when autoloading is disabled cpufreq: powernv: Fix use-after-free hfsplus: fix crash and filesystem corruption when deleting files libata: Return correct status in sata_pmp_eh_recover_pm() when ATA_DFLAG_DETACH is set ipmi: fix hung processes in __get_guid() xen/blkfront: fix memory allocation flags in blkfront_setup_indirect() powerpc/64/tm: Don't let userspace set regs->trap via sigreturn powerpc/fsl_booke: Avoid creating duplicate tlb1 entry powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE entries powerpc/xive: Use XIVE_BAD_IRQ instead of zero to catch non configured IPIs powerpc/64: Setup a paca before parsing device tree etc. powerpc/xive: Fix xmon support on the PowerNV platform powerpc/kprobes: Ignore traps that happened in real mode powerpc/64: Prevent stack protection in early boot scsi: mpt3sas: Fix kernel panic observed on soft HBA unplug powerpc: Make setjmp/longjmp signature standard arm64: Always force a branch protection mode when the compiler has one dm zoned: remove duplicate nr_rnd_zones increase in dmz_init_zone() dm clone: replace spin_lock_irqsave with spin_lock_irq dm clone: Fix handling of partial region discards dm clone: Add missing casts to prevent overflows and data corruption scsi: lpfc: Add registration for CPU Offline/Online events scsi: lpfc: Fix Fabric hostname registration if system hostname changes scsi: lpfc: Fix configuration of BB credit recovery in service parameters scsi: lpfc: Fix broken Credit Recovery after driver load Revert "drm/dp_mst: Remove VCPI while disabling topology mgr" drm/dp_mst: Fix clearing payload state on topology disable drm/amdgpu: fix gfx hang during suspend with video playback (v2) drm/i915/icl+: Don't enable DDI IO power on a TypeC port in TBT mode powerpc/kasan: Fix kasan_remap_early_shadow_ro() mmc: sdhci: Convert sdhci_set_timeout_irq() to non-static mmc: sdhci: Refactor sdhci_set_timeout() bpf: Fix tnum constraints for 32-bit comparisons mfd: dln2: Fix sanity checking for endpoints efi/x86: Fix the deletion of variables in mixed mode ASoC: stm32: sai: Add missing cleanup scsi: lpfc: fix inlining of lpfc_sli4_cleanup_poll_list() Linux 5.4.33 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I6c37e2c64801a572781c46fc5883bcc74e6a7a1a |
||
Thomas Gleixner
|
6ecc37daf6 |
cpu/hotplug: Ignore pm_wakeup_pending() for disable_nonboot_cpus()
commit e98eac6ff1b45e4e73f2e6031b37c256ccb5d36b upstream.
A recent change to freeze_secondary_cpus() which added an early abort if a
wakeup is pending missed the fact that the function is also invoked for
shutdown, reboot and kexec via disable_nonboot_cpus().
In case of disable_nonboot_cpus() the wakeup event needs to be ignored as
the purpose is to terminate the currently running kernel.
Add a 'suspend' argument which is only set when the freeze is in context of
a suspend operation. If not set then an eventually pending wakeup event is
ignored.
Fixes:
|
||
Blagovest Kolenichev
|
2e72d8932e |
Merge android-5.4.24 (ce5de62 ) into msm-5.4
* refs/heads/tmp-ce5de62:
Revert "BACKPORT: tracing: Remove unnecessary DEBUG_FS dependency"
Linux 5.4.24
blktrace: Protect q->blk_trace with RCU
kvm: nVMX: VMWRITE checks unsupported field before read-only field
kvm: nVMX: VMWRITE checks VMCS-link pointer before VMCS field
mm, thp: fix defrag setting if newline is not used
mm/huge_memory.c: use head to check huge zero page
mm/gup: allow FOLL_FORCE for get_user_pages_fast()
mm/debug.c: always print flags in dump_page()
locking/lockdep: Fix lockdep_stats indentation problem
xfs: clear kernel only flags in XFS_IOC_ATTRMULTI_BY_HANDLE
bus: tegra-aconnect: Remove PM_CLK dependency
netfilter: nf_flowtable: fix documentation
netfilter: nft_tunnel: no need to call htons() when dumping ports
thermal: brcmstb_thermal: Do not use DT coefficients
thermal: db8500: Depromote debug print
ubifs: Fix ino_t format warnings in orphan_delete()
rcu: Allow only one expedited GP to run concurrently with wakeups
KVM: x86: Remove spurious clearing of async #PF MSR
KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction path
x86/resctrl: Check monitoring static key in the MBM overflow handler
perf ui gtk: Add missing zalloc object
perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etc
pwm: omap-dmtimer: put_device() after of_find_device_by_node()
lib/vdso: Update coarse timekeeper unconditionally
lib/vdso: Make __arch_update_vdso_data() logic understandable
kprobes: Set unoptimized flag after unoptimizing code
ima: ima/lsm policy rule loading logic bug fixes
drivers: net: xgene: Fix the order of the arguments of 'alloc_etherdev_mqs()'
RDMA/hns: Bugfix for posting a wqe with sge
RDMA/hns: Simplify the calculation and usage of wqe idx for post verbs
f2fs: fix to add swap extent correctly
sched/fair: Optimize select_idle_cpu
KVM: Check for a bad hva before dropping into the ghc slow path
KVM: SVM: Override default MMIO mask if memory encryption is enabled
mwifiex: delete unused mwifiex_get_intf_num()
mwifiex: drop most magic numbers from mwifiex_process_tdls_action_frame()
namei: only return -ECHILD from follow_dotdot_rcu()
kbuild: make single target builds even faster
kbuild: remove unneeded variable, single-all
kbuild: move headers_check rule to usr/include/Makefile
kbuild: remove header compile test
selftests: Install settings files to fix TIMEOUT failures
net: ena: make ena rxfh support ETH_RSS_HASH_NO_CHANGE
net/smc: no peer ID in CLC decline for SMCD
net: atlantic: fix out of range usage of active_vlans array
net: atlantic: fix potential error handling
net: atlantic: fix use after free kasan warn
net: netlink: cap max groups which will be considered in netlink_bind()
s390/qeth: vnicc Fix EOPNOTSUPP precedence
nvme-pci: Hold cq_poll_lock while completing CQEs
usb: charger: assign specific number for enum value
hv_netvsc: Fix unwanted wakeup in netvsc_attach()
kbuild: fix DT binding schema rule to detect command line changes
mac80211: Remove a redundant mutex unlock
nl80211: fix potential leak in AP start
drm/i915/gvt: Separate display reset from ALL_ENGINES reset
drm/i915/gvt: Fix orphan vgpu dmabuf_objs' lifetime
i2c: jz4780: silence log flood on txabrt
i2c: altera: Fix potential integer overflow
MIPS: VPE: Fix a double free and a memory leak in 'release_vpe()'
HID: hiddev: Fix race in in hiddev_disconnect()
HID: alps: Fix an error handling path in 'alps_input_configured()'
netfilter: xt_hashlimit: reduce hashlimit_mutex scope for htable_put()
netfilter: ipset: Fix forceadd evaluation path
vhost: Check docket sk_family instead of call getname
net/smc: transfer fasync_list in case of fallback
netfilter: ipset: Fix "INFO: rcu detected stall in hash_xxx" reports
io_uring: fix 32-bit compatability with sendmsg/recvmsg
cpufreq: Fix policy initialization for internal governor drivers
amdgpu/gmc_v9: save/restore sdpif regs during S3
Revert "PM / devfreq: Modify the device name as devfreq(X) for sysfs"
tracing: Disable trace_printk() on post poned tests
macintosh: therm_windtunnel: fix regression when instantiating devices
drm/radeon: Inline drm_get_pci_dev
drm/amdgpu: Drop DRIVER_USE_AGP
HID: core: increase HID report buffer size to 8KiB
HID: core: fix off-by-one memset in hid_report_raw_event()
HID: ite: Only bind to keyboard USB interface on Acer SW5-012 keyboard dock
KVM: VMX: check descriptor table exits on instruction emulation
ACPI: watchdog: Fix gas->access_width usage
ACPICA: Introduce ACPI_ACCESS_BYTE_WIDTH() macro
audit: always check the netlink payload length in audit_receive_msg()
audit: fix error handling in audit_data_to_entry()
ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()
nvme/pci: move cqe check after device shutdown
nvme: prevent warning triggered by nvme_stop_keep_alive
nvme/tcp: fix bug on double requeue when send fails
net: hns3: fix a copying IPv6 address error in hclge_fd_get_flow_tuples()
net: hns3: add management table after IMP reset
mac80211: fix wrong 160/80+80 MHz setting
cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE
cifs: Fix mode output in debugging statements
ice: update Unit Load Status bitmask to check after reset
net: ena: ena-com.c: prevent NULL pointer dereference
net: ena: ethtool: use correct value for crc32 hash
net: ena: fix corruption of dev_idx_to_host_tbl
net: ena: fix incorrectly saving queue numbers when setting RSS indirection table
net: ena: rss: store hash function as values and not bits
net: ena: rss: fix failure to get indirection table
net: ena: rss: do not allocate key when not supported
net: ena: fix incorrect default RSS key
net: ena: add missing ethtool TX timestamping indication
net: ena: fix uses of round_jiffies()
net: ena: fix potential crash when rxfh key is NULL
i40e: Fix the conditional for i40e_vc_validate_vqs_bitmaps
soc/tegra: fuse: Fix build with Tegra194 configuration
amdgpu: Prevent build errors regarding soft/hard-float FP ABI tags
drm/amd/display: Add initialitions for PLL2 clock source
drm/amd/display: Limit minimum DPPCLK to 100MHz.
drm/amd/display: Check engine is not NULL before acquiring
RDMA/siw: Remove unwanted WARN_ON in siw_cm_llp_data_ready()
drm/amd/display: Do not set optimized_require to false after plane disable
ARM: dts: sti: fixup sound frame-inversion for stihxxx-b2120.dtsi
ceph: do not execute direct write in parallel if O_APPEND is specified
perf/x86/msr: Add Tremont support
perf/x86/cstate: Add Tremont support
perf/x86/intel: Add Elkhart Lake support
perf/smmuv3: Use platform_get_irq_optional() for wired interrupt
NFSv4: Fix races between open and dentry revalidation
qmi_wwan: unconditionally reject 2 ep interfaces
qmi_wwan: re-add DW5821e pre-production variant
s390/zcrypt: fix card and queue total counter wrap
cfg80211: check wiphy driver existence for drvinfo report
mac80211: consider more elements in parsing CRC
dax: pass NOWAIT flag to iomap_apply
sched/fair: Prevent unlimited runtime on throttled group
timers/nohz: Update NOHZ load in remote tick
sched/core: Don't skip remote tick for idle CPUs
drm/msm: Set dma maximum segment size for mdss
ipmi:ssif: Handle a possible NULL pointer reference
ipv6: Fix nlmsg_flags when splitting a multipath route
ipv6: Fix route replacement with dev-only route
bonding: fix lockdep warning in bond_get_stats()
net: export netdev_next_lower_dev_rcu()
bonding: add missing netdev_update_lockdep_key()
bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.
bnxt_en: Improve device shutdown method.
sctp: move the format error check out of __sctp_sf_do_9_1_abort
udp: rehash on disconnect
Revert "net: dev: introduce support for sch BYPASS for lockless qdisc"
qede: Fix race between rdma destroy workqueue and link change event
nfc: pn544: Fix occasional HW initialization failure
net/tls: Fix to avoid gettig invalid tls record
net: sched: correct flower port blocking
net: phy: restore mdio regs in the iproc mdio driver
net: mscc: fix in frame extraction
net: macb: ensure interface is not suspended on at91rm9200
net: fib_rules: Correctly set table field when table number exceeds 8 bits
net: dsa: b53: Ensure the default VID is untagged
EDAC: skx_common: downgrade message importance on missing PCI device
io_uring: grab ->fs as part of async offload
ANDROID: abi_gki_aarch64_whitelist: add module_layout and task_struct
ANDROID: gki_defconfig: disable KPROBES, update ABI
FROMGIT: scsi: ufs: Select INITIAL ADAPT type for HS Gear4
FROMLIST: scsi: ufs: Use ufshcd_config_pwr_mode() when scale gear
FROMGIT: scsi: ufs-qcom: Apply QUIRK_HOST_TACTIVATE for WDC UFS devices
FROMGIT: scsi: ufs: Allow vendor device quirks to be applied early
BACKPORT: scsi: ufs: Delete struct ufs_dev_desc
ANDROID: gki_defconfig: enable IOMMU_LIMIT_IOVA_ALIGNMENT
FROMLIST: iommu/iova: Support limiting IOVA alignment
FROMLIST: iommu/iova: Add a best-fit algorithm
FROMLIST: iommu/dma: Allow drivers to reserve an iova range
ANDROID: Unconditionally create bridge tracepoints
ANDROID: gki_defconfig: Enable MFD_SYSCON on x86
ANDROID: update ABI for CONFIG_IIO_* changes
ANDROID: gki_defconfig: add CONFIG_IIO_BUFFER and CONFIG_IIO_TRIGGER
ANDROID: gki: set CONFIG_SERIAL_SPRD_CONSOLE for earlycon
ANDROID: Re-add default y for VIRTIO_PCI_LEGACY
ANDROID: GKI: build in HVC_DRIVER
ANDROID: Removed default m for virtual sw crypto device
ANDROID: Remove default y on BRIDGE_IGMP_SNOOPING
ANDROID: GKI: Added missing SND configs
ANDROID: scsi: ufs: allow ufs variants to override sg entry size
ANDROID: GKI: Remove CONFIG_BRIDGE from arm64 config
ANDROID: Enable HID_NINTENDO as y
FROMLIST: HID: nintendo: add nintendo switch controller driver
UPSTREAM: iommu/arm-smmu: Restore naming of driver parameter prefix
ANDROID: gki_defconfig: Remove 'BRIDGE_NETFILTER is not set'
UPSTREAM: net: disable BRIDGE_NETFILTER by default
Linux 5.4.23
ASoC: SOF: Intel: hda: Add iDisp4 DAI
bpf: Selftests build error in sockmap_basic.c
s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init_range
s390/kaslr: Fix casts in get_random
net/mlx5e: Fix crash in recovery flow without devlink reporter
net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepa
net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDY
xen: Enable interrupts when calling _cond_resched()
ata: ahci: Add shutdown to freeze hardware resources of ahci
io_uring: prevent sq_thread from spinning when it should stop
rxrpc: Fix call RCU cleanup using non-bh-safe locks
netfilter: xt_hashlimit: limit the max size of hashtable
ALSA: seq: Fix concurrent access to queue current tick/time
ALSA: seq: Avoid concurrent access to queue flags
ALSA: rawmidi: Avoid bit fields for state flags
io_uring: fix __io_iopoll_check deadlock in io_sq_thread
arm64: lse: Fix LSE atomics with LLVM
bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill
genirq/proc: Reject invalid affinity masks (again)
crypto: rename sm3-256 to sm3 in hash_algo_name
iommu/vt-d: Fix compile warning from intel-svm.h
ecryptfs: replace BUG_ON with error handling code
ASoC: fsl_sai: Fix exiting path on probing failure
ASoC: atmel: fix atmel_ssc_set_audio link failure
staging: greybus: use after free in gb_audio_manager_remove_all()
staging: rtl8723bs: fix copy of overlapping memory
usb: dwc2: Fix in ISOC request length checking
usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus
scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session"
scsi: Revert "RDMA/isert: Fix a recently introduced regression related to logout"
drm/msm/dpu: fix BGR565 vs RGB565 confusion
drm/i915/gt: Protect defer_request() from new waiters
drm/bridge: tc358767: fix poll timeouts
drm/i915/gvt: more locking for ppgtt mm LRU list
drm/i915/execlists: Always force a context reload when rewinding RING_TAIL
drm/i915/gt: Detect if we miss WaIdleLiteRestore
Revert "dmaengine: imx-sdma: Fix memory leak"
Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof
btrfs: don't set path->leave_spinning for truncate
Btrfs: fix race between shrinking truncate and fiemap
Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents
btrfs: do not check delayed items are empty for single transaction cleanup
btrfs: reset fs_root to NULL on error in open_ctree
btrfs: fix bytes_may_use underflow in prealloc error condtition
btrfs: destroy qgroup extent records on transaction abort
KVM: apic: avoid calculating pending eoi from an uninitialized val
KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1
KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled
KVM: nVMX: Check IO instruction VM-exit conditions
KVM: nVMX: Refactor IO bitmap checks into helper function
ext4: fix race between writepages and enabling EXT4_EXTENTS_FL
ext4: rename s_journal_flag_rwsem to s_writepages_rwsem
ext4: fix mount failure with quota configured as module
ext4: fix potential race between s_flex_groups online resizing and access
ext4: fix potential race between s_group_info online resizing and access
ext4: fix potential race between online resizing and write operations
ext4: add cond_resched() to __ext4_find_entry()
ext4: fix a data race in EXT4_I(inode)->i_disksize
KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI
KVM: nVMX: Don't emulate instructions in guest mode
sched/psi: Fix OOB write when writing 0 bytes to PSI files
drm/i915: Update drm/i915 bug filing URL
drm/i915: Wean off drm_pci_alloc/drm_pci_free
drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesets
drm/amdgpu/gfx10: disable gfxoff when reading rlc clock
drm/amdgpu/gfx9: disable gfxoff when reading rlc clock
drm/amdgpu/soc15: fix xclk for raven
mm: Avoid creating virtual address aliases in brk()/mmap()/mremap()
lib/stackdepot.c: fix global out-of-bounds in stack_slabs
mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
mm/vmscan.c: don't round up scan size for online memory cgroup
genirq/irqdomain: Make sure all irq domain flags are distinct
nvme-multipath: Fix memory leak with ana_log_buf
mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()
Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()
MAINTAINERS: Update drm/i915 bug filing URL
serdev: ttyport: restore client ops on deregistration
tty: serial: qcom_geni_serial: Fix RX cancel command failure
tty: serial: imx: setup the correct sg entry for tx dma
tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode
serial: 8250: Check UPF_IRQ_SHARED in advance
x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF
x86/mce/amd: Fix kobject lifetime
x86/mce/amd: Publish the bank pointer only after setup has succeeded
x86/ima: use correct identifier for SetupMode variable
jbd2: fix ocfs2 corrupt when clearing block group bits
arm64: memory: Add missing brackets to untagged_addr() macro
powerpc/hugetlb: Fix 8M hugepages on 8xx
powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size
powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S
powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery
powerpc/eeh: Fix deadlock handling dead PHB
powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss
drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU context
staging: rtl8723bs: Fix potential overuse of kernel memory
staging: rtl8723bs: Fix potential security hole
staging: rtl8188eu: Fix potential overuse of kernel memory
staging: rtl8188eu: Fix potential security hole
scsi: Revert "target/core: Inline transport_lun_remove_cmd()"
usb: dwc3: debug: fix string position formatting mixup with ret and len
usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields
usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows
USB: hub: Fix the broken detection of USB3 device in SMSC hub
USB: hub: Don't record a connect-change event during reset-resume
USB: Fix novation SourceControl XL after suspend
usb: uas: fix a plug & unplug racing
USB: quirks: blacklist duplicate ep on Sound Devices USBPre2
USB: core: add endpoint-blacklist quirk
usb: host: xhci: update event ring dequeue pointer on purpose
xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2
xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms
xhci: fix runtime pm enabling for quirky Intel hosts
xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.
staging: vt6656: fix sign of rx_dbm to bb_pre_ed_rssi.
staging: android: ashmem: Disallow ashmem memory from being remapped
vt: vt_ioctl: fix race in VT_RESIZEX
vt: selection, handle pending signals in paste_selection
vt: fix scrollback flushing on background consoles
floppy: check FDC index for errors before assigning it
e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm
USB: misc: iowarrior: add support for the 100 device
USB: misc: iowarrior: add support for the 28 and 28L devices
USB: misc: iowarrior: add support for 2 OEMed devices
thunderbolt: Prevent crash if non-active NVMem file is read
btrfs: handle logged extent failure properly
ecryptfs: fix a memory leak bug in ecryptfs_init_messaging()
ecryptfs: fix a memory leak bug in parse_tag_1_packet()
tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST
ASoC: sun8i-codec: Fix setting DAI data format
ASoC: codec2codec: avoid invalid/double-free of pcm runtime
ALSA: hda/realtek - Apply quirk for yet another MSI laptop
ALSA: hda/realtek - Apply quirk for MSI GP63, too
ALSA: hda: Use scnprintf() for printing texts for sysfs/procfs
iommu/qcom: Fix bogus detach logic
UPSTREAM: sched/psi: Fix OOB write when writing 0 bytes to PSI files
ANDROID: build.config.gki.aarch64: enable symbol trimming
ANDROID: kbuild: avoid excessively long argument lists
ANDROID: gki_defconfig: Enable CONFIG_RD_LZ4
ANDROID: net: wireless: Add module_param(mac_prefix) to mac80211_hwsim
ANDROID: gki: Enable BINFMT_MISC as part of GKI
ANDROID: gki_defconfig: disable CONFIG_CRYPTO_MD4
FROMLIST: kbuild: generate autoksyms.h early
FROMLIST: kbuild: split adjust_autoksyms.sh in two parts
FROMLIST: kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMS
ANDROID: ABI/Whitelist: update for unisoc
ANDROID: Disable wq fp check in CFI builds
ANDROID: gki_defconfig: Disable CONFIG_RT_GROUP_SCHED
FROMGIT: of: property: Add device link support for power-domains and hwlocks
ANDROID: drm/msm/a6xx: Make a6xx_gmu_bo.iova a dma_addr_t
FROMLIST: of: of_reserved_mem: Increase limit on number of reserved regions
ANDROID: dm: Add wrapped key support in dm-default-key
ANDROID: dm: add support for passing through derive_raw_secret
ANDROID: block: Prevent crypto fallback for wrapped keys
FROMLIST: drm/msm/a6xx: Use the DMA API for GMU memory objects
FROMLIST: arm64: dts: sdm845: Set the virtual address range for GMU allocations
UPSTREAM: of: Make of_dma_get_range() work on bus nodes
UPSTREAM: of/address: Fix of_pci_range_parser_one translation of DMA addresses
UPSTREAM: of/address: Translate 'dma-ranges' for parent nodes missing 'dma-ranges'
UPSTREAM: of: Factor out #{addr,size}-cells parsing
UPSTREAM: of: address: Follow DMA parent for "dma-coherent"
UPSTREAM: of/address: Introduce of_get_next_dma_parent() helper
UPSTREAM: of: Make of_dma_get_range() private
ANDROID: fix merge issue in 5.4.22
ANDROID: update ABI for 5.4.22
Linux 5.4.22
rtc: Kconfig: select REGMAP_I2C when necessary
bcache: properly initialize 'path' and 'err' in register_bcache()
drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2)
s390/pci: Recover handle in clp_set_pci_fn()
mlxsw: spectrum_dpipe: Add missing error path
fuse: don't overflow LLONG_MAX with end offset
virtio_balloon: prevent pfn array overflow
cifs: log warning message (once) if out of disk space
i40e: Relax i40e_xsk_wakeup's return value when PF is busy
help_next should increase position index
NFS: Fix memory leaks
drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage
drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency
brd: check and limit max_part par
microblaze: Prevent the overflow of the start
asm-generic/tlb: add missing CONFIG symbol
iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta()
iwlwifi: mvm: Fix thermal zone registration
nvme-pci: remove nvmeq->tags
nvmet: Pass lockdep expression to RCU lists
irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL
bcache: fix incorrect data type usage in btree_flush_write()
bcache: explicity type cast in bset_bkey_last()
bcache: fix memory corruption in bch_cache_accounting_clear()
reiserfs: prevent NULL pointer dereference in reiserfs_insert_item()
lib/scatterlist.c: adjust indentation in __sg_alloc_table
ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans()
ocfs2: make local header paths relative to C files
btrfs: do not do delalloc reservation under page lock
powerpc: Do not consider weak unresolved symbol relocations as bad
radeon: insert 10ms sleep in dce5_crtc_load_lut
trigger_next should increase position index
ftrace: fpid_next() should increase position index
char: hpet: Fix out-of-bounds read bug
drm/nouveau/disp/nv50-: prevent oops when no channel method map provided
irqchip/gic-v3: Only provision redistributors that are enabled in ACPI
drm/amd/display: do not allocate display_mode_lib unnecessarily
rbd: work around -Wuninitialized warning
ceph: check availability of mds cluster on mount after wait timeout
powerpc/mm: Don't log user reads to 0xffffffff
bpf: map_seq_next should always increase position index
cifs: fix NULL dereference in match_prepath
cifs: Fix mount options set in automount
cifs: fix unitialized variable poential problem with network I/O cache lock patch
iwlegacy: ensure loop counter addr does not wrap and cause an infinite loop
rtw88: fix potential NULL skb access in TX ISR
hostap: Adjust indentation in prism2_hostapd_add_sta
ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82
ARM: 8951/1: Fix Kexec compilation issue.
selftests/eeh: Bump EEH wait time to 60s
powerpc/pseries/lparcfg: Fix display of Maximum Memory
jbd2: make sure ESHUTDOWN to be recorded in the journal superblock
jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record
selftests: bpf: Reset global state between reuseport test runs
alarmtimer: Make alarmtimer platform device child of RTC device
iommu/vt-d: Remove unnecessary WARN_ON_ONCE()
bcache: fix use-after-free in register_bcache()
bcache: rework error unwinding in register_bcache
bcache: cached_dev_free needs to put the sb page
btrfs: Fix split-brain handling when changing FSID to metadata uuid
btrfs: separate definition of assertion failure handlers
media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value
powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV
drm/nouveau/mmu: fix comptag memory leak
sunrpc: Fix potential leaks in sunrpc_cache_unhash()
ALSA: hda - Add docking station support for Lenovo Thinkpad T420s
bpf, btf: Always output invariant hit in pahole DWARF to BTF transform
driver core: platform: fix u32 greater or equal to zero comparison
s390/ftrace: generate traced function stack frame
s390: adjust -mpacked-stack support check for clang 10
x86/decoder: Add TEST opcode to Group3-2
objtool: Fix ARCH=x86_64 build error
kbuild: use -S instead of -E for precise cc-option test in Kconfig
spi: spi-fsl-qspi: Ensure width is respected in spi-mem operations
ALSA: hda/hdmi - add retry logic to parse_intel_hdmi()
irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems
regulator: core: Fix exported symbols to the exported GPL version
remoteproc: Initialize rproc_class before use
module: avoid setting info->name early in case we can fall back to info->mod->name
btrfs: device stats, log when stats are zeroed
btrfs: safely advance counter when looking up bio csums
btrfs: fix possible NULL-pointer dereference in integrity checks
pwm: Remove set but not set variable 'pwm'
ide: serverworks: potential overflow in svwks_set_pio_mode()
cmd64x: potential buffer overflow in cmd64x_program_timings()
pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional
x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd
f2fs: fix memleak of kobject
regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage
ASoC: SOF: Intel: hda: Fix SKL dai count
debugobjects: Fix various data races
watchdog/softlockup: Enforce that timestamp is valid on boot
perf/x86/amd: Constrain Large Increment per Cycle events
sched/topology: Assert non-NUMA topology masks don't (partially) overlap
sched/core: Fix size of rq::uclamp initialization
arm64: dts: ti: k3-j721e-main: Add missing power-domains for smmu
KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt'
EDAC/sifive: Fix return value check in ecc_register()
drm/amd/display: fixup DML dependencies
arm64: fix alternatives with LLVM's integrated assembler
arm64: lse: fix LSE atomics with LLVM's integrated assembler
RDMA/mlx5: Don't fake udata for kernel path
ALSA: usb-audio: add implicit fb quirk for MOTU M Series
crypto: essiv - fix AEAD capitalization and preposition use in help text
scsi: iscsi: Don't destroy session if there are outstanding connections
scsi: ufs-mediatek: add apply_dev_quirks variant operation
scsi: ufs: pass device information to apply_dev_quirks
f2fs: free sysfs kobject
f2fs: set I_LINKABLE early to avoid wrong access by vfs
ALSA: usb-audio: unlock on error in probe
iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE
kbuild: remove *.tmp file when filechk fails
usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue
perf/imx_ddr: Fix cpu hotplug state cleanup
drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add
gpiolib: Set lockdep class for hierarchical irq domains
dm thin: don't allow changing data device during thin-pool reload
drm/nouveau/fault/gv100-: fix memory leak on module unload
drm/nouveau/drm/ttm: Remove set but not used variable 'mem'
drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler
drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw
drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()
vme: bridges: reduce stack usage
bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map
ASoC: SOF: Intel: hda-dai: fix compilation warning in pcm_prepare
driver core: Print device when resources present in really_probe()
driver core: platform: Prevent resouce overflow from causing infinite loops
visorbus: fix uninitialized variable access
misc: xilinx_sdfec: fix xsdfec_poll()'s return type
tty: synclink_gt: Adjust indentation in several functions
tty: synclinkmp: Adjust indentation in several functions
raid6/test: fix a compilation warning
ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=m
ALSA: usb-audio: Add boot quirk for MOTU M Series
ARM: dts: rockchip: add reg property to brcmf sub node for rk3188-bqedison2qc
arm64: dts: rockchip: add reg property to brcmf sub-nodes
arm64: dts: rockchip: fix dwmmc clock name for px30
clocksource: davinci: only enable clockevents once tim34 is initialized
wan: ixp4xx_hss: fix compile-testing on 64-bit
x86/nmi: Remove irq_work from the long duration NMI handler
bnxt: Detach page from page pool before sending up the stack
Input: edt-ft5x06 - work around first register access error
rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls
efi/x86: Don't panic or BUG() on non-critical error conditions
soc/tegra: fuse: Correct straps' address for older Tegra124 device trees
IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats
IB/hfi1: Add software counter for ctxt0 seq drop
staging: rtl8188: avoid excessive stack usage
drm/mediatek: Add gamma property according to hardware capability
udf: Fix free space reporting for metadata and virtual partitions
usbip: Fix unsafe unaligned pointer usage
ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco
usb: dwc3: use proper initializers for property entries
drm: remove the newline for CRC source name.
RDMA/hns: Avoid printing address of mtt page
mlx5: work around high stack usage with gcc
drm/amdkfd: Fix permissions of hang_hws
iommu/vt-d: Avoid sending invalid page response
iommu/vt-d: Match CPU and IOMMU paging mode
ACPI: button: Add DMI quirk for Razer Blade Stealth 13 late 2019 lid switch
ASoC: Intel: sof_rt5682: Ignore the speaker amp when there isn't one.
vfio/spapr/nvlink2: Skip unpinning pages on error exit
tools lib api fs: Fix gcc9 stringop-truncation compilation error
net: phy: fixed_phy: fix use-after-free when checking link GPIO
ALSA: sh: Fix compile warning wrt const
ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx laptops, too
clk: uniphier: Add SCSSI clock gate for each channel
clk: Use parent node pointer during registration if necessary
ALSA: sh: Fix unused variable warnings
clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock
RDMA/rxe: Fix error type of mmap_offset
fbdev: fix numbering of fbcon options
ASoC: soc-topology: fix endianness issues
reset: uniphier: Add SCSSI reset control for each channel
pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs
drm/fbdev: Fallback to non tiled mode if all tiles not present
PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency
PM / devfreq: exynos-ppmu: Fix excessive stack usage
x86/vdso: Provide missing include file
crypto: chtls - Fixed memory leak
net: phy: realtek: add logging for the RGMII TX delay configuration
bpf: Print error message for bpftool cgroup show
dmaengine: imx-sdma: Fix memory leak
dmaengine: Store module owner in dma_device struct
clk: actually call the clock init before any other callback of the clock
iommu/iova: Silence warnings under memory pressure
iommu/amd: Only support x2APIC with IVHD type 11h/40h
iommu/amd: Check feature support bit before accessing MSI capability registers
arm64: dts: qcom: db845c: Enable ath10k 8bit host-cap quirk
scsi: lpfc: Fix: Rework setting of fdmi symbolic node name registration
selinux: ensure we cleanup the internal AVC counters on error in avc_update()
ARM: dts: r8a7779: Add device node for ARM global timer
clk: renesas: rcar-gen3: Allow changing the RPC[D2] clocks
drm/mediatek: handle events when enabling/disabling crtc
crypto: inside-secure - add unspecified HAS_IOMEM dependency
scsi: aic7xxx: Adjust indentation in ahc_find_syncrate
scsi: ufs: Complete pending requests in host reset and restore path
nfsd: Clone should commit src file metadata too
ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1
clk: qcom: smd: Add missing bimc clock
drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV
orinoco: avoid assertion in case of NULL pointer
rtlwifi: rtl_pci: Fix -Wcast-function-type
iwlegacy: Fix -Wcast-function-type
ipw2x00: Fix -Wcast-function-type
b43legacy: Fix -Wcast-function-type
PCI: Add DMA alias quirk for PLX PEX NTB
PCI: Add nr_devfns parameter to pci_add_dma_alias()
ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status
netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy
fore200e: Fix incorrect checks of NULL pointer dereference
r8169: check that Realtek PHY driver module is loaded
samples/bpf: Set -fno-stack-protector when building BPF programs
reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling
media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros
selftests/net: make so_txtime more robust to timer variance
gpu/drm: ingenic: Avoid null pointer deference in plane atomic update
Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace"
PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllers
PCI: Add generic quirk for increasing D3hot delay
media: cx23885: Add support for AVerMedia CE310B
PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-in
bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO
ARM: dts: imx6: rdu2: Limit USBH1 to Full Speed
ARM: dts: imx6: rdu2: Disable WP for USDHC2 and USDHC3
ARM: exynos_defconfig: Bring back explicitly wanted options
clk: imx: Add correct failure handling for clk based helpers
padata: validate cpumask without removed CPU during offline
arm64: dts: qcom: msm8996: Disable USB2 PHY suspend by core
selinux: ensure we cleanup the internal AVC counters on error in avc_insert()
opp: Free static OPPs on errors while adding them
arm: dts: allwinner: H3: Add PMU node
arm64: dts: allwinner: H5: Add PMU node
arm64: dts: allwinner: H6: Add PMU mode
NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu().
net/wan/fsl_ucc_hdlc: reject muram offsets above 64K
regulator: rk808: Lower log level on optional GPIOs being not available
ASoC: intel: sof_rt5682: Add support for tgl-max98357a-rt5682
ASoC: intel: sof_rt5682: Add quirk for number of HDMI DAI's
modules: lockdep: Suppress suspicious RCU usage warning
arm64: dts: rockchip: Fix NanoPC-T4 cooling maps
drm/panel: simple: Add Logic PD Type 28 display support
drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG
ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_start
drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_table
bpf, sockhash: Synchronize_rcu before free'ing map
drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS mode
clk: qcom: rcg2: Don't crash if our parent can't be found; return an error
clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq()
kconfig: fix broken dependency in randconfig-generated .config
block, bfq: do not plug I/O for bfq_queues with no proc refs
drivers/block/zram/zram_drv.c: fix error return codes not being returned in writeback_store
Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker
KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups
nbd: add a flush_workqueue in nbd_start_device
tracing: Simplify assignment parsing for hist triggers
drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zero
rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed
selftests: settings: tests can be in subsubdirs
brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362
rtw88: fix rate mask for 1SS chip
ath10k: Correct the DMA direction for management tx buffers
ext4, jbd2: ensure panic when aborting with zero errno
ARM: 8952/1: Disable kmemleak on XIP kernels
tracing: Fix very unlikely race of registering two stat tracers
tracing: Fix tracing_stat return values in error handling paths
powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov()
s390/pci: Fix possible deadlock in recover_store()
wan/hdlc_x25: fix skb handling
dmaengine: fsl-qdma: fix duplicated argument to &&
udf: Allow writing to 'Rewritable' partitions
pwm: omap-dmtimer: Simplify error handling
x86/sysfb: Fix check for bad VRAM size
clk: ti: dra7: fix parent for gmac_clkctrl
ext4: fix deadlock allocating bio_post_read_ctx from mempool
jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal
kselftest: Minimise dependency of get_size on C library interfaces
drm/amd/display: Clear state after exiting fixed active VRR state
clocksource/drivers/bcm2835_timer: Fix memory leak of timer
usb: dwc2: Fix IN FIFO allocation
usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe()
drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst
spi: fsl-lpspi: fix only one cs-gpio working
drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriov
uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol()
raid6/test: fix a compilation error
net: ethernet: ixp4xx: Standard module init
sparc: Add .exit.data section.
MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init()
efi/x86: Map the entire EFI vendor string before copying it
pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins
IB/core: Let IB core distribute cache update events
kernel/module: Fix memleak in module_add_modinfo_attrs()
media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run()
char/random: silence a lockdep splat with printk()
x86/fpu: Deactivate FPU state after failure during state load
iommu/vt-d: Fix off-by-one in PASID allocation
gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap()
clk: meson: meson8b: make the CCF use the glitch-free mali mux
powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number
clk: at91: sam9x60: fix programmable clock prescaler
media: sun4i-csi: Fix [HV]sync polarity handling
media: sun4i-csi: Fix data sampling polarity handling
media: sun4i-csi: Deal with DRAM offset
media: i2c: mt9v032: fix enum mbus codes and frame sizes
media: ov5640: Fix check for PLL1 exceeding max allowed rate
pxa168fb: Fix the function used to release some memory in an error handling path
drm/msm/adreno: fix zap vs no-zap handling
drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank()
printk: fix exclusive_console replaying
pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs
gianfar: Fix TX timestamping with a stacked DSA driver
ALSA: ctl: allow TLV read operation for callback type of element in locked case
ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT
leds: pca963x: Fix open-drain initialization
drm/amd/display: Map ODM memory correctly when doing ODM combine
PCI: Fix pci_add_dma_alias() bitmask size
brcmfmac: Fix use after free in brcmf_sdio_readframes()
brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev()
cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order
clk: meson: pll: Fix by 0 division in __pll_params_to_rate()
media: meson: add missing allocation failure check on new_buf
f2fs: call f2fs_balance_fs outside of locked page
f2fs: preallocate DIO blocks when forcing buffered_io
rcu: Fix data-race due to atomic_t copy-by-value
rcu: Fix missed wakeup of exp_wq waiters
rcu/nocb: Fix dump_tree hierarchy print always active
drm/qxl: Complete exception handling in qxl_device_init()
wil6210: fix break that is never reached because of zero'ing of a retry counter
ath10k: Fix qmi init error handling
drm/gma500: Fixup fbdev stolen size usage evaluation
net/sched: flower: add missing validation of TCA_FLOWER_FLAGS
net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS
net: dsa: tag_qca: Make sure there is headroom for tag
net/smc: fix leak of kernel memory to user space
enic: prevent waking up stopped tx queues over watchdog reset
core: Don't skip generic XDP program execution for cloned SKBs
ANDROID: ufs, block: fix crypto power management and move into block layer
ANDROID: rtc: class: support hctosys from modular RTC drivers
ANDROID: update the abi after clk changes
ANDROID: update abi for f2fs/fscrypt merge
ANDROID: Kconfig.gki: Remove most of the built in qcom clks
FROMLIST: f2fs: Handle casefolding with Encryption
FROMLIST: fscrypt: Have filesystems handle their d_ops
FROMLIST: ext4: Use generic casefolding support
FROMLIST: f2fs: Use generic casefolding support
FROMLIST: Add standard casefolding support
FROMLIST: unicode: Add utf8_casefold_hash
ANDROID: gki: Set CONFIG_SERIAL_SAMSUNG for early con.
UPSTREAM: tty: serial: samsung_tty: remove SERIAL_SAMSUNG_DEBUG
UPSTREAM: tty: serial: samsung_tty: build it for any platform
UPSTREAM: tty: serial: samsung_tty: do not abuse the struct uart_port unused fields
UPSTREAM: tty: serial: samsung_tty: fix blank line checkpatch warning
UPSTREAM: tty: serial: samsung_tty: fix up minor comment formatting
UPSTREAM: tty: serial: samsung_tty: use 'unsigned int' not 'unsigned'
UPSTREAM: tty: serial: samsung_tty: use standard debugging macros
UPSTREAM: tty: serial: samsung_tty: drop unneded dbg() calls
UPSTREAM: tty: serial: samsung_tty: delete samsung.h
UPSTREAM: tty: serial: samsung.h: remove reset_port callback from struct s3c24xx_uart_info
UPSTREAM: tty: serial: samsung.h: fix up minor comment issues
UPSTREAM: tty: serial: samsung_tty: fix build warning
UPSTREAM: tty: serial: samsung: allow driver to be built by anyone
UPSTREAM: tty: serial: samsung: remove variable 'ufstat' set but not used
UPSTREAM: {tty: serial, nand: onenand}: samsung: rename to fix build warning
UPSTREAM: random: ignore GRND_RANDOM in getentropy(2)
UPSTREAM: random: add GRND_INSECURE to return best-effort non-cryptographic bytes
UPSTREAM: linux/random.h: Mark CONFIG_ARCH_RANDOM functions __must_check
UPSTREAM: linux/random.h: Use false with bool
UPSTREAM: linux/random.h: Remove arch_has_random, arch_has_random_seed
UPSTREAM: random: remove some dead code of poolinfo
UPSTREAM: random: fix typo in add_timer_randomness()
UPSTREAM: random: Add and use pr_fmt()
UPSTREAM: random: convert to ENTROPY_BITS for better code readability
UPSTREAM: random: remove unnecessary unlikely()
UPSTREAM: random: remove kernel.random.read_wakeup_threshold
UPSTREAM: random: delete code to pull data into pools
UPSTREAM: random: remove the blocking pool
UPSTREAM: random: make /dev/random be almost like /dev/urandom
UPSTREAM: random: Add a urandom_read_nowait() for random APIs that don't warn
UPSTREAM: random: Don't wake crng_init_wait when crng_init == 1
UPSTREAM: char/random: silence a lockdep splat with printk()
ANDROID: Incremental fs: Support xattrs
BACKPORT: sched/fair: Remove wake_cap()
UPSTREAM: sched/core: Remove for_each_lower_domain()
UPSTREAM: sched/topology: Remove SD_BALANCE_WAKE on asymmetric capacity systems
UPSTREAM: sched/fair: Add asymmetric CPU capacity wakeup scan
ANDROID: ufs: add quirk to fix abnormal ocs fatal error
FROMLIST: ufs: fix a bug on printing PRDT
ANDROID: update abi for 5.4.21
ANDROID: clang: update to 10.0.4
Linux 5.4.21
mmc: core: Rework wp-gpio handling
gpio: add gpiod_toggle_active_low()
KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging
ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project()
jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer
jbd2: move the clearing of b_modified flag to the journal_unmap_buffer()
Revert "drm/sun4i: drv: Allow framebuffer modifiers in mode config"
NFSv4.1 make cachethis=no for writes
perf stat: Don't report a null stalled cycles per insn metric
KVM: x86: Mask off reserved bit from #DB exception payload
arm64: dts: fast models: Fix FVP PCI interrupt-map property
cifs: fix mount option display for sec=krb5i
mac80211: fix quiet mode activation in action frames
hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions.
perf/x86/intel: Fix inaccurate period in context switch for auto-reload
spmi: pmic-arb: Set lockdep class for hierarchical irq domains
sched/uclamp: Reject negative values in cpu_uclamp_write()
s390/time: Fix clk type in get_tod_clock
RDMA/core: Fix protection fault in get_pkey_idx_qp_list
RDMA/rxe: Fix soft lockup problem due to using tasklets in softirq
RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_create
RDMA/iw_cxgb4: initiate CLOSE when entering TERM
RDMA/core: Fix invalid memory access in spec_filter_size
IB/umad: Fix kernel crash while unloading ib_umad
IB/rdmavt: Reset all QPs when the device is shut down
IB/hfi1: Close window for pq and request coliding
IB/hfi1: Acquire lock to release TID entries when user file is closed
IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supported
drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write
nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info
bus: moxtet: fix potential stack buffer overflow
drm/panfrost: Make sure the shrinker does not reclaim referenced BOs
drm/vgem: Close use-after-free race in vgem_gem_create
s390/uv: Fix handling of length extensions
s390/pkey: fix missing length of protected key on return
perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map
KVM: nVMX: Use correct root level for nested EPT shadow page tables
EDAC/mc: Fix use-after-free and memleaks during device removal
EDAC/sysfs: Remove csrow objects on errors
cifs: make sure we do not overflow the max EA buffer size
xprtrdma: Fix DMA scatter-gather list mapping imbalance
arm64: ssbs: Fix context-switch when SSBS is present on all CPUs
gpio: xilinx: Fix bug where the wrong GPIO register is written to
ARM: npcm: Bring back GPIOLIB support
btrfs: log message when rw remount is attempted with unclean tree-log
btrfs: print message when tree-log replay starts
btrfs: ref-verify: fix memory leaks
Btrfs: fix race between using extent maps and merging them
ext4: improve explanation of a mount failure caused by a misconfigured kernel
ext4: add cond_resched() to ext4_protect_reserved_inode
ext4: fix checksum errors with indexed dirs
ext4: fix support for inode sizes > 1024 bytes
ext4: don't assume that mmp_nodename/bdevname have NUL
ALSA: usb-audio: Add clock validity quirk for Denon MC7000/MCX8000
ALSA: usb-audio: sound: usb: usb true/false for bool return type
ACPI: PM: s2idle: Prevent spurious SCIs from waking up the system
ACPICA: Introduce acpi_any_gpe_status_set()
ACPI: PM: s2idle: Avoid possible race related to the EC GPE
ACPI: EC: Fix flushing of pending work
ALSA: usb-audio: Apply sample rate quirk for Audioengine D1
ALSA: hda/realtek - Fix silent output on MSI-GL73
ALSA: hda/realtek - Add more codec supported Headset Button
ALSA: usb-audio: Fix UAC2/3 effect unit parsing
Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list
Input: synaptics - enable SMBus on ThinkPad L470
Input: synaptics - switch T470s to RMI4 by default
ANDROID: ABI/Whitelist: initial unisoc whitelist
ANDROID: Fix ABI representation after enabling CONFIG_NET_NS
ANDROID: gki_defconfig: Enable CONFIG_NET_NS
ANDROID: gki_defconfig: Enable XDP_SOCKETS
ANDROID: gki_defconfig: Enable MAC80211_RC_MINSTREL
ANDROID: virtio: virtio_input: pass _DIRECT only if the device advertises _DIRECT
ANDROID: staging: ion: delete unused heap types and IDs
ANDROID: gki_defconfig: disable system_contig ion heap.
ANDROID: cf build: Use merge_configs
ANDROID: net: bpf: Allow TC programs to call BPF_FUNC_skb_change_head
ANDROID: gki_defconfig: Disable SDCARD_FS
Linux 5.4.20
selinux: fall back to ref-walk if audit is required
libertas: make lbs_ibss_join_existing() return error code on rates overflow
libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held
mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()
mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()
dmaengine: axi-dmac: add a check for devm_regmap_init_mmio
clk: meson: g12a: fix missing uart2 in regmap table
mfd: max77650: Select REGMAP_IRQ in Kconfig
regmap: fix writes to non incrementing registers
pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B
pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias control
selinux: fix regression introduced by move_mount(2) syscall
selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link"
bcache: avoid unnecessary btree nodes flushing in btree_flush_write()
dt-bindings: iio: adc: ad7606: Fix wrong maxItems value
media: i2c: adv748x: Fix unsafe macros
drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probe
crypto: caam/qi2 - fix typo in algorithm's driver name
crypto: atmel-sha - fix error handling when setting hmac key
crypto: artpec6 - return correct error code for failed setkey()
crypto: testmgr - don't try to decrypt uninitialized buffers
mtd: sharpslpart: Fix unsigned comparison to zero
mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock
arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanly
KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer
KVM: arm64: pmu: Fix chained SW_INCR counters
KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset
KVM: arm: Make inject_abt32() inject an external abort instead
KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests
KVM: arm/arm64: Fix young bit from mmu notifier
arm64: ptrace: nofpsimd: Fail FP/SIMD regset operations
arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properly
arm64: cpufeature: Fix the type of no FP/SIMD capability
sched/uclamp: Fix a bug in propagating uclamp value in new cgroups
ARM: 8949/1: mm: mark free_memmap as __init
KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections
ARM: at91: pm: use of_device_id array to find the proper shdwc node
ARM: at91: pm: use SAM9X60 PMC's compatible
iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA
powerpc/pseries: Allow not having ibm, hypertas-functions::hcall-multi-tce for DDW
powerpc/pseries/vio: Fix iommu_table use-after-free refcount warning
powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some paths
powerpc/ptdump: Only enable PPC_CHECK_WX with STRICT_KERNEL_RWX
powerpc/ptdump: Fix W+X verification call in mark_rodata_ro()
Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests"
soc: qcom: rpmhpd: Set 'active_only' for active only power domains
tools/power/acpi: fix compilation error
ARM: dts: at91: sama5d3: define clock rate range for tcb1
ARM: dts: at91: sama5d3: fix maximum peripheral clock rates
ARM: dts: meson8b: use the actual frequency for the GPU's 364MHz OPP
ARM: dts: meson8: use the actual frequency for the GPU's 182.1MHz OPP
arm64: dts: marvell: clearfog-gt-8k: fix switch cpu port node
arm64: dts: renesas: r8a77990: ebisu: Remove clkout-lr-synchronous from sound
ARM: dts: am43xx: add support for clkout1 clock
ARM: dts: at91: Reenable UART TX pull-ups
arm64: dts: uDPU: fix broken ethernet
arm64: dts: qcom: msm8998: Fix tcsr syscon size
platform/x86: intel_mid_powerbtn: Take a copy of ddata
ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node
watchdog: qcom: Use platform_get_irq_optional() for bark irq
rtc: cmos: Stop using shared IRQ
rtc: hym8563: Return -EINVAL if the time is known to be invalid
x86/boot: Handle malformed SRAT tables during early ACPI parsing
NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals
NFSv4: try lease recovery on NFS4ERR_EXPIRED
NFSv4: pnfs_roc() must use cred_fscmp() to compare creds
NFS: Fix fix of show_nfs_errors
NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes()
NFS: Revalidate the file size on a fatal write error
nfs: NFS_SWAP should depend on SWAP
bpf, sockmap: Check update requirements after locking
bpf: Improve bucket_log calculation logic
selftests/bpf: Test freeing sockmap/sockhash with a socket in it
bpf, sockhash: Synchronize_rcu before free'ing map
bpf, sockmap: Don't sleep while holding RCU lock on tear-down
bpftool: Don't crash on missing xlated program instructions
iwlwifi: mvm: avoid use after free for pmsr request
PCI/AER: Initialize aer_fifo
PCI: Don't disable bridge BARs when assigning bus resources
PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30
PCI/switchtec: Fix vep_vector_number ioread width
PCI/switchtec: Use dma_set_mask_and_coherent()
ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safe
PCI/IOV: Fix memory leak in pci_iov_add_virtfn()
scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus() fails
RDMA/umem: Fix ib_umem_find_best_pgsz()
RDMA/cma: Fix unbalanced cm_id reference count during address resolve
RDMA/uverbs: Verify MR access flags
RDMA/core: Fix locking in ib_uverbs_event_read
RDMA/i40iw: fix a potential NULL pointer dereference
RDMA/netlink: Do not always generate an ACK for some netlink operations
IB/mlx4: Fix leak in id_map_find_del
IB/srp: Never use immediate data if it is disabled by a user
IB/mlx4: Fix memory leak in add_gid error flow
hv_sock: Remove the accept port restriction
ASoC: pcm: update FE/BE trigger order based on the command
ANDROID: gki_defconfig: Add CONFIG_UNICODE
ANDROID: added memory initialization tests to cuttlefish config
ANDROID: gki_defconfig: enable CONFIG_RUNTIME_TESTING_MENU
fs-verity: use u64_to_user_ptr()
fs-verity: use mempool for hash requests
fs-verity: implement readahead of Merkle tree pages
fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
fscrypt: improve format of no-key names
ubifs: allow both hash and disk name to be provided in no-key names
ubifs: don't trigger assertion on invalid no-key filename
fscrypt: clarify what is meant by a per-file key
fscrypt: derive dirhash key for casefolded directories
fscrypt: don't allow v1 policies with casefolding
fscrypt: add "fscrypt_" prefix to fname_encrypt()
fscrypt: don't print name of busy file when removing key
ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
fscrypt: document gfp_flags for bounce page allocation
fscrypt: optimize fscrypt_zeroout_range()
fscrypt: remove redundant bi_status check
fscrypt: Allow modular crypto algorithms
FROMLIST: rename missed uaccess .fixup section
ANDROID: gki_defconfig: enable heap and stack initialization.
ANDROID: ABI/Whitelist: update for db845c
ANDROID: ABI/Whitelist: update for Cuttlefish
ANDROID: update ABI representation and GKI whitelist
ANDROID: f2fs: fix missing blk-crypto changes
fscrypt: include <linux/ioctl.h> in UAPI header
fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
fscrypt: remove fscrypt_is_direct_key_policy()
fscrypt: move fscrypt_valid_enc_modes() to policy.c
fscrypt: check for appropriate use of DIRECT_KEY flag earlier
fscrypt: split up fscrypt_supported_policy() by policy version
fscrypt: introduce fscrypt_needs_contents_encryption()
fscrypt: move fscrypt_d_revalidate() to fname.c
fscrypt: constify inode parameter to filename encryption functions
fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
fscrypt: verify that the crypto_skcipher has the correct ivsize
fscrypt: use crypto_skcipher_driver_name()
fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
UPSTREAM: dynamic_debug: allow to work if debugfs is disabled
UPSTREAM: serial: sprd: Add polling IO support
UPSTREAM: dmaengine: sprd: Add wrap address support for link-list mode
UPSTREAM: pinctrl: sprd: Add CM4 sleep mode support
UPSTREAM: pinctrl: sprd: Add PIN_CONFIG_BIAS_DISABLE configuration support
UPSTREAM: spi: sprd: adi: Set BIT_WDG_NEW bit when rebooting
UPSTREAM: nvmem: sprd: Add Spreadtrum SoCs eFuse support
UPSTREAM: dt-bindings: nvmem: Add Spreadtrum eFuse controller documentation
UPSTREAM: scsi: ufs-mediatek: enable low-power mode for hibern8 state
BACKPORT: scsi: ufs: export some functions for vendor usage
UPSTREAM: scsi: ufs-mediatek: add dbg_register_dump implementation
UPSTREAM: scsi: ufs-mediatek: add apply_dev_quirks variant operation
UPSTREAM: scsi: ufs: pass device information to apply_dev_quirks
UPSTREAM: scsi: ufs: add device reset history for vendor implementations
UPSTREAM: scsi: ufs: fix empty check of error history
UPSTREAM: scsi: ufs-mediatek: configure and enable clk-gating
UPSTREAM: scsi: ufs-mediatek: configure customized auto-hibern8 timer
BACKPORT: scsi: ufs: export ufshcd_auto_hibern8_update for vendor usage
UPSTREAM: scsi: ufs-mediatek: introduce reference clock control
UPSTREAM: scsi: ufs-mediatek: add device reset implementation
UPSTREAM: scsi: soc: mediatek: add header for SiP service interface
BACKPORT: scsi: ufs: use ufshcd_vops_dbg_register_dump for vendor specific dumps
BACKPORT: scsi: ufs: unify scsi_block_requests usage
UPSTREAM: scsi: ufs: disable interrupt during clock-gating
UPSTREAM: scsi: ufs: disable irq before disabling clocks
UPSTREAM: scsi: ufs-mediatek: enable auto suspend capability
ANDROID: update ABI for 5.4.19
ANDROID: fix up dummy-cpufreq.c due to api changes
Linux 5.4.19
powerpc/kuap: Fix set direction in allow/prevent_user_access()
regulator fix for "regulator: core: Add regulator_is_equal() helper"
rxrpc: Fix service call disconnection
perf/core: Fix mlock accounting in perf_mmap()
clocksource: Prevent double add_timer_on() for watchdog_timer
x86/apic/msi: Plug non-maskable MSI affinity race
cifs: fail i/o on soft mounts if sessionsetup errors out
KVM: Play nice with read-only memslots when querying host page size
KVM: Use vcpu-specific gva->hva translation when querying host page size
KVM: nVMX: vmread should not set rflags to specify success in case of #PF
KVM: x86: fix overlap between SPTE_MMIO_MASK and generation
KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM
KVM: x86: use CPUID to locate host page table reserved bits
KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM
drm/dp_mst: Remove VCPI while disabling topology mgr
btrfs: free block groups after free'ing fs trees
btrfs: use bool argument in free_root_pointers()
x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode
mfd: bd70528: Fix hour register mask
mfd: rn5t618: Mark ADC control register volatile
mfd: da9062: Fix watchdog compatible string
ASoC: Intel: skl_hda_dsp_common: Fix global-out-of-bounds bug
net/mlx5: Deprecate usage of generic TLS HW capability bit
net/mlx5: Fix deadlock in fs_core
drop_monitor: Do not cancel uninitialized work item
qed: Fix timestamping issue for L2 unicast ptp packets.
ipv6/addrconf: fix potential NULL deref in inet6_set_link_af()
taprio: Fix dropping packets when using taprio + ETF offloading
taprio: Use taprio_reset_tc() to reset Traffic Classes configuration
taprio: Add missing policy validation for flags
taprio: Fix still allowing changing the flags during runtime
taprio: Fix enabling offload with wrong number of traffic classes
net: macb: Limit maximum GEM TX length in TSO
net: macb: Remove unnecessary alignment check for TSO
net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctx
net/mlx5: IPsec, Fix esp modify function attribute
net: systemport: Avoid RBUF stuck in Wake-on-LAN mode
net: stmmac: fix a possible endless loop
net_sched: fix a resource leak in tcindex_set_parms()
net: mvneta: move rx_dropped and rx_errors in per-cpu stats
net: dsa: microchip: enable module autoprobe
net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP port
net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan()
dpaa_eth: support all modes with rate adapting PHYs
devlink: report 0 after hitting end in region read
bonding/alb: properly access headers in bond_alb_xmit()
ASoC: sgtl5000: Fix VDDA and VDDIO comparison
regulator: core: Add regulator_is_equal() helper
ubifs: Fix memory leak from c->sup_node
ubi: Fix an error pointer dereference in error handling code
ubi: fastmap: Fix inverted logic in seen selfcheck
virtio_balloon: Fix memory leaks on errors in virtballoon_probe()
virtio-balloon: Fix memory leak when unloading while hinting is in progress
nfsd: Return the correct number of bytes written to the file
nfsd: fix jiffies/time_t mixup in LRU list
nfsd: fix delay timer on 32-bit architectures
IB/core: Fix ODP get user pages flow
IB/mlx5: Fix outstanding_pi index for GSI qps
net: tulip: Adjust indentation in {dmfe, uli526x}_init_module
net: smc911x: Adjust indentation in smc911x_phy_configure
ppp: Adjust indentation into ppp_async_input
NFC: pn544: Adjust indentation in pn544_hci_check_presence
drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable
powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsize
ext2: Adjust indentation in ext2_fill_super
phy: qualcomm: Adjust indentation in read_poll_timeout
mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two
scsi: ufs: Recheck bkops level if bkops is disabled
scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free
scsi: csiostor: Adjust indentation in csio_device_reset
scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return type
ASoC: meson: axg-fifo: fix fifo threshold setup
percpu: Separate decrypted varaibles anytime encryption can be enabled
broken ping to ipv6 linklocal addresses on debian buster
fix up iter on short count in fuse_direct_io()
virtio-pci: check name when counting MSI-X vectors
virtio-balloon: initialize all vq callbacks
drm/amd/dm/mst: Ignore payload update failures
clk: tegra: Mark fuse clock as critical
mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush
arm64: dts: qcom: qcs404-evb: Set vdd_apc regulator in high power mode
mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section
ocfs2: fix oops when writing cloned file
KVM: s390: do not clobber registers during guest reset/store status
KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"
KVM: x86: Ensure guest's FPU state is loaded when accessing for emulation
KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()
KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails
KVM: x86: Don't let userspace set host-reserved cr4 bits
KVM: VMX: Add non-canonical check on writes to RTIT address MSRs
x86/KVM: Clean up host's steal time structure
x86/kvm: Cache gfn to pfn translation
x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed
x86/kvm: Introduce kvm_(un)map_gfn()
x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit
kvm/svm: PKU not currently supported
KVM: PPC: Book3S PR: Free shared page if mmu initialization fails
KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails
KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform
KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() from Spectre-v1/L1TF attacks
KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks
KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks in x86.c
KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacks
KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF attacks
KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacks
KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacks
KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacks
KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacks
KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks
KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks
KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacks
aio: prevent potential eventfd recursion on poll
eventfd: track eventfd_signal() recursion depth
bcache: add readahead cache policy options via sysfs interface
watchdog: fix UAF in reboot notifier handling in watchdog core code
xen/balloon: Support xend-based toolstack take two
tools/kvm_stat: Fix kvm_exit filter name
media: rc: ensure lirc is initialized before registering input device
media: iguanair: fix endpoint sanity check
drm/rect: Avoid division by zero
drm: atmel-hlcdc: prefer a lower pixel-clock than requested
drm: atmel-hlcdc: enable clock before configuring timing engine
drm: atmel-hlcdc: use double rate for pixel clock only if supported
gfs2: fix O_SYNC write handling
gfs2: move setting current->backing_dev_info
gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0
sunrpc: expiry_time should be seconds not timeval
mwifiex: fix unbalanced locking in mwifiex_process_country_ie()
iwlwifi: don't throw error when trying to remove IGTK
ARM: tegra: Enable PLLP bypass during Tegra124 LP1
btrfs: Correctly handle empty trees in find_first_clear_extent_bit
btrfs: flush write bio if we loop in extent_write_cache_pages
Btrfs: fix race between adding and putting tree mod seq elements and nodes
btrfs: drop log root for dropped roots
btrfs: set trans->drity in btrfs_commit_transaction
Btrfs: fix infinite loop during fsync after rename operations
Btrfs: make deduplication with range including the last block work
Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES
ext4: fix race conditions in ->d_compare() and ->d_hash()
ext4: fix deadlock allocating crypto bounce page from mempool
jbd2_seq_info_next should increase position index
nfsd: fix filecache lookup
NFS: Directory page cache pages need to be locked when read
NFS: Fix memory leaks and corruption in readdir
scsi: qla2xxx: Fix unbound NVME response length
powerpc/futex: Fix incorrect user access blocking
crypto: picoxcell - adjust the position of tasklet_init and fix missed tasklet_kill
crypto: api - Fix race condition in crypto_spawn_alg
crypto: atmel-aes - Fix counter overflow in CTR mode
crypto: pcrypt - Do not clear MAY_SLEEP flag in original request
crypto: arm64/ghash-neon - bump priority to 150
crypto: ccp - set max RSA modulus size for v3 platform devices as well
crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatterlists
crypto: api - fix unexpectedly getting generic implementation
selftests: bpf: Ignore FIN packets for reuseport tests
selftests: bpf: Use a temporary file in test_sockmap
selftests/bpf: Skip perf hw events test if the setup disabled it
selftests/bpf: Fix test_attach_probe
samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach
samples/bpf: Don't try to remove user's homedir on clean
tc-testing: fix eBPF tests failure on linux fresh clones
libbpf: Fix realloc usage in bpf_core_find_cands
bpf, devmap: Pass lockdep expression to RCU lists
selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs
riscv, bpf: Fix broken BPF tail calls
btrfs: Handle another split brain scenario with metadata uuid feature
btrfs: fix improper setting of scanned for range cyclic write cache pages
crypto: pcrypt - Avoid deadlock by using per-instance padata queues
ftrace: Protect ftrace_graph_hash with ftrace_sync
ftrace: Add comment to why rcu_dereference_sched() is open coded
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu
tracing: Annotate ftrace_graph_hash pointer with __rcu
ASoC: SOF: core: release resources on errors in probe_continue
ASoC: SOF: Introduce state machine for FW boot
scsi: qla2xxx: Fix stuck login session using prli_pend_timer
dm: fix potential for q->make_request_fn NULL pointer
dm thin metadata: use pool locking at end of dm_pool_metadata_close
dm crypt: fix benbi IV constructor crash if used in authenticated mode
dm crypt: fix GFP flags passed to skcipher_request_alloc()
dm writecache: fix incorrect flush sequence when doing SSD mode commit
dm space map common: fix to ensure new block isn't already in use
dm zoned: support zone sizes smaller than 128MiB
ARM: dma-api: fix max_pfn off-by-one error in __dma_supported()
of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc
cpufreq: Avoid creating excessively large stack frames
PM: core: Fix handling of devices deleted during system-wide resume
f2fs: fix race conditions in ->d_compare() and ->d_hash()
f2fs: fix dcache lookup of !casefolded directories
f2fs: code cleanup for f2fs_statfs_project()
f2fs: fix miscounted block limit in f2fs_statfs_project()
f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project()
ovl: fix lseek overflow on 32bit
ovl: fix wrong WARN_ON() in ovl_cache_update_ino()
power: supply: ltc2941-battery-gauge: fix use-after-free
power: supply: axp20x_ac_power: Fix reporting online status
cpupower: Revert library ABI changes from commit
|
||
Greg Kroah-Hartman
|
835bd1de9c |
This is the 5.4.22 stable release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAl5TfSAACgkQONu9yGCS aT4I8w//SU+w9Tj8Crpt1BI7Lk2AiTGvyZtX0wGd53vzFKGy+Wi1Oba1ybB+xyYw UgMJJpoOgp9gTatRgjDl0vO/7U7vZckigPpog3pSW+xq2JW0kTWGS2z04hUjWKkG W4l3sAGwHRv7MTBbpjECDSHv+6x6ZqlWcVodpkHqLNmGxR0mYuiB6Zu8QuCu1bl0 K0SAlt+yd0laUt2bU3wpEqBwGXHepz+IqsqcYp78sAeytT8ds9ZfPxKv98CvLlXs VLVr87UqZy3Hkl6IWKGrmdhWbTZE+3AyjKnxlA8PovA0ET5xO/IFPLHVhVX+or+5 UFp/1qvacr+EIu8CKvftc2n1CflaRXIn/QNpwdemh94mi/2TqiXiqAUu1EiW56vg /PUH8G72Q26AiWSmD3WRr09ohTu4hfz6fIDKV60qmdVe4AUffLw0SnBEE0VFA3/S lVKZeXKkePeMlHcTyRDQ6+/y49yjfq2exdrjetypOwRa1emHxj/YsfdnEWYfwT53 sikMLjP4XA7v5rsDr9LJTwQL/V/7euu1Hr3lSGpRv8vmePprvfmivTLcY5tgvOTC GZ51Em+CxJ+W4vCJKHuM7i0nUvf2Knn5lBidq4KsvLRUuZ31mSXSfSn4bW6Gl/Jm RZPDC71MqT/FMtfuQLlVNqIw2umC1buNa5SwZ8GhJG6za4gU4FU= =L+e0 -----END PGP SIGNATURE----- Merge 5.4.22 into android-5.4 Changes in 5.4.22 core: Don't skip generic XDP program execution for cloned SKBs enic: prevent waking up stopped tx queues over watchdog reset net/smc: fix leak of kernel memory to user space net: dsa: tag_qca: Make sure there is headroom for tag net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS net/sched: flower: add missing validation of TCA_FLOWER_FLAGS drm/gma500: Fixup fbdev stolen size usage evaluation ath10k: Fix qmi init error handling wil6210: fix break that is never reached because of zero'ing of a retry counter drm/qxl: Complete exception handling in qxl_device_init() rcu/nocb: Fix dump_tree hierarchy print always active rcu: Fix missed wakeup of exp_wq waiters rcu: Fix data-race due to atomic_t copy-by-value f2fs: preallocate DIO blocks when forcing buffered_io f2fs: call f2fs_balance_fs outside of locked page media: meson: add missing allocation failure check on new_buf clk: meson: pll: Fix by 0 division in __pll_params_to_rate() cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev() brcmfmac: Fix use after free in brcmf_sdio_readframes() PCI: Fix pci_add_dma_alias() bitmask size drm/amd/display: Map ODM memory correctly when doing ODM combine leds: pca963x: Fix open-drain initialization ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT ALSA: ctl: allow TLV read operation for callback type of element in locked case gianfar: Fix TX timestamping with a stacked DSA driver pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs printk: fix exclusive_console replaying drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank() drm/msm/adreno: fix zap vs no-zap handling pxa168fb: Fix the function used to release some memory in an error handling path media: ov5640: Fix check for PLL1 exceeding max allowed rate media: i2c: mt9v032: fix enum mbus codes and frame sizes media: sun4i-csi: Deal with DRAM offset media: sun4i-csi: Fix data sampling polarity handling media: sun4i-csi: Fix [HV]sync polarity handling clk: at91: sam9x60: fix programmable clock prescaler powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number clk: meson: meson8b: make the CCF use the glitch-free mali mux gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap() iommu/vt-d: Fix off-by-one in PASID allocation x86/fpu: Deactivate FPU state after failure during state load char/random: silence a lockdep splat with printk() media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run() kernel/module: Fix memleak in module_add_modinfo_attrs() IB/core: Let IB core distribute cache update events pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins efi/x86: Map the entire EFI vendor string before copying it MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init() sparc: Add .exit.data section. net: ethernet: ixp4xx: Standard module init raid6/test: fix a compilation error uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol() drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriov spi: fsl-lpspi: fix only one cs-gpio working drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe() usb: dwc2: Fix IN FIFO allocation clocksource/drivers/bcm2835_timer: Fix memory leak of timer drm/amd/display: Clear state after exiting fixed active VRR state kselftest: Minimise dependency of get_size on C library interfaces jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal ext4: fix deadlock allocating bio_post_read_ctx from mempool clk: ti: dra7: fix parent for gmac_clkctrl x86/sysfb: Fix check for bad VRAM size pwm: omap-dmtimer: Simplify error handling udf: Allow writing to 'Rewritable' partitions dmaengine: fsl-qdma: fix duplicated argument to && wan/hdlc_x25: fix skb handling s390/pci: Fix possible deadlock in recover_store() powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov() tracing: Fix tracing_stat return values in error handling paths tracing: Fix very unlikely race of registering two stat tracers ARM: 8952/1: Disable kmemleak on XIP kernels ext4, jbd2: ensure panic when aborting with zero errno ath10k: Correct the DMA direction for management tx buffers rtw88: fix rate mask for 1SS chip brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362 selftests: settings: tests can be in subsubdirs rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zero tracing: Simplify assignment parsing for hist triggers nbd: add a flush_workqueue in nbd_start_device KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker drivers/block/zram/zram_drv.c: fix error return codes not being returned in writeback_store block, bfq: do not plug I/O for bfq_queues with no proc refs kconfig: fix broken dependency in randconfig-generated .config clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq() clk: qcom: rcg2: Don't crash if our parent can't be found; return an error drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS mode bpf, sockhash: Synchronize_rcu before free'ing map drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_table ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_start drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG drm/panel: simple: Add Logic PD Type 28 display support arm64: dts: rockchip: Fix NanoPC-T4 cooling maps modules: lockdep: Suppress suspicious RCU usage warning ASoC: intel: sof_rt5682: Add quirk for number of HDMI DAI's ASoC: intel: sof_rt5682: Add support for tgl-max98357a-rt5682 regulator: rk808: Lower log level on optional GPIOs being not available net/wan/fsl_ucc_hdlc: reject muram offsets above 64K NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu(). arm64: dts: allwinner: H6: Add PMU mode arm64: dts: allwinner: H5: Add PMU node arm: dts: allwinner: H3: Add PMU node opp: Free static OPPs on errors while adding them selinux: ensure we cleanup the internal AVC counters on error in avc_insert() arm64: dts: qcom: msm8996: Disable USB2 PHY suspend by core padata: validate cpumask without removed CPU during offline clk: imx: Add correct failure handling for clk based helpers ARM: exynos_defconfig: Bring back explicitly wanted options ARM: dts: imx6: rdu2: Disable WP for USDHC2 and USDHC3 ARM: dts: imx6: rdu2: Limit USBH1 to Full Speed bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-in media: cx23885: Add support for AVerMedia CE310B PCI: Add generic quirk for increasing D3hot delay PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllers Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace" gpu/drm: ingenic: Avoid null pointer deference in plane atomic update selftests/net: make so_txtime more robust to timer variance media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling samples/bpf: Set -fno-stack-protector when building BPF programs r8169: check that Realtek PHY driver module is loaded fore200e: Fix incorrect checks of NULL pointer dereference netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status PCI: Add nr_devfns parameter to pci_add_dma_alias() PCI: Add DMA alias quirk for PLX PEX NTB b43legacy: Fix -Wcast-function-type ipw2x00: Fix -Wcast-function-type iwlegacy: Fix -Wcast-function-type rtlwifi: rtl_pci: Fix -Wcast-function-type orinoco: avoid assertion in case of NULL pointer drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV clk: qcom: smd: Add missing bimc clock ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1 nfsd: Clone should commit src file metadata too scsi: ufs: Complete pending requests in host reset and restore path scsi: aic7xxx: Adjust indentation in ahc_find_syncrate crypto: inside-secure - add unspecified HAS_IOMEM dependency drm/mediatek: handle events when enabling/disabling crtc clk: renesas: rcar-gen3: Allow changing the RPC[D2] clocks ARM: dts: r8a7779: Add device node for ARM global timer selinux: ensure we cleanup the internal AVC counters on error in avc_update() scsi: lpfc: Fix: Rework setting of fdmi symbolic node name registration arm64: dts: qcom: db845c: Enable ath10k 8bit host-cap quirk iommu/amd: Check feature support bit before accessing MSI capability registers iommu/amd: Only support x2APIC with IVHD type 11h/40h iommu/iova: Silence warnings under memory pressure clk: actually call the clock init before any other callback of the clock dmaengine: Store module owner in dma_device struct dmaengine: imx-sdma: Fix memory leak bpf: Print error message for bpftool cgroup show net: phy: realtek: add logging for the RGMII TX delay configuration crypto: chtls - Fixed memory leak x86/vdso: Provide missing include file PM / devfreq: exynos-ppmu: Fix excessive stack usage PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency drm/fbdev: Fallback to non tiled mode if all tiles not present pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs reset: uniphier: Add SCSSI reset control for each channel ASoC: soc-topology: fix endianness issues fbdev: fix numbering of fbcon options RDMA/rxe: Fix error type of mmap_offset clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock ALSA: sh: Fix unused variable warnings clk: Use parent node pointer during registration if necessary clk: uniphier: Add SCSSI clock gate for each channel ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx laptops, too ALSA: sh: Fix compile warning wrt const net: phy: fixed_phy: fix use-after-free when checking link GPIO tools lib api fs: Fix gcc9 stringop-truncation compilation error vfio/spapr/nvlink2: Skip unpinning pages on error exit ASoC: Intel: sof_rt5682: Ignore the speaker amp when there isn't one. ACPI: button: Add DMI quirk for Razer Blade Stealth 13 late 2019 lid switch iommu/vt-d: Match CPU and IOMMU paging mode iommu/vt-d: Avoid sending invalid page response drm/amdkfd: Fix permissions of hang_hws mlx5: work around high stack usage with gcc RDMA/hns: Avoid printing address of mtt page drm: remove the newline for CRC source name. usb: dwc3: use proper initializers for property entries ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco usbip: Fix unsafe unaligned pointer usage udf: Fix free space reporting for metadata and virtual partitions drm/mediatek: Add gamma property according to hardware capability staging: rtl8188: avoid excessive stack usage IB/hfi1: Add software counter for ctxt0 seq drop IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats soc/tegra: fuse: Correct straps' address for older Tegra124 device trees efi/x86: Don't panic or BUG() on non-critical error conditions rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls Input: edt-ft5x06 - work around first register access error bnxt: Detach page from page pool before sending up the stack x86/nmi: Remove irq_work from the long duration NMI handler wan: ixp4xx_hss: fix compile-testing on 64-bit clocksource: davinci: only enable clockevents once tim34 is initialized arm64: dts: rockchip: fix dwmmc clock name for px30 arm64: dts: rockchip: add reg property to brcmf sub-nodes ARM: dts: rockchip: add reg property to brcmf sub node for rk3188-bqedison2qc ALSA: usb-audio: Add boot quirk for MOTU M Series ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=m raid6/test: fix a compilation warning tty: synclinkmp: Adjust indentation in several functions tty: synclink_gt: Adjust indentation in several functions misc: xilinx_sdfec: fix xsdfec_poll()'s return type visorbus: fix uninitialized variable access driver core: platform: Prevent resouce overflow from causing infinite loops driver core: Print device when resources present in really_probe() ASoC: SOF: Intel: hda-dai: fix compilation warning in pcm_prepare bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map vme: bridges: reduce stack usage drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new() drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler drm/nouveau/drm/ttm: Remove set but not used variable 'mem' drm/nouveau/fault/gv100-: fix memory leak on module unload dm thin: don't allow changing data device during thin-pool reload gpiolib: Set lockdep class for hierarchical irq domains drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add perf/imx_ddr: Fix cpu hotplug state cleanup usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue kbuild: remove *.tmp file when filechk fails iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE ALSA: usb-audio: unlock on error in probe f2fs: set I_LINKABLE early to avoid wrong access by vfs f2fs: free sysfs kobject scsi: ufs: pass device information to apply_dev_quirks scsi: ufs-mediatek: add apply_dev_quirks variant operation scsi: iscsi: Don't destroy session if there are outstanding connections crypto: essiv - fix AEAD capitalization and preposition use in help text ALSA: usb-audio: add implicit fb quirk for MOTU M Series RDMA/mlx5: Don't fake udata for kernel path arm64: lse: fix LSE atomics with LLVM's integrated assembler arm64: fix alternatives with LLVM's integrated assembler drm/amd/display: fixup DML dependencies EDAC/sifive: Fix return value check in ecc_register() KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt' arm64: dts: ti: k3-j721e-main: Add missing power-domains for smmu sched/core: Fix size of rq::uclamp initialization sched/topology: Assert non-NUMA topology masks don't (partially) overlap perf/x86/amd: Constrain Large Increment per Cycle events watchdog/softlockup: Enforce that timestamp is valid on boot debugobjects: Fix various data races ASoC: SOF: Intel: hda: Fix SKL dai count regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage f2fs: fix memleak of kobject x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional cmd64x: potential buffer overflow in cmd64x_program_timings() ide: serverworks: potential overflow in svwks_set_pio_mode() pwm: Remove set but not set variable 'pwm' btrfs: fix possible NULL-pointer dereference in integrity checks btrfs: safely advance counter when looking up bio csums btrfs: device stats, log when stats are zeroed module: avoid setting info->name early in case we can fall back to info->mod->name remoteproc: Initialize rproc_class before use regulator: core: Fix exported symbols to the exported GPL version irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems ALSA: hda/hdmi - add retry logic to parse_intel_hdmi() spi: spi-fsl-qspi: Ensure width is respected in spi-mem operations kbuild: use -S instead of -E for precise cc-option test in Kconfig objtool: Fix ARCH=x86_64 build error x86/decoder: Add TEST opcode to Group3-2 s390: adjust -mpacked-stack support check for clang 10 s390/ftrace: generate traced function stack frame driver core: platform: fix u32 greater or equal to zero comparison bpf, btf: Always output invariant hit in pahole DWARF to BTF transform ALSA: hda - Add docking station support for Lenovo Thinkpad T420s sunrpc: Fix potential leaks in sunrpc_cache_unhash() drm/nouveau/mmu: fix comptag memory leak powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value btrfs: separate definition of assertion failure handlers btrfs: Fix split-brain handling when changing FSID to metadata uuid bcache: cached_dev_free needs to put the sb page bcache: rework error unwinding in register_bcache bcache: fix use-after-free in register_bcache() iommu/vt-d: Remove unnecessary WARN_ON_ONCE() alarmtimer: Make alarmtimer platform device child of RTC device selftests: bpf: Reset global state between reuseport test runs jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record jbd2: make sure ESHUTDOWN to be recorded in the journal superblock powerpc/pseries/lparcfg: Fix display of Maximum Memory selftests/eeh: Bump EEH wait time to 60s ARM: 8951/1: Fix Kexec compilation issue. ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82 hostap: Adjust indentation in prism2_hostapd_add_sta rtw88: fix potential NULL skb access in TX ISR iwlegacy: ensure loop counter addr does not wrap and cause an infinite loop cifs: fix unitialized variable poential problem with network I/O cache lock patch cifs: Fix mount options set in automount cifs: fix NULL dereference in match_prepath bpf: map_seq_next should always increase position index powerpc/mm: Don't log user reads to 0xffffffff ceph: check availability of mds cluster on mount after wait timeout rbd: work around -Wuninitialized warning drm/amd/display: do not allocate display_mode_lib unnecessarily irqchip/gic-v3: Only provision redistributors that are enabled in ACPI drm/nouveau/disp/nv50-: prevent oops when no channel method map provided char: hpet: Fix out-of-bounds read bug ftrace: fpid_next() should increase position index trigger_next should increase position index radeon: insert 10ms sleep in dce5_crtc_load_lut powerpc: Do not consider weak unresolved symbol relocations as bad btrfs: do not do delalloc reservation under page lock ocfs2: make local header paths relative to C files ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() lib/scatterlist.c: adjust indentation in __sg_alloc_table reiserfs: prevent NULL pointer dereference in reiserfs_insert_item() bcache: fix memory corruption in bch_cache_accounting_clear() bcache: explicity type cast in bset_bkey_last() bcache: fix incorrect data type usage in btree_flush_write() irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL nvmet: Pass lockdep expression to RCU lists nvme-pci: remove nvmeq->tags iwlwifi: mvm: Fix thermal zone registration iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta() asm-generic/tlb: add missing CONFIG symbol microblaze: Prevent the overflow of the start brd: check and limit max_part par drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage NFS: Fix memory leaks help_next should increase position index i40e: Relax i40e_xsk_wakeup's return value when PF is busy cifs: log warning message (once) if out of disk space virtio_balloon: prevent pfn array overflow fuse: don't overflow LLONG_MAX with end offset mlxsw: spectrum_dpipe: Add missing error path s390/pci: Recover handle in clp_set_pci_fn() drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2) bcache: properly initialize 'path' and 'err' in register_bcache() rtc: Kconfig: select REGMAP_I2C when necessary Linux 5.4.22 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Iaeb3945493ecc81a0ae90ef87b19ceb2caf48164 |
||
Peter Zijlstra
|
c4d0a90b50 |
cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order
[ Upstream commit 45178ac0cea853fe0e405bf11e101bdebea57b15 ] Paul reported a very sporadic, rcutorture induced, workqueue failure. When the planets align, the workqueue rescuer's self-migrate fails and then triggers a WARN for running a work on the wrong CPU. Tejun then figured that set_cpus_allowed_ptr()'s stop_one_cpu() call could be ignored! When stopper->enabled is false, stop_machine will insta complete the work, without actually doing the work. Worse, it will not WARN about this (we really should fix this). It turns out there is a small window where a freshly online'ed CPU is marked 'online' but doesn't yet have the stopper task running: BP AP bringup_cpu() __cpu_up(cpu, idle) --> start_secondary() ... cpu_startup_entry() bringup_wait_for_ap() wait_for_ap_thread() <-- cpuhp_online_idle() while (1) do_idle() ... available to run kthreads ... stop_machine_unpark() stopper->enable = true; Close this by moving the stop_machine_unpark() into cpuhp_online_idle(), such that the stopper thread is ready before we start the idle loop and schedule. Reported-by: "Paul E. McKenney" <paulmck@kernel.org> Debugged-by: Tejun Heo <tj@kernel.org> Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Tested-by: "Paul E. McKenney" <paulmck@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org> |
||
Amit Pundir
|
e1a9e7daea |
ANDROID: idle_notifier: Add generic idle notifiers
AOSP Change-ID: Idf29cda15be151f494ff245933c12462643388d5
moved x86_64 idle notifiers as generic so that they can
be used in interactive governor.
Upstream change
|
||
Greg Kroah-Hartman
|
ea962facf5 |
This is the 5.4.14 stable release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEZH8oZUiU471FcZm+ONu9yGCSaT4FAl4pSdUACgkQONu9yGCS aT7wnRAAqw7JuC+cQMI29GiTfX/+V6BHFUGp0b7EoFWg1VVqiFqEHOf4QETS2Qy1 3ZAMIBCICMgJD03WUK95tju4byNhpAVc5HDy3ir4E0ZGE6VprgbkzmVWsJhdVd0E y0whXgRj2mM0eXwCLcLz2qcruE/AxmL84rlnwZ5BwgxbOPq/xRzQQV8R3XUu2bos 1felFUzOLhfJKtZ5ig9ToJGCorc7jOU+cXrvUSvntOFGFqsEdmIfcQMoqE2cXExC WQIk/JDNGnyHlX7I55P0/OBuSv4SV5JzGZjGkkS/Orqg5/KtaOMh0dAcvp25L3jY b2bNDDnKvDEd2eb3GQNb4X7pqy8SFD5WLQH2otJjpZl6nHqOG2xCZCnrVtvf7toC kJ0ocNIeGU6OsFzAwXATh3hk6ZFlJYkQarHjvgpETkx+WBcw9yw7DFW9Pa9khkMV OWKqfGrqVyV1bTXTfZPHOHm+eBVmqTLPeoK4XeholrnBrPa50pBjexv+uN+UsQnT QQxTkDpdfFv4KIkH/qgwDh/gIJ/xtjsI9JTK+70aFbSq1HrXNeoZTYof8iLOggY8 wh/aWQGf0PVC3ffgqxd7TF6CxiVn4vaP3/FfcBQVMuTnYK03BScdAEOqBCRLvLK6 509VzsCc1N7qa3vwRTTWxr0u1aCDDgDx5iqmTXW46sYxzjfwnY4= =qNcT -----END PGP SIGNATURE----- Merge 5.4.14 into android-5.4 Changes in 5.4.14 ARM: dts: meson8: fix the size of the PMU registers clk: qcom: gcc-sdm845: Add missing flag to votable GDSCs soc: amlogic: meson-ee-pwrc: propagate PD provider registration errors soc: amlogic: meson-ee-pwrc: propagate errors from pm_genpd_init() dt-bindings: reset: meson8b: fix duplicate reset IDs ARM: dts: imx6q-dhcom: fix rtc compatible arm64: dts: ls1028a: fix endian setting for dcfg arm64: dts: imx8mm: Change SDMA1 ahb clock for imx8mm bus: ti-sysc: Fix iterating over clocks clk: Don't try to enable critical clocks if prepare failed Revert "gpio: thunderx: Switch to GPIOLIB_IRQCHIP" arm64: dts: imx8mq-librem5-devkit: use correct interrupt for the magnetometer ASoC: msm8916-wcd-digital: Reset RX interpolation path after use ASoC: stm32: sai: fix possible circular locking ASoC: stm32: dfsdm: fix 16 bits record ASoC: msm8916-wcd-analog: Fix selected events for MIC BIAS External1 ASoC: msm8916-wcd-analog: Fix MIC BIAS Internal1 ARM: OMAP2+: Fix ti_sysc_find_one_clockdomain to check for to_clk_hw_omap ARM: dts: imx7ulp: fix reg of cpu node ARM: dts: imx6q-dhcom: Fix SGTL5000 VDDIO regulator connection ASoC: Intel: bytcht_es8316: Fix Irbis NB41 netbook quirk ALSA: dice: fix fallback from protocol extension into limited functionality ALSA: seq: Fix racy access for queue timer in proc read ALSA: firewire-tascam: fix corruption due to spin lock without restoration in SoftIRQ context ALSA: usb-audio: fix sync-ep altsetting sanity check arm64: dts: allwinner: a64: olinuxino: Fix SDIO supply regulator arm64: dts: allwinner: a64: olinuxino: Fix eMMC supply regulator arm64: dts: agilex/stratix10: fix pmu interrupt numbers Fix built-in early-load Intel microcode alignment clk: sunxi-ng: r40: Allow setting parent rate for external clock outputs block: fix an integer overflow in logical block size fuse: fix fuse_send_readpages() in the syncronous read case io_uring: only allow submit from owning task cpuidle: teo: Fix intervals[] array indexing bug ARM: dts: am571x-idk: Fix gpios property to have the correct gpio number ARM: davinci: select CONFIG_RESET_CONTROLLER perf: Correctly handle failed perf_get_aux_event() iio: adc: ad7124: Fix DT channel configuration iio: imu: st_lsm6dsx: Fix selection of ST_LSM6DS3_ID iio: light: vcnl4000: Fix scale for vcnl4040 iio: chemical: pms7003: fix unmet triggered buffer dependency iio: buffer: align the size of scan bytes to size of the largest element USB: serial: simple: Add Motorola Solutions TETRA MTP3xxx and MTP85xx USB: serial: option: Add support for Quectel RM500Q USB: serial: opticon: fix control-message timeouts USB: serial: option: add support for Quectel RM500Q in QDL mode USB: serial: suppress driver bind attributes USB: serial: ch341: handle unbound port at reset_resume USB: serial: io_edgeport: handle unbound ports on URB completion USB: serial: io_edgeport: add missing active-port sanity check USB: serial: keyspan: handle unbound ports USB: serial: quatech2: handle unbound ports staging: comedi: ni_routes: fix null dereference in ni_find_route_source() staging: comedi: ni_routes: allow partial routing information scsi: fnic: fix invalid stack access scsi: mptfusion: Fix double fetch bug in ioctl ptrace: reintroduce usage of subjective credentials in ptrace_has_cap() mtd: rawnand: gpmi: Fix suspend/resume problem mtd: rawnand: gpmi: Restore nfc timing setup after suspend/resume usb: core: hub: Improved device recognition on remote wakeup cpu/SMT: Fix x86 link error without CONFIG_SYSFS x86/resctrl: Fix an imbalance in domain_remove_cpu() x86/CPU/AMD: Ensure clearing of SME/SEV features is maintained locking/rwsem: Fix kernel crash when spinning on RWSEM_OWNER_UNKNOWN perf/x86/intel/uncore: Fix missing marker for snr_uncore_imc_freerunning_events x86/efistub: Disable paging at mixed mode entry s390/zcrypt: Fix CCA cipher key gen with clear key value function scsi: storvsc: Correctly set number of hardware queues for IDE disk mtd: spi-nor: Fix selection of 4-byte addressing opcodes on Spansion drm/i915: Add missing include file <linux/math64.h> x86/resctrl: Fix potential memory leak efi/earlycon: Fix write-combine mapping on x86 s390/setup: Fix secure ipl message clk: samsung: exynos5420: Keep top G3D clocks enabled perf hists: Fix variable name's inconsistency in hists__for_each() macro locking/lockdep: Fix buffer overrun problem in stack_trace[] perf report: Fix incorrectly added dimensions as switch perf data file mm/shmem.c: thp, shmem: fix conflict of above-47bit hint address and PMD alignment mm/huge_memory.c: thp: fix conflict of above-47bit hint address and PMD alignment mm: memcg/slab: fix percpu slab vmstats flushing mm: memcg/slab: call flush_memcg_workqueue() only if memcg workqueue is valid mm, debug_pagealloc: don't rely on static keys too early btrfs: rework arguments of btrfs_unlink_subvol btrfs: fix invalid removal of root ref btrfs: do not delete mismatched root refs btrfs: relocation: fix reloc_root lifespan and access btrfs: fix memory leak in qgroup accounting btrfs: check rw_devices, not num_devices for balance Btrfs: always copy scrub arguments back to user space mm/memory_hotplug: don't free usage map when removing a re-added early section mm/page-writeback.c: avoid potential division by zero in wb_min_max_ratio() mm: khugepaged: add trace status description for SCAN_PAGE_HAS_PRIVATE ARM: dts: imx6qdl-sabresd: Remove incorrect power supply assignment ARM: dts: imx6sx-sdb: Remove incorrect power supply assignment ARM: dts: imx6sl-evk: Remove incorrect power supply assignment ARM: dts: imx6sll-evk: Remove incorrect power supply assignment ARM: dts: imx6q-icore-mipi: Use 1.5 version of i.Core MX6DL ARM: dts: imx7: Fix Toradex Colibri iMX7S 256MB NAND flash support net: stmmac: 16KB buffer must be 16 byte aligned net: stmmac: Enable 16KB buffer size reset: Fix {of,devm}_reset_control_array_get kerneldoc return types tipc: fix potential hanging after b/rcast changing tipc: fix retrans failure due to wrong destination net: fix kernel-doc warning in <linux/netdevice.h> block: Fix the type of 'sts' in bsg_queue_rq() drm/amd/display: Reorder detect_edp_sink_caps before link settings read. bpf: Fix incorrect verifier simulation of ARSH under ALU32 bpf: Sockmap/tls, during free we may call tcp_bpf_unhash() in loop bpf: Sockmap, ensure sock lock held during tear down bpf: Sockmap/tls, push write_space updates through ulp updates bpf: Sockmap, skmsg helper overestimates push, pull, and pop bounds bpf: Sockmap/tls, msg_push_data may leave end mark in place bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining bpf: Sockmap/tls, fix pop data with SK_DROP return code i2c: tegra: Fix suspending in active runtime PM state i2c: tegra: Properly disable runtime PM on driver's probe error cfg80211: fix deadlocks in autodisconnect work cfg80211: fix memory leak in nl80211_probe_mesh_link cfg80211: fix memory leak in cfg80211_cqm_rssi_update cfg80211: fix page refcount issue in A-MSDU decap bpf/sockmap: Read psock ingress_msg before sk_receive_queue i2c: iop3xx: Fix memory leak in probe error path netfilter: fix a use-after-free in mtype_destroy() netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct netfilter: nat: fix ICMP header corruption on ICMP errors netfilter: nft_tunnel: fix null-attribute check netfilter: nft_tunnel: ERSPAN_VERSION must not be null netfilter: nf_tables: remove WARN and add NLA_STRING upper limits netfilter: nf_tables: store transaction list locally while requesting module netfilter: nf_tables: fix flowtable list del corruption NFC: pn533: fix bulk-message timeout net: bpf: Don't leak time wait and request sockets bpftool: Fix printing incorrect pointer in btf_dump_ptr batman-adv: Fix DAT candidate selection on little endian systems macvlan: use skb_reset_mac_header() in macvlan_queue_xmit() hv_netvsc: Fix memory leak when removing rndis device net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key() net: dsa: tag_qca: fix doubled Tx statistics net: hns3: pad the short frame before sending to the hardware net: hns: fix soft lockup when there is not enough memory net: phy: dp83867: Set FORCE_LINK_GOOD to default after reset net/sched: act_ife: initalize ife->metalist earlier net: usb: lan78xx: limit size of local TSO packets net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_info ptp: free ptp device pin descriptors properly r8152: add missing endpoint sanity check tcp: fix marked lost packets not being retransmitted bnxt_en: Fix NTUPLE firmware command failures. bnxt_en: Fix ipv6 RFS filter matching logic. bnxt_en: Do not treat DSN (Digital Serial Number) read failure as fatal. net: ethernet: ave: Avoid lockdep warning net: systemport: Fixed queue mapping in internal ring map net: dsa: sja1105: Don't error out on disabled ports with no phy-mode net: dsa: tag_gswip: fix typo in tagger name net: sched: act_ctinfo: fix memory leak net: dsa: bcm_sf2: Configure IMP port for 2Gb/sec i40e: prevent memory leak in i40e_setup_macvlans drm/amdgpu: allow direct upload save restore list for raven2 sh_eth: check sh_eth_cpu_data::dual_port when dumping registers mlxsw: spectrum: Do not modify cloned SKBs during xmit mlxsw: spectrum: Wipe xstats.backlog of down ports mlxsw: spectrum_qdisc: Include MC TCs in Qdisc counters net: stmmac: selftests: Make it work in Synopsys AXS101 boards net: stmmac: selftests: Mark as fail when received VLAN ID != expected selftests: mlxsw: qos_mc_aware: Fix mausezahn invocation net: stmmac: selftests: Update status when disabling RSS net: stmmac: tc: Do not setup flower filtering if RSS is enabled devlink: Wait longer before warning about unset port type xen/blkfront: Adjust indentation in xlvbd_alloc_gendisk dt-bindings: Add missing 'properties' keyword enclosing 'snps,tso' tcp: refine rule to allow EPOLLOUT generation under mem pressure irqchip: Place CONFIG_SIFIVE_PLIC into the menu arm64: dts: qcom: msm8998: Disable coresight by default cw1200: Fix a signedness bug in cw1200_load_firmware() arm64: dts: meson: axg: fix audio fifo reg size arm64: dts: meson: g12: fix audio fifo reg size arm64: dts: meson-gxl-s905x-khadas-vim: fix gpio-keys-polled node arm64: dts: renesas: r8a77970: Fix PWM3 arm64: dts: marvell: Add AP806-dual missing CPU clocks cfg80211: check for set_wiphy_params tick/sched: Annotate lockless access to last_jiffies_update arm64: dts: marvell: Fix CP110 NAND controller node multi-line comment alignment arm64: dts: renesas: r8a774a1: Remove audio port node arm64: dts: imx8mm-evk: Assigned clocks for audio plls arm64: dts: qcom: sdm845-cheza: delete zap-shader ARM: dts: imx6ul-kontron-n6310-s: Disable the snvs-poweroff driver arm64: dts: allwinner: a64: Re-add PMU node ARM: dts: dra7: fix cpsw mdio fck clock arm64: dts: juno: Fix UART frequency ARM: dts: Fix sgx sysconfig register for omap4 Revert "arm64: dts: juno: add dma-ranges property" mtd: devices: fix mchp23k256 read and write mtd: cfi_cmdset_0002: only check errors when ready in cfi_check_err_status() mtd: cfi_cmdset_0002: fix delayed error detection on HyperFlash um: Don't trace irqflags during shutdown um: virtio_uml: Disallow modular build reiserfs: fix handling of -EOPNOTSUPP in reiserfs_for_each_xattr scsi: esas2r: unlock on error in esas2r_nvram_read_direct() scsi: hisi_sas: Don't create debugfs dump folder twice scsi: hisi_sas: Set the BIST init value before enabling BIST scsi: qla4xxx: fix double free bug scsi: bnx2i: fix potential use after free scsi: target: core: Fix a pr_debug() argument scsi: lpfc: fix: Coverity: lpfc_get_scsi_buf_s3(): Null pointer dereferences scsi: hisi_sas: Return directly if init hardware failed scsi: scsi_transport_sas: Fix memory leak when removing devices scsi: qla2xxx: Fix qla2x00_request_irqs() for MSI scsi: qla2xxx: fix rports not being mark as lost in sync fabric scan scsi: core: scsi_trace: Use get_unaligned_be*() scsi: lpfc: Fix list corruption detected in lpfc_put_sgl_per_hdwq scsi: lpfc: Fix hdwq sgl locks and irq handling scsi: lpfc: Fix a kernel warning triggered by lpfc_get_sgl_per_hdwq() rtw88: fix potential read outside array boundary perf probe: Fix wrong address verification perf script: Allow --time with --reltime clk: sprd: Use IS_ERR() to validate the return value of syscon_regmap_lookup_by_phandle() clk: imx7ulp: Correct system clock source option #7 clk: imx7ulp: Correct DDR clock mux options regulator: ab8500: Remove SYSCLKREQ from enum ab8505_regulator_id hwmon: (pmbus/ibm-cffps) Switch LEDs to blocking brightness call hwmon: (pmbus/ibm-cffps) Fix LED blink behavior perf script: Fix --reltime with --time scsi: lpfc: use hdwq assigned cpu for allocation Linux 5.4.14 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I400bdf3be682df698c2477fbf869d5ad8ce300b5 |
||
Arnd Bergmann
|
b2a0788c52 |
cpu/SMT: Fix x86 link error without CONFIG_SYSFS
commit dc8d37ed304eeeea47e65fb9edc1c6c8b0093386 upstream.
When CONFIG_SYSFS is disabled, but CONFIG_HOTPLUG_SMT is enabled,
the kernel fails to link:
arch/x86/power/cpu.o: In function `hibernate_resume_nonboot_cpu_disable':
(.text+0x38d): undefined reference to `cpuhp_smt_enable'
arch/x86/power/hibernate.o: In function `arch_resume_nosmt':
hibernate.c:(.text+0x291): undefined reference to `cpuhp_smt_enable'
hibernate.c:(.text+0x29c): undefined reference to `cpuhp_smt_disable'
Move the exported functions out of the #ifdef section into its
own with the correct conditions.
The patch that caused this is marked for stable backports, so
this one may need to be backported as well.
Fixes:
|
||
Satya Durga Srinivasu Prabhala
|
201ea48219 |
kernel: Add snapshot of changes to support cpu isolation
This snapshot is taken from msm-4.19 as of commit 5debecbe7195 ("trace: filter out spurious preemption and IRQs disable traces"). Change-Id: I222aa448ac68f7365065f62dba9db94925da38a0 Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org> |
||
Pavankumar Kondeti
|
091048b54d |
cpu/hotplug: Ensure that sched domains are rebuilt before hotplug
When cpusets are enabled, the rebuilding of the scheduling domains is deferred to a workqueue context. Make sure that the work is completed before proceeding to the next hotplug. Otherwise scheduler observes an inconsistent view of online and offline CPUs in the root domain. If the online CPUs are still stuck in the offline i.e default domain, those CPUs would not be visible when scheduling happens on from other CPUs in the root domain. This results in packing tasks more on certain CPUs while leaving the other CPUs idle. Also RT_RUNTIME_SHARE feature i.e borrowing RT runtime from the other CPUs would not work correctly. Because the CPUs in the root domain can't borrow the runtime from the online CPUs but stuck in the offline/default domain. Change-Id: I93c51d2abc8a9c099b62f1d2cbb9095d3a788bda Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org> [satyap@codeaurora.org: fix trivial merge conflict] Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org> |
||
Raghavendra Rao Ananta
|
43dee37fa9 |
Merge remote-tracking branch 'remotes/origin/tmp-0453f563cce0' into msm-5.4
* remotes/origin/tmp-0453f563cce0: FROMLIST: pwm: Convert period and duty cycle to u64 ANDROID: gki_defconfig: FW_CACHE to no FROMGIT: firmware_class: make firmware caching configurable ANDROID: gki_defconfig: removed CONFIG_PM_WAKELOCKS ANDROID: gki_defconfig: enable CONFIG_IKHEADERS as m ANDROID: update ABI representation FROMLIST: reboot: Export reboot_mode FROMLIST: iommu/arm-smmu: Update my email address in MODULE_AUTHOR() FROMLIST: iommu/arm-smmu: Allow building as a module FROMLIST: iommu/arm-smmu: Unregister IOMMU and bus ops on device removal FROMLIST: iommu/arm-smmu-v3: Allow building as a module FROMLIST: iommu/arm-smmu-v3: Unregister IOMMU and bus ops on device removal FROMLIST: iommu/arm-smmu: Prevent forced unbinding of Arm SMMU drivers FROMLIST: Revert "iommu/arm-smmu: Make arm-smmu explicitly non-modular" FROMLIST: Revert "iommu/arm-smmu: Make arm-smmu-v3 explicitly non-modular" FROMLIST: drivers/iommu: Allow IOMMU bus ops to be unregistered FROMLIST: iommu/of: Take a ref to the IOMMU driver during ->of_xlate() FROMLIST: drivers/iommu: Take a ref to the IOMMU driver prior to ->add_device() FROMLIST: PCI: Export pci_ats_disabled() as a GPL symbol to modules FROMLIST: iommu/of: Request ACS from the PCI core when configuring IOMMU linkage FROMLIST: drivers/iommu: Export core IOMMU API symbols to permit modular drivers FROMGIT: of: property: Add device link support for "iommu-map" Revert "FROMLIST: iommu: Export core IOMMU functions to kernel modules" Revert "FROMLIST: PCI: Export PCI ACS and DMA searching functions to modules" Revert "FROMLIST: of: Export of_phandle_iterator_args() to modules" ANDROID: initial branch preparations for 5.4 Linux 5.4 cramfs: fix usage on non-MTD device Revert "Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation" afs: Fix large file support afs: Fix possible assert with callbacks from yfs servers r8152: avoid to call napi_disable twice MAINTAINERS: Add myself as maintainer of virtio-vsock udp: drop skb extensions before marking skb stateless net: rtnetlink: prevent underflows in do_setvfinfo() mm/ksm.c: don't WARN if page is still mapped in remove_stable_node() mm/memory_hotplug: don't access uninitialized memmaps in shrink_zone_span() Revert "fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()" can: m_can_platform: remove unnecessary m_can_class_resume() call can: m_can_platform: set net_device structure as driver data hv_netvsc: Fix send_table offset in case of a host bug hv_netvsc: Fix offset usage in netvsc_send_table() net-ipv6: IPV6_TRANSPARENT - check NET_RAW prior to NET_ADMIN ANDROID: gki_defconfig: disable FUNCTION_TRACER sfc: Only cancel the PPS workqueue if it exists nfc: port100: handle command failure cleanly drm/i915/fbdev: Restore physical addresses for fb_mmap() net-sysfs: fix netdev_queue_add_kobject() breakage ANDROID: update ABI representation ANDROID: add unstripped modules to the distribution Revert "drm/amd/display: enable S/G for RAVEN chip" drm/amdgpu: disable gfxoff on original raven drm/amdgpu: disable gfxoff when using register read interface drm/amd/powerplay: correct fine grained dpm force level setting drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICs drm/amdgpu: remove experimental flag for Navi14 r8152: Re-order napi_disable in rtl8152_close net: qca_spi: Move reset_count to struct qcaspi net: qca_spi: fix receive buffer size check net/ibmvnic: Ignore H_FUNCTION return from H_EOI to tolerate XIVE mode Revert "net/ibmvnic: Fix EOI when running in XIVE mode" net/mlxfw: Verify FSM error code translation doesn't exceed array size net/mlx5: Update the list of the PCI supported devices net/mlx5: Fix auto group size calculation net/mlx5e: Add missing capability bit check for IP-in-IP net/mlx5e: Do not use non-EXT link modes in EXT mode net/mlx5e: Fix set vf link state error flow net/mlx5: DR, Limit STE hash table enlarge based on bytemask net/mlx5: DR, Skip rehash for tables with byte mask zero net/mlx5: DR, Fix invalid EQ vector number on CQ creation net/mlx5e: Reorder mirrer action parsing to check for encap first net/mlx5e: Fix ingress rate configuration for representors net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6 s390/qeth: return proper errno on IO error s390/qeth: fix potential deadlock on workqueue flush ipv6/route: return if there is no fib_nh_gw_family net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobject arm64: uaccess: Remove uaccess_*_not_uao asm macros arm64: uaccess: Ensure PAN is re-enabled after unhandled uaccess fault BACKPORT: FROMLIST: pwm: Add support for different PWM output types ANDROID: SoC: core: Introduce macro SOC_SINGLE_MULTI_EXT ANDROID: usb: gadget: configfs: fix compiler warning fork: fix pidfd_poll()'s return type PM: QoS: Invalidate frequency QoS requests after removal virtio_balloon: fix shrinker count virtio_balloon: fix shrinker scan number of pages mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n Revert "mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled" net: hns3: fix a wrong reset interrupt status mask net: fec: fix clock count mis-match net/sched: act_pedit: fix WARN() in the traffic path net: phylink: fix link mode modification in PHY mode net: phylink: update documentation on create and destroy r8169: disable TSO on a single version of RTL8168c to fix performance MAINTAINERS: forcedeth: Change Zhu Yanjun's email address taprio: don't reject same mqprio settings net/tls: enable sk_msg redirect to tls socket egress afs: Fix missing timeout reset ANDROID: drivers: gpu: drm: add support to batch commands gve: fix dma sync bug where not all pages synced drm/i915: make pool objects read-only mdio_bus: Fix init if CONFIG_RESET_CONTROLLER=n nbd:fix memory leak in nbd_get_socket() virtio_console: allocate inbufs in add_port() only if it is needed virtio_ring: fix return code on DMA mapping fails mdio_bus: fix mdio_register_device when RESET_CONTROLLER is disabled net/ipv4: fix sysctl max for fib_multipath_hash_policy phy: mdio-sun4i: add missed regulator_disable in remove net/mlx4_en: Fix wrong limitation for number of TX rings net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_key mlxsw: spectrum_router: Fix determining underlay for a GRE tunnel net: atm: Reduce the severity of logging in unlink_clip_vcc ANDROID: virtio_blk: Remove BUG_ON for discard/zero ops drm/i915: Protect request peeking with RCU drm/i915/userptr: Try to acquire the page lock around set_page_dirty() drm/i915/pmu: "Frequency" is reported as accumulated cycles drm/i915: Preload LUTs if the hw isn't currently using them drm/i915: Don't oops in dumb_create ioctl if we have no crtcs ANDROID: usb: gadget: configfs: Support multiple android instances Linux 5.4-rc8 net/mlx4_en: fix mlx4 ethtool -N insertion Revert "hwrng: core - Freeze khwrng thread during suspend" ipmr: Fix skb headroom in ipmr_get_route(). net: hns3: cleanup of stray struct hns3_link_mode_mapping net/smc: fix fastopen for non-blocking connect() rds: ib: update WR sizes when bringing up connection net: gemini: add missed free_netdev net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvid seg6: fix skb transport_header after decap_and_validate() seg6: fix srh pointer in get_srh() net: stmmac: Use the correct style for SPDX License Identifier octeontx2-af: Use the correct style for SPDX License Identifier mm/debug.c: PageAnon() is true for PageKsm() pages mm/debug.c: __dump_page() prints an extra line mm/page_io.c: do not free shared swap slots mm/memory_hotplug: fix try_offline_node() mm,thp: recheck each page before collapsing file THP mm: slub: really fix slab walking for init_on_free mm: hugetlb: switch to css_tryget() in hugetlb_cgroup_charge_cgroup() mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm() lib/xz: fix XZ_DYNALLOC to avoid useless memory reallocations mm: fix trying to reclaim unevictable lru page when calling madvise_pageout mm: mempolicy: fix the wrong return value and potential pages leak of mbind ANDROID: ion: Fix buffer_lock mutex initialization Input: synaptics - enable RMI mode for X1 Extreme 2nd Generation i2c: core: fix use after free in of_i2c_notify i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present ptp: Extend the test program to check the external time stamp flags. mlx5: Reject requests to enable time stamping on both edges. igb: Reject requests that fail to enable time stamping on both edges. dp83640: Reject requests to enable time stamping on both edges. mv88e6xxx: Reject requests to enable time stamping on both edges. ptp: Introduce strict checking of external time stamp options. renesas: reject unsupported external timestamp flags mlx5: reject unsupported external timestamp flags igb: reject unsupported external timestamp flags dp83640: reject unsupported external timestamp flags mv88e6xxx: reject unsupported external timestamp flags net: reject PTP periodic output requests with unsupported flags ptp: Validate requests to enable time stamping of external signals. net: ep93xx_eth: fix mismatch of request_mem_region in remove ax88172a: fix information leak on short answers selftests: mlxsw: Adjust test to recent changes Input: synaptics-rmi4 - destroy F54 poller workqueue when removing Input: ff-memless - kill timer in destroy() FROMGIT: driver core: Allow device link operations inside sync_state() afs: Fix race in commit bulk status fetch Revert "ANDROID: Revert "Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux"" sched/uclamp: Fix incorrect condition KVM: Add a comment describing the /dev/kvm no_compat handling net: hns3: fix ETS bandwidth validation bug net: hns3: reallocate SSU' buffer size when pfc_en changes net: hns3: add compatible handling for MAC VLAN switch parameter configuration ravb: implement MTU change while device is up tipc: add back tipc prefix to log messages ANDROID: uid_sys_stats: avoid double accounting of dying threads ANDROID: drm: edid: add support for additional CEA extension blocks ANDROID: include: uapi: drm: add additional drm mode flags ANDROID: drivers: gpu: drm: fix bugs encountered while fuzzing ANDROID: driver: gpu: drm: add notifier for panel related events ANDROID: include: drm: add the definitions for DP Link Compliance tests ANDROID: drm: dsi: add two DSI mode flags for BLLP ANDROID: include: drm: support unicasting mipi cmds to dsi ctrls ANDROID: include: drm: increase DRM max property count to 64 ANDROID: drivers: gpu: drm: add support for secure framebuffer ANDROID: include: uapi: drm: add additional QCOM modifiers ANDROID: build kernels with llvm-nm and llvm-objcopy drm/amdgpu: fix null pointer deref in firmware header printing rsxx: add missed destroy_workqueue calls in remove iocost: check active_list of all the ancestors in iocg_activate() rbd: silence bogus uninitialized warning in rbd_object_map_update_finish() ceph: increment/decrement dio counter on async requests ceph: take the inode lock before acquiring cap refs ALSA: usb-audio: Fix incorrect size check for processing/extension units KVM: x86/mmu: Take slots_lock when using kvm_mmu_zap_all_fast() kbuild: tell sparse about the $ARCH sparc: vdso: fix build error of vdso32 block, bfq: deschedule empty bfq_queues not referred by any process mmc: sdhci-of-at91: fix quirk2 overwrite ALSA: usb-audio: Fix incorrect NULL check in create_yamaha_midi_quirk() slcan: Fix memory leak in error path io_uring: ensure registered buffer import returns the IO length net: cdc_ncm: Signedness bug in cdc_ncm_set_dgram_size() io_uring: Fix getting file for timeout ANDROID: scsi: ufs-qcom: Enable BROKEN_CRYPTO quirk flag ANDROID: scsi: ufs-hisi: Enable BROKEN_CRYPTO quirk flag ANDROID: scsi: ufs: Add quirk bit for controllers that don't play well with inline crypto ANDROID: scsi: ufs: UFS init should not require inline crypto gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist drm/i915/tgl: MOCS table update Revert "drm/i915/ehl: Update MOCS table for EHL" slip: Fix memory leak in slip_open error path net: usb: qmi_wwan: add support for Foxconn T77W968 LTE modules KVM: Forbid /dev/kvm being opened by a compat task when CONFIG_KVM_COMPAT=n KVM: X86: Reset the three MSR list number variables to 0 in kvm_init_msr_list() selftests: kvm: fix build with glibc >= 2.30 kvm: x86: disable shattered huge page recovery for PREEMPT_RT. drm/sun4i: tcon: Set min division of TCON0_DCLK to 1. tools: gpio: Correctly add make dependencies for gpio_utils x86/resctrl: Fix potential lockdep warning scripts/tools-support-relr.sh: un-quote variables Revert "ANDROID: Revert "Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux"" ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed() ALSA: usb-audio: not submit urb for stopped endpoint can: j1939: warn if resources are still linked on destroy can: j1939: j1939_can_recv(): add priv refcounting can: j1939: transport: j1939_cancel_active_session(): use hrtimer_try_to_cancel() instead of hrtimer_cancel() can: j1939: make sure socket is held as long as session exists can: j1939: transport: make sure the aborted session will be deactivated only once can: j1939: socket: rework socket locking for j1939_sk_release() and j1939_sk_sendmsg() can: j1939: main: j1939_ndev_to_priv(): avoid crash if can_ml_priv is NULL can: j1939: move j1939_priv_put() into sk_destruct callback can: af_can: export can_sock_destruct() perf/core: Fix missing static inline on perf_cgroup_switch() perf/core: Consistently fail fork on allocation failures perf/aux: Disallow aux_output for kernel events perf/core: Reattach a misplaced comment perf/aux: Fix the aux_output group inheritance fix perf/core: Disallow uncore-cgroup events sched/pelt: Fix update of blocked PELT ordering sched/core: Avoid spurious lock dependencies dpaa2-eth: free already allocated channels on probe defer Input: cyttsp4_core - fix use after free bug Input: synaptics-rmi4 - clear IRQ enables for F54 Remove VirtualBox guest shared folders filesystem net/smc: fix refcount non-blocking connect() -part 2 drm/i915: update rawclk also on resume x86/quirks: Disable HPET on Intel Coffe Lake platforms block: check bi_size overflow before merge gpio: bd70528: Use correct unit for debounce times gpio: max77620: Fixup debounce delays KVM: MMU: Do not treat ZONE_DEVICE pages as being reserved KVM: VMX: Introduce pi_is_pir_empty() helper KVM: VMX: Do not change PID.NDST when loading a blocked vCPU KVM: VMX: Consider PID.PIR to determine if vCPU has pending interrupts KVM: VMX: Fix comment to specify PID.ON instead of PIR.ON KVM: X86: Fix initialization of MSR lists xfrm: release device reference for invalid state io_uring: make timeout sequence == 0 mean no sequence ntp/y2038: Remove incorrect time_t truncation mdio_bus: Fix PTR_ERR applied after initialization to constant NFC: nxp-nci: Fix NULL pointer dereference after I2C communication error mlxsw: core: Enable devlink reload only on probe FROMGIT: of: property: Add device link support for iommus, mboxes and io-channels FROMGIT: of: property: Make it easy to add device links from DT properties FROMGIT: of: property: Minor style clean up of of_link_to_phandle() Revert "ANDROID: of/property: Add device link support for iommus" devlink: Add method for time-stamp on reporter's dump net: ethernet: dwmac-sun8i: Use the correct function in exit path Btrfs: fix log context list corruption after rename exchange operation drm/i915/cmdparser: Fix jump whitelist clearing iommu/vt-d: Fix QI_DEV_IOTLB_PFSID and QI_DEV_EIOTLB_PFSID macros MAINTAINERS: Update for INTEL IOMMU (VT-d) entry KVM: fix placement of refcount initialization KVM: Fix NULL-ptr deref after kvm_create_vm fails ALSA: hda: hdmi - fix pin setup on Tigerlake ALSA: hda: Add Cometlake-S PCI ID Revert "Revert "sched: Rework pick_next_task() slow-path"" Linux 5.4-rc7 lib: Remove select of inexistant GENERIC_IO ecryptfs_lookup_interpose(): lower_dentry->d_parent is not stable either ecryptfs_lookup_interpose(): lower_dentry->d_inode is not stable ecryptfs: fix unlink and rmdir in face of underlying fs modifications audit_get_nd(): don't unlock parent too early exportfs_decode_fh(): negative pinned may become positive without the parent locked cgroup: don't put ERR_PTR() into fc->root tcp: remove redundant new line from tcp_event_sk_skb devlink: disallow reload operation during device cleanup ALSA: usb-audio: Fix missing error check at mixer resolution test ixgbe: need_wakeup flag might not be set for Tx i40e: need_wakeup flag might not be set for Tx igb/igc: use ktime accessors for skb->tstamp i40e: Fix for ethtool -m issue on X722 NIC iavf: initialize ITRN registers with correct values ice: fix potential infinite loop because loop counter being too small qede: fix NULL pointer deref in __qede_remove() net: fix data-race in neigh_event_send() sched: Fix pick_next_task() vs 'change' pattern race sched/core: Fix compilation error when cgroup not selected cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead vsock/virtio: fix sock refcnt holding during the shutdown iwlwifi: pcie: don't consider IV len in A-MSDU net: ethernet: octeon_mgmt: Account for second possible VLAN header pwm: bcm-iproc: Prevent unloading the driver module while in use block: drbd: remove a stray unlock in __drbd_send_protocol() cpufreq: intel_pstate: Fix invalid EPB setting mac80211: fix station inactive_time shortly after boot net/fq_impl: Switch to kvmalloc() for memory allocation mac80211: fix ieee80211_txq_setup_flows() failure path drm/i915/gvt: fix dropping obj reference twice ANDROID: Kconfig.gki: Add SND_SOC_COMPRESS ipv4: Fix table id reference in fib_sync_down_addr ipv6: fixes rt6_probe() and fib6_nh->last_probe init net: hns: Fix the stray netpoll locks causing deadlock in NAPI path Revert "ANDROID: Kconfig.gki: Add SND_SOC_COMPRESS" net: usb: qmi_wwan: add support for DW5821e with eSIM support CDC-NCM: handle incomplete transfer of MTU nfc: netlink: fix double device reference drop ANDROID: Kconfig.gki: Add SND_SOC_COMPRESS ceph: return -EINVAL if given fsc mount option on kernel w/o support staging: Fix error return code in vboxsf_fill_super() staging: vboxsf: fix dereference of pointer dentry before it is null checked staging: vboxsf: Remove unused including <linux/version.h> x86/speculation/taa: Fix printing of TAA_MSG_SMT on IBRS_ALL CPUs xfrm: Fix memleak on xfrm state destroy pinctrl: stmfx: fix valid_mask init sequence NFC: st21nfca: fix double free net: hns3: add compatible handling for command HCLGE_OPC_PF_RST_DONE r8169: fix page read in r8168g_mdio_read net: stmmac: Fix the TX IOC in xmit path net: stmmac: Fix TSO descriptor with Enhanced Addressing net: stmmac: Fix the packet count in stmmac_rx() net: stmmac: xgmac: Disable MMC interrupts by default net: stmmac: xgmac: Disable Flow Control when 1 or more queues are in AV net: stmmac: xgmac: Fix AV Feature detection net: stmmac: xgmac: Fix TSA selection net: stmmac: xgmac: Only get SPH header len if available net: stmmac: selftests: Prevent false positives in filter tests net: stmmac: xgmac: bitrev32 returns u32 net: stmmac: gmac4: bitrev32 returns u32 SMB3: Fix persistent handles reconnect drm/radeon: fix si_enable_smc_cac() failed issue drm/amdgpu/renoir: move gfxoff handling into gfx9 module drm/amdgpu: add warning for GRBM 1-cycle delay issue in gfx9 drm/amdgpu: add dummy read by engines for some GCVM status registers in gfx10 drm/amdgpu: register gpu instance before fan boost feature enablment drm/amd/swSMU: fix smu workload bit map error net/smc: fix ethernet interface refcounting selftests/tls: add test for concurrent recv and send net/tls: add a TX lock net/tls: don't pay attention to sk_write_pending when pushing partial records blkcg: make blkcg_print_stat() print stats only for online blkgs drm/shmem: Add docbook comments for drm_gem_shmem_object madvise fields net: mscc: ocelot: fix __ocelot_rmw_ix prototype bpf, offload: Unlock on error in bpf_offload_dev_create() net: mscc: ocelot: fix NULL pointer on LAG slave removal net: mscc: ocelot: don't handle netdev events for other netdevs net/mlx5e: Use correct enum to determine uplink port net/mlx5: DR, Fix memory leak during rule creation net/mlx5: DR, Fix memory leak in modify action destroy net/mlx5e: Fix eswitch debug print of max fdb flow HID: wacom: generic: Treat serial number and related fields as unsigned drm/amdgpu: add navi14 PCI ID Revert "drm/amd/display: setting the DIG_MODE to the correct value." drm/amd/display: Add ENGINE_ID_DIGD condition check for Navi14 drm/amdgpu: dont schedule jobs while in reset drm/amdgpu/arcturus: properly set BANK_SELECT and FRAGMENT_SIZE arm64: Do not mask out PTE_RDONLY in pte_same() ANDROID: nf: IDLETIMER: Fix possible use before initialization in idletimer_resume ANDROID: gki_defconfig: enable FW_LOADER configs net: bcmgenet: reapply manual settings to the PHY Revert "net: bcmgenet: soft reset 40nm EPHYs before MAC init" net: bcmgenet: use RGMII loopback for MAC reset drm/atomic: fix self-refresh helpers crtc state dereference RDMA/hns: Correct the value of srq_desc_size RDMA/hns: Correct the value of HNS_ROCE_HEM_CHUNK_LEN configfs: calculate the depth of parent item IB/hfi1: TID RDMA WRITE should not return IB_WC_RNR_RETRY_EXC_ERR IB/hfi1: Calculate flow weight based on QP MTU for TID RDMA IB/hfi1: Ensure r_tid_ack is valid before building TID RDMA ACK packet IB/hfi1: Ensure full Gen3 speed in a Gen4 system ALSA: timer: Fix incorrectly assigned timer instance mm: memcontrol: fix network errors from failing __GFP_ATOMIC charges mm/memory_hotplug: fix updating the node span scripts/gdb: fix debugging modules compiled with hot/cold partitioning mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properly MAINTAINERS: update information for "MEMORY MANAGEMENT" dump_stack: avoid the livelock of the dump_lock zswap: add Vitaly to the maintainers list mm/page_alloc.c: ratelimit allocation failure warnings more aggressively mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y mm, vmstat: reduce zone->lock holding time by /proc/pagetypeinfo mm, vmstat: hide /proc/pagetypeinfo from normal users mm/mmu_notifiers: use the right return code for WARN_ON ocfs2: protect extent tree in ocfs2_prepare_inode_for_write() mm: thp: handle page cache THP correctly in PageTransCompoundMap mm, meminit: recalculate pcpu batch and high limits after init completes mm/gup_benchmark: fix MAP_HUGETLB case mm: memcontrol: fix NULL-ptr deref in percpu stats flush MAINTAINERS: update Cavium ThunderX2 maintainers ASoC: SOF: topology: Fix bytes control size checks ARM: dts: stm32: change joystick pinctrl definition on stm32mp157c-ev1 ARM: dts: stm32: remove OV5640 pinctrl definition on stm32mp157c-ev1 ARM: dts: stm32: Fix CAN RAM mapping on stm32mp157c ARM: dts: stm32: relax qspi pins slew-rate for stm32mp157 scsi: core: Handle drivers which set sg_tablesize to zero scsi: qla2xxx: fix NPIV tear down process scsi: sd_zbc: Fix sd_zbc_complete() Documentation: TLS: Add missing counter description NFC: fdp: fix incorrect free object net: prevent load/store tearing on sk->sk_stamp net: qualcomm: rmnet: Fix potential UAF when unregistering net/tls: fix sk_msg trim on fallback to copy mode mlx4_core: fix wrong comment about the reason of subtract one from the max_cqes net: dsa: bcm_sf2: Fix driver removal net: sched: prevent duplicate flower rules from tcf_proto destroy race net: hns3: Use the correct style for SPDX License Identifier bonding: fix state transition issue in link monitoring taprio: fix panic while hw offload sched list swap FROMLIST: overlayfs: override_creds=off option bypass creator_cred FROMLIST: overlayfs: internal getxattr operations without sepolicy checking FROMLIST: overlayfs: handle XATTR_NOSECURITY flag for get xattr method FROMLIST: Add flags option to get xattr method paired to __vfs_getxattr FROMLIST: afs: xattr: use scnprintf nvme: change nvme_passthru_cmd64 to explicitly mark rsvd drm/i915/gen8+: Add RC6 CTX corruption WA drm/i915: Lower RM timeout to avoid DSI hard hangs drm/i915/cmdparser: Ignore Length operands during command matching drm/i915/cmdparser: Add support for backward jumps drm/i915/cmdparser: Use explicit goto for error paths drm/i915: Add gen9 BCS cmdparsing drm/i915: Allow parsing of unsized batches drm/i915: Support ro ppgtt mapped cmdparser shadow buffers drm/i915: Add support for mandatory cmdparsing drm/i915: Remove Master tables from cmdparser drm/i915: Disable Secure Batches for gen6+ drm/i915: Rename gen7 cmdparser tables ALSA: hda: hdmi - add Tigerlake support ASoC: max98373: replace gpio_request with devm_gpio_request ASoC: stm32: sai: add restriction on mmap support watchdog: bd70528: Add MODULE_ALIAS to allow module auto loading watchdog: imx_sc_wdt: Pretimeout should follow SCU firmware format watchdog: meson: Fix the wrong value of left time watchdog: pm8916_wdt: fix pretimeout registration flow watchdog: cpwd: fix build regression nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths nvme-rdma: fix a segmentation fault during module unload clone3: validate stack arguments ceph: don't allow copy_file_range when stripe_count != 1 ceph: don't try to handle hashed dentries in non-O_CREAT atomic_open ALSA: hda/ca0132 - Fix possible workqueue stall scripts/nsdeps: make sure to pass all module source files to spatch perf tools: Fix time sorting can: don't use deprecated license identifiers can: mcp251x: mcp251x_restart_work_handler(): Fix potential force_quit race condition perf tools: Remove unused trace_find_next_event() perf scripting engines: Iterate on tep event arrays directly FROMGIT: of: property: Skip adding device links to suppliers that aren't devices x86/tsc: Respect tsc command line paraemeter for clocksource_tsc_early Input: synaptics-rmi4 - remove unused result_bits mask Input: synaptics-rmi4 - do not consume more data than we have (F11, F12) Input: synaptics-rmi4 - disable the relative position IRQ in the F12 driver Input: synaptics-rmi4 - fix video buffer size x86/dumpstack/64: Don't evaluate exception stacks before setup irq/irqdomain: Update __irq_domain_alloc_fwnode() function documentation x86/apic/32: Avoid bogus LDR warnings timekeeping/vsyscall: Update VDSO data unconditionally drm/i915/dp: Do not switch aux to TBT mode for non-TC ports drm/i915: Avoid HPD poll detect triggering a new detect cycle can: j1939: transport: j1939_xtp_rx_eoma_one(): Add sanity check for correct total message size can: j1939: transport: j1939_session_fresh_new(): make sure EOMA is send with the total message size set can: j1939: fix memory leak if filters was set can: j1939: fix resource leak of skb on error return paths can: ti_hecc: add missing state changes can: ti_hecc: properly report state changes can: ti_hecc: add fifo overflow error reporting can: ti_hecc: release the mailbox a bit earlier can: ti_hecc: keep MIM and MD set can: ti_hecc: ti_hecc_stop(): stop the CPK on down can: ti_hecc: ti_hecc_error(): increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails can: flexcan: increase error counters if skb enqueueing via can_rx_offload_queue_sorted() fails can: rx-offload: can_rx_offload_irq_offload_fifo(): continue on error can: rx-offload: can_rx_offload_irq_offload_timestamp(): continue on error can: rx-offload: can_rx_offload_offload_one(): use ERR_PTR() to propagate error value in case of errors can: rx-offload: can_rx_offload_offload_one(): increment rx_fifo_errors on queue overflow or OOM can: rx-offload: can_rx_offload_offload_one(): do not increase the skb_queue beyond skb_queue_len_max can: rx-offload: can_rx_offload_queue_tail(): fix error handling, avoid skb mem leak can: rx-offload: can_rx_offload_queue_sorted(): fix error handling, avoid skb mem leak can: xilinx_can: Fix flags field initialization for axi can can: c_can: C_CAN: add bus recovery events can: c_can: D_CAN: c_can_chip_config(): perform a sofware reset on open can: c_can: c_can_poll(): only read status register after status IRQ can: peak_usb: report bus recovery as well can: peak_usb: fix slab info leak can: peak_usb: fix a potential out-of-sync while decoding packets can: flexcan: disable completely the ECC mechanism can: usb_8dev: fix use-after-free on disconnect can: mcba_usb: fix use-after-free on disconnect can: gs_usb: gs_can_open(): prevent memory leak can: dev: add missing of_node_put() after calling of_get_child_by_name() btrfs: un-deprecate ioctls START_SYNC and WAIT_SYNC btrfs: save i_size to avoid double evaluation of i_size_read in compress_file_range stacktrace: Don't skip first entry on noncurrent tasks netfilter: nf_tables_offload: skip EBUSY on chain update netfilter: nf_tables: bogus EOPNOTSUPP on basechain update bridge: ebtables: don't crash when using dnat target in output chains netfilter: nf_tables: fix unexpected EOPNOTSUPP error netfilter: nf_tables: Align nft_expr private data to 64-bit netfilter: ipset: Fix nla_policies to fully support NL_VALIDATE_STRICT netfilter: ipset: Copy the right MAC address in hash:ip,mac IPv6 sets netfilter: ipset: Fix an error code in ip_set_sockfn_get() dccp: do not leak jiffies on the wire net: fec: add missed clk_disable_unprepare in remove Documentation: Add ITLB_MULTIHIT documentation kvm: x86: mmu: Recovery of shattered NX large pages MAINTAINERS: Remove Kevin as maintainer of BMIPS generic platforms clk: ti: clkctrl: Fix failed to enable error with double udelay timeout clk: ti: dra7-atl-clock: Remove ti_clk_add_alias call netfilter: nf_tables_offload: check for register data length mismatches intel_th: pci: Add Jasper Lake PCH support intel_th: pci: Add Comet Lake PCH support intel_th: msu: Fix possible memory leak in mode_store() intel_th: msu: Fix overflow in shift of an unsigned int intel_th: msu: Fix missing allocation failure check on a kstrndup intel_th: msu: Fix an uninitialized mutex intel_th: gth: Fix the window switching sequence ASoC: hdac_hda: fix race in device removal kvm: Add helper function for creating VM worker threads kvm: mmu: ITLB_MULTIHIT mitigation cpu/speculation: Uninline and export CPU mitigations helpers x86/cpu: Add Tremont to the cpu vulnerability whitelist x86/bugs: Add ITLB_MULTIHIT bug infrastructure fbdev: c2p: Fix link failure on non-inlining ALSA: bebob: fix to detect configured source of sampling clock for Focusrite Saffire Pro i/o series arm64: dts: zii-ultra: fix ARM regulator GPIO handle Revert "gpio: merrifield: Pass irqchip when adding gpiochip" Revert "gpio: merrifield: Restore use of irq_base" Revert "gpio: merrifield: Move hardware initialization to callback" x86/resctrl: Prevent NULL pointer dereference when reading mondata idr: Fix idr_alloc_u32 on 32-bit systems idr: Fix integer overflow in idr_for_each_entry HID: i2c-hid: Send power-on command after reset radix tree: Remove radix_tree_iter_find idr: Fix idr_get_next_ul race with idr_remove powerpc/bpf: Fix tail call implementation MIPS: SGI-IP27: fix exception handler replication bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}() samples/bpf: fix build by setting HAVE_ATTR_TEST to zero perf tools: Make usage of test_attr__* optional for perf-sys.h bpf: Allow narrow loads of bpf_sysctl fields with offset > 0 staging: Add VirtualBox guest shared folder (vboxsf) support ceph: add missing check in d_revalidate snapdir handling ceph: fix RCU case handling in ceph_d_revalidate() ceph: fix use-after-free in __ceph_remove_cap() bpf, doc: Add Andrii as official reviewer to BPF subsystem ARM: sunxi: Fix CPU powerdown on A83T ARM: dts: sun8i-a83t-tbs-a711: Fix WiFi resume from suspend clk: sunxi-ng: a80: fix the zero'ing of bits 16 and 18 clk: sunxi: Fix operator precedence in sunxi_divs_clk_setup clk: ast2600: Fix enabling of clocks clk: at91: avoid sleeping early ASoC: rockchip: rockchip_max98090: Enable SHDN to fix headset detection ASoC: ti: sdma-pcm: Add back the flags parameter for non standard dma names ASoC: SOF: ipc: Fix memory leak in sof_set_get_large_ctrl_data ASoC: SOF: Fix memory leak in sof_dfsentry_write ASoC: SOF: Intel: hda-stream: fix the CONFIG_ prefix missing arm64: dts: imx8mn: fix compatible string for sdma arm64: dts: imx8mm: fix compatible string for sdma reset: fix reset_control_ops kerneldoc comment clk: imx8m: Use SYS_PLL1_800M as intermediate parent of CLK_ARM x86/tsx: Add config options to set tsx=on|off|auto x86/speculation/taa: Add documentation for TSX Async Abort x86/tsx: Add "auto" option to the tsx= cmdline parameter kvm/x86: Export MDS_NO=0 to guests when TSX is enabled x86/speculation/taa: Add sysfs reporting for TSX Async Abort x86/speculation/taa: Add mitigation for TSX Async Abort x86/cpu: Add a "tsx=" cmdline option with TSX disabled by default x86/cpu: Add a helper function x86_read_arch_cap_msr() x86/msr: Add the IA32_TSX_CTRL MSR ARM: dts: imx6-logicpd: Re-enable SNVS power key iio: adc: stm32-adc: fix stopping dma soc: imx: gpc: fix initialiser format ARM: dts: imx6qdl-sabreauto: Fix storm of accelerometer interrupts Btrfs: fix race leading to metadata space leak after task received signal btrfs: tree-checker: Fix wrong check on max devid btrfs: Consider system chunk array size for new SYSTEM chunks pinctrl: cherryview: Allocate IRQ chip dynamic clk: samsung: exynos5420: Preserve PLL configuration during suspend/resume arm64: dts: ls1028a: fix a compatible issue autofs: fix a leak in autofs_expire_indirect() soundwire: slave: fix scanf format reset: fix reset_control_get_exclusive kerneldoc comment reset: fix reset_control_lookup kerneldoc comment reset: fix of_reset_control_get_count kerneldoc comment reset: fix of_reset_simple_xlate kerneldoc comment ASoC: kirkwood: fix device remove ordering ASoC: rsnd: dma: fix SSI9 4/5/6/7 busif dma address ASoC: hdmi-codec: drop mutex locking again ASoC: kirkwood: fix external clock probe defer clk: samsung: exynos542x: Move G3D subsystem clocks to its sub-CMU clk: samsung: exynos5433: Fix error paths tools: gpio: Use !building_out_of_srctree to determine srctree iio: imu: inv_mpu6050: fix no data on MPU6050 reset: Fix memory leak in reset_control_array_put() aio: Fix io_pgetevents() struct __compat_aio_sigset layout pinctrl: cherryview: Fix irq_valid_mask calculation ASoC: compress: fix unsigned integer overflow check ASoC: msm8916-wcd-analog: Fix RX1 selection in RDAC2 MUX pinctrl: intel: Avoid potential glitches if pin is in GPIO mode soundwire: intel: fix intel_register_dai PDI offsets and numbers interconnect: Add locking in icc_set_tag() interconnect: qcom: Fix icc_onecell_data allocation clocksource/drivers/sh_mtu2: Do not loop using platform_get_irq_by_name() fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry() clocksource/drivers/mediatek: Fix error handling soundwire: depend on ACPI || OF soundwire: depend on ACPI iio: srf04: fix wrong limitation in distance measuring iio: imu: adis16480: make sure provided frequency is positive cgroup: freezer: call cgroup_enter_frozen() with preemption disabled in ptrace_stop() thunderbolt: Drop unnecessary read when writing LC command in Ice Lake thunderbolt: Fix lockdep circular locking depedency warning thunderbolt: Read DP IN adapter first two dwords in one go clk: at91: sam9x60: fix programmable clock clk: meson: g12a: set CLK_MUX_ROUND_CLOSEST on the cpu clock muxes clk: meson: g12a: fix cpu clock rate setting clk: meson: gxbb: let sar_adc_clk_div set the parent clock rate XArray: Fix xas_next() with a single entry at 0 Change-Id: I594a629aca56b3ff5a224d65f0d8d79fe4f4f34b Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org> |
||
Greg Kroah-Hartman
|
32815416dd |
Merge branch 'upstream-master' into android-mainline
This is an intermediate (mid-week) merge of Linus's tree into android-mainline to take all of the "big" security fixes that went into there into the android-mainline tree to get testing happening sooner. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ie4d7914776ac1f917de0436061e46295ad919ead |
||
Tyler Hicks
|
731dc9df97 |
cpu/speculation: Uninline and export CPU mitigations helpers
A kernel module may need to check the value of the "mitigations=" kernel command line parameter as part of its setup when the module needs to perform software mitigations for a CPU flaw. Uninline and export the helper functions surrounding the cpu_mitigations enum to allow for their usage from a module. Lastly, privatize the enum and cpu_mitigations variable since the value of cpu_mitigations can be checked with the exported helper functions. Signed-off-by: Tyler Hicks <tyhicks@canonical.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> |
||
Raghavendra Rao Ananta
|
ff798ab7d9 |
Merge remote-tracking branch 'remotes/origin/tmp-935f8bc6f7aa' into msm-lahaina
* remotes/origin/tmp-935f8bc6f7aa:
UPSTREAM: fix "sched/membarrier: Fix p->mm->membarrier_state racy load"
ANDROID: update gki_defconfig
ANDROID: Fix arm64 allmodconfig build
Linux 5.4-rc1
ANDROID: allmodconfig: Force gki_defconfig as base
ANDROID: usb: gadget: Fix dependency for f_accessory
csky: Move static keyword to the front of declaration
csky: entry: Remove unneeded need_resched() loop
csky: Fixup csky_pmu.max_period assignment
csky: Fixup add zero_fp fixup perf backtrace panic
csky: Use generic free_initrd_mem()
Revert "Revert "ext4: make __ext4_get_inode_loc plug""
random: try to actively add entropy rather than passively wait for it
Documentation/process: Clarify disclosure rules
selftests/ftrace: Fix same probe error test
mm, tracing: Print symbol name for call_site in trace events
tracing: Have error path in predicate_parse() free its allocated memory
tracing: Fix clang -Wint-in-bool-context warnings in IF_ASSIGN macro
tracing/probe: Fix to check the difference of nr_args before adding probe
mm, page_alloc: allow hugepage fallback to remote nodes when madvised
mm, page_alloc: avoid expensive reclaim when compaction may not succeed
Revert "Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmask""
Revert "Revert "mm, thp: restore node-local hugepage allocations""
i2c: slave-eeprom: Add read only mode
i2c: i801: Bring back Block Process Call support for certain platforms
i2c: riic: Clear NACK in tend isr
i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
iommu/amd: Lock code paths traversing protection_domain->dev_list
iommu/amd: Lock dev_data in attach/detach code paths
iommu/amd: Check for busy devices earlier in attach_device()
iommu/amd: Take domain->lock for complete attach/detach path
iommu/amd: Remove amd_iommu_devtable_lock
iommu/amd: Remove domain->updated
net: tap: clean up an indentation issue
nfp: abm: fix memory leak in nfp_abm_u32_knode_replace
mmc: host: sdhci-pci: Add Genesys Logic GL975x support
tcp: better handle TCP_USER_TIMEOUT in SYN_SENT state
sk_buff: drop all skb extensions on free and skb scrubbing
tcp_bbr: fix quantization code to not raise cwnd if not probing bandwidth
mlxsw: spectrum_flower: Fail in case user specifies multiple mirror actions
Documentation: Clarify trap's description
mlxsw: spectrum: Clear VLAN filters during port initialization
net: ena: clean up indentation issue
NFC: st95hf: clean up indentation issue
mmc: tegra: Implement ->set_dma_mask()
mmc: sdhci: Let drivers define their DMA mask
mmc: sdhci-of-esdhc: set DMA snooping based on DMA coherence
mmc: sdhci: improve ADMA error reporting
net: phy: micrel: add Asym Pause workaround for KSZ9021
net: socionext: ave: Avoid using netdev_err() before calling register_netdev()
ptp: correctly disable flags on old ioctls
lib: dimlib: fix help text typos
net: dsa: microchip: Always set regmap stride to 1
nfp: flower: fix memory leak in nfp_flower_spawn_vnic_reprs
nfp: flower: prevent memory leak in nfp_flower_spawn_phy_reprs
net/sched: Set default of CONFIG_NET_TC_SKB_EXT to N
vrf: Do not attempt to create IPv6 mcast rule if IPv6 is disabled
keys: Add Jarkko Sakkinen as co-maintainer
btrfs: qgroup: Fix reserved data space leak if we have multiple reserve calls
btrfs: qgroup: Fix the wrong target io_tree when freeing reserved data space
block: fix null pointer dereference in blk_mq_rq_timed_out()
net: sched: sch_sfb: don't call qdisc_put() while holding tree lock
net: sched: multiq: don't call qdisc_put() while holding tree lock
net: sched: sch_htb: don't call qdisc_put() while holding tree lock
net/rds: Check laddr_check before calling it
tcp: honor SO_PRIORITY in TIME_WAIT state
ipv6: tcp: provide sk->sk_priority to ctl packets
ipv6: add priority parameter to ip6_xmit()
bpf: Fix bpf_event_output re-entry issue
net: dsa: qca8k: Fix port enable for CPU port
sch_netem: fix rcu splat in netem_enqueue()
kcm: disable preemption in kcm_parse_func_strparser()
net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse()
net: nixge: Fix a signedness bug in nixge_probe()
of: mdio: Fix a signedness bug in of_phy_get_and_connect()
net: axienet: fix a signedness bug in probe
net: stmmac: dwmac-meson8b: Fix signedness bug in probe
net: socionext: Fix a signedness bug in ave_probe()
enetc: Fix a signedness bug in enetc_of_get_phy()
net: netsec: Fix signedness bug in netsec_probe()
net: broadcom/bcmsysport: Fix signedness in bcm_sysport_probe()
net: hisilicon: Fix signedness bug in hix5hd2_dev_probe()
cxgb4: Signedness bug in init_one()
net: aquantia: Fix aq_vec_isr_legacy() return value
dimlib: make DIMLIB a hidden symbol
rq-qos: get rid of redundant wbt_update_limits()
powerpc/eeh: Fix eeh eeh_debugfs_break_device() with SRIOV devices
CIFS: Fix oplock handling for SMB 2.1+ protocols
smb3: missing ACL related flags
perf unwind: Fix libunwind build failure on i386 systems
binfmt_elf: Do not move brk for INTERP-less ET_EXEC
arch/sparc/include/asm/pgtable_64.h: fix build
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
ntfs: remove (un)?likely() from IS_ERR() conditions
IB/hfi1: remove unlikely() from IS_ERR*() condition
xfs: remove unlikely() from WARN_ON() condition
wimax/i2400m: remove unlikely() from WARN*() condition
fs: remove unlikely() from WARN_ON() condition
xen/events: remove unlikely() from WARN() condition
bpf: Clean up indentation issue in BTF kflag processing
jffs2: Fix mounting under new mount API
libbpf: Teach btf_dumper to emit stand-alone anonymous enum definitions
MAINTAINERS: Add myself as reviewer for the PWM subsystem
MAINTAINERS: Add patchwork link for PWM entry
MAINTAINERS: Add a selection of PWM related keywords to the PWM entry
pwm: mediatek: Add MT7629 compatible string
io_uring: make CQ ring wakeups be more efficient
ipv6: do not free rt if FIB_LOOKUP_NOREF is set on suppress rule
openvswitch: change type of UPCALL_PID attribute to NLA_UNSPEC
dt-bindings: net: ravb: Add support for r8a774b1 SoC
net: stmmac: Fix page pool size
macsec: drop skb sk before calling gro_cells_receive
iocost: bump up default latency targets for hard disks
iocost: improve nr_lagging handling
iocost: better trace vrate changes
smb3: pass mode bits into create calls
net: print proper warning on dst underflow
net/sched: cbs: Fix not adding cbs instance to list
drivers: net: Fix Kconfig indentation
net: Fix Kconfig indentation
MAINTAINERS: add Yanjun to FORCEDETH maintainers list
block: don't release queue's sysfs lock during switching elevator
blk-mq: move lockdep_assert_held() into elevator_exit
checkpatch: check for nested (un)?likely() calls
hexagon: drop empty and unused free_initrd_mem
mm: factor out common parts between MADV_COLD and MADV_PAGEOUT
mm: introduce MADV_PAGEOUT
mm: change PAGEREF_RECLAIM_CLEAN with PAGE_REFRECLAIM
mm: introduce MADV_COLD
mm: untag user pointers in mmap/munmap/mremap/brk
vfio/type1: untag user pointers in vaddr_get_pfn
tee/shm: untag user pointers in tee_shm_register
media/v4l2-core: untag user pointers in videobuf_dma_contig_user_get
drm/radeon: untag user pointers in radeon_gem_userptr_ioctl
drm/amdgpu: untag user pointers
userfaultfd: untag user pointers
fs/namespace: untag user pointers in copy_mount_options
mm: untag user pointers in get_vaddr_frames
mm: untag user pointers in mm/gup.c
mm: untag user pointers passed to memory syscalls
lib: untag user pointers in strn*_user
lib/lzo/lzo1x_compress.c: fix alignment bug in lzo-rle
ipc/sem.c: convert to use built-in RCU list checking
ipc/mqueue: improve exception handling in do_mq_notify()
ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()
bug: move WARN_ON() "cut here" into exception handler
bug: consolidate __WARN_FLAGS usage
bug: clean up helper macros to remove __WARN_TAINT()
bug: lift "cut here" out of __warn()
bug: consolidate warn_slowpath_fmt() usage
bug: rename __WARN_printf_taint() to __WARN_printf()
bug: refactor away warn_slowpath_fmt_taint()
scripts/gdb: handle split debug
kgdb: don't use a notifier to enter kgdb at panic; call directly
compiler: enable CONFIG_OPTIMIZE_INLINING forcibly
uaccess: add missing __must_check attributes
kexec: restore arch_kexec_kernel_image_probe declaration
kexec: bail out upon SIGKILL when allocating memory.
cpumask: nicer for_each_cpumask_and() signature
fork: improve error message for corrupted page tables
fat: delete an unnecessary check before brelse()
fs/reiserfs/do_balan.c: remove set but not used variable
fs/reiserfs/journal.c: remove set but not used variable
fs/reiserfs/do_balan.c: remove set but not used variables
fs/reiserfs/fix_node.c: remove set but not used variables
fs/reiserfs/prints.c: remove set but not used variables
fs/reiserfs/objectid.c: remove set but not used variables
fs/reiserfs/lbalance.c: remove set but not used variables
fs/reiserfs/stree.c: remove set but not used variables
fs/reiserfs/journal.c: remove set but not used variables
fs: reiserfs: remove unnecessary check of bh in remove_from_transaction()
checkpatch: make git output use LANGUAGE=en_US.utf8
checkpatch: remove obsolete period from "ambiguous SHA1" query
checkpatch: allow consecutive close braces
checkpatch: prefer __section over __attribute__((section(...)))
checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSE
checkpatch.pl: warn on invalid commit id
checkpatch: improve SPDX license checking
checkpatch: don't interpret stack dumps as commit IDs
lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG builds
lib/extable.c: add missing prototypes
lib/generic-radix-tree.c: make 2 functions static inline
strscpy: reject buffer sizes larger than INT_MAX
include/trace/events/writeback.h: fix -Wstringop-truncation warnings
kernel-doc: core-api: include string.h into core-api
augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro
rbtree: avoid generating code twice for the cached versions (tools copy)
kernel/elfcore.c: include proper prototypes
linux/coff.h: add include guard
memcg, kmem: do not fail __GFP_NOFAIL charges
selftests/bpf: adjust strobemeta loop to satisfy latest clang
selftests/bpf: delete unused variables in test_sysctl
libbpf: fix false uninitialized variable warning
bpf/xskmap: Return ERR_PTR for failure case instead of NULL.
selftests/bpf: test_progs: fix client/server race in tcp_rtt
drm/amd/display: prevent memory leak
perf parser: Remove needless include directives
perf build: Add detection of java-11-openjdk-devel package
perf jvmti: Include JVMTI support for s390
perf vendor events: Remove P8 HW events which are not supported
perf evlist: Fix access of freed id arrays
perf stat: Fix free memory access / memory leaks in metrics
perf tools: Replace needless mmap.h with what is needed, event.h
perf evsel: Move config terms to a separate header
perf evlist: Remove unused perf_evlist__fprintf() method
perf evsel: Introduce evsel_fprintf.h
perf evsel: Remove need for symbol_conf in evsel_fprintf.c
KVM: nVMX: cleanup and fix host 64-bit mode checks
sched/fair: Avoid redundant EAS calculation
sched/core: Remove double update_max_interval() call on CPU startup
sched/core: Fix preempt_schedule() interrupt return comment
sched/fair: Fix -Wunused-but-set-variable warnings
sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()
sched/membarrier: Return -ENOMEM to userspace on memory allocation failure
sched/membarrier: Skip IPIs when mm->mm_users == 1
selftests, sched/membarrier: Add multi-threaded test
sched/membarrier: Fix p->mm->membarrier_state racy load
sched/membarrier: Call sync_core only before usermode for same mm
sched/membarrier: Remove redundant check
sched/membarrier: Fix private expedited registration check
tasks, sched/core: RCUify the assignment of rq->curr
tasks, sched/core: With a grace period after finish_task_switch(), remove unnecessary code
tasks, sched/core: Ensure tasks are available for a grace period after leaving the runqueue
tasks: Add a count of task RCU users
sunrpc: clean up indentation issue
btrfs: Fix a regression which we can't convert to SINGLE profile
KVM: vmx: fix build warnings in hv_enable_direct_tlbflush() on i386
KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()
KVM: x86: Drop ____kvm_handle_fault_on_reboot()
KVM: VMX: Add error handling to VMREAD helper
KVM: VMX: Optimize VMX instruction error and fault handling
btrfs: relocation: fix use-after-free on dead relocation roots
KVM: x86: Check kvm_rebooting in kvm_spurious_fault()
KVM: selftests: fix ucall on x86
perf copyfile: Move copyfile routines to separate files
libperf: Add perf_evlist__poll() function
libperf: Add perf_evlist__add_pollfd() function
libperf: Add perf_evlist__alloc_pollfd() function
libperf: Add libperf_init() call to the tests
libperf: Merge libperf_set_print() into libperf_init()
libperf: Add libperf dependency for tests targets
libperf: Use sys/types.h to get ssize_t, not unistd.h
perf tools: No need to include internal/lib.h from util/util.h
libperf: Move 'page_size' global variable to libperf
libperf: Add perf_evlist__id_add_fd() function
libperf: Add perf_evlist__id_add() function
libperf: Add perf_evlist__read_format() function
libperf: Add perf_evlist__first()/last() functions
libperf: Add perf_evsel__alloc_id/perf_evsel__free_id functions
libperf: Move 'heads' from 'struct evlist' to 'struct perf_evlist'
libperf: Move 'ids' from 'struct evsel' to 'struct perf_evsel'
libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'
libperf: Move 'sample_id' from 'struct evsel' to 'struct perf_evsel'
libperf: Add missing 'struct xyarray' forward declaration
libperf: Move 'pollfd' from 'struct evlist' to 'struct perf_evlist'
libperf: Move 'mmap_len' from 'struct evlist' to 'struct perf_evlist'
libperf: Move 'nr_mmaps' from 'struct evlist' to 'struct perf_evlist'
libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'
libperf: Add 'flush' to 'struct perf_mmap'
libperf: Add 'event_copy' to 'struct perf_mmap'
libperf: Add 'overwrite' to 'struct perf_mmap'
libperf: Add prev/start/end to struct perf_mmap
libperf: Add 'refcnt' to struct perf_mmap
libperf: Add 'cpu' to struct perf_mmap
libperf: Add 'fd' to struct perf_mmap
libperf: Add 'mask' to struct perf_mmap
libperf: Add perf_mmap struct
perf evlist: Adopt backwards ring buffer state enum
libperf: Link libapi.a in libperf.so
perf tools: Rename perf_evlist__purge() to evlist__purge()
perf tools: Rename perf_evlist__exit() to evlist__exit()
perf tools: Rename perf_evlist__alloc_mmap() to evlist__alloc_mmap()
perf tools: Rename perf_evlist__munmap() to evlist__munmap()
perf tools: Rename perf_evlist__mmap() to evlist__mmap()
perf tools: Rename 'struct perf_mmap' to 'struct mmap'
tools: Add missing stdio.h include to asm/bug.h header
libtraceevent: Man pages for tep plugins APIs
libtraceevent: Move traceevent plugins in its own subdirectory
libtraceevent: Add tep_get_event() in event-parse.h
libtraceevent: Man pages fix, changes in event printing APIs
libtraceevent: Man pages fix, rename tep_ref_get() to tep_get_ref()
libtraceevent: Man pages for libtraceevent event print related API
libtraceevent: Round up in tep_print_event() time precision
perf list: Allow plurals for metric, metricgroup
perf vendor events: Minor fixes to the README
perf vendor events amd: Remove redundant '['
perf vendor events amd: Add L3 cache events for Family 17h
net: macb: Remove dead code
net: stmmac: selftests: Flow Control test can also run with ASYM Pause
gianfar: Make reset_gfar static
atm: he: clean up an indentation issue
ppp: Fix memory leak in ppp_write
net/ibmvnic: prevent more than one thread from running in reset
net/ibmvnic: unlock rtnl_lock in reset so linkwatch_event can run
tracing/probe: Fix same probe event argument matching
netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush
netfilter: ebtables: use __u8 instead of uint8_t in uapi header
Revert "locking/pvqspinlock: Don't wait if vCPU is preempted"
dt-bindings: pwm: Update bindings for MT7629 SoC
pwm: mediatek: Update license and switch to SPDX tag
pwm: mediatek: Use pwm_mediatek as common prefix
pwm: mediatek: Allocate the clks array dynamically
pwm: mediatek: Remove the has_clks field
wil6210: use after free in wil_netif_rx_any()
thermal: db8500: Rewrite to be a pure OF sensor
thermal: db8500: Use dev helper variable
thermal: db8500: Finalize device tree conversion
smb3: Add missing reparse tags
tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()
MAINTAINERS: keys: Update path to trusted.h
KEYS: trusted: correctly initialize digests and fix locking issue
selftests/tpm2: Add log and *.pyc to .gitignore
selftests/tpm2: Add the missing TEST_FILES assignment
mm/zsmalloc.c: fix a -Wunused-function warning
zswap: do not map same object twice
zswap: use movable memory if zpool support allocate movable memory
zpool: add malloc_support_movable to zpool_driver
shmem: fix obsolete comment in shmem_getpage_gfp()
mm/madvise: reduce code duplication in error handling paths
mm: mmap: increase sockets maximum memory size pgoff for 32bits
mm/mmap.c: refine find_vma_prev() with rb_last()
riscv: make mmap allocation top-down by default
mips: use generic mmap top-down layout and brk randomization
mips: replace arch specific way to determine 32bit task with generic version
mips: adjust brk randomization offset to fit generic version
mips: use STACK_TOP when computing mmap base address
mips: properly account for stack randomization and stack guard gap
arm: use generic mmap top-down layout and brk randomization
arm: use STACK_TOP when computing mmap base address
arm: properly account for stack randomization and stack guard gap
arm64, mm: make randomization selected by generic topdown mmap layout
arm64, mm: move generic mmap layout functions to mm
arm64: consider stack randomization for mmap base only when necessary
arm64: make use of is_compat_task instead of hardcoding this test
mm, fs: move randomize_stack_top from fs to mm
uprobe: collapse THP pmd after removing all uprobes
khugepaged: enable collapse pmd for pte-mapped THP
uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLIT
mm, thp: introduce FOLL_SPLIT_PMD
uprobe: use original page when all uprobes are removed
mm: move memcmp_pages() and pages_identical()
mm: thp: make deferred split shrinker memcg aware
mm: shrinker: make shrinker not depend on memcg kmem
mm: move mem_cgroup_uncharge out of __page_cache_release()
mm: thp: extract split_queue_* into a struct
mm,thp: avoid writes to file with THP in pagecache
mm,thp: add read-only THP support for (non-shmem) FS
khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
mm,thp: stats for file backed THP
filemap: update offset check in filemap_fault()
filemap: check compound_head(page)->mapping in pagecache_get_page()
filemap: check compound_head(page)->mapping in filemap_fault()
thp: update split_huge_page_pmd() comment
mm/migrate.c: clean up useless code in migrate_vma_collect_pmd()
hugetlbfs: don't retry when pool page allocations start to fail
mm, compaction: raise compaction priority after it withdrawns
mm, reclaim: cleanup should_continue_reclaim()
mm, reclaim: make should_continue_reclaim perform dryrun detection
memcg, kmem: deprecate kmem.limit_in_bytes
mm/memcontrol.c: fix a -Wunused-function warning
mm, oom: consider present pages for the node size
mm/oom_kill.c: fix oom_cpuset_eligible() comment
mm/oom: add oom_score_adj and pgtables to Killed process message
memcg, oom: don't require __GFP_FS when invoking memcg OOM killer
mm/oom_kill.c: add task UID to info message on an oom kill
mm/mempolicy.c: remove unnecessary nodemask check in kernel_migrate_pages()
mm/compaction.c: remove unnecessary zone parameter in isolate_migratepages()
mm/compaction.c: clear total_{migrate,free}_scanned before scanning a new zone
z3fold: fix memory leak in kmem cache
mm: silence -Woverride-init/initializer-overrides
mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask
mm/vmalloc.c: move 'area->pages' after if statement
mm/vmalloc: modify struct vmap_area to reduce its size
mm/vmalloc: do not keep unpurged areas in the busy tree
mm/sparse.c: remove NULL check in clear_hwpoisoned_pages()
mm/sparse.c: don't manually decrement num_poisoned_pages
mm/sparse.c: use __nr_to_section(section_nr) to get mem_section
mm/sparse.c: fix ALIGN() without power of 2 in sparse_buffer_alloc()
mm/sparse.c: fix memory leak of sparsemap_buf in aligned memory
mm/memory_hotplug.c: s/is/if
mm/memory_hotplug: online_pages cannot be 0 in online_pages()
mm/memory_hotplug: make sure the pfn is aligned to the order when onlining
mm/memory_hotplug: simplify online_pages_range()
mm/memory_hotplug: drop PageReserved() check in online_pages_range()
mm/memory_hotplug.c: use PFN_UP / PFN_DOWN in walk_system_ram_range()
mm/memory_hotplug.c: prevent memory leak when reusing pgdat
drivers/base/memory.c: don't store end_section_nr in memory blocks
driver/base/memory.c: validate memory block size early
drivers/base/memory.c: fixup documentation of removable/phys_index/block_size_bytes
drivers/base/node.c: simplify unregister_memory_block_under_nodes()
mm/memory_hotplug: remove move_pfn_range()
mm: do not hash address in print_bad_pte()
mm: consolidate pgtable_cache_init() and pgd_cache_init()
microblaze: switch to generic version of pte allocation
sh: switch to generic version of pte allocation
ia64: switch to generic version of pte allocation
mm: remove quicklist page table caches
mm: release the spinlock on zap_pte_range
mm: remove redundant assignment of entry
net/xdp: convert put_page() to put_user_page*()
drivers/gpu/drm/via: convert put_page() to put_user_page*()
mm/gup: add make_dirty arg to put_user_pages_dirty_lock()
mm: vmscan: do not share cgroup iteration between reclaimers
mm: memcontrol: switch to rcu protection in drain_all_stock()
mm, memcg: throttle allocators when failing reclaim over memory.high
mm: page cache: store only head pages in i_pages
mm/filemap.c: rewrite mapping_needs_writeback in less fancy manner
mm/filemap.c: don't initiate writeback if mapping has no dirty pages
mm, page_owner, debug_pagealloc: save and dump freeing stack trace
mm, page_owner: keep owner info when freeing the page
mm, page_owner: record page owner for each subpage
mm: replace list_move_tail() with add_page_to_lru_list_tail()
mm: introduce compound_nr()
mm: introduce page_shift()
mm: introduce page_size()
mm/rmap.c: remove set but not used variable 'cstart'
mm/page_poison.c: fix a typo in a comment
lib/test_kasan.c: add roundtrip tests
kasan: add memory corruption identification for software tag-based mode
mm/kmemleak: increase the max mem pool to 1M
mm/kmemleak.c: record the current memory pool size
mm: kmemleak: use the memory pool for early allocations
mm: kmemleak: simple memory allocation pool for kmemleak objects
mm: kmemleak: make the tool tolerant to struct scan_area allocation failures
kmemleak: increase DEBUG_KMEMLEAK_EARLY_LOG_SIZE default to 16K
mm/slub.c: fix -Wunused-function compiler warnings
mm, slab: move memcg_cache_params structure to mm/slab.h
mm, slab: extend slab/shrink to shrink all memcg caches
ocfs2: fix spelling mistake "ambigous" -> "ambiguous"
ocfs2: checkpoint appending truncate log transaction before flushing
ocfs2: wait for recovering done after direct unlock request
ocfs2: delete unnecessary checks before brelse()
fs/ocfs2/dir.c: remove set but not used variables
fs/ocfs2/file.c: remove set but not used variables
fs/ocfs2/namei.c: remove set but not used variables
ocfs2: remove unused ocfs2_orphan_scan_exit() declaration
ocfs2: remove unused ocfs2_calc_tree_trunc_credits()
ocfs2: further debugfs cleanups
jbd2: remove jbd2_journal_inode_add_[write|wait]
ocfs2: use jbd2_inode dirty range scoping
kbuild: clean compressed initramfs image
z3fold: fix retry mechanism in page reclaim
mm: add dummy can_do_mlock() helper
Revert "mm/z3fold.c: fix race between migration and destruction"
fat: work around race with userspace's read via blockdev while mounting
powerpc/nvdimm: use H_SCM_QUERY hcall on H_OVERLAP error
powerpc/nvdimm: Use HCALL error as the return value
selftests/powerpc: Add test case for tlbie vs mtpidr ordering issue
pNFS/filelayout: enable LAYOUTGET on OPEN
NFS: Optimise the default readahead size
ia64: Fix some warnings introduced in merge window
ANDROID: staging: ion: make cma heap a module
ANDROID: GKI: export cma symbols for cma heap as a module
drm/amdgpu/gfx10: add support for wks firmware loading
drm/amdgpu/display: include slab.h in dcn21_resource.c
libnvdimm/region: Enable MAP_SYNC for volatile regions
libnvdimm: prevent nvdimm from requesting key when security is disabled
libnvdimm/region: Initialize bad block for volatile namespaces
libnvdimm/nfit_test: Fix acpi_handle redefinition
libnvdimm/altmap: Track namespace boundaries in altmap
libnvdimm: Fix endian conversion issues
libnvdimm/dax: Pick the right alignment default when creating dax devices
powerpc/book3s64: Export has_transparent_hugepage() related functions.
xfs: avoid unused to_mp() function warning
xfs: log proper length of superblock
skge: fix checksum byte order
arcnet: provide a buffer big enough to actually receive packets
iwlwifi: fw: don't send GEO_TX_POWER_LIMIT command to FW version 36
mt76: mt7615: fix mt7615 firmware path definitions
Btrfs: fix race setting up and completing qgroup rescan workers
nfc: enforce CAP_NET_RAW for raw sockets
ieee802154: enforce CAP_NET_RAW for raw sockets
ax25: enforce CAP_NET_RAW for raw sockets
appletalk: enforce CAP_NET_RAW for raw sockets
mISDN: enforce CAP_NET_RAW for raw sockets
net: sched: fix possible crash in tcf_action_destroy()
kvm: nvmx: limit atomic switch MSRs
kvm: svm: Intercept RDPRU
kvm: x86: Add "significant index" flag to a few CPUID leaves
fuse: Make fuse_args_to_req static
fuse: fix memleak in cuse_channel_open
fuse: fix beyond-end-of-page access in fuse_parse_cache()
fuse: unexport fuse_put_request
fuse: kmemcg account fs data
fuse: on 64-bit store time in d_fsdata directly
fuse: fix missing unlock_page in fuse_writepage()
io_uring: compare cached_cq_tail with cq.head in_io_uring_poll
Btrfs: fix missing error return if writeback for extent buffer never started
btrfs: adjust dirty_metadata_bytes after writeback failure of extent buffer
Btrfs: fix selftests failure due to uninitialized i_mode in test inodes
KVM: x86/mmu: Skip invalid pages during zapping iff root_count is zero
KVM: x86/mmu: Explicitly track only a single invalid mmu generation
KVM: x86/mmu: Revert "KVM: x86/mmu: Remove is_obsolete() call"
KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first""
KVM: x86/mmu: Revert "Revert "KVM: MMU: collapse TLB flushes when zap all pages""
KVM: x86/mmu: Revert "Revert "KVM: MMU: zap pages in batch""
KVM: x86/mmu: Revert "Revert "KVM: MMU: add tracepoint for kvm_mmu_invalidate_all_pages""
KVM: x86/mmu: Revert "Revert "KVM: MMU: show mmu_valid_gen in shadow page related tracepoints""
KVM: x86/mmu: Use fast invalidate mechanism to zap MMIO sptes
KVM: x86/mmu: Treat invalid shadow pages as obsolete
KVM: LAPIC: Tune lapic_timer_advance_ns smoothly
KVM: vmx: Introduce handle_unexpected_vmexit and handle WAITPKG vmexit
drm/amdgpu/display: fix 64 bit divide
KVM: vmx: Emulate MSR IA32_UMWAIT_CONTROL
KVM: x86: Add support for user wait instructions
KVM: x86: Add comments to document various emulation types
KVM: VMX: Handle single-step #DB for EMULTYPE_SKIP on EPT misconfig
KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}
KVM: VMX: Remove EMULATE_FAIL handling in handle_invalid_guest_state()
KVM: x86: Move triple fault request into RM int injection
KVM: x86: Handle emulation failure directly in kvm_task_switch()
KVM: x86: Exit to userspace on emulation skip failure
KVM: x86: Move #UD injection for failed emulation into emulation code
KVM: x86: Add explicit flag for forced emulation on #UD
KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()
KVM: x86: Don't attempt VMWare emulation on #GP with non-zero error code
KVM: x86: Refactor kvm_vcpu_do_singlestep() to remove out param
ALSA: usb-audio: Add DSD support for EVGA NU Audio
KVM: x86: Clean up handle_emulation_failure()
KVM: x86: Relocate MMIO exit stats counting
KVM: nVMX: Check Host Address Space Size on vmentry of nested guests
KVM: selftests: hyperv_cpuid: add check for NoNonArchitecturalCoreSharing bit
KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is impossible
cpu/SMT: create and export cpu_smt_possible()
KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernel
KVM: x86: Manually flush collapsible SPTEs only when toggling flags
KVM: selftests: Remove duplicate guest mode handling
KVM: selftests: Introduce VM_MODE_PXXV48_4K
KVM: selftests: Create VM earlier for dirty log test
KVM: selftests: Move vm type into _vm_create() internally
KVM: x86: announce KVM_CAP_HYPERV_ENLIGHTENED_VMCS support only when it is available
KVM: x86: svm: remove unneeded nested_enable_evmcs() hook
KVM/Hyper-V/VMX: Add direct tlb flush support
KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSH
x86/Hyper-V: Fix definition of struct hv_vp_assist_page
kvm: x86: Add Intel PMU MSRs to msrs_to_save[]
powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9
powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisions
powerpc/pseries: Call H_BLOCK_REMOVE when supported
powerpc/pseries: Read TLB Block Invalidate Characteristics
iommu/amd: Wait for completion of IOTLB flush in attach_device
net/mlx5e: Fix matching on tunnel addresses type
net/mlx5e: Fix traffic duplication in ethtool steering
net/mlx5: Add device ID of upcoming BlueField-2
net/mlx5: DR, Allow matching on vport based on vhca_id
net/mlx5: DR, Fix getting incorrect prev node in ste_free
net/mlx5: DR, Remove redundant vport number from action
net/mlx5: DR, Fix SW steering HW bits and definitions
iommu/amd: Unmap all L7 PTEs when downgrading page-sizes
iommu/amd: Introduce first_pte_l7() helper
iommu/amd: Fix downgrading default page-sizes in alloc_pte()
iommu/amd: Fix pages leak in free_pagetable()
rtw88: configure firmware after HCI started
CIFS: fix max ea value size
fs/cifs/sess.c: Remove set but not used variable 'capabilities'
fs/cifs/smb2pdu.c: Make SMB2_notify_init static
smb3: fix leak in "open on server" perf counter
KVM: PPC: Book3S HV: use smp_mb() when setting/clearing host_ipi flag
MAINTAINERS: Add Amit Kucheria as reviewer for thermal
thermal: Add some error messages
thermal: Fix use-after-free when unregistering thermal zone device
thermal/drivers/core: Use put_device() if device_register() fails
thermal_hwmon: Sanitize thermal_zone type
thermal: intel: Use dev_get_drvdata
thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...)
thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() uses
thermal: int340x: processor_thermal: Add Ice Lake support
s390/cio: exclude subchannels with no parent from pseudo check
s390/cio: avoid calling strlen on null pointer
s390/topology: avoid firing events before kobjs are created
NTB: fix IDT Kconfig typos/spellos
ntb_hw_amd: Add memory window support for new AMD hardware
ntb_hw_amd: Add a new NTB PCI device ID
NTB: ntb_transport: remove redundant assignment to rc
ntb_hw_switchtec: make ntb_mw_set_trans() work when addr == 0
ntb: point to right memory window index
nfsd: fix nfs read eof detection
xfs: revert
|
||
Greg Kroah-Hartman
|
2cddf747e1 |
Merge 5.4-rc1-prerelease into android-mainline
To make the 5.4-rc1 merge easier, merge at a prerelease point in time before the final release happens. Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I052c6a28528e10cdda89b6a20d320ac7562266b8 |
||
Vitaly Kuznetsov
|
e1572f1d08 |
cpu/SMT: create and export cpu_smt_possible()
KVM needs to know if SMT is theoretically possible, this means it is supported and not forcefully disabled ('nosmt=force'). Create and export cpu_smt_possible() answering this question. Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |
||
Greg Kroah-Hartman
|
bfa0399bc8 |
Merge Linus's 5.4-rc1-prerelease branch into android-mainline
This merges Linus's tree as of commit
|
||
Raghavendra Rao Ananta
|
6784375db8 |
Merge remote-tracking branch 'remotes/origin/tmp-1a9d915' into msm-lahaina
* remotes/origin/tmp-1a9d915: ANDROID: xfrm: remove in_compat_syscall() checks Revert "Revert "Revert "x86/mm: Identify the end of the kernel area to be reserved""" Revert "Revert "x86/mm: Identify the end of the kernel area to be reserved"" Revert "ANDROID: x86: boot: Makefile: pass CLANG_FLAGS to Kbuild" Revert "x86/mm: Identify the end of the kernel area to be reserved" ANDROID: update abi_gki for 5.3-rc1 ANDROID: x86: boot: Makefile: pass CLANG_FLAGS to Kbuild Linus 5.3-rc1 iommu/amd: fix a crash in iova_magazine_free_pfns hexagon: switch to generic version of pte allocation typo fix: it's d_make_root, not d_make_inode... dt-bindings: pinctrl: stm32: Fix missing 'clocks' property in examples dt-bindings: iio: ad7124: Fix dtc warnings in example dt-bindings: iio: avia-hx711: Fix avdd-supply typo in example dt-bindings: pinctrl: aspeed: Fix AST2500 example errors dt-bindings: pinctrl: aspeed: Fix 'compatible' schema errors dt-bindings: riscv: Limit cpus schema to only check RiscV 'cpu' nodes dt-bindings: Ensure child nodes are of type 'object' x86/entry/64: Prevent clobbering of saved CR2 value smp: Warn on function calls from softirq context KVM: x86: Add fixed counters to PMU filter KVM: nVMX: do not use dangling shadow VMCS after guest reset KVM: VMX: dump VMCS on failed entry KVM: x86/vPMU: refine kvm_pmu err msg when event creation failed KVM: s390: Use kvm_vcpu_wake_up in kvm_s390_vcpu_wakeup KVM: Boost vCPUs that are delivering interrupts KVM: selftests: Remove superfluous define from vmx.c KVM: SVM: Fix detection of AMD Errata 1096 KVM: LAPIC: Inject timer interrupt via posted interrupt kbuild: add -fcf-protection=none when using retpoline flags kbuild: update compile-test header list for v5.3-rc1 Remove references to dead website. tracing: Fix user stack trace "??" output dma-direct: correct the physical addr in dma_direct_sync_sg_for_cpu/device Input: alps - fix a mismatch between a condition check and its comment Input: psmouse - fix build error of multiple definition Input: applespi - remove set but not used variables 'sts' Input: add Apple SPI keyboard and trackpad driver x86/hyper-v: Zero out the VP ASSIST PAGE on allocation drm/nouveau/secboot/gp102-: remove WAR for SEC2 RTOS start bug drm/nouveau/flcn/gp102-: improve implementation of bind_context() on SEC2/GSP drm/nouveau: fix memory leak in nouveau_conn_reset() drm/nouveau/dmem: missing mutex_lock in error path drm/nouveau/hwmon: return EINVAL if the GPU is powered down for sensors reads drm/nouveau: fix bogus GPL-2 license header drm/nouveau: fix bogus GPL-2 license header drm/nouveau/i2c: Enable i2c pads & busses during preinit drm/nouveau/disp/tu102-: wire up scdc parameter setter drm/nouveau/core: recognise TU116 chipset drm/nouveau/kms: disallow dual-link harder if hdmi connection detected drm/nouveau/disp/nv50-: fix center/aspect-corrected scaling drm/nouveau/disp/nv50-: force scaler for any non-default LVDS/eDP modes drm/nouveau/mcp89/mmu: Use mcp77_mmu_new instead of g84_mmu_new on MCP89. csky: Fixup abiv1 memset error csky: Improve tlb operation with help of asid csky: Use generic asid algorithm to implement switch_mm csky: Add new asid lib code from arm csky: Revert mmu ASID mechanism dt-bindings: csky: Add csky PMU bindings dt-bindings: interrupt-controller: Update csky mpintc csky: Fixup some error count in 810 & 860. csky: Fix perf record in kernel/user space csky: Add pmu interrupt support csky: Add count-width property for csky pmu csky: Init pmu as a device csky: Fixup no panic in kernel for some traps csky: Select intc & timer drivers tcp: fix tcp_set_congestion_control() use from bpf hook ag71xx: fix return value check in ag71xx_probe() ag71xx: fix error return code in ag71xx_probe() proc/sysctl: add shared variables for range check mm: migrate: remove unused mode argument mm/sparsemem: cleanup 'section number' data types libnvdimm/pfn: stop padding pmem namespaces to section alignment libnvdimm/pfn: fix fsdax-mode namespace info-block zero-fields mm/devm_memremap_pages: enable sub-section remap mm: document ZONE_DEVICE memory-model implications mm/sparsemem: support sub-section hotplug mm/sparsemem: prepare for sub-section ranges mm: kill is_dev_zone() helper mm/hotplug: kill is_dev_zone() usage in __remove_pages() mm/sparsemem: convert kmalloc_section_memmap() to populate_section_memmap() mm/hotplug: prepare shrink_{zone, pgdat}_span for sub-section removal mm/sparsemem: add helpers track active portions of a section at boot mm/sparsemem: introduce a SECTION_IS_EARLY flag mm/sparsemem: introduce struct mem_section_usage drivers/base/memory.c: get rid of find_memory_block_hinted() mm/memory_hotplug: move and simplify walk_memory_blocks() mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of pfns mm: make register_mem_sect_under_node() static drivers/base/memory: use "unsigned long" for block ids mm: section numbers use the type "unsigned long" resource: avoid unnecessary lookups in find_next_iomem_res() resource: fix locking in find_next_iomem_res() mm: thp: fix false negative of shmem vma's THP eligibility mm: thp: make transhuge_vma_suitable available for anonymous THP mm/sparse.c: set section nid for hot-add memory mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail mm/memory_hotplug: remove memory block devices before arch_remove_memory() mm/memory_hotplug: drop MHP_MEMBLOCK_API mm/memory_hotplug: create memory block devices after arch_add_memory() mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE drivers/base/memory: pass a block_id to init_memory_block() arm64/mm: add temporary arch_remove_memory() implementation s390x/mm: implement arch_remove_memory() s390x/mm: fail when an altmap is used for arch_add_memory() mm/memory_hotplug: simplify and fix check_hotplug_memory_range() usb: qmi_wwan: add D-Link DWM-222 A2 device ID bnxt_en: Fix VNIC accounting when enabling aRFS on 57500 chips. net: dsa: sja1105: Fix missing unlock on error in sk_buff() gve: replace kfree with kvfree cifs: update internal module number cifs: flush before set-info if we have writeable handles smb3: optimize open to not send query file internal info sched/rt, Kconfig: Introduce CONFIG_PREEMPT_RT selftests/bpf: fix test_xdp_noinline on s390 selftests/bpf: fix "valid read map access into a read-only array 1" on s390 pnfs/flexfiles: Add tracepoints for detecting pnfs fallback to MDS x86, boot: Remove multiple copy of static function sanitize_boot_params() x86/boot/compressed/64: Remove unused variable x86/boot/efi: Remove unused variables pnfs: Fix a problem where we gratuitously start doing I/O through the MDS drm/amd/display: init res_pool dccg_ref, dchub_ref with xtalin_freq drm/amdgpu/pm: remove check for pp funcs in freq sysfs handlers drm/amd/display: Force uclk to max for every state net/mlx5: Replace kfree with kvfree MAINTAINERS: update netsec driver cifs: copy_file_range needs to strip setuid bits and update timestamps ipv6: Unlink sibling route in case of failure objtool: Support conditional retpolines objtool: Convert insn type to enum objtool: Fix seg fault on bad switch table entry objtool: Support repeated uses of the same C jump table objtool: Refactor jump table code objtool: Refactor sibling call detection logic objtool: Do frame pointer check before dead end check objtool: Change dead_end_function() to return boolean objtool: Warn on zero-length functions objtool: Refactor function alias logic objtool: Track original function across branches objtool: Add mcsafe_handle_tail() to the uaccess safe list bpf: Disable GCC -fgcse optimization for ___bpf_prog_run() x86/uaccess: Remove redundant CLACs in getuser/putuser error paths x86/uaccess: Don't leak AC flag into fentry from mcsafe_handle_tail() x86/uaccess: Remove ELF function annotation from copy_user_handle_tail() x86/head/64: Annotate start_cpu0() as non-callable x86/entry: Fix thunk function ELF sizes x86/kvm: Don't call kvm_spurious_fault() from .fixup x86/kvm: Replace vmx_vmenter()'s call to kvm_spurious_fault() with UD2 x86/kvm: Fix fastop function ELF metadata x86/paravirt: Fix callee-saved function ELF sizes liquidio: Replace vmalloc + memset with vzalloc CIFS: fix deadlock in cached root handling udp: Fix typo in net/ipv4/udp.c net: bcmgenet: use promisc for unsupported filters SUNRPC: Optimise transport balancing code SUNRPC: Ensure the bvecs are reset when we re-encode the RPC request pnfs/flexfiles: Fix PTR_ERR() dereferences in ff_layout_track_ds_error NFSv4: Don't use the zero stateid with layoutget MAINTAINERS: mark floppy.c orphaned riscv: fix build break after macro-to-function conversion in generic cacheflush.h stacktrace: Force USER_DS for stack_trace_save_user() padata: use smp_mb in padata_reorder to avoid orphaned padata jobs crypto: ccp - Fix SEV_VERSION_GREATER_OR_EQUAL crypto: ccp/gcm - use const time tag comparison. SUNRPC: Fix up backchannel slot table accounting SUNRPC: Fix initialisation of struct rpc_xprt_switch xen: let alloc_xenballooned_pages() fail if not enough memory free objtool: Rename elf_open() to prevent conflict with libelf from elftoolchain objtool: Use Elf_Scn typedef instead of assuming struct name ipv6: rt6_check should return NULL if 'from' is NULL tipc: initialize 'validated' field of received packets selftests: add a test case for rp_filter fib: relax source validation check for loopback packets mlxsw: spectrum: Do not process learned records with a dummy FID mlxsw: spectrum_dcb: Configure DSCP map as the last rule is removed net: ag71xx: Add missing header floppy: fix out-of-bounds read in copy_buffer floppy: fix invalid pointer dereference in drive_name floppy: fix out-of-bounds read in next_valid_format floppy: fix div-by-zero in setup_format_params x86/mm, tracing: Fix CR2 corruption x86/entry/64: Update comments and sanity tests for create_gap x86/entry/64: Simplify idtentry a little x86/entry/32: Simplify common_exception x86/paravirt: Make read_cr2() CALLEE_SAVE parisc: Wire up clone3 syscall parisc: Avoid kernel panic triggered by invalid kprobe parisc: Ensure userspace privilege for ptraced processes in regset functions parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1 net_sched: unset TCQ_F_CAN_BYPASS when adding filters net/rds: Initialize ic->i_fastreg_wrs upon allocation net/rds: Keep track of and wait for FRWR segments in use upon shutdown net/rds: Set fr_state only to FRMR_IS_FREE if IB_WR_LOCAL_INV had been successful net/rds: Fix NULL/ERR_PTR inconsistency net/rds: Wait for the FRMR_IS_FREE (or FRMR_IS_STALE) transition after posting IB_WR_LOCAL_INV net/rds: Get rid of "wait_clean_list_grace" and add locking net/rds: Give fr_state a chance to transition to FRMR_IS_FREE net/sched: Make NET_ACT_CT depends on NF_NAT net: sctp: fix warning "NULL check before some freeing functions is not needed" caif-hsi: fix possible deadlock in cfhsi_exit_module() drm/amdkfd: Remove GWS from process during uninit drm/amd/amdgpu: Fix offset for vmid selection in debugfs interface drm/amd/powerplay: update vega20 driver if to fit latest SMU firmware drm/amd/powerplay: maintain SMU FW backward compatibility drm/amd/powerplay: correct smu_update_table usage drm/amd/powerplay: fix deadlock around smu_handle_task V2 drm/amd/powerplay: avoid access before allocation drm/amd/powerplay: fix memory allocation failure check V2 drm/amdgpu: Fix silent amdgpu_bo_move failures drm/amdgpu: drop dead header kbuild: split out *.mod out of {single,multi}-used-m rules kbuild: remove 'prepare1' target kbuild: remove the first line of *.mod files kbuild: create *.mod with full directory path and remove MODVERDIR kbuild: export_report: read modules.order instead of .tmp_versions/*.mod kbuild: modpost: read modules.order instead of $(MODVERDIR)/*.mod dm: use printk ratelimiting functions KVM: LAPIC: Make lapic timer unpinned platform/x86: asus: Rename "fan mode" to "fan boost mode" dm kcopyd: Increase default sub-job size to 512KB dm snapshot: fix oversights in optional discard support dm zoned: fix zone state management race iomap: move internal declarations into fs/iomap/ iomap: move the main iteration code into a separate file iomap: move the buffered IO code into a separate file iomap: move the direct IO code into a separate file iomap: move the SEEK_HOLE code into a separate file iomap: move the file mapping reporting code into a separate file iomap: move the swapfile code into a separate file kbuild: modsign: read modules.order instead of $(MODVERDIR)/*.mod kbuild: modinst: read modules.order instead of $(MODVERDIR)/*.mod scsi: remove pointless $(MODVERDIR)/$(obj)/53c700.ver kbuild: remove duplication from modules.order in sub-directories kbuild: get rid of kernel/ prefix from in-tree modules.{order,builtin} kbuild: do not create empty modules.order in the prepare stage coccinelle: api: add devm_platform_ioremap_resource script kbuild: compile-test headers listed in header-test-m as well kbuild: remove unused hostcc-option kbuild: remove tag files by distclean instead of mrproper kbuild: add --hash-style= and --build-id unconditionally kbuild: get rid of misleading $(AS) from documents kconfig: fix missing choice values in auto.conf KVM: x86/vPMU: reset pmc->counter to 0 for pmu fixed_counters dma-direct: only limit the mapping size if swiotlb could be used dma-mapping: add a dma_addressing_limited helper xen/pv: Fix a boot up hang revealed by int3 self test x86/xen: Add "nopv" support for HVM guest x86/paravirt: Remove const mark from x86_hyper_xen_hvm variable xen: Map "xen_nopv" parameter to "nopv" and mark it obsolete x86: Add "nopv" parameter to disable PV extensions x86/xen: Mark xen_hvm_need_lapic() and xen_x2apic_para_available() as __init xen: remove tmem driver Revert "x86/paravirt: Set up the virt_spin_lock_key after static keys get initialized" xen/events: fix binding user event channels to cpus scsi: megaraid_sas: set an unlimited max_segment_size scsi: mpt3sas: set an unlimited max_segment_size for SAS 3.0 HBAs scsi: IB/srp: set virt_boundary_mask in the scsi host scsi: IB/iser: set virt_boundary_mask in the scsi host scsi: storvsc: set virt_boundary_mask in the scsi host template scsi: ufshcd: set max_segment_size in the scsi host template scsi: core: take the DMA max mapping size into account scsi: core: add a host / host template field for the virt boundary switch the remnants of releasing the mountpoint away from fs_pin get rid of detach_mnt() virtio_pmem: fix sparse warning make struct mountpoint bear the dentry reference to mountpoint, not struct mount scsi: core: Fix race on creating sense cache scsi: sd_zbc: Fix compilation warning scsi: libfc: fix null pointer dereference on a null lport dax: Fix missed wakeup with PMD faults fs/select.c: use struct_size() in kmalloc() mm: add account_locked_vm utility function arm64: mm: implement pte_devmap support mm: introduce ARCH_HAS_PTE_DEVMAP mm: clean up is_device_*_page() definitions mm/mmap: move common defines to mman-common.h mm: move MAP_SYNC to asm-generic/mman-common.h device-dax: "Hotremove" persistent memory that is used like normal RAM mm/hotplug: make remove_memory() interface usable device-dax: fix memory and resource leak if hotplug fails include/linux/lz4.h: fix spelling and copy-paste errors in documentation ipc/mqueue.c: only perform resource calculation if user valid include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT architectures scripts/gdb: add helpers to find and list devices scripts/gdb: add lx-genpd-summary command drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl kernel/pid.c: convert struct pid count to refcount_t drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining() select: change do_poll() to return -ERESTARTNOHAND rather than -EINTR signal: simplify set_user_sigmask/restore_user_sigmask signal: reorder struct sighand_struct selftests/ptrace: add a test case for PTRACE_GET_SYSCALL_INFO ptrace: add PTRACE_GET_SYSCALL_INFO request powerpc: define syscall_get_error() parisc: define syscall_get_error() mips: define syscall_get_error() hexagon: define syscall_get_error() and syscall_get_return_value() nds32: fix asm/syscall.h fs/reiserfs/journal.c: change return type of dirty_one_transaction fs/ufs/super.c: remove set but not used variable 'usb3' fs/hfsplus/xattr.c: replace strncpy with memcpy coda: add hinting support for partial file caching coda: ftoc validity check integration coda: remove sb test in coda_fid_to_inode() coda: remove sysctl object from module when unused coda: add __init to init_coda_psdev() coda: use SIZE() for stat coda: destroy mutex in put_super() coda: remove uapi/linux/coda_psdev.h coda: move internal defs out of include/linux/ [ver #2] coda: bump module version coda: get rid of CODA_FREE() coda: get rid of CODA_ALLOC() coda: change Coda's user api to use 64-bit time_t in timespec coda: stop using 'struct timespec' in user API coda: clean up indentation, replace spaces with tab uapi linux/coda_psdev.h: move CODA_REQ_ from uapi to kernel side headers coda: don't try to print names that were considered too long coda: fix build using bare-metal toolchain coda: potential buffer overflow in coda_psdev_write() coda: add error handling for fget uapi linux/coda_psdev.h: move upc_req definition from uapi to kernel side headers uapi linux/coda.h: use __kernel_pid_t for userspace coda: pass the host file in vma->vm_file on mmap mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() init/Kconfig: fix neighboring typos fs/binfmt_elf.c: delete stale comment fs/binfmt_flat.c: remove set but not used variable 'inode' checkpatch.pl: warn on duplicate sysctl local variable lib/rbtree: avoid generating code twice for the cached versions lib/test_meminit.c: minor test fixes lib/test_meminit.c: fix -Wmaybe-uninitialized false positive lib/string_helpers: fix some kerneldoc warnings mm/ioremap: probe platform for p4d huge map support mm/ioremap: check virtual address alignment while creating huge mappings lib: introduce test_meminit module lib/test_overflow.c: avoid tainting the kernel and fix wrap size lib/test_string.c: add some testcases for strchr and strnchr lib/test_string.c: avoid masking memset16/32/64 failures lib/string.c: allow searching for NUL with strnchr lib/list: tweak LIST_POISON2 for better code generation on x86_64 get_maintainer: add ability to skip moderated mailing lists asm-generic: fix a compilation warning arch/*: remove unused isa_page_to_bus() arch: replace _BITUL() in kernel-space headers with BIT() linux/bits.h: make BIT(), GENMASK(), and friends available in assembly kernel: fix typos and some coding style in comments fs/proc/proc_sysctl.c: fix the default values of i_uid/i_gid on /proc/sys inodes. proc: test /proc/sysvipc vs setns(CLONE_NEWIPC) fs/proc/inode.c: use typeof_member() macro include/linux/kernel.h: add typeof_member() macro vmcore: add a kernel parameter novmcoredd tools/testing/selftests/proc/proc-pid-vm.c: hide "segfault at ffffffffff600000" dmesg spam mm: stub out all of swapops.h for !CONFIG_MMU mm: provide a print_vma_addr stub for !CONFIG_MMU mm: fix the MAP_UNINITIALIZED flag mm/cma.c: fail if fixed declaration can't be honored mm/z3fold.c: reinitialize zhdr structs after migration mm/z3fold.c: remove z3fold_migration trylock mm/vmscan.c: add checks for incorrect handling of current->reclaim_state mm/vmscan.c: calculate reclaimed slab caches in all reclaim paths mm/vmscan.c: add a new member reclaim_state in struct shrink_control mm/memcontrol.c: keep local VM counters in sync with the hierarchical ones mm/z3fold.c: allow __GFP_HIGHMEM in z3fold_alloc mm/cma.c: fix a typo ("alloc_cma" -> "cma_alloc") in cma_release() comments mm/slab_common.c: work around clang bug #42570 lib/mpi/longlong.h: fix building with 32-bit x86 mm/shmem.c: fix unused shmem_parse_huge() function warning mm/z3fold: don't try to use buddy slots after free selftests/bpf: fix perf_buffer on s390 selftests/bpf: structure test_{progs, maps, verifier} test runners uniformly selftests/bpf: fix test_verifier/test_maps make dependencies builddeb: generate multi-arch friendly linux-libc-dev package kconfig: run olddefconfig instead of oldconfig after merging fragments riscv: drop unneeded -Wall addition memory: ti-emif-sram: move driver-specific asm-offset.h to drivers/memory/ MAINTAINERS: Update PARAVIRT_OPS_INTERFACE and VMWARE_HYPERVISOR_INTERFACE x86/process: Delete useless check for dead process with LDT x86: math-emu: Hide clang warnings for 16-bit overflow fix: taprio: Change type of txtime-delay parameter to u32 x86/e820: Use proper booleans instead of 0/1 x86/apic: Silence -Wtype-limits compiler warnings x86/mm: Free sme_early_buffer after init x86/boot: Fix memory leak in default_get_smp_config() skbuff: fix compilation warnings in skb_dump() ALSA: hda - Don't resume forcibly i915 HDMI/DP codec dma-direct: Force unencrypted DMA under SME for certain DMA masks drm/amd/powerplay: Use proper enums in vega20_print_clk_levels drm/amdgpu/gfx10: set SH_MEM_CONFIG.INITIAL_INST_PREFETCH drm/amd/powerplay: enable fw ctf,apcc dfll and gfx ss drm/amdgpu: check kdb_bin_size to exclude kdb loading sequence drm/amdgpu: Fix unaligned memory copies be2net: Signal that the device cannot transmit during reconfiguration net: ethernet: mediatek: mtk_eth_soc: Add of_node_put() before goto net: ethernet: mscc: ocelot_board: Add of_node_put() before return net: ethernet: ti: cpsw: Add of_node_put() before return and break tracing: Make trace_get_fields() global tracing: Let filter_assign_type() detect FILTER_PTR_STRING tracing: Pass type into tracing_generic_entry_update() ftrace/selftest: Test if set_event/ftrace_pid exists before writing ftrace/selftests: Return the skip code when tracing directory not configured in kernel tracing/kprobe: Check registered state using kprobe tracing/probe: Add trace_event_call accesses APIs tracing/probe: Add probe event name and group name accesses APIs tracing/probe: Add trace flag access APIs for trace_probe tracing/probe: Add trace_event_file access APIs for trace_probe tracing/probe: Add trace_event_call register API for trace_probe tracing/probe: Add trace_probe init and free functions tracing/uprobe: Set print format when parsing command tracing/kprobe: Set print format right after parsed command kprobes: Fix to init kprobes in subsys_initcall drm/amdgpu: replace simple_strtol() by kstrtou32() drm/amdgpu: remove memset after kzalloc drm/amd/amdgpu: hide #warning for missing DC config drm/amdgpu: Fix Vega20 Perf counter for pcie_bw drm/amd/amdgpu: Add missing select_me_pipe_q() for gfx10 drm/amd/amdgpu: Add VMID to SRBM debugfs bank selection drm/amdgpu: extend AMDGPU_CTX_PRIORITY_NORMAL comment drm/amd/powerplay: add helper of smu_clk_dpm_is_enabled for smu drm/amd/powerplay: fix save dpm level error for smu drm/amd/powerplay: avoid double check feature enabled drm/amd/powerplay: add standard profile dpm support for smu drm/amd/powerplay: add socclk profile dpm support. drm/amdkfd: Consistently apply noretry setting drm/amd/display: return 'NULL' instead of 'false' from dcn20_acquire_idle_pipe_for_layer drm/amd/display: Support clang option for stack alignment libbpf: fix another GCC8 warning for strncpy /proc/<pid>/cmdline: add back the setproctitle() special case /proc/<pid>/cmdline: remove all the special cases selftests/bpf: skip nmi test when perf hw events are disabled selftests/bpf: fix "alu with different scalars 1" on s390 ACPI: video: Add new hw_changes_brightness quirk, set it on PB Easynote MZ35 ALSA: hda/hdmi - Fix i915 reverse port/pin mapping MIPS: fix some more fall through errors in arch/mips SUNRPC: Skip zero-refcount transports SUNRPC: Replace division by multiplication in calculation of queue length Revert "gpio/spi: Fix spi-gpio regression on active high CS" cpufreq: Make cpufreq_generic_init() return void ALSA: hda/hdmi - Remove duplicated define ALSA: seq: Break too long mutex context in the write loop ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine smb3: smbdirect no longer experimental cifs: fix crash in smb2_compound_op()/smb2_set_next_command() ARM: dts: gemini: Set DIR-685 SPI CS as active low ARM: stm32: use "depends on" instead of "if" after prompt selftests/bpf: remove logic duplication in test_verifier bpf: sync bpf.h to tools/ selftests/bpf: add selftests for wide loads selftests/bpf: rename verifier/wide_store.c to verifier/wide_access.c bpf: allow wide aligned loads for bpf_sock_addr user_ip6 and msg_src_ip6 bpf: rename bpf_ctx_wide_store_ok to bpf_ctx_wide_access_ok samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) selftests/bpf: put test_stub.o into $(OUTPUT) selftests/bpf: make directory prerequisites order-only selftests/bpf: fix attach_probe on s390 selftests/bpf: use typedef'ed arrays as map values selftests/bpf: add trickier size resolution tests bpf: fix BTF verifier size resolution logic net/mlx5e: Allow dissector meta key in tc flower net/mlx5e: Rely on filter_dev instead of dissector keys for tunnels net/mlx5e: Verify encapsulation is supported KVM: nVMX: Ignore segment base for VMX memory operand when segment not FS or GS kvm: x86: ioapic and apic debug macros cleanup ISDN: hfcsusb: checking idx of ep configuration Revert "Merge branch 'vmwgfx-next' of git://people.freedesktop.org/~thomash/linux into drm-next" Revert "mm: adjust apply_to_pfn_range interface for dropped token." vmxnet3: Remove call to memset after dma_alloc_coherent hippi: Remove call to memset after pci_alloc_consistent ethernet: remove redundant memset atm: idt77252: Remove call to memset after dma_alloc_coherent net: neigh: fix multiple neigh timer scheduling rt2x00usb: fix rx queue hang ath10k: work around uninitialized vht_pfr variable iwlwifi: pcie: add support for qu c-step devices iwlwifi: add new cards for 9000 and 20000 series Input: alps - don't handle ALPS cs19 trackpoint-only device Input: hyperv-keyboard - remove dependencies on PAGE_SIZE for ring buffer Input: adp5589 - initialize GPIO controller parent device Input: iforce - remove empty multiline comments Input: synaptics - fix misuse of strlcpy Documentation: filesystem: Convert xfs.txt to ReST iomap: start moving code to fs/iomap/ Revert "x86/ptrace: Prevent ptrace from clearing the FS/GS selector" and fix the test xfs: sync up xfs_trans_inode with userspace xfs: move xfs_trans_inode.c to libxfs/ LSM: SafeSetID: fix use of literal -1 in capable hook LSM: SafeSetID: verify transitive constrainedness LSM: SafeSetID: add read handler LSM: SafeSetID: rewrite userspace API to atomic updates LSM: SafeSetID: fix userns handling in securityfs LSM: SafeSetID: refactor policy parsing LSM: SafeSetID: refactor safesetid_security_capable() LSM: SafeSetID: refactor policy hash table LSM: SafeSetID: fix check for setresuid(new1, new2, new3) LSM: SafeSetID: fix pr_warn() to include newline NFSv4: Validate the stateid before applying it to state recovery docs: kbuild: fix build with pdf and fix some minor issues docs: block: fix pdf output docs: arm: fix a breakage with pdf output docs: don't use nested tables docs: gpio: add sysfs interface to the admin-guide docs: locking: add it to the main index docs: add some directories to the main documentation index docs: add SPDX tags to new index files docs: add a memory-devices subdir to driver-api docs: phy: place documentation under driver-api docs: serial: move it to the driver-api docs: driver-api: add remaining converted dirs to it docs: driver-api: add xilinx driver API documentation docs: driver-api: add a series of orphaned documents docs: admin-guide: add a series of orphaned documents docs: cgroup-v1: add it to the admin-guide book docs: aoe: add it to the driver-api book docs: add some documentation dirs to the driver-api book docs: driver-model: move it to the driver-api book docs: lp855x-driver.rst: add it to the driver-api book docs: ocxl.rst: add it to the uAPI book docs: x86: move two x86-specific files to x86 arch dir docs: security: move some books to it and update docs: blockdev: add it to the admin-guide docs: admin-guide: add kdump documentation into it docs: admin-guide: add laptops documentation docs: admin-guide: move sysctl directory to it docs: early-userspace: move to driver-api guide docs: device-mapper: move it to the admin-guide docs: add arch doc directories to the index docs: interconnect.rst: add it to the driver-api guide docs: ioctl: add it to the uAPI guide docs: leds: add it to the driver-api book docs: md: move it to the driver-api book docs: mmc: move it to the driver-api docs: nfc: add it to the driver-api book docs: mtd: move it to the driver-api book docs: namespace: move it to the admin-guide docs: nvdimm: add it to the driver-api book docs: perf: move to the admin-guide docs: rapidio: add it to the driver API docs: logo.txt: rename it to COPYING-logo docs: move gcc_plugins.txt to core-api and rename to .rst docs: block: convert to ReST docs: sysctl: convert to ReST docs: perf: convert to ReST docs: blockdev: convert to ReST docs: rapidio: convert to ReST docs: ioctl: convert to ReST docs: ioctl-number.txt: convert it to ReST format docs: mmc: convert to ReST docs: xtensa: convert to ReST docs: nvdimm: convert to ReST docs: mtd: convert to ReST docs: md: convert to ReST docs: nfc: convert to ReST docs: namespaces: convert to ReST docs: laptops: convert to ReST docs: ia64: convert to ReST docs: accounting: convert to ReST docs: DMA-API-HOWTO.txt: fix an unmarked code block docs: rbtree.txt: fix Sphinx build warnings docs: phy: convert samsung-usb2.txt to ReST format docs: nvmem: convert docs to ReST and rename to *.rst docs: bus-devices: ti-gpmc.rst: convert it to ReST docs: xen-tpmfront.txt: convert it to .rst docs: memory-devices: convert ti-emif.txt to ReST docs: arm: convert docs to ReST and rename to *.rst docs: early-userspace: convert docs to ReST and rename to *.rst docs: pti_intel_mid.txt: convert it to pti_intel_mid.rst docs: console.txt: convert docs to ReST and rename to *.rst docs: cma/debugfs.txt: convert docs to ReST and rename to *.rst docs: m68k: convert docs to ReST and rename to *.rst docs: lp855x-driver.txt: convert to ReST and move to kernel-api docs: lcd-panel-cgram.txt: convert docs to ReST and rename to *.rst docs: connector: convert to ReST and rename to connector.rst kvm: x86: some tsc debug cleanup kvm: vmx: fix coccinelle warnings docs: locking: convert docs to ReST and rename to *.rst MIPS: perf events: handle switch statement falling through warnings MAINTAINERS: add new entry for pidfd api perf version: Fix segfault due to missing OPT_END() x86: kvm: avoid constant-conversion warning x86: kvm: avoid -Wsometimes-uninitized warning KVM: x86: expose AVX512_BF16 feature to guest gpio: em: remove the gpiochip before removing the irq domain gpiolib: of: fix a memory leak in of_gpio_flags_quirks() gpio: davinci: silence error prints in case of EPROBE_DEFER intel_rapl: need linux/cpuhotplug.h for enum cpuhp_state ACPI: fix false-positive -Wuninitialized warning ALSA: rme9652: Unneeded variable: "result". ALSA: emu10k1: Remove unneeded variable "change" ALSA: au88x0: Remove unneeded variable: "changed" ALSA: hda/realtek - Fixed Headphone Mic can't record on Dell platform watchdog: digicolor_wdt: Remove unused variable in dc_wdt_probe mm: adjust apply_to_pfn_range interface for dropped token. unistd: protect clone3 via __ARCH_WANT_SYS_CLONE3 arch: mark syscall number 435 reserved for clone3 sky2: Disable MSI on P5W DH Deluxe sis900: correct a few typos sit: use dst_cache in ipip6_tunnel_xmit gve: Remove the exporting of gve_probe clone: fix CLONE_PIDFD support *: convert stream-like files -> stream_open, even if they use noop_llseek bonding: add documentation for peer_notif_delay r8169: fix issue with confused RX unit after PHY power-down on RTL8411b rtc: wm831x: Add IRQF_ONESHOT flag rtc: stm32: remove one condition check in stm32_rtc_set_alarm() rtc: pcf2123: Fix build error cifs: fix crash in cifs_dfs_do_automount nfs4.0: Refetch lease_time after clientid update nfs4: Rename nfs41_setup_state_renewal nfs4: Make nfs4_proc_get_lease_time available for nfs4.0 nfs: Fix copy-and-paste error in debug message NFS: Replace 16 seq_printf() calls by seq_puts() NFS: Use seq_putc() in nfs_show_stats() rtc: interface: Change type of 'count' from int to u64 locking/lockdep: Fix lock used or unused stats error sched/core: Fix preempt warning in ttwu perf/x86/intel: Fix spurious NMI on fixed counter perf/core: Fix exclusive events' grouping perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCs perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCs perf/core: Fix race between close() and fork() Input: auo-pixcir-ts - switch to using devm_add_action_or_reset() Input: gtco - bounds check collection indent level ppp: mppe: Revert "ppp: mppe: Add softdep to arc4" net: dsa: qca8k: replace legacy gpio include net: hisilicon: Use devm_platform_ioremap_resource cxgb4: reduce kernel stack usage in cudbg_collect_mem_region() tipc: ensure head->lock is initialised tc-tests: updated skbedit tests nfp: flower: ensure ip protocol is specified for L4 matches nfp: flower: fix ethernet check on match fields net/mlx5e: Provide cb_list pointer when setting up tc block on rep net: phy: make exported variables non-static net: sched: Fix NULL-pointer dereference in tc_indr_block_ing_cmd() davinci_cpdma: don't cast dma_addr_t to pointer net: openvswitch: do not update max_headroom if new headroom is equal to old headroom coresight: Make the coresight_device_fwnode_match declaration's fwnode parameter const Revert "NFS: readdirplus optimization by cache mechanism" (memleak) net/mlx5e: Convert single case statement switch statements into if statements mm/oom_kill.c: remove redundant OOM score normalization in select_bad_process() oom: decouple mems_allowed from oom_unkillable_task mm, oom: remove redundant task_in_mem_cgroup() check mm, oom: refactor dump_tasks for memcg OOMs mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks() mm/memory-failure.c: clarify error message mm: vmalloc: show number of vmalloc pages in /proc/meminfo mm: smaps: split PSS into components mm: use down_read_killable for locking mmap_sem in access_remote_vm proc: use down_read_killable mmap_sem for /proc/pid/map_files proc: use down_read_killable mmap_sem for /proc/pid/clear_refs proc: use down_read_killable mmap_sem for /proc/pid/pagemap proc: use down_read_killable mmap_sem for /proc/pid/smaps_rollup proc: use down_read_killable mmap_sem for /proc/pid/maps tools/vm/slabinfo: add sorting info to help menu tools/vm/slabinfo: add option to sort by partial slabs tools/vm/slabinfo: add partial slab listing to -X tools/vm/slabinfo: order command line options mm: vmscan: correct some vmscan counters for THP swapout mm: vmscan: remove double slab pressure by inc'ing sc->nr_scanned mm: init: report memory auto-initialization features at boot time mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options arm64: move jump_label_init() before parse_early_param() mm/large system hash: clear hashdist when only one node with memory is booted mm/large system hash: use vmalloc for size > MAX_ORDER when !hashdist mm/vmalloc.c: spelling> s/informaion/information/ mm/vmalloc.c: switch to WARN_ON() and move it under unlink_va() mm/vmalloc.c: get rid of one single unlink_va() when merge mm/vmalloc.c: preload a CPU with one object for split purpose mm/vmalloc.c: remove "node" argument mm/mmu_notifier: use hlist_add_head_rcu() mm/memory.c: fail when offset == num in first check of __vm_map_pages() mm/pgtable: drop pgtable_t variable from pte_fn_t functions unicore32: switch to generic version of pte allocation um: switch to generic version of pte allocation riscv: switch to generic version of pte allocation parisc: switch to generic version of pte allocation nios2: switch to generic version of pte allocation nds32: switch to generic version of pte allocation mips: switch to generic version of pte allocation m68k: sun3: switch to generic version of pte allocation csky: switch to generic version of pte allocation arm64: switch to generic version of pte allocation arm: switch to generic version of pte allocation alpha: switch to generic version of pte allocation asm-generic, x86: introduce generic pte_{alloc,free}_one[_kernel] mm/gup.c: mark undo_dev_pagemap as __maybe_unused mm/gup.c: remove some BUG_ONs from get_gate_page() mm/gup: speed up check_and_migrate_cma_pages() on huge page mm: mark the page referenced in gup_hugepte mm: switch gup_hugepte to use try_get_compound_head mm: move the powerpc hugepd code to mm/gup.c mm: validate get_user_pages_fast flags mm: consolidate the get_user_pages* implementations mm: reorder code blocks in gup.c mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP sparc64: use the generic get_user_pages_fast code sparc64: define untagged_addr() sparc64: add the missing pgd_page definition sh: use the generic get_user_pages_fast code sh: add the missing pud_page definition MIPS: use the generic get_user_pages_fast code mm: lift the x86_32 PAE version of gup_get_pte to common code mm: simplify gup_fast_permitted mm: use untagged_addr() for get_user_pages_fast addresses mm, memcg: add a memcg_slabinfo debugfs file mm: memcg/slab: reparent memcg kmem_caches on cgroup removal mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages mm: memcg/slab: rework non-root kmem_cache lifecycle management mm: memcg/slab: synchronize access to kmem_cache dying flag using a spinlock mm: memcg/slab: don't check the dying flag on kmem_cache creation mm: memcg/slab: unify SLAB and SLUB page accounting mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg() mm: memcg/slab: generalize postponed non-root kmem_cache deactivation mm: memcg/slab: rename slab delayed deactivation functions and fields mm: memcg/slab: postpone kmem_cache memcg pointer initialization to memcg_link_cache() mm: memcontrol: dump memory.stat during cgroup OOM mm, memcg: introduce memory.events.local memcg, fsnotify: no oom-kill for remote memcg charging memcg, oom: no oom-kill for __GFP_RETRY_MAYFAIL mm/mincore.c: fix race between swapoff and mincore mm, swap: use rbtree for swap_extent mm/swap_state.c: simplify total_swapcache_pages() with get_swap_device() mm, swap: fix race between swapoff and some swap operations mm/filemap.c: correct the comment about VM_FAULT_RETRY 9p: pass the correct prototype to read_cache_page jffs2: pass the correct prototype to read_cache_page mm/filemap: don't cast ->readpage to filler_t for do_read_cache_page mm/filemap.c: fix an overly long line in read_cache_page mm, debug_pagealloc: use a page type instead of page_ext flag mm, page_alloc: more extensive free page checking with debug_pagealloc mm, debug_pagelloc: use static keys to enable debugging mm/failslab.c: by default, do not fail allocations with direct reclaim only include/linux/pagemap.h: document trylock_page() return value mm: remove the exporting of totalram_pages include/linux/vmpressure.h: use spinlock_t instead of struct spinlock mm/page_isolation.c: change the prototype of undo_isolate_page_range() mm: remove the account_page_dirtied export include/linux/mm_types.h: ifdef struct vm_area_struct::swap_readahead_info mm: make !CONFIG_HUGE_PAGE wrappers into static inlines mm/memory.c: trivial clean up in insert_page() mm/gup.c: make follow_page_mask() static sparc: remove ARCH_SELECT_MEMORY_MODEL s390: remove ARCH_SELECT_MEMORY_MODEL arm: remove ARCH_SELECT_MEMORY_MODEL include/linux/pfn_t.h: remove pfn_t_to_virt() mm/kasan: add object validation in ksize() mm/slab: refactor common ksize KASAN logic into slab_common.c lib/test_kasan: Add test for double-kzfree detection mm/kasan: change kasan_check_{read,write} to return boolean mm/kasan: introduce __kasan_check_{read,write} asm-generic, x86: add bitops instrumentation for KASAN x86: use static_cpu_has in uaccess region to avoid instrumentation lib/test_kasan: add bitops tests mm/kasan: print frame description for stack bugs docs: kmemleak: add more documentation details mm/kmemleak.c: change error at _write when kmemleak is disabled mm/kmemleak.c: fix check for softirq context slub: don't panic for memcg kmem cache creation failure mm/slub.c: avoid double string traverse in kmem_cache_flags() lkdtm/heap: add tests for freelist hardening mm/slab: sanity-check page type when looking up cache mm/slab: validate cache membership under freelist hardening ocfs2: use kmemdup rather than duplicating its implementation fs/ocfs2/dlmglue.c: unneeded variable: "status" ocfs: no need to check return value of debugfs_create functions ocfs2: add first lock wait time in locking_state ocfs2: add locking filter debugfs file ocfs2: add last unlock times in locking_state ocfs2/dlm: use struct_size() helper fs: ocfs: fix spelling mistake "hearbeating" -> "heartbeat" sh: prevent warnings when using iounmap sh: config: remove left-over BACKLIGHT_LCD_SUPPORT arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS scripts/spelling.txt: add more spellings to spelling.txt scripts/decode_stacktrace: Accept dash/underscore in modules scripts/spelling.txt: add spelling fix for prohibited scripts/spelling.txt: drop "sepc" from the misspelling list scripts/decode_stacktrace: look for modules with .ko.debug extension scripts/decode_stacktrace: match basepath using shell prefix operator, not regex include/linux/dmar.h: replace single-char identifiers in macros MAINTAINERS: nilfs2: update email address nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header mm/z3fold.c: lock z3fold page before __SetPageMovable() mm/memcontrol: fix wrong statistics in memory.stat mm/nvdimm: add is_ioremap_addr and use that to check ioremap address mm: vmscan: scan anonymous pages on file refaults clk: consoldiate the __clk_get_hw() declarations SUNRPC: Fix transport accounting when caller specifies an rpc_xprt perf vendor events s390: Add JSON files for machine type 8561 x86/vdso: Fix flip/flop vdso build bug MAINTAINERS: add entry for block io cgroup RMDA/siw: Require a 64 bit arch null_blk: fixup ->report_zones() for !CONFIG_BLK_DEV_ZONED dm bufio: fix deadlock with loop device dm snapshot: add optional discard support features selftests/bpf: fix compiling loop{1, 2, 3}.c on s390 selftests/bpf: make PT_REGS_* work in userspace selftests/bpf: fix s930 -> s390 typo selftests/bpf: compile progs with -D__TARGET_ARCH_$(SRCARCH) selftests/bpf: do not ignore clang failures tools: bpftool: add raw_tracepoint_writable prog type to header bpf: verifier: avoid fall-through warnings selftests/bpf: fix bpf_target_sparc check xdp: fix potential deadlock on socket mutex platform/x86: Fix PCENGINES_APU2 Kconfig warning tools/power/x86/intel-speed-select: Add .gitignore file platform/x86: mlx-platform: Fix error handling in mlxplat_init() drm/amd/powerplay: add pstate mclk(uclk) support for navi10 drm/amd/powerplay: fix smu clock type change miss error drm/amdgpu: support key database loading for navi10 drm/amdgpu: switch to macro for psp bootloader command xdp: fix possible cq entry leak libbpf: fix ptr to u64 conversion warning on 32-bit platforms bpf: fix precision bit propagation for BPF_ST instructions powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state. MAINTAINERS: update BPF JIT S390 maintainers crypto: ccp - memset structure fields to zero before reuse crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe crypto: stm32/hash - Fix incorrect printk modifier for size_t Input: mtk-pmic-keys - add of_node_put() before return Input: sun4i-lradc-keys - add of_node_put() before return Input: synaptics - whitelist Lenovo T580 SMBus intertouch drm/amdgpu: Print out voltage in DM_PPLIB block: Limit zone array allocation size sd_zbc: Fix report zones buffer allocation block: Kill gfp_t argument of blkdev_report_zones() block: Allow mapping of vmalloc-ed buffers block/bio-integrity: fix a memory leak bug scsi: zfcp: fix GCC compiler warning emitted with -Wmaybe-uninitialized scsi: zfcp: fix request object use-after-free in send path causing wrong traces scsi: zfcp: fix request object use-after-free in send path causing seqno errors scsi: megaraid_sas: Update driver version to 07.710.50.00 scsi: megaraid_sas: Add module parameter for FW Async event logging scsi: megaraid_sas: Enable msix_load_balance for Invader and later controllers scsi: megaraid_sas: Fix calculation of target ID scsi: lpfc: reduce stack size with CONFIG_GCC_PLUGIN_STRUCTLEAK_VERBOSE scsi: devinfo: BLIST_TRY_VPD_PAGES for SanDisk Cruzer Blade scsi: pm80xx: Fixed kernel panic during error recovery for SATA drive scsi: libsas: remove the exporting of sas_wait_eh scsi: megaraid_sas: Make some symbols static scsi: core: use scmd_printk() to print which command timed out net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usage net/mlx5e: Fix unused variable warning when CONFIG_MLX5_ESWITCH is off net/mlx5e: Fix compilation error in TLS code nvme: fix NULL deref for fabrics options ipv6: fix static key imbalance in fl_create() ipv6: fix potential crash in ip6_datagram_dst_update() ipv6: tcp: fix flowlabels reflection for RST packets ipv6: Use ipv6_authlen for len hsr: switch ->dellink() to ->ndo_uninit() net: stmmac: Fix misuses of GENMASK macro net: ethernet: mediatek: Fix misuses of GENMASK macro net: fib_rules: do not flow dissect local packets ACPI: blacklist: fix clang warning for unused DMI table ACPICA: Update table load object initialization virtio-mmio: add error check for platform_get_irq scsi: virtio_scsi: Use struct_size() helper drm/amd/display: Add drm_audio_component support to amdgpu_dm drm/amd/display: Expose audio inst from DC to DM drm/amdkfd: fix cp hang in eviction drm/amdgpu: enable IP discovery by default on navi drm/amdgpu/discovery: fix DCE_HWIP mapping error in hw_id_map array drm/amd/powerplay: bug fix for sysfs drm/amd/powerplay: increase the SMU msg response waiting time drm/amdgpu: Fix potential integer overflows mdev: Send uevents around parent device registration RISC-V: Add an Image header that boot loader can parse. net/mlx5e: IPoIB, Add error path in mlx5_rdma_setup_rn net/mlx5e: Fix error flow in tx reporter diagnose net/mlx5e: Fix return value from timeout recover function net/mlx5e: Rx, Fix checksum calculation for new hardware net/mlx5e: Fix port tunnel GRE entropy control net/mlx5: E-Switch, Fix default encap mode s390/unwind: avoid int overflow in outside_of_stack s390/zcrypt: remove the exporting of ap_query_configuration s390/pci: add mio_enabled attribute s390: fix setting of mio addressing control s390/ipl: Fix detection of has_secure attribute s390: vfio-ap: fix irq registration s390/cpumf: Add extended counter set definitions for model 8561 and 8562 s390/dasd: Handle out-of-space constraint s390/dasd: Add discard support for ESE volumes s390/dasd: Use ALIGN_DOWN macro s390/dasd: Make dasd_setup_queue() a discipline function s390/dasd: Add new ioctl to release space s390/dasd: Add dasd_sleep_on_queue_interruptible() s390/dasd: Add missing intensity definition s390/dasd: Fix whitespace s390/dasd: Add dynamic formatting support for ESE volumes s390/dasd: Recognise data for ESE volumes s390/dasd: Put sub-order definitions in a separate section s390/dasd: Make layout analysis ESE compatible s390/dasd: Remove old defines and function s390/dasd: Remove unused structs and function prototypes RDMA/siw: Mark expected switch fall-throughs orangefs: eliminate needless variable assignments orangefs: remove redundant assignment to variable buffer_index PCI: Enable NVIDIA HDA controllers dlm: no need to check return value of debugfs_create functions dlm: check if workqueues are NULL before flushing/destroying perf cs-etm: Return errcode in cs_etm__process_auxtrace_info() perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_info mailbox: handle failed named mailbox channel request powerpc/eeh: Handle hugepages in ioremap space RDMA/core: Fix -Wunused-const-variable warnings rdma/siw: Remove set but not used variable 's' rdma/siw: Add missing dependencies on LIBCRC32C and DMA_VIRT_OPS kconfig: remove meaningless if-conditional in conf_read() kbuild: use -- separater intead of $(filter-out ...) for cc-cross-prefix RDMA/siw: Add missing rtnl_lock around access to ifa Documentation: virtual: Add toctree hooks Documentation: kvm: Convert cpuid.txt to .rst Documentation: virtual: Convert paravirt_ops.txt to .rst KVM: x86: Unconditionally enable irqs in guest context powercap/rapl: Add Ice Lake NNPI support to RAPL driver powercap/intel_rapl: add support for ICX-D powercap/intel_rapl: add support for ICX powercap/intel_rapl: add support for IceLake desktop intel_rapl: Fix module autoloading issue int340X/processor_thermal_device: add support for MMIO RAPL intel_rapl: support two power limits for every RAPL domain intel_rapl: support 64 bit register intel_rapl: abstract RAPL common code intel_rapl: cleanup hardcoded MSR access intel_rapl: cleanup some functions intel_rapl: abstract register access operations intel_rapl: abstract register address intel_rapl: introduce struct rapl_if_private intel_rapl: introduce intel_rapl.h intel_rapl: remove hardcoded register index intel_rapl: use reg instead of msr KVM: x86: PMU Event Filter x86/stacktrace: Prevent infinite loop in arch_stack_walk_user() mailbox: tegra: avoid resume NULL mailboxes mailbox: tegra: hsp: add noirq resume mailbox: bcm-flexrm-mailbox: using dev_get_drvdata directly mailbox: imx: Clear GIEn bit at shutdown mailbox: omap: Add support for TI K3 SoCs dt-bindings: mailbox: omap: Update bindings for TI K3 SoCs mailbox: arm_mhu: reorder header inclusion and drop unneeded ones mailbox: stm32_ipcc: add spinlock to fix channels concurrent access nbd: add netlink reconfigure resize support nbd: fix crash when the blksize is zero f2fs: improve print log in f2fs_sanity_check_ckpt() Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs" f2fs: avoid out-of-range memory access f2fs: fix to avoid long latency during umount f2fs: allow all the users to pin a file cifs: fix parsing of symbolic link error response block: Disable write plugging for zoned block devices block: Fix elevator name declaration block: Remove unused definitions x86/asm: Move native_write_cr0/4() out of line timekeeping/vsyscall: Use __iter_div_u64_rem() rdma/siw: Use proper enumerated type in map_cqe_status RDMA/siw: Remove unnecessary kthread create/destroy printouts xfs: chain bios the right way around in xfs_rw_bdev IB/rdmavt: Fix variable shadowing issue in rvt_create_cq nvme: fix regression upon hot device removal and insertion perf scripts python: export-to-postgresql.py: Export switch events perf scripts python: export-to-sqlite.py: Export switch events perf db-export: Export switch events perf db-export: Factor out db_export__threads() perf script: Add scripting operation process_switch() perf scripts python: exported-sql-viewer.py: Use new 'has_calls' column perf scripts python: exported-sql-viewer.py: Remove redundant semi-colons perf scripts python: export-to-postgresql.py: Add has_calls column to comms table perf scripts python: export-to-sqlite.py: Add has_calls column to comms table x86/pgtable/32: Fix LOWMEM_PAGES constant perf db-export: Also export thread's current comm perf db-export: Factor out db_export__comm() perf scripts python: export-to-postgresql.py: Export comm details perf scripts python: export-to-sqlite.py: Export comm details perf db-export: Export comm details perf db-export: Fix a white space issue in db_export__sample() perf db-export: Move export__comm_thread into db_export__sample() perf db-export: Export comm before exporting thread perf db-export: Export main_thread in db_export__sample() perf db-export: Pass main_thread to db_export__thread() perf db-export: Rename db_export__comm() to db_export__exec_comm() perf db-export: Get rid of db_export__deferred() kbuild: Inform user to pass ARCH= for make mrproper kbuild: fix compression errors getting ignored kbuild: add a flag to force absolute path for srctree kbuild: replace KBUILD_SRCTREE with boolean building_out_of_srctree kbuild: remove src and obj from the top Makefile blk-throttle: fix zero wait time for iops throttled group block: Fix potential overflow in blk_report_zones() blkcg: implement REQ_CGROUP_PUNT blkcg, writeback: Implement wbc_blkcg_css() blkcg, writeback: Add wbc->no_cgroup_owner blkcg, writeback: Rename wbc_account_io() to wbc_account_cgroup_owner() cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages blk-cgroup: turn on psi memstall stuff block: init flush rq ref count to 1 kvm: x86: Fix -Wmissing-prototypes warnings KVM: Properly check if "page" is valid in kvm_vcpu_unmap Teach shrink_dcache_parent() to cope with mixed-filesystem shrink lists mmc: sdhci_am654: Add dependency on MMC_SDHCI_AM654 mmc: alcor: remove a redundant greater or equal to zero comparison mmc: sdhci-msm: fix mutex while in spinlock mmc: sdhci_am654: Make some symbols static dma-mapping: remove dma_max_pfn mmc: core: let the dma map ops handle bouncing dt-binding: mmc: rename tmio_mmc.txt to renesas,sdhi.txt mmc: sdhci-sprd: Add pin control support for voltage switch dt-bindings: mmc: sprd: Add pinctrl support mmc: sdhci-sprd: Add start_signal_voltage_switch ops mmc: sdhci-pci: Add support for Intel EHL mmc: tmio: Use dma_max_mapping_size() instead of a workaround mmc: sdio: Drop unused in-parameter from mmc_sdio_init_card() mmc: sdio: Drop unused in-parameter to mmc_sdio_reinit_card() mmc: sdio: Don't re-initialize powered-on removable SDIO cards at resume mmc: sdio: Drop powered-on re-init at runtime resume and HW reset mmc: sdio: Move comment about re-initialization to mmc_sdio_reinit_card() mmc: sdio: Drop mmc_claim|release_host() in mmc_sdio_power_restore() drm/modes: Skip invalid cmdline mode ALSA: ps3: Remove Unneeded variable: "ret" ALSA: lx6464es: Remove unneeded variable err Revert "ACPICA: Update table load object initialization" pinctrl: aspeed: Strip moved macros and structs from private header pinctrl: aspeed: Fix missed include clocksource/drivers/npcm: Fix misuse of GENMASK macro irqchip/gic-v3-its: Fix misuse of GENMASK macro udf: Fix incorrect final NOT_ALLOCATED (hole) extent length rds: avoid version downgrade to legitimate newer peer connections rds: Return proper "tos" value to user-space rds: Accept peer connection reject messages due to incompatible version Revert "RDS: IB: split the mr registration and invalidation path" rds: fix reordering with composite message notification net/mlx5e: Return in default case statement in tx_post_resync_params mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync(). ocxl: Update for AFU descriptor template version 1.1 powerpc/boot: pass CONFIG options in a simpler and more robust way powerpc/boot: add {get, put}_unaligned_be32 to xz_config.h powerpc/irq: Don't WARN continuously in arch_local_irq_restore() nfsd: Make __get_nfsdfs_client() static nfsd: Make two functions static dt-bindings: vendor-prefixes: add Sipeed dt-bindings: vendor-prefixes: add SoChip dt-bindings: 83xx-512x-pci: Drop cell-index property drm/amdgpu/psp: add a mutex to protect access to the psp ring drm/amdgpu/navi10: add uclk activity sensor drm/amdgpu: properly guard the generic discovery code drm/amdgpu: add missing documentation on new module parameters drm/amdgpu: don't invalidate caches in RELEASE_MEM, only do the writeback sparc64: Add missing newline at end of file ide: use BIT() macro for defining bit-flags net: dsa: add support for BRIDGE_MROUTER attribute pkt_sched: Include const.h net: netsec: remove static declaration for netsec_set_tx_de() net: netsec: remove superfluous if statement netfilter: nf_tables: add hardware offload support net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload net: flow_offload: add flow_block_cb_is_busy() and use it net: sched: remove tcf block API drivers: net: use flow block API net: sched: use flow block API net: flow_offload: add flow_block_cb_{priv, incref, decref}() net: flow_offload: add list handling functions net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free() net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_* net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BIND net: flow_offload: add flow_block_cb_setup_simple() nvme-fc: fix module unloads while lports still pending net: hisilicon: Add an tx_desc to adapt HI13X1_GMAC net: hisilicon: Add an rx_desc to adapt HI13X1_GMAC net: hisilicon: Offset buf address to adapt HI13X1_GMAC net: hisilicon: Add group field to adapt HI13X1_GMAC net: hisilicon: dt-bindings: Add an field of port-handle net: hisilicon: HI13X1_GMAX need dreq reset at first net: hisilicon: HI13X1_GMAX skip write LOCAL_PAGE_REG net: hisilicon: Cleanup for cast to restricted __be32 net: hisilicon: Cleanup for got restricted __be32 net: hisilicon: Add support for HI13X1 to hip04_eth nvme-tcp: don't use sendpage for SLAB pages nvme-tcp: set the STABLE_WRITES flag when data digests are enabled nvmet: print a hint while rejecting NSID 0 or 0xffffffff nvme-multipath: do not select namespaces which are about to be removed net: stmmac: add support for hash table size 128/256 in dwmac4 net: stmmac: dwmac4: mac address array boudary violation issue nvme-multipath: also check for a disabled path if there is a single sibling nvme-multipath: factor out a nvme_path_is_disabled helper nvme: set physical block size and optimal I/O size nvme: add I/O characteristics fields nvmet: export I/O characteristics attributes in Identify nvme-trace: add delete completion and submission queue to admin cmds tracer tc-testing: introduce scapyPlugin for basic traffic tc-testing: Allow tdc plugins to see test case data nvme-trace: fix spelling mistake "spcecific" -> "specific" nvme-pci: limit max_hw_sectors based on the DMA max mapping size nvme-pci: check for NULL return from pci_alloc_p2pmem() nvme-pci: don't create a read hctx mapping without read queues nvme-pci: don't fall back to a 32-bit DMA mask x86/alternatives: Fix int3_emulate_call() selftest stack corruption io_uring: fix io_sq_thread_stop running in front of io_sq_thread io_uring: add support for recvmsg() io_uring: add support for sendmsg() net: dsa: vsc73xx: fix NET_DSA and OF dependencies nvme-pci: make nvme_dev_pm_ops static nvme-fcloop: resolve warnings on RCU usage and sleep warnings nvme-fcloop: fix inconsistent lock state warnings dt-bindings: serial: add documentation for Rx in-band wakeup support net: mvmdio: defer probe of orion-mdio if a clock is not ready net: mvmdio: print warning when orion-mdio has too many clocks net: mvmdio: allow up to four clocks to be specified for orion-mdio dt-bindings: allow up to four clocks for orion-mdio net: netsec: start using buffers if page_pool registration succeeded perf trace: Auto bump rlimit(MEMLOCK) for eBPF maps sake RDMA/core: Fix race when resolving IP address perf test: Auto bump rlimit(MEMLOCK) for BPF test sake net: stmmac: Introducing support for Page Pool net: stmmac: Fix descriptors address being in > 32 bits address space net: stmmac: Implement RX Coalesce Frames setting bnxt_en: Add page_pool_destroy() during RX ring cleanup. tc-tests: Add tc action ct tests net/sched: cls_flower: Add matching on conntrack info net/flow_dissector: add connection tracking dissection net/sched: Introduce action ct net/mlx5e: Register devlink ports for physical link, PCI PF, VFs devlink: Introduce PCI VF port flavour and port attribute devlink: Introduce PCI PF port flavour and port attribute devlink: Return physical port fields only for applicable port flavours devlink: Refactor physical port attributes dt-bindings: arm: Convert RDA Micro board/soc bindings to json-schema dm crypt: implement eboiv - encrypted byte-offset initialization vector dm crypt: remove obsolete comment about plumb IV dm crypt: wipe private IV struct after key invalid flag is set dm integrity: use kzalloc() instead of kmalloc() + memset() dm: update stale comment in end_clone_bio() dm log writes: fix incorrect comment about the logged sequence example dm log writes: use struct_size() to calculate size of pending_block dm crypt: use struct_size() when allocating encryption context perf tools: Introduce rlimit__bump_memlock() helper dm integrity: always set version on superblock update tools: PCI: Fix installation when `make tools/pci_install` PCI: dwc: pci-dra7xx: Fix compilation when !CONFIG_GPIOLIB RISC-V: Setup initial page tables in two stages xfs: bump INUMBERS cursor correctly in xfs_inumbers_walk NFS: Record task, client ID, and XID in xdr_status trace points NFS: Update symbolic flags displayed by trace events NFS: Display symbolic status code names in trace log NFS: Fix show_nfs_errors macros again NFS4: Add a trace event to record invalid CB sequence IDs xprtrdma: Modernize ops->connect xprtrdma: Remove rpcrdma_req::rl_buffer xprtrdma: Refactor chunk encoding xprtrdma: Streamline rpcrdma_post_recvs xprtrdma: Simplify rpcrdma_rep_create xprtrdma: Wake RPCs directly in rpcrdma_wc_send path xprtrdma: Reduce context switching due to Local Invalidation xprtrdma: Add mechanism to place MRs back on the free list xprtrdma: Remove fr_state xprtrdma: Remove the RPCRDMA_REQ_F_PENDING flag xprtrdma: Fix occasional transport deadlock xprtrdma: Replace use of xdr_stream_pos in rpcrdma_marshal_req drivers: thermal: processor_thermal_device: Fix build warning perf intel-pt: Fix potential NULL pointer dereference found by the smatch tool perf intel-bts: Fix potential NULL pointer dereference found by the smatch tool perf script: Assume native_arch for pipe mode perf scripts python: export-to-sqlite.py: Fix DROP VIEW power_events_view perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_view perf hists browser: Fix potential NULL pointer dereference found by the smatch tool perf cs-etm: Fix potential NULL pointer dereference found by the smatch tool perf parse-events: Remove unused variable: error perf parse-events: Remove unused variable 'i' perf metricgroup: Add missing list_del_init() when flushing egroups list perf tools: Use list_del_init() more thorougly perf tools: Use zfree() where applicable tools lib: Adopt zalloc()/zfree() from tools/perf perf tools: Move get_current_dir_name() cond prototype out of util.h perf namespaces: Move the conditional setns() prototype to namespaces.h perf tools: Add missing headers, mostly stdlib.h scripts/tags.sh: remove unused environment variables from comments scripts/tags.sh: drop SUBARCH support for ARM irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe() RDMA/core: Make rdma_counter.h compile stand alone kbuild: compile-test kernel headers to ensure they are self-contained x86/entry/32: Fix ENDPROC of common_spurious perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel perf session: Fix potential NULL pointer dereference found by the smatch tool perf inject: The tool->read() call may pass a NULL evsel, handle it perf map: Fix potential NULL pointer dereference found by smatch tool perf trace: Fix potential NULL pointer dereference found by the smatch tool perf annotate: Fix dereferencing freed memory found by the smatch tool perf top: Fix potential NULL pointer dereference detected by the smatch tool perf stat: Fix use-after-freed pointer detected by the smatch tool perf test mmap-thread-lookup: Initialize variable to suppress memory sanitizer warning PCI: Fix typos and whitespace errors Revert "x86/build: Move _etext to actual end of .text" x86/ldt: Initialize the context lock for init_mm bpf: Fix ORC unwinding in non-JIT BPF code objtool: Add support for C jump tables m68k: Don't select ARCH_HAS_DMA_PREP_COHERENT for nommu or coldfire pstore: Fix double-free in pstore_mkfile() failure path pstore: no need to check return value of debugfs_create functions pstore/ram: Improve backward compatibility with older Chromebooks net/tls: fix socket wmem accounting on fallback with netem nfp: tls: undo TLS sequence tracking when dropping the frame nfp: tls: avoid one of the ifdefs for TLS net/tls: add missing prot info init nfp: tls: don't leave key material in freed FW cmsg skbs net/tls: don't clear TX resync flag on error nfp: tls: count TSO segments separately for the TLS offload nfp: ccm: increase message limits nfp: tls: use unique connection ids instead of 4-tuple for TX nfp: tls: move setting ipver_vlan to a helper nfp: tls: ignore queue limits for delete commands sctp: remove rcu_read_lock from sctp_bind_addr_state sctp: rename sp strm_interleave to ep intl_enable sctp: rename asoc intl_enable to asoc peer.intl_capable sctp: remove prsctp_enable from asoc sctp: remove reconf_enable from asoc nfsd: Fix misuse of strlcpy net: phy: Make use of linkmode_mod_bit helper tc-tests: actions: add MPLS tests net: sched: add mpls manipulation actions to TC net: core: add MPLS update core helper and use in OvS net: core: move pop MPLS functionality from OvS to core helper net: core: move push MPLS functionality from OvS to core helper skbuff: increase verbosity when dumping skb data ipv6: elide flowlabel check if no exclusive leases exist tcp: Reset bytes_acked and bytes_received when disconnecting bonding: fix value exported by Netlink for peer_notif_delay coallocate socket_wq with socket itself sockfs: switch to ->free_inode() of: unittest: simplify getting the adapter of a client hwmon: (ina3221) Add of_node_put() before return hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarms hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_groups hwmon: (lm90) Introduce function to update configuration register hwmon: (lm90) Cache configuration register value hwmon: (lm90) Fix max6658 sporadic wrong temperature reading hwmon: (nct7904) Changes comments in probe function. hwmon: (nct7904) Add error handling in probe function. kheaders: include only headers into kheaders_data.tar.xz kheaders: remove meaningless -R option of 'ls' kbuild: support header-test-pattern-y kbuild: do not create wrappers for header-test-y xdp: fix race on generic receive path selftests: forwarding: Test multipath hashing on inner IP pkts for GRE tunnel ipv6: Support multipath hashing on inner IP pkts ipv4: Multipath hashing on inner L3 needs to consider inner IPv6 pkts net: pasemi: fix an use-after-free in pasemi_mac_phy_init() net: axienet: fix a potential double free in axienet_probe() sunrpc/cache: remove the exporting of cache_seq_next selftests/bpf: fix test_reuseport_array on s390 net: stmmac: enable clause 45 mdio support Drivers: hv: vmbus: Break out ISA independent parts of mshyperv.h net: openvswitch: use netif_ovs_is_port() instead of opencode MAINTAINERS: Add page_pool maintainer entry net: mvpp2: cls: Add support for ETHER_FLOW net: mvpp2: cls: Report an error for unsupported flow types selftests: txring_overwrite: fix incorrect test of mmap() return value vsock/virtio: fix flush of works during the .remove() vsock/virtio: stop workers during the .remove() vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock Documentation: net: dsa: b53: Describe b53 configuration Documentation: net: dsa: Describe DSA switch configuration power: reset: nvmem-reboot-mode: add CONFIG_OF dependency nfp: tls: fix error return code in nfp_net_tls_add() bnxt_en: add page_pool support bnxt_en: optimized XDP_REDIRECT support bnxt_en: Refactor __bnxt_xmit_xdp(). bnxt_en: rename some xdp functions net: ethernet: ti: cpsw: add XDP support net: ethernet: ti: cpsw_ethtool: allow res split while down net: ethernet: ti: davinci_cpdma: allow desc split while down net: ethernet: ti: davinci_cpdma: add dma mapped submit net: core: page_pool: add user refcnt and reintroduce page_pool_destroy cpufreq: imx-cpufreq-dt: Add i.MX8MN support cpufreq: Add QoS requests for userspace constraints cpufreq: intel_pstate: Reuse refresh_frequency_limits() cpufreq: Register notifiers with the PM QoS framework xtensa: virt: add defconfig and DTS of/fdt: pass early_init_dt_reserve_memory_arch() with bool type nomap dma-mapping: mark dma_alloc_need_uncached as __always_inline docs: automarkup.py: ignore exceptions when seeking for xrefs docs: Move binderfs to admin-guide of/platform: Drop superfluous cast in of_device_make_bus_id() IB/core: Work on the caller socket net namespace in nldev_newlink() nfc: fix potential illegal memory access macb: fix build warning for !CONFIG_OF gve: fix unused variable/label warnings RDMA/rxe: Fill in wc byte_len with IB_WC_RECV_RDMA_WITH_IMM RDMA/mlx5: Set RDMA DIM to be enabled by default RDMA/nldev: Added configuration of RDMA dynamic interrupt moderation to netlink RDMA/core: Provide RDMA DIM support for ULPs linux/dim: Implement RDMA adaptive moderation (DIM) net: stmmac: Re-work the queue selection for TSO packets drm/amd/display: avoid 64-bit division sfc: Remove 'PCIE error reporting unavailable' drm/amdgpu/psp11: simplify the ucode register logic rseq/selftests: Fix Thumb mode build failure on arm32 drm/amdgpu: properly guard DC support in navi code drm/amd/powerplay: vega20: fix uninitialized variable use drm/amd/display: dcn20: include linux/delay.h amdgpu: make pmu support optional drm/amd/powerplay: Zero initialize current_rpm in vega20_get_fan_speed_percent drm/amd/powerplay: Zero initialize freq in smu_v11_0_get_current_clk_freq drm/amd/powerplay: Use memset to initialize metrics structs drm/amdgpu/mes10.1: Fix header guard drm/amd/powerplay: add temperature sensor support for navi10 drm/amdgpu: fix scheduler timeout calc drm/amdgpu: Prepare for hmm_range_register API change (v2) net: netsec: Sync dma for device on buffer allocation watchdog: ie6xx_wdt: Use spinlock_t instead of struct spinlock watchdog: atmel: atmel-sama5d4-wdt: Disable watchdog on system suspend watchdog: convert remaining drivers to use SPDX license identifier dt-bindings: watchdog: Rename bindings documentation file watchdog: mei_wdt: no need to check return value of debugfs_create functions watchdog: bcm_kona_wdt: no need to check return value of debugfs_create functions docs: watchdog: Fix build error. docs: watchdog: convert docs to ReST and rename to *.rst watchdog: make the device time out at open_deadline when open_timeout is used watchdog: introduce CONFIG_WATCHDOG_OPEN_TIMEOUT watchdog: introduce watchdog.open_timeout commandline parameter dt-bindings: watchdog: move i.MX system controller watchdog binding to SCU ubifs: Don't leak orphans on memory during commit ubifs: Check link count of inodes when killing orphans. watchdog: imx_sc: Add pretimeout support ubifs: Add support for zstd compression. ubifs: support offline signed images ubifs: remove unnecessary check in ubifs_log_start_commit ubifs: Fix typo of output in get_cs_sqnum ubifs: Simplify redundant code watchdog: renesas_wdt: Add a few cycles delay watchdog: gpio: add support for nowayout option IB/mlx5: Report correctly tag matching rendezvous capability docs: infiniband: add it to the driver-api bookset ubifs: Correctly use tnc_next() in search_dh_cookie() xtensa: abstract 'entry' and 'retw' in assembly code tools arch x86: Sync asm/cpufeatures.h with the with the kernel IB/mlx5: Implement VHCA tunnel mechanism in DEVX RDMA/rvt: Do not use a kernel header in the ABI KVM: arm/arm64: Initialise host's MPIDRs by reading the actual register tools: bpftool: add completion for bpftool prog "loadall" bpf: avoid unused variable warning in tcp_bpf_rtt() bpf: cgroup: Fix build error without CONFIG_NET RDMA/siw: Fix DEFINE_PER_CPU compilation when ARCH_NEEDS_WEAK_PER_CPU selftests/bpf: fix test_attach_probe map definition selftests/bpf: add verifier tests for wide stores bpf: sync bpf.h to tools/ bpf: allow wide (u64) aligned stores for some fields of bpf_sock_addr kbuild: compile-test exported headers to ensure they are self-contained watchdog: renesas_wdt: Use 'dev' instead of dereferencing it repeatedly dt-bindings: watchdog: add Allwinner H6 watchdog watchdog: jz4740: Avoid starting watchdog in set_timeout watchdog: jz4740: Use register names from <linux/mfd/ingenic-tcu.h> watchdog/hpwdt: Reflect changes watchdog/hpwdt: Update documentation watchdog/hpwdt: Add module parameter kdumptimeout. watchdog/hpwdt: Have core ping watchdog. watchdog/hpwdt: Advertize max_hw_heartbeat_ms watchdog/hpwdt: Stop hpwdt on unregister. watchdog: bcm2835_wdt: Fix module autoload watchdog: sama5d4: fix WDD value to be always set to max remoteproc: stm32: fix building without ARM SMCC drm/komeda: Computing image enhancer internally drm/komeda: Computing layer_split internally platform/x86: intel_pmc_core: Attach using APCI HID "INT33A1" MAINTAINERS: maintain drm/arm drivers in drm-misc for now drm/komeda: Remove layer_split property drm/komeda: remove img_enhancement property drm/komeda: remove slave_planes property drm/komeda: Remove clock ratio property libbpf: add perf_buffer_ prefix to README tools/bpftool: switch map event_pipe to libbpf's perf_buffer selftests/bpf: test perf buffer API libbpf: auto-set PERF_EVENT_ARRAY size to number of CPUs libbpf: add perf buffer API watchdog: xen_wdt: drop warning after registering device watchdog: wm831x_wdt: drop warning after registering device watchdog: ts4800_wdt: drop warning after registering device watchdog: tegra_wdt: drop warning after registering device watchdog: stmp3xxx_rtc_wdt: drop warning after registering device watchdog: stm32_iwdg: drop warning after registering device watchdog: st_lpc_wdt: drop warning after registering device watchdog: sprd_wdt: drop warning after registering device watchdog: sp805_wdt: drop warning after registering device watchdog: sp5100_tco: drop warning after registering device watchdog: sama5d4_wdt: drop warning after registering device watchdog: s3c2410_wdt: drop warning after registering device watchdog: rave-sp-wdt: drop warning after registering device watchdog: qcom-wdt: drop warning after registering device watchdog: pnx4008_wdt: drop warning after registering device watchdog: pic32-wdt: drop warning after registering device watchdog: pic32-dmt: drop warning after registering device watchdog: of_xilinx_wdt: drop warning after registering device watchdog: npcm_wdt: drop warning after registering device watchdog: nic7018_wdt: drop warning after registering device watchdog: ni903x_wdt: drop warning after registering device watchdog: mpc8xxx_wdt: drop warning after registering device watchdog: menf21bmc_wdt: drop warning after registering device watchdog: mena21_wdt: drop warning after registering device watchdog: mei_wdt: drop warning after registering device watchdog: max77620_wdt: drop warning after registering device watchdog: loongson1_wdt: drop warning after registering device watchdog: jz4740_wdt: drop warning after registering device watchdog: intel-mid_wdt: drop warning after registering device watchdog: imx_sc_wdt: drop warning after registering device watchdog: imx2_wdt: drop warning after registering device watchdog: ie6xx_wdt: drop warning after registering device watchdog: i6300esb: drop warning after registering device watchdog: hpwdt: drop warning after registering device watchdog: ftwdt010_wdt: drop warning after registering device watchdog: digicolor_wdt: drop warning after registering device watchdog: davinci_wdt: drop warning after registering device watchdog: da9062_wdt: drop warning after registering device watchdog: da9052_wdt: drop warning after registering device watchdog: cadence_wdt: drop warning after registering device watchdog: bcm_kona_wdt: drop warning after registering device watchdog: bcm7038_wdt: drop warning after registering device watchdog: bcm2835_wdt: drop warning after registering device watchdog: aspeed_wdt: drop warning after registering device watchdog: let core print error message when registering device fails watchdog: make watchdog_deferred_registration_add() void ALSA: firewire-lib: code refactoring for local variables ALSA: firewire-lib: code refactoring for post operation to data block counter ALSA: firewire-lib: code refactoring for error path of parser for CIP header ALSA: firewire-lib: fix different data block counter between probed event and transferred isochronous packet ALSA: firewire-lib: fix initial value of data block count for IR context without CIP_DBC_IS_END_EVENT ALSA: firewire-lib/fireface: fix initial value of data block counter for IR context with CIP_NO_HEADER ALSA: firewire-lib: fix invalid length of rx packet payload for tracepoint events ceph: fix end offset in truncate_inode_pages_range call ceph: use generic_delete_inode() for ->drop_inode ceph: use ceph_evict_inode to cleanup inode's resource ceph: initialize superblock s_time_gran to 1 MAINTAINERS: take over for Zheng as CephFS kernel client maintainer rbd: setallochint only if object doesn't exist rbd: support for object-map and fast-diff rbd: call rbd_dev_mapping_set() from rbd_dev_image_probe() libceph: export osd_req_op_data() macro libceph: change ceph_osdc_call() to take page vector for response libceph: bump CEPH_MSG_MAX_DATA_LEN (again) rbd: new exclusive lock wait/wake code rbd: quiescing lock should wait for image requests rbd: lock should be quiesced on reacquire rbd: introduce copyup state machine rbd: rename rbd_obj_setup_*() to rbd_obj_init_*() rbd: move OSD request allocation into object request state machines rbd: factor out __rbd_osd_setup_discard_ops() rbd: factor out rbd_osd_setup_copyup() rbd: introduce obj_req->osd_reqs list libceph: rename r_unsafe_item to r_private_item rbd: introduce image request state machine rbd: move OSD request submission into object request state machines rbd: get rid of RBD_OBJ_WRITE_{FLAT,GUARD} rbd: replace obj_req->tried_parent with obj_req->read_state rbd: get rid of obj_req->xferred, obj_req->result and img_req->xferred ceph: don't NULL terminate virtual xattrs ceph: return -ERANGE if virtual xattr value didn't fit in buffer ceph: make getxattr_cb return ssize_t ceph: more precise CEPH_CLIENT_CAPS_PENDING_CAPSNAP ceph: kick flushing and flush snaps before sending normal cap message ceph: clear CEPH_I_KICK_FLUSH flag inside __kick_flushing_caps() ceph: increment change_attribute on local changes ceph: handle change_attr in cap messages ceph: add change_attr field to ceph_inode_info iversion: add a routine to update a raw value with a larger one ceph: allow querying of STATX_BTIME in ceph_getattr libceph: turn on CEPH_FEATURE_MSG_ADDR2 ceph: handle btime in cap messages ceph: add btime field to ceph_inode_info libceph: rename ceph_encode_addr to ceph_encode_banner_addr libceph: use TYPE_LEGACY for entity addrs instead of TYPE_NONE ceph: fix decode_locker to use ceph_decode_entity_addr ceph: have MDS map decoding use entity_addr_t decoder libceph: correctly decode ADDR2 addresses in incremental OSD maps libceph: fix watch_item_t decoding to use ceph_decode_entity_addr libceph: switch osdmap decoding to use ceph_decode_entity_addr libceph: ADDR2 support for monmap libceph: add ceph_decode_entity_addr libceph: fix sa_family just after reading address ceph: remove request from waiting list before unregister ceph: don't blindly unregister session that is in opening state ceph: fix infinite loop in get_quota_realm() ceph: add selinux support ceph: rename struct ceph_acls_info to ceph_acl_sec_ctx ceph: fix debug print format in __set_xattr() ceph: fix warning PTR_ERR_OR_ZERO can be used ceph: hold i_ceph_lock when removing caps for freeing inode ceph: ensure d_name/d_parent stability in ceph_mdsc_lease_send_msg() ceph: use READ_ONCE to access d_parent in RCU critical section ceph: fix dir_lease_is_valid() ceph: close race between d_name_cmp() and update_dentry_lease() ceph: fix improper use of smp_mb__before_atomic() ceph: fix "ceph.dir.rctime" vxattr value ceph: remove unused vxattr length helpers ceph: fix listxattr vxattr buffer length calculation ceph: add ceph.snap.btime vxattr ceph: carry snapshot creation time with inodes ceph: clean up ceph.dir.pin vxattr name sizeof() ceph: silence a checker warning in mdsc_show() libceph: remove ceph_get_direct_page_vector() PCI: mobiveil: Fix INTx interrupt clearing in mobiveil_pcie_isr() PCI: mobiveil: Fix infinite-loop in the INTx handling function PCI: mobiveil: Move PCIe PIO enablement out of inbound window routine PCI: mobiveil: Add upper 32-bit PCI base address setup in inbound window PCI: mobiveil: Add upper 32-bit CPU base address setup in outbound window PCI: mobiveil: Mask out hardcoded bits in inbound/outbound windows setup PCI: mobiveil: Clear the control fields before updating it PCI: mobiveil: Add configured inbound windows counter PCI: mobiveil: Fix the valid check for inbound and outbound windows PCI: mobiveil: Clean-up program_{ib/ob}_windows() PCI: mobiveil: Remove an unnecessary return value check PCI: mobiveil: Fix error return values PCI: mobiveil: Refactor the MEM/IO outbound window initialization PCI: mobiveil: Make some register updates more readable PCI: mobiveil: Reformat the code for readability dt-bindings: PCI: mobiveil: Change gpio_slave and apb_csr to optional PCI: mobiveil: Fix devfn check in mobiveil_pcie_valid_device() PCI: mobiveil: Initialize Primary/Secondary/Subordinate bus numbers PCI: mobiveil: Move IRQ chained handler setup out of DT parse PCI: mobiveil: Move the link up waiting out of mobiveil_host_init() PCI: mobiveil: Fix the Class Code field PCI: mobiveil: Use the 1st inbound window for MEM inbound transactions PCI: mobiveil: Use WIN_NUM_0 explicitly for CFG outbound window PCI: mobiveil: Update the resource list traversal function PCI: mobiveil: Fix PCI base address in MEM/IO outbound windows PCI: mobiveil: Remove the flag MSI_FLAG_MULTI_PCI_MSI PCI: mobiveil: Unify register accessors debugfs: make error message a bit more verbose ARC: [plat-hsdk]: Enable AXI DW DMAC in defconfig ARC: [plat-hsdk]: enable DW SPI controller ARC: hide unused function unw_hdr_alloc ARC: [haps] Add Virtio support ARCv2: entry: simplify return to Delay Slot via interrupt ARC: entry: EV_Trap expects r10 (vs. r9) to have exception cause net: bpfilter: print umh messages to /dev/kmsg hinic: add fw version query dmaengine: Revert "dmaengine: fsl-edma: add i.mx7ulp edma2 version support" cifs: refactor and clean up arguments in the reparse point parsing SMB3: query inode number on open via create context smb3: Send netname context during negotiate protocol smb3: do not send compression info by default smb3: add new mount option to retrieve mode from special ACE smb3: Allow query of symlinks stored as reparse points cifs: Fix a race condition with cifs_echo_request cifs: always add credits back for unsolicited PDUs fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_ace add some missing definitions cifs: fix typo in debug message with struct field ia_valid smb3: minor cleanup of compound_send_recv CIFS: Fix module dependency cifs: simplify code by removing CONFIG_CIFS_ACL ifdef cifs: Fix check for matching with existing mount cifs: Properly handle auto disabling of serverino option smb3: if max_credits is specified then display it in /proc/mounts Fix match_server check to allow for auto dialect negotiate cifs: add missing GCM module dependency SMB3.1.1: Add GCM crypto to the encrypt and decrypt functions SMB3: Add SMB3.1.1 GCM to negotiated crypto algorigthms fs: cifs: Drop unlikely before IS_ERR(_OR_NULL) cifs: Use kmemdup in SMB2_ioctl_init() gve: Fix error return code in gve_alloc_qpls() net: nixge: Fix misuse of strlcpy net: ethernet: sun4i-emac: Fix misuse of strlcpy gtp: add missing gtp_encap_disable_sock() in gtp_encap_enable() gtp: fix use-after-free in gtp_newlink() gtp: fix Illegal context switch in RCU read-side critical section. gtp: remove duplicate code in gtp_dellink() gtp: fix use-after-free in gtp_encap_destroy() gtp: fix suspicious RCU usage net: dsa: vsc73xx: Assert reset if iCPU is enabled net: dsa: vsc73xx: add support for parallel mode net: dsa: vsc73xx: Split vsc73xx driver net: dsa: Change DT bindings for Vitesse VSC73xx switches selftests/tls: add test for poll() with data in TLS ULP net/tls: fix poll ignoring partially copied records tools build: Check if gettid() is available before providing helper tipc: use rcu dereference functions properly r8169: sync few chip names with vendor driver mtd: concat: implement _is_locked mtd operation mtd: concat: refactor concat_lock/concat_unlock mtd: abi: do not use C++ style comments in uapi header mtd: afs: remove unneeded NULL check init/Kconfig: add CONFIG_CC_CAN_LINK kallsyms: exclude kasan local symbols on s390 kbuild: add more hints about SUBDIRS replacement coccinelle: api/stream_open: treat all wait_.*() calls as blocking coccinelle: put_device: Add a cast to an expression for an assignment coccinelle: put_device: Adjust a message construction coccinelle: kstrdup: Fix typo in warning messages dmaengine: at_xdmac: check for non-empty xfers_list before invoking callback perf jvmti: Address gcc string overflow warning for strncpy() perf python: Remove -fstack-protector-strong if clang doesn't have it ibverbs/rxe: Remove variable self-initialization RDMA/hns: Clean up unnecessary variable initialization RDMA/hns: Fixs hw access invalid dma memory error RDMA/hns: Use %pK format pointer print RDMA/hns: Bugfix for calculating qp buffer size time: Validate user input in compat_settimeofday() x86/fpu: Inline fpu__xstate_clear_all_cpu_caps() x86/fpu: Make 'no387' and 'nofxsr' command line options useful timer: Document TIMER_PINNED ALSA: usb-audio: fix Line6 Helix audio format rates firewire-motu: fix wrong reference count for stream functionality at error path of rawmidi interface ALSA: firewire-digi00x: fix wrong reference count for stream functionality at error path of rawmidi interface ALSA: dice: fix wrong reference count for stream functionality at error path of rawmidi interface ALSA: oxfw: fix wrong reference count for stream functionality at error path of rawmidi interface ALSA: fireworks: fix wrong reference count for stream functionality at error path of rawmidi interface ALSA: bebob: fix wrong reference count for stream functionality at error path of rawmidi interface net/mlx5: Introduce VHCA tunnel device capability Input: gpio_keys_polled - allow specifying name of input device xfs: don't update lastino for FSBULKSTAT_SINGLE security/commoncap: Use xattr security prefix len perf annotate TUI browser: Do not use member from variable within its own initialization Bluetooth: btusb: Add protocol support for MediaTek MT7663U USB devices Bluetooth: btusb: Add protocol support for MediaTek MT7668U USB devices Bluetooth: 6lowpan: always check destination address Bluetooth: 6lowpan: check neighbour table for SLAAC Bluetooth: 6lowpan: search for destination address in all peers SUNRPC: Fix possible autodisconnect during connect due to old last_used SUNRPC: Drop redundant CONFIG_ from CONFIG_SUNRPC_DISABLE_INSECURE_ENCTYPES NFS: Cleanup if nfs_match_client is interrupted nfs: disable client side deduplication NFSv4: Add lease_time and lease_expired to 'nfs4:' line of mountstats NFS: Clean up writeback code SUNRPC: Remove warning in debugfs.c when compiling with W=1 SUNRPC: add links for all client xprts to debugfs SUNRPC: Count ops completing with tk_status < 0 SUNRPC: enhance rpc_clnt_show_stats() to report on all xprts. SUNRPC: Use proper printk specifiers for unsigned long long SUNRPC: Move call to rpc_count_iostats before rpc_call_done NFS: send state management on a single connection. NFS: Allow multiple connections to a NFSv2 or NFSv3 server NFS: Display the "nconnect" mount option if it is set. pNFS: Allow multiple connections to the DS NFSv4: Allow multiple connections to NFSv4.x (x>0) servers NFS: Add a mount option to specify number of TCP connections to use SUNRPC: Allow creation of RPC clients with multiple connections NFS: Add sysfs support for per-container identifier NFS: Add deferred cache invalidation for close-to-open consistency violations SUNRPC: Remove the bh-safe lock requirement on the rpc_wait_queue->lock SUNRPC: Add basic load balancing to the transport switch NFS: Cleanup - add nfs_clients_exit to mirror nfs_clients_init NFS: Create a root NFS directory in /sys/fs/nfs SUNRPC: Remove the bh-safe lock requirement on xprt->transport_lock SUNRPC: Replace direct task wakeups from softirq context SUNRPC: Replace the queue timer with a delayed work function NFSv4: Handle the special Linux file open access mode NFSv4: Handle open for execute correctly Revert "gpio: tegra: Clean-up debugfs initialisation" gpiolib: Use spinlock_t instead of struct spinlock perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64 perf evsel: Do not rely on errno values for precise_ip fallback perf thread: Allow references to thread objects after machine__exit() perf header: Assign proper ff->ph in perf_event__synthesize_features() tools arch kvm: Sync kvm headers with the kernel sources i2c: mt7621: Fix platform_no_drv_owner.cocci warnings Bluetooth: Add SMP workaround Microsoft Surface Precision Mouse bug Bluetooth: L2CAP: Check bearer type on __l2cap_global_chan_by_addr Bluetooth: Use controller sets when available Bluetooth: validate BLE connection interval updates Bluetooth: Add support for LE ping feature Bluetooth: Check state in l2cap_disconnect_rsp kconfig: Fix spelling of sym_is_changable ASoC: SOF: Intel: implement runtime idle for CNL/APL ASoC: SOF: add runtime idle callback ASoC: hdac_hdmi: report codec link up/down status to bus Bluetooth: hidp: NUL terminate a string in the compat ioctl Bluetooth: Add new 13d3:3491 QCA_ROME device Bluetooth: Add new 13d3:3501 QCA_ROME device Bluetooth: hci_bcsp: Fix memory leak in rx_skb Bluetooth:: btrtl: Add support for RTL8723DU Bluetooth: btmtkuart: add an implementation for clock osc property Bluetooth: btmtkuart: add an implementation for boot-gpios property dt-bindings: net: bluetooth: add clock property to UART-based device dt-bindings: net: bluetooth: add boot-gpios property to UART-based device Bluetooth: btbcm: Add entry for BCM4359C0 UART bluetooth dt-bindings: net: bluetooth: Add device property firmware-name for QCA6174 Bluetooth: hci_qca: Load customized NVM based on the device property Bluetooth: hci_mrvl: Add serdev support Bluetooth: hci_mrvl: Wait for final ack before switching baudrate Bluetooth: hci_ldisc: Add function to wait for characters to be sent 6lowpan: no need to check return value of debugfs_create functions Bluetooth: hci_qca: wcn3990: Drop baudrate change vendor event Bluetooth: btqca: inject command complete event during fw download Bluetooth: Cleanup formatting and coding style Bluetooth: btrtl: HCI reset on close for Realtek BT chip Bluetooth: hci_ll: Refactor download_firmware Bluetooth: hci_ll: set operational frequency earlier Bluetooth: btsdio: Do not bind to non-removable BCM4356 irq/irqdomain: Fix comment typo genirq: Update irq stats from NMI handlers ACPI: PM: Make acpi_sleep_state_supported() non-static netfilter: nf_tables: force module load in case select_ops() returns -EAGAIN net/mlx5e: Add kTLS TX HW offload support net/mlx5e: Introduce a fenced NOP WQE posting function net/mlx5e: Re-work TIS creation functions net/mlx5e: Tx, Unconstify SQ stop room net/mlx5e: Tx, Don't implicitly assume SKB-less wqe has one WQEBB net/mlx5e: Tx, Make SQ WQE fetch function type generic net/mlx5e: Tx, Enforce L4 inline copy when needed net/mlx5e: Move helper functions to a new txrx datapath header net/mlx5: Accel, Add core TLS support for the Connect-X family net/mlx5: Add crypto library to support create/destroy encryption key net/mlx5: Kconfig, Better organize compilation flags net/mlx5: Accel, Expose accel wrapper for IPsec FPGA function ipv4: Fix NULL pointer dereference in ipv4_neigh_lookup() nfp: Use spinlock_t instead of struct spinlock net: netsec: Sync dma for device on buffer allocation net: hns3: set maximum length to resp_data_len for exceptional case net: hns3: bitwise operator should use unsigned type net: hns3: add default value for tc_size and tc_offset net: hns3: check msg_data before memcpy in hclgevf_send_mbx_msg net: hns3: set default value for param "type" in hclgevf_bind_ring_to_vector net: hns3: add all IMP return code net: hns3: fix port capbility updating issue net: hns3: fix flow control configure issue for fibre port net: hns3: enable broadcast promisc mode when initializing VF r8152: set RTL8152_UNPLUG only for real disconnection net: remove unused parameter from skb_checksum_try_convert mlxsw: spectrum_ptp: Apply the PTP shaper enable/disable logic mlxsw: spectrum: Set up PTP shaper when port status has changed mlxsw: spectrum_ptp: Enable/disable PTP shaper on a port when getting HWTSTAMP on/off mlxsw: spectrum: Add new operation for getting the port's speed mlxsw: spectrum_ptp: Set the PTP shaper parameters mlxsw: reg: Add QoS PTP Shaper Configuration Register mlxsw: spectrum: Add note about the PTP shaper mlxsw: reg: Add ptps field in QoS ETS Element Configuration Register net: socionext: remove set but not used variable 'pkts' net: ethernet: allwinner: Remove unneeded memset net/ethernet: using dev_get_drvdata directly net/can: using dev_get_drvdata directly hsr: fix a NULL pointer deref in hsr_dev_xmit() hsr: implement dellink to clean up resources hsr: fix a memory leak in hsr_del_port() xfs: disable map_sync for async flush ext4: disable map_sync for async flush dax: check synchronous mapping is supported dm: enable synchronous dax libnvdimm: add dax_dev sync flag virtio-pmem: Add virtio pmem driver libnvdimm: nd_region flush callback support libnvdimm, namespace: Drop uuid_t implementation detail selftests/bpf: add test_tcp_rtt to .gitignore selftests/bpf: fix test_align liveliness expectations bpf, riscv: Enable zext optimization for more RV64G ALU ops netfilter: nf_tables: __nft_expr_type_get() selects specific family type tools: bpftool: Fix json dump crash on powerpc netfilter: nf_tables: add nft_expr_type_request_module() tools: bpftool: add "prog run" subcommand to test-run programs blk-iolatency: fix STS_AGAIN handling drm/amdgpu: add mode1 (psp) reset for navi asic drm/amdgpu: Disable ras features on all IPs before gpu reset drm/amd/powerplay: add baco smu reset function for smu11 drm/amd/powerplay: increase waiting time for smu response drm/amd/powerplay/smu7_hwmgr: replace blocking delay with non-blocking drm/amdgpu: Use kmemdup rather than duplicating its implementation selftests/bpf: convert legacy BPF maps to BTF-defined ones selftests/bpf: convert selftests using BTF-defined maps to new syntax selftests/bpf: add __uint and __type macro for BTF-defined maps libbpf: capture value in BTF type info for BTF-defined map defs selftests/bpf: convert existing tracepoint tests to new APIs selftests/bpf: add kprobe/uprobe selftests selftests/bpf: switch test to new attach_perf_event API libbpf: add raw tracepoint attach API libbpf: add tracepoint attach API libbpf: add kprobe/uprobe attach API libbpf: add ability to attach/detach BPF program to perf event libbpf: introduce concept of bpf_link libbpf: make libbpf_strerror_r agnostic to sign of error KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insane netfilter: nft_meta_bridge: Add NFT_META_BRI_IIFVPROTO support bridge: add br_vlan_get_proto() netfilter: nft_meta_bridge: add NFT_META_BRI_IIFPVID support bridge: add br_vlan_get_pvid_rcu() netfilter: nft_meta_bridge: Remove the br_private.h header netfilter: nft_meta: move bridge meta keys into nft_meta_bridge ipvs: strip gre tunnel headers from icmp errors netfilter: nf_tables: Add synproxy support xtensa: One function call less in bootmem_init() i2c: cpm: remove casting dma_alloc dt-bindings: i2c: sun6i-p2wi: Fix the binding example dt-bindings: i2c: mv64xxx: Fix the example compatible i2c: i801: Documentation update i2c: i801: Add support for Intel Tiger Lake i2c: i801: Fix PCI ID sorting xfs: online scrub needn't bother zeroing its temporary buffer xfs: only allocate memory for scrubbing attributes when we need it xfs: refactor attr scrub memory allocation function xfs: refactor extended attribute buffer pointer functions xfs: attribute scrub should use seen_enough to pass error values Input: edt-ft5x06 - simplify event reporting code Input: max77650-onkey - add MODULE_ALIAS() Input: atmel_mxt_ts - fix leak in mxt_update_cfg() ASoC: SOF: debug: fix possible memory leak in sof_dfsentry_write() ASoC: sunxi: sun50i-codec-analog: Add earpiece ASoC: rt5665: remove redundant assignment to variable idx ASoC: wcd9335: remove multiple defines. btrfs: fix memory leak of path on error return path drivers: ata: ahci_sunxi: Increased SATA/AHCI DMA TX/RX FIFOs PCI: imx6: Simplify Kconfig depends on video: fbdev: imxfb: fix a typo in imxfb_probe() video: fbdev: s3c-fb: Mark expected switch fall-throughs RDMA/hns: Set reset flag when hw resetting RDMA/hns: Modify ba page size for cqe RDMA/hns: Fixup qp release bug RDMA/hns: Bugfix for cleaning mtr powerpc/module64: Use symbolic instructions names. powerpc/module32: Use symbolic instructions names. powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h powerpc/module64: Fix comment in R_PPC64_ENTRY handling PCI: hv: Fix a use-after-free bug in hv_eject_device_work() kvm: LAPIC: write down valid APIC registers RDMA/nldev: Allow get default counter statistics through RDMA netlink RDMA/nldev: Allow get counter mode through RDMA netlink RDMA/nldev: Allow counter manual mode configration through RDMA netlink RDMA/counter: Allow manual mode configuration support RDMA/core: Get sum value of all counters when perform a sysfs stat read IB/mlx5: Add counter_alloc_stats() and counter_update_stats() support RDMA/netlink: Implement counter dumpit calback RDMA/nldev: Allow counter auto mode configration through RDMA netlink IB/mlx5: Support statistic q counter configuration IB/mlx5: Add counter set id as a parameter for mlx5_ib_query_q_counters() IB/mlx5: Support set qp counter RDMA/counter: Add "auto" configuration mode support RDMA/counter: Add set/clear per-port auto mode support RDMA/restrack: Make is_visible_in_pid_ns() as an API RDMA/restrack: Add an API to attach a task to a resource RDMA/restrack: Introduce statistic counter PCI: tegra: Enable Relaxed Ordering only for Tegra20 & Tegra30 PCI: tegra: Change link retry log level to debug PCI: tegra: Add support for GPIO based PERST# KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_s KVM: doc: Add API documentation on the KVM_REG_ARM_WORKAROUNDS register KVM: arm/arm64: Add save/restore support for firmware workaround state arm64: KVM: Propagate full Spectre v2 workaround state to KVM guests KVM: arm/arm64: Support chained PMU counters KVM: arm/arm64: Remove pmc->bitmask KVM: arm/arm64: Re-create event when setting counter value KVM: arm/arm64: Extract duplicated code to own function KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functions KVM: LAPIC: ARBPRI is a reserved register for x2APIC KVM: arm64: Skip more of the SError vaxorcism KVM: arm64: Re-mask SError after the one instruction window arm64: Update silicon-errata.txt for Neoverse-N1 #1349291 KVM: arm64: Defer guest entry when an asynchronous exception is pending KVM: arm64: Consume pending SError as early as possible KVM: arm64: Make indirect vectors preamble behaviour symmetric KVM: arm64: Abstract the size of the HYP vectors pre-amble arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RAS KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of nested guests KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPT KVM: x86: add tracepoints around __direct_map and FNAME(fetch) KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ON KVM: x86: remove now unneeded hugepage gfn adjustment KVM: x86: make FNAME(fetch) and __direct_map more similar kvm: x86: Do not release the page inside mmu_set_spte() KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_param KVM: cpuid: rename do_cpuid_1_ent KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_ent KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafs KVM: cpuid: do_cpuid_ent works on a whole CPUID function docs: s390: s390dbf: typos and formatting, update crash command docs: s390: unify and update s390dbf kdocs at debug.c docs: s390: restore important non-kdoc parts of s390dbf.rst ALSA: cs4281: remove redundant assignment to variable val and remove a goto ALSA: hda: Simplify snd_hdac_refresh_widgets() Documentation: dmaengine: clean up description of dmatest usage dmaengine: tegra210-adma: remove PM_CLK dependency ALSA: asihpi: Remove unneeded variable change ALSA: usb-audio: Fix parse of UAC2 Extension Units vfio-ccw: Fix the conversion of Format-0 CCWs to Format-1 mnt_init(): call shmem_init() unconditionally constify ksys_mount() string arguments don't bother with registering rootfs init_rootfs(): don't bother with init_ramfs_fs() vfs: Convert smackfs to use the new mount API vfs: Convert selinuxfs to use the new mount API vfs: Convert securityfs to use the new mount API vfs: Convert apparmorfs to use the new mount API vfs: Convert openpromfs to use the new mount API vfs: Convert xenfs to use the new mount API vfs: Convert gadgetfs to use the new mount API vfs: Convert oprofilefs to use the new mount API vfs: Convert ibmasmfs to use the new mount API vfs: Convert qib_fs/ipathfs to use the new mount API vfs: Convert efivarfs to use the new mount API vfs: Convert configfs to use the new mount API vfs: Convert binfmt_misc to use the new mount API convenience helper: get_tree_single() convenience helper get_tree_nodev() ACPI / APEI: Remove needless __ghes_check_estatus() calls fs/namespace.c: shift put_mountpoint() to callers of unhash_mnt() __detach_mounts(): lookup_mountpoint() can't return ERR_PTR() anymore nfs: dget_parent() never returns NULL ceph: don't open-code the check for dead lockref power_supply: wilco_ec: Add charging config driver net/mlx5: Added devlink info callback net/mlx5: Added fw version query command net: ethernet: mediatek: Fix overlapping capability bits. net: stmmac: Enable dwmac4 jumbo frame more than 8KiB bonding: add an option to specify a delay between peer notifications net: ethernet: sun: remove redundant assignment to variable err net/mlx5: Add rts2rts_qp_counters_set_id field in hca cap remoteproc: qcom: q6v5-mss: Fix build error without QCOM_MDT_LOADER RDMA/efa: Entropy in admin commands id IB/ipoib: Add child to parent list only if device initialized RDMA/mlx5: Use proper allocation API to get zeroed memory RDMA/uverbs: remove redundant assignment to variable ret RDMA/hns: Fix building modular hns regulator: max77650: use vsel_step regulator: implement selector stepping powerpc/boot: Add lzo support for uImage powerpc/boot: Add lzma support for uImage powerpc/boot: don't force gzipped uImage powerpc/8xx: Add microcode patch to move SMC parameter RAM. powerpc/8xx: Use IO accessors in microcode programming. powerpc/8xx: replace #ifdefs by IS_ENABLED() in microcode.c powerpc/8xx: refactor programming of microcode CPM params. powerpc/8xx: refactor printing of microcode patch name. powerpc/8xx: Refactor microcode write powerpc/8xx: refactor writing of CPM microcode arrays powerpc/8xx: compact microcode arrays powerpc/8xx: drop verify_patch() powerpc/8xx: move CPM1 related files from sysdev/ to platforms/8xx powerpc/64: reuse PPC32 static inline flush_dcache_range() powerpc/32: define helpers to get L1 cache sizes. powerpc/64: flush_inval_dcache_range() becomes flush_dcache_range() powerpc: slightly improve cache helpers btrfs: move the subvolume reservation stuff out of extent-tree.c iommu/omap: No need to check return value of debugfs_create functions btrfs: migrate the delalloc space stuff to it's own home btrfs: migrate btrfs_trans_release_chunk_metadata btrfs: migrate the delayed refs rsv code btrfs: Evaluate io_tree in find_lock_delalloc_range() gfs2: Remove unused gfs2_iomap_alloc argument xfs: allow single bulkstat of special inodes xfs: specify AG in bulk req powerpc/mm/hugetlb: Don't enable HugeTLB if we don't have a page table cache powerpc/mm/hugetlb: Fix kernel crash if we fail to allocate page table caches powerpc/mm: Handle page table allocation failures powerpc/mm: Remove radix dependency on HugeTLB page powerpc/mm: pmd_devmap implies pmd_large(). powerpc/book3s: Use config independent helpers for page table walk powerpc/pseries/scm: Use a specific endian format for storing uuid from the device tree powerpc/nvdimm: Add support for multibyte read/write for metadata powerpc/pseries/scm: Mark the region volatile if cache flush not required powerpc/mm/nvdimm: Add an informative message if we fail to allocate altmap block powerpc/mm: Consolidate numa_enable check and min_common_depth check powerpc/mm: Fix node look up with numa=off boot powerpc/mm/drconf: Use NUMA_NO_NODE on failures instead of node 0 powerpc/mm/radix: Use the right page size for vmemmap mapping powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesize powerpc/mm: Remove unused variable declaration tty: serial: fsl_lpuart: add imx8qxp support ALSA: hda/ca0132 - remove redundant assignment to variable 'changed' ALSA: hda/realtek - Headphone Mic can't record after S3 powerpc/pseries: Add documentation for vcpudispatch_stats powerpc/pseries: Protect against hogging the cpu while setting up the stats powerpc/pseries: Provide vcpu dispatch statistics powerpc/pseries: Move mm/book3s64/vphn.c under platforms/pseries/ powerpc/pseries: Generalize hcall_vphn() powerpc/pseries: Introduce rwlock to gatekeep DTLB usage powerpc/pseries: Factor out DTL buffer allocation and registration routines powerpc/pseries: Do not save the previous DTL mask value powerpc/pseries: Use macros for referring to the DTL enable mask regmap: select CONFIG_REGMAP while REGMAP_SCCB is set ASoC: audio-graph-card: fix use-after-free in graph_for_each_link s390/pci: correctly handle MIO opt-out s390/pci: deal with devices that have no support for MIO instructions Revert "usb: gadget: storage: Remove warning message" powerpc: Enable CONFIG_IPV6 in ppc64_defconfig Revert "dt-bindings: add binding for USBSS-DRD controller." Revert "usb:gadget Separated decoding functions from dwc3 driver." Revert "usb:gadget Patch simplify usb_decode_set_clear_feature function." Revert "usb:gadget Simplify usb_decode_get_set_descriptor function." Revert "usb:cdns3 Add Cadence USB3 DRD Driver" Revert "usb:cdns3 Fix for stuck packets in on-chip OUT buffer." lib/vsprintf: Reinstate printing of legacy clock IDs coresight: Do not default to CPU0 for missing CPU phandle dt-bindings: coresight: Change CPU phandle to required property riscv: remove free_initrd_mem riscv: ccache: Remove unused variable reset: remove redundant null check on pointer dev i3c: master: Use struct_size() helper dt-bindings: i3c: cdns: Use correct cells for I2C device PM: sleep: Drop dev_pm_skip_next_resume_phases() ACPI: PM: Unexport acpi_device_get_power() PM / QoS: Add support for MIN/MAX frequency constraints PM / QOS: Pass request type to dev_pm_qos_read_value() PM / QOS: Rename __dev_pm_qos_read_value() and dev_pm_qos_raw_read_value() PM / QOS: Pass request type to dev_pm_qos_{add|remove}_notifier() staging: kpc2000: simplify comparison to NULL in fileops.c staging: kpc2000: simplify comparison to NULL in dma.c staging: kpc2000: simplify comparison to NULL in kpc2000_spi.c orangefs: fix build warning from debugfs cleanup patch powerpc/cell: set no_llseek in spufs_cntl_fops iommu/arm-smmu-v3: Invalidate ATC when detaching a device pinctrl: baytrail: Use GENMASK() consistently um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT pinctrl: baytrail: Re-use data structures from pinctrl-intel.h pinctrl: baytrail: Use defined macro instead of magic in byt_get_gpio_mux() pinctrl: qcom: Add SM8150 pinctrl driver dt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding dt-bindings: pinctrl: qcom: Document missing gpio nodes gpio: stp-xway: allow compile-testing gpio: stp-xway: get rid of the #include <lantiq_soc.h> dependency gpio: stp-xway: improve module clock error handling gpio: stp-xway: simplify error handling in xway_stp_probe() gpiolib: Clarify use of non-sleeping functions gpiolib: Fix references to gpiod_[gs]et_*value_cansleep() variants gpiolib: Document new gpio_chip.init_valid_mask field Documentation: gpio: Fix reference to gpiod_get_array() powerpc/perf/24x7: use rb_entry powerpc/configs: Disable latencytop powerpc/Kconfig: Clean up formatting ubifs: fix build warning after debugfs cleanup patch nios2: configs: Remove useless UEVENT_HELPER_PATH xfs: wire up the v5 inumbers ioctl xfs: wire up new v5 bulkstat ioctls xfs: introduce v5 inode group structure xfs: introduce new v5 bulkstat structure xfs: rename bulkstat functions xfs: remove various bulk request typedef usage nios2: remove pointless second entry for CONFIG_TRACE_IRQFLAGS_SUPPORT soc: rockchip: work around clang warning nfsd: decode implementation id ipvs: allow tunneling with gre encapsulation netfilter: nf_queue: remove unused hook entries pointer netfilter: nf_log: Replace a seq_printf() call by seq_puts() in seq_show() netfilter: rename nf_SYNPROXY.h to nf_synproxy.h kbuild: Add ability to test Clang's integrated assembler ASoC: qdsp6: q6afe-dai: Add missing Slimbus0 audio route ASoC: core: Return -ENOTSUPP from set_channel_map() if no operation provided ACPICA: Update version to 20190703 ACPICA: Update table load object initialization ACPICA: Update for object initialization sequence ACPICA: remove legacy module-level code due to deprecation ACPICA: Namespace: simplify creation of the initial/default namespace MIPS: only select ARCH_HAS_UNCACHED_SEGMENT for non-coherent platforms riscv: Introduce huge page support for 32/64bit kernel x86, arm64: Move ARCH_WANT_HUGE_PMD_SHARE config in arch/Kconfig nfsd: create xdr_netobj_dup helper nfsd: allow forced expiration of NFSv4 clients nfsd: create get_nfsdfs_clp helper nfsd4: show layout stateids nfsd: show lock and deleg stateids nfsd4: add file to display list of client's opens nfsd: add more information to client info file nfsd: escape high characters in binary data nfsd: copy client's address including port number to cl_addr nfsd4: add a client info file nfsd: make client/ directory names small ints nfsd: add nfsd/clients directory nfsd4: use reference count to free client nfsd: rename cl_refcount nfsd: persist nfsd filesystem across mounts nfs: fix out-of-date connectathon talk URL nfsd: fix cleanup of nfsd_reply_cache_init on failure nfsd4: remove outdated nfsd4_decode_time comment nfsd: use 64-bit seconds fields in nfsd v4 code nfsd: Spelling s/EACCESS/EACCES/ lockd: Make two symbols static locks: Cleanup lm_compare_owner and lm_owner_key lockd: Show pid of lockd for remote locks lockd: Remove lm_compare_owner and lm_owner_key lockd: Convert NLM service fl_owner to nlm_lockowner lockd: prepare nlm_lockowner for use by the server nfsd: note inadequate stats locking nfsd4: drc containerization nfsd: don't call nfsd_reply_cache_shutdown twice gve: fix -ENOMEM null check on a page allocation ipv4: use indirect call wrappers for {tcp, udp}_{recv, send}msg() ipv6: use indirect call wrappers for {tcp, udpv6}_{recv, send}msg() net: adjust socket level ICW to cope with ipv6 variant of {recv, send}msg ipv6: provide and use ipv6 specific version for {recv, send}msg inet: factor out inet_send_prepare() bonding: validate ip header before check IPPROTO_IGMP IB/mlx5: DEVX cleanup mdev IB/mlx5: Add DEVX support for CQ events IB/mlx5: Implement DEVX dispatching event IB/mlx5: Enable subscription for device events over DEVX IB/mlx5: Register DEVX with mlx5_core to get async events IB/mlx5: Introduce MLX5_IB_OBJECT_DEVX_ASYNC_EVENT_FD net/mlx5: Properly name the generic WQE control field net/mlx5: Introduce TLS TX offload hardware bits and structures net/mlx5: Refactor mlx5_esw_query_functions for modularity net/mlx5: E-Switch prepare functions change handler to be modular net/mlx5: Introduce and use mlx5_eswitch_get_total_vports() drm/amdkfd: Disable idle optimization for chained runlist drm/amdkfd: Add chained_runlist_idle_disable flag to pm4_mes_runlist drm/amdgpu: Fix tracking of invalid userptrs drm/amdgpu: Use FENCE_OWNER_KFD in process_sync_pds_resv drm/amdkfd: Print a warning when the runlist becomes oversubscribed ocxl: Allow contexts to be attached with a NULL mm driver: core: Allow subsystems to continue deferring probe drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT dt-bindings: usb: ehci: Fix example warnings dt-bindings: net: Use phy-mode instead of phy-connection-type dt-bindings: simple-framebuffer: Add requirement for pipelines dt-bindings: display: Fix simple-framebuffer example dt-bindings: net: mdio: Add child nodes dt-bindings: net: mdio: Add address and size cells dt-bindings: net: mdio: Add a nodename pattern fsi: sbefifo: Don't fail operations when in SBE IPL state coresight: tmc: Smatch: Fix potential NULL pointer dereference coresight: etm3x: Smatch: Fix potential NULL pointer dereference coresight: Potential uninitialized variable in probe() coresight: etb10: Do not call smp_processor_id from preemptible coresight: tmc-etf: Do not call smp_processor_id from preemptible coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from preemptible coresight: tmc-etr: Do not call smp_processor_id() from preemptible docs: misc-devices: convert files without extension to ReST net: hns: add support for vlan TSO sctp: count data bundling sack chunk for outctrlchunks qlcnic: remove redundant assignment to variable err atl1c: remove redundant assignment to variable tpd_req r8152: move calling r8153b_rx_agg_chg_indicate() qed: Add support for Timestamping the unicast PTP packets. gve: Fix u64_stats_sync to initialize start net: don't warn in inet diag when IPV6 is disabled loopback: fix lockdep splat arch_topology: Remove error messages on out-of-memory conditions IB/mlx5: Fixed reporting counters on 2nd port for Dual port RoCE net/mlx5: Expose device definitions for object events net/mlx5: Report EQE data upon CQ completion net/mlx5: Report a CQ error event only when a handler was set net/mlx5: mlx5_core_create_cq() enhancements fpga: dfl: fme: align PR buffer size per PR datawidth fpga: dfl: fme: remove copy_to_user() in ioctl for PR fpga: dfl-fme-mgr: fix FME_PR_INTFC_ID register address. net/mlx5: Expose the API to register for ANY event net/mlx5: Use event mask based on device capabilities net/mlx5: Fix mlx5_core_destroy_cq() error flow RDMA/hns: Remove set but not used variable 'fclr_write_fail_flag' RDMA/i40iw: Set queue pair state when being queried serial: imx: set_termios(): preserve RTS state serial: imx: set_termios(): clarify RTS/CTS bits calculation serial: imx: set_termios(): factor-out 'ucr2' initial value IB/i40iw: Use kmemdup rather than open coding serial: sh-sci: Terminate TX DMA during buffer flushing serial: sh-sci: Fix TX DMA buffer flushing and workqueue races serial: mpsc: Remove obsolete MPSC driver serial: 8250: 8250_core: Fix missing unlock on error in serial8250_register_8250_port() IB/ipoib: Remove memset after vzalloc in ipoib_cm.c IB: Remove unneeded memset usb :fsl: Change string format for errata property usb: host: Stops USB controller init if PLL fails to lock usb: linux/fsl_device: Add platform member has_fsl_erratum_a006918 usb: phy: Workaround for USB erratum-A005728 usb: fsl: Set USB_EN bit to select ULPI phy usb: Handle USB3 remote wakeup for LPM enabled devices correctly drivers/usb/typec/tps6598x.c: fix 4CC cmd write drivers/usb/typec/tps6598x.c: fix portinfo width usb: storage: scsiglue: Do not skip VPD if try_vpd_pages is set staging: rtl8723bs: hal: remove redundant assignment to packetType staging: rtl8723bs: Change return type of hal_btcoex_IsBtDisabled() staging: rtl8723bs: Remove rtw_btcoex_DisplayBtCoexInfo() staging: rtl8723bs: Remove function rtw_btcoex_GetDBG() staging: rtl8723bs: Remove function rtw_btcoex_SetDBG() staging: rtl8723bs: Remove rtw_btcoex_IsBTCoexCtrlAMPDUSize() staging: rtl8723bs: Remove rtw_btcoex_BtInfoNotify() staging: rtl8723bs: Remove rtw_btcoex_ScanNotify() staging: rtl8723bs: Remove rtw_btcoex_SetSingleAntPath() staging: rtl8723bs: Remove rtw_btcoex_SetPGAntNum() staging: rtl8192e: remove redundant initialization of rtstatus staging: rtl8723bs: Remove rtw_btcoex_GetRaMask() staging: rtl8723bs: Remove rtw_btcoex_SetChipType() staging: rtl8723bs: Remove rtw_btcoex_ConnectNotify() staging: rtl8723bs: Remove rtw_btcoex_SetBTCoexist() staging: rtl8723bs: Remove rtw_btcoex_IsBtDisabled() staging: rtl8723bs: Remove rtw_btcoex_IsBtControlLps() staging: rtl8723bs: Remove rtw_btcoex_Handler() staging: rtl8723bs: Remove rtw_btcoex_LpsVal() staging: rtl8723bs: Remove rtw_btcoex_RecordPwrMode() staging: rtl8723bs: Remove rtw_btcoex_RpwmVal() staging: kpc2000: fix brace issues in kpc2000_spi.c staging: rtl8192u: Replace function rtl8192_rx_enable() drivers/staging/rtl8192u: style nonstyled comments drivers/staging/rtl8192u: drop first comment line staging: mt7621-dts: add support for second network interface staging: mt7621-dts: update sdhci config. staging: comedi: mite: Replace function mite_request_channel_in_range() staging: comedi: amplc_dio200: Remove function gat_sce() staging: comedi: amplc_dio200: Remove function clk_sce() staging: most: remove data sanity check staging: android: ion: Remove file ion_chunk_heap.c staging: android: ion: Remove file ion_carveout_heap.c staging: erofs: fix LZ4 limited bounced page mis-reuse f2fs: support swap file w/ DIO intel_th: msu: Start read iterator from a non-empty window intel_th: msu: Split sgt array and pointer in multiwindow mode intel_th: msu: Support multipage blocks intel_th: pci: Add Ice Lake NNPI support intel_th: msu: Fix single mode with disabled IOMMU intel_th: msu: Remove set but not used variable 'last' intel_th: msu: Fix unused variable warning on arm64 platform fs: xfs: xfs_log: Change return type from int to void xfs: poll waiting for quotacheck lib: notifier-error-inject: no need to check return value of debugfs_create functions swiotlb: no need to check return value of debugfs_create functions ceph: no need to check return value of debugfs_create functions sunrpc: no need to check return value of debugfs_create functions ubifs: no need to check return value of debugfs_create functions orangefs: no need to check return value of debugfs_create functions nfsd: no need to check return value of debugfs_create functions lib: 842: no need to check return value of debugfs_create functions debugfs: provide pr_fmt() macro debugfs: log errors when something goes wrong samples/bpf: fix tcp_bpf.readme detach command samples/bpf: add sample program that periodically dumps TCP stats selftests/bpf: test BPF_SOCK_OPS_RTT_CB bpf/tools: sync bpf.h bpf: add icsk_retransmits to bpf_tcp_sock bpf: add dsack_dups/delivered{, _ce} to bpf_tcp_sock bpf: split shared bpf_tcp_sock and bpf_sock_ops implementation bpf: add BPF_CGROUP_SOCK_OPS callback that is executed on every RTT x86/fsgsbase: Revert FSGSBASE support xfs: multithreaded iwalk implementation selftests/x86/fsgsbase: Fix some test case bugs ext2: Use kmemdup rather than duplicating its implementation crypto: stm32/hash - remove interruptible condition for dma crypto: stm32/hash - Fix hmac issue more than 256 bytes crypto: stm32/crc32 - rename driver file KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk KVM: svm: add nrips module parameter crypto: amcc - remove memset after dma_alloc_coherent crypto: ccp - Switch to SPDX license identifiers crypto: ccp - Validate the the error value used to index error messages crypto: doc - Fix formatting of new crypto engine content crypto: doc - Add parameter documentation crypto: arm64/aes-ce - implement 5 way interleave for ECB, CBC and CTR crypto: arm64/aes-ce - add 5 way interleave routines crypto: talitos - drop icv_ool crypto: talitos - fix hash on SEC1. crypto: talitos - move struct talitos_edesc into talitos.h lib/scatterlist: Fix mapping iterator when sg->offset is greater than PAGE_SIZE PCI/IOV: Assume SR-IOV VFs support extended config space. Revert "PCI/IOV: Use VF0 cached config space size for other VFs" block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROES mips/kprobes: Export kprobe_fault_handler() xdp: fix hang while unregistering device bound to xdp socket xdp: hold device for umem regardless of zero-copy mode selftests: bpf: fix inlines in test_lwt_seg6local selftests: bpf: standardize to static __always_inline bpf: Add support for fq's EDT to HBM gfs2: don't use buffer_heads in gfs2_allocate_page_backing gfs2: use iomap_bmap instead of generic_block_bmap gfs2: mark stuffed_readpage static gfs2: merge gfs2_writepage_common into gfs2_writepage gfs2: merge gfs2_writeback_aops and gfs2_ordered_aops platform/x86: intel_pmc_core: transform Pkg C-state residency from TSC ticks into microseconds platform/x86: asus-wmi: Use dev_get_drvdata() Documentation/ABI: Add new attribute for mlxreg-io sysfs interfaces platform/x86: mlx-platform: Add more reset cause attributes platform/x86: mlx-platform: Modify DMI matching order platform/x86: mlx-platform: Add regmap structure for the next generation systems platform/x86: mlx-platform: Change API for i2c-mlxcpld driver activation platform/x86: mlx-platform: Move regmap initialization before all drivers activation MAINTAINERS: Update for Intel Speed Select Technology tools/power/x86: A tool to validate Intel Speed Select commands gpio: pl061: drop duplicate printing of device name ASoC: meson: axg-tdm-formatter: add reset ASoC: meson: axg-tdm-formatter: add reset to the bindings documentation keys: Provide KEYCTL_GRANT_PERMISSION spi: pxa2xx: Add support for Intel Elkhart Lake regulator: max77650: add MODULE_ALIAS() regulator: max77620: remove redundant assignment to variable ret Documentation: ABI: power: Add missing newline at end of file ACPI / PMIC: intel: Drop double removal of address space handler ACPI: APD: remove redundant assignment to pointer clk docs: extcon: convert it to ReST and move to ACPI dir powerpc/mm: mark more tlb functions as __always_inline ARM: sa1100: convert to common clock framework bpf, libbpf, smatch: Fix potential NULL pointer dereference libbpf: fix GCC8 warning for strncpy selftests: bpf: add tests for shifts by zero bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_K shift by 0 bpf, x32: Fix bug with ALU64 {LSH, RSH, ARSH} BPF_X shift by 0 bpf: fix precision tracking clocksource/drivers: Continue making Hyper-V clocksource ISA agnostic clocksource/drivers: Make Hyper-V clocksource ISA agnostic xfrm interface: fix memory leak on creation xfrm: policy: fix bydst hlist corruption on hash rebuild pinctrl: aspeed: Add implementation-related documentation pinctrl: aspeed: Split out pinmux from general pinctrl pinctrl: aspeed: Clarify comment about strapping W1C pinctrl: aspeed: Correct comment that is no longer true MAINTAINERS: Add entry for ASPEED pinctrl drivers dt-bindings: pinctrl: aspeed: Convert AST2500 bindings to json-schema irqchip/gic-pm: Remove PM_CLK dependency dt-bindings: pinctrl: aspeed: Convert AST2400 bindings to json-schema dt-bindings: pinctrl: aspeed: Split bindings document in two pinctrl: qcom: Add irq_enable callback for msm gpio gpio: altera: Pass irqchip when adding gpiochip gpio: siox: Use devm_ managed gpiochip gpio: siox: Add struct device *dev helper variable gpio: siox: Pass irqchip when adding gpiochip irqchip/al-fic: Introduce Amazon's Annapurna Labs Fabric Interrupt Controller Driver dt-bindings: interrupt-controller: Add Amazon's Annapurna Labs FIC x86/irq: Seperate unused system vectors from spurious entry again x86/irq: Handle spurious interrupt after shutdown gracefully x86/ioapic: Implement irq_get_irqchip_state() callback genirq: Add optional hardware synchronization for shutdown genirq: Fix misleading synchronize_irq() documentation genirq: Delay deactivation in free_irq() drivers: gpio: amd-fch: make resource struct const devres: allow const resource arguments usb: renesas_usbhs: add a workaround for a race condition of workqueue usb: gadget: udc: renesas_usb3: remove redundant assignment to ret usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset() USB: gadget: function: fix issue Unneeded variable: "value" dmaengine: fsl-edma: add i.mx7ulp edma2 version support dt-bindings: dma: fsl-edma: add new i.mx7ulp-edma dmaengine: fsl-edma-common: version check for v2 instead dmaengine: fsl-edma-common: move dmamux register to another single function dmaengine: fsl-edma: add drvdata for fsl-edma usb: phy: phy-mxs-usb: add imx7ulp support doc: dt-binding: mxs-usb-phy: add compatible for 7ulp dmaengine: Revert "dmaengine: fsl-edma: support little endian for edma driver" misc: fsa9480: Delete this driver usb:cdns3 Fix for stuck packets in on-chip OUT buffer. usb:cdns3 Add Cadence USB3 DRD Driver usb:gadget Simplify usb_decode_get_set_descriptor function. usb:gadget Patch simplify usb_decode_set_clear_feature function. usb:gadget Separated decoding functions from dwc3 driver. dt-bindings: add binding for USBSS-DRD controller. usb: dwc3: pci: add support for TigerLake Devices stacktrace: Use PF_KTHREAD to check for kernel threads gfs2: remove the unused gfs2_stuffed_write_end function gfs2: use page_offset in gfs2_page_mkwrite powerpc: Use the correct style for SPDX License Identifier powerpc/powernv-eeh: Consisely desribe what this file does powerpc/configs: Remove useless UEVENT_HELPER_PATH powerpc/4xx/uic: clear pending interrupt after irq type/pol change selftests/powerpc: Add missing newline at end of file powerpc: Add barrier_nospec to raw_copy_in_user() KVM: PPC: Book3S HV: Fix CR0 setting in TM emulation powerpc/powernv: Fix stale iommu table base after VFIO powerpc/pci/of: Parse unassigned resources powerpc/pseries/dma: Enable SWIOTLB powerpc/pseries/dma: Allow SWIOTLB powerpc: remove device_to_mask() powerpc: Fix compile issue with force DAWR powerpc: silence a -Wcast-function-type warning in dawr_write_file_bool powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT powerpc/64s/exception: simplify hmi control flow powerpc/64s/exception: hmi remove special case macro powerpc/64s/exception: sreset move trampoline ahead of common code powerpc/64s/exception: optimise system_reset for idle, clean up non-idle case perf script: Allow specifying the files to process guest samples blk-mq: simplify blk_mq_make_request() blk-mq: remove blk_mq_put_ctx() fsi/core: Fix error paths on CFAM init OCC: FSI and hwmon: Add sequence numbering MAINTAINERS: Add FSI subsystem selftests/net: skip psock_tpacket test if KALLSYMS was not enabled PCI: Use seq_puts() instead of seq_printf() in show_device() PCI/P2PDMA: Fix missing check for dma_virt_ops f2fs: allocate blocks for pinned file f2fs: fix is_idle() check for discard type f2fs: add a rw_sem to cover quota flag changes f2fs: set SBI_NEED_FSCK for xattr corruption case f2fs: use generic EFSBADCRC/EFSCORRUPTED f2fs: Use DIV_ROUND_UP() instead of open-coding f2fs: print kernel message if filesystem is inconsistent f2fs: introduce f2fs_<level> macros to wrap f2fs_printk() f2fs: avoid get_valid_blocks() for cleanup f2fs: ioctl for removing a range from F2FS mlxsw: spectrum_ptp: Fix validation in mlxsw_sp1_ptp_packet_finish() rxrpc: Fix oops in tracepoint r8169: add random MAC address fallback Revert "r8169: improve handling VLAN tag" net: usb: asix: init MAC address buffers net: stmmac: make "snps,reset-delays-us" optional again bonding/main: fix NULL dereference in bond_select_active_slave() ACPI: PM: Drop unused function and function header ACPI: PM: Introduce "poweroff" callbacks for ACPI PM domain and LPSS ACPI: PM: Simplify and fix PM domain hibernation callbacks PCI: PM: Simplify bus-level hibernation callbacks PM: ACPI/PCI: Resume all devices during hibernation tipc: remove ub->ubsock checks ext4: fix coverity warning on error path of filename setup libata: Drop firmware version check from the ST1000LM024 quirk ext4: replace ktype default_attrs with default_groups um: Fix kcov crash during startup um: configs: Remove useless UEVENT_HELPER_PATH um: Support time travel mode um: Pass nsecs to os timer functions um: Remove drivers/ssl.h um: Don't garbage collect in deactivate_all_fds() um: Silence lockdep complaint about mmap_sem um: Remove locking in deactivate_all_fds() um: Timer code cleanup um: fix os_timer_one_shot() um: Fix IRQ controller regression on console read drm/amdkfd: remove an unused variable macsec: fix checksumming after decryption macsec: fix use-after-free of skb during RX ipv4: Fix off-by-one in route dump counter without netlink strict checking net: ethernet: mediatek: Allow non TRGMII mode with MT7621 DDR2 devices drm/amdgpu/display: fix interrupt client id for navi xprtrdma: Fix use-after-free in rpcrdma_post_recvs xprtrdma: Fix a BUG when tracing is enabled with NFSv4.1 on RDMA rdma/siw: addition to kernel build environment rdma/siw: completion queue methods rdma/siw: receive path rdma/siw: transmit path rdma/siw: queue pair methods rdma/siw: application buffer management rdma/siw: application interface rdma/siw: connection management rdma/siw: network and RDMA core interface rdma/siw: main include file dm thin metadata: check if in fail_io mode when setting needs_check rdma/siw: iWarp wire packet format kselftests: cgroup: remove duplicated include from test_freezer.c ecryptfs: Change return type of ecryptfs_process_flags rxrpc: Fix send on a connected, but unbound socket rxrpc: Fix uninitialized error code in rxrpc_send_data_packet() perf tools metric: Don't include duration_time in group perf list: Avoid extra : for --raw metrics perf vendor events intel: Metric fixes for SKX/CLX perf tools: Fix typos / broken sentences perf jevents: Add support for Hisi hip08 L3C PMU aliasing perf jevents: Add support for Hisi hip08 HHA PMU aliasing perf jevents: Add support for Hisi hip08 DDRC PMU aliasing perf pmu: Support more complex PMU event aliasing nfc: st-nci: remove redundant assignment to variable r PCI: Skip resource distribution when no hotplug bridges PCI: Simplify pci_bus_distribute_available_resources() net: bridge: stp: don't cache eth dest pointer before skb pull net: bridge: don't cache ether dest pointer on input net: bridge: mcast: fix stale ipv6 hdr pointer when handling v6 query net: bridge: mcast: fix stale nsrcs pointer in igmp3/mld2 report handling hinic: remove standard netdev stats net: stmmac: Re-word Kconfig entry sample/mdev/mbochs: remove set but not used variable 'mdev_state' vfio: vfio_pci_nvlink2: use a vma helper function vfio-mdev/samples: make some symbols static mm: don't select MIGRATE_VMA_HELPER from HMM_MIRROR mm: remove the HMM config option mm: sort out the DEVICE_PRIVATE Kconfig mess mm: simplify ZONE_DEVICE page private data mm: remove hmm_devmem_add mm: remove hmm_vma_alloc_locked_page nouveau: use devm_memremap_pages directly nouveau: use alloc_page_vma directly PCI/P2PDMA: use the dev_pagemap internal refcount device-dax: use the dev_pagemap internal refcount memremap: provide an optional internal refcount in struct dev_pagemap memremap: replace the altmap_valid field with a PGMAP_ALTMAP_VALID flag memremap: remove the data field in struct dev_pagemap memremap: add a migrate_to_ram method to struct dev_pagemap_ops memremap: lift the devmap_enable manipulation into devm_memremap_pages memremap: pass a struct dev_pagemap to ->kill and ->cleanup memremap: move dev_pagemap callbacks into a separate structure memremap: validate the pagemap type passed to devm_memremap_pages mm: factor out a devm_request_free_mem_region helper mm: export alloc_pages_vma mm: don't clear ->mapping in hmm_devmem_free mm: remove MEMORY_DEVICE_PUBLIC support kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUID kvm: nVMX: Remove unnecessary sync_roots from handle_invept Documentation: kvm: document CPUID bit for MSR_KVM_POLL_CONTROL KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guest KVM: X86: Implement PV sched yield hypercall KVM: X86: Yield to IPI target if necessary x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in use x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCH xfs: refactor INUMBERS to use iwalk functions xfs: refactor iwalk code to handle walking inobt records xfs: refactor xfs_iwalk_grab_ichunk xfs: clean up long conditionals in xfs_iwalk_ichunk_ra xfs: change xfs_iwalk_grab_ichunk to use startino, not lastino xfs: move bulkstat ichunk helpers to iwalk code xfs: calculate inode walk prefetch more carefully xfs: convert bulkstat to new iwalk infrastructure xfs: bulkstat should copy lastip whenever userspace supplies one xfs: convert quotacheck to use the new iwalk functions xfs: create simplified inode walk function xfs: create iterator error codes perf diff: Documentation -c cycles option perf diff: Print the basic block cycles diff perf diff: Link same basic blocks among different data perf diff: Use hists to manage basic blocks per symbol perf diff: Check if all data files with branch stacks perf hists: Add block_info in hist_entry perf symbol: Create block_info structure platform/x86: ISST: Restore state on resume platform/x86: ISST: Add Intel Speed Select PUNIT MSR interface platform/x86: ISST: Add Intel Speed Select mailbox interface via MSRs platform/x86: ISST: Add Intel Speed Select mailbox interface via PCI platform/x86: ISST: Add Intel Speed Select mmio interface platform/x86: ISST: Add IOCTL to Translate Linux logical CPU to PUNIT CPU number platform/x86: ISST: Store per CPU information platform/x86: ISST: Add common API to register and handle ioctls platform/x86: ISST: Update ioctl-number.txt for Intel Speed Select interface KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LIST KVM: nVMX: allow setting the VMFUNC controls MSR KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRS iommu/arm-smmu-v3: Fix compilation when CONFIG_CMA=n mm: remove the struct hmm_device infrastructure mm: remove the unused ARCH_HAS_HMM_DEVICE Kconfig option ASoC: max98357a: avoid speaker pop when playback startup mm/swap: fix release_pages() when releasing devmap pages s390: ap: kvm: Enable PQAP/AQIC facility for the guest s390: ap: implement PAPQ AQIC interception in kernel vfio: ap: register IOMMU VFIO notifier s390: ap: kvm: add PQAP interception for AQIC s390/unwind: cleanup unused READ_ONCE_TASK_STACK s390/kasan: avoid false positives during stack unwind s390/qdio: don't touch the dsci in tiqdio_add_input_queues() s390/qdio: (re-)initialize tiqdio list entries s390/dasd: Fix a precision vs width bug in dasd_feature_list() s390/cio: introduce driver_override on the css bus objtool: Fix build by linking against tools/lib/ctype.o sources drm: connector: remove bogus NULL check spi: atmel-quadspi: fix resume call ASoC: pxa: pxa2xx-ac97.c: use devm_snd_soc_register_component() ASoC: cros_ec_codec: use devm_snd_soc_register_component() ASoC: ak4118: use devm_snd_soc_register_component() ASoC: rt5682: use devm_snd_soc_register_component() ASoC: cirrus: ep93xx-i2s.c: use devm_snd_soc_register_component() ASoC: au1x: psc-i2s.c: use devm_snd_soc_register_component() spi: atmel-quadspi: void return type for atmel_qspi_init() spi: pxa2xx: Set minimum transfer speed dt-bindings: regulator: add support for the stm32-booster regulator: add support for the stm32-booster regulator: s2mps11: Adjust supported buck voltages to real values regulator: s2mps11: Fix buck7 and buck8 wrong voltages ASoC: rt1308: Fix platform_no_drv_owner.cocci warnings ASoC: madera: Remove duplicated include from cs47l35.c powerpc/64s/exception: remove bad stack branch powerpc/tm: update comment about interrupt re-entrancy powerpc/64s/exception: move SET_SCRATCH0 into EXCEPTION_PROLOG_0 powerpc/64s/exception: denorm handler use standard scratch save macro powerpc/64s/exception: machine check use standard macros to save dar/dsisr powerpc/64s/exception: add dar and dsisr options to exception macro powerpc/64s/exception: use common macro for windup powerpc/64s/exception: shuffle windup code around powerpc/64s/exception: simplify hmi windup code powerpc/64s/exception: move machine check windup in_mce handling powerpc/64s/exception: windup use r9 consistently to restore SPRs powerpc/64s/exception: mtmsrd L=1 cleanup powerpc/64s/exception: avoid SPR RAW scoreboard stall in real mode entry powerpc/64s/exception: clean up system call entry powerpc/64s/exception: move paca save area offsets into exception-64s.S powerpc/64s/exception: remove pointless EXCEPTION_PROLOG macro indirection mfd: hi655x-pmic: Fix missing return value check for devm_regmap_init_mmio_clk mfd: madera: Fixup SPDX headers mfd: madera: Remove some unused registers and fix some defaults mfd: intel-lpss: Release IDA resources mfd: intel-lpss: Add Intel Elkhart Lake PCH PCI IDs mfd: cs5535-mfd: Remove ifdef OLPC noise mfd: stmfx: Fix macro definition spelling dt-bindings: mfd: Add link to ROHM BD71847 Datasheet MAINAINERS: Swap words in INTEL PMIC MULTIFUNCTION DEVICE DRIVERS mfd: cros_ec_dev: Register cros_ec_accel_legacy driver as a subdevice mfd: rk808: Prepare rk805 for poweroff mfd: rk808: Check pm_power_off pointer mfd: cros_ec: differentiate SCP from EC by feature bit dt-bindings: Add binding for cros-ec-rpmsg mfd: madera: Add Madera core support for CS47L92 mfd: madera: Add Madera core support for CS47L15 mfd: madera: Update DT bindings to add additional CODECs mfd: madera: Add supply mapping for MICVDD mfd: madera: Fix potential uninitialised use of variable mfd: madera: Fix bad reference to pinctrl.txt file mfd: arizona: Fix undefined behavior mfd: core: Set fwnode for created devices mfd: intel-lpss: Keep device tables sorted by ID mfd: menelaus: Remove superfluous error message mfd: bd718x7: Make power button press duration configurable dt-bindings: mfd: Document short/long press duration for BD718X7 mfd: bd718x7: Remove hardcoded config for button press duration mfd: cros_ec: Register cros_ec_lid_angle driver when presented mfd: madera: Add missing of table registration regulator: lp87565: Fix missing break in switch statement btrfs: migrate the global_block_rsv helpers to block-rsv.c btrfs: migrate the block-rsv code to block-rsv.c btrfs: stop using block_rsv_release_bytes everywhere btrfs: cleanup the target logic in __btrfs_block_rsv_release btrfs: export __btrfs_block_rsv_release btrfs: export btrfs_block_rsv_add_bytes btrfs: move btrfs_block_rsv definitions into it's own header btrfs: Simplify update of space_info in __reserve_metadata_bytes() btrfs: unexport can_overcommit btrfs: move reserve_metadata_bytes and supporting code to space-info.c btrfs: move dump_space_info to space-info.c btrfs: export block_rsv_use_bytes btrfs: move btrfs_space_info_add_*_bytes to space-info.c btrfs: move the space info update macro to space-info.h btrfs: move and export can_overcommit btrfs: move the space_info handling code to space-info.c btrfs: export space_info_add_*_bytes btrfs: rename do_chunk_alloc to btrfs_chunk_alloc btrfs: move space_info to space-info.h btrfs: lift bio_set_dev from bio allocation helpers btrfs: use raid_attr for minimum stripe count in btrfs_calc_avail_data_space btrfs: use raid_attr to adjust minimal stripe size in btrfs_calc_avail_data_space btrfs: drop default value assignments in enums btrfs: use common helpers for extent IO state insertion messages btrfs: run delayed iput at unlink time Btrfs: add missing inode version, ctime and mtime updates when punching hole Btrfs: fix fsync not persisting dentry deletions due to inode evictions btrfs: Use btrfs_get_io_geometry appropriately btrfs: Introduce btrfs_io_geometry infrastructure btrfs: improve messages when updating feature flags btrfs: shut up bogus -Wmaybe-uninitialized warning Btrfs: prevent send failures and crashes due to concurrent relocation btrfs: document BTRFS_MAX_MIRRORS btrfs: use mask for RAID56 profiles btrfs: add mask for all RAID1 types btrfs: qgroup: Don't hold qgroup_ioctl_lock in btrfs_qgroup_inherit() btrfs: correctly validate compression type Btrfs: fix data loss after inode eviction, renaming it, and fsync it btrfs: raid56: clear incompat block group flags after removing the last one btrfs: switch extent_buffer write_locks from atomic to int btrfs: switch extent_buffer spinning_writers from atomic to int btrfs: switch extent_buffer blocking_writers from atomic to int btrfs: assert delayed ref lock in btrfs_find_delayed_ref_head powerpc/64s/exception: generate regs clear instructions using .rept powerpc/64s/exception: fix indenting irregularities powerpc/64s/exception: use a gas macro for system call handler code powerpc/64s/exception: remove unused BRANCH_TO_COMMON powerpc/64s/exception: remove __BRANCH_TO_KVM powerpc/64s/exception: move head-64.h code to exception-64s.S where it is used powerpc/64s/exception: move exception-64s.h code to exception-64s.S where it is used powerpc/64s/exception: move KVM related code together powerpc/64s/exception: remove STD_EXCEPTION_COMMON variants powerpc/64s/exception: move EXCEPTION_PROLOG_2* to a more logical place powerpc/64s/exception: improve 0x500 handler code powerpc/64s/exception: unwind exception-64s.h macros powerpc/64s/exception: Move EXCEPTION_COMMON additions into callers powerpc/64s/exception: Move EXCEPTION_COMMON handler and return branches into callers powerpc/64s/exception: Make EXCEPTION_PROLOG_0 a gas macro for consistency with others powerpc/64s/exception: KVM handler can set the HSRR trap bit powerpc/64s/exception: merge KVM handler and skip variants powerpc/64s/exception: consolidate maskable and non-maskable prologs powerpc/64s/exception: remove the "extra" macro parameter powerpc/64s/exception: fix sreset KVM test code powerpc/64s/exception: move and tidy EXCEPTION_PROLOG_2 variants powerpc/64s/exception: consolidate EXCEPTION_PROLOG_2 with _NORI variant powerpc/64s/exception: remove H concatenation for EXC_HV variants xfrm: remove a duplicated assignment HID: Add another Primax PIXART OEM mouse quirk powerpc/64s/exception: Remove unused SOFTEN_VALUE_0x980 HID: wacom: generic: add touchring adjustment for 2nd Gen Pro Small docs: hid: convert to ReST x86/entry/64: Fix and clean up paranoid_exit x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabled selftests/x86: Test SYSCALL and SYSENTER manually with TF set rslib: Make some functions static gve: Add ethtool support gve: Add workqueue and reset support gve: Add transmit and receive support gve: Add basic driver framework for Compute Engine Virtual NIC blackhole_dev: add a selftest blackhole_netdev: use blackhole_netdev to invalidate dst entries loopback: create blackhole net device similar to loopack. r8152: fix the setting of detecting the linking change for runtime suspend net: ethernet: broadcom: bcm63xx_enet: Remove unneeded memset net: netsec: add XDP support net: page_pool: add helper function for retrieving dma direction net: netsec: Use page_pool API net/tls: make sure offload also gets the keys wiped net/tls: reject offload of TLS 1.3 tc-testing: added tdc tests for prio qdisc tc-testing: updated mirred action tests with batch create/delete net sched: update mirred action for batched events operations selftests: add a test case for cls_lower handle overflow idr: introduce idr_for_each_entry_continue_ul() idr: fix overflow case for idr_for_each_entry_ul() netlink: use 48 byte ctx instead of 6 signed longs for callback tipc: embed jiffies in macro TIPC_BC_RETR_LIM vsock/virtio: fix flush of works during the .remove() vsock/virtio: stop workers during the .remove() vsock/virtio: use RCU to avoid use-after-free on the_virtio_vsock remoteproc: copy parent dma_pfn_offset for vdev vxlan: do not destroy fdb if register_netdevice() is failed net/ipv6: Fix misuse of proc_dointvec "flowlabel_reflect" net: link_watch: prevent starvation when processing linkwatch wq remoteproc: qcom: q6v5-mss: Support loading non-split images soc: qcom: mdt_loader: Support loading non-split images sctp: fix error handling on stream scheduler initialization netrom: fix a memory leak in nr_rx_frame() mlxsw: spectrum: PTP: Support ethtool get_ts_info mlxsw: spectrum: PTP: Support SIOCGHWTSTAMP, SIOCSHWTSTAMP ioctls mlxsw: spectrum: PTP: Configure PTP traps and FIFO events mlxsw: spectrum: PTP: Garbage-collect unmatched entries mlxsw: spectrum: PTP: Support timestamping on Spectrum-1 mlxsw: spectrum: PTP: Disable BH when working with PHC mlxsw: spectrum: PTP: Add PTP initialization / finalization mlxsw: pci: PTP: Hook into packet transmit path mlxsw: core: Add support for using SKB control buffer mlxsw: spectrum: PTP: Hook into packet receive path mlxsw: spectrum: Add support for traps specific to Spectrum-1 mlxsw: spectrum: Extract a helper for trap registration mlxsw: reg: Add Monitoring Global Configuration Register mlxsw: reg: Add Time Precision Packet Timestamping Reading mlxsw: reg: Add Monitoring Precision Time Protocol Trap Register mlxsw: reg: Add Monitoring Time Precision Packet Port Configuration Register perf jevents: Use nonlocal include statements in pmu-events.c perf annotate: Add csky support perf stat: Fix metrics with --no-merge perf stat: Fix group lookup for metric group perf stat: Don't merge events in the same PMU perf stat: Make metric event lookup more robust tools lib: Move argv_{split,free} from tools/perf/util/ perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel tools lib: Adopt strreplace() from the kernel perf tools: Ditch rtrim(), use strim() from tools/lib net/mlx5: E-Switch, Handle UC address change in switchdev mode net/mlx5: E-Switch, Consider host PF for inline mode and vlan pop net/mlx5: E-Switch, Use iterator for vlan and min-inline setups net/mlx5: E-Switch, Reg/unreg function changed event at correct stage net/mlx5: E-Switch, Consolidate eswitch function number of VFs net/mlx5: E-Switch, Refactor eswitch SR-IOV interface net/mlx5: Handle host PF vport mac/guid for ECPF net/mlx5: E-Switch, Use correct flags when configuring vlan net/mlx5: Reduce dependency on enabled_vfs counter and num_vfs net/mlx5: Don't handle VF func change if host PF is disabled net/mlx5: Limit scope of mlx5_get_next_phys_dev() to PCI PF devices net/mlx5: Move pci status reg access mutex to mlx5_pci_init net/mlx5: Rename mlx5_pci_dev_type to mlx5_coredev_type RDMA/mlx5: Cleanup rep when doing unload {IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mapping net/mlx5: E-Switch, Use vport index when init rep net/mlx5: Added MCQI and MCQS registers' description to ifc net/mlx5: Add hardware definitions for sub functions selinux: format all invalid context as untrusted RISC-V: Fix memory reservation in setup_bootmem() riscv: defconfig: enable SOC_SIFIVE riscv: select SiFive platform drivers with SOC_SIFIVE arch: riscv: add config option for building SiFive's SoC resource riscv: Remove gate area stubs MAINTAINERS: change the arch/riscv git tree to the new shared tree MAINTAINERS: don't automatically patches involving SiFive to the linux-riscv list RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERS drm/amdkfd: remove duplicated PCIE atomics request drm/amdgpu: enable PCIE atomics ops support drm/amdgpu: add field indicating if has PCIE atomics support drm/amd/powerplay: use hardware fan control if no powerplay fan table drm/amdgpu: fix MGPU fan boost enablement for XGMI reset drm/amdgpu: handle AMDGPU_IB_FLAG_RESET_GDS_MAX_WAVE_ID on gfx10 drm/amdgpu: fix transform feedback GDS hang on gfx10 (v2) ipv4: don't set IPv6 only flags to IPv4 addresses ARM: dts: exynos: Adjust buck[78] regulators to supported values on Arndale Octa ARM: dts: exynos: Adjust buck[78] regulators to supported values on Odroid XU3 family ARM: dts: exynos: Move Mali400 GPU node to "/soc" ARM: dts: exynos: Fix imprecise abort on Mali GPU probe on Exynos4210 ARCv2: entry: rewrite to enable use of double load/stores LDD/STD ARCv2: entry: avoid a branch ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUE ARCv2: entry: comments about hardware auto-save on taken interrupts ARC: mm: do_page_fault refactor #8: release mmap_sem sooner ARC: mm: do_page_fault refactor #7: fold the various error handling ARC: mm: do_page_fault refactor #6: error handlers to use same pattern ARC: mm: do_page_fault refactor #5: scoot no_context to end ARC: mm: do_page_fault refactor #4: consolidate retry related logic ARC: mm: do_page_fault refactor #3: tidyup vma access permission code ARC: mm: do_page_fault refactor #2: remove short lived variable ARC: mm: do_page_fault refactor #1: remove label @good_area samples: pktgen: allow to specify destination port samples: pktgen: add some helper functions for port parsing net:gue.h:Fix shifting signed 32-bit value by 31 bits problem sbitmap: Replace cmpxchg with xchg ipv6: icmp: allow flowlabel reflection in echo replies net: dst.h: Fix shifting signed 32-bit value by 31 bits problem Documentation/networking: fix default_ttl typo in mpls-sysctl drm/amdgpu/gfx10: use reset default for PA_SC_FIFO_SIZE drm/amdgpu/gfx9: use reset default for PA_SC_FIFO_SIZE asm-generic: remove ptrace.h x86: don't use asm-generic/ptrace.h sh: don't use asm-generic/ptrace.h powerpc: don't use asm-generic/ptrace.h arm64: don't use asm-generic/ptrace.h staging: kpc2000: drop useless softdep statement vfs: only allow FSSETXATTR to set DAX flag on files and dirs vfs: teach vfs_ioc_fssetxattr_check to check extent size hints vfs: teach vfs_ioc_fssetxattr_check to check project id info vfs: create a generic checking function for FS_IOC_FSSETXATTR vfs: create a generic checking and prep function for FS_IOC_SETFLAGS dt-bindings: reset: imx7: Fix the spelling of 'indices' drm: panel-orientation-quirks: Add extra quirk table entry for GPD MicroPC ALSA: hda: Fix a headphone detection issue when using SOF block: fix .bi_size overflow habanalabs: Add busy engines bitmask to HW idle IOCTL habanalabs: Add debugfs node for engines status habanalabs: Update the device idle check mfd / platform: cros_ec_debugfs: Expose resume result via debugfs iommu/vt-d: Cleanup unused variable iommu/amd: Flush not present cache in iommu_map_page iommu/amd: Only free resources once on init error iommu/amd: Move gart fallback to amd_iommu_init iommu/amd: Make iommu_disable safer btrfs: tests: add locks around add_extent_mapping btrfs: Document __etree_search btrfs: Don't trim returned range based on input value in find_first_clear_extent_bit btrfs: trim: make reserved device area adjustments more explicit btrfs: use file:line format for assertion report btrfs: remove assumption about csum type form btrfs_print_data_csum_error() btrfs: directly call into crypto framework for checksumming btrfs: add boilerplate code for directly including the crypto framework btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions btrfs: check for supported superblock checksum type before checksum validation btrfs: add common checksum type validation btrfs: format checksums according to type for printing btrfs: don't assume compressed_bio sums to be 4 bytes btrfs: don't assume ordered sums to be 4 bytes btrfs: use btrfs_crc32c{,_final}() in for free space cache btrfs: resurrect btrfs_crc32c() btrfs: use btrfs_csum_data() instead of directly calling crc32c btrfs: Flush before reflinking any extent to prevent NOCOW write falling back to COW without data reservation btrfs: Return EAGAIN if we can't start no snpashot write in check_can_nocow btrfs: Add comments on locking of several device-related fields btrfs: Always use a cached extent_state in btrfs_lock_and_flush_ordered_range btrfs: Use newly introduced btrfs_lock_and_flush_ordered_range btrfs: add new helper btrfs_lock_and_flush_ordered_range btrfs: remove the incorrect comment on RO fs when btrfs_run_delalloc_range() fails btrfs: extent-tree: Add trace events for space info numbers update btrfs: extent-tree: Add lockdep assert when updating space info btrfs: read number of data stripes from map only once btrfs: constify map parameter for nr_parity_stripes and nr_data_stripes btrfs: refactor helper for bg flags to name conversion btrfs: factor out devs_max setting in __btrfs_alloc_chunk btrfs: use u8 for raid_array members btrfs: factor out helper for counting data stripes btrfs: use raid_attr table for btrfs_bg_type_to_factor btrfs: use raid_attr table to find profiles for integrity lowering btrfs: use raid_attr to get allowed profiles for balance conversion btrfs: use raid_attr in btrfs_chunk_max_errors btrfs: use raid_attr table in get_profile_num_devs btrfs: remove mapping tree structures indirection btrfs: raid56: allow the exact minimum number of devices for balance convert btrfs: fix minimum number of chunk errors for DUP Btrfs: remove unused variables in __btrfs_unlink_inode btrfs: Remove unused variable mode in btrfs_mount btrfs: switch order of unlocks of space_info and bg in do_trimming() btrfs: tree-checker: Check if the file extent end overflows btrfs: Remove redundant assignment of tgt_device->commit_total_bytes btrfs: Explicitly reserve space for devreplace item btrfs: Streamline replace sem unlock in btrfs_dev_replace_start btrfs: Ensure btrfs_init_dev_replace_tgtdev sees up to date values btrfs: dev-replace: Remove impossible WARN_ON btrfs: Reduce critical section in btrfs_init_dev_replace_tgtdev btrfs: Don't opencode sync_blockdev in btrfs_init_dev_replace_tgtdev btrfs: fiemap: preallocate ulists for btrfs_check_shared btrfs: detect fast implementation of crc32c on all architectures btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes() m68k: Implement arch_dma_prep_coherent() m68k: Use the generic dma coherent remap allocator staging: rtl8723bs: Remove rtw_btcoex_IsLpsOn() staging: rtl8723bs: Remove rtw_btcoex_SuspendNotify() staging: rtl8723bs: Remove rtw_btcoex_SetManualControl() staging: rtl8723bs: Remove rtw_btcoex_SpecialPacketNotify() staging: rtl8723bs: Remove rtw_btcoex_LpsNotify() staging: rtl8723bs: Remove rtw_btcoex_IpsNotify() staging: rtl8723bs: Remove rtw_btcoex_IQKNotify() staging: rtl8723bs: Remove rtw_btcoex_HAL_Initialize() staging: rtl8723bs: Remove rtw_btcoex_PowerOnSetting() staging: rtl8723bs: Remove function rtw_modular64() staging: rtl8723bs: Replace function odm_SignalScaleMapping() staging: rtl8723bs: Remove rtw_hal_networktype_to_raid() staging: rtl8723bs: Change return type of networktype_to_raid_ex() staging: rtl8723bs: Remove rtw_hal_c2h_evt_read() staging: rtl8723bs: hal: Remove function clearinterrupt8723bsdio() staging: rtl8723bs: core: Remove function wait_eeprom_cmd_done() staging: rtl8723bs: hal: Remove function PHY_CalculateBitShift() staging: rtl8723bs: hal: Remove PHY_RFShadowRecorverFlagSetAll() staging: rtl8723bs: hal: Remove PHY_RFShadowRefresh() staging: rtl8723bs: hal: Replace function rtl8723b_set_rssi_cmd() staging: rtl8723bs: hal: sdio_halinit: Remove set but unused varilable pHalData staging: rtl8723bs: hal: rtl8723b_rf6052: collect return status directly staging: rtl8723bs: hal: rtl8723b_hal_init: remove set but unused variable pHalData staging: rtl8723bs: hal: rtl8723b_cmd: remove set but unused variable staging: rtl8712: Replace function r8712_dequeue_cmd() staging: rtl8712: Replace function r8712_enqueue_cmd() staging: rtl8712: r8712_xmit_resource_alloc(): Change return values staging: rtl8712: _r8712_init_sta_priv(): Change return values staging: rtl8712: _r8712_free_sta_priv(): Change return type staging: rtl8712: mp_start_test(): Change return values staging: rtl8712: r8712_parse_wpa2_ie(): Change return values staging: rtl8712: r8712_parse_wpa_ie(): Change return values staging: rtl8712: Change return values of r8712_getrfreg_cmd() Input: synaptics - enable SMBUS on T480 thinkpad trackpad Input: atmel_mxt_ts - fix -Wunused-const-variable drm/selftests: reduce stack usage staging: kpc2000: remove needless 'break' staging: kpc2000: introduce __func__ staging: kpc2000: introduce 'unsigned int' staging: kpc2000: introduce usage of __packed staging: kpc2000: blank lines after declaration staging: kpc2000: add line breaks staging: rtl8192u: Remove function dm_backup_dynamic_mechanism_state() staging: rtl8192u: Change type of rtl8192_rx_initiate() staging: rtl8723bs: hal: hal_btcoex: Remove unneeded variable PHalData staging: rtl8723bs: hal: hal_btcoex: Using comparison to true is error prone staging: bcm2835-camera: Correct ctrl min/max/step/def to 64bit staging: bcm2835-camera: Set the field value within each buffer staging: bcm2835-camera: Add sanity checks for queue_setup/CREATE_BUFS staging: bcm2835-camera: Fix stride on RGB3/BGR3 formats staging: mmal-vchiq: Avoid use of bool in structures staging: bcm2835-camera: Remove/amend some obsolete comments staging: bcm2835-camera: Correct V4L2_CID_COLORFX_CBCR behaviour staging: bcm2835-camera: Use enums for max value in controls staging: bcm2835-camera: Fix up mmal-parameters.h staging: bcm2835-camera: Fix multiple assignments should be avoided staging: bcm2835-camera: Unify header inclusion defines staging: bcm2835-camera: Add multiple inclusion protection to headers staging: bcm2835-camera: Set sequence number correctly staging: bcm2835-camera: Handle empty EOS buffers whilst streaming staging: bcm2835-camera: Remove check of the number of buffers supplied staging: bcm2835-camera: Ensure all buffers are returned on disable staging: bcm2835-camera: Fix open parenthesis alignment staging: bcm2835-camera: Fix missing lines between items staging: bcm2835-camera: Fix brace style issues. staging: bcm2835-camera: Fix multiple line dereference errors staging: bcm2835-camera: Reduce length of enum names staging: bcm2835-camera: Fix spacing around operators staging: bcm2835-camera: Fix comment style violations. staging: bcm2835-camera: Remove dead email addresses staging: bcm2835-camera: Return early on errors staging: bcm2835-camera: Correctly denote key frames in encoded data staging: bcm2835-camera: Do not bulk receive from service thread staging: bcm2835-camera: Replace spinlock protecting context_map with mutex staging: bcm2835-camera: Check the error for REPEAT_SEQ_HEADER staging/rtl8188eu/os_dep: Remove unneeded variable ret staging: rtl8188eu: Remove declarations of unused functions staging: rtl8188eu: hal: Replace function ODM_TXPowerTrackingCheck() staging: rtl8188eu: hal: Replace function odm_TXPowerTrackingInit() staging: rtl8188eu: os_dep: Remove return variable staging: netlogic: Change GFP_ATOMIC to GFP_KERNEL staging: rts5208: Simplify boolean expression to improve code style staging: rts5208: Rewrite redundant if statement to improve code style staging: wilc1000: rename 'host_interface' source and header staging: wilc1000: remove extra argument passing to wilc_send_config_pkt() staging: wilc1000: remove use of 'src_addr' element in 'wilc_vif' struct staging: wilc1000: remove unnecessary loop to traverse vif interfaces staging: wilc1000: remove use of driver_handler_id & ifc_id staging: wilc1000: added support to dynamically add/remove interfaces staging: wilc1000: fix error path cleanup in wilc_wlan_initialize() staging: wilc1000: handle p2p operations in caller context staging: rtl8188eu: Add 'rtl8188eufw.bin' to MODULE_FIRMWARE list staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate() staging: greybus: tools: Remove function log_csv_error() staging: comedi: dt282x: fix a null pointer deref on interrupt staging: comedi: amplc_pci230: fix null pointer deref on interrupt staging/most/video: set device_caps in struct video_device staging: erofs: Replace kzalloc(struct ..) with kzalloc(*ptr) staging: erofs: don't check special inode layout staging: erofs: return the error value if fill_inline_data() fails binder: return errors from buffer copy functions powerpc/64s/exception: fix line wrap and semicolon inconsistencies in macros powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions powerpc/powernv: remove unused NPU DMA code powerpc/powernv: remove the unused tunneling exports powerpc/powernv: remove the unused pnv_pci_set_p2p function powerpc/xmon: Fix disabling tracing while in xmon selftests/powerpc: ppc_asm.h: typo in the header guard powerpc/cacheflush: fix variable set but not used powerpc/eeh_cache: fix a W=1 kernel-doc warning powerpc/ftrace: Enable C Version of recordmcount recordmcount: Fix spurious mcount entries on powerpc powerpc/rtas: retry when cpu offline races with suspend/migration soundwire: add module_sdw_driver helper macro xfrm: remove get_mtu indirection from xfrm_type powerpc: Document xive=off option net: openvswitch: fix csum updates for MPLS actions fixdep: check return value of printf() and putchar() kbuild: split modules.order build rule out of 'modules' target kbuild: fix missed rebuild of modules.builtin kbuild: save $(strip ...) for calling if_changed and friends kbuild: save $(strip ...) for calling any-prepreq kbuild: rename arg-check to cmd-check docs: ipmb: place it at driver-api and convert to ReST bnxt_en: Suppress error messages when querying DSCP DCB capabilities. bnxt_en: Cap the returned MSIX vectors to the RDMA driver. bnxt_en: Fix statistics context reservation logic for RDMA driver. bnxt_en: Fix ethtool selftest crash under error conditions. bnxt_en: Disable bus master during PCI shutdown and driver unload. integrity: Introduce struct evm_xattr ima: Update MAX_TEMPLATE_NAME_LEN to fit largest reasonable definition KEXEC: Call ima_kexec_cmdline to measure the boot command line args IMA: Define a new template field buf Disable Sphinx SmartyPants in HTML output xfs: remove XFS_TRANS_NOFS xfs: simplify xfs_ioend_can_merge xfs: allow merging ioends over append boundaries xfs: fix a comment typo in xfs_submit_ioend xfs: remove the unused xfs_count_page_state declaration Input: joydev - extend absolute mouse detection HID: quirks: Refactor ELAN 400 and 401 handling Input: elan_i2c - export the device id whitelist Input: edt-ft5x06 - use get_unaligned_be16() hwspinlock: add the 'in_atomic' API hwspinlock: document the hwspinlock 'raw' API hwspinlock: stm32: implement the relax() ops remoteproc: stm32: add an ST stm32_rproc driver dt-bindings: remoteproc: add bindings for stm32 remote processor driver dt-bindings: stm32: add bindings for ML-AHB interconnect r8169: remove not needed call to dma_sync_single_for_device r8169: consider that 32 Bit DMA is the default r8169: improve handling VLAN tag net: dsa: mv88e6xxx: wait after reset deactivation bnx2x: Prevent ptp_task to be rescheduled indefinitely selftests: rtnetlink: skip ipsec offload tests if netdevsim isn't present hwspinlock: ignore disabled device remoteproc: Use struct_size() helper remoteproc: add vendor resources handling hwspinlock/omap: Add a trace during probe hwspinlock/omap: Add support for TI K3 SoCs dt-bindings: hwlock: Update OMAP binding for TI K3 SoCs igmp: fix memory leak in igmpv3_del_delrec() net: sched: em_ipt: add support for addrtype matching net: sched: em_ipt: keep the user-specified nfproto and dump it net: sched: em_ipt: set the family based on the packet if it's unspecified net: sched: em_ipt: match only on ip/ipv6 traffic net: macb: Fix SUBNS increment and increase resolution net: macb: Add separate definition for PPM fraction packet: Fix undefined behavior in bit shift net: make skb_dst_force return true when dst is refcounted sctp: not bind the socket in sctp_connect hinic: add vlan offload support block: sed-opal: check size of shadow mbr block: sed-opal: ioctl for writing to shadow mbr block: sed-opal: add ioctl for done-mark of shadow mbr block: never take page references for ITER_BVEC direct-io: use bio_release_pages in dio_bio_complete block_dev: use bio_release_pages in bio_unmap_user block_dev: use bio_release_pages in blkdev_bio_end_io iomap: use bio_release_pages in iomap_dio_bio_end_io block: use bio_release_pages in bio_map_user_iov block: use bio_release_pages in bio_unmap_user block: optionally mark pages dirty in bio_release_pages block: move the BIO_NO_PAGE_REF check into bio_release_pages block: skd_main.c: Remove call to memset after dma_alloc_coherent block: mtip32xx: Remove call to memset after dma_alloc_coherent ata: sata_sil24: Remove call to memset after dmam_alloc_coherent ata:sata_qstor: Remove call to memset after dmam_alloc_coherent ata: sata_nv: Remove call to memset after dmam_alloc_coherent ata: pdc_adma: Remove call to memset after dmam_alloc_coherent ata: libahci: Remove call to memset after dmam_alloc_coherent ata: acard-ahci: Remove call to memset after dmam_alloc_coherent block: sed-opal: "Never True" conditions block: sed-opal: PSID reverttper capability block, documentation: Document discard_zeroes_data, fua, max_discard_segments and write_zeroes_max_bytes block, documentation: Explain the word 'segments' block, documentation: Sort queue sysfs attribute names alphabetically block, documentation: Fix wbt_lat_usec documentation null_blk: fix type mismatch null_handle_cmd() platform/x86: intel_int0002_vgpio: Get rid of custom ICPU() macro platform/x86: pmc_atom: Add CB4063 Beckhoff Automation board to critclk_systems DMI table platform/x86: acer-wmi: Mark expected switch fall-throughs platform/x86: touchscreen_dmi: Update Hi10 Air filter platform/x86: wmi: add Xiaomi WMI key driver dt-bindings: i2c-stm32: document optional dmas i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA support i2c: core: Tidy up handling of init_irq i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq i2c: core: Move ACPI IRQ handling to probe time i2c: acpi: Factor out getting the IRQ from ACPI i2c: acpi: Use available IRQ helper functions i2c: core: Allow whole core to use i2c_dev_irq_from_resources x86/timer: Skip PIT initialization on modern chipsets iwlwifi: mvm: clear rfkill_safe_init_done when we start the firmware iwlwifi: don't WARN when calling iwl_get_shared_mem_conf with RF-Kill iwlwifi: pcie: don't service an interrupt that was masked iwlwifi: fix RF-Kill interrupt while FW load for gen2 devices iwlwifi: pcie: fix ALIVE interrupt handling for gen2 devices w/o MSI-X iwlwifi: mvm: delay GTK setting in FW in AP mode iwlwifi: mvm: remove MAC_FILTER_IN_11AX for AP mode iwlwifi: dbg: debug recording stop and restart command remove iwlwifi: dbg: don't stop dbg recording before entering D3 from 9000 devices iwlwifi: dbg_ini: fix debug monitor stop and restart in ini mode iwlwifi: mvm: make the usage of TWT configurable iwlwifi: support FSEQ TLV even when FMAC is not compiled iwlwifi: dbg: move trans debug fields to a separate struct iwlwifi: dbg_ini: remove redundant checking of ini mode iwlwifi: dbg_ini: enforce apply point early on buffer allocation tlv iwlwifi: dbg: fix debug monitor stop and restart delays iwlwifi: pcie: increase the size of PCI dumps iwlwifi: mvm: Drop large non sta frames iwlwifi: mvm: Add log information about SAR status iwlwifi: Add support for SAR South Korea limitation iwlwifi: fix module init error paths iwlwifi: mvm: convert to FW AC when configuring MU EDCA iwlwifi: mvm: correctly fill the ac array in the iwl_mac_ctx_cmd iwlwifi: remove some unnecessary NULL checks iwlwifi: d3: Use struct_size() helper iwlwifi: lib: Use struct_size() helper iwlwifi: fw api: support adwell HB default APs number api iwlwifi: mvm: remove multiple debugfs entries iwlwifi: dbg_ini: implement dump info collection iwlwifi: mvm: add a debugfs entry to set a fixed size AMSDU for all TX packets iwlwifi: dbg_ini: support debug info TLV iwlwifi: dbg_ini: use different barker for ini dump iwlwifi: dbg_ini: add consecutive trigger firing support iwlwifi: dbg_ini: abort region collection in case the size is 0 iwlwifi: update CSI API iwlwifi: dbg_ini: dump headers cleanup iwlwifi: dbg: allow dump collection in case of an early error iwlwifi: iwl_mvm_tx_mpdu() must be called with BH disabled xfs: fix iclog allocation size xfs: remove unused header files xfs: implement cgroup aware writeback xfs: simplify xfs_chain_bio xfs: account for log space when formatting new AGs xfs: refactor free space btree record initialization xfs: always update params on small allocation xfs: skip small alloc cntbt logic on NULL cursor xfs: move small allocation helper xfs: clean up small allocation helper xfs: merge xfs_trans_bmap.c into xfs_bmap_item.c xfs: merge xfs_trans_rmap.c into xfs_rmap_item.c xfs: merge xfs_trans_refcount.c into xfs_refcount_item.c xfs: merge xfs_trans_extfree.c into xfs_extfree_item.c xfs: merge xfs_bud_init into xfs_trans_get_bud xfs: merge xfs_rud_init into xfs_trans_get_rud xfs: merge xfs_cud_init into xfs_trans_get_cud xfs: merge xfs_efd_init into xfs_trans_get_efd xfs: remove a pointless comment duplicated above all xfs_item_ops instances xfs: use a list_head for iclog callbacks xfs: remove the xfs_log_item_t typedef xfs: don't cast inode_log_items to get the log_item xfs: add a flag to release log items on commit xfs: split iop_unlock xfs: don't use xfs_trans_free_items in the commit path xfs: remove the dummy iop_push implementation for inode creation items xfs: don't require log items to implement optional methods xfs: stop using XFS_LI_ABORTED as a parameter flag xfs: fix a trivial comment typo in xfs_trans_committed_bulk xfs: add struct xfs_mount pointer to struct xfs_buf xfs: remove the b_io_length field in struct xfs_buf xfs: properly type the b_log_item field in struct xfs_buf xfs: remove unused buffer cache APIs xfs: stop using bp naming for log recovery buffers xfs: use bios directly to read and write the log recovery buffers xfs: return an offset instead of a pointer from xlog_align xfs: move the log ioend workqueue to struct xlog xfs: use bios directly to write log buffers xfs: make use of the l_targ field in struct xlog xfs: remove the syncing argument from xlog_verify_iclog xfs: update both stat counters together in xlog_sync xfs: factor out iclog size calculation from xlog_sync xfs: factor out splitting of an iclog from xlog_sync xfs: factor out log buffer writing from xlog_sync xfs: don't use REQ_PREFLUSH for split log writes xfs: remove XLOG_STATE_IOABORT xfs: reformat xlog_get_lowest_lsn xfs: cleanup xlog_get_iclog_buffer_size xfs: remove the l_iclog_size_log field from struct xlog xfs: make mem_to_page available outside of xfs_buf.c xfs: renumber XBF_WRITE_FAIL xfs: remove the never used _XBF_COMPOUND flag xfs: remove the no-op spinlock_destroy stub xfs: move xfs_ino_geometry to xfs_shared.h xfs: claim maintainership of loose files IB/hfi1: No need to use try_module_get for debugfs IB/rdmavt: Add trace for map_mr_sg IB/rdmavt: Enhance trace information for FRWR debug IB/hfi1: Add missing INVALIDATE opcodes for trace IB/hfi1: Reduce excessive aspm inlines IB/{rdmavt, hfi1, qib}: Add helpers to hide SWQE WR details IB/{rdmavt, hfi1, qib}: Remove AH refcount for UD QPs IB/rdmavt: Set QP allowed opcodes after QP allocation IB/{hfi1, qib, rdmavt}: Put qp in error state when cq is full IB/rdmavt: Fracture single lock used for posting and processing RWQEs IB/hfi1: Move receive work queue struct into uapi directory IB/hfi1: Move rvt_cq_wc struct into uapi directory bpf: fix uapi bpf_prog_info fields alignment devmap: Allow map lookups from eBPF bpf_xdp_redirect_map: Perform map lookup in eBPF helper devmap: Rename ifindex member in bpf_redirect_info devmap/cpumap: Use flush list instead of bitmap xskmap: Move non-standard list manipulation to helper selftests/bpf: fix -Wstrict-aliasing in test_sockopt_sk.c net/mlx5e: Disallow tc redirect offload cases we don't support net/mlx5e: Expose same physical switch_id for all representors net/mlx5e: Don't refresh TIRs when updating representor SQs net/mlx5e: reduce stack usage in mlx5_eswitch_termtbl_create net/mlx5e: Set drvinfo in generic manner net/mlx5e: Correct phys_port_name for PF port net/mlx5e: Report netdevice MPLS features net/mlx5e: Move to HW checksumming advertising net/mlx5: MPFS, Allow adding the same MAC more than once net/mlx5: MPFS, Cleanup add MAC flow e1000e: PCIm function state support e1000e: Make watchdog use delayed work i40e: Add macvlan support on i40e ixgbevf: Use cached link state instead of re-reading the value for ethtool iavf: fix dereference of null rx_buffer pointer igb: add RR2DCDELAY to ethtool registers dump igb: minor ethool regdump amendment iavf: Fix up debug print macro e1000e: Reduce boot time by tightening sleep ranges iavf: use struct_size() helper e1000: Use dma_wmb() instead of wmb() before doorbell writes ixgbe: fix potential u32 overflow on shift ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw e1000e: Increase pause and refresh time ice: Use struct_size() helper taprio: Adjust timestamps for TCP packets taprio: make clock reference conversions easier taprio: Add support for txtime-assist mode taprio: Remove inline directive taprio: calculate cycle_time when schedule is installed etf: Add skip_sock_check etf: Don't use BIT() in UAPI headers. igb: clear out skb->tstamp after reading the txtime net: mvpp2: prs: Don't override the sign bit in SRAM parser shift net: phylink: further documentation clarifications net: sched: protect against stack overflow in TC act_mirred net: sched: refactor reinsert action ipv4: enable route flushing in network namespaces net: ethernet: ti: cpsw: Assign OF node to slave devices net: dsa: b53: Disable all ports on setup selftests: timestamping: Fix SIOCGSTAMP undeclared build failure selftests: dma-buf: Adding kernel config fragment CONFIG_UDMABUF=y dt-bindings: mtd: sunxi-nand: Drop 'maxItems' from child 'reg' property dt-bindings: arm: Limit cpus schema to only check Arm 'cpu' nodes dt-bindings: backlight: lm3630a: correct schema validation dt-bindings: net: dwmac: Deprecate the PHY reset properties dt-bindings: net: sun8i-emac: Convert the binding to a schemas dt-bindings: net: sun7i-gmac: Convert the binding to a schemas dt-bindings: net: stmmac: Convert the binding to a schemas dt-bindings: net: sun4i-mdio: Convert the binding to a schemas dt-bindings: net: sun4i-emac: Convert the binding to a schemas dt-bindings: net: phy: The interrupt property is not mandatory MAINTAINERS: Add Ethernet PHY YAML file dt-bindings: net: Add a YAML schemas for the generic MDIO options dt-bindings: net: Add a YAML schemas for the generic PHY options dt-bindings: net: Add YAML schemas for the generic Ethernet options ath10k: pci: remove unnecessary casts ath10k: remove unnecessary 'out of memory' message ath10k: destroy sdio workqueue while remove sdio module ath10k: Move non-fatal warn logs to dbg level for SDIO chip ath10k: Fix memory leak in qmi dt: leds-lm36274.txt: fix a broken reference to ti-lmu.txt docs: leds: convert to ReST afs: Add support for the UAE error table netfilter: Fix remainder of pseudo-header protocol 0 net: hns3: optimize the CSQ cmd error handling net: hns3: remove RXD_VLD check in hns3_handle_bdinfo net: hns3: remove unused linkmode definition net: hns3: fix a statistics issue about l3l4 checksum error net: hns3: handle empty unknown interrupt net: hns3: re-schedule reset task while VF reset fail net: hns3: add Asym Pause support to fix autoneg problem net: hns3: fix a -Wformat-nonliteral compile warning net: hns3: add some error checking in hclge_tm module net: hns3: change SSU's buffer allocation according to UM net: hns3: enable DCB when TC num is one and pfc_en is non-zero net: hns3: fix __QUEUE_STATE_STACK_XOFF not cleared issue net: dsa: sja1105: Mark in-band AN modes not supported for PHYLINK net: dsa: sja1105: Check for PHY mode mismatches with what PHYLINK reports net: dsa: sja1105: Don't check state->link in phylink_mac_config hinic: reduce rss_init stack usage net: stmmac: Update Kconfig entry net: stmmac: Only disable interrupts if NAPI is scheduled net: stmmac: Update RX Tail Pointer to last free entry net: stmmac: Enable support for > 32 Bits addressing in XGMAC net: stmmac: Do not disable interrupts when cleaning TX net: stmmac: Add the missing speeds that XGMAC supports net: stmmac: dwxgmac: Fix the undefined burst setting net: stmmac: Decrease default RX Watchdog value net: stmmac: Do not try to enable PHY EEE if MAC does not support it net: stmmac: dwxgmac: Enable EDMA by default net: stmmac: Fix case when PHY handle is not present power: supply: cros: allow to set input voltage and current limit power: supply: add input power and voltage limit properties USB: serial: ftdi_sio: add ID for isodebug v1 doc: RCU callback locks need only _bh, not necessarily _irq docs: format kernel-parameters -- as code Doc : doc-guide : Fix a typo platform: x86: get rid of a non-existent document ASoC: rt1308: Add RT1308 amplifier driver spi: stm32-qspi: remove signal sensitive on completion dt-bindings: spi: stm32-qspi: add dma properties ASoC: soc-utils: respawn dummy Platform ASoC: rockchip: rk3399_gru_sound: consider CPU-Platform possibility ASoC: qcom: consider CPU-Platform possibility ASoC: simple-card-utils: consider CPU-Platform possibility ASoC: ux500: mop500: consider CPU-Platform possibility ASoC: ti: rx51: consider CPU-Platform possibility ASoC: ti: omap-twl4030: consider CPU-Platform possibility ASoC: ti: omap-hdmi: consider CPU-Platform possibility ASoC: ti: omap-abe-twl6040: consider CPU-Platform possibility ASoC: ti: davinci-evm: consider CPU-Platform possibility ASoC: tegra: trimslice: consider CPU-Platform possibility ASoC: tegra: tegra_wm9712: consider CPU-Platform possibility ASoC: tegra: tegra_wm8903: consider CPU-Platform possibility ASoC: tegra: tegra_wm8753: consider CPU-Platform possibility ASoC: tegra: tegra_sgtl5000: consider CPU-Platform possibility ASoC: tegra: tegra_rt5677: consider CPU-Platform possibility ASoC: tegra: tegra_rt5640: consider CPU-Platform possibility ASoC: tegra: tegra_max98090: consider CPU-Platform possibility ASoC: tegra: tegra_alc5632: consider CPU-Platform possibility ASoC: sunxi: sun4i-codec: consider CPU-Platform possibility ASoC: sirf: sirf-audio: consider CPU-Platform possibility ASoC: samsung: tm2_wm5110: consider CPU-Platform possibility ASoC: samsung: snow: consider CPU-Platform possibility ASoC: samsung: smdk_wm8994: consider CPU-Platform possibility ASoC: samsung: arndale_rt5631: consider CPU-Platform possibility ASoC: rockchip: rockchip_rt5645: consider CPU-Platform possibility ASoC: rockchip: rockchip_max98090: consider CPU-Platform possibility ASoC: rockchip: rk3288_hdmi_analog: consider CPU-Platform possibility ASoC: qcom: storm: consider CPU-Platform possibility ASoC: qcom: apq8016_sbc: consider CPU-Platform possibility ASoC: mxs: mxs-sgtl5000: consider CPU-Platform possibility ASoC: kirkwood: armada-370-db: consider CPU-Platform possibility ASoC: fsl: imx-audmix: consider CPU-Platform possibility ASoC: fsl: imx-spdif: consider CPU-Platform possibility ASoC: fsl: imx-sgtl5000: consider CPU-Platform possibility ASoC: fsl: imx-es8328: consider CPU-Platform possibility ASoC: fsl: fsl-asoc-card: consider CPU-Platform possibility ASoC: fsl: eukrea-tlv320: consider CPU-Platform possibility ASoC: atmel: tse850-pcm5142: consider CPU-Platform possibility ASoC: atmel: sam9x5_wm8731: consider CPU-Platform possibility ASoC: atmel: sam9g20_wm8731: consider CPU-Platform possibility ASoC: amtel: mikroe-proto: consider CPU-Platform possibility ASoC: atmel: atmel_wm8904: consider CPU-Platform possibility unnecessary Platform" ASoC: atmel: atmel-pdmic: consider CPU-Platform possibility ASoC: atmel: atmel-classd: consider CPU-Platform possibility ASoC: vc4: vc4_htmi: consider CPU-Platform possibility ASoC: topology: fix memory leaks on sm, se and sbe drm/amdgpu: Don't skip display settings in hwmgr_resume() ASoC: atmel: atmel-pcm-dma.c: use devm_snd_dmaengine_pcm_register() drm/amd/powerplay: update smu11_driver_if_navi10.h nl80211: Fix undefined behavior in bit shift drm/armada: no need to check parent of remote drm/armada: use for_each_endpoint_of_node() to walk crtc endpoints drm/armada: replace the simple-framebuffer drm/armada: redo CRTC debugfs files block, bfq: NULL out the bic when it's no longer valid bcache: add reclaimed_journal_buckets to struct cache_set bcache: performance improvement for btree_flush_write() bcache: fix race in btree_flush_write() bcache: remove retry_flush_write from struct cache_set bcache: add comments for mutex_lock(&b->write_lock) bcache: only clear BTREE_NODE_dirty bit when it is set bcache: Revert "bcache: fix high CPU occupancy during journal" bcache: Revert "bcache: free heap cache_set->flush_btree in bch_journal_free" bcache: shrink btree node cache after bch_btree_check() bcache: set largest seq to ja->seq[bucket_index] in journal_read_bucket() bcache: add code comments for journal_read_bucket() bcache: fix potential deadlock in cached_def_free() bcache: acquire bch_register_lock later in cached_dev_free() bcache: acquire bch_register_lock later in cached_dev_detach_finish() bcache: avoid a deadlock in bcache_reboot() bcache: stop writeback kthread and kworker when bch_cached_dev_run() failed bcache: destroy dc->writeback_write_wq if failed to create dc->writeback_thread bcache: fix mistaken sysfs entry for io_error counter bcache: add pendings_cleanup to stop pending bcache device bcache: make bset_search_tree() be more understandable bcache: remove "XXX:" comment line from run_cache_set() bcache: improve error message in bch_cached_dev_run() bcache: add more error message in bch_cached_dev_attach() bcache: more detailed error message to bcache_device_link() bcache: check CACHE_SET_IO_DISABLE bit in bch_journal() bcache: check CACHE_SET_IO_DISABLE in allocator code bcache: remove unncessary code in bch_btree_keys_init() bcache: add return value check to bch_cached_dev_run() bcache: use sysfs_match_string() instead of __sysfs_match_string() bcache: remove unnecessary prefetch() in bset_search_tree() bcache: add io error counting in write_bdev_super_endio() bcache: ignore read-ahead request failure on backing device bcache: avoid flushing btree node in cache_set_flush() if io disabled Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()" bcache: fix return value error in bch_journal_read() bcache: check c->gc_thread by IS_ERR_OR_NULL in cache_set_flush() bcache: don't set max writeback rate if gc is running staging: rtl8712: reduce stack usage, again ASoC: meson: axg-card: remove useless check on codec ASoC: soc-core: support dai_link with platforms_num != 1 ASoC: soc-core: defer card registration if codec component is missing ASoC: codecs: ad193x: Reset used registers at probe ASoC: codecs: ad193x: Group register initialization at probe drm/bochs: fix framebuffer setup. platform/chrome: lightbar: Get drvdata from parent in suspend/resume video: fbdev: s3c-fb: fix sparse warnings about using incorrect types video: fbdev: don't print error message on framebuffer_alloc() failure video: fbdev: intelfb: return -ENOMEM on framebuffer_alloc() failure video: fbdev: s3c-fb: return -ENOMEM on framebuffer_alloc() failure tests: add pidfd_open() tests arch: wire-up pidfd_open() pid: add pidfd_open() pidfd: add polling selftests pidfd: add polling support mtd: rawnand: stm32_fmc2: increase DMA completion timeouts mtd: rawnand: Use kzalloc() instead of kmalloc() and memset() cpufreq: Avoid calling cpufreq_verify_current_freq() from handle_update() cpufreq: Consolidate cpufreq_update_current_freq() and __cpufreq_get() ALSA: firewire-lib: fix to process MIDI conformant data channel for AM824 format ALSA: firewire-lib: cache next data_block_counter after probing tracepoints event for IR context ALSA: xen-front: fix unintention integer overflow on left shifts kernel: power: swap: use kzalloc() instead of kmalloc() followed by memset() cpufreq: Don't skip frequency validation for has_target() drivers mtd: hyperbus: Add driver for TI's HyperBus memory controller mtd: spinand: read returns badly if the last page has bitflips usb: host: Fix excessive alignment restriction for local memory allocations lib/genalloc.c: Add algorithm, align and zeroed family of DMA allocators sis900: remove TxIDLE tipc: add dst_cache support for udp media x86/mtrr: Skip cache flushes on CPUs with cache self-snooping x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errata arm64: dts: qcom: qcs404: Add missing space for cooling-cells property x86/kdump/64: Restrict kdump kernel reservation to <64TB x86/kexec/64: Prevent kexec from 5-level paging to a 4-level only kernel x86/boot: Add xloadflags bits to check for 5-level paging support nfp: flower: add GRE encap action support nfp: flower: add GRE decap classification support nfp: flower: rename tunnel related functions in action offload nfp: flower: add helper functions for tunnel classification nfp: flower: refactor tunnel key layer calculation net: dsa: microchip: Replace bit RMW with regmap net: dsa: microchip: Replace ksz9477_wait_alu_sta_ready polling with regmap net: dsa: microchip: Replace ksz9477_wait_alu_ready polling with regmap net: dsa: microchip: Replace ksz9477_wait_vlan_ctrl_ready polling with regmap net: dsa: microchip: Replace ad-hoc polling with regmap crypto/NX: Set receive window credits to max number of CRBs in RxFIFO xtensa: remove arch/xtensa/include/asm/types.h iomap: fix page_done callback for short writes fs: fold __generic_write_end back into generic_write_end iomap: don't mark the inode dirty in iomap_write_end MAINTAINERS: Fix Andy's surname and the directory entries of VDSO x86/hpet: Use channel for legacy clockevent storage x86/hpet: Use common init for legacy clockevent x86/hpet: Carve out shareable parts of init_one_hpet_msi_clockevent() x86/hpet: Consolidate clockevent functions x86/hpet: Wrap legacy clockevent in hpet_channel x86/hpet: Use cached info instead of extra flags x86/hpet: Move clockevents into channels x86/hpet: Rename variables to prepare for switching to channels x86/hpet: Add function to select a /dev/hpet channel x86/hpet: Add mode information to struct hpet_channel x86/hpet: Use cached channel data x86/hpet: Introduce struct hpet_base and struct hpet_channel x86/hpet: Coding style cleanup x86/hpet: Clean up comments x86/hpet: Make naming consistent x86/hpet: Remove not required includes x86/hpet: Decapitalize and rename EVT_TO_HPET_DEV x86/hpet: Simplify counter validation x86/hpet: Separate counter check out of clocksource register code x86/hpet: Shuffle code around for readability sake x86/hpet: Move static and global variables to one place x86/hpet: Sanitize stub functions x86/hpet: Mark init functions __init x86/hpet: Remove the unused hpet_msi_read() function x86/hpet: Remove unused parameter from hpet_next_event() x86/hpet: Remove pointless x86-64 specific #include x86/hpet: Restructure init code x86/hpet: Replace printk(KERN...) with pr_...() x86/hpet: Simplify CPU online code bpftool: support cgroup sockopt bpf: add sockopt documentation selftests/bpf: add sockopt test that exercises BPF_F_ALLOW_MULTI selftests/bpf: add sockopt test that exercises sk helpers selftests/bpf: add sockopt test selftests/bpf: test sockopt section name libbpf: support sockopt hooks bpf: sync bpf.h to tools/ bpf: implement getsockopt and setsockopt hooks clk: sprd: Add check for return value of sprd_clk_regmap_init() selftests/x86: Add a test for process_vm_readv() on the vsyscall page x86/vsyscall: Add __ro_after_init to global variables x86/vsyscall: Change the default vsyscall mode to xonly selftests/x86/vsyscall: Verify that vsyscall=none blocks execution x86/vsyscall: Document odd SIGSEGV error code for vsyscalls x86/vsyscall: Show something useful on a read fault x86/vsyscall: Add a new vsyscall=xonly mode Documentation/admin: Remove the vsyscall=native documentation keys: Replace uid/gid/perm permissions checking with an ACL keys: Pass the network namespace into request_key mechanism x86/tls: Fix possible spectre-v1 in do_get_thread_area() x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg() hrtimer: Use a bullet for the returns bullet list clk: lochnagar: Update DT binding doc to include the primary SPDIF MCLK workqueue: Remove GPF argument from alloc_workqueue_attrs() workqueue: Make alloc/apply/free_workqueue_attrs() static clk: Add Si5341/Si5340 driver dt-bindings: clock: Add silabs,si5341 net/mlx5e: Add XSK zero-copy support net/mlx5e: Move queue param structs to en/params.h net/mlx5e: Encapsulate open/close queues into a function net/mlx5e: Consider XSK in XDP MTU limit calculation net/mlx5e: XDP_TX from UMEM support net/mlx5e: Share the XDP SQ for XDP_TX between RQs net/mlx5e: Refactor struct mlx5e_xdp_info net/mlx5e: Allow ICO SQ to be used by multiple RQs net/mlx5e: Calculate linear RX frag size considering XSK net/mlx5e: Replace deprecated PCI_DMA_TODEVICE xsk: Return the whole xdp_desc from xsk_umem_consume_tx xsk: Change the default frame size to 4096 and allow controlling it libbpf: Support getsockopt XDP_OPTIONS xsk: Add getsockopt XDP_OPTIONS xsk: Add API to check for available entries in FQ net/mlx5e: Attach/detach XDP program safely bpf: fix cgroup bpf release synchronization clk: clk-si544: Implement small frequency change support clk: add BCM63XX gated clock controller driver devicetree: document the BCM63XX gated clock bindings iio: iio-utils: Fix possible incorrect mask calculation gfs2: replace more printk with calls to fs_info and friends gfs2: dump fsid when dumping glock problems gfs2: simplify gfs2_freeze by removing case gfs2: Rename SDF_SHUTDOWN to SDF_WITHDRAWN gfs2: Warn when a journal replay overwrites a rgrp with buffers gfs2: log which portion of the journal is replayed gfs2: eliminate tr_num_revoke_rm gfs2: kthread and remount improvements gfs2: Use IS_ERR_OR_NULL gfs2: Clean up freeing struct gfs2_sbd clk: at91: sckc: use dedicated functions to unregister clock clk: at91: sckc: improve error path for sama5d4 sck registration clk: at91: sckc: remove unnecessary line clk: at91: sckc: improve error path for sam9x5 sck register clk: at91: sckc: add support to free slow clock osclillator clk: at91: sckc: add support to free slow rc oscillator clk: at91: sckc: add support to free slow oscillator net: dsa: qca8k: introduce reset via gpio feature dt-bindings: net: dsa: qca8k: document reset-gpios property mtd: spinand: Add initial support for Paragon PN26G0xA ipv6: Convert gateway validation to use fib6_info mtd: rawnand: mtk: Re-license MTK NAND driver as Dual MIT/GPL mtd: rawnand: gpmi: remove double assignment to block_size dt-bindings: mtd: brcmnand: Add brcmnand, brcmnand-v7.3 support mtd: rawnand: brcmnand: Add support for v7.3 controller mtd: rawnand: brcmnand: Refactored code to introduce helper functions mtd: rawnand: brcmnand: When oops in progress use pio and interrupt polling mtd: Add flag to indicate panic_write mtd: rawnand: Add Macronix NAND read retry support mtd: onenand: Avoid fall-through warnings mtd: spinand: Add support for GigaDevice GD5F1GQ4UFxxG mtd: spinand: Add support for two-byte device IDs mtd: spinand: Define macros for page-read ops with three-byte addresses mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-size dt-bindings: mtd: brcmnand: Make nand-ecc-strength and nand-ecc-step-size optional mtd: rawnand: gpmi: Implement exec_op dmaengine: mxs: rename custom flag dmaengine: mxs: Add header file to be shared with gpmi nand driver mtd: rawnand: gpmi: drop unnecessary flag dmaengine: mxs: Drop unnecessary flag mtd: rawnand: gpmi: use runtime PM to manage clocks mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselection mtd: rawnand: gpmi: remove unused parameters mtd: rawnand: gpmi: read buf in nand_read_page_op mtd: rawnand: gpmi: Remove unnecessary variables mtd: rawnand: gpmi: remove unused variable mtd: rawnand: gpmi: move all driver code into single file mtd: rawnand: fsmc: Use nand_op_trace for operation tracing mtd: rawnand: export NAND operation tracer mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issue mtd: rawnand: mtk: Add validity check for CE# pin setting mtd: rawnand: mtk: Improve data sampling timing for read cycle mtd: rawnand: mtk: Correct low level time calculation of r/w cycle mtd: rawnand: brcmnand: Fix BCH ECC layout for large page NAND parts mtd: onenand: Add support for 8Gb datasize onenand mtd: rawnand: stm32_fmc2: manage the get_irq error case mtd: rawnand: use longest matching pattern net: dsa: sja1105: Implement is_static for FDB entries on E/T net: dsa: sja1105: Use correct dsa_8021q VIDs for FDB commands net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/S net: dsa: sja1105: Add a high-level overview of the dynamic config interface net: dsa: sja1105: Back up static FDB entries in kernel memory net: dsa: sja1105: Make P/Q/R/S learn MAC addresses net: dsa: sja1105: Actually implement the P/Q/R/S FDB bits net: dsa: sja1105: Make vid 1 the default pvid net: dsa: sja1105: Cancel PTP delayed work on unregister net: dsa: sja1105: Build PTP support in main DSA driver net: dsa: microchip: Replace ad-hoc bit manipulation with regmap net: dsa: microchip: Factor out regmap config generation into common header net: dsa: microchip: Dispose of ksz_io_ops net: dsa: microchip: Initial SPI regmap support net: dsa: microchip: Factor out register access opcode generation net: dsa: microchip: Use PORT_CTRL_ADDR() instead of indirect function call net: dsa: microchip: Move ksz_cfg and ksz_port_cfg to ksz9477.c net: dsa: microchip: Inline ksz_spi.h net: dsa: microchip: Remove ksz_{get,set}() net: dsa: microchip: Remove ksz_{read,write}24() ath10k: add new hw_ops for sdio chip net: aquantia: implement vlan offload configuration net: aquantia: vlan offloads logic in datapath net: aquantia: adding fields and device features for vlan offload net: aquantia: added vlan offload related macros and functions net: aquantia: make all files GPL-2.0-only maintainers: declare aquantia atlantic driver maintenance net: aquantia: add documentation for the atlantic driver net: aquantia: replace internal driver version code with uts wil6210: drop old event after wmi_call timeout wil6210: set WIL_WMI_CALL_GENERAL_TO_MS as wmi_call timeout wil6210: add support for reading multiple RFs temperature via debugfs wil6210: publish max_msdu_size to FW on BCAST ring wil6210: update cid boundary check of wil_find_cid/_by_idx() wil6210: clear FW and ucode log address wil6210: fix printout in wil_read_pmccfg wil6210: Add support for setting RBUFCAP configuration wil6210: increase the frequency of status ring hw tail update wil6210: enlarge Tx status ring size wil6210: do not reset FW in STA to P2P client interface switch wil6210: no need to check return value of debugfs_create functions dt-bindings: mtd: Add bindings for TI's AM654 HyperBus memory controller mtd: Add support for HyperBus memory devices dt-bindings: mtd: Add binding documentation for HyperFlash mtd: cfi_cmdset_0002: Add support for polling status register carl9170: remove dead branch in op_conf_tx callback mtd: cfi_cmdset_0002: dynamically determine the max sectors carl9170: fix misuse of device driver API ath9k: correctly handle short radar pulses dt-bindings: arm: Convert PSCI binding to json-schema fscrypt: document testing with xfstests fscrypt: remove selection of CONFIG_CRYPTO_SHA256 batman-adv: mcast: apply optimizations for routable packets, too batman-adv: mcast: detect, distribute and maintain multicast router presence batman-adv: no need to check return value of debugfs_create functions batman-adv: mcast: avoid redundant multicast TT entries with bridges batman-adv: mcast: collect softif listeners from IP lists instead EDAC: Fix global-out-of-bounds write when setting edac_mc_poll_msec dt-bindings: arm: Convert Conexant Digicolor board/soc bindings to json-schema dt-bindings: arm: Convert NXP LPC32xx board/soc bindings to json-schema dt-bindings: arm: Convert MOXA ART board/soc bindings to json-schema dt-bindings: arm: Convert Axxia board/soc bindings to json-schema rtw88: refine flow to get tx power index rtw88: remove all RTW_MAX_POWER_INDEX macro rtw88: update tx power limit table to RF v20 rtw88: correct power limit selection rtw88: choose the lowest as world-wide power limit rtw88: fix incorrect tx power limit at 5G rtw88: remove unused variable rtw88: unify prefixes for tx power setting routine rtw88: do not use (void *) as argument rtw88: resolve order of tx power setting routines dt-bindings: arm: qcom: Add missing schema for IPQ4019 boards dt-bindings: arm: qcom: Add missing schema for MSM8974 dt-bindings: arm: Convert Alpine board/soc bindings to json-schema s390/qeth: move cast type selection into fill_header() s390/qeth: extract helper for route validation s390/qeth: consolidate skb RX processing in L3 driver s390/qeth: consolidate pm code s390/qeth: streamline SNMP cmd code s390/qeth: remove static cmd buffer infrastructure s390/qeth: dynamically allocate MPC cmds s390/qeth: dynamically allocate vnicc cmds s390/qeth: dynamically allocate diag cmds s390/qeth: dynamically allocate various cmds with sub-types s390/qeth: clarify parameter for simple assist cmds s390/qeth: dynamically allocate simple IPA cmds net/smc: common release code for non-accepted sockets selftests: rtnetlink: add small test case with 'promote_secondaries' enabled net: ipv4: fix infinite loop on secondary addr promotion mwifiex: don't disable hardirqs; just softirqs mwifiex: dispatch/rotate from reorder table atomically mt76: usb: fix rx A-MSDU support gpio: ath79: Pass irqchip when adding gpiochip net: ethtool: Allow parsing ETHER_FLOW types when using flow_rule gpio: tegra: Clean-up debugfs initialisation drm/amd/display: fix a couple of spelling mistakes drm/amd/powerplay: no memory activity support on Vega10 drm/amdkfd: remove unnecessary warning message on gpu reset drm/amdgpu: Set queue_preemption_timeout_ms default value drm/amd/powerplay: add missing smu_get_clk_info_from_vbios() call drm/amd/powerplay: support runtime ppfeatures setting on Navi10 drm/amd/powerplay: check prerequisite for VCN power gating drm/ttm: return -EBUSY if waiting for busy BO fails mm/hmm: Fix error flows in hmm_invalidate_range_start perf: arm_spe: Enable ACPI/Platform automatic module loading arm_pmu: acpi: spe: Add initial MADT/SPE probing ACPI/PPTT: Add function to return ACPI 6.3 Identical tokens ACPI/PPTT: Modify node flag detection to find last IDENTICAL x86/jailhouse: Mark jailhouse_x2apic_available() as __init gpio: siox: Switch to IRQ_TYPE_NONE gpio: siox: Do not call gpiochip_remove() on errorpath gpio: pl061: Pass irqchip when adding gpiochip gpio: tegra: No need to cast away return value of debugfs_create_file() gpio: No need to cast away return value of debugfs_create_file() gpio: Sort GPIO drivers in Makefile gpio: siox: Use module_siox_driver() siox: Add helper macro to simplify driver registration gpio: eic-sprd: Use devm_platform_ioremap_resource() gpio: vr41xx: Use devm_platform_ioremap_resource() gpio: janz-ttl: Drop unneccessary temp variable dev gpio: grgpio: Use devm_platform_ioremap_resource() gpio: ep93xx: Use devm_platform_ioremap_resource() gpio: amdpt: Drop unneeded deref of &pdev->dev gpio: rcar: Pedantic formatting gpio: Add comments on #if/#else/#endif gpio: amd: Drop unused pdev pointer in privata data arm64: dts: rockchip: Fix USB3 Type-C on rk3399-sapphire Add the RCU docs to the core-api manual drm/amdgpu: drop copy/paste leftover to fix big endian Documentation: RCU: Add TOC tree hooks Documentation: RCU: Rename txt files to rst Documentation: RCU: Convert RCU UP systems to reST Documentation: RCU: Convert RCU linked list to reST Documentation: RCU: Convert RCU basic concepts to reST mtd: spi-nor: cadence-quadspi: add reset control dt-bindings: cadence-quadspi: add options reset property mtd: spi-nor: fix nor->addr_width when its value configured from SFDP does not match the actual width clk: RK808: Add RK809 and RK817 support. rtc: rk808: Add RK809 and RK817 support. dt-bindings: mfd: rk808: Add binding information for RK809 and RK817. regulator: rk808: Add RK809 and RK817 support. mfd: rk808: Add RK817 and RK809 support drm/amdgpu: fix warning on 32 bit eeprom: at24: modify a comment referring to platform data gpio: mockup: no need to check return value of debugfs_create functions block: Remove unused code drm/exynos: trigger build of all modules docs: thermal: convert to ReST thermal/drivers/core: Use governor table to initialize thermal/drivers/core: Add init section table for self-encapsulation arm64: dts: rockchip: Update DWC3 modules on RK3399 SoCs b43: simplify engine type / DMA mask selection b43: remove b43_dma_set_mask b43legacy: simplify engine type / DMA mask selection b43legacy: remove b43legacy_dma_set_mask media: allegro: use new v4l2_m2m_ioctl_try_encoder_cmd funcs media: doc-rst: Fix typos media: radio-raremono: change devm_k*alloc to k*alloc media: stv0297: fix frequency range limit media: rc: Prefer KEY_NUMERIC_* for number buttons on remotes media: dvb_frontend: split dvb_frontend_handle_ioctl function media: mceusb: disable "nonsensical irdata" messages media: rc: remove redundant dev_err message media: cec-notifier: add new notifier functions media: cec: add struct cec_connector_info support media: cec-notifier: rename variables, check kstrdup and n->conn_name PCI: dwc: Export APIs to support .remove() implementation PCI: dwc: Cleanup DBI,ATU read and write APIs PCI: dwc: Add API support to de-initialize host mt76: mt7603: fix sparse warnings: warning: incorrect type in assignment (different base types) mt76: mt7615: fix sparse warnings: warning: cast from restricted __le16 mt76: mt7615: fix sparse warnings: incorrect type in assignment (different base types) mt76: mt76u: get rid of {out,in}_max_packet mt76: move nl80211_dfs_regions in mt76_dev data structure mt76: mt7615: remove cfg80211_chan_def from mt7615_set_channel signature mt76: mt76u: reduce rx memory footprint mt76: mt7615: update peer's bssid when state transition occurs mt76: mt7615: fix incorrect settings in mesh mode mt76: mt76x02u: fix sparse warnings: should it be static? mt76: mt7615: take into account extPA when configuring tx power mt76: mt7615: init per-channel target power mt76: mt7615: add support for per-chain signal strength reporting mt76: mt7615: simplify mt7615_mcu_set_sta_rec routine mt76: mt7603: improve hardware rate switching configuration mt76: mt7603: rework and fix tx status reporting mt76: mt76x0: fix RF frontend initialization for external PA mt76: mt7615: remove key check in mt7615_mcu_set_wtbl_key mt76: mt7615: remove unused variable in mt7615_mcu_set_bcn mt76: mt7615: fix slow performance when enable encryption mt76: mt7615: enable support for mesh mt76: Remove set but not used variables 'pid' and 'final_mpdu' mt76: move mt76_get_rate in mt76-module mt76: mt7615: rearrange locking in mt7615_config mt76: mt7615: init get_txpower mac80211 callback mt76: mt7615: add the capability to configure tx power mt76: generalize mt76_get_txpower for 4x4:4 devices mt76: mt7615: select wifi band according to eeprom mt76: mt7615: add support for mtd eeprom parsing mt76: move mt76_insert_ccmp_hdr in mt76-module mt76: mt76x02: fix tx reordering on rate control probing without a-mpdu mt76: mt76x02: fix tx status reporting issues mt76: fix setting chan->max_power drm/exynos: drop drmP.h usage mt76: mt7603: fix reading target tx power from eeprom PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete() PCI / ACPI: Add _PR0 dependent devices ACPI / PM: Introduce concept of a _PR0 dependent device PCI / ACPI: Use cached ACPI device state to get PCI device power state ACPI: PM: Allow transitions to D0 to occur in special cases ACPI: PM: Avoid evaluating _PS3 on transitions from D3hot to D3cold arm64: dts: rockchip: enable rk3328 watchdog clock power: supply: Initial support for ROHM BD70528 PMIC charger block rtc: bd70528: Initial support for ROHM bd70528 RTC gpio: Initial support for ROHM bd70528 GPIO block dt-bindings: mfd: Document first ROHM BD70528 bindings clk: bd718x7: Support ROHM BD70528 clk block mfd: bd70528: Support ROHM bd70528 PMIC core ARM: dts: rockchip: add display nodes for rk322x ARM: dts: rockchip: fix vop iommu-cells on rk322x mfd: regulator: clk: Split rohm-bd718x7.h x86/entry: Simplify _TIF_SYSCALL_EMU handling clk: rockchip: export HDMIPHY clock on rk3228 clk: rockchip: add watchdog pclk on rk3328 x86/boot: Make the GDT 8-byte aligned clk: rockchip: add clock id for hdmi_phy special clock on rk3228 clk: rockchip: add clock id for watchdog pclk on rk3328 crypto: asymmetric_keys - select CRYPTO_HASH where needed crypto: serpent - mark __serpent_setkey_sbox noinline crypto: testmgr - dynamically allocate crypto_shash crypto: testmgr - dynamically allocate testvec_config crypto: talitos - eliminate unneeded 'done' functions at build time crypto: sun4i-ss - reduce stack usage crypto: ccree - add HW engine config check crypto: ccree - prevent isr handling in case driver is suspended crypto: ccree - check that cryptocell reset completed crypto: ccree - Relocate driver irq registration after clk init backlight: pwm_bl: Fix heuristic to determine number of brightness levels backlight: gpio_backlight: Enable ACPI enumeration backlight: pwm_bl: Convert to use SPDX identifier scsi: qla2xxx: move IO flush to the front of NVME rport unregistration scsi: qla2xxx: Fix NVME cmd and LS cmd timeout race condition scsi: qla2xxx: on session delete, return nvme cmd scsi: qla2xxx: Fix kernel crash after disconnecting NVMe devices scsi: megaraid_sas: Update driver version to 07.710.06.00-rc1 scsi: megaraid_sas: Introduce various Aero performance modes scsi: megaraid_sas: Use high IOPS queues based on IO workload scsi: megaraid_sas: Set affinity for high IOPS reply queues scsi: megaraid_sas: Enable coalescing for high IOPS queues scsi: megaraid_sas: Add support for High IOPS queues scsi: megaraid_sas: Add support for MPI toolbox commands scsi: megaraid_sas: Offload Aero RAID5/6 division calculations to driver scsi: megaraid_sas: RAID1 PCI bandwidth limit algorithm is applicable for only Ventura scsi: megaraid_sas: megaraid_sas: Add check for count returned by HOST_DEVICE_LIST DCMD scsi: megaraid_sas: Handle sequence JBOD map failure at driver level scsi: megaraid_sas: Don't send FPIO to RL Bypass queue scsi: megaraid_sas: In probe context, retry IOC INIT once if firmware is in fault scsi: megaraid_sas: Release Mutex lock before OCR in case of DCMD timeout scsi: megaraid_sas: Call disable_irq from process IRQ poll scsi: megaraid_sas: Remove few debug counters from IO path scsi: megaraid_sas: Add support for Non-secure Aero PCI IDs scsi: megaraid_sas: Add 32 bit atomic descriptor support to AERO adapters scsi: pm80xx: Modified the logic to collect IOP event logs scsi: pm80xx: Event log size through sysfs scsi: mpt3sas: Fix msix load balance on and off settings scsi: mpt3sas: Determine smp affinity on per HBA basis scsi: mpt3sas: Use configured PCIe link speed, not max scsi: mpt3sas: Remove CPU arch check to determine perf_mode scsi: ufs: Documentation: Announce ufs-tool v1.0 scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_srr scsi: bnx2fc: fix bnx2fc_cmd refcount imbalance in send_rec scsi: bnx2fc: Update the driver version to 2.12.10 scsi: bnx2fc: Limit the IO size according to the FW capability scsi: bnx2fc: Do not allow both a cleanup completion and abort completion for the same request scsi: bnx2fc: Separate out completion flags and variables for abort and cleanup scsi: bnx2fc: Only put reference to io_req in bnx2fc_abts_cleanup if cleanup times out scsi: bnx2fc: Redo setting source FCoE MAC scsi: ufshdc-pci: Add Intel PCI IDs for EHL scsi: ufs-bsg: complete ufs-bsg job only if no error scsi: ufs-bsg: fix typo in ufs_bsg_request ARM: configs: multi_v5: Remove duplicate ASPEED options perf_event_get(): don't bother with fget_raw() vfs: update d_make_root() description fs/adfs: add time stamp and file type helpers fs/adfs: super: limit idlen according to directory type fs/adfs: super: fix use-after-free bug fs/adfs: super: safely update options on remount fs/adfs: super: correct superblock flags fs/adfs: clean up indirect disc addresses and fragment IDs fs/adfs: clean up error message printing fs/adfs: use %pV for error messages fs/adfs: use format_version from disc_record fs/adfs: add helper to get filesystem size fs/adfs: add helper to get discrecord from map fs/adfs: correct disc record structure arm64: dts: rockchip: Add support for Hugsun X99 TV Box arm64: dts: rockchip: Define values for the IPA governor for rock960 block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely case arm64: dts: rockchip: Fix multiple thermal zones conflict in rk3399.dtsi arm64: dts: rockchip: add core dtsi file for RK3399Pro SoCs arm64: dts: rockchip: improve rk3328-roc-cc rgmii performance. docs: filesystems: Remove uneeded .rst extension on toctables scripts/sphinx-pre-install: fix out-of-tree build docs: zh_CN: submitting-drivers.rst: Remove a duplicated Documentation/ Documentation: PGP: update for newer HW devices Revert "ARM: dts: rockchip: set PWM delay backlight settings for Minnie" ARM: dts: rockchip: Configure BT_DEV_WAKE in on rk3288-veyron HID: remove NO_D3 flag when remove driver net: macb: Kconfig: Rename Atmel to Cadence net: macb: Kconfig: Make MACB depend on COMMON_CLK iio: frequency: adf4371: Add support for output stage mute dt-bindings: iio: frequency: Add ADF4372 PLL documentation iio: frequency: adf4371: Add support for ADF4372 PLL dt-bindings: iio: adc: Add buffered input property Convert AD7124 bindings documentation to YAML format. iio: adc: ad7124: Shift to dynamic allocation for channel configuration iio: adc: ad7124: Add buffered input support iio: adc: ad7124: Remove input number limitation MAINTAINERS: add ADIS IMU driver library entry iio: adis162xx: fix low-power docs & reports Allow 0.0.0.0/8 as a valid address range rtnetlink: skip metrics loop for dst_default_metrics net: fddi: skfp: Remove unused private PCI definitions net: fddi: skfp: Include generic PCI definitions net: fddi: skfp: Rename local PCI defines to match generic PCI defines keys: Network namespace domain tag keys: Garbage collect keys for which the domain has been removed keys: Include target namespace in match criteria keys: Move the user and user-session keyrings to the user_namespace keys: Namespace keyring names keys: Add a 'recurse' flag for keyring searches keys: Cache the hash value to avoid lots of recalculation keys: Simplify key description management keys: Kill off request_key_async{,_with_auxdata} power: supply: fix semicolon.cocci warnings md/raid1: Fix a warning message in remove_wb() net/mlx5: E-Switch, Enable vport metadata matching if firmware supports it RDMA/mlx5: Add vport metadata matching for IB representors net/mlx5: E-Switch, Add match on vport metadata for rule in slow path net/mlx5: E-Switch, Pass metadata from FDB to eswitch manager net/mlx5: E-Switch, Add query and modify esw vport context functions net/mlx5: E-Switch, Add match on vport metadata for rule in fast path net/mlx5e: Specifying known origin of packets matching the flow net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingress ACLs net/mlx5: Add flow context for flow tag net/mlx5: Introduce a helper API to check VF vport net/mlx5: Support allocating modify header context from ingress ACL net/mlx5: Get vport ACL namespace by vport index net/mlx5: Introduce vport metadata matching bits and enum constants clk: at91: sckc: add support for SAM9X60 dt-bindings: clk: at91: add bindings for SAM9X60's slow clock controller clk: at91: sckc: add support to specify registers bit offsets clk: at91: sckc: sama5d4 has no bypass support clk: sprd: Check error only for devm_regmap_init_mmio() clk: sprd: Switch from of_iomap() to devm_ioremap_resource() Documentation: Add section about CPU vulnerabilities for Spectre Documentation: platform: Delete x86-laptop-drivers.txt modules: fix compile error if don't have strict module rwx docs: Note that :c:func: should no longer be used kernel-doc: Don't try to mark up function names docs: remove :c:func: annotations from xarray.rst Docs: An initial automarkup extension for sphinx EDAC, skx, i10nm: Fix source ID register offset EDAC, i10nm: Check ECC enabling status per channel arm64: rename dump_instr as dump_kernel_instr i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc() i40e: update copyright string i40e: Fix descriptor count manipulation i40e: missing priorities for any QoS traffic i40e: Add log entry while creating or deleting TC0 i40e: fix incorrect function documentation comment i40e: Fix for missing "link modes" info in ethtool i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speeds ixgbevf: fix possible divide by zero in ixgbevf_update_itr ixgbe: Check DDM existence in transceiver before access net: stmmac: Fix crash observed if PHY does not support EEE net: stmmac: Fix possible deadlock when disabling EEE support ipv6: fix suspicious RCU usage in rt6_dump_route() ipv4: fix suspicious RCU usage in fib_dump_info_fnhe() Revert "net: ena: ethtool: add extra properties retrieval via get_priv_flags" net: hns3: add exception handling when enable NIC HW error interrupts net: hns3: fixes wrong place enabling ROCE HW error when loading net: hns3: fix race conditions between reset and module loading & unloading net: hns3: add check to number of buffer descriptors net: hns3: remove override_pci_need_reset net: hns3: modify handling of out of memory in hclge_err.c net: hns3: code optimizaition of hclge_handle_hw_ras_error() net: hns3: restore the MAC autoneg state after reset net: hns3: sync VLAN filter entries when kill VLAN ID failed net: hns3: remove VF VLAN filter entry inexistent warning print net: hns3: fix selftest fail issue for fibre port with autoneg on ath: fix SPDX tags perf tools: Remove trim() implementation, use tools/lib's strim() tools lib: Adopt strim() from the kernel perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel perf report: Use skip_spaces() perf metricgroup: Use strsep() perf strfilter: Use skip_spaces() perf probe: Use skip_spaces() for argv handling x86/kexec: Make variable static and config dependent xdp: Make __mem_id_disconnect static dt-bindings: i2c: omap: Add new compatible for J721E SoCs samples: bpf: make the use of xdp samples consistent dt-bindings: i2c: mv64xxx: Add YAML schemas dt-bindings: i2c: sun6i-p2wi: Add YAML schemas i2c: mt7621: Add MediaTek MT7621/7628/7688 I2C driver dt-bindings: i2c: i2c-mt7621: Add bindings for MediaTek MT7621/28/88 I2C i2c: core: add sysfs header i2c: bcm2835: Ensure clock exists when probing i2c: bcm2835: Move IRQ request after clock code in probe i2c: add newly exported functions to the header, too x86/speculation/mds: Eliminate leaks by trace_hardirqs_on() x86/platform/geode: Drop <linux/gpio.h> includes dt-bindings: imx-ocotp: Add i.MX8MM compatible rslib: Fix remaining decoder flaws rslib: Update documentation rslib: Fix handling of of caller provided syndrome rslib: decode_rs: Code cleanup rslib: decode_rs: Fix length parameter check rslib: Fix decoding of shortened codes rslib: Add tests for the encoder and decoder bpf: fix BPF_ALU32 | BPF_ARSH on BE arches tools: bpftool: use correct argument in cgroup errors bpf: fix compiler warning with CONFIG_MODULES=n selftests/bpf: build tests with debug info libbpf: fix max() type mismatch for 32bit xsk: Properly terminate assignment in xskq_produce_flush_desc arm64: vdso: Fix compilation with clang older than 8 arm64: compat: Fix __arch_get_hw_counter() implementation arm64: Fix __arch_get_hw_counter() implementation lib/vdso: Make delta calculation work correctly nvmem: imx-ocotp: imx8mq is compatible with imx6 not imx7 nvmem: imx-ocotp: Add i.MX8MM support nvmem: imx-ocotp: Change TIMING calculation to u-boot algorithm nvmem: imx-ocotp: Ensure WAIT bits are preserved when setting timing nvmem: imx-ocotp: Elongate OCOTP_CTRL ADDR field to eight bits drivers: s390/cio: Fix compilation warning about const qualifiers HID: wacom: add new MobileStudio Pro support spi: uniphier: fix zero-length transfer spi: uniphier: fix timeout error ASoC: soc-core: don't use soc_find_component() at snd_soc_find_dai() ASoC: rsnd: add missing pin sharing with SSI9 ASoC: rsnd: ssiu: tidyup SSI_MODE1/2 settings ASoC: madera: Update SPDX headers ASoC: codecs: ad193x: Fix memory corruption on BE 64b systems arm64/mm: Drop [PTE|PMD]_TYPE_FAULT arch/sh: Check for kprobe trap number before trying to handle a kprobe trap PCI: xilinx-nwl: Fix Multi MSI data programming cpufreq: Use has_target() instead of !setpolicy pwm: fsl-ftm: Make sure to unlock mutex on failure pwm: fsl-ftm: Use write protection for prescaler & polarity pwm: fsl-ftm: More relaxed permissions for updating period pwm: atmel-hlcdc: Add compatible for SAM9X60 HLCDC's PWM pwm: bcm2835: Improve precision of PWM leds: pwm: Support ACPI via firmware-node framework pwm: Add support referencing PWMs from ACPI pwm: rcar: Remove suspend/resume support pwm: sysfs: Add suspend/resume support pwm: Add power management descriptions pwm: meson: Add documentation to the driver pwm: meson: Add support PWM_POLARITY_INVERSED when disabling pwm: meson: Don't cache struct pwm_state internally pwm: meson: Read the full hardware state in meson_pwm_get_state() pwm: meson: Simplify the calculation of the pre-divider and count pwm: meson: Move pwm_set_chip_data() to meson_pwm_request() pwm: meson: Add the per-channel register offsets and bits in a struct pwm: meson: Add the meson_pwm_channel data to struct meson_pwm pwm: meson: Pass struct pwm_device to meson_pwm_calc() pwm: meson: Don't duplicate the polarity internally pwm: meson: Change MISC_CLK_SEL_WIDTH to MISC_CLK_SEL_MASK pwm: meson: Use GENMASK and FIELD_PREP for the lo and hi values pwm: meson: Use devm_clk_get_optional() to get the input clock pwm: meson: Unify the parameter list of meson_pwm_{enable, disable} pwm: jz4740: Force TCU2 channels to return to their init level cpufreq: Remove redundant !setpolicy check netfilter: ctnetlink: Fix regression in conntrack entry deletion cpufreq: Move the IS_ENABLED(CPU_THERMAL) macro into a stub vga_switcheroo: Depend upon fbcon being built-in, if enabled extcon: fsa9480: Fix Kconfig warning and build errors pinctrl: madera: Fixup SPDX headers gpio: madera: Fixup SPDX headers MAINTAINERS: Add entry for the generic VDSO library arm64: compat: No need for pre-ARMv7 barriers on an ARMv8 system arm64: vdso: Remove unnecessary asm-offsets.c definitions vdso: Remove superfluous #ifdef __KERNEL__ in vdso/datapage.h usb: renesas_usbhs: Use struct platform_callback pointer usb: renesas_usbhs: Use renesas_usbhs_platform_info on of_device_id.data usb: renesas_usbhs: Add a common function for the .get_id usb: renesas_usbhs: move device tree properties parsing usb: renesas_usbhs: Add struct device * declaration in usbhs_probe() usb: renesas_usbhs: Add has_new_pipe_configs flag usb: renesas_usbhs: Use dev_of_node macro instead of open coded usb: renesas_usbhs: Remove type member from renesas_usbhs_driver_param usb: renesas_usbhs: Use a specific flag instead of type for multi_clks usb: renesas_usbhs: Avoid to write platform_data's value usb: renesas_usbhs: move macros from mod.c to the mod.h usb: renesas_usbhs: remove notify_hotplug callback usb: renesas_usbhs: revise the irq_vbus comments USB: core: Fix compiler warnings in devio.c USB: core: Remove usbfs_mutex arm64: defconfig: Enable CONFIG_KEYBOARD_SNVS_PWRKEY as module ARM: imx_v6_v7_defconfig: Enable CONFIG_ARM_IMX_CPUFREQ_DT defconfig: arm64: enable i.MX8 SCU octop driver arm64: defconfig: Add i.MX SCU SoC info driver arm64: defconfig: Enable CONFIG_QORIQ_THERMAL ARM: imx_v6_v7_defconfig: Select CONFIG_NVMEM_SNVS_LPGPR arm64: defconfig: ARM_IMX_CPUFREQ_DT=m ARM: imx_v6_v7_defconfig: Add TPM PWM support by default ARM: imx_v6_v7_defconfig: Enable the OV2680 camera driver ARM: imx_v6_v7_defconfig: Enable CONFIG_THERMAL_STATISTICS arm64: defconfig: NVMEM_IMX_OCOTP=y for imx8m staging: rtl8712: Change return values of r8712_setrfreg_cmd() staging: rtl8712: Remove r8712_setassocsta_cmd() staging: rtl8712: Remove mp_start_joinbss() staging: rtl8712: Replace r8712_find_network() staging: rtl8712: Remove r8712_setrttbl_cmd() staging: rtl8712: Replace r8712_free_evt_priv() staging: rtl8712: Replace r8712_free_cmd_priv() staging: rtl8712: Change return values of r8712_init_evt_priv() staging: rtl8712: Replace function r8712_init_evt_priv() staging: rtl8712: Change return values in r8712_init_cmd_priv() staging: vc04_services: Remove function block_resume() staging: vc04_services: Remove function output_timeout_error() staging: vc04_services: Remove vchiq_send_remote_release() staging: vc04_services: Remove vchiq_use_service_no_resume() staging: vc04_services: Remove vchiq_resume_internal() staging: vc04_services: Remove vchiq_pause_internal() staging: vc04_services: Remove vchiq_arm_force_suspend() staging: vc04_services: Remove function vchiq_arm_allow_resume() staging: vc04_services: Remove function vchiu_queue_is_full() staging: kpc2000: add missing spaces in kpc2000_spi.c staging: kpc2000: add missing spaces in kpc2000_i2c.c staging: rtl8188eu: remove unused function is_ap_in_wep() staging: rtl8188eu: remove unused function get_bsstype() staging: rtl8723bs: os_dep: Change return type of rtw_init_default_value() to void staging: rtl8723bs: os_dep: modified return type of function rtw_suspend_wow() to void staging: rtl8723bs: os_dep: Change return type of function rtw_suspend_normal() to void staging: rtl8723bs: os_dep: Modify return type of function rtw_reset_drv_sw() to void. staging: rtl8723bs: os_dep: Modify return type of function loadparam(..) to void staging: rtl8188eu: remove hal_init_macaddr() staging: rtl8188eu: cleanup lines ending with a '(' staging: erofs: integrate decompression inplace staging: erofs: switch to new decompression backend staging: erofs: introduce LZ4 decompression inplace staging: erofs: introduce generic decompression backend staging: erofs: move stagingpage operations to compress.h staging: erofs: move per-CPU buffers implementation to utils.c staging: erofs: add compacted compression indexes support staging: erofs: add compacted ondisk compression indexes staging: comedi: use dma_mmap_coherent for DMA-able buffer mmap perf time-utils: Use skip_spaces() perf header: Use skip_spaces() in __write_cpudesc() perf stat: Use recently introduced skip_spaces() tools lib: Adopt skip_spaces() from the kernel sources perf tools: Use linux/ctype.h in more places tools perf: Move from sane_ctype.h obtained from git to the Linux's original clk: lochnagar: Use new parent_data approach to register clock parents clk: tegra: Do not enable PLL_RE_VCO on Tegra210 clk: tegra: Warn if an enabled PLL is in IDDQ clk: tegra: Do not warn unnecessarily clk: tegra210: fix PLLU and PLLU_OUT1 clk: raspberrypi: register platform device for raspberrypi-cpufreq firmware: raspberrypi: register clk device clk: bcm283x: add driver interfacing with Raspberry Pi's firmware clk: bcm2835: remove pllb clk: qoriq: add support for lx2160a clk: clk-cdce706: simplify getting the adapter of a client clk: qcom: Fix -Wunused-const-variable MIPS: Remove dead code clk: ingenic: Remove unused functions MIPS: jz4740: PM: Let CGU driver suspend clocks and set sleep mode clk: ingenic: Handle setting the Low-Power Mode bit clk: ingenic: Add missing header in cgu.h power: reset: nvmem-reboot-mode: use NVMEM as reboot mode write interface clk: Add clk_parent entry in debugfs clk: Grammar missing "and", Spelling s/statisfied/satisfied/ clk: Simplify clk_core_can_round() dt-bindings: power: reset: add document for NVMEM based reboot-mode clk: socfpga: stratix10: fix divider entry for the emac clocks clk: socfpga: stratix10: add additional clocks needed for the NAND IP perf tools: Add missing util.h to pick up 'page_size' variable clk: kirkwood: Add support for MV98DX1135 dt-bindings: clock: mvebu: Add compatible string for 98dx1135 core clock perf tools: Remove old baggage that is util/include/linux/ctype.h perf symbols: We need util.h in symbol-elf.c for zfree() clk: Document some devm_clk_bulk*() APIs clk: Add devm_clk_bulk_get_optional() function clk: Add clk_bulk_get_optional() function perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h tools x86 machine: Add missing util.h to pick up 'page_size' tc-testing: add ingress qdisc tests linux/dim: Add completions count to dim_sample linux/dim: Move implementation to .c files linux/dim: Rename externally used net_dim members linux/dim: Rename net_dim_sample() to net_dim_update_sample() linux/dim: Rename externally exposed macros linux/dim: Remove "net" prefix from internal DIM members linux/dim: Move logic to dim.h tipc: rename function msg_get_wrapped() to msg_inner_hdr() tipc: eliminate unnecessary skb expansion during retransmission perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h tipc: simplify stale link failure criteria tc-testing: Restore original behaviour for namespaces in tdc RDMA/hns: fix spelling mistake "attatch" -> "attach" perf ctype: Remove now unused 'spaces' variable RDMA/netlink: Audit policy settings for netlink attributes perf ui stdio: No need to use 'spaces' to left align perf ctype: Remove unused 'graph_line' variable clk: Simplify debugfs printing and add a newline drm/amd/powerplay: make athub pg bit configured by pg_flags drm/amd/powerplay: make mmhub pg bit configured by pg_flags drm/amd/powerplay: add feature check in unforce_dpm_levels function (v2) clocksource/drivers/davinci: Add support for clocksource clocksource/drivers/davinci: Add support for clockevents ARM: exynos: Cleanup cppcheck shifting warning arm64: dts: qcom: sdm845-cheza: add initial cheza dt ARM: dts: msm8974-FP2: Add vibration motor arm64: dts: qcom: qcs404: Add thermal zones for each sensor arm64: dts: qcom: qcs404: Add tsens controller drm/amd/powerplay: check gfxclk dpm enablement before proceeding drm/amd/powerplay: print smu versions only if version mismatch drm/amd/powerplay: fix fan speed show error (for hwmon pwm) drm/amd/display: update infoframe after dig fe is turned on (v2) drm/amd/powerplay:clean up the residual mutex for smu_hw_init drm/amd/amdgpu: sdma_v4_0_start: initialize r drm/amd/amdgpu: Fix style issues in dcn20_resource.c drm/amd/amdgpu: Check stream in amdgpu_dm_commit_planes drm/amd/amdgpu: amdgpu_hwmon_show_temp: initialize temp drm/amd/amdgpu: Fix amdgpu_set_pp_od_clk_voltage error check drm/amd/amdgpu: Indent AMD_IS_APU properly drm/amdgpu/display: drop ifdefs around comments clocksource/drivers/tegra: Set up maximum-ticks limit properly clocksource/drivers/tegra: Cycles can't be 0 clocksource/drivers/tegra: Restore base address before cleanup clocksource/drivers/tegra: Add verbose definition for 1MHz constant clocksource/drivers/tegra: Drop unneeded typecasting in one place clocksource/drivers/tegra: Set and use timer's period clocksource/drivers/tegra: Remove duplicated use of per_cpu_ptr clocksource/drivers/tegra: Restore timer rate on Tegra210 clocksource/drivers/arm_arch_timer: Extract elf_hwcap use to arch-helper clocksource/drivers/sysctr: Add nxp system counter timer driver support clocksource/drivers/tegra: Rename timer-tegra20.c to timer-tegra.c clocksource/drivers/tegra: Lower clocksource rating for some Tegra's clocksource/drivers/tegra: Support COMPILE_TEST universally clocksource/drivers/tegra: Minor code clean up clocksource/drivers/tegra: Release all IRQ's on request_irq() error clocksource/drivers/tegra: Replace readl/writel with relaxed versions clocksource/drivers/tegra: Reset hardware state on init clocksource/drivers/tegra: Unify timer code clocksource/drivers/tegra: Support per-CPU timers on all Tegra's clocksource/drivers/exynos_mct: Increase priority over ARM arch timer clocksource/drivers/arc_timer: Use BIT() instead of _BITUL() clocksource/drivers/ixp4xx: Implement delay timer clocksource/drivers/timer-meson6: Update with SPDX Licence identifier RDMA/hns: Cleanup unnecessary exported symbols drm/amdgpu/display: switch udelay to msleep drm/amdgpu/powerplay: FEATURE_MASK is 64 bit so use ULL quota: honor quota type in Q_XGETQSTAT[V] calls arm64: Implement panic_smp_self_stop() arm64: Improve parking of stopped CPUs libata: don't request sense data on !ZAC ATA devices arm64: dts: uniphier: add reserved-memory for secure memory arm64: dts: uniphier: update to new Denali NAND binding block, bfq: re-schedule empty queues if they deserve I/O plugging block, bfq: preempt lower-weight or lower-priority queues block, bfq: detect wakers and unconditionally inject their I/O block, bfq: bring forward seek&think time update block, bfq: update base request service times when possible block, bfq: fix rq_in_driver check in bfq_update_inject_limit block, bfq: reset inject limit when think-time state changes ARM: dts: uniphier: update to new Denali NAND binding ASoC: Intel: Skylake: Strip T and L from TLV IPCs ASoC: Intel: Skylake: Reset pipeline before its deletion ASoC: Intel: Common: Fix NULL dereference in tx_wait_done ASoC: Intel: Fix race condition in IPC rx list ASoC: Intel: Skylake: Read HIPCT extension before clearing DONE bit ASoC: topology: Consolidate and fix asoc_tplg_dapm_widget_*_create flow ASoC: topology: Consolidate how dtexts and dvalues are freed ASoC: Intel: hdac_hdmi: Set ops to NULL on remove ASoC: Intel: Skylake: Fix NULL ptr dereference when unloading clk dev ASoC: Intel: Skylake: Properly cleanup on component removal ASoC: Intel: Skylake: Add function to cleanup debugfs interface ASoC: Intel: Skylake: Don't return failure on machine driver reload ASoC: compress: Fix memory leak from snd_soc_new_compress ALSA: hdac: Fix codec name after machine driver is unloaded and reloaded ASoC: Intel: Skylake: Initialize lists before access so they are safe to use ASoC: Intel: Skylake: Use recommended SDxFMT programming sequence gpio: Fix return value mismatch of function gpiod_get_from_of_node() pinctrl: qcom: sdm845: Fix CONFIG preprocessor guard phy: qcom-qmp: Raise qcom_qmp_phy_enable() polling delay phy: meson-g12a-usb3-pcie: disable locking for cr_regmap pinctrl: tegra: Add bitmask support for parked bits pinctrl: tegra: Set specific GPIO compatible string iio: cros_ec: Add lid angle driver arm64: Expose FRINT capabilities to userspace docs: infiniband: convert docs to ReST and rename to *.rst arm64: Expose ARMv8.5 CondM capability to userspace RDMA/hns: Fix an error code in hns_roce_set_user_sq_size() drivers: thermal: processor_thermal: Read PPCC on resume RDMA/hns: fix potential integer overflow on left shift ath10k: Add WMI diag fw logging support for WCN3990 ath10k: add report MIC error for sdio chip ath10k: add support for controlling tx power to a station ath10k: Add peer delete response event ath10k: wait for vdev delete response from firmware ath10k: fix PCIE device wake up failed pwm: jz4740: Apply configuration atomically pwm: jz4740: Remove unused devicetree compatible strings dt-bindings: pwm: jz47xx: Remove unused compatible strings ath10k: fix failure to set multiple fixed rate ath10k: Change the warning message string ath10k: fix fw crash by moving chip reset after napi disabled ath10k: add missing error handling pwm: meson: Fix the G12A AO clock parents order pwm: meson: Update with SPDX Licence identifier ath10k: enabling tx stats support over pktlog ath10k: acquire lock to fix lockdep's warning pwm: stm32: Use 3 cells ->of_xlate() dt-bindings: pwm: stm32: Add #pwm-cells ath10k: change firmware file name for UTF mode of SDIO/USB ath10k: add support for firmware crash recovery on SDIO chip parisc: asm: psw.h: missing header guard pwm: Add consumer device link pwm: stm32-lp: Add power management support dt-bindings: pwm: stm32-lp: Document pin control sleep state ath10k: Add wrapper function to ath10k debug pwm: sifive: Add a driver for SiFive SoC PWM pwm: sifive: Add DT documentation for SiFive PWM Controller ath10k: add htt_h2t_aggr_cfg_msg op for high latency devices ath10k: add inline wrapper for htt_h2t_aggr_cfg_msg drm/msm: add dirty framebuffer helper nios2: use the generic uncached segment support in dma-direct nds32: use the generic remapping allocator for coherent DMA allocations arc: use the generic remapping allocator for coherent DMA allocations dma-direct: handle DMA_ATTR_NO_KERNEL_MAPPING in common code dma-direct: handle DMA_ATTR_NON_CONSISTENT in common code veth: Support bulk XDP_TX xdp: Add tracepoint for bulk XDP_TX iommu/io-pgtable: Support non-coherent page tables pinctrl: mvebu: Add support for MV98DX1135 dt-bindings: pinctrl: mvebu: Document bindings for 98DX1135 ARM: multi_v7_defconfig: enable STMFX pinctrl support MAINTAINERS: add reviewer to maintainers entry iommu/io-pgtable: Replace IO_PGTABLE_QUIRK_NO_DMA with specific flag perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwrite events perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite events perf db-export: Export synth events perf intel-pt: Synthesize CBR events when last seen value changes perf intel-pt: Add CBR value to decoder state perf intel-pt: Cater for CBR change in PSB+ perf intel-pt: Decoder to output CBR changes immediately perf tools: Increase MAX_NR_CPUS and MAX_CACHES perf thread-stack: Eliminate code duplicating thread_stack__pop_ks() perf thread-stack: Fix thread stack return from kernel for kernel-only case perf tools: Fix cache.h include directive arm64 defconfig: enable LVM support regulator: core: Expose some of core functions needed by couplers regulator: core: Introduce API for regulators coupling customization ASoC: rt5677: depop stereo dac mt76: mt7615: do not process rx packets if the device is not initialized mt76: mt76x02: fix edcca file permission mt76: mt7603: add debugfs knob to enable/disable edcca mt76: mt76x02: run mt76x02_edcca_init atomically in mt76_edcca_set mt76: mt76x2: move mutex_lock inside mt76x2_set_channel mt76: mt76x2u: remove mt76x02_edcca_init in mt76x2u_set_channel mt76: mt76x02: remove enable from mt76x02_edcca_init signature mt76: mt7615: add static qualifier to mt7615_rx_poll_complete mt76: mt7615: rearrange cleanup operations in mt7615_unregister_device mt76: mt7603: stop mac80211 queues before setting the channel mt7615: mcu: run __mt76_mcu_send_msg in mt7615_mcu_send_firmware mt7615: mcu: init mcu_restart function pointer mt7615: initialize mt76_mcu_ops data structure mt7615: mcu: use standard signature for mt7615_mcu_msg_send mt7615: mcu: remove unused structure in mcu.h mt7615: mcu: do not use function pointers whenever possible mt7615: mcu: unify __mt7615_mcu_set_dev_info and mt7615_mcu_set_dev_info mt7615: mcu: remove skb_ret from mt7615_mcu_msg_send mt7615: remove dest from mt7615_mcu_msg_send signature mt7615: remove query from mt7615_mcu_msg_send signature mt7615: mcu: remove unused parameter in mt7615_mcu_del_wtbl mt7615: mcu: unify mt7615_mcu_add_wtbl_bmc and mt7615_mcu_del_wtbl_bmc mt7615: mcu: use proper msg size in mt7615_mcu_add_wtbl mt7615: mcu: use proper msg size in mt7615_mcu_add_wtbl_bmc mt7615: mcu: remove bss_info_convert_vif_type routine mt7615: mcu: simplify __mt7615_mcu_set_sta_rec mt7615: mcu: simplify __mt7615_mcu_set_wtbl mt76: mt7615: Make mt7615_irq_handler static mt76: mt7615: Use after free in mt7615_mcu_set_bcn() mt76: Fix a signedness bug in mt7615_add_interface() mt76: move netif_napi_del in mt76_dma_cleanup mt76: mt7615: use napi polling for tx cleanup mt76: mt7603: use napi polling for tx cleanup mt76: move tx_napi in mt76_dev mt76: mt76x02: remove useless return in mt76x02_resync_beacon_timer platform/chrome: wilco_ec: Add circular buffer as event queue pinctrl: remove unneeded #ifdef around declarations pinctrl: freescale: Add i.MX8MN pinctrl driver support dt-bindings: imx: Add pinctrl binding doc for i.MX8MN arm64: defconfig: enable CONFIG_RANDOMIZE_BASE arm64: ARM64_MODULES_PLTS must depend on MODULES x86/alternatives: Add int3_emulate_call() selftest x86/stackframe/32: Allow int3_emulate_push() x86/stackframe/32: Provide consistent pt_regs x86/stackframe, x86/ftrace: Add pt_regs frame annotations x86/stackframe, x86/kprobes: Fix frame pointer annotations x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.h x86/entry/32: Clean up return from interrupt preemption path locking/lockdep: increase size of counters for lockdep statistics locking/atomics: Use sed(1) instead of non-standard head(1) option locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROVE_LOCKING x86/build: Remove redundant 'clean-files += capflags.c' x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.c x86/resctrl: Cleanup cbm_ensure_valid() x86/jump_label: Make tp_vec_nr static timekeeping: Boot should be boottime for coarse ns accessor dma-mapping: add a dma_alloc_need_uncached helper openrisc: remove the partial DMA_ATTR_NON_CONSISTENT support arc: remove the partial DMA_ATTR_NON_CONSISTENT support arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT support ARM: dma-mapping: allow larger DMA mask than supported dma-mapping: truncate dma masks to what dma_addr_t can hold airo: switch to skcipher interface rt2800: do not enable watchdog by default rt2x00: add restart hw rt2800: do not nullify initialization vector data rt2800: add pre_reset_hw callback rt2800: initial watchdog implementation rt2800: add helpers for reading dma done index rt2x00: allow to specify watchdog interval p54: remove dead branch in op_conf_tx callback rtw88: fix typo rtw_writ16_set rtw88: rsvd page should go though management queue rtw88: restore DACK results to save time rtw88: power on again if it was already on rtw88: 8822c: use more accurate ofdm fa counting rtw88: 8822c: disable rx clock gating before counter reset rtw88: 8822c: update channel and bandwidth BB setting rtw88: 8822c: add rf write protection when switching channel rtw88: add beacon function setting rtw88: add support for random mac scan rtw88: add fast xmit support iwlegacy: 4965: no need to check return value of debugfs_create functions iwlegacy: 3945: no need to check return value of debugfs_create functions ssb/gpio: Remove unnecessary WARN_ON from driver_gpio rtlwifi: rtl8188ee: remove redundant assignment to rtstatus qtnfmac: Use struct_size() in kzalloc() mt7601u: fix possible memory leak when the device is disconnected mt7601u: do not schedule rx_tasklet when the device has been disconnected rtlwifi: remove redundant assignment to variable k rtlwifi: remove redundant assignment to variable badworden rtlwifi: rtl8192cu: fix error handle when usb probe failed mwifiex: ignore processing invalid command response mwifiex: update set_mac_address logic mwifiex: print PCI mmap with %pK mwifiex: drop 'set_consistent_dma_mask' log message drm/edid: use for_each_displayid_db where applicable p54usb: Fix race between disconnect and firmware loading dmaengine: rcar-dmac: Reject zero-length slave DMA requests dmaengine: dw: Enable iDMA 32-bit on Intel Elkhart Lake drm/edid: parse CEA blocks embedded in DisplayID dmaengine: dw-edma: fix semicolon.cocci warnings dmaengine: sh: usb-dmac: Use [] to denote a flexible array member dmaengine: dmatest: timeout value of -1 should specify infinite wait dmaengine: dw: Distinguish ->remove() between DW and iDMA 32-bit dmaengine: fsl-edma: support little endian for edma driver dmaengine: hsu: Revert "set HSU_CH_MTSR to memory width" selftests, bpf: Add test for veth native XDP xsk: sample kernel code is now in libbpf libbpf: fix spelling mistake "conflictling" -> "conflicting" samples: bpf: Remove bpf_debug macro in favor of bpf_printk clk: ti: Use int to check return value from of_property_count_elems_of_size() ipvs: fix tinfo memory leak in start_sync_thread net/mlx5: Convert mkey_table to XArray cxgb4: Add MPS refcounting for alloc/free mac filters cxgb4: Add MPS TCAM refcounting for cxgb4 change mac cxgb4: Add MPS TCAM refcounting for raw mac filters cxgb4: Re-work the logic for mps refcounting MAINTAINERS: Add myself as Ingenic SoCs maintainer reset: qcom-pon: Add support for gen2 pon dt-bindings: power: reset: qcom: Add qcom,pm8998-pon compatibility line MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT node MIPS: ralink: mt7628a.dtsi: Add SPI controller DT node MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT node MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodes MIPS: ralink: mt7628a.dtsi: Add pinmux DT node MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifier MIPS: lantiq: Add SMP support for lantiq interrupt controller MIPS: lantiq: Shorten register names, remove unused macros MIPS: lantiq: Fix bitfield masking MIPS: lantiq: Remove unused macros MIPS: lantiq: Fix attributes of of_device_id structure MIPS: lantiq: Change variables to the same type as the source MIPS: lantiq: Move macro directly to iomem function mips: Remove q-accessors from non-64bit platforms FDDI: defza: Include linux/io-64-nonatomic-lo-hi.h tpm: Don't duplicate events from the final event log in the TCG2 log Abstract out support for locating an EFI config table tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations efi: Attempt to get the TCG2 event log in the boot stub tpm: Append the final event log to the TPM event log tpm: Reserve the TPM final events table tpm: Abstract crypto agile event size calculations tpm: Actually fail on TPM errors during "get random" mm/hmm: Remove confusing comment and logic from hmm_release mm/hmm: Poison hmm_range during unregister mm/hmm: Remove racy protection against double-unregistration net: stmmac: sun8i: force select external PHY when no internal one net: stmmac: sun8i: add support for Allwinner H6 EMAC media: MAINTAINERS: Add maintainers for Media Controller media: staging: media: tegra-vde: Defer dmabuf's unmapping media: staging: media: tegra-vde: Add IOMMU support media: hdpvr: fix locking and a missing msleep media: v4l2: Test type instead of cfg->type in v4l2_ctrl_new_custom() media: atmel: atmel-isc: fix i386 build error media: v4l2-ctrl: Move compound control initialization media: hantro: Use vb2_get_buffer media: pci: cx88: Change the type of 'missed' to u64 media: vimc: cap: check v4l2_fill_pixfmt return value media: media/pci: set device_caps in struct video_device media: v4l2-subdev: Verify v4l2_subdev_call() pad config argument media: v4l2-subdev: Verify v4l2_subdev_call() pointer arguments media: v4l2-subdev: Verify arguments in v4l2_subdev_call() media: coda: encoder parameter change support media: coda: add coda_slice_mode() function media: coda: store device pointer in driver structure instead of pdev media: coda: mark last returned frame media: coda: mark last pending buffer or last meta on decoder stop command media: coda: lock capture queue wakeup against encoder stop command media: coda: flag the last encoded buffer media: coda: only wake up capture queue if no pending buffers to encode media: coda: retire coda_buf_is_end_of_stream media: coda: mark the last output buffer on encoder stop command media: coda: only set the stream end flags if there are no more pending output buffers media: coda: mark the last output buffer on decoder stop command media: coda: allow flagging last output buffer internally media: coda: increment sequence offset for the last returned frame media: coda: flush bitstream ring buffer on decoder restart media: coda: do not enforce 512-byte initial bitstream payload on CODA960 media: coda: pad first buffer with repeated MPEG headers to fix sequence init media: coda: make coda_bitstream_queue more versatile media: coda: integrate internal frame metadata into a structure media: coda: implement decoder source change event media: coda: add sequence initialization work media: coda: split decoder sequence initialization out of start decoding media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumed media: coda: add coda_wake_up_capture_queue media: coda: fix last buffer handling in V4L2_ENC_CMD_STOP media: coda: fix mpeg2 sequence number handling media: coda: use mem2mem try_en/decoder_cmd helpers media: coda: implement CMD_START to restart decoding ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4 ARM: dts: exynos: Add GPU/Mali 400 node to Exynos3250 dt-bindings: gpu: mali: Add Samsung compatibles for Midgard and Utgard arm64: dts: exynos: Add GPU/Mali T760 node to Exynos7 arm64: dts: exynos: Add GPU/Mali T760 node to Exynos5433 perf/cgroups: Don't rotate events for cgroups unnecessarily perf/x86/rapl: Get quirk state from new probe framework perf/x86/rapl: Get attributes from new probe framework perf/x86/rapl: Get MSR values from new probe framework perf/x86/rapl: Get rapl_cntr_mask from new probe framework perf/x86/rapl: Use new MSR detection interface perf/x86/cstate: Use new probe function perf/x86/msr: Use new probe function perf/x86: Add MSR probe interface sched/uclamp: Add uclamp support to energy_compute() sched/uclamp: Add uclamp_util_with() sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasks sched/uclamp: Set default clamps for RT tasks sched/uclamp: Reset uclamp values on RESET_ON_FORK sched/uclamp: Extend sched_setattr() to support utilization clamping sched/core: Allow sched_setattr() to use the current policy sched/uclamp: Add system default clamps sched/uclamp: Enforce last task's UCLAMP_MAX sched/uclamp: Add bucket local max tracking sched/uclamp: Add CPU's clamp buckets refcounting sched/fair: Rename weighted_cpuload() to cpu_runnable_load() sched/debug: Export the newly added tracepoints sched/debug: Add sched_overutilized tracepoint sched/debug: Add new tracepoint to track PELT at se level sched/debug: Add new tracepoints to track PELT at rq level sched/debug: Add a new sched_trace_*() helper functions sched/autogroup: Make autogroup_path() always available sched/wait: Deduplicate code with do-while sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity() selftests: pmtu: Make list_flush_ipv6_exception test more demanding selftests: pmtu: Introduce list_flush_ipv4_exception test case ip6_fib: Don't discard nodes with valid routing information in fib6_locate_1() ipv6: Dump route exceptions if requested ipv6/route: Change return code of rt6_dump_route() for partial node dumps ipv6/route: Don't match on fc_nh_id if not set in ip6_route_del() Revert "net/ipv6: Bail early if user only wants cloned entries" ipv4: Dump route exceptions if requested ipv4/route: Allow NULL flowinfo in rt_fill_info() ipv4/fib_frontend: Allow RTM_F_CLONED flag to be used for filtering fib_frontend, ip6_fib: Select routes or exceptions dump from RTM_F_CLONED media: cafe-driver: mark an static var as such arm64: bpf: do not allocate executable memory arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pages arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP arm64: module: create module allocations without exec permissions arm64: Allow user selection of ARM64_MODULE_PLTS acpi/arm64: ignore 5.1 FADTs that are reported as 5.0 ARM: dts: exynos: Use proper regulator for eMMC memory on Arndale Octa ARM: dts: exynos: Add regulator suspend configuration to Odroid XU3/XU4/HC1 family media: staging: media: fix style problem ARM: dts: exynos: Add regulator suspend configuration to Arndale Octa board ARM: dts: exynos: Disable unused buck10 regulator on Odroid HC1 board media: marvell-ccic: mmp: don't chicken out w/o pdata media: marvell-ccic: only calculate the DPHY registers when needed media: st-mipid02: add support of JPEG media: st-mipid02: add support of YUYV8 and UYVY8 media: st-mipid02: add support of RGB565 spi/acpi: avoid spurious matches during slave enumeration drm/msm/a3xx: remove TPL1 regs from snapshot spi: spi-stm32-qspi: Remove CR_FTHRES_MASK usage regulator: s2mps11: Add support for disabling S2MPS11 regulators in suspend regulator: s2mps11: Reduce number of rdev_get_id() calls regulator: qcom_spmi: Do NULL check for lvs ASoC: rk3399_gru_sound: Support 32, 44.1 and 88.2 kHz sample rates ASoC: soc-core: use soc_find_component() at snd_soc_find_dai() ASoC: soc-core: soc_find_component() uses snd_soc_dai_link_component ASoC: soc-core: soc_find_component() uses snd_soc_is_matching_component() ASoC: soc-core: move soc_find_component() ASoC: SOF: Intel: hda: remove duplicated include from hda.c net: macb: use GRO net: macb: use NAPI_POLL_WEIGHT ASoC: dapm: Adapt for debugfs API change ASoC: core: Adapt for debugfs API change ASoC: soc-core: call snd_soc_unbind_card() under mutex_lock; tools/memory-model: Improve data-race detection selftests: add route_localnet test script ipv4: fix confirm_addr_indev() when enable route_localnet ipv4: fix inet_select_addr() when enable route_localnet tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_set media: st-mipid02: add support of V4L2_CID_LINK_FREQ media: marvell-ccic: provide a clock for the sensor media: marvell-ccic: use async notifier to get the sensor media: marvell-ccic/mmp: add devicetree support media: marvell-ccic: rename the clocks media: marvell-ccic/mmp: enable clock before accessing registers media: marvell-ccic: drop unused stuff media: Revert "[media] marvell-ccic: reset ccic phy when stop streaming for stability" media: mt9m111: fix fw-node refactoring media: staging: media: soc_camera: soc_mt9v022: simplify getting the adapter of a client media: staging: media: soc_camera: mt9t031: simplify getting the adapter of a client media: staging: media: soc_camera: imx074: simplify getting the adapter of a client media: i2c: tw9910: simplify getting the adapter of a client media: i2c: ov2640: simplify getting the adapter of a client mlxsw: core: Add support for negative temperature readout mlxsw: core: Add the hottest thermal zone detection mlxsw: core: Extend thermal core with per inter-connect device thermal zones media: i2c: mt9m111: simplify getting the adapter of a client media: i2c: mt9m001: simplify getting the adapter of a client media: i2c: ak881x: simplify getting the adapter of a client ARM: dts: imx7ulp-evk: enable USBOTG1 support ARM: dts: imx7ulp: add imx7ulp USBOTG1 support media: mt9m111: Fix error handling in mt9m111_power_on ARM: dts: imx6qdl-kontron-samx6i: add Kontron SMARC SoM Support media: mt9m111: No need to check for the regulator vfio-ccw: make convert_ccw0_to_ccw1 static RDMA/mlx5: Refactor MR descriptors allocation RDMA/mlx5: Use PA mapping for PI handover RDMA/mlx5: Improve PI handover performance RDMA/mlx5: Remove unused IB_WR_REG_SIG_MR code RDMA/rw: Use IB_WR_REG_MR_INTEGRITY for PI handover RDMA/rw: Introduce rdma_rw_inv_key helper RDMA/core: Validate integrity handover device cap RDMA/core: Rename signature qp create flag and signature device capability RDMA/core: Add an integrity MR pool support IB/iser: Unwind WR union at iser_tx_desc IB/iser: Use IB_WR_REG_MR_INTEGRITY for PI handover RDMA/mlx5: Introduce and implement new IB_WR_REG_MR_INTEGRITY work request RDMA/mlx5: Update set_sig_data_segment attribute for new signature API RDMA/mlx5: Pass UMR segment flags instead of boolean RDMA/mlx5: Add attr for max number page list length for PI operation RDMA/mlx5: Implement mlx5_ib_map_mr_sg_pi and mlx5_ib_alloc_mr_integrity RDMA/core: Add signature attrs element for ib_mr structure RDMA/core: Introduce ib_map_mr_sg_pi to map data/protection sgl's RDMA/core: Introduce IB_MR_TYPE_INTEGRITY and ib_alloc_mr_integrity API RDMA/core: Save the MR type in the ib_mr structure RDMA/core: Introduce new header file for signature operations drm/amdgpu: disable gfxoff on navi10 drm/amdgpu: fix modprobe failure for uvd_4/5/6 tipc: fix missing indentation in source code net: ethernet: ti: cpsw: Fix suspend/resume break hinic: implement the statistical interface of ethtool io_uring: add support for sqe links samples/bpf: xdp_redirect, correctly get dummy program id bpf: fix NULL deref in btf_type_is_resolve_source_only iwlwifi: add support for hr1 RF ID mwifiex: Don't abort on small, spec-compliant vendor IEs wl18xx: Fix Wunused-const-variable iwlwifi: change 0x02F0 fw from qu to quz iwlwifi: add new cards for 22000 and change wrong structs iwlwifi: add new cards for 22000 and fix struct name ALSA: usb-audio: Sanity checks for each pipe and EP types IMA: Define a new hook to measure the kexec boot command line arguments ARM: module: recognize unwind exit sections module: allow arch overrides for .exit section names modules: fix BUG when load module with rodata=n ALSA: firewire-motu: unify common tracepoints for both direction Revert "ALSA: firewire-lib: fix inverted node IDs for amdtp_packet events" ARM: pxa/lubbock: remove lubbock_set_misc_wr() from global view ARM: dts: pxa300-raumfeld-speaker-one: add channel output mapping for STA320 ARM: pxa: raumfeld-common: fix comments in gpio_keys pinctrl node ARM: pxa: raumfeld-controller: add pinctrl for charger pins ARM: pxa: raumfeld-controller: fix 'dock detect' GPIO key ARM: pxa3xx: dts: Add defines for pinctrl-single,bias-pull{up,down} Revert "staging: ks7010: Fix build error" arm64: dts: allwinner: h6: Pine H64: Add interrupt line for RTC opp: Don't use IS_ERR on invalid supplies cpufreq: s5pv210: Don't flood kernel log after cpufreq change drivers: Add generic helper to match by of_node driver_find_device: Unify the match function with class_find_device() bus_find_device: Unify the match callback with class_find_device acpi: utils: Cleanup acpi_dev_match_cb mfd: Remove unused helper syscon_regmap_lookup_by_pdevname staging: most-core: Use bus_find_device_by_name arm64: dts: librem5: enable the SNVS power key arm64: dts: librem5: Limit the USB to 5V arm64: dts: imx8qxp: added ddr performance monitor nodes clk: imx8mq: Keep uart clocks on during system boot clk: imx: Remove __init for imx_register_uart_clocks() API hwmon: Convert remaining drivers to use SPDX identifier hwmon: (max6650) Fix unused variable warning hwmon: (pmbus/adm1275) Fix power sampling support hwmon: (lm90) simplify getting the adapter of a client hwmon: (asus_atk0110) no need to check return value of debugfs_create functions hwmon: (max6650) Fix minor formatting issues hwmon: (max6650) Improve error handling in max6650_update_device hwmon: (max6650) Read non-volatile registers only once hwmon: (max6650) Convert to use devm_hwmon_device_register_with_info hwmon: (max6650) Simplify alarm handling hwmon: (max6650) Cache alarm_en register hwmon: (max6650) Declare valid as boolean hwmon: (max6650) Improve error handling in max6650_init_client hwmon: (max6650) Introduce pwm_to_dac and dac_to_pwm hwmon: (max6650) Use devm function to register thermal device hwmon: (core) Add comment describing how hwdev is freed in error path hwmon: (smsc47m1) fix (suspicious) outside array bounds warnings hwmon: (pmbus) Add Infineon IRPS5401 driver hwmon: (nct7904) Fix the incorrect value of tcpu_mask in nct7904_data struct. hwmon: (pmbus) Document Infineon PXE1610 driver hwmon: (pmbus) Add Infineon PXE1610 VR driver hwmon: (occ) Add temp sensor value check hwmon: (pmbus/adm1275) support PMBUS_VIRT_*_SAMPLES hwmon: (pwm-fan) Check return value from devm_add_action_or_reset hwmon: (gpio-fan) Check return value from devm_add_action_or_reset soc: imx: Add i.MX8MN SoC driver support arm64: dts: imx8qxp: sort LSIO subsystem devices arm64: dts: imx8qxp: sort alias alphabetically arm64: dts: imx8qxp: Add lsio_mu13 node ARM: dts: imx6qdl-kontron-samx6i: Add iMX6-based Kontron SMARC-sAMX6i module drivers: hv: Add a module description line to the hv_vmbus driver Documentation/ABI: Document umwait control sysfs interfaces x86/umwait: Add sysfs interface to control umwait maximum time x86/umwait: Add sysfs interface to control umwait C0.2 state x86/umwait: Initialize umwait control values x86/cpufeatures: Enumerate user wait instructions x86/vdso: Give the [ph]vclock_page declarations real types riscv: add binfmt_flat support binfmt_flat: don't offset the data start binfmt_flat: move the MAX_SHARED_LIBS definition to binfmt_flat.c binfmt_flat: remove the persistent argument from flat_get_addr_from_rp binfmt_flat: provide an asm-generic/flat.h binfmt_flat: make support for old format binaries optional binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option binfmt_flat: add endianess annotations binfmt_flat: use fixed size type for the on-disk format binfmt_flat: consolidate two version of flat_v2_reloc_t binfmt_flat: remove the unused OLD_FLAT_FLAG_RAM definition binfmt_flat: remove the uapi <linux/flat.h> header binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable binfmt_flat: remove flat_old_ram_flag binfmt_flat: provide a default version of flat_get_relocate_addr binfmt_flat: remove flat_set_persistent binfmt_flat: remove flat_reloc_valid fix platform_no_drv_owner.cocci warnings ipv6: convert major tx path to use RT6_LOOKUP_F_DST_NOREF ipv6: convert rx data path to not take refcnt on dst ipv6: honor RT6_LOOKUP_F_DST_NOREF in rule lookup logic ipv6: initialize rt6->rt6i_uncached in all pre-allocated dst entries ipv6: introduce RT6_LOOKUP_F_DST_NOREF flag in ip6_pol_route() kbuild: fix 'No such file or directory' warning for headers_install genksyms: Teach parser about 128-bit built-in types kbuild: Remove unnecessary -Wno-unused-value lib/raid6: refactor unroll rules with pattern rules lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o kbuild: Enable -Wuninitialized kbuild: Add -Werror=unknown-warning-option to CLANG_FLAGS doc: phy: document some PHY_INTERFACE_MODE_xxx settings inet: fix compilation warnings in fqdir_pre_exit() net: dsa: mv88e6xxx: introduce helpers for handling chip->reg_lock power: supply: Add HWMON compatibility layer softirq: Use __this_cpu_write() in takeover_tasklets() power: supply: sbs-manager: simplify getting the adapter of a client power: supply: rt9455_charger: simplify getting the adapter of a client power: supply: rt5033_battery: simplify getting the adapter of a client power: supply: max17042_battery: simplify getting the adapter of a client power: supply: max17040_battery: simplify getting the adapter of a client power: supply: max14656_charger_detector: simplify getting the adapter of a client power: supply: bq25890_charger: simplify getting the adapter of a client power: supply: bq24257_charger: simplify getting the adapter of a client power: supply: bq24190_charger: simplify getting the adapter of a client net: ena: Fix bug where ring allocation backoff stopped too late smp: Remove smp_call_function() and on_each_cpu() return values smp: Do not mark call_function_data as shared x86/apic: Use non-atomic operations when possible arm64: dts: imx8mm-evk: Enable audio codec wm8524 Input: iforce - add the Saitek R440 Force Wheel Input: iforce - use unaligned accessors, where appropriate Input: iforce - drop couple of temps from transport code Input: iforce - drop bus type from iforce structure Input: iforce - use DMA-safe buffores for USB transfers Input: iforce - allow callers supply data buffer when fetching device IDs Input: iforce - only call iforce_process_packet() if initialized Input: iforce - signal command completion from transport code Input: iforce - do not combine arguments for iforce_process_packet() Input: iforce - factor out hat handling when parsing packets Input: iforce - update formatting of switch statements Input: iforce - use DMA-safe buffer when getting IDs from USB Input: iforce - split into core and transport modules Input: iforce - move transport data into transport modules Input: iforce - add bus type and parent arguments to iforce_init_device() Input: iforce - introduce start and stop io transport ops Input: iforce - move command completion handling to serio code Input: iforce - move get_id to the transport operations Input: iforce - introduce transport ops Input: iforce - remove "being used" silliness Input: gpio_keys - use struct_size() in devm_kzalloc() Input: gpio_keys_polled - use struct_size() in devm_kzalloc() lkdtm: Check for SMEP clearing protections lkdtm: remove redundant initialization of ret ARM: dts: BCM5301X: Fix most DTC W=1 warnings ARM: dts: NSP: Fix the bulk of W=1 DTC warnings ARM: dts: BCM63xx: Fix DTC W=1 warnings ARM: dts: BCM53573: Fix DTC W=1 warnings ARM: dts: bcm-mobile: Fix most DTC W=1 warnings ARM: dts: Cygnus: Fix most DTC W=1 warnings ARM: dts: Fix BCM7445 DTC warnings ARM: bcm283x: Enable DMA support for SPI controller hinic: fix dereference of pointer hwdev before it is null checked net: dsa: mt7530: Add MT7621 TRGMII mode support net: ethernet: mediatek: Add MT7621 TRGMII mode support netns: restore ops before calling ops_exit_list ipv6: Error when route does not have any valid nexthops fjes: no need to check return value of debugfs_create functions net: fastopen: robustness and endianness fixes for SipHash timer_list: Guard procfs specific code x86/vdso: Add clock_gettime64() entry point x86/vdso: Add clock_getres() entry point x86/vdso: Switch to generic vDSO implementation arm64: vdso: Enable vDSO compat support arm64: compat: Get sigreturn trampolines from vDSO arm64: elf: VDSO code page discovery arm64: compat: VDSO setup for compat layer arm64: vdso: Refactor vDSO code arm64: compat: Add vDSO arm64: compat: Generate asm offsets for signals arm64: compat: Expose signal related structures arm64: compat: Add missing syscall numbers arm64: vdso: Build vDSO with -ffixed-x18 arm64: vdso: Substitute gettimeofday() with C implementation timekeeping: Provide a generic update_vsyscall() implementation lib/vdso: Add compat support lib/vdso: Provide generic VDSO implementation vdso: Define standardized vdso_datapage hrtimer: Split out hrtimer defines into separate header x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUs drm/amdgpu: drop unused df init callback drm/amdgpu: add sw_init to df_v1_7 drm/amdkfd: Set gws_mask to 64 bit 1s drm/amd/display/dc: set num-dwb = 1 as navi10 asic cap drm/amd/display: make clk_mgr call enable_pme_wa drm/amd/display: expose dentist_get_did_from_divider drm/amd/display: add missing mod_vmid destructor drm/amd/display: Add Underflow Asserts to dc drm/amd/display: move vmid determination logic to a module drm/amd/display: dcn2 use fixed clocks. drm/amd/display: add p010 and ayuv plane caps drm/amd/display: update DCN2 uclk switch time drm/amd/display: Rework CRTC color management drm/amd/display: Use macro for invalid OPP ID drm/amd/display: expose enable dp output functions drm/amd/display: add dwb stere caps and version drm/amd/display: Alpha plane type drm/amd/display: making DCN20 WM table non-overlapping drm/amd/display: update dsc max_target_bpp to 16 bpp drm/amd/display: add some parameters to validate bandwidth functions drm/amd/display: update DSC MST DP virtual DPCD peer device enumeration policy drm/amd/display: add support for forcing DCFCLK without affecting watermarks drm/amd/display: Copy stream updates onto streams drm/amd/display: Fix incorrect vba type drm/amd/display: removing MODULO change for dcn2 drm/amd/display: Fix incorrect DML output_bpp value drm/amd/display: Add missing VM conversion from hw values drm/amd/display: Drive-by fixes for display_mode_vba drm/amd/display: Enable DSC power-gating for DSC streams drm/amd/display: Return UPDATE_TYPE_FULL on writeback update drm/amd/display: decouple dsc adjustment out of enablement drm/amd/display: always use 4 dp lanes for dml drm/amd/display: Use DCN2 functions instead of DCE drm/amd/display: DCN2 Engine-specifc encoder allocation drm/amd/display: Disable DSC power gating in Diags drm/amd/display: Set test pattern on blank when using Visual Confirm drm/amd/display: add null checks and set update flags for DCN2 drm/amd/display: move DWB structs and enums to dc_hw_types drm/amd/display: Integrate color transform3x4 with 3dlut tm drm/amd/display: used optimum VSTARTUP instead of MaxVStartup drm/amd/display: add dsc_passthrough_support bit in dpcd struct drm/amd/display: fix a potential issue in DSC logic drm/amd/display: Expose send immediate sdp message interface drm/amd/display: Fix LB BPP and Cursor width drm/amd/display: fix macro_tile_size for tiling drm/amd/display: Remove OPP clock programming on plane disable drm/amd/display: fix odm mpo disable drm/amd/display: [backport] dwb dm + efc support drm/amd/display: Create DWB resource for DCN2 drm/amd/display: Intermittent DCN2 pipe hang on mode change drm/amd/display: Add support for extended DSC DPCD caps drm/amd/display: Do a reg update instead of set when writing ODM color format drm/amd/display: add flags for gamut map library drm/amd/display: block passive dongle EDID Emulation for USB-C ports drm/amd/display: DCHUB requestors numbers for Navi. drm/amd/display: Add 170Mpix/sec DSC throughput support drm/amd/display: add SW_USE_I2C_REG request. drm/amd/display: Make sure line size is not zero in DCN2 line buffer size calculations drm/amd/display: Change DCN2 vupdate start programming drm/amd/display: Refactor program watermark. drm/amd/display: fix dcn2 mpc split decision drm/amd/display: Add hubp_init entry to hubp vtable drm/amd/display: Fix ODM combine data format drm/amd/display: Remove duplicate define of TO_DCN20_HUBBUB drm/amd/display: Add power down display on boot flag drm/amd/display: Consider DSC target bpp precision when calculating DSC target bpp drm/amd/display: enable abm on dcn2 drm/amd/display: Implement DSC MST fair share algorithm drm/amd/display: Acquire DSC HW resource only if required by stream drm/amd/display: Disable display writeback on Linux for NV10 drm/amd/display: Add vupdate interrupt sources to NV10 drm/amd/display: Mark DSC resource as unused after copying to the secondary ODM pipe drm/amd/display: Change Min fclk to 1.2Ghz drm/amd/display: add global master update lock for DCN2 drm/amd/display: Remove REFCYC regs drm/amd/display: Add profiling tools for bandwidth validation drm/amd/display: Optimize bandwidth validation by adding early return drm/amd/display: Properly guard display_mode_vba with DCN2 drm/amd/display: Guard DML_FAIL_DSC_VALIDATION_FAILURE drm/amd/display: Add 3dlut control flags drm/amd/display: fix can not turn on two displays due to DSC_RESOURCE failed. drm/amd/display: Fix DCFCLK and SOCCLK not set drm/amd/display: DCN2 reg refactors drm/amd/display: Add some tm3dlut flags drm/amd/display: Make sure DSC slice height is divisible by 2 for 4:2:0 color format drm/amd/display: Use 1/8th DSC target bitrate precision for N4:2:2 and 4:2:0 formats drm/amd/display: isolate global double buffer lock programming drm/amd/display: Remove additional FEC link bandwidth reduction drm/amd/display: move dsc clock from plane_resource to stream_resource drm/amd/display: fix fpga fclk programming drm/amd/display: remove target_dpp hack for dsc drm/amd/display: remove legacy DSC functions drm/amd/display: Remove dependency on pipe->plane for immedaite flip status drm/amd/display: fix dsc validation drm/amd/display: Properly set u clock drm/amd/display: Properly set DCF clock drm/amd/display: Calculate link bandwidth in a common function drm/amd/display: Add a flags union for 3dlut transformation matrix drm/amd/display: clean up validation failure log spam drm/amd/display: fixed DCC corruption drm/amd/display: Clean up locking in dcn*_apply_ctx_for_surface() drm/amd/display: Disconnect DCN2 mpcc when changing tg drm/amd/display: enable DSC support by default drm/amd/display: navi10 bring up skip dsc encoder config drm/amd/display: skip dsc config for navi10 bring up drm/amd/display: do not need otg lock if otg is not active drm/amd/display: disable dcn20 abm feature for bring up drm/amd/display: Refactor DIO stream encoder drm/amd/display: fix pstate allow handling in dcn2 drm/amd/display: Add writeback_config to VBA vars drm/amd/display: Refactor clk_mgr functions drm/amd/display: dcn2 dmcu wait_for_loop update with dispclk. drm/amd/display: do not power on eDP power rail early drm/amd/display: Move link functions from dc to dc_link drm/amd/display: update calculated bounding box logic for NV drm/amd/display: disable PSR/ABM before destroy DMCU struct drm/amd/display: Ensure DRR triggers in BP drm/amd/display/dc: fix azalia workaround sw implementation bug drm/amd/display: Program VTG params after programming Global Sync for DCN2 drm/amd/display: Add DSC support for Navi (v2) drm/amdgpu: Enable DC support for Navi10 drm/amd/display: Hook DCN2 into amdgpu_dm and expose as config (v2) drm/amd/display: update dcn2 dc_plane_cap drm/amd/display: updates for dcn20_update_bandwidth drm/amd/display: add fast_validate parameter to dcn20_validate_bandwidth drm/amd/display: hook navi10 pplib functions drm/amd/powerplay: add interface to get uclk dpm table drm/amd/powrplay: add interface for dc to get max clock values extcon: Add fsa9480 extcon driver dt-bindings: extcon: Add support for fsa9480 switch mtd: spi-nor: intel-spi: Convert to use SPDX identifier mtd: spi-nor: intel-spi: Add support for Intel Elkhart Lake SPI serial flash drm/armada: use mode_valid to validate the adjusted mode drm/armada: improve Dove clock selection posix-timers: Use spin_lock_irq() in itimer_delete() posix-timers: Remove "it_signal = NULL" assignment in itimer_delete() timekeeping: Add missing _ns functions for coarse accessors timekeeping: Use proper clock specifier names in functions timekeeping: Use proper ktime_add when adding nsecs in coarse offset counter/ftm-quaddec: Add missing '>' in MODULE_AUTHOR x86/asm: Pin sensitive CR0 bits x86/asm: Pin sensitive CR4 bits binder: fix memory leak in error path x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3 ACPI, x86: Add Zhaoxin processors support for NONSTOP TSC x86/cpu: Create Zhaoxin processors architecture support file x86/cpu: Split Tremont based Atoms from the rest iio: core: no need to check return value of debugfs_create functions docs: iio: convert to ReST Documentation/x86/64: Add documentation for GS/FS addressing mode x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2 x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bit selftests/x86/fsgsbase: Test ptracer-induced GSBASE write with FSGSBASE selftests/x86/fsgsbase: Test RD/WRGSBASE x86/entry/64: Document GSBASE handling in the paranoid path x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit x86/entry/64: Introduce the FIND_PERCPU_BASE macro x86/entry/64: Switch CR3 before SWAPGS in paranoid entry x86/process/64: Use FSGSBASE instructions on thread copy and ptrace x86/process/64: Use FSBSBASE in switch_to() if available x86/fsgsbase/64: Enable FSGSBASE instructions in helper functions x86/fsgsbase/64: Add intrinsics for FSGSBASE instructions kbuild: Raise the minimum required binutils version to 2.21 x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE selftests/x86/fsgsbase: Test ptracer-induced GSBASE write x86/ptrace: Prevent ptrace from clearing the FS/GS selector iio: adc: stm32-adc: add missing vdda-supply dt-bindings: iio: adc: stm32: add missing vdda supply iio: adc: stm32-dfsdm: add comment for 16 bits record ACPI: Make AC and battery drivers available on !X86 iio: adc: stm32-dfsdm: add fast mode support kselftests: timers: freq-step: Update maximum acceptable precision and errors ntp: Limit TAI-UTC offset PM: sleep: Update struct wakeup_source documentation iio: adc: stm32-dfsdm: manage data resolution in trigger mode iio: adc: stm32-dfsdm: fix data type iio: adc: stm32-dfsdm: fix output resolution mtd: spi-nor: Spelling s/Writ/Write/ mtd: spi-nor: Add Winbond w25q16jv support MAINTAINERS: add entry for sensirion sps30 driver dt-bindings: iio: chemical: sps30: convert bindings to yaml iio: sca3000: Potential endian bug in sca3000_read_event_value() iio: st_accel: fix iio_triggered_buffer_{pre,post}enable positions ARM: configs: multi_v5: Add more ASPEED devices soc: aspeed: lpc-ctrl: Fix probe error handling i2c: mux: demux-pinctrl: use proper email address for ABI requests i2c: mux: add sysfs header i2c: mux/i801: Switch to use descriptor passing clk: sunxi-ng: sun8i-r: Use local parent references for SUNXI_CCU_GATE clk: sunxi-ng: a80-usb: Use local parent references for SUNXI_CCU_GATE clk: sunxi-ng: gate: Add macros for referencing local clock parents clk: sunxi-ng: h6-r: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: h6: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: a64: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: f1c100s: Use local parent references for CLK_FIXED_FACTOR r8169: don't activate ASPM in chip if OS can't control ASPM PCI: let pci_disable_link_state propagate errors ext4: rename htree_inline_dir_to_tree() to ext4_inlinedir_to_tree() drm/amd/display: Add DC core changes for DCN2 drm/amd/display: Add DCN2 HW Sequencer and Resource drm/amd/display: Add DCN2 VMID drm/amd/display: Add DCN2 IPP drm/amd/display: Add DCN2 DWB drm/amd/display: Add DCN2 MMHUBBUB drm/amd/display: Add DCN2 HUBP and HUBBUB drm/amd/display: Add DCN2 DPP drm/amd/display: Add DCN2 MPC drm/amd/display: Add DCN2 OPP drm/amd/display: Add DCN2 OPTC drm/amd/display: Add DCN2 clk mgr drm/amd/display: Add DCN2 DIO drm/amd/display: Add DCN2 changes to DML drm/amd/display: Add DCN2 IRQ handling drm/amd/display: Add DCN2 BIOS parsing drm/amd/display: Add GPIO support for DCN2 drm/amd/display: add AUX and I2C for DCN2 drm/amd/display: Add DCN2 and NV ASIC ID drm/amd/display: use fixed-width data type for soc bounding box struct drm/amdgpu: Split gpu_info_soc_bounding_box out from amdgpu_ucode.h drm/amd/display: Read soc_bounding_box from gpu_info (v2) drm/amd/powerplay: notify smu with active display count drm/amd/powerplay: allow dc request uclk change drm/amdgpu: initialize THM & CLK IP registers base address drm/amdgpu: fix PA_SC_FIFO_SIZE for Navi10 (v2) drm/amd/powerplay: remove unsupport function set_thermal_fan_table for navi10 drm/amd/powerplay: enable BACO feature as WAR drm/amd/powerplay: use pp_feature_mask to control uclk(mclk) dpm enabled drm/amdgpu: add new navi10 DIDs drm/amd/powerplay: add ppt interface version log drm/amdgpu/gfx10: update to latest golden setting drm/amdgpu/powerplay/vega20: use correct table index drm/amdgpu/VCN: enable indirect DPG SRAM mode drm/amdgpu/VCN: implement indirect DPG SRAM mode drm/amdgpu/VCN: add buffer for indirect SRAM usage drm/amd/powerplay: disable fw dstate when gfxoff is enabled drm/amd/powerplay: update smu11_driver_if_navi10.h drm/amdgpu/psp: add new psp interface for vcn updating sram drm/amdgpu/psp: convert ucode id to psp ucode id drm/amdgpu: add corresponding vcn ram ucode id drm/amdgpu/psp: add new VCN RAM ucode id to psp drm/amdgpu: enable VCN2.0 DPG mode drm/amdgpu/VCN2.0: add DPG pause mode drm/amdgpu/VCN2.0: add DPG mode start and stop (v2) drm/amdgpu/VCN2.0: add direct SRAM read and write drm/amdgpu/VCN2.0 remove unused Macro and declaration drm/amd/powerplay: simplified od_settings for each asic drm/amd/powerplay: move od_default_setting callback to asic file drm/amd/powerplay: move od8_setting helper function to vega20_ppt drm/amd/powerplay: fix clk type name error OD_SCLK OD_MCLK drm/amd/powerplay: fix deadlock issue for smu_force_performance_level drm/amd: the data retured from PRT is expected to be 0 drm/amdgpu/gfx10: update gfx golden settings drm/amdgpu/powerplay: add license to smu11 header drm/amd/powerplay: add interface to get uclk dpm table drm/amd/powerplay: wake up azalia from d3 by sending smu message drm/amd/powerplay: notify smu with active display count drm/amd/powerplay: allow dc request uclk change drm/amd/powerplay: remove smu callback funciton get_mclk(get_sclk) drm/amd/powerplay: remove smu mutex lock in smu_hw_init drm/amd/powerplay: add thermal ctf support for navi10 drm/amd/powerplay: fix no statements in function returning non-void drm/amd/powerplay: move get_thermal_temperature_range to ppt funcs drm/amd/powerplay: move function thermal_get_temperature to veag20_ppt drm/amd/powerplay: move function get_metrics_table to vega20_ppt drm/amd/powerplay: move power_dpm_force_performance_level to amdgpu_smu file drm/amd/powerplay: enable uclk dpm default on navi10 drm/amd/powerplay: enable ac/dc feature on navi10 drm/amd/powerplay: enable gfxclk ds,dcefclk ds and fw dstate on navi10 drm/amd/powerplay: add sclk sysfs interface support for navi10 drm/amdgpu: correct reference clock value on navi10 drm/amd/powerplay/smu11: disable some pp features on navi10 A0 secure board drm/amd/powerplay/smu11: add secure board check function (v2) drm/amd/powerplay/smu11: enable ds socclk by default drm/amd/powerplay: fix amdgpu_pm_info show gpu load error drm/amd/powerplay: simplify the interface of get_gpu_power drm/amd/powerplay: simplify the interface of get_current_activity_percent drm/amd/powerplay: fix dpm freq unit error (10KHz -> Mhz) amd/powerplay: update the vcn pg drm/amd/powerplay: add function read_sensor for navi10 drm/amd/powerplay: add function set_watermarks_table function for navi10 drm/amd/powerplay: add function notify_smc_display_config_change for navi10 drm/amd/powerplay: add function get_profiling_clk_mask for navi10 drm/amd/powerplay: add funciton get[set]_power_profile_mode for navi10 (v2) drm/amd/powerplay: add function get_workload_type_map for swsmu drm/amd/powerplay: remove upload_dpm_level function for vega20 drm/amd/powerplay: add function get_fan_speed_percent for navi10 drm/amd/powerplay: add function set_thermal_fan_table for navi10 drm/amd/powerplay: add function is_dpm_running for navi10 drm/amd/powerplay: move read sensor of UVD[VCE]_POWER to amdgpu_smu file drm/amd/powerplay: add function get_current_activity_percent for navi10 drm/amd/powerplay: add function get_gpu_power for navi10 drm/amd/powerplay: add function unforce_dpm_levels for navi10 drm/amd/powerplay: add funciton force_dpm_limit for navi10 drm/amd/powerplay: add function display_configuration_changed for navi10 drm/amd/powerplay: add function pre_display_config_changed for navi10 drm/amd/powerplay: add function get_clock_by_type_with_latency for navi10 drm/amd/powerplay: add function populate_umd_state_clk for navi10 drm/amd/powerplay: add function force_clk_levels for navi10 drm/amd/powerplay: add helper function of smu_set_hard_freq_range drm/amd/powerplay: add helper function of smu_set_soft_freq_range drm/amd/powerplay: add helper function of smu_get_dpm_freq_range drm/amd/powerplay: add function print_clk_levels for navi10 drm/amd/powerplay: add helper function to get dpm freq informations drm/amd/powerplay: add function get current clock freq interface for navi10 drm/amdgpu/gfx10: require to pin/unpin CSIB BO when suspend/resume drm/amdgpu/gfx10: remove unnecessary waiting on gfx inactive drm/amdgpu: RLC must be disabled after SMU when S3 on navi drm/amd/powerplay/smu11: disable PLL shutdown when gfxoff enabled drm/amd/powerplay: disable uclk dpm by default drm/amdgpu/VCN2.0: remove powergating for UVDW tile amd/powerplay: enable uclk dpm amd/powerplay: fix the issue of uclk dpm drm/amdgpu/gfx10: fix unbalanced MAP/UNMAP_QUEUES when async_gfx_ring is disabled drm/amdgpu/gfx10: drop redundant se/sh selection drm/amdgpu/mes10.1: enable mes FW backdoor loading drm/amdgpu/mes10.1: implement mes enablement function drm/amdgpu/mes10.1: implement MES firmware backdoor loading drm/amdgpu/mes10.1: implement ucode buffers destruction drm/amdgpu/mes10.1: upload mes data ucode to gpu buffer drm/amdgpu/mes10.1: upload mes ucode to gpu buffer drm/amdgpu/mes10.1: implement ucode CPU buffer destruction drm/amdgpu/mes10.1: load mes firmware file to CPU buffer drm/amdgpu/mes10.1: add mes firmware info fields drm/amdgpu/ucode: add mes firmware file support drm/amdgpu/ucode: add the definitions of MES ucode and ucode data drm/amdgpu/sdma5: incorrect variable type for gpu address drm/amdgpu/sdma5: fix a sdma potential hang in VK_Examples test drm/amd/powerplay: remove uvd_gated/vce_gated from smu_power_context (v2) drm/amdgpu/nv: set vcn pg flag drm/amdgpu: enable vcn dpm scheme for navi drm/amdgpu/vcn2: don't access register when power gated drm/amd/powerplay: add new interface for vcn powergating drm/amd/powerplay: enable vcn powergating v2 drm/amdgpu/vcn2: notify SMU power up/down VCN drm/amdgpu/gfx10: fix issues for suspend/resume drm/amd/powerplay: set dpm_enabled flag but don't enable vcn dpm drm/amd/powerplay: update smu11_driver_if_navi10.h drm/amdgpu/gfx10: fix resume failure when enabling async gfx ring drm/amdgpu: disable some gfx light sleep drm/amdgpu/gfx10: update gfx golden settings drm/amd/powerplay: do not set dpm_enabled flag before VCN/DCN DPM is workable drm/amd/powerplay: fix the incorrect type of pptable drm/amd/powerplay: don't include the smu11 driver if header in smu v11 (v2) drm/amd/powerplay: move getting MAX_FAN_RPM value to asic level drm/amd/powerplay: introduce smu power source type to handle AC/DC source for each asic drm/amd/powerplay: move Watermarks_t uses into asic level drm/amd/powerplay: move SmuMetrics_t uses into asic level drm/amd/powerplay: move PPTable_t uses into asic level drm/amd/powerplay: use the table size member in the structure instead of getting directly drm/amd/powerplay: modify smu_update_table to use SMU_TABLE_xxx as the input drm/amd/powerplay/smu11: remove smu_update_table_with_arg drm/amd/powerplay: add tables_init interface for each asic drm/amd/powerplay: init table_count for smu tables on asic level drm/amd/powerplay: introduce smu table id type to handle the smu table for each asic drm/amd/powerplay: introduce smu feature type to handle feature mask for each asic drm/amd/powerplay: introduce smu clk type to handle ppclk for each asic drm/amdgpu: enable sw smu driver for navi10 by default drm/amd/powerplay: enable DCEFCLK dpm support drm/amd/powerplay: gfxoff-seperate the Vega20 case drm/amd/amdgpu: fw version check with gfxoff drm/amd: add gfxoff support on navi10 drm/amd/powerplay: add allowed feature mask for navi10 drm/amd/powerplay: optimization feature mask function for asic drm/amd/powerplay: remove duplicate code from smu hw init drm/amd/powerplay: implement smc firmware v2.1 for smu11 drm/amd/powerplay: add smu11 smu_if_version check for navi10 drm/amd/powerplay: move the function of is_dpm_running to asic file drm/amd/powerplay: move the function of read_sensor to asic file drm/amd/powerplay: move the function of uvd&vce dpm to asic file drm/amd/powerplay: move the function of get[set]_power_profile to asic file drm/amd/powerplay: move the funciton of conv_profile_to_workload to asic file drm/amd/powerplay: enable power features drm/amd/powerplay: skip od feature on navi10 for the moment drm/amd/powerplay: modify the feature mask to enable gfx/soc dpm drm/amd/powerplay: introduce the function to load the soft pptable for navi10 (v2) drm/amd/powerplay: smu needs to be initialized after rlc in direct mode drm/amdgpu: fix the issue of checking on message mapping drm/amdgpu: bump smc firmware header version to v2 (v2) drm/amd/powerplay: update smu11 driver if header for navi10 (v2) drm/amd/powerplay: enable backdoor smu fw loading (v2) drm/amd/powerplay: move bootup value before read pptable from vbios drm/amd/powerplay: add navi10 smc ucode init and navi10 ppt functions setting drm/amd/powerplay: set smu v11 funcs for navi10 drm/amd/powerplay: introduce the navi10 pptable implementation drm/amd/powerplay: fix the mp/smuio header for navi10 drm/amd/powerplay: update smu 11 driver if header for navi10 drm/amd/powerplay: update smu v11 ppsmc header drm/amdgpu: add to set navi ip blocks drm/amdgpu: add Navi10 pci ids drm/amdkfd: Add navi10 support to amdkfd. (v3) drm/amdgpu: update golden setting programming logic drm/amdgpu: Add navi10 kfd support for amdgpu (v3) drm/amdgpu: add navi10 common ip block (v3) drm/amdgpu: avoid to use SOC15_REG_OFFSET in static array for navi10 drm/amdgpu: add gfx v10 implementation (v10) drm/amdgpu/mes10.1: add ip block mes10.1 (v2) drm/amdgpu/mes: enable mes on navi10 and later asic drm/amdgpu/mes: add definitions of ip callback function drm/amdgpu/mes: add mes header file and definition drm/amdgpu/mes: add amdgpu_mes driver parameter drm/amdgpu: add initial VCN2.0 support (v2) drm/amdgpu: add JPEG2.0 decode ring ib test drm/amdgpu: add JPEG2.0 decode ring test drm/amdgpu: add VCN2.0 decode ib test drm/amdgpu: add VCN2.0 decode ring test drm/amdgpu: add Navi10 VCN firmware support drm/amdgpu: add initial support for sdma v5.0 (v6) drm/amdgpu: set the default value of pa_sc_tile_steering_override drm/amdgpu: add pa_sc_tile_steering_override to drm_amdgpu_info_device drm/amdgpu: disable concurrent flushes for Navi10 v2 drm/amdgpu/discovery: refactor ip list traversal drm/amdgpu/discovery: add module param for ip discovery enablement drm/amdgpu/discovery: stop converting the units of base addresses drm/amdgpu/discovery: update definition for struct die_header drm/amdgpu/discovery: stop taking psp header into account drm/amdgpu/discovery: fix hwid for nbio drm/amdgpu/discovery: use hardcoded mmRCC_CONFIG_MEMSIZE drm/amdgpu/discovery: add harvest info data table drm/amdgpu/discovery: update definitions of table_info and binary_header drm/amdgpu/discovery: fix calculations of some gfx info drm/amdgpu/discovery: add ip discovery initial support drm/amdgpu: mark the partial job as preempted in mcbp unit test drm/amdgpu: add mcbp unit test in debugfs (v3) drm/amdgpu: program for resuming preempted ib drm/amdgpu/sdma: allocate CSA per sdma ring drm/amdgpu: add ib preemption status in amdgpu_job (v2) tools/memory-model: Change definition of rcu-fence tools/memory-model: Expand definition of barrier arm64: PCI: Preserve firmware configuration when desired arm64: PCI: Allow resource reallocation if necessary PCI: Don't auto-realloc if we're preserving firmware config PCI/ACPI: Evaluate PCI Boot Configuration _DSM media: mt9m111: add regulator support media: ov9640: Don't check for NULL on devm_gpiod_get return values media: v4l2-fwnode: Avoid using PTR_ERR(NULL) media: ov6650: Fix device node exposed without proper locking media: i2c: Fix Unnecessary Semicolon Warning Reported by coccicheck media: vivid.rst: describe display present control media: vivid: add CEC support to display present ctrl media: vivid: reorder CEC allocation and control set-up media: vivid: add HDMI (dis)connect RX emulation media: vivid: add HDMI (dis)connect TX emulation media: vivid: add number of HDMI ports to device state media: vivid: add display present control media: vivid: make input std_signal per-input media: vivid: make input dv_timings per-input i2c: tegra: remove BUG() macro media: staging: media: tegra-vde: Manually pack UAPI structures i2c: i801: Add support for Intel Elkhart Lake media: staging: media: tegra-vde: Remove BIT() macro from UAPI header media: coda: Use devm_platform_ioremap_resource() media: aspeed: add a workaround to fix a silicon bug i2c: i801: Add Block Write-Block Read Process Call support media: dt-bindings: imx7-csi: Document a single CSI clock media: docs: create vimc documentation media: vimc: stream: add missing function documentation media: video-i2c: use V4L2_FRACT_COMPARE media: meye: Fix build COMPILE_TEST error i2c: stm32f7: fix the get_irq error cases media: docs: v4l2-controls: fix sentence rendered in a nonsense way media: vivid: remove unnecessary min and max timeperframe constants media: mtk-vcodec: remove unneeded proxy functions media: mtk-vcodec: avoid unneeded pointer-to-long conversions i2c: i801: Use match_string() helper to simplify the code media: vimc: Makefile: file cleanup media: vimc: debayer: Fix typos media: docs: v4l2-controls: remove outdated paragraph media: docs: v4l2-controls: document file to include media: docs: v4l2-controls: convert code blocks to C media: docs: v4l2-controls: add links to functions media: docs: v4l2-controls: rearrange control initialization sequence media: docs: v4l2-controls: add links to structs media: docs: v4l2-controls: fix indentation media: docs: v4l2-controls: remove repeated ioctl names media: s5p-mfc: Make additional clocks optional media: MAINTAINERS: fix linux-media mailing list for meson drivers media: videodev2.h: Fix shifting signed 32-bit value by 31 bits problem media: media.h: Fix shifting signed 32-bit value by 31 bits problem media: rcar-vin: Merge Gen2 and Gen3 file operations media: rcar-vin: Fold rvin_initialize_device() into rvin_open() media: rcar-vin: Merge helpers dealing with powering the parallel subdevice media: rcar-vin: Move pm_runtime_{get,put} out of helpers media: rcar-vin: Do not sync subdevice format when opening the video device media: rcar-vin: Allow interrupting lock when trying to open the video device media: rcar-vin: Remove unneeded calls to pm_runtime_{enable, disable} media: rcar-vin: Do not call pm_runtime_{resume,suspend}() media: i2c: fix warning same module names media: staging: media: meson: remove redundant initialization of mpeg12 media: atmel: atmel-isc: fix and cleanup potential bugs media: atmel: atmel-isc: split driver into driver base and isc ext4: refactor initialize_dirent_tail() media: imx7-media-csi: get csi upstream endpoint media: Clarify the meaning of file descriptors in VIDIOC_DQBUF media: sti: Use vb2_get_buffer media: mtk-vcodec: Use vb2_get_buffer media: mtk-jpeg: Use vb2_get_buffer media: vb2: Introduce a vb2_get_buffer accessor media: staging: davinci: fix memory leaks and check for allocation failure media: hantro: remove an unnecessary NULL check media: v4l2-ctrl: Initialize _BUTTON and _CTRL_CLASS ext4: rename "dirent_csum" functions to use "dirblock" media: rc: IR signal for Panasonic air conditioner too long media: ttpci: Fix build error without RC_CORE media: stv090x: fix double free on state object scripts/dtc: Update to upstream version v1.5.0-30-g702c1b6c0e73 ARM: exynos: Only build MCPM support if used f2fs: only set project inherit bit for directory f2fs: separate f2fs i_flags from fs_flags and ext4 i_flags f2fs: replace ktype default_attrs with default_groups x86/defconfigs: Remove useless UEVENT_HELPER_PATH netfilter: nf_tables: add support for matching IPv4 options ARM: dts: exynos: Fix language typo and indentation usb: clean up some of the computations in adu_read RDMA/efa: Print address on AH creation failure RDMA/efa: Be consistent with success flow return value RDMA/efa: Use API to get contiguous memory blocks aligned to device supported page size arm64: dts: mt8183: add efuse and Mediatek Chip id node to read arm64: dts: mt8183: add spi node ipvs: defer hook registration to avoid leaks arm64: dts: mt8183: Add auxadc device node arm64: dts: mt8183: add pinctrl device node arm64: dts: mt8183: add capacity-dmips-mhz netfilter: synproxy: fix manual bump of the reference counter netfilter: bridge: Fix non-untagged fragment packet netfilter: fix nf_conntrack_bridge/ipv6 link error ABI: sysfs-driver-mlxreg-io: fix the what fields doc: ABI scripts: add a SPDX header file scripts/get_abi.pl: add a validate command scripts/get_abi.pl: add a handler for invalid "where" tag scripts/get_abi.pl: avoid creating duplicate names scripts/get_abi.pl: fix parse issues with some files scripts/get_abi.pl: represent what in tables scripts/get_abi.pl: add support for searching for ABI symbols scripts/get_abi.pl: split label naming from xref logic scripts/get_abi.pl: avoid use literal blocks when not needed scripts/get_abi.pl: parse files with text at beginning scripts: add an script to parse the ABI files staging: rtl8712: Replace function r8712_init_cmd_priv() staging: rtl8712: Remove function r8712_setrfintfs_cmd() staging: rtl8712: Remove function r8712_setfwra_cmd() staging: rtl8712: Remove function r8712_setfwdig_cmd() staging: rtl8712: Remove function r8712_setbasicrate_cmd arm64: Allow selecting Pseudo-NMI again arm64: fix kernel stack overflow in kdump capture kernel arm64: irqflags: Introduce explicit debugging for IRQ priorities staging: mt7621-pci: use 'module_init' instead of 'arch_initcall' arm64: Fix incorrect irqflag restore for priority masking staging: mt7621-pci-phy: remove disable clock from the phy exit function staging: mt7621-pci: add phy exit call if phy_power_on call fails staging: mt7621-pci: disable pcie port clock if there is no pcie link arm64: Fix interrupt tracing in the presence of NMIs arm64: irqflags: Add condition flags to inline asm clobber list staging: wilc1000: add passive scan support staging: rtl8712: r8712_enqueue_cmd_ex(): Change return type staging: rtl8712: r8712_wdg_timeout_handler: Remove function staging: rtl8712: r8712_wdg_wk_cmd(): Change return type staging: rtl8712: r8712_disconnectCtrlEx_cmd(): Change return type staging: rtl8712: r8712_addbareq_cmd(): Change return type staging: ks7010: Fix build error Staging: kpc2000: kpc_dma: Fix platform_no_drv_owner.cocci warnings staging: rtl8723bs: Delete file odm_AntDiv.c PCI: sysfs: Ignore lockdep for remove attribute drm/amdgpu: enable the static csa when mcbp enabled drm/amdgpu: add mcbp driver parameter drm/amdgpu: Add new ring interface preempt_ib drm/amdgpu: add the trailing fence per ring drm/amdgpu: Add helper function amdgpu_ring_set_preempt_cond_exec drm/amdgpu: enable virtual display feature for navi10 ARM: dts: stm32: replace rgmii mode with rgmii-id on stm32mp15 boards ARM: dts: stm32: Add Avenger96 devicetree support based on STM32MP157A dt-bindings: arm: stm32: Document Avenger96 devicetree binding dt-bindings: arm: stm32: Convert STM32 SoC bindings to DT schema ARM: dts: stm32: Add missing pinctrl definitions for STM32MP157 ARM: dts: stm32: add sai id registers to stm32mp157c ARM: dts: stm32: add power supply of rm68200 on stm32mp157c-ev1 misc: xilinx_sdfec: Add CCF support misc: xilinx-sdfec: add core driver memory: jz4780_nemc: Add support for the JZ4740 memory: jz4780-nemc: Reduce size of const array memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780 dt-bindings: memory: jz4780: Add compatible string for JZ4740 SoC dt-bindings: xilinx-sdfec: Add SDFEC binding arm64: tegra: Enable PCIe slots in P2972-0000 board arm64: tegra: Add P2U and PCIe controller nodes to Tegra194 DT arm64: tegra: Add PEX DPD states as pinctrl properties arm64: tegra: Enable ACONNECT, ADMA and AGIC arm64: tegra: Add ACONNECT, ADMA and AGIC nodes VMCI: Fix integer overflow in VMCI handle arrays firmware: xilinx: zynqmp: Remove unused macro mux: mmio: add generic regmap bitfield-based multiplexer dt-bindings: add register based devices' mux controller DT bindings docs: driver-model: convert docs to ReST and rename to *.rst drivers: base/node.c: fixes a kernel-doc markups thermal: bcm2835: no need to check return value of debugfs_create functions power: avs: smartreflex: no need to check return value of debugfs_create functions 6lowpan: no need to check return value of debugfs_create functions watchdog: bcm_kona_wdt: no need to check return value of debugfs_create functions watchdog: mei_wdt: no need to check return value of debugfs_create functions coresight: cpu-debug: no need to check return value of debugfs_create functions btrfs: sysfs: Replace default_attrs in ktypes with groups remove Documentation/index.rst.rej video: fbdev: omap2: remove rfbi video: fbdev: atmel_lcdfb: remove redundant initialization to variable ret video: fbdev-MMP: Use struct_size() in devm_kzalloc() video: fbdev: controlfb: fix warnings about comparing pointer to 0 efifb: BGRT: Add check for new BGRT status field rotation bits jz4740_fb: fix DMA API abuse video: fbdev: pvr2fb: fix link error for pvr2fb_pci_exit ipsec: select crypto ciphers for xfrm_algo arm64: dts: Add Mediatek SoC MT8183 and evaluation board dts and Makefile vfio-ccw: Remove copy_ccw_from_iova() vfio-ccw: Factor out the ccw0-to-ccw1 transition vfio-ccw: Copy CCW data outside length calculation vfio-ccw: Skip second copy of guest cp to host vfio-ccw: Move guest_cp storage into common struct video: fbdev: s3c-fb: add COMPILE_TEST support video: fbdev: imxfb: fix sparse warnings about using incorrect types video: fbdev: pvr2fb: fix build warning when compiling as module phy: Add driver for mixel mipi dphy found on NXP's i.MX8 SoCs dt-bindings: phy: Add documentation for mixel dphy dt-bindings: phy-pxa-usb: add bindings arm64: irqflags: Pass flags as readonly operand to restore instruction arm64: Do not enable IRQs for ct_user_exit dt-bindings: PCI: rcar: Add device tree support for r8a774a1 drm/komeda: Make Komeda interrupts shareable ALSA: oxfw: ensure to release isochronous resources in pcm.hw_params callback ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params callback ALSA: bebob: ensure to release isochronous resources in pcm.hw_params callback ALSA: dice: unify stop and release method for duplex streams ALSA: firewire-digi00x: unify stop and release method for duplex streams ALSA: firewire-motu: unify stop and release method for duplex streams ALSA: fireface: unify stop and release method for duplex streams ALSA: firewire-tascam: unify stop and release method for duplex streams drm/komeda: fix 32-bit komeda_crtc_update_clock_ratio serial: stm32: add RX and TX FIFO flush serial: stm32: add support of RX FIFO threshold serial: stm32: add support of TX FIFO threshold serial: stm32: update PIO transmission serial: stm32: add support of timeout interrupt for RX Documentation: nvme: add an example for nvme fault injection nvme: enable to inject errors into admin commands nvme: prepare for fault injection into admin commands nvmet: introduce target-side trace lightnvm: fix uninitialized pointer in nvm_remove_tgt() lightnvm: pblk: fix freeing of merged pages nvme-trace: print result and status in hex format nvme-trace: support for fabrics commands in host-side nvme-trace: move opcode symbol print to nvme.h nvme-trace: do not export nvme_trace_disk_name nvme-pci: clean up nvme_remove_dead_ctrl a bit nvme-pci: properly report state change failure in nvme_reset_work nvme-pci: set the errno on ctrl state change error nvme-pci: adjust irq max_vector using num_possible_cpus() nvme-pci: remove queue_count_ops for write_queues and poll_queues nvme-pci: remove unnecessary zero for static var nvme-pci: use host managed power state for suspend nvme: introduce nvme_is_fabrics to check fabrics cmd nvme: export get and set features nvme: fix possible io failures when removing multipathed ns nvme-fc: add message when creating new association lpfc: add sysfs interface to post NVME RSCN lpfc: add support for translating an RSCN rcv into a discovery rescan lpfc: add nvmet discovery_event op support lpfc: add support to generate RSCN events for nport nvme-fcloop: add support for nvmet discovery_event op nvmet-fc: add transport discovery change event callback support nvmet: add transport discovery change op Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled" cgroup: export css_next_descendant_pre for bfq tty/serial/8250: use mctrl_gpio helpers serial: mctrl_gpio: Check if GPIO property exisits before requesting it ARM: 8863/1: stm32: select ARM errata 814220 ARM: 8862/1: errata: 814220-B-Cache maintenance by set/way operations can execute out of order dt-bindings: pwm: Convert Allwinner PWM to a schema ARM: dts: r8a7792: Add CMT0 and CMT1 to r8a7792 ARM: dts: iwg23s-sbc: Fix SDHI2 VccQ regulator ARM: dts: iwg20d-q7-common: Fix SDHI1 VccQ regularor ARM: dts: rza2mevb: Add input switch ARM: dts: r7s9210: Add IRQC device node ARM: dts: rza2mevb: sort nodes of rza2mevb board ARM: dts: renesas: Use ip=on for bootargs phy: renesas: rcar-gen3-usb2: fix imbalance powered flag phy: qcom-qmp: Drop useless msm8998_pciephy_cfg setting phy: qcom-qmp: Correct READY_STATUS poll break condition phy: ti: am654-serdes: Make serdes_am654_xlate() static drm/amdgpu/psp11: skip ta firmware for navi10 drm/amdgpu: declare navi10 asd firmware drm/amdgpu: load smc ucode at first with psp while rlc auto load is supported drm/amdgpu: enable psp front door loading by default on navi10 drm/amdgpu/psp: skip mec jt when autoload is enabled drm/amd/amdgpu: add flag to mark whether autoload is supported or not drm/amdgpu/psp: initialize autoload_supported flag in psp_sw_init drm/amdgpu/psp: update psp gfx interface to match with psp fw (v2) drm/amdgpu/psp: perform tmr_init and asd_init after loading sysdrv/sos drm/amdgpu/psp: switch to use sos_offset_bytes member as sys_bin_size drm/amdgpu/psp: start rlc autoload after psp recieved all gfx firmware drm/amdgpu/psp: add support to load TOC to psp drm/amdgpu/psp: add structure to support load toc in psp (v2) drm/amdgpu/psp: support print out psp firmware header v1_1 info drm/amdgpu/psp: print out psp v11 ucode hdr in drm debug mode drm/amdgpu: add helper function to print psp hdr drm/amdgpu: rename rlc autoload to backdoor autoload drm/amdgpu: use rlc toc from psp sos binary drm/amdgpu/psp: support init psp sos microcode with build-in toc drm/amdgpu: add structure to support build-in toc to psp sos drm/amdgpu: Add psp 11.0 support for navi10. drm/amdgpu: set navi10's fw loading type as direct drm/amdgpu: add fw load type flag for rlc autoload drm/amdgpu: add structures for buffer allocate/release for rlc autoload drm/amdgpu: add navi10 ih ip block (v3) drm/amd/display: move dcn v1_0 irq source header to ivsrcid/dcn/ drm/amdgpu: add irq sources for vcn v2_0 (v2) drm/amdgpu: add irq sources for sdma v5_0 drm/amdgpu: add irq sources for gfx v10_1 drm/amdgpu: add gmc v10 ip block for navi10 (v6) drm/amdgpu: add mmhub v2 block for navi10 (v4) drm/amdgpu: add gfxhub v2.0 block for navi10 (v4) drm/amdgpu: refine the PTE encoding of PRT for navi10 drm/amd/gmc9: rename AMDGPU_PTE_MTYPE to AMDGPU_PTE_MTYPE_VG10 drm/amdgpu: correct pte mtype field for navi drm/amdgpu/athub2: enable athub2 clock gating IB/{rdmavt, qib, hfi1}: Convert to new completion API IB/rdmavt: Add new completion inline drm/amdgpu: add flag to support IH clock gating drm/amdgpu: add new HDP CG flags drm/amdgpu: create mqd for gfx queues on navi10 drm/amdgpu: enable async gfx ring by default drm/amdgpu: add module parameter for async_gfx_ring enablement drm/amdgpu: enable gfx eop interrupt per gfx pipe drm/amdgpu/gfx10: add special unmap_queues packet for preemption drm/amdgpu: Move common code to amdgpu_gfx.c drm/amdgpu: Add common gfx func Disable kcq via kiq drm/amdgpu: Add struct kiq_pm4_funcs into kiq struct drm/amdgpu: rename amdgpu_gfx_compute_mqd_sw_init drm/amdgpu: add helper function for gfx queue/bitmap transition drm/amdgpu: acquire available gfx queues drm/amdgpu: add members in amdgpu_me for gfx queue drm/amdgpu/gfx10: new approach to load gfx10 me fw (v4) drm/amdgpu/gfx10: new approach to load ce fw (v4) drm/amdgpu/gfx10: new approach to load pfp fw (v4) drm/amdgpu: add nbio v2.3 for navi10 (v4) drm/amdgpu: add nbio callbacks for vcn doorbell support drm/amdgpu: query vram_width from vram_info table drm/amdgpu: query vram type from atomfirmware vram_info drm/amdgpu: add navi pm4 header drm/amdgpu: add sdma v5 packet header file drm/amdgpu: add gfx v10 clear state header v2 drm/amdgpu: add v10 structs header (v2) drm/amdgpu: parse the new members added by gpu_info ucode v1_1 drm/amdgpu: add gpu_info_firmware v1_1 structure for navi10 drm/amdgpu: add navi10 gpu info firmware drm/amdgpu: add gfx10 specific new member pa_sc_tile_steering_override drm/amdgpu: add gfx10 specific config in amdgpu_gfx_config drm/amdgpu: Add GDDR6 in vram_name arrary drm/amdgpu: add GDDR6 vram type RDMA/odp: Do not leak dma maps when working with huge pages RDMA/uverbs: Use offsetofend instead of opencoding ext4: allow directory holes device-dax: Add a 'resource' attribute arch: handle arches who do not yet define clone3 md: add bitmap_abort label in md_run md-bitmap: create and destroy wb_info_pool with the change of bitmap md-bitmap: create and destroy wb_info_pool with the change of backlog md: introduce mddev_create/destroy_wb_pool for the change of member device md/raid1: fix potential data inconsistency issue with write behind device scsi: virtio_scsi: remove unused 'affinity_hint_set' jbd2: drop declaration of journal_sync_buffer() ARM: 8865/1: mm: remove unused variables ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU cores ARM: 8861/1: errata: Workaround errata A12 857271 / A17 857272 ARM: 8860/1: VDSO: Drop implicit common-page-size linker flag ARM: arrange show_pte() to issue severity-based messages ARM: add "8<--- cut here ---" to kernel dumps ext4: use jbd2_inode dirty range scoping jbd2: introduce jbd2_inode dirty range scoping mm: add filemap_fdatawait_range_keep_errors() drm/msm: Re-order uninit function to work during probe defer ARM: dts: meson: switch to the generic Ethernet PHY reset bindings drm/amdgpu: add NV series gpu family id drm/amdgpu: add navi10 asic type drm/amdgpu: add navi10 ip offset header drm/amdgpu: add doorbell assignement for navi10 drm/amdgpu: atomfirmware.h updates for navi10 drm/amdgpu: add navi10 enums header drm/amdgpu: add SMUIO 11.0 register headers drm/amdgpu: add OSS 5.0 register headers drm/amdgpu: add MMHUB 2.0 register headers drm/amdgpu: add GC 10.1 register headers (v4) drm/amdgpu: add VCN 2.0 register headers drm/amdgpu: add NBIO 2.3 register headers drm/amdgpu: add MP 11.0 register headers drm/amdgpu: add HDP 5.0 register headers drm/amdgpu: add DCN 2.0 register headers drm/amdgpu: add CLK 11.0 register headers drm/amdgpu: add ATHUB 2.0 register headers scsi: mpt3sas: use DEVICE_ATTR_{RO, RW} scsi: mpt3sas: make driver options visible in sys doc-rst: Add missing newline at end of file Documentation: x86: fix some typos Documentation: x86: Clarify MBA takes MB as referring to mba_sc Documentation: x86: Remove cdpl2 unspported statement and fix capitalisation Documentation: x86: Contiguous cbm isn't all X86 docs/vm: hwpoison.rst: Fix quote formatting docs: stop suggesting strlcpy lib: list_sort.c: add a blank line to avoid kernel-doc warnings docs: trace: add a missing blank line docs: fb: Add TER16x32 to the available font names rtc: pcf8563: Clear event flags and disable interrupts before requesting irq rtc: pcf8563: Fix interrupt trigger method RDMa/hns: Don't stuck in endless timeout loop scsi: ufs-qcom: Add support for platforms booting ACPI scsi: megaraid_sas: Use struct_size() helper scsi: mac_scsi: Treat Last Byte Sent time-out as failure scsi: mac_scsi: Enable PDMA on Mac IIfx scsi: mac_scsi: Fix pseudo DMA implementation, take 2 scsi: mac_scsi: Increase PIO/PDMA transfer length threshold scsi: NCR5380: Handle PDMA failure reliably scsi: NCR5380: Always re-enable reselection interrupt Revert "scsi: ncr5380: Increase register polling limit" scsi: wd719x: Fix resets and aborts scsi: RDMA/srp: Fix a sleep-in-invalid-context bug scsi: Avoid that .queuecommand() gets called for a blocked SCSI device scsi: Restrict user space SCSI device state changes to "running" and "offline" scsi: cxgb4i: add support for IEEE_8021QAZ_APP_SEL_STREAM selector scsi: tcmu: Simplify tcmu_update_uio_info() scsi: storvsc: Add ability to change scsi queue depth scsi: mpt3sas: Mark expected switch fall-through scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander() scsi: core: don't preallocate small SGL in case of NO_SG_CHAIN scsi: lib/sg_pool.c: clear 'first_chunk' in case of no preallocation scsi: core: avoid preallocating big SGL for data scsi: core: avoid preallocating big SGL for protection information scsi: lib/sg_pool.c: improve APIs for allocating sg pool scsi: esp: use sg helper to iterate over scatterlist scsi: NCR5380: use sg helper to iterate over scatterlist scsi: wd33c93: use sg helper to iterate over scatterlist scsi: ppa: use sg helper to iterate over scatterlist scsi: pcmcia: nsp_cs: use sg helper to iterate over scatterlist scsi: imm: use sg helper to iterate over scatterlist scsi: aha152x: use sg helper to iterate over scatterlist scsi: s390: zfcp_fc: use sg helper to iterate over scatterlist scsi: staging: unisys: visorhba: use sg helper to iterate over scatterlist scsi: usb: image: microtek: use sg helper to iterate over scatterlist scsi: pmcraid: use sg helper to iterate over scatterlist scsi: ipr: use sg helper to iterate over scatterlist scsi: mvumi: use sg helper to iterate over scatterlist RDMA: Check umem pointer validity prior to release RDMA/hns: reset function when removing module f2fs: use block layer helper for show_bio_op macro block: update print_req_error() block: use blk_op_str() in blk-mq-debugfs.c block: add centralize REQ_OP_XXX to string helper block: improve print_req_error EDAC, i10nm: Add Intel additional Ice-Lake support EDAC: Make edac_debugfs_create_x*() return void EDAC/aspeed: Remove set but not used variable 'np' EDAC/ie31200: Reformat PCI device table EDAC/ie31200: Add Intel Coffee Lake CPU support EDAC/sifive: Add EDAC platform driver for SiFive SoCs EDAC/sb_edac: Remove redundant update of tad_base arm64: dts: stratix10: Add SDMMC EDAC node EDAC/altera: Add Stratix10 SDMMC support arm64: dts: stratix10: Add OCRAM EDAC node EDAC/altera: Add Stratix10 OCRAM ECC support EDAC/sysfs: Drop device references properly EDAC/sysfs: Fix memory leak when creating a csrow object drm/msm/dsi: Move setup_encoder to modeset_init drm/msm/dsi: Move dsi panel init into modeset init path drm/msm/dsi: Use the new setup_encoder function in attach_dsi_device drm/msm/dsi: Simplify the logic in msm_dsi_manager_panel_init() drm/msm/dsi: Pull out panel init code into function drm/msm/dsi: Don't store dsi host mode_flags in msm_dsi drm/msm/dsi: Split mode_flags out of msm_dsi_host_get_panel() drm/msm: Depopulate platform on probe failure drm/msm/dsi_pll_10nm: Remove impossible check drm/msm/dsi_pll_10nm: Release clk hw on destroy and failure drm/msm/phy/dsi_phy: Set pll to NULL in case initialization fails drm/msm/dpu: Avoid calling _dpu_kms_mmu_destroy() on init failure drm/msm/dpu: Remove call to drm_mode_set_crtcinfo scsi: lpfc: use sg helper to iterate over scatterlist scsi: advansys: use sg helper to iterate over scatterlist scsi: vmw_pscsi: use sg helper to iterate over scatterlist RDMA: Convert destroy_wq to be void Revert "drm/amd/display: Copy stream updates onto streams" Revert "drm/amd/display: Use macro for invalid OPP ID" Revert "drm/amd/display: Rework CRTC color management" Revert "drm/amd/display: move vmid determination logic out of dc" Revert "drm/amd/display: Add Underflow Asserts to dc" Revert "drm/amd/display: make clk_mgr call enable_pme_wa" fs/afs: use struct_size() in kzalloc() afs: Trace afs_server usage afs: Add some callback management tracepoints afs: afs_unlink() doesn't need to check dentry->d_inode RDMA/hns: Fix bug when wqe num is larger than 16K RDMA/hns: Add a group interfaces for optimizing buffers getting flow RDMA/hns: Add mtr support for mixed multihop addressing PCI: Add DT binding for "reset-gpios" property PCI: tegra: Put PEX CLK & BIAS pads in DPD mode dt-bindings: pci: tegra: Document PCIe DPD pinctrl optional prop PCI: tegra: Add AFI_PEX2_CTRL reg offset as part of SoC struct PCI: tegra: Change PRSNT_SENSE IRQ log to debug PCI: tegra: Program AFI_CACHE_BAR_{0,1}_{ST,SZ} registers only for Tegra20 Revert "drm/amd/display: Enable fast plane updates when state->allow_modeset = true" drm/amdgpu/sriov: fix Tonga load driver failed drm/amdgpu: add pmu counters drm/amdgpu: update df_v3_6 for xgmi perfmons (v2) drm/amd/display: Fix null-deref on vega20 with xgmi drm/amdkfd: Add procfs-style information for KFD processes drm/amdgpu: improve HMM error -ENOMEM and -EBUSY handling block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG bfq-iosched: move bfq_stat_recursive_sum into the only caller blk-cgroup: move struct blkg_stat to bfq blk-cgroup: introduce a new struct blkg_rwstat_sample blk-cgroup: pass blkg_rwstat structures by reference blk-cgroup: factor out a helper to read rwstat counter drm/amd/amdgpu: cast mem->num_pages to 64-bits when shifting (v2) drm/amdgpu: Do error injection even vram reserve fails block: mark blk_rq_bio_prep as inline block: untangle the end of blk_bio_segment_split block: simplify blk_recalc_rq_segments block: remove the bi_phys_segments field in struct bio block: remove blk_init_request_from_bio block: initialize the write priority in blk_rq_bio_prep PCI: tegra: Fix PLLE power down issue due to CLKREQ# signal PCI: tegra: Set target speed as Gen1 before starting LTSSM PCI: tegra: Update flow control timer frequency in Tegra210 PCI: tegra: Add SW fixup for RAW violations PCI: tegra: Increase the deskew retry time PCI: tegra: Enable PCIe xclk clock clamping PCI: tegra: Process pending DLL transactions before entering L1 or L2 PCI: tegra: Disable AFI dynamic clock gating PCI: tegra: Enable opportunistic UpdateFC and ACK PCI: tegra: Program UPHY electrical settings for Tegra210 PCI: tegra: Advertise PCIe Advanced Error Reporting (AER) capability PCI: tegra: Add PCIe Gen2 link speed support PCI: tegra: Fix PCIe host power up sequence PCI: tegra: Mask AFI_INTR in runtime suspend PCI: tegra: Rearrange Tegra PCIe driver functions PCI: tegra: Handle failure cases in tegra_pcie_power_on() soc/tegra: pmc: Export tegra_powergate_power_on() drm/msm/mdp5: Use the interconnect API drm/msm/dpu: add icc voting in dpu_mdss_init dt-bindings: msm/disp: Introduce interconnect bindings for MDSS on SDM845 drm/msm/dpu: Integrate interconnect API in MDSS drm/msm/dpu: clean up references of DPU custom bus scaling drm/todo: Update drm_gem_object_funcs todo even more drm/stm: drv: fix suspend/resume livepatch: Remove duplicate warning about missing reliable stacktrace support Revert "livepatch: Remove reliable stacktrace check in klp_try_switch_task()" drm/self_refresh: Fix possible NULL deref in failure path KVM: PPC: Book3S HV: Clear pending decrementer exceptions on nested guest entry KVM: PPC: Book3S HV: Signed extend decrementer value if not using large decrementer stacktrace: Remove weak version of save_stack_trace_tsk_reliable() mmc: sdio: Turn sdio_run_irqs() into static regulator: qcom_spmi: Fix math of spmi_regulator_set_voltage_time_sel fsnotify: get rid of fsnotify_nameremove() fsnotify: move fsnotify_nameremove() hook out of d_delete() staging: rtl8712: r8712_setMacAddr_cmd(): Change return type staging: rtl8712: r8712_setstakey_cmd(): Change return type staging: rtl8712: r8712_setopmode_cmd(): Change return type staging: rtl8712: r8712_disassoc_cmd(): Change type to void staging: rtl8712: r8712_set_chplan_cmd(): Change return type staging: rtl8712: Change (r8712)_enqueue_cmd to void staging: rtl8712: r8712_joinbss_cmd(): Change return values and type staging: rtl8712: rtl871x_cmd.c: Remove unnecessary null check staging: rtl8712: rtl8712_efuse.c: Remove leading p from variable names staging: rtl8712: mlme_linux.c: Remove leading p from variable names configfs: call fsnotify_rmdir() hook debugfs: call fsnotify_{unlink,rmdir}() hooks debugfs: simplify __debugfs_remove_file() devpts: call fsnotify_unlink() hook tracefs: call fsnotify_{unlink,rmdir}() hooks rpc_pipefs: call fsnotify_{unlink,rmdir}() hooks staging: mt7621-pci: dt-bindings: add perst-gpio to sample bindings staging: mt7621-dts: add gpio perst to pcie bindings node staging: mt7621-pci: use gpio perst instead of builtin behaviour staging: mt7621-pci: fix two messages in driver code btrfs: call fsnotify_rmdir() hook staging: rtl8188eu: remove unused code staging: rts5208: Remove function soft_reset_sd_card() fsnotify: add empty fsnotify_{unlink,rmdir}() hooks staging: rtl8723bs: Fix Indentation Error: code indent should use tabs where possible staging: rtl8723bs: Resolve the checkpatch error: else should follow close brace '}' staging: rtl8723bs: Resolve checkpatch error "that open brace { should be on the previous line" in the rtl8723 driver staging: rtl8723bs: hal: hal_btcoex: Remove variables pHalData and pU1Tmp staging: rtl8723bs: os_dep: fix indentation on break statement staging: rtl8723bs: hal: odm_RegConfig8723B: fix Lines should not end with a '(' staging: rtl8723bs: os_dep: ioctl_linux: make use of kzalloc staging: rtl8723bs: hal: Fix Brace Style Issues in if/else statements staging: rtl8723bs: hal: Remove True/False Comparisons staging: rtl8723bs: hal: rtl8723b_cmd: fix comparison to true is error prone staging: rtl8723bs: hal: rtl8723b_cmd: fix Comparison to NULL staging: kpc2000: fix integer overflow with left shifts staging: kpc2000: simplify error handling in kp2000_pcie_probe staging: rtl8712: rtl87x_io : make use of kzalloc staging: rtl8192u: ieee80211: Remove redundant memset staging: rtl8192e: rtllib_module: Remove redundant memset staging: wilc1000: Remove redundant memset staging: rtl8723bs: Remove myself from CC: staging: vt6656: fix indentation on break statement docs: usb: rename files to .rst and add them to drivers-api usb: renesas_usbhs: Use struct assignment instead of memcpy() USB: core: correct a spelling mistake in the comment KVM: x86: Fix apic dangling pointer in vcpu KVM: VMX: check CPUID before allowing read/write of IA32_XSS spi: fix ctrl->num_chipselect constraint spi: spi-synquacer: Fixed build on architectures missing readsl/writesl series regulator: da9061/62: Adjust LDO voltage selection minimum value regulator: s2mps11: Fix ERR_PTR dereference on GPIO lookup failure ASoC: rt5514-spi: don't use snd_soc_lookup_component() ASoC: pcm3168a: Add support for multi DIN/DOUT with TDM slots parameter ASoC: pcm3168a: Rename min_frame_size to slot_width ASoC: ti: davinci-mcasp: Fix slot mask settings when using multiple AXRs ASoC: ti: davinci-mcasp: Set unused serializers as INACTIVE ASoC: Intel: Skylake: Switch to modern UUID API ASoC: cs47l90: Add codec driver for Cirrus Logic CS47L90 ASoC: cs47l85: Add codec driver for Cirrus Logic CS47L85 ASoC: cs47l35: Add codec driver for Cirrus Logic CS47L35 ASoC: madera: Add common support for Cirrus Logic Madera codecs ASoC: madera: Add DT bindings for Cirrus Logic Madera codecs ASoC: stm32: dfsdm: add 16 bits audio record support arm64: defconfig: Add Tegra194 PCIe driver arm64: dts: sc9860: Update coresight DT bindings arm64: dts: sc9836: Update coresight DT bindings x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructions x86/cpufeatures: Combine word 11 and 12 into a new scattered features word netfilter: bridge: prevent UAF in brnf_exit_net() arm: add missing include platform-data/atmel.h netfilter: synproxy: use nf_cookie_v6_check() from core platform/chrome: cros_ec_lpc_mec: Fix kernel-doc comment first line platform/chrome: cros_ec_lpc: Choose Microchip EC at runtime netfilter: synproxy: fix building syncookie calls platform/chrome: cros_ec_lpc: Merge cros_ec_lpc and cros_ec_lpc_reg Input: cros_ec_keyb: mask out extra flags in event_type clk: renesas: cpg-mssr: Use [] to denote a flexible array member clk: renesas: cpg-mssr: Combine driver-private and clock array allocation clk: renesas: mstp: Combine group-private and clock array allocation clk: renesas: div6: Combine clock-private and parent array allocation clk: renesas: cpg-mssr: Update kerneldoc for struct cpg_mssr_priv arm64: tegra: Sort device tree nodes alphabetically blk-iolatency: only account submitted bios block: drbd: no need to check return value of debugfs_create functions blk-core: Remove blk_end_request*() declarations x86/cpufeatures: Carve out CQM features retrieval block: code cleanup queue_poll_stat_show() block: use right format specifier for op block: get rid of redundant else null_blk: remove duplicate 0 initialization arm64: tegra: Fix Jetson Nano GPU regulator block: move tag field position in struct request arm64: tegra: Update Jetson TX1 GPU regulator timings arm64: tegra: Fix AGIC register range arm64: tegra: Add INA3221 channel info for Jetson TX2 arm64: tegra: Enable PWM on Jetson Nano dt-bindings: arm: Convert Atmel board/soc bindings to json-schema ARM: davinci: Use GPIO lookup table for DA850 LEDs pinctrl: Minimize SPDX hamming distance usb: dwc3: remove unused @lock member of dwc3_ep struct slimbus: core: generate uevent for non-dt only slimbus: remove redundant dev_err message phy: usb: phy-brcm-usb: Fix platform_no_drv_owner.cocci warnings phy: samsung: Use struct_size() in devm_kzalloc() drivers: fpga: Kconfig: pedantic cleanups fonts: Prefer a bigger font for high resolution screens fs/proc/vmcore: Enable dumping of encrypted memory when SEV was active x86/kexec: Set the C-bit in the identity map page table when SEV is active x86/kexec: Do not map kexec area as decrypted when SEV is active x86/crash: Add e820 reserved ranges to kdump kernel's e820 table ARM: configs: aspeed: Add new drivers x86/mm: Rework ioremap resource mapping determination x86/e820, ioport: Add a new I/O resource descriptor IORES_DESC_RESERVED x86/mm: Create a workarea in the kernel for SME early encryption floppy: fix harmless clang build warning usb: dwc3: pci: Add Support for Intel Elkhart Lake Devices i3c: dw: add limited bus mode support i3c: add mixed limited bus mode i3c: fix i2c and i3c scl rate by bus mode x86/mm: Identify the end of the kernel area to be reserved ARM: dts: aspeed: Enable video engine on romulus and wtherspoon ARM: dts: aspeed: Add Inspur fp5280g2 BMC machine fonts: Use BUILD_BUG_ON() for checking empty font table fonts: Fix coding style crypto: nx - no need to check return value of debugfs_create functions fs: cifs: switch to RC4 library interface ppp: mppe: switch to RC4 library interface crypto: arc4 - remove cipher implementation net/lib80211: move TKIP handling to ARC4 library code net/lib80211: move WEP handling to ARC4 library code net/mac80211: move WEP handling to ARC4 library interface crypto: arc4 - refactor arc4 core code into separate library crypto: talitos - fix max key size for sha384 and sha512 crypto: vmx - Document CTR mode counter width quirks crypto: caam - update IV using HW support crypto: caam - use len instead of nents for bulding HW S/G table hwrng: iproc-rng200 - Add support for 7211 dt-bindings: rng: Document BCM7211 RNG compatible string coresight: replicator: Add terminate entry for acpi_device_id tables coresight: platform: add OF/APCI dependency coresight: Add dummy definition for of_coresight_get_cpu() coresight: acpi: Support for platform devices coresight: acpi: Support for AMBA components coresight: Support for ACPI bindings coresight: stm: ACPI support for parsing stimulus base coresight: Use platform agnostic names coresight: Use fwnode handle instead of device names coresight: platform: Use fwnode handle for device search coresight: Add support for releasing platform specific data coresight: Rearrange platform data probing coresight: Reuse platform data structure for connection tracking coresight: Cleanup coresight_remove_conns coresight: Remove name from platform description coresight: Remove cpu field from platform data coresight: Make device to CPU mapping generic coresight: Introduce generic platform data helper coresight: Make sure device uses DT for obsolete compatible check coresight: platform: Make memory allocation helper generic coresight: Rename of_coresight to coresight-platform usb: Replace snprintf with scnprintf in gether_get_ifname powerpc/pci/of: Fix OF flags parsing for 64bit BARs arm64: dts: qcom: qcs404-evb: fix vdd_apc supply ext4: remove redundant assignment to node ext4: optimize case-insensitive lookups ext4: make __ext4_get_inode_loc plug arm64: dts: meson: g12a: x96-max: add the Ethernet PHY interrupt line arm64: dts: meson: g12b: odroid-n2: add the Ethernet PHY interrupt line arm64: dts: meson: g12b: odroid-n2: add the Ethernet PHY reset line arm64: dts: meson: use the generic Ethernet PHY reset GPIO bindings arm64: dts: meson: g12a: x96-max: fix the Ethernet PHY reset line arm64: dts: meson: g12a: sort sdio nodes correctly page_pool: fix compile warning when CONFIG_PAGE_POOL is disabled IMA: support for per policy rule template formats RDMA/netlink: Resort policy array net: stmmac: initialize the reset delay array selftests/net: make udpgso_bench skip unsupported testcases net/ipv4: fib_trie: Avoid cryptic ternary expressions net: sched: act_ctinfo: tidy UAPI definition ext4: clean up kerneldoc warnigns when building with W=1 drm/msm/dsi: Add parentheses to quirks check in dsi_phy_hw_v3_0_lane_settings coresight: tmc-etr: Rearrange probing default buffer size coresight: stm: Rearrange probing the stimulus area coresight: etm3x: Rearrange cp14 access detection coresight: Use coresight device names for sinks in PMU attribute coresight: etb10: Clean up device specific data coresight: etm: Clean up device specific data coresight: stm: Cleanup device specific data coresight: tpiu: Clean up device specific data coresight: catu: Cleanup device specific data coresight: tmc: Clean up device specific data coresight: replicator: Cleanup device tracking coresight: funnel: Clean up device book keeping coresight: perf: Don't set the truncated flag in snapshot mode coresight: tmc-etf: Fix snapshot mode update function coresight: tmc-etf: Properly set AUX buffer head in snapshot mode coresight: tmc-etr: Properly set AUX buffer head in snapshot mode coresight: etb10: Properly set AUX buffer head in snapshot mode eeprom: idt_89hpesx: remove unneeded csr_file variable fsi: cf-fsi-fw: Use the correct style for SPDX License Identifier dt-bindings: nvmem: Convert Allwinner SID to a schema nvmem: Broaden the selection of NVMEM_SNVS_LPGPR nvmem: imx: add i.MX8 nvmem driver dt-bindings: fsl: scu: add ocotp binding firmware: arm_scmi: Use the correct style for SPDX License Identifier firmware: ti_sci: Use the correct style for SPDX License Identifier lib : kobject: fix refcount imblance on kobject_rename ARM: exynos_defconfig: Enable Panfrost and Lima drivers ARM: multi_v7_defconfig: Enable Panfrost and Lima drivers x86/cacheinfo: Fix a -Wtype-limits warning ARM: dts: exynos: Add PMU interrupt affinity to Exynos4 boards ARM: dts: exynos: Add flash support to Galaxy S3 boards ARM: OMAP2: drop explicit assembler architecture ARM: use arch_extension directive instead of arch argument tools/memory-model: Do not use "herd" to refer to "herd7" tools/memory-model: Fix comment in MP+poonceonces.litmus Documentation: atomic_t.txt: Explain ordering provided by smp_mb__{before,after}_atomic() ext2: Always brelse bh on failure in ext2_iget() ext2: add missing brelse() in ext2_iget() drm/komeda: Correct printk format specifier for "size_t" malidp: no need to check return value of debugfs_create functions komeda: no need to check return value of debugfs_create functions s390/cio: move struct node_descriptor to cio.h s390: fix stfle zero padding s390/sclp: remove call home support s390: replace defconfig with performance_defconfig arm64: tegra: Enable CPU sleep on Jetson Nano arm64: tegra: Add ID EEPROMs on Jetson Nano arm64: tegra: Add ID EEPROM for Jetson TX2 Developer Kit arm64: tegra: Add ID EEPROM for Jetson TX2 module arm64: tegra: Add ID EEPROM for Jetson TX1 Developer Kit arm64: tegra: Add ID EEPROM for Jetson TX1 module netfilter: nf_tables: enable set expiration time for set elements netfilter: nft_ct: fix null pointer in ct expectations support netfilter: synproxy: ensure zero is returned on non-error return path inet: fix various use-after-free in defrags units netns: add pre_exit method to struct pernet_operations ARM: dts: hip04: Update coresight DT bindings page_pool: make sure struct device is stable page_pool: add tracepoints for page_pool with details need by XDP xdp: add tracepoints for XDP mem xdp: force mem allocator removal and periodic warning xdp: tracking page_pool resources and safe removal mlx5: more strict use of page_pool API page_pool: introduce page_pool_free and use in mlx5 veth: use xdp_release_frame for XDP_PASS xdp: page_pool related fix to cpumap xdp: fix leak of IDA cyclic id if rhashtable_insert_slow fails net: page_pool: add helper function to unmap dma addresses net: page_pool: add helper function to retrieve dma addresses keys: Cache result of request_key*() temporarily in task_struct keys: Provide request_key_rcu() keys: Move the RCU locks outwards from the keyring search functions keys: Invalidate used request_key authentication keys keys: Fix request_key() lack of Link perm check on found key USB: fix types in uapi include arm64: dts: hi3660: Add CoreSight support arm64: dts: hi6220: Update coresight DT bindings arm64: dts: renesas: hihope-common: Remove "label" from LEDs swiotlb: fix phys_addr_t overflow warning net: netsec: remove loops in napi Rx process net: netsec: initialize tx ring on ndo_open net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6250_g1_vtu_loadpurge() arm64 defconfig: enable Mellanox cards arm64 defconfig: enable MPT3 SAS and BNX2X drivers rtc: pcf2123: fix negative offset rounding rtc: pcf2123: add alarm support rtc: pcf2123: use %ptR rtc: pcf2123: port to regmap rtc: pcf2123: remove sysfs register view ARM: multi_v7_defconfig: enable Lima driver act_ctinfo: Don't use BIT() in UAPI headers. arm64: defconfig: enable Lima driver arm64: defconfig: add Panfrost driver ARM: multi_v7_defconfig: add Panfrost driver ARM: configs: Remove useless UEVENT_HELPER_PATH selftests: tc: add ingress device matching support mlxsw: spectrum_flower: Implement support for ingress device matching mlxsw: spectrum_acl: Fix SRC_SYS_PORT element size mlxsw: spectrum_acl: Avoid size check for RX_ACL_SYSTEM_PORT element mlxsw: spectrum_acl: Write RX_ACL_SYSTEM_PORT acl element correctly net: flow_offload: implement support for meta key net: sched: cls_flower: use flow_dissector for ingress ifindex flow_dissector: add support for ingress ifindex dissection arm64: dts: renesas: hihope-common: Add HDMI support ipmi: ipmb: don't allocate i2c_client on stack arm64: configs: Remove useless UEVENT_HELPER_PATH ARM: config: Remove left-over BACKLIGHT_LCD_SUPPORT drm: self_refresh: Fix a reversed condition in drm_self_refresh_helper_cleanup() arm64: dts: renesas: r8a774a1: Add HDMI encoder instance dt-bindings: display: renesas: Add r8a774a1 support arm64: qcom: qcs404: Add reset-cells to GCC node arm64: dts: sprd: Add Spreadtrum SD host controller support locks: eliminate false positive conflicts for write lease locks: Add trace_leases_conflict drm/i915: Update DRIVER_DATE to 20190619 keys: Add capability-checking keyctl function USB: serial: option: add support for GosunCn ME3630 RNDIS mode ASoC: soc-utils: remove dummy Platform ASoC: rockchip: rk3399_gru_sound: don't select unnecessary Platform ASoC: qcom: don't select unnecessary Platform drm/i915: Stop passing I915_WAIT_LOCKED to i915_request_wait() ASoC: simple-card-utils: don't select unnecessary Platform ASoC: ux500: mop500: don't select unnecessary Platform ASoC: ti: rx51: don't select unnecessary Platform ASoC: ti: omap-twl4030: don't select unnecessary Platform ASoC: ti: omap-hdmi: don't select unnecessary Platform ASoC: ti: omap-abe-twl6040: don't select unnecessary Platform ASoC: ti: davinci-evm: don't select unnecessary Platform ASoC: tegra: trimslice: don't select unnecessary Platform ASoC: tegra: tegra_wm9712: don't select unnecessary Platform ASoC: tegra: tegra_wm8903: don't select unnecessary Platform ASoC: tegra: tegra_wm8753: don't select unnecessary Platform ASoC: tegra: tegra_sgtl5000: don't select unnecessary Platform ASoC: tegra: tegra_rt5677: don't select unnecessary Platform ASoC: tegra: tegra_rt5640: don't select unnecessary Platform ASoC: tegra: tegra_max98090: don't select unnecessary Platform ASoC: tegra: tegra_alc5632: don't select unnecessary Platform ASoC: sunxi: sun4i-codec: don't select unnecessary Platform ASoC: sirf: sirf-audio: don't select unnecessary Platform ASoC: samsung: tm2_wm5110: don't select unnecessary Platform ASoC: samsung: snow: don't select unnecessary Platform ASoC: samsung: smdk_wm8994: don't select unnecessary Platform ASoC: samsung: arndale_rt5631: don't select unnecessary Platform ASoC: rockchip: rockchip_rt5645: don't select unnecessary Platform ASoC: rockchip: rockchip_max98090: don't select unnecessary Platform ASoC: rockchip: rk3288_hdmi_analog: don't select unnecessary Platform ASoC: qcom: storm: don't select unnecessary Platform ASoC: qcom: apq8016_sbc: don't select unnecessary Platform ASoC: mxs: mxs-sgtl5000: don't select unnecessary Platform ASoC: kirkwood: armada-370-db: don't select unnecessary Platform ASoC: fsl: imx-audmix: don't select unnecessary Platform ASoC: fsl: imx-spdif: don't select unnecessary Platform ASoC: fsl: imx-sgtl5000: don't select unnecessary Platform ASoC: fsl: imx-es8328: don't select unnecessary Platform ASoC: fsl: fsl-asoc-card: don't select unnecessary Platform ASoC: fsl: eukrea-tlv320: don't select unnecessary Platform ASoC: atmel: tse850-pcm5142: don't select unnecessary Platform ASoC: atmel: sam9x5_wm8731: don't select unnecessary Platform ASoC: atmel: sam9g20_wm8731: don't select unnecessary Platform ASoC: atmel: mikroe-proto: don't select unnecessary Platform ASoC: atmel: atmel_wm8904: don't select unnecessary Platform ASoC: atmel: atmel-pdmic: don't select unnecessary Platform ASoC: atmel: atmel-classd: don't select unnecessary Platform ASoC: vc4: vc4_hdmi: don't select unnecessary Platform ASoC: soc-core: allow no Platform on dai_link ASoC: rt5677: handle concurrent interrupts ASoC: rt5677: clear interrupts by polarity flip DRM: Add KMS driver for the Ingenic JZ47xx SoCs dt-bindings: Add doc for the Ingenic JZ47xx LCD controller driver drm/i915/execlists: Detect cross-contamination with GuC drm/i915: Make the semaphore saturation mask global ASoC: qcom: common: Fix NULL pointer in of parser ASoC: Intel: sof-rt5682: correct naming for dmic16k ASoC: Intel: sof-rt5682: add MCLK support for BYT platform spi/acpi: fix incorrect ACPI parent check ASoC: soc.h: fixup for_each_card_links() macro drm/komeda: Enable writeback split support drm/komeda: Add new component komeda_splitter drm/komeda: Accept null writeback configurations for writeback drm/komeda: Refine function to_d71_input_id drm/komeda: Add slave pipeline support drm/komeda: Add layer split support drm/komeda: Add split support for scaler drm/komeda: Add component komeda_merger dt/bindings: drm/komeda: Unify mclk/pclk/pipeline->aclk to one ACLK drm/komeda: Rename main engine clk name "mclk" to "aclk" drm/komeda: Unify mclk/pclk/pipeline->aclk to one MCLK drm/komeda: Adds zorder support drm/komeda: Add format support for Y0L2, P010, YUV420_8/10BIT drm/komeda: Add komeda_fb_check_src_coords dt/bindings: drm/komeda: Adds SMMU support for D71 devicetree drm/komeda: Adds SMMU support drm/komeda: Enable color-encoding (YUV format) support drm/komeda: Update HW up-sampling on D71 drm/komeda: Adds limitation check for AFBC wide block not support Rot90 drm/komeda: Add rotation support on Komeda driver drm/komeda: Clear enable bit in CU_INPUTx_CONTROL arm/komeda: Convert dp_wait_cond() to return an error code. drm/komeda: Creates plane alpha and blend mode properties drm/komeda: Add image enhancement support drm/komeda: Add engine clock requirement check for the downscaling drm/komeda: Add writeback scaling support drm/komeda: Implement D71 scaler support drm/komeda: Add the initial scaler support for CORE drm/komeda: Attach scaler to drm as private object drm/komeda: Added AFBC support for komeda driver drm/komeda: Add writeback support drm/vc4: hdmi: Set default state margin at reset drm/selftests: Add command line parser selftests drm/atomic: Add a function to reset connector TV properties drm/modes: Parse overscan properties drm/connector: Introduce a TV margins structure drm/modes: Allow to specify rotation and reflection on the commandline drm/modes: Support modes names on the command line drm/modes: Rewrite the command line parser drm/client: Change drm_client_panel_rotation name drm/client: Restrict the rotation check to the rotation itself drm/client: Restrict the plane_state scope drm/connector: Add documentation for drm_cmdline_mode powerpc/64s/radix: Enable HAVE_ARCH_HUGE_VMAP powerpc/64s/radix: ioremap use ioremap_page_range powerpc/64: __ioremap_at clean up in the error case powerpc/perf: Use cpumask_last() to determine the designated cpu for nest/core units. powerpc/64s: Fix misleading SPR and timebase information powerpc/pseries: avoid blocking in irq when queuing hotplug events powerpc/watchpoint: Restore NV GPRs while returning from exception cxl: no need to check return value of debugfs_create functions powerpc/ps3: Use [] to denote a flexible array member powerpc/mm/32s: fix condition that is always true powerpc/32s: fix suspend/resume when IBATs 4-7 are used selftests/powerpc: Fix earlyclobber in tm-vmxcopy ACPICA: Clear status of GPEs on first direct enable drivers: base: power: remove wakeup_sources_stats_dentry variable fbcon: Export fbcon_update_vcs PM: suspend: Rename pm_suspend_via_s2idle() arm64: dts: ti: k3-j721e: Add the MCU SRAM node arm64: dts: ti: k3-j721e: Add interrupt controllers in wakeup domain arm64: dts: ti: k3-j721e: Add interrupt controllers in main domain arm64: dts: ti: k3-j721e-main: Add Main NavSS Interrupt controller node arm64: defconfig: Enable TI's J721E SoC platform arm64: dts: ti: Add support for J721E Common Processor Board soc: ti: Add Support for J721E SoC config option arm64: dts: ti: Add Support for J721E SoC dt-bindings: serial: 8250_omap: Add compatible for J721E UART controller dt-bindings: arm: ti: Add bindings for J721E SoC clk: samsung: Add bus clock for GPU/G3D on Exynos4412 soc: qcom: geni: Add support for ACPI ecryptfs: Make ecryptfs_xattr_handler static ecryptfs: remove unnessesary null check in ecryptfs_keyring_auth_tok_for_sig ecryptfs: use print_hex_dump_bytes for hexdump arm64: dts: qcom: pm8998: Use qcom,pm8998-pon binding for second gen pon arm64: dts: qcom: msm8996: Enable SMMUs firmware: ti_sci: Fix gcc unused-but-set-variable warning firmware: ti_sci: Use the correct style for SPDX License Identifier RDMA/mlx5: Enable decap and packet reformat on FDB RDMA/mlx5: Consider eswitch encap mode RDMA/odp: Fix missed unlock in non-blocking invalidate_start IB/hfi1: Spelling s/statisfied/satisfied/ RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV RDMA: Add NLDEV_GET_CHARDEV to allow char dev discovery and autoload net/mlx5: add missing void argument to function mlx5_devlink_alloc net: mvpp2: cls: Add steering based on vlan Id and priority. net: mvpp2: cls: right-justify the C2 TCAM keys net: mvpp2: cls: Only select applicable flows of classification offload net: mvpp2: cls: Use a dedicated lu_type for the RSS lookup macb: Add support for SiFive FU540-C000 macb: bindings doc: add sifive fu540-c000 binding drm/vkms: add crc sources list hinic: add support for rss parameters with ethtool hinic: move ethtool code into hinic_ethtool hinic: add rss support drm/vkms: Move format arrays to vkms_plane.c net: stmmac: add sanity check to device_property_read_u32_array call net: hns3: Add missing newline at end of file bpf: precise scalar_value tracking selftests/bpf: add realistic loop tests selftests/bpf: add basic verifier tests for loops selftests/bpf: fix tests bpf: fix callees pruning callers bpf: introduce bounded loops bpf: extend is_branch_taken to registers selftests/bpf: fix tests due to const spill/fill bpf: track spill/fill of constants libbpf: constify getter APIs arm64: dts: qcom: msm8996: Correct apr-domain property scsi: mpt3sas: Update driver version to 29.100.00.00 scsi: mpt3sas: Introduce perf_mode module parameter scsi: mpt3sas: Enable interrupt coalescing on high iops scsi: mpt3sas: Affinity high iops queues IRQs to local node scsi: mpt3sas: save and use MSI-X index for posting RD scsi: mpt3sas: Use high iops queues under some circumstances scsi: mpt3sas: change _base_get_msix_index prototype scsi: mpt3sas: Add flag high_iops_queues scsi: mpt3sas: Add Atomic RequestDescriptor support on Aero scsi: mpt3sas: function pointers of request descriptor scsi: isci: Grammar s/the its/its/ scsi: aic7xxx: Spelling s/configuraion/configuration/ scsi: megaraid_sas: Remove unused including <linux/version.h> scsi: megaraid_sas: use DEVICE_ATTR_{RO, RW} scsi: megaraid_sas: use octal permissions instead of constants scsi: megaraid_sas: make max_sectors visible in sys scsi: megaraid_sas: remove set but not used variables 'buff_addr' and 'ci_h' scsi: megaraid_sas: remove set but not used variable 'sge_sz' scsi: lpfc: Avoid unused function warnings scsi: MAINTAINERS: update maintainer for PM8001 scsi: ibmvscsi: Don't use rc uninitialized in ibmvscsi_do_work scsi: lpfc: Make some symbols static scsi: lpfc: Remove set but not used variables 'qp' scsi: qla2xxx: remove double assignment in qla2x00_update_fcport scsi: hisi_sas: Disable stash for v3 hw scsi: hisi_sas: Ignore the error code between phy down to phy up scsi: hisi_sas: Change the type of some numbers to unsigned scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors scsi: hisi_sas: Delete PHY timers when rmmod or probe failed scsi: message: fusion: Use kmemdup instead of memcpy and kmalloc scsi: megaraid_sas: remove set but not used variables 'host' and 'wait_time' scsi: megaraid_sas: remove set but not used variable 'cur_state' scsi: mpt3sas_ctl: fix double-fetch bug in _ctl_ioctl_main() scsi: ufs: Add error-handling of Auto-Hibernate scsi: ufs: Do not overwrite Auto-Hibernate timer scsi: ufs: Introduce ufshcd_is_auto_hibern8_supported() scsi: libsas: no need to join wide port again in sas_ex_discover_dev() scsi: lpfc: Use *_pool_zalloc rather than *_pool_alloc scsi: hpsa: fix an uninitialized read and dereference of pointer dev scsi: target/iscsi: fix possible condition with no effect (if == else) scsi: pm8001: Fix typo in code comments scsi: fdomain: Add PCMCIA support scsi: fdomain: Add register definitions scsi: ibmvscsi: fix tripping of blk_mq_run_hw_queue WARN_ON scsi: ibmvscsi: redo driver work thread to use enum action states scsi: ibmvscsi: Wire up host_reset() in the driver's scsi_host_template scsi: lpfc: Update lpfc version to 12.2.0.3 scsi: lpfc: Fix kernel warnings related to smp_processor_id() scsi: lpfc: Fix BFS crash with DIX enabled scsi: lpfc: Fix FDMI fc4type for nvme support scsi: lpfc: Fix fcp_rsp_len checking on lun reset scsi: lpfc: Fix poor use of hardware queues if fewer irq vectors scsi: lpfc: Fix oops when driver is loaded with 1 interrupt vector scsi: lpfc: Fix incorrect logical link speed on trunks when links down scsi: lpfc: Fix memory leak in abnormal exit path from lpfc_eq_create scsi: lpfc: Rework misleading nvme not supported in firmware message scsi: lpfc: Fix hardlockup in scsi_cmd_iocb_cmpl scsi: lpfc: Cancel queued work for an IO when processing a received ABTS scsi: lpfc: Prevent 'use after free' memory overwrite in nvmet LS handling scsi: lpfc: Fix PT2PT PLOGI collison stopping discovery scsi: lpfc: Revert message logging on unsupported topology scsi: lpfc: Fix nvmet handling of received ABTS for unmapped frames scsi: lpfc: Separate CQ processing for nvmet_fc upcalls scsi: lpfc: Revise message when stuck due to unresponsive adapter scsi: lpfc: Correct nvmet buffer free race condition scsi: lpfc: Fix nvmet target abort cmd matching scsi: lpfc: Fix alloc context on oas lun creations scsi: megaraid_sas: Update driver version to 07.708.03.00 scsi: megaraid_sas: Export RAID map through debugfs scsi: megaraid_sas: Fix MSI-X vector print scsi: megaraid_sas: Add debug prints for device list scsi: megaraid_sas: Add prints in suspend and resume path scsi: megaraid_sas: Print firmware interrupt status scsi: megaraid_sas: Print FW fault information scsi: megaraid_sas: Export RAID map id through sysfs scsi: megaraid_sas: Print BAR information from driver scsi: megaraid_sas: Dump system registers for debugging scsi: megaraid_sas: Dump system interface regs from sysfs scsi: megaraid_sas: Add formatting option for megasas_dump scsi: megaraid_sas: Enhance internal DCMD timeout prints scsi: megaraid_sas: Enhance prints in OCR and TM path scsi: megaraid_sas: Load balance completions across all MSI-X scsi: megaraid_sas: IRQ poll to avoid CPU hard lockups scsi: megaraid_sas: Block PCI config space access from userspace during OCR scsi: megaraid_sas: Rework code around controller reset scsi: megaraid_sas: fw_reset_no_pci_access required for MFI adapters only scsi: megaraid_sas: Remove unused variable target_index scsi: fdomain: Resurrect driver - ISA support scsi: fdomain: Resurrect driver - PCI support scsi: fdomain: Resurrect driver - Core scsi: hpsa: update driver version scsi: hpsa: correct device resets scsi: hpsa: do-not-complete-cmds-for-deleted-devices scsi: hpsa: wait longer for ptraid commands scsi: hpsa: check for tag collision scsi: hpsa: use local workqueues instead of system workqueues scsi: hpsa: correct simple mode scsi: osst: kill obsolete driver scsi: sd: Inline sd_probe_part2() scsi: sd: Rely on the driver core for asynchronous probing tools build: Fix the zstd test in the test-all.c common case feature test arm64: dts: qcom: Add Dragonboard 845c drm/msm/adreno: Add A540 support drm/msm: correct attempted NULL pointer dereference in put_iova drm/msm/dsi: add protection against NULL dsi device drm/msm/adreno: Ensure that the zap shader region is big enough drm/msm/dsi: Add support for MSM8998 DSI controller drm/msm/dsi: Add old timings quirk for 10nm phy drm/msm/dsi: Add support for MSM8998 10nm dsi phy dt-bindings: msm/dsi: Add 10nm phy for msm8998 compatible drm/msm/mdp5: Fix mdp5_cfg_init error return drm/msm/adreno: Call pm_runtime_force_suspend() during unbind drm/msm/dpu: Avoid a null de-ref while recovering from kms init fail drm/msm/dpu: Fix error recovery after failing to enable clocks perf build: Handle slang being in /usr/include and in /usr/include/slang/ drm/msm: Pass the MMU domain index in struct msm_file_private drm/msm: Print all 64 bits of the faulting IOMMU address drm/msm/adreno: Enable 64 bit mode by default on a5xx and a6xx targets msm: no need to check return value of debugfs_create functions tools build: Add test to check if slang.h is in /usr/include/slang/ msm: dpu1: no need to check return value of debugfs_create functions msm: adreno: no need to check return value of debugfs_create functions drm/msm/dpu: Fix Wunused-const-variable drm: Permit video-buffers writecombine mapping for MIPS drm/i915/psr: Force manual PSR exit in older gens regulator: qcom_spmi: add PMS405 SPMI regulator drm/msm: check for equals 0 only dt-bindings: qcom_spmi: Document pms405 support arm64: dts: msm8998-mtp: Add pm8005_s1 regulator iommu/io-pgtable-arm: Add support to use system cache regulator: qcom_spmi: Add support for PM8005 dt-bindings: qcom_spmi: Document PM8005 regulators spi: don't open code list_for_each_entry_safe_reverse() ASoC: rsnd: fixup mod ID calculation in rsnd_ctu_probe_ ASoC: Intel: sof_rt5682: use GFP_KERNEL instead of GFP_ATOMIC ASoC: qcom: common: Mark links as nonatomic ASoC: Intel: Skylake: Fix incorrect capture position reporting regulator: core: Make entire header comment C++ style drm/msm/dpu: Remove bogus comment drm/msm/dpu: Remove _dpu_debugfs_init drm/msm/dpu: Use provided drm_minor to initialize debugfs qed: Fix -Wmaybe-uninitialized false positive ps3_gelic: Use [] to denote a flexible array member ipoib: show VF broadcast address ipoib: correcly show a VF hardware address drm/i915: Don't dereference request if it may have been retired when printing drm/i915/selftests: Flush live_evict iommu/arm-smmu-v3: Increase maximum size of queues drm/i915: Skip shrinking already freed pages selftests: mlxsw: Add a test for FIB offload indication ipv6: Stop sending in-kernel notifications for each nexthop mlxsw: spectrum_router: Create IPv6 multipath routes in one go mlxsw: spectrum_router: Add / delete multiple IPv6 nexthops mlxsw: spectrum_router: Pass array of routes to route handling functions mlxsw: spectrum_router: Adjust IPv6 replace logic to new notifications mlxsw: spectrum_router: Pass multiple routes to work item mlxsw: spectrum_router: Prepare function to return errors mlxsw: spectrum_router: Remove processing of IPv6 append notifications ipv6: Add IPv6 multipath notification for route delete ipv6: Add IPv6 multipath notifications for add / replace netdevsim: Ignore IPv6 multipath notifications mlxsw: spectrum_router: Ignore IPv6 multipath notifications ipv6: Extend notifier info for multipath routes netlink: Add field to skip in-kernel notifications netlink: Document all fields of 'struct nl_info' drm/i915: Update workarounds selftest for read only regs drm/i915: Add whitelist workarounds for ICL drm/i915: Support whitelist workarounds on all engines drm/i915: Support flags in whitlist WAs mlxsw: spectrum_ptp: Fix compilation on 32-bit ARM drm/rcar-du: Fix error check when retrieving crtc state docs: Add a document on repository management iommu/vt-d: Silence a variable set but not used iommu/vt-d: Remove an unused variable "length" drm/i915: Drop the _INCOMPLETE for has_infoframe drm/i915: Make pipe_config_err() vs. fastset less confusing drm/i915: Constify intel_pipe_config_compare() drm/i915: Don't clobber M/N values during fastset check iommu: Fix integer truncation drm/panfrost: Expose performance counters through unstable ioctls drm/panfrost: Add an helper to check the GPU generation drm/panfrost: Add a module parameter to expose unstable ioctls drm/panfrost: Move gpu_{write, read}() macros to panfrost_regs.h iommu: Add padding to struct iommu_fault mm/hmm: Use lockdep instead of comments mm/hmm: Hold on to the mmget for the lifetime of the range KVM: nVMX: shadow pin based execution controls KVM: VMX: Leave preemption timer running when it's disabled mm/hmm: Do not use list*_rcu() for hmm->ranges mm/hmm: Remove duplicate condition test before wait_event_timeout mm/hmm: Simplify hmm_get_or_create and make it reliable drm/i915: Use drm_gem_object.resv drm/i915: Keep engine alive as we retire the context dt-bindings: Add missing newline at end of file of/fdt: Fix ‘of_fdt_match’ defined but not used compiler warning dt-bindings: add Kontron vendor prefix dt-bindings: arm: fsl: Add missing schemas for i.MX1/31/35 dt-bindings: arm: fsl: Add back missing i.MX7ULP binding dt-bindings: arm: Move Emtrion i.MX6 board bindings to schema soc: imx8: Use existing of_root directly drm/vmwgfx: Kill unneeded legacy security features drm/vmwgfx: Use VMW_DEBUG_KMS for vmwgfx mode-setting user errors drm/vmwgfx: Add debug message for layout change ioctl drm/vmwgfx: Add surface dirty-tracking callbacks drm/vmwgfx: Implement an infrastructure for read-coherent resources drm/vmwgfx: Use an RBtree instead of linked list for MOB resources drm/vmwgfx: Implement an infrastructure for write-coherent resources drm/ttm: TTM fault handler helpers drm/ttm: Allow the driver to provide the ttm struct vm_operations_struct mm: Add write-protect and clean utilities for address space ranges mm: Add an apply_to_pfn_range interface mm: Allow the [page|pfn]_mkwrite callbacks to drop the mmap_sem arm64: dts: fsl: librem5: Add a device tree for the Librem5 devkit dt-bindings: arm: fsl: Add the imx8mq boards dt-bindings: Add an entry for Purism SPC drm/vmwgfx: Assign eviction priorities to resources clk: imx6q: fix section mismatch warning arm64: dts: fsl: ls1028a: Add qDMA node dt-bindings: fsl-qdma: Add LS1028A qDMA bindings mei: no need to check return value of debugfs_create functions genwq: no need to check return value of debugfs_create functions mic: no need to check return value of debugfs_create functions fault-inject: clean up debugfs file creation logic lib: dynamic_debug: no need to check return value of debugfs_create functions pinctrl: make pinconf.h self-contained cxl: no need to check return value of debugfs_create functions thermal: tegra: no need to check return value of debugfs_create functions thermal: intel_powerclamp: no need to check return value of debugfs_create functions thermal: intel: no need to check return value of debugfs_create functions clk: sunxi-ng: sun8i-r: Use local parent references for CLK_FIXED_FACTOR mmc: sdhci: Fix indenting on SDHCI_CTRL_8BITBUS clk: sunxi-ng: v3s: Use local parent references for CLK_FIXED_FACTOR mmc: sdhci: sdhci-pci-o2micro: Check if controller supports 8-bit width clk: sunxi-ng: r40: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: h3: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: a33: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: a23: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: a31: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: sun5i: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: a10: Use local parent references for CLK_FIXED_FACTOR clk: sunxi-ng: sun8i-r: Use local parent references for CLK_HW_INIT_* clk: sunxi-ng: switch to of_clk_hw_register() for registering clks clk: fixed-factor: Add CLK_FIXED_FACTOR_FW_NAME for DT clock-names parent clk: fixed-factor: Add CLK_FIXED_FACTOR_HWS which takes list of struct clk_hw * clk: fixed-factor: Add CLK_FIXED_FACTOR_HW which takes clk_hw pointer as parent clk: Add CLK_HW_INIT_PARENT_DATA macro using .parent_data clk: Add CLK_HW_INIT_FW_NAME macro using .fw_name in .parent_data clk: Add CLK_HW_INIT_* macros using .parent_hws clk: Fix debugfs clk_possible_parents for clks without parent string names serial: 8250: pericom_do_set_divisor can be static arm64: dts: renesas: r8a774a1: Add dynamic power coefficient arm64: dts: renesas: r8a774a1: Create thermal zone to support IPA arm64: dts: renesas: r8a774a1: Add CPU capacity-dmips-mhz arm64: dts: renesas: r8a774a1: Add CPU topology on r8a774a1 SoC arm64: dts: renesas: hihope-common: Add LEDs support arm64: dts: renesas: hihope-common: Enable USB3.0 drm/i915/guc: Reduce verbosity on log overflows KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs' KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIP KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02 KVM: VMX: Explicitly initialize controls shadow at VMCS allocation KVM: nVMX: Don't reset VMCS controls shadow on VMCS switch KVM: nVMX: Shadow VMCS controls on a per-VMCS basis KVM: VMX: Shadow VMCS secondary execution controls KVM: VMX: Shadow VMCS primary execution controls KVM: VMX: Shadow VMCS pin controls KVM: VMX: Add builder macros for shadowing controls KVM: nVMX: Use adjusted pin controls for vmcs02 KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessary KVM: x86: introduce is_pae_paging KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCS KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's written KVM: nVMX: Update vmcs12 for SYSENTER MSRs when they're written KVM: nVMX: Update vmcs12 for MSR_IA32_CR_PAT when it's written KVM: nVMX: Don't speculatively write APIC-access page address KVM: nVMX: Don't speculatively write virtual-APIC page address KVM: nVMX: Don't dump VMCS if virtual APIC page can't be mapped KVM: nVMX: Don't reread VMCS-agnostic state when switching VMCS KVM: nVMX: Don't "put" vCPU or host state when switching VMCS KVM: VMX: simplify vmx_prepare_switch_to_{guest,host} KVM: nVMX: Don't rewrite GUEST_PML_INDEX during nested VM-Entry KVM: nVMX: Write ENCLS-exiting bitmap once per vmcs02 KVM: nVMX: Always sync GUEST_BNDCFGS when it comes from vmcs01 KVM: VMX: Always signal #GP on WRMSR to MSR_IA32_CR_PAT with bad value KVM: nVMX: Rename prepare_vmcs02_*_full to prepare_vmcs02_*_rare KVM: nVMX: Sync rarely accessed guest fields only when needed KVM: nVMX: Add helpers to identify shadowed VMCS fields KVM: nVMX: Use descriptive names for VMCS sync functions and flags KVM: nVMX: Lift sync_vmcs12() out of prepare_vmcs12() KVM: nVMX: Track vmcs12 offsets for shadowed VMCS fields KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTES KVM: nVMX: Intercept VMWRITEs to read-only shadow VMCS fields KVM: VMX: Handle NMIs, #MCs and async #PFs in common irqs-disabled fn KVM: x86: Move kvm_{before,after}_interrupt() calls to vendor code KVM: VMX: Store the host kernel's IDT base in a global variable KVM: VMX: Read cached VM-Exit reason to detect external interrupt kvm: nVMX: small cleanup in handle_exception KVM: VMX: Fix handling of #MC that occurs during VM-Entry KVM: x86: move MSR_IA32_POWER_CTL handling to common code kvm: x86: offset is ensure to be in range kvm: x86: use same convention to name kvm_lapic_{set,clear}_vector() kvm: x86: check kvm_apic_sw_enabled() is enough kvm: x86: add host poll control msrs kvm: vmx: segment limit check: use access length kvm: vmx: fix limit checking in get_vmx_mem_address() KVM: x86: Add Intel CPUID.1F cpuid emulation support KVM: x86: Use DR_TRAP_BITS instead of hard-coded 15 irqchip/mbigen: Stop printing kernel addresses clk: renesas: r8a774a1: Add TMU clock clk: renesas: r8a77995: Add CMM clocks clk: renesas: r8a77990: Add CMM clocks clk: renesas: r8a77965: Add CMM clocks clk: renesas: r8a7795: Add CMM clocks soc: imx8: Fix potential kernel dump in error path usb: gadget: ether: Fix race between gether_disconnect and rx_submit usb: gadget: storage: Remove warning message usb: dwc3: gadget: Add support for disabling U1 and U2 entries usb: gadget: send usb_gadget as an argument in get_config_params doc: dt: bindings: usb: dwc3: Update entries for disabling U1 and U2 usb: dwc3: qcom: Use of_clk_get_parent_count() usb: dwc3: Fix core validation in probe, move after clocks are enabled usb: dwc3: qcom: Improve error handling usb: dwc3: qcom: Start USB in 'host mode' on the SDM845 usb: dwc3: qcom: Add support for booting with ACPI soc: qcom: geni: Add support for ACPI Revert "usb: dwc2: host: Setting qtd to NULL after freeing it" usb: gadget: net2272: remove redundant assignments to pointer 's' usb: gadget: Zero ffs_io_data USB: omap_udc: Remove unneeded variable fotg210-udc: Remove unneeded variable usb: gadget: at91_udc: Remove unneeded variable usb: gadget: udc: renesas_usb3: Enhance role switch support usb: gadget: u_audio: Fixed variable declaration coding style issue usb: gadget: f_fs: data_len used before properly set USB: dwc2: Don't turn off the usbphy in suspend if wakeup is enabled ARM: dts: rockchip: Allow wakeup from rk3288-veyron's dwc2 USB ports Documentation: dt-bindings: Add snps,need-phy-for-wake for dwc2 USB usb: dwc2: Force 8bit UTMI width for Samsung Exynos SoCs usb: dwc3: meson-g12a: Add support for IRQ based OTG switching power: avs: smartreflex: no need to check return value of debugfs_create functions platform/chrome: wilco_ec: Fix unreleased lock in event_read() platform/chrome: cros_ec_debugfs: cros_ec_uptime_fops can be static arm64: dts: marvell: add missing #interrupt-cells property platform/chrome: cros_ec_debugfs: Add debugfs ABI documentation platform/chrome: cros_ec_debugfs: Fix kernel-doc comment first line platform/chrome: cros_ec_debugfs: Add debugfs entry to retrieve EC uptime ARM: dts: imx7d-zii-rpu2: Drop unused pinmux entries ARM: dts: imx7d-zii-rpu2: Fix incorrrect 'stdout-path' ARM: dts: Add support for 96Boards Meerkat96 board tty: serial_core: Set port active bit in uart_port_activate dt-bindings: arm: Document 96Boards Meerkat96 devicetree binding serial: 8250: Add MSR/MCR TIOCM conversion wrapper functions serial: 8250: factor out serial8250_{set,clear}_THRI() helpers serial: fsl_lpuart: Remove unneeded OOM error message serial: uartps: Remove useless return from cdns_uart_poll_put_char serial: uartps: Do not add a trailing semicolon to macro serial: uartps: Fix long line over 80 chars serial: uartps: Fix multiple line dereference serial: uartps: Use octal permission for module_param() serial: uartps: Use the same dynamic major number for all ports serial: 8250: Add support for higher baud rates to Pericom chips serial: imx: fix locking in set_termios() Documentation/i915: fix file references after display/ subdir renames MAINTAINERS: fpga: hand off maintainership to Moritz ARM: dts: imx6ul: Add PXP node ARM: dts: imx6sll: Enable SNVS poweroff according to board design ARM: dts: imx7s: Enable SNVS power key according to board design ARM: dts: imx6sll: Enable SNVS power key according to board design ARM: dts: imx6ul: Enable SNVS power key according to board design ARM: dts: imx6sx: Enable SNVS power key according to board design ARM: dts: imx6qdl: Enable SNVS power key according to board design selftests: firmware: Add compressed firmware tests firmware: Add support for loading compressed files firmware: Factor out the paged buffer handling code tools/firmware: Add missing newline at end of file firmware: improve LSM/IMA security behaviour arm64: dts: imx8mm: Enable SNVS power key according to board design arm64: dts: imx8mq-evk: Enable SNVS power key H8300: remove unused barrier defines staging: rtl8723bs: hal: odm_HWConfig: Unneeded variable: "result". Return "HAL_STATUS_SUCCESS" staging: rtl8723bs: hal: rtl8723b_rf6052: fix spaces preferred around unary operator staging: rtl8723bs: hal: rtl8723b_hal_init: Remove set but unused variable staging: rtl8723bs: hal: rtl8723b_hal_init: fix Using comparison to true is error prone staging: rtl8723bs: hal: rtl8723b_hal_init: fix Comparison to NULL staging/rtl8723bs/core/rtw_ap: Remove redundant call to memset staging/rtl8723bs/core: Remove redundant call to memset staging: rtl8723bs: hal: Add null check after memory allocation staging: rtl8723bs: hal: fix Using comparison to false is error prone staging: rtl8723bs: hal: Remove return type of initrecvbuf staging: rtl8723bs: hal: spaces preferred around unary operator staging: rtl8723bs: hal: Using comparison to true is error prone staging: Add missing newline at end of file staging: erofs: clean up initialization of pointer de staging: comedi: usbdux: remove redundant initialization of fx2delay arm64: dts: ls1028a: add crypto node usb: host: fotg2: add device tree probing wusb: switch to cbcmac transform clk: imx8mq: Use devm_platform_ioremap_resource() instead of of_iomap() usb: isp1362: Spelling s/eclusive/exclusive/ clk: imx8mq: Use imx_check_clocks() API directly clk: imx: Remove __init for imx_check_clocks() API ALSA: firewire-motu: code refactoring for pcm.hw_params/hw_free callbacks ALSA: firewire-motu: update isochronous resources when starting packet streaming after bus-reset ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/hw_free callbacks ALSA: firewire-motu: code refactoring to finish streaming session ALSA: firewire-motu: minor code refactoring to stop isochronous context ALSA: firewire-motu: rename helper functions to begin/finish streaming session ALSA: firewire-motu: code refactoring for condition to stop streaming ALSA: firewire-motu: add helper function to keep isochronous resources ALSA: firewire-motu: unify midi callback function ALSA: firewire-motu: unify the count of subscriber for packet streaming USB: add usbfs ioctl to retrieve the connection parameters usb: host: xhci-tegra: Fix Wunused-const-variable arm64: dts: qcom: qcs404-evb: Enable PCIe arm64: dts: qcom: qcs404: Add PCIe related nodes tracepoint: Use struct_size() in kmalloc() PCI: Do not poll for PME if the device is in D3cold PCI: Add missing link delays required by the PCIe spec net/udpgso_bench.sh test fails on error net/udpgso_bench.sh add UDP GSO audit tests net/udpgso_bench_tx: options to exercise TX CMSG selftests: rtnetlink: add addresses with fixed life time net: ipv4: remove erroneous advancement of list pointer net: dsa: sja1105: fix ptp link error net: stmmac: fix unused-variable warning iavf: allow null RX descriptors iavf: add call to iavf_[add|del]_cloud_filter iavf: Refactor init state machine iavf: Refactor the watchdog state machine iavf: Remove timer for work triggering, use delaying work instead iavf: Move commands processing to the separate function iavf: Fix the math for valid length for ADq enable iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc() iavf: wait longer for close to complete iavf: use signed variable iavf: Create VLAN tag elements starting from the first element samples: bpf: refactor header include path samples: bpf: remove unnecessary include options in Makefile selftests/bpf: convert tests w/ custom values to BTF-defined maps selftests/bpf: switch BPF_ANNOTATE_KV_PAIR tests to BTF-defined maps selftests/bpf: add test for BTF-defined maps libbpf: allow specifying map definitions using BTF libbpf: split initialization and loading of BTF libbpf: identify maps by section index in addition to offset libbpf: refactor map initialization libbpf: streamline ELF parsing error-handling libbpf: extract BTF loading logic libbpf: add common min/max macro to libbpf_internal.h bpf: fix the check that forwarding is enabled in bpf_ipv6_fib_lookup net: sched: cls_matchall: allow to delete filter net: hns3: fix dereference of ae_dev before it is null checked staging: erofs: rename data_mapping_mode to datamode net: sched: act_ctinfo: fix policy validation net: sched: act_ctinfo: fix action creation vhost_net: disable zerocopy by default net: ipv4: move tcp_fastopen server side code to SipHash library drm/i915/ehl: Introduce Mule Creek Canyon PCH tipc: include retrans failure detection for unicast team: add ethtool get_link_ksettings iio: adc: xilinx: support all platforms iio: humidity: Replace older GPIO APIs with GPIO Consumer APIs for the dht11 sensor MAINTAINERS: add counter/ftm-quaddec driver entry staging: iio: ad7150: clean up of comments staging: iio: ad7150: simplify i2c SMBus return treatment staging: iio: ad7150: use FIELD_GET and GENMASK staging: iio: ad7150: use ternary operating to ensure 0/1 value iio: ad_sigma_delta: return directly in ad_sd_buffer_postenable() iio: amplifiers: ad8366: Add support for ADL5240 VGA iio: amplifiers: ad8366: Add support for the ADA4961 DGA iio: amplifiers: ad8366: rework driver to allow other chips iio: amplifiers: ad8366: use own lock to guard state iio: amplifiers: update license information dt-bindings: iio: accel: adxl372: switch to YAML bindings iio: adxl372: fix iio_triggered_buffer_{pre,post}enable positions dt-bindings: iio: frequency: Add docs for ADF4371 PLL iio: frequency: adf4371: Add support for ADF4371 PLL iio: imu: st_lsm6dsx: get device name from st_lsm6dsx_sensor_settings iio: imx7d_adc: Remove unneeded 'average_en' member iio: imx7d_adc: Fit into a single line iio: imx7d_adc: Introduce a definition for the input clock iio: imx7d_adc: Remove unneeded error message iio: light: stk3310: Add support for stk3335 iio:core: Fix bug in length of event info_mask and catch unhandled bits set in masks. staging: iio: ad2s1210: Remove platform data NULL check in probe iio: light: bh1780: simplify getting the adapter of a client drm/i915/gtt: Serialise both updates to PDE and our shadow drm/i915/dmc: protect against loading wrong firmware drm/i915/dmc: remove redundant return in parse_csr_fw() drm/i915/dmc: add support to load dmc_header version 3 drm/i915/dmc: extract function to parse dmc_header drm/i915/dmc: extract function to parse package_header drm/i915/dmc: extract function to parse css header drm/i915/dmc: add support for package_header with version 2 drm/i915/dmc: extract fw_info and table walk from intel_package_header drm/i915/dmc: use kernel types RDMA: Move rdma_node_type to uapi/ perf tools: Don't hardcode host include path for libslang perf evsel: Make perf_evsel__name() accept a NULL argument perf trace: Fixup pointer arithmetic when consuming augmented syscall args perf pmu: Fix uncore PMU alias list for ARM64 perf tests: Add missing SPDX headers tools build feature tests: Add missing SPDX headers perf trace: Streamline validation of select syscall names list perf trace: Fix exclusion of not available syscall names from selector list tools build: Check if gettid() is available before providing helper perf intel-pt: Add callchain to synthesized PEBS sample perf intel-pt: Add memory information to synthesized PEBS sample perf intel-pt: Add LBR information to synthesized PEBS sample perf intel-pt: Add XMM registers to synthesized PEBS sample perf intel-pt: Add gp registers to synthesized PEBS sample perf intel-pt: Synthesize PEBS sample basic information perf intel-pt: Factor out common sample preparation for re-use perf intel-pt: Prepare to synthesize PEBS samples perf intel-pt: Add decoder support for PEBS via PT perf intel-pt: Add Intel PT packet decoder test perf intel-pt: Add new packets for PEBS via PT perf: cs-etm: Optimize option setup for CPU-wide sessions perf tests arm64: Compile tests unconditionally integrity: Fix __integrity_init_keyring() section mismatch drm/amdgpu: wait to fetch the vbios until after common init drm/amd/powerplay: Delete a redundant memory setting in vega20_set_default_od8_setttings() drm/amd/display: Delete a redundant memory setting in amdgpu_dm_irq_register_interrupt() drm/amdgpu: fix error handling in df_v3_6_pmc_start drm/amd/display: Add missing newline at end of file drm/amd/powerplay: detect version of smu backend (v2) drm/amdkfd: Fix sdma queue allocate race condition drm/amdkfd: Fix a circular lock dependency Revert "drm/amdkfd: Fix a circular lock dependency" Revert "drm/amdkfd: Fix sdma queue allocate race condition" drm/amdgpu: explicitly set mmGDS_VMID0_BASE to 0 arm64: dts: qcom: msm8998: Add PCIe PHY and RC nodes arm64: dts: qcom: msm8998: Add ANOC1 SMMU node drm/gem: Unexport drm_gem_(un)pin/v(un)map drm/todo: Improve drm_gem_object funcs todo block: use req_op() to maintain consistency ASoC: Add missing newline at end of file ASoC: ti: Fix SDMA users not providing channel names netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY ASoC: rt5677: move jack-detect init to i2c probe ASoC: rt5677: fall back to DT prop names on error netfilter: synproxy: remove module dependency on IPv6 SYNPROXY netfilter: synproxy: add common uapi for SYNPROXY infrastructure arm64: dts: ti: am654-base-board: Disable SERDES and PCIe arm64: dts: k3-am6: Add PCIe Endpoint DT node arm64: dts: k3-am6: Add PCIe Root Complex DT node arm64: dts: k3-am6: Add SERDES DT node arm64: dts: k3-am6: Add mux-controller DT node required for muxing SERDES arm64: dts: k3-am6: Add "socionext,synquacer-pre-its" property to gic_its arm64: dts: ti: k3-am65: Add MSMC RAM ranges in interconnect node regulator: qcom_spmi: Refactor get_mode/set_mode regulator: qcom_spmi: enable linear range info ASoC: SOF: disallow building without CONFIG_PCI again netfilter: bridge: namespace bridge netfilter sysctls netfilter: bridge: port sysctls to use brnf_net netfilter: xt_owner: bail out with EINVAL in case of unsupported flags netfilter: conntrack: small conntrack lookup optimization netfilter: nft_ct: add ct expectations support arm64: dts: ti: k3-am65: Add R5F ranges in interconnect nodes arm64: dts: ti: k3-am65-mcu: Add the MCU RAM node arm64: dts: ti: k3-am65: Add MCU SRAM ranges in interconnect nodes arm64: dts: ti: am654-base-board: Add gpio_keys node arm64: dts: ti: am6-main: Add gpio nodes arm64: dts: ti: am6-wakeup: Add gpio node arm64: dts: ti: k3-am654: Add interrupt controllers in wakeup domain arm64: dts: ti: k3-am654: Add interrupt controllers in main domain arm64: dts: ti: k3-am654: Update compatible for dmsc regmap: lzo: Switch to bitmap_zalloc() drm/i915/gtt: Generalize alloc_pd drm/i915/gtt: Introduce init_pd drm/i915/gtt: Introduce init_pd_with_page drm/i915/gtt: Use a common type for page directories drm/i915/gtt: No need to zero the table for page dirs ARM: omap1: remove unused variable drm/i915: no need to check return value of debugfs_create functions spi: No need to assign dummy value in spi_unregister_controller() spi: Add a prototype for exported spi_set_cs_timing() ASoC: SOF: Intel: hda: make sure RUN bit setting to 0 during clear stream status ASoC: SOF: Intel: hda: make sure DMA is start/stop by read the RUN bit ASoC: SOF: Intel: hda: clear stream status and wakests properly ASoC: SOF: Intel: hda: use the defined stop chip in suspend ASoC: SOF: Intel: hda: add function for hda stop chip ASoC: SOF: Intel: hda: use the SOF defined ppcap functions ASoC: SOF: Intel: hda-stream: fix a deadlock with bus->reg_lock ASoC: SOF: Intel: hda: modify stream interrupt handler ASoC: SOF: Intel: hda: couple host and link DMA during FE hw_free ASoC: SOF: Intel: hda: release link DMA for paused streams during suspend ASoC: SOF: Intel: hda: reserve host DMA channel for hostless streams ASoC: SOF: Intel: hda: assign link DMA channel at run-time ASoC: SOF: topology: add cpu_dai_name for DAIs ASoC: SOF: Intel: hda: add new macro hstream_to_sof_hda_stream() ASoC: SOF: Intel: hda: save handle to sdev in sof_intel_hda_stream dt-bindings: usb: renesas_gen3: Rename bindings documentation file dt-bindings: usb: renesas_usbhs: Rename bindings documentation file ASoC: cx2072x: mark PM function as __maybe_unused ASoC: rockchip: pdm: select CONFIG_RATIONAL platform/x86: wmi: add context argument to the probe function platform/x86: wmi: add context pointer field to struct wmi_device_id platform/x86: asus-wmi: Do not disable keyboard backlight on unloading platform/x86: asus-wmi: Switch fan boost mode platform/x86: asus-wmi: Enhance detection of thermal data platform/x86: asus-wmi: Organize code into sections platform/x86: asus-wmi: Refactor error handling platform/x86: asus-nb-wmi: Add microphone mute key code platform/x86: asus-wmi: Support WMI event queue platform/x86: asus-wmi: Refactor WMI event handling platform/x86: asus-wmi: Improve DSTS WMI method ID detection platform/x86: wmi: Add function to get _UID of WMI device platform/x86: asus-wmi: Increase input buffer size of WMI methods platform/x86: asus-wmi: Fix preserving keyboard backlight intensity on load platform/x86: asus-wmi: Fix hwmon device cleanup platform/x86: intel_telemetry: no need to check return value of debugfs_create functions platform/x86: intel_pmc: no need to check return value of debugfs_create functions platform/x86: pmc_atom: no need to check return value of debugfs_create functions platform/x86: samsung-laptop: no need to check return value of debugfs_create functions platform/x86: ideapad-laptop: no need to check return value of debugfs_create functions platform/x86: dell-laptop: no need to check return value of debugfs_create functions platform/x86: asus-wmi: no need to check return value of debugfs_create functions platform/x86: acer-wmi: no need to check return value of debugfs_create functions firmware/psci: psci_checker: Park kthreads before stopping them memory: move jedec_ddr.h from include/memory to drivers/memory/ memory: move jedec_ddr_data.c from lib/ to drivers/memory/ mmc: sdhci-of-esdhc: use 1/2 periperhal clock for ls1028a mmc: sdhci-of-esdhc: set the sd clock divisor value above 3 s390/cio: Combine direct and indirect CCW paths mmc: host: s3cmci: no need to check return value of debugfs_create functions mmc: host: dw_mmc: no need to check return value of debugfs_create functions vfio-ccw: Rearrange IDAL allocation in direct CCW mmc: host: atmel-mci: no need to check return value of debugfs_create functions mmc: core: no need to check return value of debugfs_create functions vfio-ccw: Remove pfn_array_table vfio-ccw: Adjust the first IDAW outside of the nested loops vfio-ccw: Rearrange pfn_array and pfn_array_table arrays s390/cio: Use generalized CCW handler in cp_init() s390/cio: Generalize the TIC handler s390/cio: Refactor the routine that handles TIC CCWs s390/cio: Squash cp_free() and cp_unpin_free() PCI: altera: Fix configuration type based on secondary number PCI: armada8k: Add PHYs support arm64/mm: Correct the cache line size warning with non coherent device x86/percpu: Optimize raw_cpu_xchg() x86/percpu, sched/fair: Avoid local_clock() x86/percpu, x86/irq: Relax {set,get}_irq_regs() x86/percpu: Relax smp_processor_id() x86/percpu: Differentiate this_cpu_{}() and __this_cpu_{}() perf/x86/intel: Disable check_msr for real HW perf/x86/intel: Use ->is_visible callback for default group perf/x86/intel/uncore: Add IMC uncore support for Snow Ridge perf/x86/intel/uncore: Clean up client IMC perf/x86/intel/uncore: Support MMIO type uncore blocks perf/x86/intel/uncore: Factor out box ref/unref functions perf/x86/intel/uncore: Add uncore support for Snow Ridge server perf/x86/intel/uncore: Handle invalid event coding for free-running counter perf/x86/intel: Add more Icelake CPUIDs perf/x86/intel: Add Icelake desktop CPUID PCI: PM: Replace pci_dev_keep_suspended() with two functions PCI: PM: Avoid resuming devices in D3hot during system suspend locking/rwsem: Guard against making count negative locking/rwsem: Adaptive disabling of reader optimistic spinning locking/rwsem: Enable time-based spinning on reader-owned rwsem locking/rwsem: Make rwsem->owner an atomic_long_t locking/rwsem: Enable readers spinning on writer locking/rwsem: Clarify usage of owner's nonspinaable bit locking/rwsem: Wake up almost all readers in wait queue locking/rwsem: More optimal RT task handling of null owner locking/rwsem: Always release wait_lock before waking up tasks locking/rwsem: Implement lock handoff to prevent lock starvation locking/rwsem: Make rwsem_spin_on_owner() return owner state locking/rwsem: Code cleanup after files merging locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.c locking/rwsem: Implement a new locking scheme locking/rwsem: Remove rwsem_wake() wakeup optimization locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNER cpufreq: pcc-cpufreq: Fail initialization if driver cannot be registered x86/fpu: Remove the fpu__save() export x86/fpu: Simplify kernel_fpu_begin() sched/fair: Don't push cfs_bandwith slack timers forward sched/core: Optimize try_to_wake_up() for local wakeups sched/fair: Fix "runnable_avg_yN_inv" not used warnings sched/fair: Clean up definition of NOHZ blocked load functions sched/core: Add __sched tag for io_schedule() x86/atomic: Fix smp_mb__{before,after}_atomic() locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON() locking/lockdep: Rename lockdep_assert_held_exclusive() -> lockdep_assert_held_write() x86/jump_label: Batch jump label updates jump_label: Batch updates if arch supports it x86/alternative: Batch of patch operations jump_label: Sort entries of the same key by the code x86/jump_label: Add a __jump_label_set_jump_code() helper jump_label: Add a jump_label_can_update() helper mmc: sdhci_am654: Add Support for 4 bit IP on J721E mmc: sdhci_am654: Add Support for 8 bit IP on J721E dt-bindings: mmc: sdhci-am654: Document bindings for the host controllers on TI's J721E devices. xfrm: fix sa selector validation dt-bindings: timer: renesas, cmt: Document r8a779{5|65|90} CMT support dt-bindings: can: rcar_canfd: document r8a774c0 support dt-bindings: can: rcar_canfd: document r8a77990 support dt-bindings: can: rcar_canfd: document r8a77965 support irqchip/gic: Add dependency for ARM_GIC_MAX_NR drm/i915: move modesetting core code under display/ x86/fpu: Simplify kernel_fpu_end() drm/i915/icl: Add Multi-segmented gamma support drm/i915: Rename ivb_load_lut_10_max drm/i915/icl: Add register definitions for Multi Segmented gamma drm/i915: Change gamma/degamma_lut_size data type to u32 drm/i915: Nuke atomic set/get prop plane stubs drm/i915: move modesetting output/encoder code under display/ drm/i915: make intel_sdvo_regs.h self-contained arm64: dts: renesas: hihope-common: Add USB 2.0 support arm64: dts: renesas: r8a774a1: Fix USB 2.0 clocks ARM: dts: stm32: enable display on stm32mp157c-dk1 board regulator: lp87565: Add 4-phase lp87561 regulator support mfd: lp87565: Add support for 4-phase LP87561 combination dt-bindings: mfd: lp87565: Add LP87561 configuration xtensa: use generic pcibios_set_master and pcibios_enable_device xtensa: drop dead PCI support code xtensa/PCI: Remove unused variable ALSA: firewire-lib: split allocation of isochronous resources from establishment of connection ALSA: fireworks: change the range of critical section for stream data in PCM.hw_free callback ALSA: bebob: code refactoring for error path to start duplex stream ALSA: bebob: change the range of critical section for stream data in PCM.hw_free callback ALSA: bebob: code refactoring for callback function to rawmidi interface ALSA: bebob: code rafactoring for callback functions to PCM interface MAINTAINERS: Remove myself as qcom maintainer opp: Make dev_pm_opp_set_rate() handle freq = 0 to drop performance votes opp: Don't overwrite rounded clk rate soc: aspeed: lpc-ctrl: make parameter optional selftests/net: fix warnings in TFO key rotation selftest x25_asy: fixed function name in error message. lapb: moved export of lapb_register. tc-tests: updated skbedit tests tc-tests: added path to ip command in tdc net: ethernet: ti: davinci_cpdma: use idled submit net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_data net: stmmac: drop the reset delays from struct stmmac_mdio_bus_data net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_data net: stmmac: use device_property_read_u32_array to read the reset delays net: stmmac: drop redundant check in stmmac_mdio_reset x86/apic: Make apic_bsp_setup() static ARM: qcom_defconfig: add support for USB networking ARM: qcom_defconfig: add display-related options ARM: dts: qcom: msm8974-hammerhead: add support for display ARM: dts: msm8974: add display support ARM: dts: qcom: msm8974-hammerhead: add support for backlight ARM: dts: qcom: msm8974-hammerhead: add touchscreen support iio: adc: ad7606: Add software configuration iio: adc: ad7606: Move oversampling and scale options to chip info iio: adc: meson_saradc: update with SPDX Licence identifier MAINTAINERS: add entry for ad7780 adc driver dt-bindings: iio: adc: add adi,ad7780.yaml binding habanalabs: Allow accessing host mapped addresses via debugfs drm/rockchip: Base adjustments of the mode based on prev adjustments drm/rockchip: Properly adjust to a true clock in adjusted_mode net/mlx5: Expose eswitch encap mode net/mlx5: Declare more strictly devlink encap mode net: sched: remove NET_CLS_IND config option r8169: improve handling of Abit Fatal1ty F-190HD net: stmmac: Fix wrapper drivers not detecting PHY MAINTAINERS: maintain DPAA2 PTP driver in QorIQ PTP entry dpaa2-ptp: add interrupt support arm64: dts: fsl: add ptp timer node for dpaa2 platforms dt-binding: ptp_qoriq: support DPAA2 PTP compatible dpaa2-ptp: reuse ptp_qoriq driver ptp: add QorIQ PTP support for DPAA2 hinic: Use devm_kasprintf instead of hard coding it Revert "net: dsa: mv88e6xxx: do not flood CPU with unknown multicast" net: dsa: mv88e6xxx: do not flood CPU with unknown multicast staging: rtl8723bs: hal: sdio_halinit: fix Comparison to NULL staging: rtl8723bs: hal: sdio_halinit: fix spaces preferred around that unary operator staging: rtl8723bs: hal: sdio_halinit: fix comparison to true/false is error prone staging: kpc2000: remove dead code in core.c staging: most: deregister net and video config subsystems with configFS staging: android: fix style problem blkcg, writeback: dead memcgs shouldn't contribute to writeback ownership arbitration blkcg: blkcg_activate_policy() should initialize ancestors first blkcg: perpcu_ref init/exit should be done from blkg_alloc/free() blkcg: update blkcg_print_stat() to handle larger outputs blk-iolatency: clear use_delay when io.latency is set to zero drm/i915/ehl: Update MOCS table for EHL powerpc/64: mark start_here_multiplatform as __ref clk: rockchip: convert pclk_wdt boilerplat to new SGRF_GATE macro kbuild: add support for ensuring headers are self-contained kbuild: deb-pkg: do not run headers_check kbuild: simplify scripts/headers_install.sh kbuild: move hdr-inst shorthand to top Makefile kbuild: re-implement Makefile.headersinst without recursion kbuild: add 'headers' target to build up uapi headers in usr/include kbuild: build all prerequisites of headers_install simultaneously kbuild: remove build_unifdef target in scripts/Makefile kbuild: add CONFIG_HEADERS_INSTALL and loosen the dependency of samples kbuild: fix Kconfig prompt of CONFIG_HEADERS_CHECK kbuild: make gdb_script depend on prepare0 instead of prepare kbuild: remove stale dependency between Documentation/ and headers_install kbuild: remove headers_{install,check}_all Update default configuration processor: get rid of cpu_relax_yield s390: improve wait logic of stop_machine processor: remove spin_cpu_yield s390/traps: simplify data exception handler virtio/s390: make airq summary indicators DMA virtio/s390: use DMA memory for ccw I/O and classic notifiers virtio/s390: add indirection to indicators access virtio/s390: use cacheline aligned airq bit vectors s390/airq: use DMA memory for adapter interrupts s390/cio: add basic protected virtualization support s390/cio: introduce DMA pools to cio s390/mm: force swiotlb for protected virtualization s390/crypto: sha: Use -ENODEV instead of -EOPNOTSUPP s390/crypto: prng: Use -ENODEV instead of -EOPNOTSUPP s390/crypto: ghash: Use -ENODEV instead of -EOPNOTSUPP s390/pkey: Use -ENODEV instead of -EOPNOTSUPP dt-bindings: arm: Convert MediaTek board/soc bindings to json-schema drm/i915: Avoid tainting i915_gem_park() with wakeref.lock block: bio: Use struct_size() in kmalloc() block: genhd: Use struct_size() helper block: null_blk: fix race condition for null_del_dev blk-mq/debugfs: Fix improper print qualifier md/raid10: read balance chooses idlest disk for SSD md: raid1-10: Unify r{1,10}bio_pool_free md: raid10: Use struct_size() in kmalloc() md/raid1: get rid of extra blank line and space md: fix spelling typo and add necessary space md: md.c: Return -ENODEV when mddev is NULL in rdev_attr_show raid5-cache: Need to do start() part job after adding journal device drivers: md: Unify common definitions of raid1 and raid10 soc: qcom: apr: Don't use reg for domain id powerpc/pseries/mobility: rebuild cacheinfo hierarchy post-migration powerpc/pseries/mobility: prevent cpu hotplug during DT update powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild ABI: Fix KernelVersion tags ABI: sysfs-bus-pci-devices-aer_stats uses an invalid tag soc: qcom: fix QCOM_AOSS_QMP dependency and build errors net: dsa: use switchdev handle helpers net: dsa: make dsa_slave_dev_check use const net: dsa: make cpu_dp non const net: dsa: do not check orig_dev in vlan del udp: Remove unused variable/function (exact_dif) udp: Remove unused parameter (exact_dif) ipv4: tcp: fix ACK/RST sent with a transmit delay net: remove empty netlink_tap_exit_net nfp: flower: extend extack messaging for flower match and actions nfp: flower: use extack messages in flower offload nfp: flower: check L4 matches on unknown IP protocols ipv4: Support multipath hashing on inner IP pkts for GRE tunnel virtio_net: enable napi_tx by default net: sched: ingress: set 'unlocked' flag for clsact Qdisc ops tcp: use static_branch_deferred_inc for clean_acked_data_enabled locking/static_key: always define static_branch_deferred_inc net: hns3: some variable modification net: hns3: delay ring buffer clearing during reset net: hns3: fix for skb leak when doing selftest net: hns3: fix for dereferencing before null checking net: hns3: free irq when exit from abnormal branch net: hns3: clear restting state when initializing HW device net: hns3: extract handling of mpf/pf msi-x errors into functions net: hns3: some changes of MSI-X bits in PPU(RCB) net: hns3: add recovery for the H/W errors occurred before the HNS dev initialization net: hns3: process H/W errors occurred before HNS dev initialization net: hns3: fix avoid unnecessary resetting for the H/W errors which do not require reset net: hns3: delay setting of reset level for hw errors until slot_reset is called qed: iWARP - Fix default window size to be based on chip qed: iWARP - Fix tc for MPA ll2 connection qed: iWARP - fix uninitialized callback qed: iWARP - Use READ_ONCE and smp_store_release to access ep->state net: phy: sfp: clean up a condition vsock: correct removal of socket from the list nfp: print a warning when binding VFs to PF driver nfp: update the old flash error message net: dsa: microchip: Support optional 125MHz SYNCLKO output net: dsa: microchip: Add PHY errata workarounds net: stmmac: use GPIO descriptors in stmmac_mdio_reset net/packet: introduce packet_rcv_try_clear_pressure() helper net/packet: remove locking from packet_rcv_has_room() net/packet: implement shortcut in tpacket_rcv() net/packet: make tp_drops atomic net/packet: constify __packet_rcv_has_room() net/packet: constify prb_lookup_block() and __tpacket_v3_has_room() net/packet: constify packet_lookup_frame() and __tpacket_has_room() net/packet: constify __packet_get_status() argument net: phy: Add more 1000BaseX support detection net: ethernet: ti: cpsw_ethtool: simplify slave loops net: ethernet: ti: cpsw: use cpsw as drv data bpf: Fix build error without CONFIG_INET selftests/bpf: convert socket_cookie test to sk storage bpf/tools: sync bpf.h bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog type bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog type bpf: Add test for SO_REUSEPORT_DETACH_BPF drm/vc4: no need to check return value of debugfs_create functions bpf: Sync asm-generic/socket.h to tools/ bpf: net: Add SO_DETACH_REUSEPORT_BPF libbpf: fix check for presence of associated BTF for map creation selftests/bpf: signedness bug in enable_all_controllers() samples/bpf: fix include path in Makefile arm64: dts: meson-g12a-x96-max: add sound card arm64: dts: meson-g12b-odroid-n2: add sound card arm64: dts: meson: sei510: add sound card arm64: dts: meson: sei510: add max98357a DAC net/mlx5e: use indirect calls wrapper for the rx packet handler net/mlx5e: use indirect calls wrapper for skb allocation i2c: qcom-geni: Provide support for ACPI i2c: qcom-geni: Signify successful driver probe i2c: tegra: Add suspend-resume support i2c: headers: reformat header comment and update copyright i2c: headers: update docs about I2C_CLIENT_* i2c: core: always have a named variable in arguments i2c: headers: always have a named variable in arguments i2c: headers: don't use 'dev' as adapter variable i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoC i2c: ocores: add support for i2c device on Sifive FU540-c000 SoC dt-bindings: i2c: extend existing opencore bindings i2c: tegra: Avoid error message on deferred probe i2c: i801: Fix kernel crash in is_dell_system_with_lis3lv02d() docs: power: convert docs to ReST and rename to *.rst block: document iostat changes for disk busy time accounting Documentation/stackprotector: powerpc supports stack protector Documentation: coresight: Update the generic device names sphinx.rst: Add note about code snippets embedded in the text scripts/documentation-file-ref-check: ignore output dir docs: EDID/HOWTO.txt: convert it and rename to howto.rst docs: scheduler: convert docs to ReST and rename to *.rst docs: xilinx: convert eemi.txt to eemi.rst docs: watchdog: convert docs to ReST and rename to *.rst docs: timers: convert docs to ReST and rename to *.rst docs: target: convert docs to ReST and rename to *.rst docs: riscv: convert docs to ReST and rename to *.rst docs: ptp.txt: convert to ReST and move to driver-api docs: pps.txt: convert to ReST and rename to pps.rst docs: cgroup-v1: convert docs to ReST and rename to *.rst docs: pcmcia: convert docs to ReST and rename to *.rst docs: netlabel: convert docs to ReST and rename to *.rst docs: mic: convert docs to ReST and rename to *.rst docs: kdump: convert docs to ReST and rename to *.rst docs: kbuild: convert docs to ReST and rename to *.rst docs: ide: convert docs to ReST and rename to *.rst docs: fpga: convert docs to ReST and rename to *.rst docs: fb: convert docs to ReST and rename to *.rst docs: fault-injection: convert docs to ReST and rename to *.rst docs: convert docs to ReST and rename to *.rst docs: cdrom: convert docs to ReST and rename to *.rst docs: cdrom-standard.tex: convert from LaTeX to ReST docs: arm64: convert docs to ReST and rename to .rst docs: aoe: convert docs to ReST and rename to *.rst i40e: mark expected switch fall-through i40e: Missing response checks in driver when starting/stopping FW LLDP i40e: remove duplicate stat calculation for tx_errors i40e: Check if the BAR size is large enough before writing to registers i40e: Missing response checks in driver when starting/stopping FW LLDP i40e: add input validation for virtchnl handlers i40e: Improve AQ log granularity i40e: Add bounds check for ch[] array i40e: Use signed variable i40e: add constraints for accessing veb array i40e: let untrusted VF to create up to 16 VLANs i40e: add functions stubs to support EEE ASoC: meson: add tohdmitx DT bindings x86/amd_nb: Make hygon_nb_misc_ids static drm/i915: Replace engine->timeline with a plain list drm/i915: Stop retiring along engine drm/i915: Keep contexts pinned until after the next kernel context switch dt-bindings: stm32: serial: Add optional reset cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFS Documentation: Remove duplicate x86 index entry clk: rockchip: add a type from SGRF-controlled gate clocks ABI: better identificate tables ABI: sysfs-class-uwb_rc: remove a duplicated incomplete entry ABI: sysfs-driver-hid: the "What" field doesn't parse fine ABI: fix some syntax issues at the ABI database drm/dp: Add DP_DPCD_QUIRK_NO_SINK_COUNT drm: add debug print to update_vblank_count memory: tegra: Fix -Wunused-const-variable arm64: defconfig: Add HWMON INA3221 support arm64: tegra: Don't use architected timer for suspend on Tegra210 arm64: tegra: Mark architected timer as always on sched: act_ctinfo: use extack error reporting firmware: tegra: Early resume BPMP l2tp: no need to check return value of debugfs_create functions r8169: use helper rtl_is_8168evl_up for setting register MaxTxPacketSize r8169: add helper rtl_is_8168evl_up ASoC: fsl: no need to check return value of debugfs_create functions ASoC: wm_adsp: no need to check return value of debugfs_create functions drm/panfrost: Align GEM objects GPU VA to 2MB alarmtimer: Fix kerneldoc comment for alarmtimer_suspend() clocksource: Move inline keyword to the beginning of function declarations x86/tsc: Move inline keyword to the beginning of function declarations drm: debugfs: make drm_debugfs_create_files() never fail drm/i915: make intel_wakeref work on the rpm struct drm/i915: update with_intel_runtime_pm to use the rpm structure drm/i915: update rpm_get/put to use the rpm structure drm/i915: move a few more functions to accept the rpm structure drm/i915: move and rename i915_runtime_pm drm/i915: make enable/disable rpm assert function use the rpm structure drm/i915: Remove rpm asserts that use i915 drm/i915: prefer i915_runtime_pm in intel_runtime function drm/i915: Add Wa_1409120013:icl,ehl drm/i915: Refine i915_reset.lock_map mac80211: notify offchannel expire on mgmt_tx nl80211: send event when CMD_FRAME duration expires mac80211: no need to check return value of debugfs_create functions x86/mce: Do not check return value of debugfs_create functions arm64: dts: rockchip: Add support for Khadas Edge/Edge-V/Captain boards gpu: ipu-v3: image-convert: Enable double write reduction media: imx: Try colorimetry at both sink and source pads gpu: ipu-v3: ipu-ic-csc: Add support for Rec.709 encoding gpu: ipu-v3: ipu-ic-csc: Add support for limited range encoding gpu: ipu-v3: ipu-ic: Fully describe colorspace conversions ima: Use designated initializers for struct ima_event_data ima: use the lsm policy update notifier LSM: switch to blocking policy update notifiers x86/ima: fix the Kconfig dependency for IMA_ARCH_POLICY ima: Make arch_policy_entry static ARM: davinci_all_defconfig: Enable CPUFREQ_DT ARM: dts: da850-evm: enable cpufreq ARM: dts: da850-lcdk: enable cpufreq ARM: dts: da850-lego-ev3: enable cpufreq ARM: dts: da850: add cpu node and operating points to DT debugobjects: Move printk out of db->lock critical sections debugobjects: Less aggressive freeing of excess debug objects debugobjects: Reduce number of pool_lock acquisitions in fill_pool() debugobjects: Percpu pool lookahead freeing/allocation debugobjects: Add percpu free pools debugobjects: No need to check return value of debugfs_create() iommu/dma: Apply dma_{alloc,free}_contiguous functions dma-remap: Avoid de-referencing NULL atomic_pool mac80211: extend __rate_control_send_low warning mac80211: fill low rate even for HAS_RATE_CONTROL mac80211: use STA info in rate_control_send_low() mac80211: call rate_control_send_low() internally ieee80211: Add a missing extended capability flag definition cfg80211: Add a function to iterate all BSS entries mac80211: allow turning TWT responder support on and off via netlink mac80211: dynamically enable the TWT requester support on STA interfaces nl80211: require and validate vendor command policy mac80211: add ieee80211_get_he_iftype_cap() helper nl80211: add support for SAE authentication offload gpu: ipu-v3: ipu-ic: Fix saturation bit offset in TPMEM nl80211: add WPA3 definition for SAE authentication drm/imx: enable IDMAC watermark feature nl80211: add NL80211_ATTR_IFINDEX to port authorized event mac80211: AMPDU handling for Extended Key ID drm/rockchip: cdn-dp: correct rate in the struct drm_dp_link assignment drm/rockchip: dw_hdmi: add basic rk3228 support drm/i915: Execute signal callbacks from no-op i915_request_wait drm/i915: Discard some redundant cache domain flushes drm/i915: Enable refcount debugging for default debug levels arm64: remove redundant 'default n' from Kconfig x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDS usb: chipidea: msm: Use devm_platform_ioremap_resource() usb: chipidea: imx: Use devm_platform_ioremap_resource() usb: chipidea: Use dev_err() instead of pr_err() usb: chipidea: imx: "fsl,usbphy" phandle is not mandatory now usb: chipidea: imx: add imx7ulp support ACPI: configfs: Resolve objects on host-directed table loads ARM: dts: rockchip: Configure BT_HOST_WAKE as wake-up signal on veyron dma-buf: add show_fdinfo handler dma-buf: add DMA_BUF_SET_NAME ioctls dma-buf: give each buffer a full-fledged inode perf/x86: Add Intel Ice Lake NNPI uncore support arm64: dts: rockchip: Enable HDMI audio on Rock Pi PM: sleep: Show how long dpm_suspend_start() and dpm_suspend_end() take PM: hibernate: powerpc: Expose pfn_is_nosave() prototype gpio: Drop the parent_irq from gpio_irq_chip gpio: Add GPIOLIB_IRQCHIP cleanup to TODO gpio: ftgpio: Pass irqchip when adding gpiochip drm/bridge: tfp410: fix use of cancel_delayed_work_sync drm/bridge: tfp410: fix memleak in get_modes() drm/amdgpu: Fix connector atomic_check compilation fail kernel/module: Fix mem leak in module_add_modinfo_attrs xfrm: remove empty xfrmi_init_net dmagengine: pl330: add code to get reset property dt-bindings: pl330: document the optional resets property dmaengine: axi-dmac: add regmap support dmaengine: axi-dmac: terminate early DMA transfers after a partial one dmaengine: axi-dmac: populate residue info for completed xfers dmaengine: virt-dma: store result on dma descriptor dmaengine: qcom: hidma: no need to check return value of debugfs_create functions dmaengine: mic_x100_dma: no need to check return value of debugfs_create functions dmaengine: pxa_dma: no need to check return value of debugfs_create functions dmaengine: coh901318: no need to cast away call to debugfs_create_file() dmaengine: bcm-sba-raid: no need to check return value of debugfs_create functions dmaengine: amba-pl08x: no need to cast away call to debugfs_create_file() r8169: improve rtl_coalesce_info r8169: let mdio read functions return -ETIMEDOUT net: dsa: tag_sja1105: Select CONFIG_PACKING net: axienet: move use of resource after validity check s390/qeth: allocate a single cmd on read channel s390/qeth: command-chain the IDX sequence s390/qeth: convert RCD code to common IO infrastructure s390/qeth: add support for dynamically allocated cmds s390/qeth: remove 'channel' parameter from callbacks s390/qeth: convert device-specific trace entries s390/qeth: remove OSN-specific IO code s390/qeth: remove qeth_wait_for_buffer() s390/qeth: clean up setting of BLKT defaults s390/qeth: restart pending READ cmd from callback s390/qeth: simplify DOWN state handling s390/qeth: use mm helpers s390/qeth: don't mask TX errors on IQD devices powerpc/pseries: Fix oops in hotplug memory notifier powerpc/pseries/hvconsole: Fix stack overread via udbg ocxl: do not use C++ style comments in uapi header selftests: ptp: Add Physical Hardware Clock test mlxsw: spectrum: PTP physical hardware clock initialization mlxsw: spectrum_ptp: Add implementation for physical hardware clock operations ptp: ptp_clock: Publish scaled_ppm_to_ppb mlxsw: reg: Add Management Pulse Per Second Register mlxsw: reg: Add Management UTC Register mlxsw: pci: Query free running clock PCI BAR and offsets mlxsw: core: Add a new interface for reading the hardware free running clock mlxsw: cmd: Free running clock PCI BAR and offsets via query firmware tc-tests: updated fw with bind actions by reference use cases Documentation: arm: Link idle-states binding to "enable-method" property rcu: Don't return a value from rcu_assign_pointer() rcu: Force inlining of rcu_read_lock() rcu: Fix irritating whitespace error in rcu_assign_pointer() rcu: Upgrade sync_exp_work_done() to smp_mb() PCI: Decode PCIe 32 GT/s link speed PCI: Always allow probing with driver_override sparc: fix unknown type name u_int in uapi header sparc: configs: Remove useless UEVENT_HELPER_PATH sparc: Remove redundant copy of the LGPL-2.0 sunhv: Fix device naming inconsistency between sunhv_console and sunhv_reg net: stmmac: Convert to phylink and remove phylib logic net: stmmac: Start adding phylink support net: stmmac: Prepare to convert to phylink qede: Make two functions static net: dsa: sja1105: Make two functions static drm/i2c: tda998x: add vendor specific infoframe support drm/i2c: tda998x: improve correctness of quantisation range drm/i2c: tda998x: add support for pixel repeated modes drm/i2c: tda998x: get rid of params in audio settings drm/i2c: tda998x: clean up tda998x_configure_audio() drm/i2c: tda998x: move audio routing configuration drm/i2c: tda998x: configure both fields of AIP_CLKSEL together drm/i2c: tda998x: index audio port enable config by route type drm/i2c: tda998x: store audio port enable in settings drm/i2c: tda998x: derive CTS_N value from aclk sample rate ratio drm/i2c: tda998x: improve programming of audio divisor drm/i2c: tda998x: implement different I2S flavours drm/i2c: tda998x: introduce tda998x_audio_settings ACPI: tables: Allow BGRT to be overridden PCI: Add NVIDIA GPU multi-function power dependencies PCI: Generalize multi-function power dependency device links ACPI / sleep: Switch to use acpi_dev_get_first_match_dev() device property: Add helpers to count items in an array dt-bindings: property-units: Sanitize unit naming Documentation: net: mlx5: Devlink health documentation net/mlx5: Report devlink health on FW fatal issues net/mlx5: Add support for FW fatal reporter dump net/mlx5: Add fw fatal devlink_health_reporter net/mlx5: Report devlink health on FW issues net/mlx5: Add support for FW reporter dump net/mlx5: Create FW devlink_health_reporter net/mlx5: Issue SW reset on FW assert net/mlx5: Control CR-space access by different PFs net/mlx5: Handle SW reset of FW in error flow net/mlx5: Add Crdump support net/mlx5: Add Vendor Specific Capability access gateway net/mlx5: Move all devlink related functions calls to devlink.c Documentation: net: mlx5: Add mlx5 initial documentation devlink: Hang reporter's dump method on a dumpit cb ARM: defconfig: samsung: Cleanup with savedefconfig spi/acpi: enumerate all SPI slaves in the namespace drm/amd/display: fix compilation error amdgpu_dm: no need to check return value of debugfs_create functions amdkfd: no need to check return value of debugfs_create functions amdgpu: no need to check return value of debugfs_create functions radeon: no need to check return value of debugfs_create functions drm/amdgpu: bump the DRM version for GDS ENOMEM fixes drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmware drm/amdgpu: Reserve space for shared fence drm/amd/amdgpu: Bail out of BO node creation if not enough VRAM (v3) drm/amdgpu: register pm sysfs for sriov (v2) ASoC: SOF: dont wake dsp up in kcontrol IO ASoC: SOF: Add DMIC token for unmute gain ramp time ASoC: SOF: topology: pass volume min/max linear value to FW ASoC: SOF: topology: add min/max step for volume_table ASoC: SOF: ipc: clarify operator precedence ASoC: SOF: ignore unrecoverable CTX_SAVE IPC errors at suspend ASoC: SOF: intel: extend IPC dump information ASoC: SOF: uapi: align comments with firmware files ASOC: SOF: ipc: prevent logging trace messages ASoC: soc-topology: fix modern dai link style ASoC: tas571x: Fix -Wunused-const-variable ASoC: meson: axg-tdm: consistently use SND_SOC_DAIFMT defines ASoC: codec: hdac_hdmi: fix pin connections at cvt enable ASoC: meson: axg-tdm: fix sample clock inversion ASoC: meson: axg-tdmout: right_j is not supported ASoC: meson: axg-tdmin: right_j is not supported media: cx231xx-cards: Add Hauppauge 955Q variant media: pvrusb2: Add Hauppauge HVR1955/1975 devices drm/connector: Fix kerneldoc warning in HDR_OUTPUT_METADATA description drm/rockchip: Use dirtyfb helper drm: Add helpers to kick off self refresh mode in drivers drm: Convert connector_helper_funcs->atomic_check to accept drm_atomic_state media: pvrusb2: Add i2c client demod/tuner support media: pvrusb2: Add multiple dvb frontend support media: si2157: add detection of si2177 tuner Documentation: devicetree: Add vendor prefix for B&R Industrial Automation GmbH net/mlx5: Add EQ enable/disable API net/mlx5: Use a single IRQ for all async EQs net/mlx5: Rename mlx5_irq_info to mlx5_irq net/mlx5: Move all IRQ logic to pci_irq.c net/mlx5: Generalize IRQ interface to work with irq_table net/mlx5: Separate IRQ table creation from EQ table creation net/mlx5: Move IRQ affinity set to IRQ allocation phase net/mlx5: Move IRQ rmap creation to IRQ allocation phase net/mlx5: Separate IRQ data from EQ table data net/mlx5: Separate IRQ request/free from EQ life cycle net/mlx5: Change interrupt handler to call chain notifier net/mlx5: Introduce EQ polling budget net/mlx5: Support querying max VFs from device net/mlx5: E-Switch, Return raw output for query esw functions net/mlx5: E-Switch, Handle representors creation in handler context net/mlx5: Increase wait time for fw initialization x86/cpu: Add Ice Lake NNPI to Intel family KVM: x86: clean up conditions for asynchronous page fault handling drm: Add atomic variants for bridge enable/disable drm: Add drm_atomic_get_(old|new)_connector_for_encoder() helpers drm: Add atomic variants of enable/disable to encoder helper funcs dt-bindings: Check the examples against the schemas dt-bindings: vendor-prefixes: Also allow node names starting with '_' ALSA: pci: echoaudio: remove variable which is a constant host1x: debugfs_create_dir() can never return NULL spi: qup: fix PIO/DMA transfers. regulator: max8952: Convert to use GPIO descriptors sti: no need to check return value of debugfs_create functions ASoC: Intel: bxt-da7219-max98357a: add BE dailink for dmic16k ASoC: nau8825: fix fake interruption when booting HID: wacom: generic: read the number of expected touches on a per collection basis HID: wacom: generic: support the 'report valid' usage for touch HID: wacom: generic: read HID_DG_CONTACTMAX from any feature report HID: wacom: Add 2nd gen Intuos Pro Small support drm: no need to check return value of debugfs_create functions rdma: Remove nes ALSA: hda/hdmi - consider eld_valid also in sync_eld_via_acomp() drm/bridge: analogix_dp: Convert to GPIO descriptors drm/bridge: analogix-anx78xx: Drop of_gpio.h include drm/bridge: analogix_dp: possible condition with no effect (if == else) panel: rocktech: no need to check return value of debugfs_create functions vga_switcheroo: no need to check return value of debugfs_create functions NTB: Describe the ntb_msi_test client in the documentation. NTB: Add MSI interrupt support to ntb_transport NTB: Add ntb_msi_test support to ntb_test NTB: Introduce NTB MSI Test Client NTB: Introduce MSI library NTB: Rename ntb.c to support multiple source files in the module NTB: Introduce functions to calculate multi-port resource index NTB: Introduce helper functions to calculate logical port number PCI/switchtec: Add module parameter to request more interrupts PCI/MSI: Support allocating virtual MSI interrupts ntb_hw_switchtec: Fix setup MW with failure bug ntb_hw_switchtec: Skip unnecessary re-setup of shared memory window for crosslink case ntb_hw_switchtec: Remove redundant steps of switchtec_ntb_reinit_peer() function NTB: correct ntb_dev_ops and ntb_dev comment typos NTB: amd: Silence shift wrapping warning in amd_ntb_db_vector_mask() ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev() NTB: ntb_transport: Ensure qp->tx_mw_dma_addr is initaliazed NTB: ntb_hw_amd: set peer limit register NTB: ntb_perf: Clear stale values in doorbell and command SPAD register NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers NTB: ntb_perf: Increased the number of message retries to 1000 ntb: intel: Make intel_ntb3_peer_db_addr static f2fs: replace ktype default_attrs with default_groups dlm: Replace default_attrs in dlm_ktype with default_groups ext4: replace ktype default_attrs with default_groups gfs2: replace ktype default_attrs with default_groups drm: Remove functions with kmap-object argument from GEM VRAM helpers drm: Remove lock interfaces from GEM VRAM helpers drm/mgag200: Rewrite cursor handling drm/mgag200: Pin framebuffer BO during dirty update drm/ast: Pin framebuffer BO during dirty update drm/ast: Pin and map cursor source BO during update drm/ast: Remove obsolete or unused cursor state drm/ast: Unpin cursor BO during cleanup drm/gem-vram: Support pinning buffers to current location MAINTAINERS: Add maintainer entry for the imx8 DDR PMU driver drivers/perf: imx_ddr: Add DDR performance counter support to perf staging: rtl8723bs: Remove rtw_btcoex_Initialize() staging: rtl8723bs: hal: Replace function _InitQueuePriority() staging: rtl8723bs: Fix typo in function name staging: rtl8723bs: Remove function rtw_set_scan_deny_timer_hdl() staging: rtl8723bs: Replace function rtw_free_network_queue() staging: rtl8723bs: core: Remove wrapper functions staging: rtl8723bs: core: Remove function enable_rate_adaptive() staging: rtl8723bs: core: Replace function Set_MSR() staging: rtl8723bs: core: Remove eeprom_write16() staging: rtl8723bs: core: Remove function read_eeprom_content() staging: rtl8723bs: core: Remove function eeprom_read_sz() staging: rtl8188eu: Change type of rtw_get_sec_ie() drm/mcde: Fix an uninitialized variable staging: most: register net and video config subsystems with configFS staging: rtl8712: Fixed CamelCase wkFilterRxFF0 renamed to wk_filter_rx_ff0 staging: rtl8712: Fixed CamelCase lockRxFF0Filter renamed to lock_rx_ff0_filter staging: rtl8723bs: hal: Change return type to void from u8 staging: rtl8723bs: hal: sdio_ops: fix braces {} are not necessary for single statement blocks staging: rtl8723bs: hal: sdio_ops: fix spaces preferred around unary operator staging: rtl8723bs: hal: sdio_ops: fix Comparison to NULL staging: rtl8723bs: fix issue Comparison to NULL staging: rtl8723bs: fix spaces required around unary operator staging: rtl8712: remove the leading spaces staging: rtl8723bs: os_dep: Remove variable pos staging: rtl8723bs: rtw_get_sec_ie(): Change return type staging: rtl8723bs: core: rtw_mlme_ext.c: Remove unused variables staging: rtl8723bs: hal: rtl8723b_cmd.c: Remove variables staging: rtl8723bs: core: Remove variable change_priority staging: rtl8723bs: hal: hal_btcoex.c: Remove variables staging: rtl8723bs: hal: sdio_halinit.c: Remove variables staging: rtl8723bs: os_dep: ioctl_linux.c: Remove return variables staging: rtl8723bs: Change type of rtw_os_recvbuf_resource_free() staging: rtl8723bs: Change type of rtw_os_recv_resource_alloc() staging: rtl8712: Change return values of r8712_createbss_cmd() staging: rtl8712: Change return values of r8712_setdatarate_cmd() staging: kpc2000: removed DMA AIO implementation. dt-bindings: perf: imx8-ddr: add imx8qxp ddr performance monitor ALSA: hda: remove an unused field from struct hda_codec ALSA: hda: Add Elkhart Lake PCI ID dt-bindings: can: rcar_can: Add r8a774c0 support dt-bindings: can: rcar_can: Fix RZ/G2 CAN clocks staging: kpc2000: remove unnecessary comments in kp2000_pcie_probe staging: kpc2000: improve label names in kp2000_pcie_probe Staging: kpc2000: kpc_dma: Make some symbols static staging: kpc2000: Fix: 'kpc_dma_del_device' and other symbols were not declared soc/tegra: Select pinctrl for Tegra194 drm/i915: Move fence register tracking from i915->mm to ggtt drm/ast: Drop fb_debug_enter/leave backlight: simplify lcd notifier staging/olpc_dcon: Add drm conversion to TODO fbcon: Document what I learned about fbcon locking drm/virtio: drop framebuffer dirty tracking code crypto: sahara - Use devm_platform_ioremap_resource() crypto: mxs-dcp - Use devm_platform_ioremap_resource() crypto: hisilicon - Use the correct style for SPDX License Identifier crypto: qat - use struct_size() helper ARM: dts: imx7ulp: add crypto support crypto: cavium/nitrox - Use the correct style for SPDX License Identifier crypto: bcm - Make some symbols static crypto: chacha - constify ctx and iv arguments crypto: chacha20poly1305 - a few cleanups crypto: skcipher - make chunksize and walksize accessors internal crypto: skcipher - un-inline encrypt and decrypt functions crypto: aead - un-inline encrypt and decrypt functions crypto: x86/aesni - remove unused internal cipher algorithm crypto: doc - improve the skcipher API example code crypto: testmgr - add some more preemption points crypto: algapi - require cra_name and cra_driver_name crypto: make all generic algorithms set cra_driver_name Revert "serial: stm32: select pinctrl state in each suspend/resume function" ALSA: dice: fix compiler warning due to returning uninitialized value cpufreq: add driver for Raspberry Pi firmware: ti_sci: Parse all resource ranges even if some is not available firmware: ti_sci: Add support for processor control firmware: ti_sci: Add resource management APIs for ringacc, psi-l and udma firmware: ti_sci: Always request response from firmware arm64: dts: ls1028a: Add temperature sensor node ARM: dts: imx53: Bind CPLD on M53Menlo ARM: dts: Introduce the NXP LS1021A-TSN board gpio: Fix build warnings on undefined struct pinctrl_dev tcp: add optional per socket transmit delay selinux: fix empty write to keycreate file fbcon: Call con2fb_map functions directly vgaswitcheroo: call fbcon_remap_all directly fbcon: replace FB_EVENT_MODE_CHANGE/_ALL with direct calls fb: Flatten control flow in fb_set_var fbdev: remove FBINFO_MISC_USEREVENT around fb_blank fbmem: pull fbcon_fb_blanked out of fb_blank Revert "backlight/fbcon: Add FB_EVENT_CONBLANK" fbdev: Call fbcon_get_requirement directly fbcon: Call fbcon_mode_deleted/new_modelist directly fbdev: directly call fbcon_suspended/resumed fbdev/sh_mob: Remove fb notifier callback fbdev: unify unlink_framebuffer paths fbdev: make unregister/unlink functions not fail fbcon: call fbcon_fb_bind directly fbdev: lock_fb_info cannot fail fbdev/atyfb: lock_fb_info can't fail staging/olpc: lock_fb_info can't fail fbdev: sysfs files can't disappear before the device is gone fbdev/omap: sysfs files can't disappear before the device is gone fbdev/sh_mobile: remove sh_mobile_lcdc_display_notify fbcon: call fbcon_fb_(un)registered directly fbcon: Remove fbcon_has_exited fbcon: s/struct display/struct fbcon_display/ fbdev/aty128fb: Remove dead code fbdev/cyber2000: Remove struct display fbdev/sa1100fb: Remove dead code vt: More locking checks vt: might_sleep() annotation for do_blank_screen fbdev: locking check for fb_set_suspend dummycon: Sprinkle locking checks net: ena: update driver version from 2.0.3 to 2.1.0 net: ena: remove inline keyword from functions in *.c net: ena: add ethtool function for changing io queue sizes net: ena: allow queue allocation backoff when low on memory net: ena: make ethtool show correct current and max queue sizes net: ena: enable negotiating larger Rx ring size net: ena: add MAX_QUEUES_EXT get feature admin command dpaa2-eth: Add mqprio support dpaa2-eth: Support multiple traffic classes on Tx dpaa2-eth: Refactor xps code net: ethernet: ti: cpts: fix build failure for powerpc net: dsa: Deal with non-existing PHY/fixed-link net: dsa: mv88e6xxx: lock mutex in port_fdb_dump dt-bindings: net: wiznet: add w5x00 support net: ethernet: wiznet: w5X00 add device tree support net: sched: ingress: set 'unlocked' flag for Qdisc ops xfs: remove unused flag arguments xfs: remove the debug-only q_transp field from struct xfs_dquot xfs: merge xfs_buf_zero and xfs_buf_iomove xfs: remove unused flags arg from getsb interfaces regulator: 88pm800: fix warning same module names clk: xgene: Don't build COMMON_CLK_XGENE by default media: add SPDX headers to some files xfs: include WARN, REPAIR build options in XFS_BUILD_OPTIONS xfs: finish converting to inodes_per_cluster xfs: fix inode_cluster_size rounding mayhem xfs: refactor inode geometry setup routines xfs: separate inode geometry drm/i915: kerneldoc warnings squelched drm: Tweak drm_encoder_helper_funcs.enable kerneldoc bpf: silence warning messages in core media: imx214: Fix typo in module description of imx214 media: s5p-mfc: fix reading min scratch buffer size on MFC v6/v7 media: davinci: vpif_capture: fix memory leak in vpif_probe() media: meson: vdec: Add missing kthread.h media: drivers: media: coda: fix warning same module names media: drivers: media: i2c: don't enable if CONFIG_DRM_I2C_ADV7511=n media: MAINTAINERS: media: Add Tomasz Figa as a videobuf2 reviewer media: touchscreen/sur40: set device_caps in struct video_device media: hantro: allow arbitrary number of clocks media: hantro: add support for separate control block media: hantro: add support for named register ranges media: hantro: make irq names configurable media: hantro: add PM runtime resume callback media: hantro: print video device name in addition to device node drm/i915: Remove I915_READ16 and I915_WRITE16 drm/i915: Remove I915_READ_NOTRACE drm/i915: Remove I915_WRITE_NOTRACE drm/i915: Remove POSTING_READ16 drm/i915: Remove I915_POSTING_READ_FW drm/i915: Remove I915_READ8 media: rockchip/vpu: rename from rockchip to hantro dma-fence/reservation: Markup rcu protected access for DEBUG_MUTEXES gpu: drm: bridge: sii9234: simplify getting the adapter of a client ALSA: oxfw: configure stream parameter in pcm.hw_params callback ALSA: oxfw: configure packet format in pcm.hw_params callback ALSA: oxfw: unify substreams counter ALSA: oxfw: rename helper functions for duplex streams ALSA: oxfw: expand stop procedure for packet streaming ALSA: oxfw: break packet streaming at bus-reset handler ALSA: oxfw: start duplex streams if supported ALSA: oxfw: set packet parameter according to current configuration ALSA: oxfw: code refactoring for stop condition of packet streaming ALSA: fireworks: don't set XRUN in stop streaming ALSA: fireworks: configure stream parameters in pcm.hw_params callback ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callback ALSA: fireworks: code refactoring for pcm.hw_params/hw_free ALSA: fireworks: code refactoring for rawmidi.open/close ALSA: fireworks: unify substream counter ALSA: bebob: code refactoring to initialize/destroy stream data ALSA: bebob: obsolete useless member of private structure ALSA: bebob: don't set XRUN in stop streaming ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callback arm64: dts: allwinner: h6: Add DMA node ARM: dts: imx6ull-colibri: enable UHS-I for USDHC1 ext2: Fix a typo in ext2_getattr argument ext2: fix a typo in comment scripts/dtc: Update to upstream version v1.5.0-23-g87963ee20693 regulator: wm831x: Convert to use GPIO descriptors regmap: fix bulk writes on paged registers ASoC: ti: davinci-mcasp: Support for auxclk-fs-ratio bindings: sound: davinci-mcasp: Add support for optional auxclk-fs-ratio ASoC: nau8822: support master mode drm/i915: Combine unbound/bound list tracking for objects gpio: omap: Fix lost edge wake-up interrupts arm64: dts: renesas: r8a774a1: Add TMU device nodes arm64: dts: renesas: r8a774a1: Add CMT device nodes fmc: Delete the FMC subsystem ipmi: ipmb: Fix build error while CONFIG_I2C is set to m arm64: dts: renesas: hihope-common: Add uSD and eMMC dt-bindings: pinctrl: add compatible string for Allwinner V3 pinctrl dt-bindings: pinctrl: add missing compatible string for V3s arm64: dts: renesas: r8a77990: Fix register range of display node arm64: dts: renesas: cat874: Enable usb role switch support arm64: dts: renesas: cat874: Enable USB3.0 host/peripheral device node arm64: defconfig: enable TYPEC_HD3SS3220 config option arm64: dts: renesas: r8a7799[05]: Point LVDS0 to its companion LVDS1 drm/i915: Kill INTEL_SUBPLATFORM_AML arm64: dts: renesas: hihope-common: Add RWDT support arm64: dts: renesas: hihope-rzg2-ex: Enable PCIe support drm/i915: Add missing commas to the end of the subplatform ID arrays drm/i915: Improve WRPLL reference clock readout on HSW/BDW drm/i915: Assert that HSW/BDW LCPLL is using the non-SSC reference drm/i915: Nuke LC_FREQ arm64: dts: renesas: hihope-common: Declare pcie bus clock drm/i915: Rename HSW/BDW PLL bits firmware: ti_sci: extend clock identifiers from u8 to u32 drm/i915: Do not touch the PCH SSC reference if a PLL is using it arm64: dts: renesas: r8a774a1: Add PCIe device nodes ti-st: no need to check return value of debugfs_create functions lkdtm: no need to check return value of debugfs_create functions vmw_balloon: no need to check return value of debugfs_create functions hwmon: scmi: Scale values to target desired HWMON units firmware: arm_scmi: fetch and store sensor scale firmware: arm_scmi: update rate_discrete in clock_describe_rates_get firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributes dt-bindings: arm: fix the document ID for SCMI protocol documentation i2c: iop: Use GPIO descriptors drm/i915: Prevent lock-cycles between GPU waits and GPU resets i2c: s3c2410: Convert to use GPIO descriptors i2c: bcm2835: Model Divider in CCF ARM: dts: imx7d: Update cpufreq OPP table ARM: imx: Switch imx7d to imx-cpufreq-dt for speed-grading i2c: tegra: fix msleep warning i2c: tegra: add spinlock definition comment i2c: tegra: fix alignment and spacing violations i2c: tegra: remove unnecessary variable init i2c: tegra: clean up macros drm/i915: Add a label for config DRM_I915_SPIN_REQUEST phy: tegra: xusb: Add Tegra210 PLL power supplies phy: tegra: xusb: Add Tegra124 PLL power supplies dt-bindings: phy: tegra-xusb: List PLL power supplies phy: usb: phy-brcm-usb: Remove sysfs attributes upon driver removal phy: renesas: rcar-gen2: Fix memory leak at error paths platform/x86: hp_accel: Add support for HP ProBook 450 G0 platform/x86: pcengines-apuv2: Make two symbols static platform/x86: intel_menlow: avoid null pointer deference error Documentation/filesystems/proc.txt: Add arch_status file x86/process: Add AVX-512 usage elapsed time to /proc/pid/arch_status proc: Add /proc/<pid>/arch_status platform/x86: Remove left-over BACKLIGHT_LCD_SUPPORT gpio: omap: clean up register access in omap2_set_gpio_debounce() gpio: omap: irq_startup() must not return error codes gpio: omap: clean up wakeup handling gpio: omap: constify register tables gpio: omap: clean up omap_gpio_restore_context() gpio: omap: remove dataout variation in context handling gpio: omap: simplify omap_set_gpio_irqenable() gpio: omap: simplify omap_toggle_gpio_edge_triggering() gpio: omap: simplify read-modify-write gpio: omap: simplify bank->level_mask gpio: omap: simplify set_multiple() gpio: omap: simplify get_multiple() gpio: omap: simplify get() method gpio: omap: simplify omap_gpio_get_direction() gpio: omap: move omap_gpio_request() and omap_gpio_free() gpio: omap: remove irq_ack method gpio: omap: clean up edge interrupt handling gpio: omap: remove remainder of list management gpio: omap: fix lack of irqstatus_raw0 for OMAP4 gpio: omap: ensure irq is enabled before wakeup cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending xfrm: fix bogus WARN_ON with ipv6 platform/x86: touchscreen_dmi: Add info for the CHUWI Hi10 Plus tablet. platform/mellanox: mlxreg-hotplug: Add devm_free_irq call to remove flow platform/x86: mlx-platform: Fix parent device in i2c-mux-reg device registration platform/x86: intel-vbtn: Report switch events when event wakes device platform/x86: asus-wmi: Only Tell EC the OS will handle display hotkeys from asus_nb_wmi Platform: OLPC: Add a config menu category for XO 1.75 Platform: OLPC: Require CONFIG_POWER_SUPPLY for XO-1.75 EC Platform: OLPC: Fix olpc_xo175_ec_cmd() return value genirq/affinity: Remove unused argument from [__]irq_build_affinity_masks() genirq/timings: Add selftest for next event computation genirq/timings: Add selftest for irqs circular buffer genirq/timings: Add selftest for circular array genirq/timings: Encapsulate storing function genirq/timings: Encapsulate timings push genirq/timings: Optimize the period detection speed genirq/timings: Fix timings buffer inspection genirq/timings: Fix next event index function iommu/vt-d: Consolidate domain_init() to avoid duplication iommu/vt-d: Cleanup after delegating DMA domain to generic iommu iommu/vt-d: Fix suspicious RCU usage in probe_acpi_namespace_devices() iommu/vt-d: Allow DMA domain attaching to rmrr locked device iommu/vt-d: Don't enable iommu's which have been ignored iommu/vt-d: Set domain type for a private domain iommu/vt-d: Don't return error when device gets right domain iommu/vt-d: Differentiate relaxable and non relaxable RMRRs iommu: Introduce IOMMU_RESV_DIRECT_RELAXABLE reserved memory regions iommu/vt-d: Handle PCI bridge RMRR device scopes in intel_iommu_get_resv_regions iommu/vt-d: Handle RMRR with PCI bridge device scopes iommu/vt-d: Introduce is_downstream_to_pci_bridge helper iommu/vt-d: Duplicate iommu_resv_region objects per device list iommu: Fix a leak in iommu_insert_resv_region hrtimer: Remove unused header include iommu: Add recoverable fault reporting iommu: Introduce device fault report API iommu: Introduce device fault data driver core: Add per device iommu param drm: Reverse lock order in pan_display_legacy() ARM: dts: imx6sx-udoo-neo: add bluetooth config to uart3 ARM: dts: imx6sx-udoo-neo: enable i2c-2 and i2c-4 for onboard sensors ARM: dts: imx6sx-udoo: Use the correct style for SPDX License Identifier ARM: dts: am335x-baltos: add support for MMC1 CD pin ARM: dts: am335x-baltos: Fix PHY mode for ethernet gpio: of: parse stmmac PHY reset line specific active-low property pinctrl: qcom: sdm845: Provide ACPI support pinctrl: msm: Add ability for drivers to supply a reserved GPIO list vsprintf: fix data type of variable in string_nocheck() pinctrl: remove unused pin_is_valid() pinctrl: remove unneeded initializer for list_for_each_entry() iterator drm/stm: dsi: add power on/off phy ops drm/bridge/synopsys: dsi: add power on/off optional phy ops arm64: dts: qcom: msm8996: Stop using legacy clock names arm64: dts: msm8996: fix PSCI entry-latency-us arm64: dts: qcom: msm8998: Add PSCI cpuidle low power states arm64: dts: qcom: sdm845: Add Q6V5 MSS node arm64: dts: qcom: Add AOSS QMP node soc: qcom: Add AOSS QMP driver dt-bindings: soc: qcom: Add AOSS QMP binding dmaengine: dw-edma: Fix build error without CONFIG_PCI_MSI qcom: apr: Make apr callbacks in non-atomic context arm64: dts: meson: g12a: add the GPIO interrupt controller RDMA/ipoib: Remove check for ETH_SS_TEST arm64: dts: meson-g12a-x96-max: bump bluetooth bus speed to 2Mbaud/s arm64: dts: meson-g12a-sei510: bump bluetooth bus speed to 2Mbaud/s arm64: dts: meson-g12a-x96-max: add 32k clock to bluetooth node arm64: dts: meson-g12a-sei510: add 32k clock to bluetooth node arm64: dts: meson-g12a-sei510: Enable Wifi SDIO module arm64: dts: meson-g12a-x96-max: Enable Wifi SDIO Module arm64: dts: meson-g12a-x96-max: add support for sdcard and emmc arm64: dts: meson: g12a: add SDIO controller arm64: dts: meson: Add minimal support for Odroid-N2 dt-bindings: arm: amlogic: add Odroid-N2 binding dt-bindings: arm: amlogic: add G12B bindings arm64: dts: meson-gxbb-vega-s95: add ethernet PHY interrupt arm64: dts: meson-gxbb-vega-s95: fix WiFi/BT module support arm64: dts: meson-gxbb-vega-s95: enable SARADC arm64: dts: meson-gxbb-vega-s95: enable CEC arm64: dts: meson-gxbb-vega-s95: add HDMI nodes arm64: dts: meson-gxbb-vega-s95: fix regulators arm64: dts: meson-gxbb-wetek: enable bluetooth arm64: dts: meson-gxbb-wetek: enable SARADC arm64: dts: meson-gxm-khadas-vim2: fix Bluetooth support arm64: dts: meson-gxm-khadas-vim2: fix gpio-keys-polled node arm64: dts: meson-g12a-x96-max: Add Gigabit Ethernet Support arm64: dts: meson: g12a: Add hwrng node arm64: dts: meson: add dwmac-3.70a to ethmac compatible list arm64: dts: meson: g12a: add drive strength for eth pins arm64: dts: meson: g12a: add drive-strength hdmi ddc pins arm64: dts: meson: sei510: add network support arm64: dts: meson: u200: add internal network arm64: dts: meson: g12a: add mdio multiplexer arm64: dts: meson: g12a: add ethernet pinctrl definitions MIPS: configs: Remove useless UEVENT_HELPER_PATH MIPS: config: Remove left-over BACKLIGHT_LCD_SUPPORT MIPS: ralink: Switch pinmux.h to SPDX header MIPS: ftrace: Reword prepare_ftrace_return() comment block memory: jz4780-nemc: Grammar s/the its/its/ memory: jz4780-nemc: Reduce size of const array memory: jz4780_nemc: Add support for the JZ4740 dt-bindings: memory: jz4780: Add compatible string for JZ4740 SoC memory: Kconfig: Drop dependency on MACH_JZ4780 for jz4780 MIPS: lb60: Fix pin mappings ARM: bcm: Enable PINCTRL for ARCH_BRCMSTB ARM: bcm: Enable ARCH_HAS_RESET_CONTROLLER for ARCH_BRCMSTB security: Make capability_hooks static RDMA: Convert CQ allocations to be under core responsibility RDMA: Clean destroy CQ in drivers do not return errors RDMA/nes: Avoid memory allocation during CQ destroy drm/i915/skl: use ranges for voltage level lookup drm/i915/cnl: use ranges for voltage level lookup drm/i915/icl: use ranges for voltage level lookup x86/acrn: Use HYPERVISOR_CALLBACK_VECTOR for ACRN guest upcall vector x86: Add support for Linux guests on an ACRN hypervisor nfp: tls: make use of kernel-driven TX resync net/tls: add kernel-driven resync mechanism for TX net/tls: generalize the resync callback nfp: tls: enable TLS RX offload nfp: tls: implement RX TLS resync nfp: add async version of mailbox communication nfp: rename nfp_ccm_mbox_alloc() nfp: tls: set skb decrypted flag net/tls: add kernel-driven TLS RX resync net/tls: rename handle_device_resync() net/tls: pass record number as a byte array net/tls: simplify seq calculation in handle_device_resync() x86/Kconfig: Add new X86_HV_CALLBACK_VECTOR config symbol packet: remove unused variable 'status' in __packet_lookup_frame_in_block net: openvswitch: remove unnecessary ASSERT_OVSL in ovs_vport_del() net: netlink: make netlink_walk_start() void return type selftests: pmtu: Introduce list_flush_ipv6_exception test case ARM: dts: exynos: Add ADC node to Exynos5410 and Odroid XU swiotlb: Return consistent SWIOTLB segments/nr_tbl swiotlb: Group identical cleanup in swiotlb_cleanup() Platform: OLPC: Make olpc_dt_compatible_match() static __init Platform: OLPC: Add INPUT dependencies Platform: OLPC: Fix build error without CONFIG_SPI drm/amdkfd: Add device to topology after it is completely inited drm/amdkfd: Initialize HSA_CAP_ATS_PRESENT capability in topology codes drm/amdkfd: Fix sdma queue allocate race condition drm/amdkfd: Fix a circular lock dependency drm/amdkfd: Separate mqd allocation and initialization drm/amdkfd: Refactor create_queue_nocpsch drm/amdkfd: Only load sdma mqd when queue is active drm/amdkfd: Only initialize sdma vm for sdma queues drm/amdgpu: use new HMM APIs and helpers drm/rockchip: dw_hdmi: Handle suspend/resume drm: bridge: dw-hdmi: Add hook for resume drm/amdgpu: Fix bounds checking in amdgpu_ras_is_supported() drm/amdgpu: Add CHIP_VEGAM to amdgpu_amdkfd_device_probe drm/amdgpu: fix pm_load_smu_firmware for SR-IOV drm/amd/display: set link->dongle_max_pix_clk to 0 on a disconnect drm/amd/display: make clk_mgr call enable_pme_wa drm/amd/display: Do not grant POST_LT_ADJ when TPS4 is used drm/amd/display: S3 Resume time increase after decoupling DPMS from fast boot drm/amd/display: Use stream opp_id instead of hubp drm/amd/display: Gamma logic limitations causing unintended use of RAM over ROM. drm/amd/display: Add Underflow Asserts to dc drm/amd/display: move vmid determination logic out of dc drm/amd/display: Remove superflous error message drm/amd/display: Clean up scdc_test_data struct drm/amd/display: 3.2.35 drm/amd/display: 3.2.34 drm/amd/display: fix gamma logic breaking driver unload drm/amd/display: fix issue with eDP not detected on driver load drm/amd/display: Rework CRTC color management drm/amd/display: Use macro for invalid OPP ID drm/amd/display: add audio related regs drm/amd/display: add i2c_hw_Status check to make sure as HW I2c in use drm/amd/display: Dont aser if DP_DPHY_INTERNAL_CTRL drm/amd/display: 3.2.33 drm/amd/display: add some math functions for dcn_calc_math drm/amd/display: Copy stream updates onto streams drm/amd/display: Update link rate from DPCD 10 drm/amd/display: fix resource saving missing when power state switch drm/amd/display: Set default ABM level to module parameter drm/amdgpu: Add module parameter for specifying default ABM level drm/amdgpu: drop the incorrect soft_reset for SRIOV drm/amdgpu: Add GDS clearing workaround in later init for gfx9 drm/amd/display: Enable fast plane updates when state->allow_modeset = true drm/amd/display: Use current connector state if NULL when checking bpc drm/amd/amdgpu: remove vram_page_split kernel option (v3) drm/amd/display: Always allocate initial connector state state drm/amd/display: Add connector debugfs for "output_bpc" drm/amd/amdgpu: add RLC firmware to support raven1 refresh drm/amd/powerplay: add set_power_profile_mode for raven1_refresh drm/amdgpu: Hardcode reg access using L1 security drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after alloc drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2) drm/amdkfd: Implement queue priority controls for gfx9 drm/amdkfd: CP queue priority controls ALSA: hda: fix a mask for unsolicited event tags drm/amdkfd: Simplify eviction state logic drm/amdgpu: Fixed missing to clear some EDC count drm/amd/display: Add back missing hw translate init for DCN1_01 drm/amd/display: Don't set mode_changed=false if the stream was removed drm/amdgpu: stop removing BOs from the LRU v3 drm/amdgpu: create GDS, GWS and OA in system domain drm/amdgpu: drop some validation failure messages drm/amdgpu/psp: udpate ta_ras interface header ARM: riscpc: enable chained scatterlist support ARM: riscpc: reduce IRQ handling code ARM: riscpc: move RiscPC assembly files from arch/arm/lib to mach-rpc ARM: riscpc: parse video information from tagged list ARM: riscpc: add ecard quirk for Atomwide 3port serial card media: fdp1: Support M3N and E3 platforms media: i2c: mt9p031: simplify getting the adapter of a client media: uvcvideo: Fix access to uninitialized fields on probe error media: uvcvideo: Include streaming interface number in debugfs dir name drm/fb: document dirty helper better media: vicodec: improve handling of ENC_CMD_STOP/START media: vicodec: stateless codecs do not have EOS and SOURCE_CHANGE events media: vicodec: use correct sizeimage value when draining media: vicodec: set KEY/PFRAME flag when decoding media: vicodec: add V4L2_CID_MIN_BUFFERS_FOR_OUTPUT media: vicodec: pass on enc output format to capture side media: vicodec: fix initial stateless sizeimage value media: vicodec: always return a valid format. media: vicodec: move v4l2_ctrl_request_complete after spin_unlock media: MAINTAINERS: Add meson video decoder media: meson: add v4l2 m2m video decoder driver media: dt-bindings: media: add Amlogic Video Decoder Bindings dt-bindings: vendor: Add a bunch of vendors ALSA: dice: code refactoring for pcm.hw_params/hw_free callbacks ALSA: dice: update isochronous resources when starting packet streaming after bus-reset ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free callbacks ALSA: dice: code refactoring to keep isochronous resources ALSA: dice: code refactoring to stop packet streaming ALSA: firewire-digi00x: code refactoring for pcm.hw_params/hw_free callbacks ALSA: firewire-digi00x: update isochronous resources when starting packet streaming after bus-reset ALSA: firewire-digi00x: reserve/release isochronous resources in pcm.hw_params/hw_free callbacks ALSA: firewire-digi00x: code refactoring to keep isochronous resources ALSA: firewire-digi00x: simplify error path to begin streaming session ALSA: firewire-digi00x: code refactoring to finish streaming session ALSA: firewire-digi00x: refactoring to move timing of registration for isochronous channel drm/i915: Make GuC GGTT reservation work on ggtt drm/i915/guc: Move intel_guc_reserved_gtt_size to intel_wopcm_guc_size x86/MCE: Determine MCA banks' init state properly x86/MCE: Make the number of MCA banks a per-CPU variable x86/MCE/AMD: Don't cache block addresses on SMCA systems x86/MCE: Make mce_banks a per-CPU array x86/MCE: Make struct mce_banks[] static drm/todo: Add bootsplash entry drm/fb-helper: Move out modeset config code drm/fb-helper: Prepare to move out modeset config code drm/fb-helper: Remove drm_fb_helper_connector irqchip/qcom: Use struct_size() in devm_kzalloc() arm64: dts: marvell: armada-7040-db: Add USB current regulators irqchip/irq-csky-mpintc: Remove unnecessary loop in interrupt handler dt-bindings: interrupt-controller: Update csky mpintc irqchip/irq-csky-mpintc: Add triger type MAINTAINERS: mvebu: Add git entry irqchip/renesas-irqc: Use proper irq_chip name and parent irqchip/renesas-intc-irqpin: Use proper irq_chip name and parent irqchip/meson-gpio: Add support for Meson-G12A SoC dt-bindings: interrupt-controller: New binding for Meson-G12A SoC irqchip: Enable compile-testing for Renesas drivers irqchip/gic-v2m: Add support for Amazon Graviton variant of GICv3+GICv2m HID: uclogic: Add support for Ugee Rainbow CV720 drm/i915: Rename i915_hw_ppgtt to i915_ppgtt drm/i915: Pull kref into i915_address_space ALSA: usb-audio: Enable .product_name override for Emagic, Unitor 8. PCI: endpoint: Clear BAR before freeing its space PCI: endpoint: Skip odd BAR when skipping 64bit BAR PCI: endpoint: Allocate enough space for fixed size BAR PCI: endpoint: Set endpoint controller pointer to NULL ALSA: fireface: code refactoring for pcm.hw_params/hw_free callbacks ALSA: fireface: minor code refactoring to finish streaming session ALSA: fireface: update isochronous resources when starting packet streaming after bus-reset ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_free callbacks ALSA: fireface: support allocate_resources operation in latter protocol ALSA: fireface: support allocate_resources operation in ff400 protocol ALSA: fireface: support allocate_resources operation in ff800 protocol ALSA: fireface: add protocol-specific operation to allocate isochronous resources ALSA: firewire-tascam: code refactoring for pcm.hw_params/hw_free callbacks ALSA: firewire-tascam: minor code refactoring to finish streaming session ALSA: firewire-tascam: update isochronous resources when starting packet streaming after bus reset ALSA: firewire-tascam: reserve/release isochronous resources in pcm.hw_params/hw_free callbacks ALSA: firewire-tascam: code refactoring for release of isochronous resources ALSA: firewire-tascam: code refactoring for reservation of isochronous resources ALSA: firewire-tascam: code refactoring for registration of isochronous channels ALSA: lx6464es - Remove set but not used variables 'orun_mask, urun_mask' clk: meson: g12a: mark fclk_div3 as critical clk: meson: g12a: Add support for G12B CPUB clocks dt-bindings: clk: meson: add g12b periph clock controller bindings clk: meson-g12a: add temperature sensor clocks dt-bindings: clk: g12a-clkc: add Temperature Sensor clock IDs clk: meson: meson8b: add the cts_i958 clock clk: meson: meson8b: add the cts_mclk_i958 clocks clk: meson: meson8b: add the cts_amclk clocks dt-bindings: clock: meson8b: add the audio clocks HID: logitech-dj: fix return value of logi_dj_recv_query_hidpp_devices bpf: use libbpf_num_possible_cpus internally selftests/bpf: remove bpf_util.h from BPF C progs bpf: add a new API libbpf_num_possible_cpus() selftests/bpf : clean up feature/ when make clean arm64: defconfig: enable Allwinner DMA drivers s390/kdump: get rid of compile warning RAID/s390: remove invalid 'r' inline asm operand modifier s390: include/asm/debug.h add kerneldoc markups docs: s390: convert docs to ReST and rename to *.rst docs: Debugging390.txt: convert table to ascii artwork drm/virtio: Add memory barriers for capset cache. selftests/bpf: fix constness of source arg for bpf helpers samples: bpf: don't run probes at the local make stage libbpf: remove qidconf and better support external bpf programs. tools/bpf: Add bpf_map_lookup_elem selftest for xskmap bpf/tools: sync bpf.h bpf: Allow bpf_map_lookup_elem() on an xskmap fscrypt: remove unnecessary includes of ratelimit.h drm/amd: drop use of drmP.h in remaining files drm/amd: drop use of drmP.h in amdgpu/amdgpu* drm/amd: drop use of drmP.h in display/ drm/amd: drop use of drmP.h in powerplay/ drm/amd: drop use of drmP.h from all header files drm/amd: drop use of drmP.h in atom.h drm/amd: drop use of drmP.h in amdgpu.h drm/amd: drop use of drmp.h in os_types.h drm/amd: drop dependencies on drm_os_linux.h drm: fix build errors with drm_print.h perf trace: Skip unknown syscalls when expanding strace like syscall groups perf report: Support s390 diag event display on x86 x86/resctrl: Use _ASM_BX to avoid ifdeffery drm/radeon: drop use of drmP.h (2/2) drm/radeon: drop use of drmP.h (1/2) drm/radeon: prepare header files for drmP.h removal drm/radeon: drop drmP.h from header files drm/radeon: drop dependency on drm_os_linux.h drm: drm_debugfs.h self-contained drm: drm_crtc.h self-contained x86/kexec: Add the ACPI NVS region to the ident map RDMA: Move owner into struct ib_device_ops RDMA: Move uverbs_abi_ver into struct ib_device_ops RDMA: Move driver_id into struct ib_device_ops Add support for IPMB driver drm/i915: Promote i915->mm.obj_lock to be irqsafe perf report: Fix OOM error in TUI mode on s390 perf test 6: Fix missing kvm module load for s390 perf time-utils: Add support for multiple explicit time intervals perf tests: Add a test for time-utils perf time-utils: Make perf_time__parse_for_ranges() more logical perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightly perf time-utils: Fix --time documentation perf time-utils: Prevent percentage time range overlap perf time-utils: Factor out set_percent_time() perf time-utils: Treat time ranges consistently perf intel-pt: Add support for efficient time interval filtering perf intel-pt: Add support for lookahead perf intel-pt: Factor out intel_pt_get_buffer() perf intel-pt: Add intel_pt_fast_forward() perf intel-pt: Add reposition parameter to intel_pt_get_data() perf intel-pt: Factor out intel_pt_reposition() perf intel-pt: Factor out intel_pt_8b_tsc() perf intel-pt: Add lookahead callback perf report: Set perf time interval in itrace_synth_ops perf script: Set perf time interval in itrace_synth_ops perf auxtrace: Add perf time interval to itrace_synth_ops perf config: Update default value for llvm.clang-bpf-cmd-template perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h instead perf cs-etm: Properly set the value of 'old' and 'head' in snapshot mode perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGY perf tools: Apply new CPU topology sysfs attributes perf header: Rename "sibling cores" to "sibling sockets" perf stat: Support per-die aggregation drm/bridge/synopsys: dw-hdmi: Fix unwedge crash when no pinctrl entries media: ttpci: use rc-core for the IR receiver media: stv090x: Implement probe/remove for stv090x media: stv6110x: Implement probe/remove for stv6110x media: Revert "media: staging/imx: Allow driver to build if COMPILE_TEST is enabled" media: v4l2: Fix the _MPLANE format check in v4l_enum_fmt() perf header: Add die information in CPU topology perf cpumap: Retrieve die id information perf cs-etm: Add support for CPU-wide trace scenarios perf cs-etm: Add notion of time to decoding code perf cs-etm: Linking PE contextID with perf thread mechanic perf cs-etm: Add support for multiple traceID queues perf cs-etm: Use traceID aware memory callback API perf cs-etm: Move tid/pid to traceid_queue perf cs-etm: Move thread to traceid_queue perf cs-etm: Get rid of unused cpu in struct cs_etm_queue perf cs-etm: Introduce the concept of trace ID queues perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue() perf cs-etm: Move packet queue out of decoder structure perf cs-etm: Refactor error path in cs_etm_decoder__new() perf cs-etm: Add handling of switch-CPU-wide events perf cs-etm: Add handling of itrace start events perf cs-etm: Configure SWITCH_EVENTS in CPU-wide mode perf cs-etm: Configure timestamp generation in CPU-wide mode perf cs-etm: Configure contextID tracing in CPU-wide mode perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd() perf record: Add support to collect callchains from kernel or user space only perf config: Bail out when a handler returns failure for a key-value pair perf trace: Exit when failing to build eBPF program rdma: Delete the ib_ucm module selftests: Add version of router_multipath.sh using nexthop objects selftests: Add test with multiple prefixes using single nexthop selftests: icmp_redirect: Add support for routing via nexthop objects selftests: pmtu: Add support for routing via nexthop objects selftests: pmtu: Move route installs to a new function selftests: pmtu: Move running of test into a new function nexthops: add support for replace ipv6: Allow routes to use nexthop objects ipv4: Optimization for fib_info lookup with nexthops ipv4: Allow routes to use nexthop objects ipv6: Handle all fib6_nh in a nexthop in mtu updates ipv6: Handle all fib6_nh in a nexthop in rt6_do_redirect ipv6: Handle all fib6_nh in a nexthop in __ip6_route_redirect ipv6: Handle all fib6_nh in a nexthop in exception handling ipv6: Handle all fib6_nh in a nexthop in fib6_info_uses_dev ipv6: Handle all fib6_nh in a nexthop in rt6_nlmsg_size ipv6: Handle all fib6_nh in a nexthop in __find_rr_leaf ipv6: Handle all fib6_nh in a nexthop in rt6_device_match ipv6: Handle all fib6_nh in a nexthop in fib6_drop_pcpu_from nexthops: Add ipv6 helper to walk all fib6_nh in a nexthop struct Revert "usb: mtu3: fix up undefined reference to usb_debug_root" tty: serial: msm_serial: avoid system lockup condition tcp: Make tcp_fastopen_alloc_ctx static r8169: remove struct rtl_cfg_info r8169: remove member coalesce_info from struct rtl_cfg_info r8169: remove callback hw_start from struct rtl_cfg_info r8169: rename CPCMD_QUIRK_MASK and apply it on all chip versions r8169: improve setting interrupt mask firmware: Use kvmalloc for page tables firmware: Unify the paged buffer release helper firmware: Free temporary page table after vmapping serial: 8250: Fix TX interrupt handling condition serial: stm32: fix a recursive locking in stm32_config_rs485 tty: serial: 8250-of: Do not warn on deferred probe serial: imx: Use dev_info() instead of pr_info() serial: fsl_lpuart: Use dev_info() instead of printk() uart: mediatek: support Rx in-band wakeup serial: uartps: Add a timeout to the tx empty wait serial: uartps: Move the spinlock after the read of the tx empty serial: 8250-mtk: modify uart DMA rx tty/serial: digicolor: Fix digicolor-usart already registered warning serial: stm32: Make stm32_get_databits static serial: stm32: select pinctrl state in each suspend/resume function misc: mic: scif: fix potential double free of scif_dev slimbus: fix kerneldoc comments drm/i915: Allow interrupts when taking the timeline->mutex cxgb4/libcxgb/cxgb4i/cxgbit: enable eDRAM page pods for iSCSI net: mvpp2: Add support for more ethtool counters net: mvpp2: Rename mvpp2_ethtool_counters to mvpp2_ethtool_mib_counters net: mvpp2: Only clear the stat counters at port init USB: sisusbvga: Remove unneeded variable staging: rtl8712: removed unused variables from struct _adapter staging: rtl8712: Fixed CamelCase cmdThread rename to cmd_thread staging: rtl8712: Removed redundant code from function oid_rt_pro_write_register_hdl staging: rtl8712: Fixed CamelCase for EepromAddressSize staging: rtl8723bs: provide spaces around unary operators staging: rtl8723bs: fix issue "Using comparison to true is error prone" staging: rtl8723bs: fix warning comparison to NULL staging: rtl8723bs: hal: move common code to macro drm/i915: Make read_subslice_reg take engine drm/i915: Remove I915_READ64 and I915_READ64_32x2 drm/i915: Convert intel_read_wm_latency to uncore mmio accessors drm/i915: Convert gem_record_fences to uncore mmio accessors drm/i915: Convert icl_get_stolen_reserved to uncore mmio accessors drm/i915: Convert i915_reg_read_ioctl to use explicit mmio accessors drm/i915: Eliminate unused mmio accessors staging: kpc2000: remove unnecessary debug prints in kpc_dma_driver.c staging: kpc2000: remove unnecessary debug prints in fileops.c staging: kpc2000: remove unnecessary debug prints in dma.c staging: kpc2000: remove unnecessary debug prints in core.c staging: kpc2000: remove unnecessary debug prints in cell_probe.c staging: kpc2000: remove extra white space in kpc2000_spi.c misc: fsa9480: simplify getting the adapter of a client misc: tsl2550: simplify getting the adapter of a client misc: isl29003: simplify getting the adapter of a client mmc: sdhi: remove unneeded initialization mmc: sdhi: improve quirk descriptions sdhci: tegra: Do not log error message on deferred probe mmc: sdhci-sprd: Add PHY DLL delay configuration dt-bindings: mmc: sprd: Add PHY DLL delay documentation mmc: sdhci-sprd: Enable PHY DLL to make clock stable mmc: sdhci-sprd: Add HS400 enhanced strobe mode mmc: sdhci-sprd: Implement the get_max_timeout_count() interface mmc: sdhci-sprd: Add optional gate clock support dt-bindings: mmc: sprd: Add another optional clock documentation mmc: sdhci-sprd: Check the enable clock's return value correctly mmc: sdhci-pci: remove redundant check of slots == 0 dt-bindings: mmc: sun4i: Add YAML schemas dt-bindings: mmc: Add YAML schemas for the generic MMC options mmc: sdhci_am654: Print error message if the DLL fails to lock mmc: sdhci_am654: Improve whitespace utilisation with regmap_*() calls memstick: Fix error cleanup path of memstick_init mmc: meson-gx: add dram-access-quirk dt-bindings: mmc: meson-gx: add dram-access-quirk property mmc: meson-gx-mmc: update with SPDX Licence identifier mmc: tmio: move runtime PM enablement to the driver implementations mmc: android-goldfish: Drop pointer to mmc_host from goldfish_mmc_host ARM: dts: arria10: Add EMAC OCP reset property ARM: dts: socfpga: add ltc2497 on arria10 devkit spi: Use struct_size() helper regulator: max77802: Drop unused includes regulator: max8952: simplify getting the adapter of a client ASoC: meson: axg-card: fix null pointer dereference in clean up gpio: altera: Allocate irq_chip dynamically gpio: xilinx: convert from OF GPIO to standard devm APIs staging: fieldbus: Fix build error without CONFIG_REGMAP_MMIO drm/omap: add support for manually updated displays drm/omap: add framedone interrupt support drm/omap: don't check dispc timings for DSI drm/omap: use DRM_DEBUG_DRIVER instead of CORE drm/omap: Use dev_get_drvdata() drm/omap: remove open-coded drm_invalid_op() drm/omap: Make sure device_id tables are NULL terminated fmc: Decouple from Linux GPIO subsystem mm/hmm: Hold a mmgrab from hmm to mm mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register arm64: mm: avoid redundant READ_ONCE(*ptep) soc: ti: pm33xx: Add a print while entering RTC only mode with DDR in self-refresh ARM: OMAP2+: Make some variables static ARM: dts: Add support for phyBOARD-REGOR-AM335x ARM: dts: am335x-pcm-953: Remove eth phy delay ARM: dts: am335x-pcm-953: Update user led names ARM: dts: am335x-phycore-som: Enable gpmc node in dts files ARM: dts: am335x-phycore-som: Add emmc node ARM: dts: am335x phytec boards: Remove regulator node ARM: dts: Add LCD type 28 support to LogicPD Torpedo DM3730 devkit bus: ti-sysc: Add support for module specific reset quirks Update my email address ipset: Fix memory accounting for hash types on resize netfilter: ipset: Fix error path in set_target_v3_checkentry() netfilter: ipset: Fix the last missing check of nla_parse_deprecated() netfilter: ipset: fix a missing check of nla_parse netfilter: ipset: merge uadd and udel functions netfilter: ipset: remove useless memset() calls drm/i915/perf: fix whitelist on Gen10+ mfd: cros_ec: Update I2S API mfd: cros_ec: Add Management API entry points mfd: cros_ec: Add SKU ID and Secure storage API mfd: cros_ec: Add API for rwsig mfd: cros_ec: Add API for Fingerprint support mfd: cros_ec: Add API for Touchpad support mfd: cros_ec: Add API for EC-EC communication mfd: cros_ec: Add I2C passthru protection API mfd: cros_ec: Add Smart Battery Firmware update API mfd: cros_ec: Add Hibernate API mfd: cros_ec: Add API for keyboard testing mfd: cros_ec: Complete Power and USB PD API mfd: cros_ec: Fix temperature API mfd: cros_ec: Add fingerprint API mfd: cros_ec: Fix event processing API mfd: cros_ec: Complete MEMS sensor API mfd: cros_ec: Add EC transport protocol v4 mfd: cros_ec: Expand hash API mfd: cros_ec: Add lightbar v2 API mfd: cros_ec: Add PWM_SET_DUTY API mfd: cros_ec: Add Flash V2 commands API mfd: cros_ec: Remove zero-size structs mfd: cros_ec: move HDMI CEC API definition mfd: cros_ec: Update ACPI interface definition mfd: cros_ec: use BIT macro mfd: cros_ec: Define commands as 4-digit UPPER CASE hex values mfd: cros_ec: add ec_align macros mfd: cros_ec: set comments properly mfd: cros_ec: Zero BUILD_ macro mfd: cros_ec: Update license term drm/i915: Move i915_check_and_clear_faults to intel_reset.c drm/i915: Grammar s/the its/its/ dmaengine: Grammar s/the its/its/, s/need/needs/ dmaengine: axi-dmac: update license header MAINTAINERS: Add Synopsys eDMA IP driver maintainer dmaengine: Add Synopsys eDMA IP PCIe glue-logic PCI: Add Synopsys endpoint EDDA Device ID dmaengine: Add Synopsys eDMA IP version 0 debugfs support dmaengine: Add Synopsys eDMA IP version 0 support dmaengine: Add Synopsys eDMA IP core driver drm/i915/frontbuffer: remove obsolete comment about mark busy/idle drm/i915: move more atomic plane declarations to intel_atomic_plane.h drm/i915: remove some unused declarations from intel_drv.h drm/i915: move pm related declarations to intel_pm.h i2c: mux: pinctrl: use flexible-array member and struct_size() helper i2c: mux: arb-gpio: Rewrite to use GPIO descriptors i2c: mux: Use struct_size() in devm_kzalloc() sh: configs: Remove useless UEVENT_HELPER_PATH ext4: only set project inherit bit for directory ocelot: remove unused variable 'rc' in vcap_cmd() ipv6: tcp: send consistent autoflowlabel in TIME_WAIT state net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chips net: dsa: sja1105: Remove duplicate rgmii_pad_mii_tx from regs net: phy: broadcom: Add genphy_suspend and genphy_resume for BCM5464 net: dsa: sja1105: Rethink the PHYLINK callbacks net: dsa: sja1105: Export the sja1105_inhibit_tx function net: dsa: sja1105: Update some comments about PHYLIB net: dsa: sja1105: Use SPEED_{10, 100, 1000, UNKNOWN} macros af_key: make use of BUG_ON macro ipv6: tcp: fix potential NULL deref in tcp_v6_send_reset() net: hwbm: Make the hwbm_pool lock a mutex tg3: Use napi_alloc_frag() bnx2x: Use napi_alloc_frag() dpaa2-eth: Use napi_alloc_frag() dpaa2-eth: Remove preempt_disable() from seed_pool() net: Don't disable interrupts in __netdev_alloc_skb() net: Don't disable interrupts in napi_alloc_frag() net: sfp: add mutex to prevent concurrent state checks net: sfp: Stop SFP polling and interrupt handling during shutdown ext4: enforce the immutable flag on open files ext4: don't allow any modifications to an immutable file nexthop: off by one in nexthop_mpath_select() bonding/options: convert to using slave printk macros bonding/alb: convert to using slave printk macros bonding/802.3ad: convert to using slave printk macros bonding/main: convert to using slave printk macros bonding: add slave_foo printk macros bonding: fix error messages in bond_do_fail_over_mac bonding: improve event debug usability net: fec_main: Use dev_err() instead of pr_err() cxgb4: Set initial IRQ affinity hints net: hns3: fix some coding style issues net: hns3: some modifications to simplify and optimize code net: hns3: refactor PF/VF RSS hash key configuration net: hns3: use macros instead of magic numbers net: hns3: small changes for magic numbers net: hns3: delete the redundant user NIC codes net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err net: hns3: refactor hns3_get_new_int_gl function net: hns3: replace numa_node_id with numa_mem_id for buffer reusing net: hns3: make HW GRO handling compliant with SW GRO net: hns3: fix wrong size of mailbox responding data net: hns3: log detail error info of ROCEE ECC and AXI errors net: ethernet: ti: cpts: add support for ext rftclk selection net: ethernet: ti: netcp_ethss: add support for child cpts node net: ethernet: ti: cpts: use devm_get_clk_from_child dt-bindings: doc: net: keystone-netcp: document cpts fuse: copy_file_range needs to strip setuid bits and update timestamps vfs: allow copy_file_range to copy across devices xfs: use file_modified() helper vfs: introduce file_modified() helper vfs: add missing checks to copy_file_range vfs: remove redundant checks from generic_remap_checks() vfs: introduce generic_file_rw_checks() vfs: no fallback for ->copy_file_range vfs: introduce generic_copy_file_range() pinctrl: add include guard to pinctrl-state.h rtc: rx8025: simplify getting the adapter of a client rtc: rx8010: simplify getting the adapter of a client rtc: rv8803: simplify getting the adapter of a client rtc: m41t80: simplify getting the adapter of a client rtc: fm3130: simplify getting the adapter of a client dma-fence: Signal all callbacks from dma_fence_release() leds: leds-tca6507: simplify getting the adapter of a client leds: leds-pca955x: simplify getting the adapter of a client Staging: ralink-gdma: fixed a brace coding style issue staging: kpc2000: kpc2000_i2c: add space after , staging: kpc2000: kpc2000_i2c: void* -> void * staging: erofs: make use of DBG_BUGON staging: erofs: fix warning Comparison to bool staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work staging: rtl8188eu: core: Replace function rtw_free_network_nolock() staging: rtl8712: usb_halinit.c: Remove p from variable names staging: rtl8712: usb_ops.c: Remove leading p from variable names staging: rtl8712: xmit_linux.c: Remove leading p from variable names staging: rtl8712: recv_linux.c: Remove leading p from variable names staging: rtl8712: hal_init.c: Remove leading p from variable names staging: rtl8723bs: Fix Unneeded variable: "ret". Return "0" staging: rtl8723bs: Resolve "(foo*)" should be "(foo *)" error reported by checkpatch Staging: vc04_services : vchiq_core: Fix a brace issue drm/i915/wopcm: update default size for gen11+ drm/i915/guc: always use Command Transport Buffers arch: wire-up clone3() syscall fork: add clone3 unicore32: rename unicore32_defconfig to defconfig kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG kconfig: add static qualifier to expand_string() kconfig: require the argument of --defconfig kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional kbuild: Remove -Waggregate-return from scripts/Makefile.extrawarn arm64: dts: qcom-qcs404: Add reset-cells to GCC node ARM: dts: qcom-msm8974: Update coresight DT bindings ARM: dts: qcom-apq8064: Update coresight DT bindings arm64: dts: qcom-msm8916: Update coresight DT bindings net: dsa: sja1105: Expose PTP timestamping ioctls to userspace net: dsa: sja1105: Add a state machine for RX timestamping net: dsa: sja1105: Increase priority of CPU-trapped frames net: dsa: sja1105: Add a global sja1105_tagger_data structure net: dsa: sja1105: Receive and decode meta frames net: dsa: sja1105: Make sja1105_is_link_local not match meta frames net: dsa: sja1105: Add support for the AVB Parameters Table net: dsa: sja1105: Build a minimal understanding of meta frames net: dsa: sja1105: Add logic for TX timestamping net: dsa: sja1105: Add support for the PTP clock net: dsa: sja1105: Export symbols for upcoming PTP driver net: dsa: sja1105: Limit use of incl_srcpt to bridge+vlan mode net: dsa: sja1105: Reverse TPID and TPID2 net: dsa: sja1105: Move sja1105_change_tpid into sja1105_vlan_filtering net: dsa: tag_8021q: Create helper function for removing VLAN header net: dsa: Add teardown callback for drivers net: dsa: Keep a pointer to the skb clone for TX timestamping docs: pci: fix broken links due to conversion from pci.txt to pci.rst docs: fs: fix broken links to vfs.txt with was renamed to vfs.rst docs: isdn: remove hisax references from kernel-parameters.txt docs: fix broken documentation links docs: move protection-keys.rst to the core-api book docs: net: dpio-driver.rst: fix two codeblock warnings docs: net: sja1105.rst: fix table format docs: security: core.rst: Fix several warnings docs: security: trusted-encrypted.rst: fix code-block tag docs: it: license-rules.rst: get rid of warnings docs: zh_CN: avoid duplicate citation references docs: amd-memory-encryption.rst get rid of warnings docs: mark orphan documents as such docs: bpf: get rid of two warnings docs: mm: numaperf.rst: get rid of a build warning docs: zh_CN: get rid of basic_profiling.txt isdn: mISDN: remove a bogus reference to a non-existing doc ABI: sysfs-devices-system-cpu: point to the right docs RAS/CEC: Add copyright RAS/CEC: Add CONFIG_RAS_CEC_DEBUG and move CEC debug features there RAS/CEC: Dump the different array element sections RAS/CEC: Rename count_threshold to action_threshold RAS/CEC: Sanity-check array on every insertion RAS/CEC: Fix potential memory leak RAS/CEC: Do not set decay value on error RAS/CEC: Check count_threshold unconditionally RAS/CEC: Fix pfn insertion drm/fb-helper: Move out commit code drm/fb-helper: Prepare to move out commit code drm/atomic: Move __drm_atomic_helper_disable_plane/set_config() dt-bindings: pinctrl: pic32: Spelling s/configuraion/configuration/ usb: typec: tcpm: fusb302: simplify getting the adapter of a client drm: rcar-du: Add support for missing 16-bit RGB1555 formats drm: rcar-du: Add support for missing 16-bit RGB4444 formats drm: rcar-du: Add support for missing 32-bit RGB formats drm/i915/dsi: Read back pclk set by GOP and use that as pclk (v3) drm/i915/dsi: Move vlv/icl_dphy_param_init call out of intel_dsi_vbt_init (v2) drm/i915/dsi: Move logging of DSI VBT parameters to a helper function iio: accel: add missing sensor for some 2-in-1 based ultrabooks docs: iio: add precision about sampling_frequency_available iio: dps310: Add pressure sensing capability parisc: add dynamic ftrace compiler.h: add CC_USING_PATCHABLE_FUNCTION_ENTRY parisc: use pr_debug() in kernel/module.c parisc: add WARN_ON() to clear_fixmap parisc: add spinlock to patch function parisc: add support for patching multiple words drm: rcar-du: Skip LVDS1 output on Gen3 when using dual-link LVDS mode drm: rcar-du: lvds: Add support for dual-link mode drm: rcar-du: lvds: Remove LVDS double-enable checks dt-bindings: display: renesas: lvds: Add renesas,companion property drm: bridge: thc63: Report input bus mode through bridge timings dt-bindings: display: bridge: thc63lvd1024: Document dual-link operation drm: bridge: Add dual_link field to the drm_bridge_timings structure drm: rcar-du: writeback: include interface header drm: rcar-du: lvds: Add r8a774a1 support drm: rcar-du: Add R8A774A1 support dt-bindings: display: renesas: lvds: Document r8a774a1 bindings dt-bindings: display: renesas: du: Document the r8a774a1 bindings pinctrl: nomadik: Fix SPDX tags pinctrl: tb10x: Use flexible-array member and struct_size() helper pinctrl: aspeed: Add SGPM pinmux pinctrl: qcom: sdm845: Expose ufs_reset as gpio pinctrl: Add drive strength support for BM1880 SoC dt-bindings: pinctrl: Document drive strength settings for BM1880 SoC pinctrl: ns2: Fix potential NULL dereference dt-bindings: imx: Correct pinfunc head file path for i.MX8MM pinctrl: u300: Fix SPDX tags dt-bindings: gpio: davinci: Add k3 am654 compatible gpio: davinci: Add new compatible for K3 AM654 SoCs gpio: Davinci: Add K3 dependencies gpio: davinci: Fix the compiler warning with ARM64 config enabled i2c: fsi: Create busses for all ports i2c: i801: Register optional lis3lv02d I2C device on Dell machines usb: typec: ucsi: ccg: add runtime pm workaround i2c: nvidia-gpu: resume ccgx i2c client usb: typec: ucsi: ccg: enable runtime pm support i2c: nvidia-gpu: add runtime pm support i2c: nvidia-gpu: refactor master_xfer clk: gcc-qcs404: Add PCIe resets gpio: pass lookup and descriptor flags to request_own docs: gpio: driver.rst: fix a bad tag clk: qcom: gdsc: WARN when failing to toggle ucma: Convert ctx_idr to XArray ucma: Convert multicast_idr to XArray ASoC: dt-bindings: fix some broken links from txt->yaml conversion clk: mmp: frac: Remove set but not used variable 'prev_rate' clk: ti: Remove unused functions clk: mediatek: mt8516: Remove unused variable clk: ingenic/jz4725b: Fix "pll half" divider not read/written properly clk: ingenic/jz4725b: Fix incorrect dividers for main clocks clk: ingenic/jz4770: Fix incorrect dividers for main clocks clk: ingenic/jz4740: Fix incorrect dividers for main clocks clk: ingenic: Add support for divider tables leds: lm36274: Introduce the TI LM36274 LED driver dt-bindings: leds: Add LED bindings for the LM36274 RDMA/ucma: Use struct_size() helper RDMA/hns: Bugfix for filling the sge of srq Documentation: {u,k}probes: add tracing_on before tracing RDMA/hns: fix inverted logic of readl read and shift treewide: trivial: fix s/poped/popped/ typo Documentation: xfs: Fix typo drm/i915/sdvo: Actually print the reason why the SDVO command failed drm/i915/sdvo: Don't write stack garbage into the hbuf drm/i915/sdvo: Don't unpack stack garbage drm/i915/sdvo: Check that we have space for the infoframe drm/i915: Rename SDVO_AUDIO_ENABLE to HDMI_AUDIO_ENABLE Documentation: nvdimm: Fix typo doc:it_IT: documentation alignment doc:it_IT: fix file references scripts/sphinx-pre-install: fix "dependenties" typo drm/i915/sdvo: Implement proper HDMI audio support for SDVO docs: clk: fix struct syntax drm/i915/sdvo: Fix AVI infoframe TX rate readout docs: Kbuild/Makefile: allow check for missing docs at build time KVM: arm/arm64: Always capitalize ITS Documentation: net: dsa: Grammar s/the its/its/ Documentation: tee: Grammar s/the its/its/ Documentation: fix typo CLOCK_MONONOTNIC_COARSE Documentation/dm-init: fix multi device example Documentation: DMA-API: fix a function name of max_mapping_size RDMA/srp: Accept again source addresses that do not have a port number RDMA/ipoib: implement ethtool .get_link() callback ASoC: Remove erroneous soc_cleanup_card_resources() call drm/crc-debugfs: Also sprinkle irqrestore over early exits mm/hmm: fix use after free with struct hmm in the mmu notifiers drm/i915: Fix per-pixel alpha with CCS drm/i915: Drop pointless WARN_ON drm/i915: Move intel_dp->prepare_link_train assignment into ddi code arm64/mm: Refactor __do_page_fault() arm64/mm: Document write abort detection from ESR drm/bridge: sii902x: fix comparision of u32 with less than zero drm/bridge: sii902x: re-order conditions to prevent out of bounds read drm/stm: support runtime power management drm/stm: ltdc: No message if probe video: fbdev: pvr2fb: add COMPILE_TEST support video: fbdev: pvr2fb: remove function prototypes video: fbdev: cyber2000fb: remove superfluous CONFIG_PCI ifdef video: fbdev: da8xx-fb: add COMPILE_TEST support video: fbdev: gbefb: add COMPILE_TEST support video: fbdev: pxa168fb: add COMPILE_TEST support video: fbdev: imxfb: add COMPILE_TEST support video: fbdev: atmel_lcdfb: add COMPILE_TEST support video: fbdev: atafb: remove superfluous function prototypes au1200fb: fix DMA API abuse video: fbdev: mxsfb: Remove driver regulator: cpcap: Spelling s/configuraion/configuration/ regmap: add i3c bus support rtc: tegra: Drop MODULE_ALIAS ASoC: msm8916-wcd-digital: Add sidetone support drm/i915: Tidy intel_execlists_submission_init drm/i915: Convert some more bits to use engine mmio accessors drm/i915: Unexport i915_gem_init/fini_aliasing_ppgtt drm/i915: Extract engine fault reset to a helper drm/i915: Make Gen6/7 RING_FAULT_REG access engine centric drm/i915: Tidy engine mask types in hangcheck drm/i915: Reset only affected engines when handling error capture dt-bindings: dma: uart: rename binding dmaengine: mediatek: Add MediaTek UART APDMA support arm64: Fix comment after #endif clk: keystone: sci-clk: extend clock IDs to 32 bits clk: keystone: sci-clk: probe clocks from DT instead of firmware clk: keystone: sci-clk: split out the fw clock parsing to own function clk: keystone: sci-clk: cut down the clock name length kernel: module: Use struct_size() helper drm/i915/dmc: protect against reading random memory drm/meson: Add support for XBGR8888 & ABGR8888 formats drm/meson: Add zpos immutable property to planes s390/qdio: handle PENDING state for QEBSM devices s390/jump_label: remove unused structure definition s390/boot: disable address-of-packed-member warning s390/cio: fix kdoc for tiqdio_thinint_handler s390/zcrypt: support special flagged EP11 cprbs s390: fix unrecognized __aligned() in uapi header s390/configs: remove useless UEVENT_HELPER_PATH s390: enforce CONFIG_HOTPLUG_CPU s390: enforce CONFIG_SMP mtd: spi-nor: change "error reading JEDEC id" from dbg to err mtd: spi-nor: Add Micron MT25QL02 support mtd: spi-nor: stm32: remove the driver as it was replaced by spi-stm32-qspi.c clk: imx6sll: Switch to clk_hw based API clk: imx7d: Switch to clk_hw based API clk: imx6ul: Switch to clk_hw based API clk: imx6sx: Switch to clk_hw based API clk: imx6q: Switch to clk_hw based API clk: imx6sl: Switch to clk_hw based API clk: imx: Switch wrappers to clk_hw based API clk: imx: clk-fixup-mux: Switch to clk_hw based API clk: imx: clk-fixup-div: Switch to clk_hw based API clk: imx: clk-gate-exclusive: Switch to clk_hw based API clk: imx: clk-pfd: Switch to clk_hw based API clk: imx: clk-pllv3: Switch to clk_hw based API clk: imx: clk-gate2: Switch to clk_hw based API clk: imx: clk-cpu: Switch to clk_hw based API clk: imx: clk-busy: Switch to clk_hw based API clk: imx6q: Do not reparent uninitialized IMX6QDL_CLK_PERIPH2 clock clk: imx6sx: Do not reparent to unregistered IMX6SX_CLK_AXI clk: imx: Add imx_obtain_fixed_clock clk_hw based variant clk: imx: imx8mm: correct audio_pll2_clk to audio_pll2_out bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helper drm/vkms: Forward timer right after drm_crtc_handle_vblank drm/vkms: Remove useless call to drm_connector_register/unregister() dt-bindings: clock: Document gpucc for msm8998 net: axienet: convert to phylink API net: axienet: make use of axistream-connected attribute optional net: axienet: document axistream-connected attribute net: axienet: Fix MDIO bus parent node detection net: axienet: document device tree mdio child node net: axienet: stop interface during shutdown net: axienet: Make missing MAC address non-fatal net: axienet: Fix race condition causing TX hang net: axienet: Add optional support for Ethernet core interrupt net: axienet: Support shared interrupts net: axienet: Add DMA registers to ethtool register dump net: axienet: Make RX/TX ring sizes configurable net: axienet: Cleanup DMA device reset and halt process net: axienet: Re-initialize MDIO registers properly after reset net: axienet: fix teardown order of MDIO bus net: axienet: Use clock framework to get device clock rate net: axienet: add X86 and ARM as supported platforms net: axienet: fix MDIO bus naming net: axienet: Use standard IO accessors net: axienet: Fix casting of pointers to u32 clk: mediatek: Remove MT8183 unused clock clk: mediatek: add audsys clock driver for MT8516 dt-bindings: mediatek: audsys: add support for MT8516 arm64: dts: stratix10: use the "altr,socfpga-stmmac-a10-s10" binding ARM: dts: socfpga: use the "altr,socfpga-stmmac-a10-s10" binding iommu/virtio: Add event queue iommu/virtio: Add probe request iommu: Add virtio-iommu driver PCI: OF: Initialize dev->fwnode appropriately of: Allow the iommu-map property to omit untranslated devices dt-bindings: virtio: Add virtio-pci-iommu node dt-bindings: virtio-mmio: Add IOMMU description vhost: fix clang build warning spi: mediatek: add SPI_LSB_FIRST support net: stmmac: socfpga: fix phy and ptp_ref setup for Arria10/Stratix10 dt-bindings: socfpga-dwmac: add "altr, socfpga-stmmac-a10-s10" binding ASoC: soc-core: remove legacy style dai_link ASoC: Intel: sof_rt5682: use modern dai_link style ASoC: Intel: glk_rt5682_max98357a: use modern dai_link style ASoC: Intel: skl_hda_dsp_common: use modern dai_link style ASoC: Intel: skl-pcm: use modern dai_link style ASoC: Intel: skl_nau88l25_max98357a: use modern dai_link style ASoC: Intel: skl_rt286: use modern dai_link style ASoC: Intel: skl_nau88l25_ssm4567: use modern dai_link style ASoC: Intel: kbl_da7219_max98357a: use modern dai_link style ASoC: Intel: kbl_da7219_max98927: use modern dai_link style ASoC: Intel: kbl_rt5663_rt5514_max98927: use modern dai_link style ASoC: Intel: kbl_rt5663_max98927: use modern dai_link style ASoC: Intel: kbl_rt5660: use modern dai_link style ASoC: Intel: cht_bsw_nau8824: use modern dai_link style ASoC: Intel: cht_bsw_rt5672: use modern dai_link style ASoC: Intel: cht_bsw_max98090_ti: use modern dai_link style ASoC: Intel: cht_bsw_rt5645: use modern dai_link style ASoC: Intel: bytcr_rt5640: use modern dai_link style ASoC: Intel: bytcr_rt5651: use modern dai_link style ASoC: Intel: bytcht_cx2072x: use modern dai_link style ASoC: Intel: bytcht_da7213: use modern dai_link style nfp: tls: add basic statistics nfp: tls: add/delete TLS TX connections nfp: tls: add datapath support for TLS TX net/tls: export TLS per skb encryption net/tls: simplify driver context retrieval net/tls: split the TLS_DRIVER_STATE_SIZE and bump TX to 16 bytes nfp: prepare for more TX metadata prepend nfp: add tls init code nfp: parse crypto opcode TLV nfp: add support for sending control messages via mailbox nfp: parse the mailbox cmsg TLV nfp: make bar_lock a semaphore nfp: count all failed TX attempts as errors ASoC: Intel: bytcht_nocodec: use modern dai_link style ASoC: Intel: bytcht_es8316: use modern dai_link style ASoC: Intel: byt-max98090: use modern dai_link style ASoC: Intel: byt-rt5640: use modern dai_link style ASoC: Intel: bxt_rt298: use modern dai_link style ASoC: Intel: bxt_da7219_max98357a: use modern dai_link style ASoC: Intel: broadwell: use modern dai_link style ASoC: Intel: haswell: use modern dai_link style ASoC: Intel: bdw-rt5677: use modern dai_link style ASoC: sof: use modern dai_link style ASoC: vc4: vc4_htmi: use modern dai_link style ASoC: soc-topology: use modern dai_link style ASoC: tegra: tegra_max98090: use modern dai_link style ASoC: tegra: tegra_wm9712: use modern dai_link style ASoC: tegra: tegra_wm8903: use modern dai_link style ASoC: tegra: tegra_rt5640: use modern dai_link style ASoC: tegra: tegra_sgtl5000: use modern dai_link style ASoC: tegra: tegra_alc5632: use modern dai_link style ASoC: tegra: trimslice: use modern dai_link style ASoC: tegra: tegra_wm8753: use modern dai_link style ASoC: tegra: tegra_rt5677: use modern dai_link style ASoC: txx9: txx9aclc-generic: use modern dai_link style ASoC: sunxi: sun4i-codec: use modern dai_link style ASoC: ux500: mop500: use modern dai_link style ASoC: sirf: sirf-audio: use modern dai_link style ASoC: rockchip: rockchip_max98090: use modern dai_link style ASoC: rockchip: rockchip_rt5645: use modern dai_link style ASoC: rockchip: rk3288_hdmi_analog: use modern dai_link style net: phy: Add detection of 1000BaseX link mode support ASoC: rockchip: rk3399_gru_sound: use modern dai_link style ASoC: qcom: apq8016_sbc: use modern dai_link style ASoC: qcom: common: use modern dai_link style ASoC: qcom: storm: use modern dai_link style ASoC: nuc900: nuc900-audio: use modern dai_link style ASoC: mxs: mxs-sgtl5000: use modern dai_link style ASoC: meson: axg-card: use modern dai_link style ASoC: jz4740: qi_lb60: use modern dai_link style ASoC: fsl: imx-audmix: use modern dai_link style ASoC: fsl: pcm030-audio-fabric: use modern dai_link style ASoC: fsl: imx-mc13783: use modern dai_link style ASoC: fsl: imx-sgtl5000: use modern dai_link style ASoC: fsl: eukrea-tlv320: use modern dai_link style ASoC: fsl: imx-es8328: use modern dai_link style ASoC: fsl: mpc8610_hpcd/p1022_ds/p1022_rdk: use modern dai_link style ASoC: fsl: fsl-asoc-card: use modern dai_link style ASoC: fsl: wm1133-ev1: use modern dai_link style ASoC: fsl: phycore-ac97: use modern dai_link style ASoC: fsl: mx27vis-aic32x4: use modern dai_link style ASoC: fsl: imx-spdif: use modern dai_link style ASoC: fsl: efika-audio-fabric: use modern dai_link style ASoC: cirrus: snappercl15: use modern dai_link style ASoC: cirrus: simone: use modern dai_link style ASoC: cirrus: edb93xx: use modern dai_link style ASoC: au1x: db1200: use modern dai_link style ASoC: au1x: db1000: use modern dai_link style ASoC: atmel: atmel-classd: use modern dai_link style ASoC: atmel: atmel-pdmic: use modern dai_link style ASoC: atmel: atmel-wm8904: use modern dai_link style ASoC: atmel: tse850-pcm5142: use modern dai_link style ASoC: atmel: sam9g20_wm8731: use modern dai_link style ASoC: atmel: sam9x5_wm8731: use modern dai_link style ASoC: atmel: mikroe-proto: use modern dai_link style ASoC: amd: acp-rt5645: use modern dai_link style ASoC: amd: acp-da7219-max98357a: use modern dai_link style ASoC: sh: sh7760-ac97: use modern dai_link style ASoC: sh: migor: use modern dai_link style ASoC: ti: rx51: use modern dai_link style ASoC: ti: omap-twl4030: use modern dai_link style ASoC: ti: omap-abe-twl6040: use modern dai_link style ASoC: ti: omap-hdmi: use modern dai_link style ASoC: ti: davinci-evm: use modern dai_link style ASoC: ti: omap3pandora: use modern dai_link style ASoC: ti: ams-delta: use modern dai_link style ASoC: ti: osk5912: use modern dai_link style clk: bcm: Allow CLK_BCM2835 for ARCH_BRCMSTB ASoC: ti: n810: use modern dai_link style ASoC: kirkwood: armada-370-db: use modern dai_link style ASoC: pxa: poodle: use modern dai_link style ASoC: pxa: spitz: use modern dai_link style ASoC: pxa: tosa: use modern dai_link style ASoC: pxa: ttc-dkb: use modern dai_link style ASoC: pxa: z2: use modern dai_link style ASoC: pxa: zylonite: use modern dai_link style clk: bcm: Make BCM2835 clock drivers selectable ASoC: pxa: palm27x: use modern dai_link style ASoC: pxa: mioa701_wm9713: use modern dai_link style ASoC: pxa: magician: use modern dai_link style ASoC: pxa: imote2: use modern dai_link style ASoC: pxa: hx4700: use modern dai_link style ASoC: pxa: em-x270: use modern dai_link style ASoC: pxa: e800_wm9712: use modern dai_link style ASoC: pxa: e750_wm9705: use modern dai_link style ASoC: pxa: e740_wm9705: use modern dai_link style ASoC: pxa: corgi: use modern dai_link style ASoC: pxa: brownstone: use modern dai_link style ASoC: samsung: jive_wm8750: use modern dai_link style ASoC: samsung: littlemill: use modern dai_link style ASoC: samsung: lowland: use modern dai_link style ASoC: samsung: neo1973_wm8753: use modern dai_link style ASoC: samsung: odroid: use modern dai_link style ASoC: samsung: rx1950_uda1380: use modern dai_link style ASoC: samsung: s3c24xx_simtec_hermes: use modern dai_link style ASoC: samsung: s3c24xx_simtec_tlv320aic23: use modern dai_link style ASoC: samsung: s3c24xx_uda134x: use modern dai_link style ASoC: samsung: smartq_wm8987: use modern dai_link style ASoC: samsung: snow: use modern dai_link style ASoC: samsung: speyside: use modern dai_link style ASoC: samsung: tm2_wm5110: use modern dai_link style ASoC: samsung: tobermory: use modern dai_link style ASoC: samsung: arndale_rt5631: use modern dai_link style ASoC: samsung: h1940_uda1380: use modern dai_link style ASoC: samsung: smdk_spdif: use modern dai_link style ASoC: samsung: smdk_wm8994pcm: use modern dai_link style ASoC: samsung: smdk_wm8994: use modern dai_link style ASoC: samsung: smdk_wm8580: use modern dai_link style ASoC: samsung: bells: use modern dai_link style ASoC: mediatek: mt8183-mt6358-ts3a227-max98357: use modern dai_link style ASoC: mediatek: mt8183-da7219-max98357: use modern dai_link style ASoC: mediatek: mt8173-rt5650-rt5514: use modern dai_link style ASoC: mediatek: mt8173-rt5650-rt5676: use modern dai_link style ASoC: mediatek: mt8173-rt5650: use modern dai_link style ASoC: mediatek: mt8173-max98090: use modern dai_link style ASoC: mediatek: mt2701-cs42448: use modern dai_link style ASoC: mediatek: mt2701-wm8960: use modern dai_link style ASoC: mediatek: mt6797-mt6351: use modern dai_link style ASoC: soc.h: add sound dai_link connection macro ASoC: simple-card: support snd_soc_dai_link_component style for cpu ASoC: soc-core: use snd_soc_dai_link_component for CPU ASoC: rt1011: fix warning reported by kbuild test robot and minor issue ASoC: rt1011: Mark format integer literals as unsigned mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blocking mm/hmm: support automatic NUMA balancing mm/hmm: clean up some coding style and comments mm/hmm: update HMM documentation mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not set regulator: lm363x: Add support for LM36274 mfd: ti-lmu: Add LM36274 support to the ti-lmu dt-bindings: mfd: Add lm36274 bindings to ti-lmu net: mscc: ocelot: remove unused variable 'vcap_data_t' clk: pwm: implement the .get_duty_cycle callback x86/boot: Call get_rsdp_addr() after console_init() Revert "x86/boot: Disable RSDP parsing temporarily" x86/boot: Use efi_setup_data for searching RSDP on kexec-ed kernels net: fec: Do not use netdev messages too early x86/kexec: Add the EFI system tables and ACPI tables to the ident map vxlan: Use FDB_HASH_SIZE hash_locks to reduce contention ipv6: fix spelling mistake: "wtih" -> "with" r8169: silence sparse warning in rtl8169_start_xmit ASoC: core: Tell codec that jack is being removed ASoC: sun4i-i2s: Change SR and WSS computation docs/core-api: Add integer power functions to the list docs/core-api: Add string helpers API to the list VMCI: Fixup atomic64_t abuse docs: filesystems: vfs: Render method descriptions drm/sti: drop use of drmP.h mei: docs: update mei documentation drm/i915: Report an earlier wedged event when suspending the engines w1: ds2805: rename w1_family struct, fixing c-p typo w1: ds2413: fix state byte comparision clk: samsung: add new clocks for DMC for Exynos5422 SoC clk: samsung: add BPLL rate table for Exynos 5422 SoC clk: samsung: add needed IDs for DMC clocks in Exynos5420 arm64: dts: renesas: Add HiHope RZ/G2M sub board support arm64: dts: renesas: hihope-common: Add pincontrol support to scif2/scif clock arm64: dts: renesas: Add HiHope RZ/G2M main board support drm/edid: Ignore "DFP 1.x" bit for EDID 1.2 and earlier mei: docs: fix broken links in iamt documentation. mei: docs: add hdcp documentation mei: docs: add a short description for nfc behind mei mei: docs: update mei client bus documentation. mei: docs: move iamt docs to a iamt.rst file mei: docs: move documentation under driver-api drm/edid: Clean up DRM_EDID_DIGITAL_* flags staging: kpc2000: kpc_spi: remove unnecessary cast in [read|write]_reg() staging: kpc2000: kpc_spi: remove unnecessary ulong repr of i/o addr staging: kpc2000: kpc_spi: remove unnecessary struct member chip_select staging: kpc2000: kpc_spi: remove unnecessary struct member word_len staging: kpc2000: kpc_spi: remove unnecessary struct member pin_dir staging: kpc2000: kpc_spi: remove unnecessary struct member phys staging: kpc2000: Use '%zu' for printing 'size_t' type staging: kpc2000: Use '%llx' for printing 'long long int' type staging: staging: kpc2000: kpc_dma: fix symbol 'kpc_dma_add_device' was not declared. staging: most: trivial: fix a couple of typos staging: rtl8712: Replace function r8712_free_network_queue staging: rtl8188eu: core: Remove initialisation of return variable staging: rtl8723bs: hal: fix error "do not initialise globals to 0" staging: kpc2000: fix incorrect code comment in core.c staging: kpc2000: use sizeof(var) in kzalloc call staging: kpc2000: remove unnecessary include in core.c staging: kpc2000: use __func__ in debug messages in core.c staging: kpc2000: remove unnecessary oom message in core.c staging: kpc2000: remove unnecessary parentheses in core.c staging: kpc2000: simplify comparisons to NULL in core.c drm/i915: Skip context_barrier emission for unused contexts drm/i915: Move object close under its own lock ARM: dts: sun8i: r40: Change the RTC compatible ARM: dts: sun8i: v3s: Add external crystals accuracy ARM: dts: sun8i: v3s: Fix the RTC node ARM: dts: sun6i: Add external crystals accuracy ARM: dts: sun6i: Fix RTC node clk: rockchip: Remove 48 MHz PLL rate from rk3288 drm: panel-orientation-quirks: Add quirk for GPD MicroPC drm: panel-orientation-quirks: Add quirk for GPD pocket2 ARM: dts: rockchip: Split GPIO keys for veyron into multiple devices ARM: dts: rockchip: Add HDMI i2c unwedging for rk3288-veyron ARM: dts: rockchip: Add unwedge pinctrl entries for dw_hdmi on rk3288 ARM: dts: rockchip: Switch to builtin HDMI DDC bus on rk3288-veyron rtc: sun6i: Add R40 compatible dt-bindings: rtc: sun6i: Add the R40 RTC compatible dt-bindings: rtc: Convert Allwinner A31 RTC to a schema dt-bindings: rtc: Convert Allwinner A10 RTC to a schema dt-bindings: rtc: Move trivial RTC over to a schemas of their own dt-bindings: rtc: Add YAML schemas for the generic RTC bindings netfilter: ipv6: Fix undefined symbol nf_ct_frag6_gather drm/crc-debugfs: User irqsafe spinlock in drm_crtc_add_crc_entry arm64: dts: renesas: r8a774a1: Add operating points arm64: dts: renesas: r8a77990: Add dynamic power coefficient arm64: dts: renesas: r8a77990: Create thermal zone to support IPA arm64: dts: renesas: r8a77965: Add dynamic power coefficient arm64: dts: renesas: r8a77965: Create thermal zone to support IPA arm64: dts: renesas: r8a7796: Add dynamic power coefficient arm64: dts: renesas: r8a7796: Create thermal zone to support IPA arm64: dts: renesas: r8a7795: Add dynamic power coefficient arm64: dts: renesas: r8a7795: Create thermal zone to support IPA arm64: dts: renesas: Revise usb2_phy nodes and phys properties arm64: dts: renesas: ebisu: Remove renesas, no-ether-link property arm64: dts: renesas: r8a774c0: Clean up CPU compatibles arm64: dts: renesas: Use ip=on for bootargs dt-bindings: Add vendor prefix for HopeRun soc: renesas: Enable RZ/A1 IRQC on RZ/A1H and RZ/A2M drm/i915: fix documentation build warnings Documentation/i915: Fix kernel-doc references to moved gem files drm: Ignore drm_gem_vram_mm_funcs in generated documentation drm/virtio: Fix cache entry creation race. drm/virtio: Wake up all waiters when capset response comes in. drm/virtio: Ensure cached capset entries are valid before copying. USB: move usb debugfs directory creation to the usb common core usb: host: u132-hcd: remove unneeded variable frame crypto: chacha20poly1305 - fix atomic sleep when using async algorithm crypto: atmel-i2c - Fix build error while CRC16 set to m crypto: caam - disable some clock checks for iMX7ULP crypto: caam - limit output IV to CBC to work around CTR mode DMA issue crypto: atmel - Fix sparse endianness warnings crypto: lrw - use correct alignmask crypto: ghash - fix unaligned memory access in ghash_setkey() crypto: xxhash - Implement xxhash support crypto: jitter - update implementation to 2.1.2 crypto: testmgr - test the shash API crypto: arm64/sha2-ce - correct digest for empty data in finup crypto: arm64/sha1-ce - correct digest for empty data in finup crypto: caam - strip input without changing crypto request crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid input crypto: inside-secure - do not rely on the hardware last bit for result descriptors crypto: inside-secure - fix use of the SG list crypto: inside-secure - add support for HMAC updates crypto: inside-secure - implement IV retrieval crypto: inside-secure - fix queued len computation crypto: inside-secure - fix zeroing of the request in ahash_exit_inv crypto: inside-secure - unify cache reset crypto: inside-secure - enable context reuse crypto: inside-secure - change returned error when a descriptor reports an error crypto: inside-secure - improve the result error format when displayed crypto: inside-secure - remove useless check crypto: inside-secure - fix coding style for a condition crypto: inside-secure - move comment crypto: inside-secure - remove empty line xfrm: remove type and offload_type map from xfrm_state_afinfo xfrm: remove eth_proto value from xfrm_state_afinfo xfrm: remove state and template sort indirections from xfrm_state_afinfo Revert "drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpu" drm/ttm: fix ttm_bo_unreserve drm/amdgpu/display: Drop some new CONFIG_DRM_AMD_DC_DCN1_01 guards drm/amdgpu: fix a race in GPU reset with IB test (v2) drm/amdgpu: cancel late_init_work before gpu reset gpu: amdgpu: fix broken amdgpu_dma_buf.c references cpufreq: Switch imx7d to imx-cpufreq-dt for speed grading cpufreq: imx-cpufreq-dt: Remove global platform match list arm64: dts: imx8mm: Move gic node into soc node ipv6: tcp: send consistent flowlabel in TIME_WAIT state ipv6: tcp: enable flowlabel reflection in some RST packets lib: objagg: Use struct_size() in kzalloc() inet_connection_sock: remove unused parameter of reqsk_queue_unlink func vhost: access vq metadata through kernel virtual address ARM: imx6: cpuidle: Use raw_spinlock_t net: phy: remove state PHY_FORCING samples: bpf: print a warning about headers_install net: rds: add per rds connection cache statistics net: stmmac: dwmac4: fix flow control issue net: stmmac: modify default value of tx-frames net: stmmac: dwmac-mediatek: disable rx watchdog net: stmmac: dwmac-mediatek: enable Ethernet power domain drivers: net: vxlan: drop unneeded likely() call around IS_ERR() net: ipv6: drop unneeded likely() call around IS_ERR() net: ipv4: drop unneeded likely() call around IS_ERR() net: openvswitch: drop unneeded likely() call around IS_ERR() net: socket: drop unneeded likely() call around IS_ERR() nfp: flower: use struct_size() helper i40e: Check and set the PF driver state first in i40e_ndo_set_vf_mac i40e: Do not check VF state in i40e_ndo_get_vf_config drm/i915/ehl: Support HBR3 on EHL combo PHY vhost: factor out setting vring addr and num vhost: introduce helpers to get the size of metadata area vhost: rename vq_iotlb_prefetch() to vq_meta_prefetch() vhost: fine grain userspace memory accessors vhost: generalize adding used elem net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ack ixgbe: implement support for SDP/PPS output on X550 hardware net: hns3: Use LLDP ethertype define ETH_P_LLDP ice: Use LLDP ethertype define ETH_P_LLDP ixgbe: Use LLDP ethertype define ETH_P_LLDP i40e: Use LLDP ethertype define ETH_P_LLDP net: Add a define for LLDP ethertype ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_config ixgbe: use 'cc' instead of 'hw_cc' for local variable ixgbe: fix PTP SDP pin setup on X540 hardware ixgbe: reduce PTP Tx timestamp timeout to 1 second ixgbe: fix AF_XDP tx packet count ixgbe: fix AF_XDP tx byte count ixgbe: remove umem from adapter ixgbe: add tracking of AF_XDP zero-copy state for each queue pair media: MAINTAINERS: update email address media: Documentation: update email address media: pvrusb2: fix null-ptr-deref in class_unregister() media: platform: ao-cec-g12a: remove spin_lock_irqsave() locking in meson_ao_cec_g12a_read/write media: imx7-media-csi: Remove unneeded error message media: imx7-media-csi: Use u32 for storing register reads media: imx7-media-csi: Use functions instead of macros media: aspeed: use different delays for triggering VE H/W reset media: aspeed: remove source buffer allocation before mode detection media: aspeed: refine interrupt handling logic media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETE media: aspeed: reduce noisy log printing outs media: aspeed: remove IRQF_SHARED flag media: aspeed: change irq to threaded irq media: aspeed: refine clock control logic drm/bridge/synopsys: dw-hdmi: Add "unwedge" for ddc bus dt-bindings: drm/bridge/synopsys: dw-hdmi: Add "unwedge" for ddc bus media: aspeed: fix a kernel warning on clk control media: stm32-dcmi: fix irq = 0 case media: cxusb: Revert "media: cxusb: add raw mode support for, Medion MD95700" media: platform: Fix Warning of Unneeded Semicolon reported by coccicheck media: vivid: fix incorrect assignment operation when setting video mode media: mtk-vcodec: support single-buffer frames media: mtk-vcodec: constify formats net: fec_ptp: Use dev_err() instead of pr_err() r8169: factor out firmware handling r8169: rename r8169.c to r8169_main.c net: ethernet: mediatek: fix mtk_eth_soc build errors & warnings drm/r128: drop use of drmP.h drm/r128: drop drm_os_linux dependencies drm/savage: drop use of drmP.h drm/savage: drop use of drm_os_linux drm/sis: drop drmP.h use media: mtk-vcodec: replace GPLv2 with SPDX media: imx7-mipi-csis: Remove extra blank line media: imx7-mipi-csis: Remove unneeded 'ret' initialization media: imx7-mipi-csis: Propagate the error if clock enabling fails arm64: ptrace: add support for syscall emulation arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headers ptrace: move clearing of TIF_SYSCALL_EMU flag to core media: vimc: Remove or modify stream checks media: media/doc: Allow sizeimage to be set by v4l clients drm/i915/dsi: Use a fuzzy check for burst mode clock check media: docs: fix minor typos platform/chrome: cros_ec: Make some symbols static platform/chrome: wilco_ec: Add version sysfs entries media: dvb: tag deprecated DVB APIs as such media: do not use C++ style comments in uapi headers mm/zsmalloc.c: remove unused variable livepatch: Use static buffer for debugging messages under rq lock perf trace: Associate more argument names with the filename beautifier perf trace: Consume the augmented_raw_syscalls payload drm/tegra: dpaux: Make VDD supply optional drm/tegra: Use GPIO descriptor API gpu: host1x: Do not link logical devices to DT nodes gpu: host1x: Increase maximum DMA segment size gpu: host1x: Do not output error message for deferred probe perf jvmti: Address gcc string overflow warning for strncpy() media: vicodec: use new v4l2_m2m_ioctl_try_en/decoder_cmd funcs media: v4l2-mem2mem: add try_en/decoder_cmd ioctl helpers media: staging/media: set device_caps in struct video_device perf augmented_raw_syscalls: Move reading filename to the loop perf augmented_raw_syscalls: Change helper to consider just the augmented_filename part media: vc04_services/bcm2835-camera: set device_caps in struct video_device perf augmented_raw_syscalls: Move the probe_read_str to a separate function perf augmented_raw_syscalls: Tell which args are filenames and how many bytes to copy perf scripts python: exported-sql-viewer.py: Select find text when find bar is activated perf scripts python: exported-sql-viewer.py: Add IPC information to Call Tree perf scripts python: exported-sql-viewer.py: Add IPC information to Call Graph Graph perf scripts python: exported-sql-viewer.py: Add CallGraphModelParams perf scripts python: exported-sql-viewer.py: Add IPC information to the Branch reports perf scripts python: export-to-postgresql.py: Export IPC information perf scripts python: export-to-sqlite.py: Export IPC information perf db-export: Export IPC information perf db-export: Add brief documentation perf thread-stack: Accumulate IPC information perf intel-pt: Document IPC usage perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packets perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ip perf intel-pt: Record when decoding PSB+ packets perf script: Add output of IPC ratio perf intel-pt: Add support for samples to contain IPC ratio perf tools: Add IPC information to perf_sample perf intel-pt: Accumulate cycle count from CYC packets perf intel-pt: Factor out intel_pt_update_sample_time perf record: Allow mixing --user-regs with --call-graph=dwarf perf symbols: Remove unused variable 'err' perf data: Document directory format header: HEADER_DIR_FORMAT perf data: Document clockid header: HEADER_CLOCKID perf data: Document memory topology header: HEADER_MEM_TOPOLOGY perf data: Add description of header HEADER_BPF_PROG_INFO and HEADER_BPF_BTF media: usb/gadget/f_uvc: set device_caps in struct video_device media: rtl2832_sdr: set device_caps in struct video_device dt-bindings: clk: Convert Allwinner CCU to a schema media: media/usb: set device_caps in struct video_device drm/i915/bios: add an enum for BDB block IDs drm/i915/bios: add more LFP options drm/i915/bios: add VBT swing bit to child device definition drm/i915/bios: sort BDB block definitions using block ID media: media/radio: set device_caps in struct video_device kvm: Convert kvm_lock to a mutex KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64 KVM: irqchip: Use struct_size() in kzalloc() x86/kvm/VMX: drop bad asm() clobber from nested_vmx_check_vmentry_hw() kvm: selftests: introduce aarch64_vcpu_add_default kvm: selftests: introduce aarch64_vcpu_setup kvm: selftests: hide vcpu_setup in processor code drm/i915/bios: add BDB block comments before definitions drm/i915/bios: reserve struct bdb_ prefix for BDB blocks drm/i915/bios: remove unused, obsolete VBT definitions drm/i915/bios: clean up VBT port info debug logging drm/i915/bios: use port info child pointer to determine LSPCON presence drm/i915/bios: use port info child pointer to determine HPD invert drm/i915/bios: refactor DDC pin and AUX CH sanitize functions drm/i915/bios: store child device pointer in DDI port info drm/i915/bios: make child device order the priority order arm64: dts: allwinner: a64: Add lradc node dt-bindings: input: sun4i-lradc-keys: Add A64 compatible clk: sunxi-ng: sun50i-h6-r: Fix incorrect W1 clock gate register media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplane media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_caps xfrm: remove init_flags indirection from xfrm_state_afinfo xfrm: remove init_temprop indirection from xfrm_state_afinfo xfrm: remove init_tempsel indirection from xfrm_state_afinfo drm/i915: Enable intel_color_get_config() drm/i915: Introduce vfunc read_luts() to create hw lut usbip: Replace unused kvec array with single variable in vhci_send_cmd_unlink() usb: renesas_usbhs: remove controlling PWEN/EXTLP support usb: renesas_usbhs: remove sudmac support usb: xhci: Add Clear_TT_Buffer usb: Add devaddr in struct usb_device Documentation/i915: Fix references to renamed files ARM: dts: imx7d-sdb: Make SW2's voltage fixed arm64: dts: imx8mm: Move usbphy out of soc node arm64: dts: imx8mm: Pass the 'ranges' property arm64: dts: imx8mm: Pass a unit name for the 'soc' node arm64: dts: fsl: imx8mq: add the snvs power key node drm/virtio: use u64_to_user_ptr macro drm/panel: truly: Add additional delay after pulling down reset gpio arm64: tegra: Add pin control states for I2C on Tegra186 arm64: tegra: Add CPU cache topology for Tegra186 arm64: tegra: Add VCC supply for GPIO expanders on Jetson TX2 platform/chrome: wilco_ec: Add telemetry char device interface soc/tegra: fuse: Do not log error message on deferred probe kernel/module.c: Only return -EEXIST for modules that have finished loading soc/tegra: pmc: Add comments clarifying wake events soc/tegra: pmc: Avoid crash for non-wake IRQs soc/tegra: pmc: Fail to allocate more than one wake IRQ arm64: dts: ls1028a: fix watchdog device node dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc arm64: dts: ls1028a: Enable sata. arm64: dts: imx: add i.MX8QXP ocotp support arm64: dts: imx8qxp: Move watchdog node into scu node soc: imx: soc-imx8: Correct return value of error handle soc: imx: soc-imx8: Avoid unnecessary of_node_put() in error handling net: dsa: mv88e6xxx: refactor mv88e6352_g1_reset dt-bindings: net: dsa: marvell: add "marvell,mv88e6250" compatible string net: dsa: mv88e6xxx: add support for mv88e6250 net: dsa: mv88e6xxx: implement port_link_state for mv88e6250 net: dsa: mv88e6xxx: implement port_set_speed for mv88e6250 net: dsa: mv88e6xxx: implement watchdog_ops for mv88e6250 net: dsa: mv88e6xxx: implement vtu_getnext and vtu_loadpurge for mv88e6250 net: dsa: mv88e6xxx: prepare mv88e6xxx_g1_atu_op() for the mv88e6250 net: dsa: mv88e6xxx: introduce support for two chips using direct smi addressing net: dsa: mv88e6xxx: add mv88e6250_g1_ieee_pri_map vmxnet3: turn off lro when rxcsum is disabled rocker: Fail attempts to use routes with nexthop objects mlx5: Fail attempts to use routes with nexthop objects mlxsw: Fail attempts to use routes with nexthop objects ipv6: Plumb support for nexthop object in a fib6_info ipv4: Plumb support for nexthop object in a fib_info ipv4: Prepare for fib6_nh from a nexthop object ipv4: Use accessors for fib_info nexthop data ipv6: Always allocate pcpu memory in a fib6_nh drm/atmel-hlcdc: revert shift by 8 hinic: add LRO support net: vlan: Inherit MPLS features from parent device net: bonding: Inherit MPLS features from slave devices drm: atmel-hlcdc: add sam9x60 LCD controller drm: atmel-hlcdc: enable sys_clk during initalization. net/tls: don't pass version to tls_advance_record_sn() net/tls: reorganize struct tls_context net/tls: use version from prot net/tls: don't re-check msg decrypted status in tls_device_decrypted() net/tls: don't look for decrypted frames on non-offloaded sockets net/tls: remove false positive warning net/tls: check return values from skb_copy_bits() and skb_store_bits() net/tls: fully initialize the msg wrapper skb drm: atmel-hlcdc: avoid initializing cfg with zero drm: atmel-hlcdc: add config option for clock selection net: mscc: ocelot: Fix some struct initializations net: ipv4: fix rcu lockdep splat due to wrong annotation selftests: add basic netdevsim devlink flash testing netdevsim: implement fake flash updating with notifications mlxsw: Implement flash update status notifications mlxfw: Introduce status_notify op and call it to notify about the status devlink: allow driver to update progress of flash update mlxfw: Propagate error messages through extack mlx5: Move firmware flash implementation to devlink mlxsw: Move firmware flash implementation to devlink ima: prevent a file already mmap'ed write to be mmap'ed execute drm/i915/gtt: Replace struct_mutex serialisation for allocation ARM: dts: rockchip: Add pin names for rk3288-veyron jaq, mickey, speedy Revert "consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.c" net: stmmac: socfpga: add RMII phy mode net: dsa: sja1105: Hide the dsa_8021q VLANs from the bridge fdb command net: dsa: sja1105: Unset port from forwarding mask unconditionally on fdb_del net: dsa: sja1105: Add FDB operations for P/Q/R/S series net: dsa: sja1105: Add P/Q/R/S management route support via dynamic interface net: dsa: sja1105: Make dynamic_config_read return -ENOENT if not found net: dsa: sja1105: Add P/Q/R/S support for dynamic L2 lookup operations net: dsa: sja1105: Make room for P/Q/R/S FDB operations net: dsa: sja1105: Plug in support for TCAM searches via the dynamic interface net: dsa: sja1105: Add missing L2 Forwarding Table definitions for P/Q/R/S net: dsa: sja1105: Fix bit offsets of index field from L2 lookup entries net: dsa: sja1105: Shim declaration of struct sja1105_dyn_cmd kvm: selftests: ucall improvements KVM: X86: Emulate MSR_IA32_MISC_ENABLE MWAIT bit KVM: X86: Provide a capability to disable cstate msr read intercepts KVM: Documentation: Add disable pause exits to KVM_CAP_X86_DISABLE_EXITS kvm: x86: refine kvm_get_arch_capabilities() KVM: Directly return result from kvm_arch_check_processor_compat() kvm: svm/avic: Do not send AVIC doorbell to self KVM: LAPIC: Optimize timer latency further KVM: LAPIC: Delay trace_kvm_wait_lapic_expire tracepoint to after vmexit KVM: LAPIC: Extract adaptive tune timer advancement logic KVM/nSVM: properly map nested VMCB kvm: x86: Fix reserved bits related calculation errors caused by MKTME kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.c drm: Flush output polling on shutdown ACPI: OSL: Make a W=1 kernel-doc warning go away docs: soundwire: locking: fix tags for a code-block cpupower : frequency-set -r option misses the last cpu in related cpu list cpupower: correct spelling of interval bpf: remove redundant assignment to err bpf: hbm: fix spelling mistake "notifcations" -> "notificiations" spi: Add spi driver for Socionext SynQuacer platform spi: Add DT bindings for Synquacer MAINTAINERS: Add entry for Synquacer SPI driver arm64/mm: Drop task_struct argument from __do_page_fault() arm64/mm: Drop mmap_sem before calling __do_kernel_fault() ASoC: pcm3168a: Implement set_tdm_slot callback ASoC: mediatek: Make some symbols static ASoC: cx2072x: remove set but not used variable 'is_right_j ' ASoC: rt1011: Add RT1011 amplifier driver docs: Completely fix the remote build tree case arm64/mm: Identify user instruction aborts arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge() drm/i915: Use unchecked uncore writes to flush the GTT drm/i915: Use unchecked writes for setting up the fences drm/i915/selftests: Flush partial-tiling object once arm64: kernel: use aff3 instead of aff2 in comment arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs() drm/i915: Fix plane state dumps drm/i915: Make state dumpers take a const state drm/i915: Dump failed crtc states during atomic check drm/i915: Include crtc_state.active in crtc state dumps drm/i915: Move state dump to the end of atomic_check() drm/i915: Use intel_ types in intel_atomic_check() drm/i915: Use intel_ types in intel_modeset_checks() drm/i915: Don't pass the crtc to intel_modeset_pipe_config() drm/i915: Don't pass the crtc to intel_dump_pipe_config() drm/i915: Use intel_ types in haswell_mode_set_planes_workaround() drm/i915: Use intel_ types in intel_modeset_clear_plls() drm/i915: Pass intel_atomic state to check_digital_port_conflicts() drm/i915: Clean up cdclk vfunc assignments drm/i915: Pass intel_atomic_state to cdclk funcs drm/i915: add i2c symlink under hdmi connector arm64: dts: rockchip: add WiFi+BT support on ROCK Pi4 board arm64: dts: rockchip: fix isp iommu clocks and power domain ARM: dts: rockchip: fix pwm-cells for rk3288's pwm3 s390/disassembler: update opcode table s390/mm: mmap base does not depend on ADDR_NO_RANDOMIZE personality s390/Kconfig: pedantic cleanups s390/purgatory: update .gitignore s390: drop meaningless 'targets' from tools Makefile s390: drop redundant directory creation from tools Makefile s390: drop unneeded -Wall addition from tools Makefile s390: do not pass $(LINUXINCLUDE) to gen_opcode_table.c s390/idal: use struct_size() in kmalloc() s390/jump_label: replace stop_machine with smp_call_function arm64: mm: make CONFIG_ZONE_DMA32 configurable arm64/mm: Simplify protection flag creation for kernel huge mappings arm64: cacheinfo: Update cache_line_size detected from DT or PPTT drivers: base: cacheinfo: Add variable to record max cache line size dmaengine: sun6i: Add support for H6 DMA dmaengine: sun6i: Add a quirk for setting mode fields dmaengine: sun6i: Add a quirk for setting DRQ fields dmaengine: sun6i: Add a quirk for additional mbus clock dt-bindings: arm64: allwinner: h6: Add binding for DMA controller arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it arm64/fpsimd: Remove the prototype for sve_flush_cpu_state() dmaengine: tegra-apb: Error out if DMA_PREP_INTERRUPT flag is unset KVM: selftests: enable pgste option for the linker on s390 KVM: selftests: Move kvm_create_max_vcpus test to generic code KVM: selftests: Add the sync_regs test for s390x KVM: selftests: Add processor code for s390x KVM: selftests: Align memory region addresses to 1M on s390x KVM: selftests: Introduce a VM_MODE_DEFAULT macro for the default bits KVM: selftests: Guard struct kvm_vcpu_events with __KVM_HAVE_VCPU_EVENTS dmaengine: fsl-qdma: Continue to clear register on error dmaengine: fsl-qdma: fixed the source/destination descriptor format video/hdmi: Dropped static functions from kernel doc drm: Fix docbook warnings in hdr metadata helper structures ARM: sa1100/neponset: convert serial to use gpiod APIs ARM: sa1100/hackkit: remove empty serial mctrl functions ARM: sa1100/badge4: remove commented out modem control initialisers ARM: sa1100/h3xxx: convert serial to gpiod APIs ARM: sa1100/assabet: convert serial to gpiod APIs serial: sa1100: add note about modem control signals serial: sa1100: add support for mctrl gpios drm: ADD UAPI structure definition section in kernel doc drm/fb-helper: Remove drm_fb_helper_crtc clk: renesas: r9a06g032: Add clock domain support dt-bindings: clock: renesas: r9a06g032-sysctrl: Document power Domains pinctrl: sh-pfc: Remove obsolete SH_PFC_PIN_NAMED*() macros pinctrl: sh-pfc: sh73a0: Use new macros for non-GPIO pins pinctrl: sh-pfc: r8a77990: Use new macros for non-GPIO pins pinctrl: sh-pfc: r8a77965: Use new macros for non-GPIO pins pinctrl: sh-pfc: r8a7796: Use new macros for non-GPIO pins pinctrl: sh-pfc: r8a7795: Use new macros for non-GPIO pins pinctrl: sh-pfc: r8a7795-es1: Use new macros for non-GPIO pins pinctrl: sh-pfc: r8a7790: Use new macros for non-GPIO pins pinctrl: sh-pfc: r8a7778: Use new macros for non-GPIO pins pinctrl: sh-pfc: emev2: Use new macros for non-GPIO pins pinctrl: sh-pfc: Add new non-GPIO helper macros clk: renesas: mstp: Remove error messages on out-of-memory conditions clk: renesas: cpg-mssr: Remove error messages on out-of-memory conditions clk: renesas: cpg-mssr: Use genpd of_node instead of local copy drm/i915: move more defs in intel_display_power.h drm/i915: extract intel_display_power.h/c from intel_runtime_pm.h/c remoteproc: imx: Fix typo in "failed" remoteproc: imx: Broaden the Kconfig selection logic cpufreq: brcmstb-avs-cpufreq: Fix types for voltage/frequency cpufreq: brcmstb-avs-cpufreq: Fix initial command check r8169: add rtl_fw_request_firmware and rtl_fw_release_firmware r8169: make rtl_fw_format_ok and rtl_fw_data_ok more independent r8169: simplify rtl_fw_write_firmware r8169: add enum rtl_fw_opcode net: hns3: delay and separate enabling of NIC and ROCE HW errors net: hns3: add opcode about query and clear RAS & MSI-X to special opcode net: hns3: remove setting bit of reset_requests when handling mac tunnel interrupts net: hns3: add handling of two bits in MAC tunnel interrupts net: hns3: set ops to null when unregister ad_dev net: hns3: add a check to pointer in error_detected and slot_reset net: hns3: set the port shaper according to MAC speed net: hns3: fix VLAN filter restore issue after reset net: hns3: don't configure new VLAN ID into VF VLAN table when it's full net: hns3: remove redundant core reset ARM: dts: meson8b: update with SPDX Licence identifier ARM: dts: meson8b-odroidc1: update with SPDX Licence identifier ARM: dts: meson8b-mxq: update with SPDX Licence identifier ARM: dts: meson8: update with SPDX Licence identifier ARM: dts: meson8-minix-neo-x8: update with SPDX Licence identifier ARM: dts: meson6: update with SPDX Licence identifier ARM: dts: meson6-atv1200: update with SPDX Licence identifier ARM: dts: meson: update with SPDX Licence identifier net: fix use-after-free in kfree_skb_list ARM: dts: meson8b: mxq: improve support for the TRONFY MXQ S805 r8169: use paged versions of phylib MDIO access functions qed: Fix build error without CONFIG_DEVLINK tcp: use this_cpu_read(*X) instead of *this_cpu_ptr(X) ipv4: icmp: use this_cpu_read() in icmp_sk() ipv6: use this_cpu_read() in rt6_get_pcpu_route() arm64: dts: mt7622: Enlarge the SGMII register range net: ethernet: mediatek: Add MT7629 ethernet support net: ethernet: mediatek: Integrate hardware path from GMAC to PHY variants net: ethernet: mediatek: Extend SGMII related functions dt-bindings: net: mediatek: Add support for MediaTek MT7629 SoC dt-bindings: clock: mediatek: Add an extra required property to sgmiisys ipv6: icmp: use this_cpu_read() in icmpv6_sk() flow_offload: include linux/kernel.h from flow_offload.h flow_dissector: remove unused FLOW_DISSECTOR_F_STOP_AT_L3 flag net: ena: use dev_info_once instead of static variable net: ena: add good checksum counter net: ena: optimise calculations for CQ doorbell net: ena: add support for changing max_header_size in LLQ mode net: ena: allow automatic fallback to polling mode net: ena: documentation: update ena.txt net: ena: add newline at the end of pr_err prints net: ena: arrange ena_probe() function variables in reverse christmas tree net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ring net: ena: ethtool: add extra properties retrieval via get_priv_flags net: ena: add handling of llq max tx burst size f2fs: Add option to limit required GC for checkpoint=disable f2fs: Fix accounting for unusable blocks f2fs: Fix root reserved on remount f2fs: Lower threshold for disable_cp_again drivers: ipmi: Drop device reference ARM: exynos_defconfig: Trim and reorganize with savedefconfig ASoC: SOF: debug: add new debugfs entries for IPC flood test ASoC: SOF: ipc: Introduce SOF_IPC_GLB_TEST_MSG IPC command ASoC: SOF: send time stamp to FW for alignment net: dsa: mv88e6xxx: make mv88e6xxx_g1_stats_wait static net: dsa: mv88e6xxx: fix comments and macro names in mv88e6390_g1_mgmt_rsvd2cpu ASoC: SOF: topology: add support for mux/demux component spi: qup: remove unnecessary goto regulator: bd718x7: Drop unused include regulator: bd70528: Drop unused include regulator: arizona-micsupp: Delete unused include platform/chrome: wilco_ec: Add event handling ASoC: SOF: soundwire: add initial soundwire support ASoC: SOF: Intel: ipc: don't check for HIPCCTL register value ASoC: SOF: Intel: hda-ipc: re-enable IPC IRQ at end of handler ASoC: SOF: Intel: hda-ipc: read all IPC registers first ASoC: SOF: Intel: cnl-ipc: re-enable IPC IRQ at end of handler ASoC: SOF: Intel: cnl-ipc: move code around for clarity ASoC: SOF: Intel: cnl-ipc: read all IPC registers first ASoC: SOF: Do not send cmd via SHIM register ASoC: SOF: add mode parameter for snd_sof_debugfs_buf_item Revert "ASoC: core: use component driver name as component name" ASoC: stm32: sai: manage identification registers arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitions arm64/hugetlb: Use macros for contiguous huge page sizes signal/x86: Move tsk inside of CONFIG_MEMORY_FAILURE in do_sigbus drm/docs: More links for implicit/explicit fencing. arm64: dts: armada-3720-espressobin: correct spi node media: dt-bindings: Fix vendor-prefixes YAML media: staging/imx: fix two NULL vs IS_ERR() bugs media: platform: ao-cec-g12a: disable regmap fast_io for cec bus regmap media: cx23885: remove redundant assignment to err media: dvb-usb/cxusb-analog.c: fix coccinelle warning, use ktime.h arm64: dts: marvell: Disable AP I2C on Armada-8040-DB arm64: dts: marvell: Enable AP806 thermal throttling with CPUfreq debugfs: make debugfs_create_u32_array() return void arm64: dts: marvell: Change core numbering in AP806 thermal-node btrfs: no need to check return value of debugfs_create functions drm/amd/display: Only force modesets when toggling HDR drm/amd/display: Expose HDR output metadata for supported connectors arm64: dts: marvell: clearfog-gt-8k: set SFP power limit mailbox: no need to check return value of debugfs_create functions gcov: no need to check return value of debugfs_create functions x86: kdebugfs: no need to check return value of debugfs_create functions x86: platform: no need to check return value of debugfs_create functions x86: mm: no need to check return value of debugfs_create functions arm64: dts: marvell: mcbin: enlarge PCI memory window ARM: dts: armada: netgear-rn104: Add LCD to RN104 dts. MIPS: use the generic uncached segment support in dma-direct dma-direct: provide generic support for uncached kernel segments au1100fb: fix DMA API abuse MIPS: remove the _dma_cache_wback_inv export USB: drop HCD_LOCAL_MEM flag usb: host: ohci-tmio: init genalloc for local memory usb: host: ohci-sm501: init genalloc for local memory USB: use genalloc for USB HCs with local memory lib/genalloc: add gen_pool_dma_zalloc() for zeroed DMA allocations dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc, free}_contiguous() dma-contiguous: use fallback alloc_pages for single pages dma-contiguous: add dma_{alloc,free}_contiguous() helpers arm: dump: no need to check return value of debugfs_create functions arm: omap2: no need to check return value of debugfs_create functions arm: omap1: no need to check return value of debugfs_create functions x86: xen: no need to check return value of debugfs_create functions backing-dev: no need to check return value of debugfs_create functions mm: cleancache: no need to check return value of debugfs_create functions kprobes: no need to check return value of debugfs_create functions fail_function: no need to check return value of debugfs_create functions sh: no need to check return value of debugfs_create functions hwpoison-inject: no need to check return value of debugfs_create functions mm: kmemleak: no need to check return value of debugfs_create functions zsmalloc: no need to check return value of debugfs_create functions blktrace: no need to check return value of debugfs_create functions trace: no need to check return value of debugfs_create functions zswap: ignore debugfs_create_dir() return value usb: phy: mv-usb: Remove set but not used variable 'phy' usb: ftdi-elan: fix possible condition with no effect (if == else) USB: ohci-spear: Remove set but not used variable 'ohci' USB: atm: ueagle-atm.c: remove redundant license text USB: atm: ueagle-atm.c: fix SPDX tag to be BSD2 usb: ohci-s3c2410: Remove set but not used variable 'hcd' usb: cdc-wdm: remove redundant assignment to rv usb: host: ohci-st: Remove set but not used variable 'ohci' usb: host: ehci-st: Remove set but not used variable 'ehci' soc: imx: Add SCU SoC info driver support staging: rtl8188eu: remove ODM_PhyStatusQuery() wrapper staging: vt6655: Change return type of function and remove variable staging: rtl8188eu: remove unused definitions from ieee80211.h staging: rtl8188eu: remove redundant definition of ETH_ALEN staging: kpc2000: kpc_spi: use devm_* API to manage mapped I/O space staging: kpc2000: kpc_spi: remove function kp_spi_bytes_per_word() staging: kpc2000: kpc_spi: remove fifo_depth from kp_spi struct staging: kpc2000: kpc_spi: column-align switch and subordinate cases staging: kpc2000: kpc_spi: Remove unnecessary consecutive newlines staging: rtl8712: Replace function r8712_init_mlme_priv staging: rtl8712: ieee80211.c: Remove leading p from variable names staging: vc04_services: remove redundant assignment to pointer service staging: kpc2000: removed misc device. staging: kpc2000: export more device attributes via sysfs. phy: qcom-qusb2: fix missing assignment of ret when calling clk_prepare_enable media: wl128x: Fix some error handling in fm_v4l2_init_video_device() Documentation/atomic_t.txt: Clarify pure non-rmw usage locking/atomic, s390/pci: Remove redundant casts locking/atomic, crypto/nx: Remove redundant casts locking/atomic: Use s64 for atomic64_t on 64-bit locking/atomic, x86: Use s64 for atomic64 locking/atomic, sparc: Use s64 for atomic64 locking/atomic, s390: Use s64 for atomic64 locking/atomic, riscv: Use s64 for atomic64 locking/atomic, riscv: Fix atomic64_sub_if_positive() offset argument locking/atomic, powerpc: Use s64 for atomic64 locking/atomic, mips: Use s64 for atomic64 locking/atomic, ia64: Use s64 for atomic64 locking/atomic, arm64: Use s64 for atomic64 locking/atomic, arm: Use s64 for atomic64 locking/atomic, arc: Use s64 for atomic64 locking/atomic, alpha: Use s64 for atomic64 locking/atomic: Use s64 for atomic64 locking/atomic, s390/pci: Prepare for atomic64_read() conversion locking/atomic, crypto/nx: Prepare for atomic64_read() conversion locking/lock_events: Use raw_cpu_{add,inc}() for stats locking/lockdep: Fix merging of hlocks with non-zero references locking/lockdep: Fix OOO unlock when hlocks need merging iommu/ipmmu-vmsa: Add suspend/resume support iommu/ipmmu-vmsa: Extract hardware context initialization iommu/ipmmu-vmsa: Move num_utlbs to SoC-specific features iommu/ipmmu-vmsa: Make IPMMU_CTX_MAX unsigned iommu/ipmmu-vmsa: Prepare to handle 40-bit error addresses iommu/ipmmu-vmsa: Link IOMMUs and devices in sysfs iommu/dma: Fix condition check in iommu_dma_unmap_sg s390/cio: Remove vfio-ccw checks of command codes s390/cio: Allow zero-length CCWs in vfio-ccw s390/cio: Don't pin vfio pages for empty transfers s390/cio: Initialize the host addresses in pfn_array s390/cio: Split pfn_array_alloc_pin into pieces s390/cio: Set vfio-ccw FSM state before ioeventfd s390/cio: Update SCSW if it points to the end of the chain perf/x86: Use update attribute groups for default attributes perf/x86/intel: Use update attributes for skylake format perf/x86: Use update attribute groups for extra format perf/x86: Use update attribute groups for caps perf/x86: Add is_visible attribute_group callback for base events perf/x86: Use the new pmu::update_attrs attribute group perf/x86: Get rid of x86_pmu::event_attrs perf/core: Add attr_groups_update into struct pmu sysfs: Add sysfs_update_groups function perf/x86/intel/uncore: Add new IMC PCI IDs for KabyLake, AmberLake and WhiskeyLake CPUs perf/x86/intel/uncore: Add tabs to Uncore IMC PCI IDs perf/core: Allow non-privileged uprobe for user processes iommu/vt-d: Fix a variable set but not used locking/lockdep: Remove !dir in lock irq usage check locking/lockdep: Adjust new bit cases in mark_lock locking/lockdep: Consolidate lock usage bit initialization locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL locking/lockdep: Refactorize check_noncircular and check_redundant locking/lockdep: Remove unused argument in __lock_release locking/lockdep: Remove redundant argument in check_deadlock locking/lockdep: Add explanation to lock usage rules in lockdep design doc locking/lockdep: Update comments on dependency search locking/lockdep: Avoid constant checks in __bfs by using offset reference locking/lockdep: Change the return type of __cq_dequeue() locking/lockdep: Change type of the element field in circular_queue locking/lockdep: Update comment locking/lockdep: Remove unused argument in validate_chain() and check_deadlock() locking/lockdep: Change the range of class_idx in held_lock struct locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with locking/lockdep: Use lockdep_init_task for task initiation consistently locking/lockdep: Update obsolete struct field description locking/lockdep: Print the right depth for chain key collision locking/lockdep: Remove useless conditional macro locking/lockdep: Adjust lock usage bit character checks locking/lockdep: Add description and explanation in lockdep design doc locking/lockdep: Change all print_*() return type to void sched/fair: Remove sgs->sum_weighted_load sched/core: Remove sd->*_idx sched/core: Remove rq->cpu_load[] sched/debug: Remove sd->*_idx range on sysctl sched/fair: Replace source_load() & target_load() with weighted_cpuload() sched/fair: Remove the rq->cpu_load[] update code sched/fair: Remove rq->load sched/core: Provide a pointer to the valid CPU mask platform/x86: intel_cht_int33fe: Replacing the old connections with references platform/x86: intel_cht_int33fe: Supply fwnodes for the external dependencies platform/x86: intel_cht_int33fe: Provide fwnode for the USB connector platform/x86: intel_cht_int33fe: Provide software nodes for the devices platform/x86: intel_cht_int33fe: Remove unused fusb302 device property platform/x86: intel_cht_int33fe: Register max17047 in its own function usb: typec: Registering real device entries for the muxes device connection: Find connections also by checking the references device property: Introduce fwnode_find_reference() ACPI / property: Don't limit named child node matching to data nodes driver core: Add helper device_find_child_by_name() software node: Add software_node_get_reference_args() software node: Use kobject name when finding child nodes by name software node: Add support for static node descriptors software node: Simplify software_node_release() function software node: Allow node creation without properties m68k: defconfig: Update defconfigs for v5.2-rc1 drm: Fixed doc warnings in drm uapi header drm: Drop a redundant unused variable ARM: dts: aspeed: Add YADRO VESNIN BMC drm/doc: More fine-tuning on userspace review requirements cpufreq: armada-37xx: Remove set but not used variable 'freq' cpufreq: imx-cpufreq-dt: Fix no OPPs available on unfused parts nexthop: Add entry to MAINTAINERS r8169: avoid tso csum function indirection r8169: remove struct jumbo_ops r8169: remove struct mdio_ops r8169: improve r8169_csum_workaround net: ethernet: improve eth_platform_get_mac_address net: ipv4: provide __rcu annotation for ifa_list drivers: use in_dev_for_each_ifa_rtnl/rcu net: use new in_dev_ifa iterators netfilter: use in_dev_for_each_ifa_rcu devinet: use in_dev_for_each_ifa_rcu in more places net: inetdevice: provide replacement iterators for in_ifaddr walk afs: do not send list of client addresses qed: remove redundant assignment to rc gpio: pca953x: Add support for the TI TCA9539 net: mscc: ocelot: Hardware ofload for tc flower filter net: mscc: ocelot: Add support for tcam selftests: Add test cases for nexthop objects i2c: acpi: export i2c_acpi_find_adapter_by_handle batman-adv: Fix duplicated OGMs on NETDEV_UP powerpc/pseries: Fix xive=off command line powerpc/powernv/npu: Fix reference leak powerpc: Remove variable ‘path’ since not used powerpc/powernv: Show checkstop reason for NPU2 HMIs powerpc/powernv: Update firmware archaeology around OPAL_HANDLE_HMI powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property() pinctrl: bcm2835: Fix build error without CONFIG_OF rtc: imx-sc: add rtc alarm support rtc: tps65910: fix typo in register name in read_alarm() rtc: tps65910: remove superfluous Kconfig dependency rtc: tegra: Turn into regular driver rtc: tegra: Use consistent variable names and types rtc: tegra: checkpatch and miscellaneous cleanups pinctrl: stm32: Add links to consumers pinctrl: mediatek: mt8183: Add pm_ops pinctrl: mediatek: Add pm_ops to pinctrl-paris dt-bindings: gpio: meson8b-gpio: update with SPDX Licence identifier dt-bindings: gpio: meson8-gpio: update with SPDX Licence identifier dt-bindings: gpio: meson-gxl-gpio: update with SPDX Licence identifier dt-bindings: gpio: meson-gxbb-gpio: update with SPDX Licence identifier pinctrl: meson: update with SPDX Licence identifier pinctrl: tegra: Add Tegra194 pinmux driver pinctrl: tegra: Support 32 bit register access pinctrl: Add Tegra194 pinctrl DT bindings drm/i915/icl: Ensure port A combo PHY HW state is correct selftests/bpf: measure RTT from xdp using xdping bpf: doc: update answer for 32-bit subregister question bpf: move memory size checks to bpf_map_charge_init() bpf: rework memlock-based memory accounting for maps bpf: group memory related fields in struct bpf_map_memory bpf: add memlock precharge for socket local storage bpf: add memlock precharge check for cgroup_local_storage bpf: Add more stats to HBM bpf: Add cn support to hbm_out_kern.c bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS calls bpf: Update __cgroup_bpf_run_filter_skb with cn bpf: cgroup inet skb programs can return 0 to 3 bpf: Create BPF_PROG_CGROUP_INET_EGRESS_RUN_ARRAY xen-netback: remove redundant assignment to err nexthop: remove redundant assignment to err io_uring: punt short reads to async context uio: make import_iovec()/compat_import_iovec() return bytes on success security/loadpin: Allow to exclude specific file types drm/i915: Report all objects with allocated pages to the shrinker drm/i915: Track the purgeable objects on a separate eviction list net/mlx5e: TX, Improve performance under GSO workload net/mlx5e: Use termination table for VLAN push actions net/mlx5e: Geneve, Add support for encap/decap flows offload net/mlx5e: Rearrange tc tunnel code in a modular way net/mlx5e: Geneve, Keep tunnel info as pointer to the original struct net/mlx5: Geneve, Manage Geneve TLV options net/mlx5e: Enable setting multiple match criteria for flow group net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation action net/mlx5e: Generalize vport type in vport representor net: sfp: remove sfp-bus use of netdevs net: sfp: add mandatory attach/detach methods for sfp buses net: phy: allow Clause 45 access via mii ioctl net: phylink: support for link gpio interrupt net: phylink: remove netdev from phylink mii ioctl emulation {IB,net}/mlx5: Constify rep ops functions pointers {IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev* net/mlx5: E-Switch, Honor eswitch functions changed event cap net/mlx5: E-Switch, Replace host_params event with functions_changed event net/mlx5: Introduce termination table bits net/mlx5: Add core dump register access HW bits RDMA/hns: Bugfix for posting multiple srq work request cgroup: add cgroup_parse_float() arm64: Enable PINCTRL for ARCH_BRCMSTB arm64: Enable ARCH_HAS_RESET_CONTROLLER for ARCH_BRCMSTB netfilter: nf_conntrack_bridge: fix CONFIG_IPV6=y ipvs: add checksum support for gue encapsulation netfilter: replace skb_make_writable with skb_ensure_writable netfilter: tcpmss, optstrip: prefer skb_ensure_writable netfilter: xt_HL: prefer skb_ensure_writable netfilter: nf_tables: prefer skb_ensure_writable netfilter: ipv4: prefer skb_ensure_writable netfilter: conntrack, nat: prefer skb_ensure_writable netfilter: ipvs: prefer skb_ensure_writable netfilter: bridge: convert skb_make_writable to skb_ensure_writable netfilter: nf_tables: free base chain counters from worker netfilter: nf_flow_table: remove unnecessary variable in flow_offload_tuple netfilter: xt_owner: Add supplementary groups option docs: look for sphinx-pre-install in the source tree ipvs: strip udp tunnel headers from icmp errors ipvs: add function to find tunnels ipvs: allow rs_table to contain different real server types drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve v2 drm/ttm: fix busy memory to fail other user v10 drm/ttm: immediately move BOs to the new LRU v3 drm/ttm: cleanup ttm_bo_mem_space drm/ttm: remove manual placement preference drm/ttm: return immediately in case of a signal drm/ttm: Make LRU removal optional v2 drm/amdgpu/display: Fix reload driver error drm/amdgpu/sriov: Correct some register program method drm/amdkfd: Return proper error code for gws alloc API drm/amd/display: program manual trigger only for bottom most pipe drm/amd/display: CS_TFM_1D only applied post EOTF drm/amd/display: Reset planes for color management changes drm/amd/display: Increase Backlight Gain Step Size drm/amd/display: fix issues with bad AUX reply on some displays drm/amd/display: Refactor DIO stream encoder drm/amd/display: Modified AUX_DPHY_RX_CONTROL0 drm/amd/display: Add writeback_config to VBA vars drm/amd/display: Refactor clk_mgr functions drm/amd/display: Fix type of pp_smu_wm_set_range struct drm/amd/display: do not power on eDP power rail early drm/amd/display: fix crash on setmode when mode is close to bw limit drm/amd/display: fix calculation of total_data_read_bandwidth drm/amd/display: 3.2.32 drm/amd/display: Move link functions from dc to dc_link drm/amd/display: Add min_dcfclk_mhz field to bb overrides drm/amd/display: move clk_mgr files to right place drm/amd/display: disable PSR/ABM before destroy DMCU struct drm/amd/display: Ensure DRR triggers in BP drm/amd/display: Add GSL source select registers drm/amd/display: Disable audio stream only if it's currently enabled drm/amd/display: assign new stream id in dc_copy_stream drm/amd/display: Move CLK_BASE_INNER macro drm/amd/display: Implement CM dealpha and bias interfaces drm/amd/display: Don't use ROM for output TF if GAMMA_CS_TFM_1D drm/amd/display: make clk mgr soc specific drm/amdgpu:Fix the unpin warning about csb buffer drm/amdgpu: ras injection use gpu address habanalabs: add WARN in case of bad MMU mapping phy: qcom: Add Qualcomm PCIe2 PHY driver dt-bindings: phy: Add binding for Qualcomm PCIe2 PHY drm/bridge: sii902x: Implement HDMI audio support dt-bindings: display: sii902x: Add HDMI audio bindings dt-bindings: display: sii902x: Remove trailing white space drm/bridge: sii902x: pixel clock unit is 10kHz instead of 1kHz drm/bridge: sii902x: Set output mode to HDMI or DVI according to EDID drm/bridge: sii902x: add input_bus_flags dt-bindings: tc358767: add HPD support drm/bridge: tc358767: add IRQ and HPD support drm/bridge: tc358767: add GPIO & interrupt registers drm/bridge: tc358767: read display_props in get_modes() drm/bridge: tc358767: copy the mode data, instead of storing the pointer drm/bridge: tc358767: remove tc_connector_best_encoder drm/bridge: tc358767: use bridge mode_valid drm/bridge: tc358767: remove check for video mode in link enable drm/bridge: tc358767: clean-up link training drm/bridge: tc358767: cleanup LT result check drm/bridge: tc358767: use more reliable seq when finishing LT drm/bridge: tc358767: remove unnecessary msleep drm/bridge: tc358767: ensure DP is disabled before LT drm/bridge: tc358767: disable only video stream in tc_stream_disable drm/bridge: tc358767: add link disable function drm/bridge: tc358767: move PXL PLL enable/disable to stream enable/disable drm/bridge: tc358767: split stream enable/disable drm/bridge: tc358767: move video stream setup to tc_main_link_stream drm/bridge: tc358767: cleanup aux_link_setup drm/bridge: tc358767: remove unused swing & preemp drm/bridge: tc358767: cleanup spread & scrambler_dis drm/bridge: tc358767: fix ansi 8b10b use drm/bridge: tc358767: reset voltage-swing & pre-emphasis drm/bridge: tc358767: fix tc_aux_get_status error handling drm/i915: add force_probe module parameter to replace alpha_support drm/i915: fix use of uninitialized pointer vaddr gpio: of: Handle the Freescale SPI CS ALSA: hda/ca0132: Use struct_size() drm/i915: Make default value for i915.mmio_debug a compile time option ALSA: hda: Use struct_size() ALSA: control: Use struct_size() ARM: mach-shmobile: Don't init CNTVOFF/counter if PSCI is available isdn: move capi drivers to staging isdn: hdlc: move into mISDN isdn: remove isdn4linux isdn: remove hisax driver isdn: gigaset: remove i4l support iavf: update comments and file checks to match iavf iavf: rename i40e_device to iavf_device iavf: change remaining i40e defines to be iavf iavf: rename iavf_client.h defines to match driver name iavf: rename iavf_status structure flags iavf: replace i40e variables with iavf drm/i915: Drop check for non-NULL entry in llist_for_each_entry_safe drm/i915: Split off pci_driver.remove() tail to drm_driver.release() gpio: max732x: use devm_gpiochip_add_data() gpio: max732x: use i2c_new_dummy_device() gpio: em: use the managed version of gpiochip_add_data() arm64: dts: imx8mm: Add SAI nodes arm64: dts: imx8mq: add clock for SNVS RTC node iavf: rename i40e functions to be iavf iavf: change iavf_status_code to iavf_status iavf: Rename i40e_adminq* files to iavf_adminq* iavf: iavf_client: use struct_size() helper iavf: use struct_size() in kzalloc() iavf: Limiting RSS queues to CPUs eeprom: at24: use struct_size() in devm_kzalloc() eeprom: at24: Remove set but not used variable 'addr' iavf: Use printf instead of gnu_printf for iavf_debug_d staging: mt7621-dma: sizeof via pointer dereference arm64: Enable BCM7038_L1_IRQ for ARCH_BRCMSTB Documentation: PCI: convert endpoint/pci-test-howto.txt to reST Documentation: PCI: convert endpoint/pci-test-function.txt to reST Documentation: PCI: convert endpoint/pci-endpoint-cfs.txt to reST Documentation: PCI: convert endpoint/pci-endpoint.txt to reST Documentation: PCI: convert pcieaer-howto.txt to reST Documentation: PCI: convert pci-error-recovery.txt to reST Documentation: PCI: convert acpi-info.txt to reST Documentation: PCI: convert MSI-HOWTO.txt to reST Documentation: PCI: convert pci-iov-howto.txt to reST Documentation: PCI: convert PCIEBUS-HOWTO.txt to reST Documentation: PCI: convert pci.txt to reST net: sched: act_ctinfo: minor size optimisation net: phy: export phy_queue_state_machine net: phy: add callback for custom interrupt handler to struct phy_driver net: phy: enable interrupts when PHY is attached already qed: Fix static checker warning net: dsa: Add error path handling in dsa_tree_setup() keys: Reuse keyring_index_key::desc_len in lookup_user_key() keys: Grant Link permission to possessers of request_key auth keys keys: Add a keyctl to move a key between keyrings r8169: decouple rtl_phy_write_fw from actual driver code r8169: improve rtl_fw_format_ok r8169: enable WoL speed down on more chip versions sctp: deduplicate identical skb_checksum_ops net: avoid indirect calls in L4 checksum calculation net: dsa: sja1105: Make static_config_check_memory_size static keys: Hoist locking out of __key_link_begin() netfilter: nf_conntrack_bridge: register inet conntrack for bridge netfilter: nf_conntrack_bridge: add support for IPv6 netfilter: bridge: add connection tracking system netfilter: nf_conntrack: allow to register bridge support net: ipv4: place control buffer handling away from fragmentation iterators net: ipv6: split skbuff into fragments transformer net: ipv4: split skbuff into fragments transformer net: ipv6: add skbuff fraglist splitter net: ipv4: add skbuff fraglist splitter staging: rtl8723bs: core: fix warning Comparison to NULL staging: rtl8712: Remove initialisations staging: rtl8712: Remove return variable of different type staging: rts5208: Remove negations staging: octeon-usb: Remove return variable Staging: rtl8723bs: hal: fix warning possible condition with no effect (if == else) staging: rtl8723bs: hal: Remove set but not used variable 'no_res' and 'phal' staging: rtl8723bs: core: rtw_ap: fix Unneeded variable: "ret". Return "0" staging/gasket: Fix string split staging: ks7010: Remove initialisation in ks7010_sdio.c staging: ks7010: Merge multiple return variables in ks_hostif.c staging: ks7010: Remove initialisation in ks_hostif.c staging: kpc2000: replace bogus variable name in core.c staging: kpc2000: remove extra spaces in core.c staging: kpc2000: remove extra blank line in core.c staging: kpc2000: kpc_i2c: Use devm_* API to manage mapped I/O space staging: kpc2000: kpc_i2c: fail probe if unable to map I/O space staging: kpc2000: kpc_i2c: fail probe if unable to get I/O resource staging: kpc2000: kpc_i2c: Use drvdata instead of platform_data staging: kpc2000: kpc_i2c: Remove unnecessary consecutive newlines staging: kpc2000: kpc_i2c: Use BIT macro rather than manual bit shifting staging: kpc2000: kpc_i2c: Remove pldev from i2c_device structure staging: kpc2000: kpc_i2c: Remove unused rw_sem staging: kpc2000: replace white spaces with tabs for kpc2000_spi.c staging: kpc2000: report error status to spi core staging: kpc2000: Change to use DIV_ROUND_UP staging: kpc2000: fix typo in Kconfig staging: speakup: serialio: fix warning linux/serial.h is included more than once staging: erofs: fix i_blocks calculation staging: erofs: support statx selftests/net: add TFO key rotation selftest Documentation: ip-sysctl.txt: Document tcp_fastopen_key tcp: add support for optional TFO backup key to net.ipv4.tcp_fastopen_key tcp: add support to TCP_FASTOPEN_KEY for optional backup key tcp: add backup TFO key infrastructure tcp: introduce __tcp_fastopen_cookie_gen_cipher() mlxsw: core: Reduce buffer size in transactions for SFP modules temperature readout mlxsw: core: Extend the index size for temperature sensors readout mlxsw: core: Extend hwmon interface with inter-connect temperature attributes mlxsw: reg: Add Management General Peripheral Information Register mlxsw: reg: Extend sensor index field size of Management Temperature Register mlxsw: core: Re-order initialization sequence mlxsw: i2c: Allow flexible setting of I2C transactions size mlxsw: i2c: Extend initialization with querying firmware info net: stmmac: selftests: Use kfree_skb() instead of kfree() net: stmmac: selftests: Fix sparse warning jbd2: fix typo in comment of journal_submit_inode_data_buffers ARM: dts: exynos: Raise maximum buck regulator voltages on Arndale Octa ARM: dts: exynos: Move CPU OPP tables out of SoC node on Exynos5420 jbd2: fix some print format mistakes ARM: exynos: Make ARCH_EXYNOS3 a default option dt-bindings: display: Convert Allwinner DSI to a schema inet: frags: Remove unnecessary smp_store_release/READ_ONCE net: mvpp2: cls: Remove unnessesary check in mvpp2_ethtool_cls_rule_ins RDMA/uverbs: check for allocation failure in uapi_add_elm() net: stmmac: Switch to devm_alloc_etherdev_mqs IB/hfi1: Use struct_size() helper IB/qib: Use struct_size() helper IB/rdmavt: Use struct_size() helper tua6100: Avoid build warnings. net: phy: sfp: enable i2c-bus detection on ACPI based systems i2c: acpi: export i2c_acpi_find_adapter_by_handle ice: Trivial cosmetic changes ice: Recognize higher speeds ice: Use a different ICE_DBG bit for firmware log messages ice: Update function header ice: Move define for ICE_AQC_DRIVER_UNLOADING ice: Align to updated AQ command formats ice: Use continue instead of an else block ice: Change minimum descriptor count value for Tx/Rx rings ice: Add switch rules to handle LLDP packets audit: remove the BUG() calls in the audit rule comparison functions f2fs: fix sparse warning docs: requirements.txt: recommend Sphinx 1.7.9 docs: by default, build docs a lot faster with Sphinx >= 1.7 scripts/documentation-file-ref-check: teach about .txt -> .yaml renames scripts/documentation-file-ref-check: improve tools ref handling scripts/documentation-file-ref-check: exclude false-positives scripts/documentation-file-ref-check: better handle translations scripts/sphinx-pre-install: always check if version is compatible with build scripts/sphinx-pre-install: get rid of RHEL7 explicity check scripts/sphinx-pre-install: make activate hint smarter f2fs: fix f2fs_show_options to show nodiscard mount option f2fs: add error prints for debugging mount failure f2fs: fix to do sanity check on segment bitmap of LFS curseg f2fs: add missing sysfs entries in documentation ext4: gracefully handle ext4_break_layouts() failure during truncate ASoC: SOF: Intel: hda: use the defined ppcap functions PCI: qcom: Ensure that PERST is asserted for at least 100 ms ASoC: SOF: add COMPILE_TEST for PCI options ASoC: Intel: boards: Add COMPILE_TEST for new machine drivers ASoC: Intel: boards: remove dependency on asm/platform_sst_audio.h ASoc: fix sound/soc/intel/skylake/slk-ssp-clk.c build error on IA64 ASoC: Intel: use common helpers to detect CPUs ASoC: rt5677: Add missing voice activation register definitions PCI: altera-msi: Allow building as module PCI: altera: Allow building as module PCI: Return error if cannot probe VF keys: Break bits out of key_unlink() keys: Change keyring_serialise_link_sem to a mutex Documentation: add Linux PCI to Sphinx TOC tree ARM: dts: vexpress: set the right partition type for NOR flash arm: dts: vexpress-v2p-ca15_a7: disable NOR flash node by default ARM: dts: sun8i: a83t: Add device node for CSI (Camera Sensor Interface) ARM: dts: gr8-evb: Fix RTC vendor ARM: dts: sun7i: icnova-swac: Fix the model vendor ARM: dts: sun8i: a711: Change LRADC node names to avoid warnings ext2: add missing brelse() in ext2_new_inode() drm/i915: add in-kernel blitter client drm/i915/gtt: grab wakeref in gen6_alloc_va_range clk: samsung: exynos5433: Use of_clk_get_parent_count() ALSA: hda: fix: lock reg_lock before calling snd_hdac_bus_update_rirb dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devices dt-bindings: add Atmel SHA204A I2C crypto processor crypto: atmel-i2c - add support for SHA204A random number generator crypto: atmel-ecc - factor out code that can be shared crypto: atmel-ecc - add support for ACPI probing on non-AT91 platforms i2c: acpi: permit bus speed to be discovered after enumeration crypto: caam - print messages in caam_dump_sg at debug level crypto: caam - print debug messages at debug level crypto: caam - remove unused defines crypto: caam - print IV only when non NULL crypto: ixp4xx - Fix cross-compile errors due to type mismatch crypto: talitos - use SPDX-License-Identifier crypto: talitos - use IS_ENABLED() in has_ftr_sec1() Revert "crypto: talitos - export the talitos_submit function" crypto: talitos - fix AEAD processing. crypto: talitos - Align SEC1 accesses to 32 bits boundaries. crypto: talitos - properly handle split ICV. crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking. crypto: talitos - Do not modify req->cryptlen on decryption. crypto: talitos - fix ECB algs ivsize crypto: talitos - check data blocksize in ablkcipher. crypto: talitos - fix CTR alg blocksize crypto: talitos - check AES key size crypto: talitos - reduce max key size for SEC1 crypto: talitos - rename alternative AEAD algos. crypto: algapi - remove crypto_tfm_in_queue() crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST crypto: cryptd - move kcrypto_wq into cryptd crypto: gf128mul - make unselectable by user crypto: echainiv - change to 'default n' crypto: make all templates select CRYPTO_MANAGER crypto: testmgr - make extra tests depend on cryptomgr crypto: testmgr - fix length truncation with large page size crypto: vmx - convert to skcipher API crypto: vmx - convert to SPDX license identifiers hwrng: meson - update with SPDX Licence identifier ice: Cleanup ice_update_link_info ice: Use right type for ice_cfg_vsi_lan return ice: Add support for Forward Error Correction (FEC) ice: Add support for virtchnl_vector_map.[rxq|txq]_map ice: Introduce ice_init_mac_fltr and move ice_napi_del ice: Use GLINT_DYN_CTL to disable VF's interrupts net: phy: tja11xx: Switch to HWMON_CHANNEL_INFO() net: ethernet: ti: cpsw: correct .ndo_open error path net: dsa: sja1105: Fix broken fixed-link interfaces on user ports net: dsa: Use PHYLINK for the CPU/DSA ports net: dsa: Move the phylink driver calls into port.c net: phylink: Add phylink_{printk, err, warn, info, dbg} macros net: phylink: Add PHYLINK_DEV operation type net: phylink: Add struct phylink_config to PHYLINK API net: phylink: Add phylink_mac_link_{up, down} wrapper functions net: phy: Add phy_standalone sysfs entry net: phy: Check against net_device being NULL net: phy: Guard against the presence of a netdev net: phy: Add phy_sysfs_create_links helper function net: sched: Introduce act_ctinfo action r8169: remove 1000/Half from supported modes net: mscc: ocelot: Implement port policers via tc command x86/ima: check EFI SetupMode too soc: qcom: rpmpd: Add MSM8998 power-domains dt-bindings: power: Add rpm power domain bindings for msm8998 soc: qcom: rpmpd: Add QCS404 power-domains dt-bindings: power: Add rpm power domain bindings for qcs404 soc: qcom: rpmpd: Modify corner defining macros soc: qcom: rpmpd: Add support to set rpmpd state to max soc: qcom: rpmpd: fixup rpmpd set performance state MAINTAINER: Fix Qualcomm ETHQOS ethernet DT file MAINTAINERS: fix typo in file name arm64: dts: qcom: msm8998: Add rpmpd node arm64: dts: qcom: qcs404: Add rpmpd node arm64: dts: qcom: qcs404: Move lpass and q6 into soc arm64: dts: qcom: qcs404: Fully describe the CDSP arm64: dts: qcom: qcs404: Add TCSR node arm64: dts: qcom: qcs404-evb: Mark CDSP clocks protected arm64: dts: qcom: sdm845: Add PSCI cpuidle low power states arm64: dts: msm8996: Add proper capacity scaling for the cpus arm64: dts: qcom: msm8996: Add PSCI cpuidle low power states arm64: dts: qcom: msm8916: Use more generic idle state names arm64: dts: qcom: msm8916: Add entry-method property for the idle-states node arm64: dts: qcom: qcs404: Add turingcc node arm64: dts: qcom: qcs404: Add PSCI cpuidle low power states arm64: dts: sdm845: Add zap shader region for GPU arm64: dts: sdm845: Add gpu and gmu device nodes arm64: dts: qcom: sdm845-mtp: Make USB1 peripheral arm64: dts: qcom: qcs404-evb: increase s3 max voltage arm64: dts: qcom: qcs404-evb: fix l3 min voltage arm64: dts: qcom: pms405: Rename adc outputs as per schematics arm64: dts: qcom: pms405: calibrate the VADC correctly arm64: dts: sdm845: Fix up CPU topology arm64: dts: qcom: qcs404-evb: Fix typo arm64: dts: msm8996: Add UFS PHY reset controller extcon: arizona: Correct error handling on regmap_update_bits_check libbpf: reduce unnecessary line wrapping libbpf: typo and formatting fixes libbpf: simplify two pieces of logic libbpf: use negative fd to specify missing BTF libbpf: fix error code returned on corrupted ELF libbpf: check map name retrieved from ELF libbpf: simplify endianness check libbpf: preserve errno before calling into user callback libbpf: fix detection of corrupted BPF instructions section docs: filesystems: vfs: Convert vfs.txt to RST docs: filesystems: vfs: Convert spaces to tabs docs: filesystems: vfs: Fix pre-amble indentation docs: filesystems: vfs: Use SPDX identifier docs: filesystems: vfs: Use correct initial heading docs: filesystems: vfs: Use uniform spacing around headings docs: filesystems: vfs: Use 72 character column width docs: filesystems: vfs: Use uniform space after period. docs: filesystems: vfs: Remove space before tab drm/amdkfd: fix null pointer dereference on dev doc: kernel-parameters.txt: fix documentation of nmi_watchdog parameter docs: tracing: Fix typos in histogram.rst docs: cdomain.py: get rid of a warning since version 1.8 keys: sparse: Fix kdoc mismatches keys: sparse: Fix incorrect RCU accesses net: stmmac: Fix build error without CONFIG_INET media: Staging: media: Release the correct resource in an error handling path media: omap3isp: constify platform_device_id media: staging: media: davinci_vpfe: use __func__ for function names media: omap3isp: Call video_unregister_device() unconditionally media: omap3isp: Don't rely on devm for memory resource management media: staging: media: davinci_vpfe: Replace a bit shift media: staging: media: davinci_vpfe: - Fix for memory leak if decoder initialization fails. rhashtable: Add rht_ptr_rcu and improve rht_ptr net: stmmac: use dev_info() before netdev is registered qed: fix spelling mistake "inculde" -> "include" MIPS: replace MBIT_ULL() with BIT_ULL() libbpf: prevent overwriting of log_level in bpf_object__load_progs() drm/mst: Fix MST sideband up-reply failure handling media: videobuf-dma-contig: Use size of buffer in mmap not vma size media: cx231xx-dvb: fix memory leak in dvb_fini() media: em28xx: use usb_to_input_id() rather than handrolling it media: em28xx: use common code for decoding nec scancodes media: em28xx: give RC device proper name drm/sched: Fix make htmldocs warnings. tools: PCI: Fix compiler warning in pcitest tools: PCI: Fix broken pcitest compilation RDMA/efa: Remove unused includes RDMA/efa: Use rdma block iterator in chunk list creation RDMA/efa: Remove unneeded admin commands abort flow RDMA/efa: Use kvzalloc instead of kzalloc with fallback PCI: qcom: Add QCS404 PCIe controller support dt-bindings: PCI: qcom: Add QCS404 to the binding PCI: qcom: Use clk bulk API for 2.4.0 controllers IB/hfi1: Remove extra brackets from an if drm/i915/gtt: Avoid overflowing the WC stash spidev: Add M53Menlo CPLD compatible ASoC: core: use component driver name as component name ASoC: cs42xx8: Fix build error with CONFIG_GPIOLIB is not set ASoC: Intel: sof-rt5682: fix undefined references with Baytrail-only support wcd9335: fix a incorrect use of kstrndup() media: sun6i: Support A83T variant media: dt-bindings: media: sun6i-csi: Add compatible string for A83T variant media: ov8856: modify register to fix test pattern media: staging: imgu: Drop support for other page sizes media: staging: imgu: Address compiler / checker warnings in MMU code media: staging: imgu: Remove redundant checks media: staging: imgu: Address a compiler warning on alignment media: rockchip/vpu: Add support for MPEG-2 decoding on RK3288 media: rockchip/vpu: Add MPEG2 decoding support to RK3399 media: rockchip/vpu: Add infra to support MPEG-2 decoding media: rockchip/vpu: Add support for non-standard controls media: rockchip/vpu: Add decoder boilerplate media: rockchip/vpu: Prepare things to support decoders media: rockchip/vpu: Provide a helper to reset both src and dst formats media: rockchip/vpu: Move encoder logic to a common place habanalabs: remove DMA mask hack for Goya media: rockchip/vpu: Rename rockchip_vpu_common.h into rockchip_vpu_v4l2.h media: rockchip/vpu: Support the Request API media: rockchip/vpu: Open-code media controller register habanalabs: set Goya CPU to use ASIC MMU media: rockchip/vpu: Use v4l2_apply_frmsize_constraints() where appropriate media: v4l2-common: Add an helper to apply frmsize constraints media: v4l2-common: Fix v4l2_fill_pixfmt[_mp]() prototypes media: cec-adap: fix regression in ping sanity check media: saa7164: fix remove_proc_entry warning media: mc-device.c: don't memset __user pointer contents media: media-ioc-enum-links.rst: fix incorrect reserved field documentation signal: Remove the signal number and task parameters from force_sig_info signal: Factor force_sig_info_to_task out of force_sig_info signal: Generate the siginfo in force_sig signal: Move the computation of force into send_signal and correct it. signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signal signal: Remove the task parameter from force_sig_fault signal: Use force_sig_fault_to_task for the two calls that don't deliver to current signal: Explicitly call force_sig_fault on current signal/unicore32: Remove tsk parameter from __do_user_fault signal/arm: Remove tsk parameter from __do_user_fault signal/arm: Remove tsk parameter from ptrace_break signal/nds32: Remove tsk parameter from send_sigtrap signal/riscv: Remove tsk parameter from do_trap signal/sh: Remove tsk parameter from force_sig_info_fault signal/um: Remove task parameter from send_sigtrap signal/x86: Remove task parameter from send_sigtrap habanalabs: add MMU mappings for Goya CPU media: mtk-vcodec: fix leaked of_node references media: mtk-vpu: fix leaked of_node references media: cx25840: Address several coding style issues media: cxusb: fix several coding style issues media: cxusb-analog: Fix some coding style issues Revert "drm/i915: Expand subslice mask" media: staging: allegro: cleanup two warnings media: allegro-dvt: fix build failure bpf: tracing: properly use bpf_prog_array api bpf: cgroup: properly use bpf_prog_array api bpf: media: properly use bpf_prog_array api bpf: remove __rcu annotations from bpf_prog_array selftests/bpf: fix compilation error for flow_dissector.c habanalabs: initialize MMU context for driver drm/i915: Avoid refcount_inc on known zero count media: videobuf2-vmalloc: get_userptr: buffers are always writable habanalabs: de-couple MMU and VM module initialization habanalabs: initialize device CPU queues after MMU init docs/habanalabs: update text for some entries in sysfs habanalabs: add rate-limit to an error message habanalabs: remove simulator dedicated code habanalabs: restore unsecured registers default values habanalabs: clear sobs and monitors in context switch habanalabs: make tpc registers secured drm/i915: selftest_lrc: Check the correct variable media: allegro: add SPS/PPS nal unit writer media: allegro: add Allegro DVT video IP core driver media: dt-bindings: media: Add vendor prefix for allegro media: dt-bindings: media: document allegro-dvt bindings media: videobuf2-v4l2: set last_buffer_dequeued in dqbuf media: cedrus: Add H264 decoding support media: pixfmt: Add H264_SLICE_RAW format documentation media: pixfmt: Add H264 Slice format media: uapi: Add H264 low-level decoder API compound controls. media: cedrus: Allow different mod clock rates media: coda: use v4l2_m2m_buf_copy_metadata media: coda: add lockdep asserts media: coda: add decoder MPEG-2 profile and level controls media: v4l2-ctrl: add MPEG-2 profile and level controls media: coda: add decoder MPEG-4 profile and level controls ice: Add a helper to trigger software interrupt ice: Configure RSS LUT key only if RSS is enabled ice: Add ice_get_fw_log_cfg to init FW logging ice: Minor cleanup in ice_switch.h ice: Remove redundant and premature event config ice: Change message level ice: Check all VFs for MDD activity, don't disable ice: Refactor interrupt tracking ice: Add handler for ethtool selftest irqchip/renesas-irqc: Convert to managed initializations irqchip/renesas-irqc: Replace irqc_priv.pdev by irqc_priv.dev irqchip/renesas-irqc: Add helper variable dev = &pdev->dev irqchip/renesas-irqc: Remove error messages on out-of-memory conditions irqchip/renesas-irqc: Remove unneeded inclusion of <linux/spinlock.h> irqchip: Add Renesas RZ/A1 Interrupt Controller driver dt-bindings: interrupt-controller: Add Renesas RZ/A1 Interrupt Controller gpio: mb86s7x: Enable ACPI support ice: Don't call ice_cfg_itr() for SR-IOV ice: Set minimum default Rx descriptor count to 512 ice: Resolve static analysis warning ice: Implement toggling ethtool rx-vlan-filter ice: Remove direct write for GLLAN_RCTL_0 ice: Fix LINE_SPACING style issue drm/i915: Take a runtime pm wakeref for atomic commits clk-sunxi: fix a missing-check bug in sunxi_divs_clk_setup() ARM: dts: sunxi: h3/h5: Fix GPIO regulator state array ARM: dts: sun7i: olimex-lime2: Enable ac and power supplies qede: Handle infinite driver spinning for Tx timestamp. qed: Reduce the severity of ptp debug message. macvlan: Replace strncpy() by strscpy() nexthop: Add support for nexthop groups nexthop: Add support for lwt encaps nexthop: Add support for IPv6 gateways nexthop: Add support for IPv4 nexthops net: Initial nexthop code net: nexthop uapi net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit() net: hns3: stop schedule reset service while unloading driver net: hns3: add handshake with hardware while doing reset net: hns3: modify hclgevf_init_client_instance() net: hns3: modify hclge_init_client_instance() net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has registered net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has registered net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has registered net: hns3: add support for dump firmware statistics by debugfs net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro net: hns3: fix compile warning without CONFIG_RFS_ACCEL hinic: fix a bug in set rx mode inet: frags: fix use-after-free read in inet_frag_destroy_rcu inet: frags: call inet_frags_fini() after unregister_pernet_subsys() inet: frags: uninline fqdir_init() selftests/net: ipv6 flowlabel enetc: Enable TC offloading with mqprio net: stmmac: dwmac-meson8b: update with SPDX Licence identifier net: stmmac: dwmac-meson: update with SPDX Licence identifier igc: Cleanup the redundant code igc: Add flow control support e1000e: start network tx queue only when link is up Revert "e1000e: fix cyclic resets at link up with active tx" igc: Remove the obsolete workaround igc: Clean up unused pointers igc: Fix double definitions igb: mark expected switch fall-through igb: mark expected switch fall-through igb/igc: warn when fatal read failure happens audit: enforce op for string fields perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tid perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in events perf scripts python: export-to-postgresql.py: Add support for pyside2 perf scripts python: export-to-sqlite.py: Add support for pyside2 perf scripts python: exported-sql-viewer.py: Add support for pyside2 perf scripts python: exported-sql-viewer.py: Use argparse module for argument parsing perf scripts python: exported-sql-viewer.py: Change python2 to python perf top: Lower message level for failure on synthesizing events for pre-existing BPF programs perf python: Remove -fstack-protector-strong if clang doesn't have it perf annotate TUI browser: Do not use member from variable within its own initialization perf machine: Return NULL instead of null-terminating /proc/version array perf version: Append 12 git SHA chars to the version string perf script: Remove superfluous BPF event titles perf script: Add --show-bpf-events to show eBPF related events perf tests: Add map_groups__merge_in test perf script: Pad DSO name for --call-trace perf dso: Add BPF DSO read and size hooks perf dso: Simplify dso_cache__read function perf dso: Separate generic code in dso_cache__read perf dso: Separate generic code in dso__data_file_size() perf tools: Remove const from thread read accessors perf top: Add --namespaces option perf trace: Beautify 'sync_file_range' arguments perf beauty: Add generator for sync_file_range's 'flags' arg values perf trace beauty clone: Handle CLONE_PIDFD perf trace: Beautify 'fsmount' arguments perf trace: Introduce syscall_arg__scnprintf_strarray_flags perf beauty: Add generator for fsmount's 'attr_flags' arg values perf trace: Beautify 'fsconfig' arguments perf beauty: Add generator for fsconfig's 'cmd' arg values perf trace: Beautify 'fspick' arguments perf beauty: Add generator for fspick's 'flags' arg values perf trace: Beautify 'move_mount' arguments perf beauty: Add generator for 'move_mount' flags argument perf augmented_raw_syscalls: Fix up comment perf tools: Preserve eBPF maps when loading kcore perf machine: Keep zero in pgoff BPF map perf intel-pt: Fix itrace defaults for perf script intel-pt documentation perf auxtrace: Fix itrace defaults for perf script perf intel-pt: Fix itrace defaults for perf script perf-with-kcore.sh: Always allow fix_buildid_cache_permissions genirq/irqdomain: Remove WARN_ON() on out-of-memory condition media: cxusb: add raw mode support for Medion MD95700 media: cxusb: add analog mode support for Medion MD95700 media: cxusb: implement Medion MD95700 digital / analog coexistence cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap() media: cx25840: set_fmt operation should clamp out-of-range picture sizes media: cx25840: add pin to pad mapping and output format configuration drm/amdgpu: Need to set the baco cap before baco reset drm/amdgpu/soc15: skip reset on init drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpu drm/amdkfd: PM4 packets change to support GWS drm/amdkfd: New IOCTL to allocate queue GWS drm/amdkfd: Add function to set queue gws drm/amdgpu: Add function to add/remove gws to kfd process drm/amdkfd: Allocate gws on device initialization drm/amdgpu: Add interface to alloc gws from amdgpu drm/amdkfd: Add gws number to kfd topology node properties drm/amdkfd: Use kfd fd to mmap mmio drm/amdgpu: fix unload driver fail media: cx25840: implement g_std operation media: cx25840: g_std operation really implements querystd operation media: cx25840: don't open-code cx25840_reset() inside cx25840_load_fw() fsl/fman: include IPSEC SPI in the Keygen extraction drm/i915: Expand subslice mask drm/i915: Refactor sseu helper functions media: imx7-media-csi: Change imx7_csi_enable() to void drm/i915: Move calculation of subslices per slice to new function media: imx7-media-csi: Check the return value from clk_prepare_enable() media: imx7-media-csi: Remove unneeded break net: mvpp2: cls: Check RSS table index validity when creating a context media: imx7-media-csi: Propagate the correct error for devm_request_irq() drm/i915: Add macro for SSEU stride calculation media: imx7-media-csi: Propagate the correct error for platform_get_irq() media: imx7-media-csi: Use devm_platform_ioremap_resource() media: imx7-media-csi: Acquire a single clock drm/i915: Use local variable for SSEU info in GETPARAM ioctl media: staging/imx: Don't set driver data for v4l2_dev media: staging/imx: Improve pipeline searching media: staging/imx: Re-organize modules media: staging/imx: Remove capture_device_set_format futex: Consolidate duplicated timer setup code media: Revert "media: imx: Set capture compose rectangle in capture_device_set_format" media: staging/imx: Move add_video_device into capture_device_register media: staging/imx: Pass device to alloc/free_dma_buf media: staging/imx: Switch to sync registration for IPU subdevs media: Revert "media: staging/imx: add media device to capture register" fscrypt: don't set policy for a dead directory drm/i915: Add debugs for the C8 vs. legacy LUT case drm/i915: Update pipe gamma enable bits when C8 planes are getting enabled/disabled PM / clk: Remove error message on out-of-memory condition drivers: base: power: clock_ops: Use of_clk_get_parent_count() ACPI / LPIT: Correct LPIT end address for lpit_process() ACPI: tools: Exclude tools/* from .gitignore patterns ext4: encrypt only up to last block in ext4_bio_write_page() ext4: decrypt only the needed block in __ext4_block_zero_page_range() ext4: decrypt only the needed blocks in ext4_block_write_begin() ext4: clear BH_Uptodate flag on decryption error fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio() fscrypt: support decrypting multiple filesystem blocks per page fscrypt: introduce fscrypt_decrypt_block_inplace() fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range() fscrypt: support encrypting multiple filesystem blocks per page fscrypt: introduce fscrypt_encrypt_block_inplace() fscrypt: clean up some BUG_ON()s in block encryption/decryption fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block() fscrypt: remove the "write" part of struct fscrypt_ctx fscrypt: simplify bounce page handling media: v4l2-pci-skeleton.c: fix doc warning media: usb:zr364xx:Fix KASAN:null-ptr-deref Read in zr364xx_vidioc_querycap media: staging: media: imx: fix Unneeded variable: "ret". Return "0" media: vimc: Remove unneeded return statement in vimc_sen_s_stream() media: vimc: fix component match compare media: v4l2-core: fix use-after-free error media: rcar-csi2: Fix coccinelle warning for PTR_ERR_OR_ZERO() media: vim2m: fix two double-free issues media: pwc: convert to BIT macro selftests/bpf: add auto-detach test selftests/bpf: enable all available cgroup v2 controllers selftests/bpf: convert test_cgrp2_attach2 example into kselftest bpf: decouple the lifetime of cgroup_bpf from cgroup itself media: cpia2_usb: first wake up, then free in disconnect media: docs-rst: Clarify older field vs. first transmitted field media: vicodec: correctly support unbinding of the driver media: v4l2: Initialize mpeg slice controls media: coda: Clear the interrupt reason media: coda: Replace the threaded interrupt with a hard interrupt media: coda: Remove unbalanced and unneeded mutex unlock media: coda: Print a nicer device registered message media: pvrusb2: use a different format for warnings media: move drivers/media/media-* to drivers/media/mc/mc-* media: imx7_mipi_csis: fix racy entity pads init media: rockchip/vpu: Remove a useless test media: rockchip/vpu: Cleanup JPEG bounce buffer management fanotify: Disallow permission events for proc filesystem media: rockchip/vpu: Cleanup macroblock alignment media: rockchip/vpu: Use v4l2_m2m_buf_copy_metadata media: rockchip/vpu: Use pixel format helpers media: coda/venus/s5p_mfc: fix control typo rcutorture: Upper case solves the case of the vanishing NULL pointer torture: Suppress propagating trace_printk() warning rcutorture: Dump trace buffer for callback pipe drain failures torture: Add --trust-make to suppress "make clean" torture: Make --cpus override idleness calculations torture: Run kernel build in source directory torture: Add function graph-tracing cheat sheet torture: Capture qemu output rcutorture: Tweak kvm options rcutorture: Add trivial RCU implementation rcutorture: Halt forward-progress checks at end of run rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernels rcutorture: Exempt TREE01 from forward-progress testing rcutorture: Exempt tasks RCU from timely draining of grace periods rcutorture: Provide rudimentary Makefile torture: Make kvm-find-errors.sh and kvm-recheck.sh provide exit status torture: Allow inter-stutter interval to be specified rcutorture: Fix stutter_wait() return value and freelist checks rcutorture: Add cond_resched() to forward-progress free-up loop rcutorture: Add cpu0 to the set of CPUs to add jitter rcutorture: Select from only online CPUs rcu/sync: Simplify the state machine locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_threadgroup_rwsem uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_sem rcu/sync: Kill rcu_sync_type/gp_type rcu: Make __call_srcu static module: Make srcu_struct ptr array as read-only srcu: Remove unused vmlinux srcu linker entries srcu: Allocate per-CPU data for DEFINE_SRCU() in modules doc: Remove ".vnet" from paulmck email addresses rcu: Set a maximum limit for back-to-back callback invocation rcu: Make kfree_rcu() ignore NULL pointers rcu: Correctly unlock root node in rcu_check_gp_start_stall() rcu: Dump specified number of blocked tasks doc: Fixup definition of rcupdate.rcu_task_stall_timeout doc/rcuref: Document real world examples in kernel arm64: dts: renesas: cat874: Add BT support arm64: dts: renesas: cat874: Add WLAN support eeprom: at24: drop unnecessary label eeprom: at24: use devm_i2c_new_dummy_device() rcu: Remove unused rdp local from synchronize_rcu_expedited() rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qs rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle() gpio: em: Return early on error in em_gio_probe() gpio: em: Remove error messages on out-of-memory conditions tools/memory-model: Add data-race detection tools/memory-model: Add definitions of plain and marked accesses tools/memory-model: Prepare for data-race detection drm/panel: drop drmP.h usage drm/panel: panel-innolux: drop unused variable spi: spi-meson-spifc: update with SPDX Licence identifier spi: sh-msiof: Reduce delays in sh_msiof_modify_ctr_wait() regulator: max77620: Support Maxim 77663 ASoC: sun4i-spdif: Add support for H6 SoC ASoC: sun4i-spdif: Add TX fifo bit flush quirks ASoC: sun4i-spdif: Move quirks to the top ASoC: cx2072x: fix spelling mistake "configued" -> "configured" ASoC: cx2072x: fix integer overflow on unsigned int multiply dt-bindings: sound: sun4i-i2s: Document that the RX channel can be missing dt-bindings: sound: Convert Allwinner I2S binding to YAML ASoC: SOF: force end-of-file for debugfs trace at suspend ASoC: SOF: trace: remove code duplication in sof_wait_trace_avail() ASoC: SOF: Use struct_size() in kmemdup() ASoC: max98357a: Show KConfig entry dt-bindings: sound: sun4i-spdif: Add Allwinner H6 compatible ASoC: SOF: topology: Use struct_size() helper ASoC: cx2072x: remove redundant assignment to pulse_len net/mlx5: potential error pointer dereference in error handling irqchip/exiu: Implement ACPI support irqchip/exiu: Preparatory refactor for ACPI support acpi/irq: Implement helper to create hierachical domains iommu/vt-d: Fix typo in SVM code comment ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS iommu/amd: Add missed 'tag' to error msg in iommu_print_event b43: Avoid possible double calls to b43_one_core_detach() libertas: fix spelling mistake "Donwloading" -> "Downloading" rtlwifi: btcoex: remove unused function exhalbtc_stack_operation_notify rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2' rtlwifi: rtl8821ae: Remove set but not used variables 'cur_txokcnt' and 'b_last_is_cur_rdl_state' rtlwifi: rtl8821ae: Convert inline routines to little-endian words rtlwifi: rtl8821ae: Convert macros that set descriptor rtlwifi: rtl8821ae: Replace local bit manipulation macros rtlwifi: rtl8821ae: Remove unused GET_XXX and SET_XXX descriptor macros rtlwifi: 8192de: use le32 to access cckswing tables rtlwifi: 8192de: Fix used uninitialized variables in power tracking rtlwifi: 8192de: make tables to be 'static const' rtlwifi: 8192de: Reduce indentation and fix coding style p54: Support boottime in scan results p54: fix crash during initialization brcmfmac: use strlcpy() instead of strcpy() brcmfmac: fix typos in code comments brcm80211: select WANT_DEV_COREDUMP conditionally for brcmfmac brcmfmac: use separate Kconfig file for brcmfmac brcmfmac: switch source files to using SPDX license identifier brcmsmac: switch phy source files to using SPDX license identifier brcmutil: switch source files to using SPDX license identifier brcm80211: switch common header files to using SPDX license identifier ARM: dts: Drop legacy custom hwmods property for omap4 mmc bus: ti-sysc: Detect uarts also on omap34xx ARM: dts: Drop legacy custom hwmods property for omap4 uart bus: ti-sysc: Do rstctrl reset handling in two phases bus: ti-sysc: Add support for disabling module without legacy mode bus: ti-sysc: Set ENAWAKEUP if available bus: ti-sysc: Handle swsup idle mode quirks bus: ti-sysc: Handle clockactivity for enable and disable bus: ti-sysc: Enable interconnect target module autoidle bit on enable bus: ti-sysc: Allow QUIRK_LEGACY_IDLE even if legacy_mode is not set bus: ti-sysc: Make OCP reset work for sysstatus and sysconfig reset bits bus: ti-sysc: Support 16-bit writes too bus: ti-sysc: Add support for missing clockdomain handling nl80211: fill all policy .type entries rtw88: more descriptions about LPS rtw88: pci: check if queue mapping exceeds size of ac_to_hwq rtw88: pci: use ieee80211_ac_numbers instead of 0-3 drm/i915: Drop the deferred active reference drm/i915: Rename intel_context.active to .inflight drm/i915: Move GEM client throttling to its own file drm/i915: Move GEM object busy checking to its own file drm/i915: Move GEM object waiting to its own file drm/i915: Move GEM object domain management from struct_mutex to local drm/i915: Pull scatterlist utils out of i915_gem.h drm/i915: Move more GEM objects under gem/ drm/i915: Move GEM domain management to its own file drm/i915: Move mmap and friends to its own file drm/i915: Move phys objects to its own file drm/i915: Move shmem object setup to its own file drm/i915: Move object->pages API to i915_gem_object.[ch] drm/i915: Pull GEM ioctls interface to its own file drm/i915: Split GEM object type definition to its own header drm/i915: Kill the undead intel_context.c zombie ARM: versatile: Drop CLCD platform data ARM: dts: vexpress-v2p-ca15_a7: update coresight DT bindings arm64: dts: juno: set the right partition type for NOR flash arm64: dts: juno: update coresight DT bindings drm/i915: Attach HDR metadata property to connector drm/i915: Add state readout for DRM infoframe drm/i915: Write HDR infoframe and send to panel drm/i915: Enable infoframes on GLK+ for HDR drm/i915: Add DRM Infoframe handling for BYT/CHT drm/i915: Enabled Modeset when HDR Infoframe changes samples/bpf: fix a couple of style issues in bpf_load selftests/bpf: fail test_tunnel.sh if subtests fail drm/i915/huc: Define HuC firmware version for Icelake drm/i915/guc: Define GuC firmware version for Icelake drm/i915/guc: Enable GuC CTB communication on Gen11 drm/i915/guc: Update GuC CTB response definition drm/i915/guc: Correctly handle GuC interrupts on Gen11 drm/i915/guc: Create vfuncs for the GuC interrupts control functions drm/i915/huc: New HuC status register for Gen11 drm/i915/guc: New GuC scratch registers for Gen11 drm/i915/guc: New GuC interrupt register for Gen11 drm/i915/huc: Define HuC firmware version for Geminilake drm/i915/guc: Define GuC firmware version for Geminilake drm/i915/guc: Always ask GuC to update power domain states drm/i915/guc: Reset GuC ADS during sanitize drm/i915/guc: Updates for GuC 32.0.3 firmware drm/i915/guc: Don't allow GuC submission drm/i915/guc: Change platform default GuC mode tools: bpftool: make -d option print debug output from verifier libbpf: add bpf_object__load_xattr() API function to pass log_level tools: bpftool: add -d option to get debug output from libbpf libbpf: fix warning that PTR_ERR_OR_ZERO can be used bpf: style fix in while(!feof()) loop bpf: check signal validity in nmi for bpf_send_signal() helper bpftool: auto-complete BTF IDs for btf dump dt-bindings: gpio: Convert Arm PL061 to json-schema Documentation: gpio: remove duplicated lines gpio: ixp4xx: Use irq_domain_translate_twocell() gpio: Fix minor grammar errors in documentation gpio: Update Kconfig text for GPIO_SYSFS gpio: vf610: Use PTR_ERR_OR_ZERO() in vf610_gpio_probe() ext2: optimize ext2_xattr_get() ext2: introduce new helper for xattr entry comparison ext2: merge xattr next entry check to ext2_xattr_entry_valid() iommu/vt-d: Remove static identity map code iommu/vt-d: Remove duplicated code for device hotplug iommu/vt-d: Remove startup parameter from device_def_domain_type() iommu/vt-d: Cleanup get_valid_domain_for_dev() iommu/vt-d: Implement is_attach_deferred iommu ops entry iommu/vt-d: Probe DMA-capable ACPI name space devices iommu/vt-d: Handle 32bit device with identity default domain iommu/vt-d: Identify default domains replaced with private iommu/vt-d: Delegate the dma domain to upper layer iommu/vt-d: Delegate the identity domain to upper layer iommu/vt-d: Add device_def_domain_type() helper iommu/vt-d: Enable DMA remapping after rmrr mapped iommu/vt-d: Expose ISA direct mapping region via iommu_get_resv_regions ext2: code cleanup for ext2_preread_inode() dt-bindings: i3c: Document dropped support for I2C 10 bit devices i3c: Drop support for I2C 10 bit addresing cfg80211: Handle bss expiry during connection drm/i915: Keep user GGTT alive for a minimum of 250ms drm/stm: ltdc: restore calls to clk_{enable/disable} af_key: fix leaks in key_pol_get_resp and dump_sp. xfrm: Fix xfrm sel prefix length validation ALSA: line6: Use container_of() drm/damage-helper: Use NULL instead of 0 ALSA: line6: Drop superfluous timer helper function ALSA: line6: variax: Rewrite complex timer & work combo with a delayed work ALSA: line6: podhd: Rewrite complex timer & work combo with a delayed work ALSA: line6: pod: Rewrite complex timer & work combo with a delayed work ASoC: SOF: Force polling mode on CFL and CNL ALSA: hda: add polling mode in snd_hdac_bus_get_response ALSA: hda: move polling_mode flag to struct hdac_bus ALSA: hda: assign polling_mode after azx_bus_init powerpc/lib: only build ldstfp.o when CONFIG_PPC_FPU is set powerpc/lib: fix redundant inclusion of quad.o ocxl: Make ocxl_remove() static powerpc/mm: Make some symbols static that can be Input: tca8418 - remove set but not used variable 'max_keys' Input: synaptics-rmi4 - remove set but not used variable 'sensor_flags' Input: elantech - remove P52 and P72 from SMBus blacklist Input: elan_i2c - handle physical middle button Input: elantech/SMBus - export all capabilities from the PS/2 node Input: elan_i2c - do not query the info if they are provided dt-bindings: add more optional properties for elan_i2c touchpads Input: elantech - detect middle button based on firmware version Input: elantech - add helper function elantech_is_buttonpad() Input: elantech - query the min/max information beforehand too RDMA: Convert put_page() to put_user_page*() IB/hfi1: Remove set but not used variables 'offset' and 'fspsn' kernel-doc: always name missing kerneldoc sections RDMA/hns: Replace magic numbers with #defines RDMA/hns: Remove jiffies operation in disable interrupt context RDMA/hns: Move spin_lock_irqsave to the correct place RDMA/hns: Update CQE specifications RDMA/hns: Remove unnecessary print message in aeq i2c: jz4780: Drop dependency on MACH_JZ4780 i2c: meson: update with SPDX Licence identifier i2c: Allow selecting BCM2835 I2C controllers on ARCH_BRCMSTB i2c: iproc: Add multi byte read-write support for slave mode i2c: imx: Use __maybe_unused instead of #if CONFIG_PM iw_cxgb4: Fix qpid leak drm/i915: Make sure we have enough memory bandwidth on ICL drm/i915: Make sandybridge_pcode_read() deal with the second data register RDMA/cxgb4: Don't expose DMA addresses RDMA/cxgb4: Use sizeof() notation RDMA/cxgb3: Delete and properly mark unimplemented resize CQ function RDMA/cxgb3: Don't expose DMA addresses RDMA/cxgb3: Use sizeof() notation instead of plain sizeof enetc: fix le32/le16 degrading to integer warnings drm: drop use of drmP.h in drm/* drm: make drm_trace.h self-contained drm: make drm_legacy.h self-contained drm: make drm_internal.h self-contained drm: make drm_crtc_internal.h self-contained drm: make drm/drm_legacy.h self-contained drm: make drm/drm_auth.h self contained arm64: trim includes in dma-mapping.c arm64: switch copyright boilerplace to SPDX in dma-mapping.c iommu/dma: Switch copyright boilerplace to SPDX iommu/dma: Don't depend on CONFIG_DMA_DIRECT_REMAP iommu/dma: Refactor iommu_dma_mmap iommu/dma: Refactor iommu_dma_get_sgtable iommu/dma: Refactor iommu_dma_alloc, part 2 iommu/dma: Cleanup variable naming in iommu_dma_alloc iommu/dma: Split iommu_dma_free iommu/dma: Merge the CMA and alloc_pages allocation paths iommu/dma: Don't remap CMA unnecessarily iommu/dma: Refactor iommu_dma_alloc iommu/dma: Refactor iommu_dma_free iommu/dma: Remove __iommu_dma_free iommu/dma: Refactor the page array remapping allocator iommu/dma: Factor out remapped pages lookup iommu/dma: Squash __iommu_dma_{map,unmap}_page helpers iommu/dma: Move domain lookup into __iommu_dma_{map,unmap} iommu/dma: Move __iommu_dma_map iommu/dma: move the arm64 wrappers to common code iommu/dma: Use for_each_sg in iommu_dma_alloc iommu/dma: Remove the flush_page callback iommu/dma: Cleanup dma-iommu.h iommu/vt-d: Implement apply_resv_region iommu ops entry iommu: Add API to request DMA domain for device drm/i915/icl: Fix AUX-B HW not done issue w/o AUX-A signal: Remove task parameter from force_sig_mceerr signal: Remove task parameter from force_sig signal: Remove task parameter from force_sigsegv signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sig signal/bpfilter: Fix bpfilter_kernl to use send_sig not force_sig signal/drbd: Use send_sig not force_sig signal/arm64: Use force_sig not force_sig_fault for SIGKILL iommu: Use right function to get group for device iommu/vt-d: Add debugfs support to show scalable mode DMAR table internals iommu/vt-d: Introduce macros useful for dumping DMAR table iommu/vt-d: Modify the format of intel DMAR tables dump iommu/vt-d: Remove unnecessary rcu_read_locks drm/i915: make REG_BIT() and REG_GENMASK() work with variables iommu/amd: Remove redundant assignment to variable npages iommu/vt-d: Fix bind svm with multiple devices iio: dps310: Temperature measurement errata iio: Add driver for Infineon DPS310 drm/i915/gtt: set err to -ENOMEM on memory allocation failure Add README and update pm-graph and sleepgraph docs Update to pm-graph 5.4 Update to pm-graph 5.3 dt-bindings: pinctrl: fix spelling mistakes in pinctl documentation drm/i915/dsi: Call drm_connector_cleanup on vlv_dsi_init error exit path dmaengine: axi-dmac: assign `copy_align` property dmaengine: axi-dmac: Discover length alignment requirement include: fpga: adi-axi-common.h: add common regs & defs header dmaengine: stm32: use to_platform_device() MAINTAINERS: Add mailing list for the TEE subsystem dmaengine: sh: usb-dmac: Let the core do the device node validation dmaengine: sh: rcar-dmac: Let the core do the device node validation dmaengine: mxs-dma: Let the core do the device node validation dmaengine: mmp_tdma: Let the core do the device node validation dmaengine: dma-jz4780: Let the core do the device node validation dmaengine: imx-sdma: Let the core do the device node validation soc: tegra: fuse: Use dma_request_channel instead of __dma_request_channel() dmaengine: Add matching device node validation in __dma_request_channel() soundwire: intel_init: add checks on link numbers soundwire: fix typo in comments soundwire: Intel: add log for number of PCM and PDM PDIs soundwire: cadence_master: check the number of bidir PDIs soundwire: cadence_master: log Slave status mask on errors soundwire: cadence_master: use rate_limited dynamic debug soundwire: rename/clarify MIPI DisCo properties soundwire: clarify comment soundwire: mipi-disco: fix clock stop modes soundwire: rename 'freq' fields soundwire: mipi-disco: remove master_count property for masters soundwire: remove master data port properties soundwire: add port-related definitions soundwire: mipi_disco: fix master/link error soundwire: intel: filter SoundWire controller device search r8169: remove support for RTL_GIGA_MAC_VER_01 r8169: improve RTL8168d PHY initialization r8169: change type of member mac_version in rtl8169_private r8169: remove unneeded return statement in rtl_hw_init_8168g r8169: remove rtl_hw_init_8168ep cxgb4: Make t4_get_tp_e2c_map static selftest: Fixes for icmp_redirect test ipv4: remove redundant assignment to n soundwire: cdns: Fix compilation error on arm64 net: phy: bcm87xx: improve bcm87xx_config_init and feature detection inet: frags: rework rhashtable dismantle net: dynamically allocate fqdir structures net: add a net pointer to struct fqdir net: rename inet_frags_init_net() to fdir_init() ieee820154: 6lowpan: no longer reference init_net in lowpan_frags_ns_ctl_table netfilter: ipv6: nf_defrag: no longer reference init_net in nf_ct_frag6_sysctl_table ipv6: no longer reference init_net in ip6_frags_ns_ctl_table[] ipv4: no longer reference init_net in ip4_frags_ns_ctl_table[] net: rename struct fqdir fields net: rename inet_frags_exit_net() to fqdir_exit() inet: rename netns_frags to fqdir net: phy: tja11xx: Add TJA11xx PHY driver net: hns3: fix for FEC configuration net: hns3: add aRFS support for PF net: hns3: refine the flow director handle net: hns3: initialize CPU reverse mapping net: ethernet: add ag71xx driver MIPS: ath79: ar9331: add Ethernet nodes dt-bindings: net: add qca,ar71xx.txt documentation qedf: Use hwfns and affin_hwfn_idx to get MSI-X vector index to use qedi: Use hwfns and affin_hwfn_idx to get MSI-X vector index Revert "scsi: qedi: Allocate IRQs based on msix_cnt" qed*: Add iWARP 100g support qed: Add qed devlink parameters table qed: Set the doorbell address correctly qedr: Change the MSI-X vectors selection to be based on affined engine qed: Modify offload protocols to use the affined engine qed*: Change hwfn used for sb initialization qed: Add llh ppfid interface and 100g support for offload protocols qed: Modify api for performing a dmae to another PF staging: iio: adis16240: add of_match_table entry staging: iio: ad7746: add device tree support staging: iio: adis16240: add device to module device table staging: iio: adt7316: create of_device_id array leds: max77650: Remove set but not used variable 'parent' leds: avoid flush_work in atomic context dt-bindings: vendor: Fix simtek vendor compatible dt-bindings: vendor: Escape single quote staging: iio: adis16203: Add of_device_id table staging: iio: ad9834: add of_device_id table staging: iio: cdc: ad7150: create macro for capacitance channels drm/mcde: Fix compile problems drm/bridge: drop drmP.h usage drm/bridge: make dw_mipi_dsi.h self-contained ftrace: Enable trampoline when rec count returns back to one tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdline tracing: Make a separate config for trace event self tests tracing/kprobe: Add kprobe_event= boot parameter kprobes: Initialize kprobes at postcore_initcall tracing/kprobe: Cast user-space address correctly uaccess: Add a prototype of non-static __probe_user_read() tracing: Use correct function name in trace_filter_add_remove_task() comment perf-probe: Add user memory access attribute support selftests/ftrace: Add user-memory access syntax testcase tracing/probe: Support user-space dereference tracing/probe: Add ustring type for user-space string uaccess: Add non-pagefault user-space read functions x86/uaccess: Allow access_ok() in irq context if pagefault_disabled x86/ftrace: Make enable parameter bool where applicable ftrace: Make enable and update parameters bool when applicable net: mvpp2: cls: Support steering to RSS contexts net: mvpp2: cls: Extract the RSS context when parsing the ethtool rule net: mvpp2: cls: Use RSS contexts to handle RSS tables net: mvpp2: cls: Bypass C2 internals FIFOs at init net: mvpp2: cls: Use the correct number of rules in various places vfs: Kill sget_userns() vfs: Use sget_fc() for pseudo-filesystems fold mount_pseudo_xattr() into pseudo_fs_get_tree() vfs: Convert btrfs_test to use the new mount API vfs: Convert virtio_balloon to use the new mount API vfs: Convert ocxlflash to use the new mount API vfs: Convert cxl to use the new mount API vfs: Convert ia64 perfmon to use the new mount API vfs: Convert drm to use the new mount API vfs: Convert dax to use the new mount API vfs: Convert sockfs to use the new mount API zsfold: Convert zsfold to use the new mount API vfs: Convert zsmalloc to use the new mount API vfs: Convert pipe to use the new mount API vfs: Convert nsfs to use the new mount API vfs: Convert bdev to use the new mount API vfs: Convert anon_inodes to use the new mount API vfs: Convert aio to use the new mount API vfs: Provide a mount_pseudo-replacement for the new mount API vfs: Provide sb->s_iflags settings in fs_context struct vfs: Fix refcounting of filenames in fs_parser move mount_capable() further out move mount_capable() calls to vfs_get_tree() cpuset: move mount -t cpuset logics into cgroup.c procfs: set ->user_ns before calling ->get_tree() mqueue: set ->user_ns before ->get_tree() switch mount_capable() to fs_context legacy_get_tree(): pass fc->user_ns to mount_capable() move the capability checks from sget_userns() to legacy_get_tree() vfs: Kill mount_ns() vfs: Convert nfsctl to use the new mount API vfs: Convert rpc_pipefs to use the new mount API consolidate the capability checks in sget_{fc,userns}() start massaging the checks in sget_...(): move to sget_userns() no need to protect against put_user_ns(NULL) mount_pseudo(): drop 'name' argument, switch to d_make_root() lockdep: Add assertion to check if in an interrupt rcu: Avoid self-IPI in sync_sched_exp_online_cleanup() rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus() rcu: Inline invoke_rcu_callbacks() into its sole remaining caller rcu: Use irq_work to get scheduler's attention in clean context rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq() rcu: Only do rcu_read_unlock_special() wakeups if expedited rcu: Check for wakeup-safe conditions in rcu_read_unlock_special() rcu: Enable elimination of Tree-RCU softirq processing flow_offload: use struct_size() in kzalloc() batman-adv: mcast: shorten multicast tt/tvlv worker spinlock section batman-adv: Use includes instead of fwdecls batman-adv: Add missing include for atomic functions batman-adv: Fix includes for *_MAX constants drm/panel: st7701: Swap vertical front and back porch timings drm/panel: simple: Add KOE tx14d24vm1bpa display support (320x240) dt-bindings: display/panel: Add KOE tx14d24vm1bpa display description drm/panel: Add support for Armadeus ST0700 Adapt samples: bpf: add ibumad sample to .gitignore nfp: bpf: eliminate zero extension code-gen riscv: bpf: eliminate zero extension code-gen x32: bpf: eliminate zero extension code-gen sparc: bpf: eliminate zero extension code-gen s390: bpf: eliminate zero extension code-gen powerpc: bpf: eliminate zero extension code-gen arm: bpf: eliminate zero extension code-gen selftests: bpf: enable hi32 randomization for all tests selftests: bpf: adjust several test_verifier helpers for insn insertion libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set tools: bpf: sync uapi header bpf.h bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32" bpf: verifier: insert zero extension according to analysis result bpf: introduce new mov32 variant for doing explicit zero extension bpf: verifier: mark patched-insn with sub-register zext flag bpf: verifier: mark verified-insn with sub-register zext flag of/fdt: Mark initial_boot_params as __ro_after_init of/fdt: Remove dead code and mark functions with __init dt-bindings: Remove Linuxisms from common-properties binding tools/bpf: add selftest in test_progs for bpf_send_signal() helper tools/bpf: sync bpf uapi header bpf.h to tools directory bpf: implement bpf_send_signal() helper bpftool: update bash-completion w/ new c option for btf dump bpftool/docs: add description of btf dump C option bpftool: add C output format option to btf dump subcommand selftests/bpf: add btf_dump BTF-to-C conversion tests libbpf: add btf_dump API for BTF-to-C conversion libbpf: switch btf_dedup() to hashmap for dedup table selftests/bpf: add tests for libbpf's hashmap libbpf: add resizable non-thread safe internal hashmap selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext bpftool: use libbpf's btf__parse_elf API libbpf: add btf__parse_elf API to load .BTF and .BTF.ext libbpf: ensure libbpf.h is included along libbpf_internal.h docs: No structured comments in include/linux/interconnect.h docs: no structured comments in fs/file_table.c docs: No structured comments in target_core_device.c of: reserved-memory: ignore disabled memory-region nodes dt-bindings: Add vendor prefix for Espressif samples: bpf: Do not define bpf_printk macro selftests: bpf: Move bpf_printk to bpf_helpers.h net: stmmac: Prevent missing interrupts when running NAPI net: stmmac: dwmac4/5: Clear unused address entries net: stmmac: dwxgmac2: Do not disable whole RX in dma_stop_rx() net: stmmac: dwmac4/5: Do not disable whole RX in dma_stop_rx() net: stmmac: dwmac4/5: Fix Hash Filter net: stmmac: dwmac1000: Clear unused address entries net: stmmac: dwmac1000: Fix Hash Filter net: stmmac: Introduce selftests support net: stmmac: dwxgmac2: Also pass control frames while in promisc mode net: stmmac: dwmac4/5: Also pass control frames while in promisc mode net: stmmac: dwmac1000: Also pass control frames while in promisc mode net: stmmac: Switch MMC functions to HWIF callbacks net: ethernet: stmmac: dwmac-sun8i: Enable control of loopback net: stmmac: dwxgmac2: Add MAC loopback support net: stmmac: dwmac4/5: Add MAC loopback support net: stmmac: dwmac1000: Add MAC loopback support net: stmmac: dwmac100: Add MAC loopback support net: stmmac: Add MAC loopback callback to HWIF docs: Do not seek kerneldoc comments in hw-consumer.h leds: lm3697: Introduce the lm3697 driver mfd: ti-lmu: Remove support for LM3697 dt-bindings: ti-lmu: Modify dt bindings for the LM3697 leds: TI LMU: Add common code for TI LMU devices net: phy: aquantia: add USXGMII support and warn if XGMII mode is set dt-bindings: net: document new usxgmii phy mode net: phy: add interface mode PHY_INTERFACE_MODE_USXGMII selftests/net: SO_TXTIME with ETF and FQ docs: Fix a misdirected kerneldoc directive selftests: Add redirect tests ipv6: Refactor ip6_route_del for cached routes ipv6: Make fib6_nh optional at the end of fib6_info ipv6: Move exception bucket to fib6_nh ipv6: Refactor exception functions ipv6: Refactor fib6_drop_pcpu_from ipv6: Move pcpu cached routes to fib6_nh docs: Do not seek comments in kernel/rcu/tree_plugin.h leds: spi-byte: add single byte SPI LED driver dt-bindings: leds: Add binding for spi-byte LED. arm64: dts: fsl: ls1028a: add ENETC 1588 timer node dt-binding: ptp_qoriq: support ENETC PTP compatible enetc: add get_ts_info interface for ethtool enetc: add hardware timestamping support MAINTAINERS: Add entry for anybuss drivers MAINTAINERS: Add entry for fieldbus subsystem firmware: google: coreboot: Drop unnecessary headers firmware: google: memconsole: Drop global func pointer firmware: google: memconsole: Drop __iomem on memremap memory firmware: google: memconsole: Use devm_memremap() firmware: google: Add a module_coreboot_driver() macro and use it chardev: set variable ret to -EBUSY before checking minor range overlap counter: 104-quad-8: Make quad8_ops static eeprom: ee1004: Deal with nack on page selection eeprom: ee1004: Move selected page detection to a separate function lkdtm: support llvm-objcopy w1: ds2413: when the slave is not responding during read, select it again w1: ds2413: add retry support to state_read() w1: ds2413: output_write() cosmetic fixes / simplify drm/sched: Fix static checker warning for potential NULL ptr vmw_balloon: Split refused pages vmw_balloon: Add memory shrinker vmw_balloon: Compaction support mm/balloon_compaction: List interfaces bsr: "foo * bar" should be "foo *bar" bsr: do not use assignment in if condition drm/edid: Fix a missing-check bug in drm_load_edid_firmware() drm/amd/doc: Add RAS documentation to guide drm/amd/doc: Add XGMI sysfs documentation drm/amdgpu: sort probed modes before adding common modes drm/i915: Update DRIVER_DATE to 20190524 drm/amd/display: Use new connector state when getting color depth drm/amd/display: Switch the custom "max bpc" property to the DRM prop drm/amd/powerplay: Fix code error for translating int type to bool type correctly drm/amdgpu: Add Unique Identifier sysfs file unique_id v2 drm/amdkfd: Add domain number into gpu_id drm/amdkfd: Add VegaM support drm/amdkfd: Fix a circular lock dependency drm/amdkfd: Delete alloc_format field from map_queue struct drm/amdkfd: Expose sdma engine numbers to topology drm/amdkfd: Introduce XGMI SDMA queue type drm/amdkfd: Fix sdma queue map issue drm/amdkfd: Move sdma_queue_id calculation into allocate_sdma_queue() drm/amdkfd: Allocate hiq and sdma mqd from mqd trunk drm/amdkfd: Move non-sdma mqd allocation out of init_mqd drm/amdkfd: Fix a potential memory leak drm/amdkfd: Allocate MQD trunk for HIQ and SDMA drm/amdkfd: Add mqd size in mqd manager struct drm/amdkfd: Init mqd managers in device queue manager init drm/amdkfd: Introduce DIQ type mqd manager drm/amdkfd: Introduce asic-specific mqd_manager_init function drm/amdgpu: Improve error handling for HMM drm/amdgpu: more descriptive message if HMM not enabled drm/amdgpu: support userptr cross VMAs case with HMM drm/amdkfd: support concurrent userptr update for HMM drm/amdgpu: fix HMM config dependency issue drm/amdgpu: replace get_user_pages with HMM mirror helpers drm/amdkfd: avoid HMM change cause circular lock drm/amdgpu: use HMM callback to replace mmu notifier drm/amdgpu: Use heavy weight for tlb invalidation on xgmi configuration drm/amdkfd: Preserve ttmp[4:5] instead of ttmp[14:15] drm/amdkfd: Fix gfx9 XNACK state save/restore drm/amdkfd: Preserve wave state after instruction fetch MEM_VIOL drm/amdkfd: Fix gfx8 MEM_VIOL exception handler drm/amdkfd: Fix compute profile switching drm/amdkfd: Shift sdma_engine_id and sdma_queue_id in mqd drm/amdkfd: Differentiate b/t sdma_id and sdma_queue_id drm/amdkfd: Add sdma allocation debug message drm/amdkfd: Use 64 bit sdma_bitmap drm/amd/powerplay: enable ppfeaturemask module parameter support on Vega20 drm/amdgpu: use pcie_bandwidth_available rather than open coding it gpu: fix typos in code comments drm/amd/powerplay: fix sw SMU wrong UVD/VCE powergate setting drm/amdgpu: use div64_ul for 32-bit compatibility v1 drm/amd/powerplay: Enable "disable dpm" feature to support swSMU debug (v2) drm/amd/powerplay: Fix maybe-uninitialized in get_ppfeature_status drm/amdgpu: fix spelling mistake "retrived" -> "retrieved" drm/amdgpu/vega20: use mode1 reset for RAS and XGMI drm/amd/display: 3.2.31 drm/amd/display: Disable ABM before destroy ABM struct drm/amd/display: dont set otg offset drm/amd/display: Explicitly specify update type per plane info change drm/amd/display: Rename EDID_BLOCK_SIZE to DC_EDID_BLOCK_SIZE drm/amd/display: Use VCP for extended colorimetry drm/amd/display: Use DCN functions instead of DCE drm/amd/display: Engine-specific encoder allocation drm/amd/display: enabling stream after HPD low to high happened drm/amd/display: Program VTG params after programming Global Sync drm/amd/display: add null checks and set update flags drm/amd/display: 3.2.30 drm/amd/display: Reuse MPC OGRAM for 1D blender drm/amd/display: Remove DPMS state dependency for fast boot drm/amd/display: Hook up CRC capture support for dce120 drm/amd/display: define v_total_min and max parameters drm/amd/powerplay: support sw smu hotspot and memory temperature retrieval drm/amd/powerplay: support uclk activity retrieve on sw smu routine drm/amd/powerplay: honor hw limit on fetching metrics data drm/amd/powerplay: support ppfeatures sysfs interface on sw smu routine drm/amd/powerplay: drop redundant smu call drm/amd/powerplay: drop unnecessary sw smu check drm/amd/display: Drop DCN1_01 guards drm/amd/display: Don't load DMCU for Raven 1 (v2) drm/amd/display: Add ASICREV_IS_PICASSO drm/amdgpu: Report firmware versions with sysfs v2 drm/amdgpu: make VCN DPG pause mode detached from general VCN drm/amdgpu: move the VCN DPG mode read and write to VCN drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStE drm/amdgpu: suppress repeating tmo report drm/amdgpu: remove static GDS, GWS and OA allocation drm/amd/powerplay: update Vega10 ACG Avfs Gb parameters drm/amd/powerplay: force to update all clock tables on OD reset drm/amd/powerplay: update Vega10 power state on OD drm/amd/powerplay: avoid repeat AVFS enablement/disablement drm/amd/powerplay: valid Vega10 DPMTABLE_OD_UPDATE_VDDC settings V2 drm/amd/powerplay: fix Vega10 mclk/socclk voltage link setup drm/amdgpu: check no_user_fence flag for engines drm/amdgpu/VCN: set no_user_fence flag to true drm/amdgpu/VCE: set no_user_fence flag to true drm/amdgpu/UVD: set no_user_fence flag to true drm/amdgpu: add no_user_fence flag to ring funcs drm/amdgpu: sdma handle ras resume drm/amdgpu: gfx handle ras resume drm/amdgpu: gmc handle ras resume drm/amdgpu: enable ras suspend/resume drm/amdgpu: ras support suspend/resume drm/amdgpu: add badpages sysfs interafce drm/amdgpu: Fix S3 test issue drm/amd/display: Make some functions static drm/amdgpu: RLC to program regs for Vega10 SR-IOV drm/amdgpu: add basic func for RLC program reg drm/amdgpu: Skip setting some regs under Vega10 VF drm/amdgpu: Support PSP VMR ring for Vega10 VF drm/amdgpu: call psp to program ih cntl in SR-IOV drm/amdgpu: implement PSP cmd GFX_CMD_ID_PROG_REG drm/amdgpu: Add new PSP cmd GFX_CMD_ID_PROG_REG drm/amdgpu: initialize PSP before IH under SR-IOV drm/amdgpu: init vega10 SR-IOV reg access mode drm/amdgpu: gpu reset will run ras post init drm/amdgpu: sdma support ras gpu reset drm/amdgpu: gfx support ras gpu reset drm/amdgpu: gmc support ras gpu reset drm/amdgpu: handle ras reset drm/amdgpu: Issue ras TA disable/enable cmd forcely on boot drm/amdgpu: Revert "drm/amdgpu: skip gpu reset when ras error occured" drm/amdgpu: gpu reset will run late_init drm/amdgpu: add df perfmon regs and funcs for xgmi drm/amdgpu: add gfx9 gpr EDC workaround when RAS is enabled drm/amdgpu: add EDC counter register drm/amdgpu: Reserve shared fence for eviction fence drm/amd/display: Expose send immediate sdp message interface drm/amd/display: Fill plane attrs only for valid pxl format drm/amd/display: move back vbios cmd table for set dprefclk drm/amd/display: fix acquire_first_split_pipe function drm/amd/display: stop external access to internal optc sync params drm/amd/display: move signal type out of otg dlg params drm/amd/display: reset retimer/redriver below 340Mhz drm/amd/display: color space ycbcr709 support drm/amd/display: Define Byte 14 on AVI InfoFrame drm/amd/display: 3.2.29 drm/amd/display: Disable cursor when offscreen in negative direction drm/amd/display: Fill prescale_params->scale for RGB565 drm/amd/display: Support AVI InfoFrame V3 and V4 drm/amd/display: block passive dongle EDID Emulation for USB-C ports drm/amd/display: add SW_USE_I2C_REG request. drm/amd/display: add support for disconnected eDP panels drm/amd/display: Set dispclk and dprefclock directly drm/amd/display: fix multi display seamless boot case drm/amd/display: Refactor program watermark. drm/amd/display: 3.2.28 drm/amdgpu: rename amdgpu_prime.[ch] into amdgpu_dma_buf.[ch] drm/amd/amdgpu: Add MEM_LOAD to amdgpu_pm_info debugfs file drm/amdkfd: Cosmetic cleanup drm/amdgpu: Fix CIK references in gmc_v8 drm/amdgpu: Add PCIe replay count sysfs file drm/amdgpu: Add replay counter defines to NBIO headers drm/amdgpu: Update latest xgmi topology info after each device is enumulated drm/amdgpu: enable separate timeout setting for every ring type V4 drm/amdgpu: add new sysfs interface for memory realtime utilization drm/amd/powerplay: expose SMU7 asics realtime memory utilization drm/amd/powerplay: expose Vega12 realtime memory utilization drm/amd/powerplay: expose Vega20 realtime memory utilization drm/amdkfd: Adjust weight to represent num_hops info when report xgmi iolink drm/amdgpu: Implement get num of hops between two xgmi device drm/amdkfd: Expose HDP registers to user space drm/amdgpu: Remap hdp coherency registers drm/amd/powerplay: add helper function to get smu firmware & if version drm/amd/powerplay: expose Vega12 current gpu activity drm/amd/powerplay: expose Vega12 current power drm/amd/powerplay: support hwmon temperature channel labels V2 drm/amd/powerplay: expose current hotspot and memory temperatures V2 drm/amd/powerplay: support SMU metrics table on Vega12 drm/amd/powerplay: support temperature emergency max values drm/amd/powerplay: support hotspot/memory critical limit values misc: sgi-xp: Properly initialize buf in xpc_get_rsvd_page_pa char: misc: Move EXPORT_SYMBOL immediately next to the functions/varibles misc: remove redundant 'default n' from Kconfig-s ipmi_ssif: fix unexpected driver unregister warning drm/mcde: Add new driver for ST-Ericsson MCDE reset: Add reset controller support for BM1880 SoC dt-bindings: reset: Add devicetree binding for BM1880 reset controller drm/msm/a6xx: Rename a6xx_gmu_probe to a6xx_gmu_init drm/msm/a6xx: Drop the device reference in gmu drm/msm/a6xx: Remove devm calls from gmu driver drm/msm/a6xx: Check for ERR or NULL before iounmap drm/msm/a6xx: Remove duplicate irq disable from remove drm/msm/a6xx: Avoid freeing gmu resources multiple times arm64: defconfig: enable sunxi watchdog arm64: dts: allwinner: h6: add r_watchog node arm64: dts: allwinner: h6: add watchdog node dt-bindings: watchdog: add Allwinner H6 watchdog media: venus: firmware: fix leaked of_node references media: exynos4-is: Add missing of_node_put to fix reference leaks media: remove redundant 'default n' from Kconfig-s regulator: slg51000: Remove unneeded regl_pdata from struct slg51000 regulator: slg51000: Constify slg51000_regl_ops and slg51000_switch_ops ASoC: qdsp6: q6core: Use struct_size() in kmemdup() ASoC: Intel: Skylake: Use struct_size() helper ASoC: dapm: Use struct_size() in krealloc() ASoC: Intel: boards: remove unnecessary inclusion of skl.h pinctrl: Add pinconf support for BM1880 SoC dt-bindings: pinctrl: Document pinconf bindings for BM1880 SoC pinctrl: Rework the pinmux handling for BM1880 SoC dt-bindings: pinctrl: Modify pinctrl memory map pinctrl: meson: add output support in pinconf dt-bindings: pinctrl: meson: add output support in pinconf dt-bindings: pinctrl: Convert stm32 pinctrl bindings to json-schema pinctrl: stm32: add lock mechanism for irqmux selection pinctrl: stm32: Enable suspend/resume for stm32mp157c SoC pinctrl: stm32: add suspend/resume management platform/chrome: cros_ec_spi: Request the SPI thread be realtime ALSA: firewire-lib: refactoring to obsolete IR packet handler ALSA: firewire-lib: refactoring to obsolete IT packet handler ALSA: firewire-lib: fix inverted node IDs for amdtp_packet events ALSA: firewire-lib: fix data block counter for incoming packet without CIP header drm/i915/gen11: enable support for headerless msgs drm/i915/gtt: Neuter the deferred unbind callback from gen6_ppgtt_cleanup drm/meson: imply dw-hdmi i2s audio for meson hdmi drm/stm: dsi: check hardware version drm/stm: ltdc: remove clk_round_rate comment tty: cpm_uart: drop unused iflag macro tty: ipoctal: drop unused iflag macro tty: simserial: drop unused iflag macro tty: tty_io: fix driver refcount imbalance on error path pinctrl: core: Do not add device links for hogs vt/fbcon: deinitialize resources in visual_init() after failed memory allocation consolemap: Fix a memory leaking bug in drivers/tty/vt/consolemap.c tty: serial: cpm_uart - fix init when SMC is relocated serial: stm32: fix the get_irq error case serial: stm32: fix wakeup source initialization serial: stm32: Add support of TC bit status check serial: stm32: fix transmit_chars when tx is stopped serial: stm32: fix rx data length when parity enabled serial: stm32: fix rx error handling serial: stm32: fix word length configuration usb: avoid redundant allocation and free of memory dt-bindings: fix up for vendor prefixes file conversion locking/lockdep: Remove the unused print_lock_trace() function ALSA: firewire-lib: use 8 byte packet header for IT context to separate CIP header from CIP payload ALSA: firewire-lib: code refactoring to queueing packets ALSA: firewire-lib: unify packet handler for IT context ALSA: firewire-lib: split helper function to generate CIP header staging: kpc2000: remove unnecessary oom message staging: kpc2000: remove unnecessary include in cell_probe.c staging: kpc2000: remove unnecessary braces in cell_probe.c staging: kpc2000: use kzalloc(sizeof(var)...) in cell_probe.c staging: kpc2000: remove extra blank lines in cell_probe.c staging: kpc2000: fix alignment issues in cell_probe.c staging: kpc2000: add missing asterisk in comment staging: kpc2000: use __func__ in debug messages staging: kpc2000: add blank line after declarations staging: pi433: Remove unnecessary variable Documentation/x86: Fix path to entry_32.S x86/asm: Remove unused TASK_TI_flags from asm-offsets.c x86/io_delay: Define IO_DELAY macros in C instead of Kconfig x86/io_delay: Break instead of fallthrough in switch statement locking/lockdep: Don't complain about incorrect name for no validate class ALSA: hdspm: Fix single speed ADAT capture and playback with RME HDSPe AIO ALSA: pcm: oss: Use struct_size() helper net: ll_temac: Fix compile error ARM: dts: aspeed: Add Microsoft Olympus BMC ARM: dts: aspeed: Adding Lenovo Hr630 BMC ARM: dts: aspeed: Add Facebook YAMP BMC ARM: dts: aspeed: swift: Add pca9539 devices ARM: dts: aspeed: Add Swift BMC machine ARM: dts: aspeed: cmm: enable ehci host controllers ARM: dts: aspeed: zaius: fixed I2C bus numbers for pcie slots ARM: dts: aspeed: zaius: update 12V brick I2C address ARM: dts: aspeed: zaius: add Infineon and Intersil regulators ARM: dts: aspeed: quanta-q71: Enable p2a node ARM: dts: aspeed: Add aspeed-p2a-ctrl node ARM: dts: aspeed: Add Power9 and Power9 CFAM description ARM: dts: aspeed: Rename flash-controller nodes audit: add saddr_fam filter field audit: re-structure audit field valid checks clk: Unexport __clk_of_table clk: Remove ifdef for COMMON_CLK in clk-provider.h bpf: convert explored_states to hash table bpf: split explored_states bpf: cleanup explored_states drm/i915: remove unused IO_TLB_SEGPAGES which should be defined by swiotlb drm/i915/uc: Skip reset preparation if GuC is already dead drm/i915/uc: Stop talking with GuC when resetting drm/i915/uc: Skip GuC HW unwinding if GuC is already dead drm/i915/uc: Use GuC firmware status helper drm/i915/uc: Explicitly sanitize GuC/HuC on failure and finish drm/i915/guc: Rename intel_guc_is_alive to intel_guc_is_loaded drm/i915/selftests: Use prepare/finish during atomic reset test Input: iqs5xx - remove redundant dev_set_drvdata call drm/i915/selftests: Split igt_atomic_reset testcase drm/i915/selftests: Move some reset testcases to separate file drm/i915/gtt: Always acquire struct_mutex for gen6_ppgtt_cleanup ice: Silence semantic parser warnings ice: Fix couple of issues in ice_vsi_release ice: Reorganize ice_vf struct ice: Use bitfields when possible ice: Reorganize tx_buf and ring structs ice: Format ethtool reported stats ice: Gracefully handle reset failure in ice_alloc_vfs() ice: Refactor the LLDP MIB change event handling ice: Advertise supported link modes if none requested ice: Fix hang when ethtool disables FW LLDP ice: Call out dev/func caps when printing ice: Remove braces for single statement blocks ice: Cleanup an unnecessary variable initialization ice: Implement LLDP persistence ice: Fix double spacing media: rc-main: clean-up two warnings media: media_device_enum_links32: clean a reserved field media: vpss: fix the order of resource clean up media: vpss: fix a potential NULL pointer dereference drm/edid: Fix docbook in drm_hdmi_infoframe_set_hdr_metadata() net: qualcomm: rmnet: Move common struct definitions to include media: staging/imx: Allow driver to build if COMPILE_TEST is enabled Revert "dpaa2-eth: configure the cache stashing amount on a queue" cxgb4: use firmware API for validating filter spec net: ll_temac: Enable multicast support net: ll_temac: Cleanup multicast filter on change net: ll_temac: Prepare indirect register access for multicast support net: ll_temac: Do not make promiscuous mode sticky on multicast arm64: dts: meson: g12a: add ethernet mac controller net: phy: lxt: Add suspend/resume support to LXT971 and LXT973. devlink: add warning in case driver does not set port type media: coda: remove -I$(src) header search path rtc: st-lpc: remove unnecessary check rtc: ds1307: properly handle oscillator failure flags rtc: s35390a: change FLAG defines to use BIT macro rtc: s35390a: introduce struct device in probe rtc: s35390a: set uie_unsupported rtc: s35390a: clarify INT2 pin output modes rtc: test: enable wakeup flags rtc: ds2404: use hw endiannes variable drm/vc4: Allocate binner bo when starting to use the V3D drm/vc4: Check for the binner bo before handling OOM interrupt drm/vc4: Check for V3D before binner bo alloc drm/vc4: Reformat and the binner bo allocation helper media: Kconfig: allow to select drivers if EMBEDDED selftests/bpf: add pyperf scale test selftests/bpf: adjust verifier scale test bpf: bump jmp sequence limit media: videobuf2-core.h: Document the alloc memop size argument as page aligned media: videobuf2-dma-sg: Prevent size from overflowing media: videobuf2-core: Prevent size alignment wrapping buffer size to 0 media: staging/intel-ipu3: update minimal GDC envelope size to 4 media: smiapp: core: add small range to usleep_range media: marvell-ccic: don't generate EOF on parallel bus media: marvell-ccic: fix DMA s/g desc number calculation media: dt-bindings: marvell,mmp2-ccic: Add Marvell MMP2 camera media: v4l: fwnode: C-PHY has no clock lane f2fs: fix to avoid deadloop if data_flush is on f2fs: always assume that the device is idle under gc_urgent f2fs: add bio cache for IPU f2fs: allow ssr block allocation during checkpoint=disable period f2fs: fix to check layout on last valid checkpoint park f2fs: link f2fs quota ops for sysfile spi: Allow SPI devices to request the pumping thread be realtime drm/mediatek: Fix warning about unhandled enum value spi: tegra114: set master cleanup and also invoke it on probe error spi: dt-bindings: Convert Arm pl022 to json-schema regulator: max77650: Move max77651_SBB1_desc's declaration down ASoC: mediatek: mt8183: move card registration to the end of probe ASoC: mediatek: mt8183: remove unused DAPM pins ASoC: Mediatek: MT8183: enable dev runtime suspend and resume arm64: dts: imx8mm: add clock for SNVS RTC node arm64: dts: imx8mm: add clock for GPIO node clk: imx: keep the mmdc p1 ipg clock always on on 6sx/ul/ull/sll clk: imx8m: Add GIC clock clk: imx8mm: Mark dram_apb critical clk: imx7ulp: update nic1_bus_clk parent info clk: imx: Use imx_mmdc_mask_handshake() API for masking MMDC channel clk: imx: Add common API for masking MMDC handshake dt-bindings: clock: imx8m: Add GIC clock ARM: dts: vf610-zii-dev: Add QSPI node ARM: dts: vf610-zii-dev: Fix incorrect UART2 pin assignment drm/i915: remove duplicate typedef for intel_wakeref_t ALSA: firewire-lib: unify packet handler for IR context ALSA: firewire-lib: use 16 bytes IR context header to separate CIP header ALSA: firewire-lib: split helper function to check incoming CIP header ALSA: firewire-lib: compute pointer to payload buffer in context handler ALSA: firewire-lib: calculate the length of packet payload in packet handler ALSA: firewire-lib: use clear name for variable of CIP header drm/virtio: remove irrelevant DRM_UNLOCKED flag drm/cirrus: remove leftover files media: ov7740: remove redundant V4L2_CTRL_FLAG_VOLATILE set media: ov7740: fix vertical flip control media: ov7740: avoid invalid framesize setting media: ov7740: fix unbalanced pm_runtime_get/put media: cec-ioc-g-mode.rst: be more specific when EPERM is returned media: cec: allow any initiator for Ping and Image/Text View On media: cec: support CEC_MSG_FL_RAW media: cec-ioc-receive.rst: document CEC_MSG_FL_RAW media: cec: add CEC_MSG_FL_RAW flag and msg_is_raw helper function media: cec: move check from cec_transmit to cec_transmit_msg_fh media: cec: cec_transmit_msg_fh: do sanity checks first media: cec-gpio: use disable/enable_irq ARM: dts: imx53-smd: Add OV5642 video capture support ARM: dts: imx53: Add capture-subsystem device drm/i915: Update DRIVER_DATE to 20190523 arm64: dts: ls1028a: Add USB dt nodes ARM: dts: imx: Avoid colliding 'display' node and property names perf/x86/intel/rapl: Cosmetic rename internal variables in response to multi-die/pkg support perf/x86/intel/uncore: Cosmetic renames in response to multi-die/pkg support hwmon/coretemp: Cosmetic: Rename internal variables to zones from packages thermal/x86_pkg_temp_thermal: Cosmetic: Rename internal variables to zones from packages perf/x86/intel/cstate: Support multi-die/package perf/x86/intel/rapl: Support multi-die/package perf/x86/intel/uncore: Support multi-die/package topology: Create core_cpus and die_cpus sysfs attributes topology: Create package_cpus sysfs attribute hwmon/coretemp: Support multi-die/package powercap/intel_rapl: Update RAPL domain name and debug messages thermal/x86_pkg_temp_thermal: Support multi-die/package powercap/intel_rapl: Support multi-die/package powercap/intel_rapl: Simplify rapl_find_package() x86/topology: Define topology_logical_die_id() x86/topology: Define topology_die_id() cpu/topology: Export die_id x86/topology: Create topology_max_die_per_package() x86/topology: Add CPUID.1F multi-die/package support pinctrl: stmfx: enable links creations pinctrl: Enable device link creation for pin control clk: imx8mm: add SNVS clock to clock tree dt-bindings: clock: imx8mm: Add SNVS clock staging: kpc2000: remove invalid spaces in cell_probe.c staging: kpc2000: add space after comma in cell_probe.c staging: kpc2000: add spaces around operators in cell_probe.c staging: kpc2000: fix invalid linebreaks in cell_probe.c staging: kpc2000: add space between ) and { in cell_probe.c staging: kpc2000: fix indent in cell_probe.c staging: rtl8723bs: core: rtw_recv: fix warning Comparison to NULL pinctrl: bcm: Allow PINCTRL_BCM2835 for ARCH_BRCMSTB dt-bindings: pinctrl: bcm2835-gpio: Document BCM7211 compatible pinctrl: meson: g12a: add DS bank value pinctrl: meson: add support of drive-strength-microamp pinctrl: meson: Rework enable/disable bias part dt-bindings: pinctrl: meson: Add drive-strength-microamp property pinctrl: generic: add new 'drive-strength-microamp' property support dt-bindings: pinctrl: add a 'drive-strength-microamp' property pinctrl: rockchip: fix leaked of_node references staging: kpc2000: kpc_i2c: fix platform_no_drv_owner.cocci warnings staging: unisys: visornic: Replace GFP_ATOMIC with GFP_KERNEL drm/i915/dp: Support DP ports YUV 4:2:0 output to GEN11 drm/i915/dp: Change a link bandwidth computation for DP drm/i915/dp: Add a support of YCBCR 4:2:0 to DP MSA drm/i915/dp: Program VSC Header and DB for Pixel Encoding/Colorimetry Format drm: Rename struct edp_vsc_psr to struct dp_sdp drm/i915/dp: Add a config function for YCBCR420 outputs crypto: crypto4xx - block ciphers should only accept complete blocks crypto: crypto4xx - fix blocksize for cfb and ofb crypto: crypto4xx - fix AES CTR blocksize value crypto: caam - print debugging hex dumps after unmapping crypto: talitos - fix skcipher failure due to wrong output IV crypto: ccp - Fix 3DES complaint from ccp-crypto module crypto: ccp - fix AES CFB error exposed by new test vectors crypto: ccp - AES CFB mode is a stream cipher crypto: arm/sha512 - Make sha512_arm_final static crypto: drbg - add FIPS 140-2 CTRNG for noise source crypto: caam/qi - DMA map keys using proper device crypto: caam/qi - fix address translations with IOMMU enabled crypto: caam/qi - don't allocate an extra platform device crypto: caam - convert top level drivers to libraries crypto: caam - fix S/G table passing page boundary crypto: caam - avoid S/G table fetching for AEAD zero-length output crypto: qat - do not offload zero length requests crypto: qat - return error for block ciphers for invalid requests crypto: qat - return proper error code in setkey crypto: qat - fix block size for aes ctr mode crypto: qat - update iv after encryption or decryption operations crypto: qat - add check for negative offset in alg precompute function crypto: qat - remove spin_lock in qat_ablkcipher_setkey libbpf: emit diff of mismatched public API, if any ARM: dts: meson8m2: mxiii-plus: add the supply for the Mali GPU ARM: dts: meson8m2: mxiii-plus: rename the DCDC2 regulator soc: amlogic: canvas: add support for Meson8, Meson8b and Meson8m2 dt-bindings: soc: amlogic: canvas: document support for Meson8/8b/8m2 ARM: dts: meson8b: add the canvas module ARM: dts: meson8m2: update the offset of the canvas module ARM: dts: meson8: add the canvas module hv_sock: perf: loop in send() to maximize bandwidth hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffers ipv4/igmp: shrink struct ip_sf_list neighbor: Add tracepoint to __neigh_create selftests: pmtu: Simplify cleanup and namespace names selftests: fib-onlink: Make quiet by default net: Set strict_start_type for routes and rules ipv4: Rename and export nh_update_mtu ipv4: export fib_info_update_nh_saddr ipv4: export fib_flush ipv4: export fib_check_nh ipv4: Add function to send route updates ipv6: export function to send route updates ipv6: Add hook to bump sernum for a route to stubs ipv6: Add delete route hook to stubs net: phy: Make phy_basic_t1_features use base100t1. net: phy: Add support for 100BaseT1 and 1000BaseT1 net: phy: dp83867: Allocate state struct in probe net: phy: dp83867: Validate FIFO depth property net: phy: dp83867: IO impedance is not dependent on RGMII delay net: phy: dp83867: Use unsigned variables to store unsigned properties net: phy: dp83867: Rework delay rgmii delay handling net: phy: dp83867: Add ability to disable output clock dt-bindings: phy: dp83867: Add documentation for disabling clock output dt-bindings: phy: dp83867: Describe how driver behaves w.r.t rgmii delay cxgb4: Enable hash filter with offload net: fec: remove redundant ipg clock disable signal: Correct namespace fixups of si_pid and si_uid signal/usb: Replace kill_pid_info_as_cred with kill_pid_usb_asyncio dt-bindings: gpu: mali-midgard: Add H6 mali gpu compatible video/hdmi: Add Unpack function for DRM infoframe drm: Add HLG EOTF drm: Enable HDR infoframe support drm: Parse HDR metadata info from EDID drm: Add reference counting on HDR metadata blob drm: Add HDR source metadata property media: cec: mark devnode as registered before actually registering it media: rc: meson-ir: update with SPDX Licence identifier media: af9035: Remove duplicate error reporting for dvbsky_usb_generic_rw media: dvbsky: Remove duplicate error reporting for dvbsky_usb_generic_rw media: dvb-usb-v2: Report error on all error paths media: au0828: fix null dereference in error path media: dvb: usb: fix use after free in dvb_usb_device_exit media: spi: IR LED: add missing of table registration drm: panfrost: add optional bus_clock dt-bindings: gpu: add bus clock for Mali Midgard GPUs net: Add UNIX_DIAG_UID to Netlink UNIX socket diagnostics. arm64: tegra: Make DT model property consistent arm64: tegra: Clarify that P2888 is the Jetson AGX Xavier arm64: tegra: Clarify that P3310 is the Jetson TX2 arm64: tegra: Clarify that P2771 is the Jetson TX2 Developer Kit drm: remove prime sg_table caching dma-buf: start caching of sg_table objects v2 drm/i915: Engine discovery query keys: sparse: Fix key_fs[ug]id_changed() staging: kpc2000: kpc_i2c: add static qual to local symbols in kpc_i2c.c staging: kpc2000: kpc_i2c: Remove unnecessary function tracing prints staging: kpc2000: kpc_i2c: use <linux/io.h> instead of <asm/io.h> staging: kpc2000: kpc_i2c: newline fixups to meet linux style guide staging: kpc2000: kpc_i2c: remove unused module param disable_features staging: rtl8192u: Remove an unnecessary NULL check staging: kpc2000: removed superfluous NULL checks from device attribute call-backs. staging: kpc2000: simplified kp2000_device retrieval in device attribute call-backs. staging: kpc2000: use IDA to assign card numbers. staging: kpc2000: added separate show functions for readable kp device attributes, defined them as read-only, and declared them static. staging: kpc2000: added a helper to get struct kp2000_device from struct device. staging: kpc2000: improved formatting of core.c. staging: rtl8723bs: Fix Coverity warning in rtw_dbg_port() staging: wilc1000: remove redundant masking of pkt_offset staging: fieldbus: arcx-anybus: change custom -> mmio regmap Staging: rtl8188eu: core: Use !x in place of NULL comparisons Staging: rtl8188eu: os_dep: Replace comparison with zero to !x Staging: rtl8192u: ieee80211: Replace function names in strings with "%s", __func__ Staging: rtl8723bs: os_dep: Remove functions that don't do anything. regulator: Convert max8660 binding to json-schema regulator: Convert gpio-regulator to json-schema regulator: Convert regulator binding to json-schema spi: bcm2835: Drop assignment of dma_slave_config direction spi: bcm2835: Replace spi_master by spi_controller spi: dt-bindings: Convert spi-gpio binding to json-schema ASoC: Intel: Add machine driver for CX2072X on BYT/CHT platforms ASoC: Add support for Conexant CX2072X CODEC drm/gma500: drop drmp.h include from all .c files drm/gma500: drop use of DRM_UDELAY wrapper drm/gma500: make local header files more self-contained drm/gma500: drop drmP.h from header files drm/gma500: remove empty gma_drm.h header file ARM: delete netx machine HID: logitech-hidpp: HID: make const array consumer_rdesc_start static HID: logitech-dj: make const array template static drm: Assert that BO is locked in drm_gem_vram_{pin, unpin}_locked() drm: Rename reserve/unreserve to lock/unlock in GEM VRAM helpers drm: Replace drm_gem_vram_push_to_system() with kunmap + unpin ALSA: firewire-lib: use IT context header to compute cycle count for scheduling packet ALSA: firewire-lib: obsolete macro for header of IT context ALSA: firewire-lib: add helper function to cancel context inner callback handler ALSA: firewire-lib: use union for directional parameters drm/i915/icl: Add WaDisableBankHangMode drm/i915/selftests: Verify context workarounds ARM: dts: rockchip: Configure the GPU thermal zone for mickey ARM: dts: rockchip: Use the GPU to cool CPU thermal zone of veyron mickey ARM: dts: rockchip: remove GPU 500 MHz OPP on rk3288 ARM: dts: rockchip: Use GPU as cooling device for the GPU thermal zone of the rk3288 clk: imx8mq: add SNVS clock to clock tree ARM: dts: rockchip: Add #cooling-cells entry for rk3288 GPU dt-bindings: clock: imx8mq: Add SNVS clock dt-bindings: gpu: add #cooling-cells property to the ARM Mali Midgard GPU binding ARM: dts: rockchip: Mark that the rk3288 timer might stop in suspend ARM: dts: rockchip: Add pin names for rk3288-veyron-jerry ARM: dts: rockchip: Add pin names for rk3288-veyron-minnie drm/i915: Allow specification of parallel execbuf drm/i915/execlists: Virtual engine bonding drm/i915: Extend execution fence to support a callback drm/i915: Apply an execution_mask to the virtual_engine drm/i915: Load balancing across a virtual engine drm/i915: Allow userspace to clone contexts on creation drm/i915: Re-expose SINGLE_TIMELINE flags for context creation drm/i915: Extend I915_CONTEXT_PARAM_SSEU to support local ctx->engine[] drm/i915: Allow a context to define its set of engines drm/i915: Restore control over ppgtt for context creation ABI remoteproc,rpmsg: add missing MAINTAINERS file entries rpmsg: core: Make remove handler for rpmsg driver optional. dt-bindings: soc: qcom: Add remote-pid binding for GLINK SMEM remoteproc: qcom: qdsp6-adsp: Add support for QCS404 CDSP dt-bindings: remoteproc: Rename and amend Hexagon v56 binding drm/scheduler: Fix job cleanup without timeout handler dmaengine: xilinx_dma: Remove set but unused ‘tail_desc’ audit: deliver signal_info regarless of syscall RDMA/efa: Remove check that prevents destroy of resources in error flows ASoC: fsl_asrc: Unify the supported input and output rate batman-adv: fix for leaked TVLV handler. batman-adv: Start new development cycle ASoC: soc-pcm: fixup try_module_get()/module_put() timing spi: sun6i: Add YAML schemas spi: sun4i: Add YAML schemas spi: Add YAML schemas for the generic SPI options selinux: remove some no-op BUG_ONs regulator: arizona-micsupp: Add support for Cirrus Logic Madera codecs regulator: arizona-ldo1: Add support for Cirrus Logic Madera codecs regulator: arizona: Update device tree binding to support Madera CODECs selinux: provide __le variables explicitly ASoC: Intel: sof-rt5682: add newline for clarity ASoC: Mediatek: MT8183: fix compile error ASoC: Mediatek: MT8183: fix compile error RDMA/nes: Remove second wait queue initialization call RDMA/i40iw: Remove useless NULL checks RDMA/nes: Remove useless NULL checks RDMA/core: Make ib_destroy_cq() void RDMA/ipoib: Remove check of destroy CQ rds: Don't check return value from destroy CQ RDMA/core: Return void from ib_device_check_mandatory() IB/mlx4: Delete unused func arg RDMA/umem: Move page_shift from ib_umem to ib_odp_umem RDMA/qedr: Fix incorrect device rate. RDMA/core: Fix doc typo RDMA/rw: Add info regarding SG count failure RDMA/rw: Print the correct number of sig MRs RDMA/rw: Fix doc typo IB/isert: Remove unused sig_attrs argument IB/iser: Remove unused sig_attrs argument IB/iser: Refactor iscsi_iser_check_protection function arm64: dts: meson: g12a: add tohdmitx arm64: dts: meson: sei510: add bluetooth supplies dt-bindings: arm: Convert Amlogic board/soc bindings to json-schema dt-bindings: arm: amlogic: Move 'amlogic, meson-gx-ao-secure' binding to its own file arm64: dts: meson: g12a: enable hdmi_tx sound dai provider arm64: dts: meson: g12a: add spdifin arm64: dts: meson: g12a: add pdm arm64: dts: meson: g12a: add spdifouts arm64: dts: meson: g12a: add tdm arm64: dts: meson: g12a: add audio fifos arm64: dts: meson: g12a: add audio memory arbitrer arm64: dts: meson: g12a: add audio clock controller arm64: dts: meson: sei510: enable i2c3 arm64: dts: meson: u200: enable i2c busses arm64: dts: meson: g12a: add i2c nodes arm64: dts: meson: g12a: set uart_ao clocks arm64: dts: meson: sei510: add sd and emmc arm64: dts: meson: u200: add sd and emmc arm64: dts: meson: g12a: add mmc nodes arm64: dts: meson: odroid-c2: add missing mmc modes arm64: dts: meson: nanopi k2: add sd DDR50 arm64: dts: amlogic: remove ethernet-phy-idAAAA.BBBB compatible strings arm64: dts: meson: u200: consistently order nodes arm64: dts: meson: sei510: consistently order nodes arm64: dts: meson: vim2: remove sd hs and hs400 modes from emmc arm64: dts: meson: vim2: add missing clk-gate pinctrl arm64: dts: meson: fix mmc v2 chips max frequencies arm64: dts: meson: fix mmc pin bias arm64: dts: meson: libretech-cc: switch eMMC to 1.8v arm64: dts: meson: libretech-cc: set eMMC as removable arm64: dts: meson-g12a-u200: enable IR decoder arm64: dts: meson-g12a-x96-max: enable IR decoder arm64: dts: meson-g12a: Add IR nodes arm64: dts: meson-g12a: Add PWM nodes ARM: dts: at91: sama5d3: switch to new sckc bindings ARM: dts: at91: at91sam9rl: switch to new sckc bindings ARM: dts: at91: at91sam9g45: switch to new sckc bindings ARM: dts: at91: at91sam9x5: switch to new sckc bindings drm/fourcc: Fix the parameters name in the documentation mei: Convert to use DEFINE_SHOW_ATTRIBUTE macro dt-bindings: tegra186-gpio: Remove unused definitions arm64: tegra: Use TEGRA186_ prefix for GPIOs ARM: dts: sun6i: Add default address and size cells for SPI MAINTAINERS: drop Jerry as TTM maintainer ARM: dts: at91sam9261ek: remove unused chosen nodes media: si2168: add frequency data to frontend info media: venus: helpers: fix dynamic buffer mode for v4 media: venus: hfi_cmds: add more not-implemented properties media: venus: Add support for H265 controls media: venus: core: fix max load for msm8996 and sdm845 drm/lima: add timeout to drm scheduler init media: coda: update profile and level controls after sequence initialization media: coda: add menu strings to s_ctrl debug output media: coda: demote s_ctrl debug messages to level 2 media: coda: improve decoder job finished debug message media: coda: add coda_frame_type_char helper media: coda: move job ready message to coda_debug level 2 media: coda: move register debugging to coda_debug level 3 media: atmel: atmel-isc: make try_fmt error less verbose media: atmel: atmel-isc: add support for DO_WHITE_BALANCE media: v4l2-ctrl: fix flags for DO_WHITE_BALANCE media: atmel: atmel-isc: reworked white balance feature ARM: dts: stm32: Add I2C 1 config for stm32mp157a-dk1 scsi: st: add a SPDX tag to st.c scsi: sr: add a SPDX tag to sr.c scsi: sg: switch to SPDX tags scsi: ses: switch to SPDX tags scsi: sd: switch remaining files to SPDX tags scsi: sd: add a SPDX tag to sd.c scsi: libsas: switch remaining files to SPDX tags scsi: libsas: switch sas_ata.[ch] to SPDX tags scsi: libsas: add a SPDX tag to sas_task.c scsi: libiscsi: switch to SPDX tags scsi: libfcoe: switch to SPDX tags scsi: libfc: switch to SPDX tags scsi: libfc: remove duplicate GPL boilerplate text scsi: scsi_transport_srp: switch to SPDX tags scsi: scsi_transport_spi: switch to SPDX tags scsi: scsi_transport_sas: switch to SPDX tags scsi: scsi_transport_iscsi: switch to SPDX tags scsi: scsi_transport_fc: switch to SPDX tags scsi: scsi_transport_fc: remove duplicate GPL boilerplate text scsi: scsi_transport.h: switch to SPDX tags scsi: scsi_netlink: remove duplicate GPL boilerplate text scsi: core: switch the remaining scsi midlayer files to use SPDX tags scsi: core: add SPDX tags to scsi midlayer files missing licensing information tty: max310x: Split uart characters insertion loop tty: max310x: Optionally enable rs485 on startup tty: max310x: Add rx-during-tx rs485 flag support tty: max310x: Fix invalid baudrate divisors calculator tty: max310x: Don't pass stacked buffers to SPI tty: max310x: Introduce max310x_one port macro-wrapper tty: max310x: Simplify tx-work item code tty: amba-pl011: allow shared interrupt tty: serial: 8250: Fix type field in format string serial: 8250_of: Use of_device_get_match_data() ARM: dts: stm32: enable OV5640 camera on stm32mp157c-ev1 board ARM: dts: stm32: add DCMI pins to stm32mp157c ARM: dts: stm32: add DCMI camera interface support on stm32mp157c arm64: dts: imx8qxp: Add gpio alias arm64: dts: imx8mq: Add gpio alias pinctrl: sh-pfc: r8a7778: Use common PORT_GP_CFG_27() macro pinctrl: sh-pfc: Add PORT_GP_27 helper macro pinctrl: sh-pfc: r8a77965: Add TPU pins, groups and functions pinctrl: sh-pfc: r8a7796: Add TPU pins, groups and functions pinctrl: sh-pfc: r8a7795: Add TPU pins, groups and functions pinctrl: sh-pfc: r8a7795-es1: Add TPU pins, groups and functions pinctrl: sh-pfc: r8a77970: Remove MMC_{CD,WP} pinctrl: sh-pfc: Move PIN_NONE to shared header file pinctrl: sh-pfc: Add SH_PFC_PIN_CFG_PULL_UP_DOWN shorthand pinctrl: sh-pfc: Rename 2-parameter CPU_ALL_PORT() variant pinctrl: sh-pfc: Validate pin tables at runtime pinctrl: sh-pfc: Add check for empty pinmux groups/functions pinctrl: sh-pfc: Mark run-time debug code __init pinctrl: sh-pfc: Correct printk level of group reference warning ARM: dts: stm32: enable Vivante GPU support on stm32mp157a-dk1 board ARM: dts: stm32: enable Vivante GPU support on stm32mp157c-ed1 board ARM: dts: stm32: Add Vivante GPU support on STM32MP157c clk: renesas: r8a7796: Add CMM clocks ARM: dts: stm32: add i2s pins muxing on stm32mp157 ARM: dts: stm32: add i2s support on stm32mp157c ARM: dts: stm32: add sai pins muxing on stm32mp157 ARM: dts: stm32: add sai support on stm32mp157c clk: renesas: r8a779{5|6|65}: Add TPU clock ARM: dts: stm32: add jedec compatible for nor flash on stm32mp157c-ev1 ARM: dts: stm32: add pinctrl sleep config for qspi on stm32mp157c-ev1 staging: kpc2000: removed two kpc_uio_class device attributes. staging: kpc2000: added separate show functions for kpc_uio_class device attributes, defined them as read-only and declared them static. staging: rtl8723bs: hal: Remove unused variable dt-bindings: usb: renesas_usbhs: Add support for r7s9210 usb: renesas_usbhs: Add support for RZ/A2 usb: renesas_usbhs: support byte addressable CFIFO usb: renesas_usbhs: add support for CNEN bit usb: renesas_usbhs: move flags to param dt-bindings: rcar-gen3-phy-usb2: Add r7s9210 support dt-bindings: rcar-gen3-phy-usb2: Document dr_mode usb: core: hub: Disable hub-initiated U1/U2 usb: core: hub: Enable/disable U1/U2 in configured state arm64: dts: imx8mq: Remove unnecessary blank lines usb: remove redundant 'default n' from Kconfig-s drm/bochs: Fix connector leak during driver unload usb: renesas_usbhs: Use specific struct instead of USBHS_TYPE_* enums USB: OHCI: remove space before open square bracket '[' arm64: dts: imx8mq: Add cpu speed grading and all OPPs arm64: dts: imx8mm: Add cpu speed grading and all OPPs ARM: dts: stm32: add joystick support on stm32mp157c-ev1 ARM: dts: stm32: add STMFX support on stm32mp157c-ev1 ARM: dts: stm32: add orange and blue leds on stm32746g-eval ARM: dts: stm32: add joystick support on stm32746g-eval ARM: dts: stm32: add STMFX support on stm32746g-eval ARM: dts: stm32: use dedicated files to manage stm32mp157 packages device-dax: Drop register_filesystem() unexport simple_dname() z3fold: don't bother with dentry_operations usb: exynos: add workaround for the USB device bindings conflict usbip: usbip_host: cleanup do_rebind() return path staging: vt6656: manage error path during device initialization staging: vt6656: clean-up registers initialization error path staging: vt6656: use meaningful error code during buffer allocation staging: vt6656: clean error path for firmware management staging: vt6656: avoid discarding called function's return code staging: vt6656: clean function's error path in usbpipe.c staging: vt6656: fix potential NULL pointer dereference Staging: rtl8192u: ieee80211: Fix if-else coding style issue Staging: rtl8188eu: core: Remove else after break staging: pi433: fix misspelling of packet staging: kpc2000: remove SetBackEndControl() function staging: kpc2000: dma_common_defs.h: remove unused inline functions staging: kpc2000: move the i2c driver out of its subdirectory staging: kpc2000: move the spi driver out of its subdirectory staging: kpc2000: remove spi_parts.h staging: kpc2000: fix coding style in pcie.h staging: kpc2000: remove fileops.c file. ALSA: firewire-lib: unify tracing events to 'amdtp_packet' event ALSA: firewire-lib: use dynamic array for CIP header of tracing events ALSA: firewire-lib: use the same unit for payload argument in tracing events ALSA: firewire-lib: add data_blocks/data_block_counter parameter to in_packet/out_packet tracing events ALSA: firewire-lib: use the same type of argument for CIP header for tracing event Input: imx6ul_tsc - use devm_platform_ioremap_resource() to simplify code Input: imx_keypad - use devm_platform_ioremap_resource() to simplify code Input: da9063_onkey - convert header to SPDX Input: da9063_onkey - remove platform_data support dmaengine: axi-dmac: Sanity check memory mapped interface support dmaengine: axi-dmac: Enable TLAST handling dmaengine: axi-dmac: Add support for interleaved cyclic transfers dmaengine: stm32-dma: Fix redundant call to platform_get_irq dmaengine: jz4780: Use SPDX license notifier dmaengine: sudmac: remove unused driver platform/chrome: cros_ec_spi: Move to real time priority for transfers soc: fsl: qbman_portals: add APIs to retrieve the probing status soc: fsl: qman: fixup liodns only on ppc targets soc: fsl: dpio: Add support for memory backed QBMan portals bus: mc-bus: Add support for mapping shareable portals soc: fsl: dpio: Increase timeout for QBMan Management Commands soc: fsl: add DPAA2 console support Documentation: DT: Add entry for DPAA2 console soc: fsl: guts: Add definition for LX2160A dt-bindings: mfd: LMU: Add ti,brightness-resolution dt-bindings: mfd: LMU: Add the ramp up/down property ARM: bcm: fix a leaked reference by adding missing of_node_put memory: brcmstb: dpfe: introduce DPFE API v3 memory: brcmstb: dpfe: prepare for API-dependent sysfs attributes memory: brcmstb: dpfe: prepare support for multiple API versions memory: brcmstb: dpfe: wait for DCPU to be ready memory: brcmstb: dpfe: report firmware loading error memory: brcmstb: dpfe: remove unused code and fix formatting bus: brcmstb_gisb: Remove print of base address memory: brcmstb: dpfe: use byte 3 of registers MR4-MR8 memory: brcmstb: dpfe: optimize generic_show() memory: brcmstb: dpfe: use msleep() over udelay() arm64: dts: Stingray: Add NIC i2c device node arm64: dts: Add USB DT nodes for Stingray SoC arm64: dts: stingray: Add Stingray Thermal DT support. drm/i915: Bump gen7+ fb size limits to 16kx16k drm/i915: Bump fb stride limit to 128KiB for gen4+ and 256KiB for gen7+ drm/i915: Align dumb buffer stride to 4k to allow for gtt remapping drm/i915: Overcome display engine stride limits via GTT remapping drm/i915: Shuffle stride checking code around drm/i915/selftests: Add live vma selftest drm/i915/selftests: Add mock selftest for remapped vmas drm/i915: Add a new "remapped" gtt_view ARM: versatile: fix a leaked reference by addingmissing of_node_put ARM: dts: vexpress: specify AFS partition ARM: dts: realview: specify AFS partition ARM: dts: versatile: specify AFS partition ARM: dts: integrator: specify AFS partition power: supply: olpc_battery: Allow building the driver on non-x86 Platform: OLPC: Add a regulator for the DCON Platform: OLPC: Add XO-1.75 EC driver Platform: OLPC: Use BIT() and GENMASK() for event masks Platform: OLPC: Avoid a warning if the EC didn't register yet Platform: OLPC: Move EC-specific functionality out from x86 Platform: OLPC: Remove an unused include dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings spi: spidev: Add dhcom-board to compatibility list regulator: da9063: platform_data is gone, depend on OF regulator: da9063: move definitions out of a header into the driver regulator: da9063: remove platform_data support regmap: debugfs: Fix memory leak in regmap_debugfs_init ASoC: cs42xx8: add reset-gpios in binding document ASoC: soc-core: WARN() is not related to component->driver->probe ASoC: rsnd: move pcm_new from snd_soc_component_driver to snd_soc_dai_driver ASoC: Intel: glk_rt5682_max98357a: Remap button control-function ASoC: Mediatek: MT8183: enable IIR filter ASoC: rename functions that pollute the simple_xxx namespace tools: gpio: Add include/linux/gpio.h to .gitignore zsmalloc: don't bother with dentry_operations balloon: don't bother with dentry_operations cxlflash: don't bother with dentry_operations cxl: don't bother with dentry_operations drm: don't bother with super_operations and dentry_operations drm/bochs: fix ptr_ret.cocci warnings ipmi_si: use bool type for initialized variable ipmi_si: fix unexpected driver unregister warning dt-bindings: arm: renesas: Add HopeRun RZ/G2[M] boards ARM: dts: rza2mevb: Add USB Host support ARM: dts: r7s9210: Add USB Device support ARM: dts: r7s9210: Add USB Host support drm: Remove users of drm_format_info_plane_cpp drm: Replace instances of drm_format_info by drm_get_format_info drm/fourcc: Pass the format_info pointer to drm_format_plane_width/height drm/fourcc: Pass the format_info pointer to drm_format_plane_cpp drm: Remove users of drm_format_(horz|vert)_chroma_subsampling drm: Remove users of drm_format_num_planes drm/rockchip: Change the scl_vop_cal_scl_fac to pass drm_format_info ARM: dts: rskrza1: Add input switches ARM: dts: r7s72100: Add IRQC device node ARM: shmobile: Remove GENERIC_PHY from shmobile_defconfig arm64: dts: renesas: r8a7795: Add TPU support arm64: dts: renesas: r8a77965: Add TPU support arm64: dts: renesas: r8a7796: Add TPU support arm64: dts: renesas: ulcb-kf: Add support for TI WL1837 arm64: dts: renesas: draak: Remove unnecessary index from vin4 port arm64: dts: renesas: cat874: Add HDMI audio arm64: dts: renesas: cat874: Add HDMI video support arm64: dts: renesas: r8a774a1: Connect Ethernet-AVB to IPMMU-DS0 arm64: dts: renesas: r8a774a1: Tie Audio-DMAC to IPMMU-MP arm64: dts: renesas: r8a774a1: Tie SYS-DMAC to IPMMU-DS0/1 arm64: dts: renesas: r8a774a1: Add FDP1 instance arm64: dts: renesas: r8a774a1: Add DU device to DT arm64: dts: renesas: r8a774a1: Add VSP instances arm64: defconfig: Enable TDA19988 ARM: dts: r8a779x: Configure PMIC IRQ pinmux ARM: dts: rza2mevb: Add 48MHz USB clock ARM: dts: r7s9210: Add USB clock ARM: dts: rza2mevb: add ethernet aliases ARM: dts: rza2mevb: Add SDHI support ARM: dts: rza2mevb: Add Ethernet support ARM: dts: r7s9210: Add SDHI support ARM: dts: r7s9210: Add RIIC support ARM: dts: r7s9210: Add Ethernet support ARM: dts: r7s9210: Add RSPI clk: meson: g12a: add controller register init clk: meson: eeclk: add init regs clk: meson: g12a: add mpll register init sequences clk: meson: mpll: add init callback and regs clk: meson: axg: spread spectrum is on mpll2 clk: meson: gxbb: no spread spectrum on mpll0 clk: meson: mpll: properly handle spread spectrum Staging: mt7621-dma: Remove braces around single if statement ext2: code cleanup by using test_opt() and clear_opt() doc: ext2: update description of quota options for ext2 ext2: Strengthen xattr block checks ext2: Merge loops in ext2_xattr_set() ext2: introduce helper for xattr entry validation ext2: introduce helper for xattr header validation quota: add dqi_dirty_list description to comment of Dquot List Management staging: vt665*: use help instead of ---help--- in Kconfig staging: rtl8723bs: use help instead of ---help--- in Kconfig staging: rtl8188eu: use help instead of ---help--- in Kconfig staging: unisys: use help instead of ---help--- in Kconfig staging: most: use help instead of ---help--- in Kconfig staging: fsl-dpaa2: use help instead of ---help--- in Kconfig staging: kpc2000: kpc_i2c: fixup block comment style in i2c_driver.c staging: kpc2000: kpc_i2c: use %s with __func__ identifier in log messages staging: kpc2000: kpc_i2c: prevent memory leak in probe() error case staging: kpc2000: kpc_i2c: reformat copyright for better readability staging: kpc2000: kpc_i2c: reindent i2c_driver.c platform/chrome: Add ChromeOS EC ISHTP driver platform/chrome: cros_ec_spi: Always add of_match_table platform/chrome: wilco_ec: Remove 256 byte transfers platform/chrome: wilco_ec: Add property helper library platform/chrome: wilco_ec: Add Boot on AC support arm64: dts: allwinner: a64: Enable audio on Teres-I drm/bridge: Remove duplicate header ARM: dts: sun8i-h3: Fix wifi in Beelink X2 DT arm64: dts: allwinner: a64: bananapi-m64: Enable PMIC USB power supply arm64: dts: allwinner: axp803: add USB power supply node arm64: dts: allwinner: a64: Add pinmux for RGB666 LCD staging: kpc2000: remove lock_card/unlock_card functions staging: kpc2000: remove kp200_module.c file staging: kpc2000: fix coding style in uapi.h staging: fieldbus: solve warning incorrect type dev_core.c Staging: rtl8192u: ieee80211: Use !x in place of NULL comparisons staging: rtl8723bs: Fix boolinit.cocci warnings Staging: bcm2835-camera: Prefer kernel types staging: erofs: fix Warning Use BUG_ON instead of if condition followed by BUG arm64: dts: allwinner: a64: orangepi-win: Add wifi and bluetooth nodes arm64: dts: allwinner: h6: add PIO VCC bank supplies for Pine H64 arm64: dts: allwinner: a64-oceanic-5205-5inmfd: Enable GT911 CTP arm64: dts: allwinner: a64-amarula-relic: Add GT5663 CTP node arm64: dts: allwinner: a64: move I2C pinctrl to dtsi dt-bindings: bus: Convert Allwinner RSB to a schema ARM: dts: sun8i: r40: bananapi-m2-ultra: Remove regulator-always-on ARM: dts: sun8i: v40: bananapi-m2-berry: Add Bluetooth device node ARM: dts: sun8i: v40: bananapi-m2-berry: Enable AHCI ARM: dts: sun8i: v40: bananapi-m2-berry: Enable HDMI output ARM: dts: sun8i: v40: bananapi-m2-berry: Enable GMAC ethernet controller ARM: dts: sun8i: v40: bananapi-m2-berry: Add GPIO pin-bank regulator supplies ARM: dts: sun8i: r40: bananapi-m2-ultra: Add GPIO pin-bank regulator supplies arm64: defconfig: add allwinner sid support soc: imx: Read imx8mm soc revision from anatop dt-bindings: imx-cpufreq-dt: Document opp-supported-hw usage cpufreq: Add imx-cpufreq-dt driver opp: Allocate genpd_virt_devs from dev_pm_opp_attach_genpd() opp: Attach genpds to devices from within OPP core ALSA: dice: add stream format parameters for PreSonus FireStudio Staging: rtl8723bs: hal: Fix comparison to bool in if statements staging: kpc2000: removed trailing white-space. Staging: kpc2000: kpc_dma: include <linux/io.h> instead of <asm/io.h> Staging: rtl8188eu: os_dep: Use %s and __func__ in strings staging: rtl8723bs: core: rtw_recv: fix warning Unneeded variable ret Staging: rtl8192u: ieee80211: Fix coding style issues related to if else staging: vchiq: stop explicitly comparing with zero to catch errors staging: vchiq: make wait events interruptible staging: vchiq: revert "switch to wait_for_completion_killable" staging: vchiq_2835_arm: revert "quit using custom down_interruptible()" Staging: rtl8192u: ieee80211: Use !x in place of NULL comparison Staging: rtl8192u: ieee80211: Add spaces around '&&' operator Staging: rtl8192u: ieee80211: Fix coding style errors Staging: rtl8192u: ieee80211: Fix spelling mistake Staging: rtl8192u: ieee80211: Fix coding style warning Staging: rtl8192e: Use %s and __func__ in strings staging: erofs: drop unneeded -Wall addition staging: kpc2000: clean up after probe failure. staging: kpc2000: added missing clean-up to probe_core_uio. staging: kpc2000: added designated initializers to two structs. staging: kpc2000: declare two functions as static. staging: kpc2000: inverted conditional in order to reduce indentation. Staging: kpc2000: kpc_dma: Resolve cast warning and use const for file_operation Staging: kpc2000: kpc_dma: Resolve warning to use __func__ insted of funtion name reported by checkpatch. Staging: kpc2000: kpc_dma: Resolve warning Missing blank line after declarations & labels not to be indented. Staging: kpc2000: kpc_dma: Resolve checkpath errors Macros in paranthesis & trailing statements on next line. Staging: kpc2000: kpc_dma: Resolve code indent and trailing statements on next line errors reported by checkpatch. Staging: kpc2000: kpc_dma: Resolve checkpatch space errors around brace '{', '!' and open paranthesis '('. Staging: kpc2000: kpc_dma: Resolve space errors around pointers and function declarations reported by checkpatch. Staging: kpc2000: kpc_dma: Resolve trailing whitespace error reported by checkpatch staging: rtl8723bs: os_dep: Remove Unneeded variable ret Staging: rtl8723bs: os_dep: Fix if-else coding style issues staging: kpc2000: remove unused function kp2000_cdev_write staging: vc04_services: bcm2835-camera: remove redundant assignment to variable ret Staging: kpc2000: Cleanup in kpc_dma_transfer() staging: rtl8712: get rid of IS_MCAST staging: kpc_i2c: Remove unused file Staging: rtl8723bs: os_dep: Remove braces from single if statement staging: rtl8723bs: core: Fix variable constant comparisons. staging: rtl8723bs: core: Remove braces from single if statement. staging: rtl8723bs: core: Remove unnecessary parentheses. staging: rtl8723bs: core: Replace NULL comparisons. staging: rtl8723bs: core: Remove blank line. Staging: rtl8723bs: core: Fix Spelling mistake in comments Staging: rtl8723bs: os_dep: Fix switch-case indentation error drivers: staging : wlan-ng : collect return status without variable clk: imx8mm: add GPIO clocks to clock tree dt-bindings: clock: imx8mm: Add GPIO clocks ARM: dts: imx6sx-sdb: Assign corresponding power supply for LDOs ARM: dts: imx6sll-evk: Assign corresponding power supply for vdd3p0 ARM: dts: imx6sl-evk: Assign corresponding power supply for LDOs ARM: dts: imx7d-sdb: Assign corresponding power supply for LDOs ARM: dts: imx6qdl-sabresd: Assign corresponding power supply for LDOs ARM: dts: imx6ul: add clock-frequency to CPU node ARM: dts: imx7ulp-evk: Add backlight support ARM: dts: imx7ulp: Add tpm pwm support arm64: dts: imx8mm-evk: Add BD71847 PMIC ARM: dts: imx7s: Update coresight DT bindings arm64: dts: imx8mq: Add a node for irqsteer arm64: dts: ls1028a: Add properties for Mali DP500 node ARM: dts: imx53: Update pinmux settings on M53Menlo ARM: dts: imx53: Add GPIO line names on M53Menlo ARM: dts: imx53: Add GPIO beeper on M53Menlo ARM: dts: imx53: Add power GPIOs on M53Menlo ARM: dts: imx53: Select netdev trigger for Yellow LED on M53Menlo ARM: dts: imx53: Add ethernet PHY reset on M53Menlo ARM: dts: imx53: Update USB configuration on M53Menlo ARM: dts: imx53: Update UART configuration on M53Menlo ARM: dts: imx6qdl: Assign corresponding clocks instead of dummy clock ARM: dts: imx6sl: Assign corresponding clocks instead of dummy clock arm64: defconfig: Enable ROHM_BD718XX PMIC for imx8mm-evk arm64: defconfig: Enable lpi2c for imx8qxp and sensors arm64: defconfig: Enable imx8mm clk/pinctrl arm64: defconfig: Enable RTC_DRV_SNVS arm64: defconfig: add support for i.MX system controller watchdog ARM: imx_v6_v7_defconfig: Enable SIOX bus ARM: imx_v6_v7_defconfig: Add GPIO_PCF857X arm64: defconfig: Enable CONFIG_SPI_IMX clk: rockchip: add 1.464GHz cpu-clock rate to rk3228 clk: rockchip: Slightly more accurate math in rockchip_mmc_get_phase() clk: rockchip: Don't yell about bad mmc phases when getting clk: rockchip: Use clk_hw_get_rate() in MMC phase calculation ARM: rockchip: fix missing of_node_put calls in smp code arm64: dts: rockchip: Enable SPI1 on Ficus arm64: dts: rockchip: Enable SPI0 and SPI4 on Rock960 arm64: dts: rockchip: add PCIe nodes on rk3399-rockpro64 ARM: dts: raise GPU trip point temperature for speedy to 80 degC ARM: dts: rockchip: raise GPU trip point temperatures for veyron ARM: dts: rockchip: raise CPU trip point temperature for veyron to 100 degC ARM: dts: rockchip: Make rk3288-veyron-minnie run at hs200 ARM: dts: rockchip: Make rk3288-veyron-mickey's emmc work again ARM: dts: rockchip: Remove bogus 'i2s_clk_out' from rk3288-veyron-mickey ARM: dts: rockchip: fix PWM clock found on RK3288 Socs iio: adc: mediatek: mt6577-auxadc, add mt6765 support dt-bindings: iio: adc: mediatek: Add document for mt6765 dt-bindings: iio: accel: adxl345: switch to YAML bindings iio: adc: sun4i-gpadc-iio convert to SPDX license tags iio: ad9523-1: Improve reported VCO frequency accuracy drm/i915/execlists: Drop promotion on unsubmit drm/i915: Downgrade NEWCLIENT to non-preemptive drm/i915: Bump signaler priority on adding a waiter drm/i915/hdcp: Use both bits for device_count drm/i915/dp: Initialise locals for static analysis drm/i915: Truly bump ready tasks ahead of busywaits drm/i915: Mark semaphores as complete on unsubmit out if payload was started HID: wacom: correct touch resolution x/y typo HID: wacom: generic: Correct pad syncing HID: wacom: generic: only switch the mode on devices with LEDs drm/armada: add CRTC mode validation drm/armada: add drm_atomic_helper_shutdown() call in tear-down drm/armada: add and use definitions for RDREG4F drm/armada: add drm_mode_set_crtcinfo() mode fixup drm/armada: add comments about HWC32 cursor colour format drm/armada: add support for setting gamma drm/armada: move plane address and pitch calculation to atomic_check drm/armada: add missing interlaced support for overlay frame drm/armada: fix plane location and size for interlace drm/armada: add plane size/location accessors drm/armada: use __drm_atomic_helper_plane_reset in overlay reset drm/armada: fix crtc interlace drm: Reserve/unreserve GEM VRAM BOs from within pin/unpin functions drm: Add drm_gem_vram_{pin/unpin}_reserved() and convert mgag200 ASoC: tlv320aic3x: Add support for high power analog output ASoC: cs42xx8: Add reset gpio handling drm/stm: dsi: add regulator support dt-bindings: display: stm32: add supply property to DSI controller habanalabs: don't limit packet size for device CPU dt-bindings: sound: sun4i-spdif: Document that the RX channel can be missing dt-bindings: sound: Convert Allwinner SPDIF binding to YAML drm: Fix drm.h uapi header for GNU/kFreeBSD drm/v3d: Fix and extend MMU error handling. drm/v3d: Dump V3D error debug registers in debugfs, and one at reset. drm/v3d: Set the correct DMA mask according to the MMU's limits. drm/v3d: Fix debugfs reads of MMU regs. drm/doc: Document expectation that userspace review looks at kernel uAPI. drm/doc: Allow new UAPI to be used once it's in drm-next/drm-misc-next. ASoC: fsl_asrc: replace the process_option table with function ASoC: meson: add g12a tohdmitx control ASoC: meson: axg-card: add basic codec-to-codec link support ASoC: meson: add tohdmitx DT bindings ASoC: dapm: allow muxes to force a disconnect ASoC: meson: axg-card: set link name based on link node name ASoC: Mediatek: MT8183: set data align ASoC: Mediatek: add memory interface data align drm/fb-helper: Fix drm_fb_helper_hotplug_event() NULL ptr argument drm/sun4i: sun6i_mipi_dsi: Support DSI GENERIC_SHORT_WRITE_2 transfer habanalabs: support device memory memset > 4GB Input: eeti_ts - read hardware state once after wakeup drm/hisilicon: Convert hibmc-drm driver to VRAM MM drm/hisilicon: Convert hibmc-drm driver to |struct drm_gem_vram_object| drm/vboxvideo: Convert vboxvideo driver to VRAM MM drm/vboxvideo: Convert vboxvideo driver to |struct drm_gem_vram_object| drm/mgag200: Replace mapping code with drm_gem_vram_{kmap/kunmap}() drm/mgag200: Convert mgag200 driver to VRAM MM drm/mgag200: Convert mgag200 driver to |struct drm_gem_vram_object| drm/bochs: Convert bochs driver to VRAM MM drm/bochs: Convert bochs driver to |struct drm_gem_vram_object| drm/ast: Replace mapping code with drm_gem_vram_{kmap/kunmap}() drm/ast: Convert AST driver to VRAM MM drm/ast: Convert AST driver to |struct drm_gem_vram_object| drm: Integrate VRAM MM into struct drm_device drm: Add default instance for VRAM MM callback functions drm: Add VRAM MM, a simple memory manager for dedicated VRAM drm: Add simple PRIME helpers for GEM VRAM drm: Add drm_gem_vram_fill_create_dumb() to create dumb buffers drm: Add |struct drm_gem_vram_object| callbacks for |struct drm_driver| drm: Add |struct drm_gem_vram_object| callbacks for |struct ttm_bo_driver| drm: Add |struct drm_gem_vram_object| and helpers 9p/xen: Add cleanup path in p9_trans_xen_init 9p/virtio: Add cleanup path in p9_virtio_init spi: tegra114: add support for TX and RX trimmers spi: tegra114: add support for HW CS timing spi: tegra114: add support for hw based cs spi: tegra114: add support for gpio based CS drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode} drm/fb-helper: No need to cache rotation and sw_rotations drm/fb-helper: Avoid race with DRM userspace drm/i915: Assert that TypeC ports are not used for eDP drm/i915: Avoid taking the PPS lock for non-eDP/VLV/CHV drm/i915: Replace use of PLLS power domain with DISPLAY_CORE domain drm/i915: Remove the unneeded AUX power ref from intel_dp_hpd_pulse() drm/i915: Remove the unneeded AUX power ref from intel_dp_detect() drm/i915: WARN for eDP encoders in intel_dp_detect_dpcd() drm/i915: Disable power asynchronously during DP AUX transfers drm/i915: Add support for asynchronous display power disabling drm/i915: Verify power domains state during suspend in all cases drm/i915: Force printing wakeref tacking during pm_cleanup drm/i915: Add support for tracking wakerefs w/o power-on guarantee drm/i915/icl: More workaround for port F detection due to broken VBTs drm/i915: Fix pixel clock and crtc clock config mismatch drm/i915: Fix pipe config mismatch for bpp, output format drm/i915: Refactor bdw_get_pipemisc_bpp drm/i915: Fix the pipe state timing mismatch warnings drm/hdcp: drm_hdcp_request_srm() as static habanalabs: print event name for fatal and non-RAZWI events drm/i915: Check for no-op priority changes first drm/i915: Pass i915_sched_node around internally drm/i915: Rearrange i915_scheduler.c spi: bcm2835: only split transfers that exceed DLEN if DMA available spi: Allow selecting BCM2835 SPI controllers on ARCH_BRCMSTB spi: bcm2835: Remove spi_alloc_master() error printing spi: bcm2835aux: Remove spi_alloc_master() error printing spi: core: allow reporting the effectivly used speed_hz for a transfer ASoC: hdmi-codec: re-introduce mutex locking ASoC: soc-pcm: add soc_pcm_components_open() ASoC: soc-pcm: add missing cpu_dai->rate = 0 ASoC: soc-pcm: do cpu_dai related operation at same place ASoC: soc.h: fe_compr can be bit field ASoC: soc-core: use soc_find_component() at snd_soc_get_dai_id() habanalabs: increase PCI ELBI timeout for Palladium ASoC: soc-core: add soc_component_to_node() ASoC: soc-core: tidyup soc_bind_dai_link() comment balance ASoC: soc-core: don't use codec_dais on soc_bind_dai_link() ASoC: soc-core: use i on snd_soc_resume() ASoC: max98357a: request GPIO when device get probed ASoC: SOF: Intel: ICL add Icelake chip info struct ASoC: SOF: Intel: ICL: add Icelake SSP count ASoC: SOF: pcm: remove runtime PM calls during pcm open/close ASoC: SOF: uapi: remove unused sof header files ASoC: Intel: Skylake: Add Cometlake PCI IDs ASoC: SOF: Add Comet Lake PCI IDs ASoC: amd: Reporting accurate hw_ptr for acp3x dma dt-bindings: regulator: add document bindings for slg51000 regulator: slg51000: add slg51000 regulator driver MAINTAINERS: slg51000 updates to the Dialog Semiconductor search terms habanalabs: pass device pointer to asic-specific function iio: dac: ds4422/ds4424 drop of_node check iio: stmpe-adc: Reset possible interrupts iio: stmpe-adc: Use wait_for_completion_timeout iio: stmpe-adc: Enable all stmpe-adc interrupts just once iio: stmpe-adc: Reinit completion struct on begin conversion iio: stmpe-adc: Add compatible name HID: logitech-dj: Add usb-id for the 27MHz MX3000 receiver percpu_ref: release percpu memory early without PERCPU_REF_ALLOW_REINIT md: initialize percpu refcounters using PERCU_REF_ALLOW_REINIT io_uring: initialize percpu refcounters using PERCU_REF_ALLOW_REINIT percpu_ref: introduce PERCPU_REF_ALLOW_REINIT flag ARM: riscpc: dma: use __iomem pointers for writing DMA ARM: riscpc: dma: improve address/length writing ARM: riscpc: dma: make state a local variable ARM: riscpc: dma: eliminate "cur_sg" scatterlist usage ARM: riscpc: fix DMA ARM: riscpc: fix ecard printing ARM: riscpc: fix lack of keyboard interrupts after irq conversion ARM: riscpc: replace gettimeoffset() with clocksource livepatch: Remove stale kobj_added entries from kernel-doc descriptions drm/i915: Add readout and state check for pch_pfit.force_thru drm/i915: Fix fastset vs. pfit on/off on HSW EDP transcoder drm/i915/fbc: disable framebuffer compression on GeminiLake drm: Some ocd in drm_file.c x86/tsc: Set LAPIC timer period to crystal clock frequency x86/apic: Rename 'lapic_timer_frequency' to 'lapic_timer_period' x86/tsc: Use CPUID.0x16 to calculate missing crystal frequency drm/hdcp: gathering hdcp related code into drm_hdcp.c drm/i915: SRM revocation check for HDCP1.4 and 2.2 drm: revocation check at drm subsystem drm: generic fn converting be24 to cpu and vice versa drm/i915: debugfs: HDCP2.2 capability read drm: move content protection property to mode_config habanalabs: change polling functions to macros habanalabs: remove redundant memory clear habanalabs: remove redundant CB size adjustment drm/i915: Seal races between async GPU cancellation, retirement and signaling drm/i915/hangcheck: Replace hangcheck.seqno with RING_HEAD drm/i915: Reboot CI if forcewake fails spi: rockchip: turn down tx dma bursts spi: core: allow defining time that cs is deasserted as a multiple of SCK spi: core: allow defining time that cs is deasserted habanalabs: check to load F/W before boot status ASoC: soc-acpi: fix implicit header use of module.h/export.h spi: bcm2835: add driver stats to debugfs spi: bcm2835: make the polling duration limits configurable spi: bcm2835: added comment about different bus behaviour of DMA mode spi: bcm2835: Avoid 64-bit arithmetic in xfer len calc spi: bcm2835: bcm2835_spi_transfer_one_poll remove unnecessary argument spi: at91-usart: add DMA support dt-bindings: mfd: atmel-usart: add DMA bindings for USART in SPI mode spi: ep93xx: Drop unused variable regulator: max77650: Convert MAX77651 SBB1 to pickable linear range regulator: core: Slightly improve readability of _regulator_get_enable_time ASoC: fsl_sai: Move clock operation to PM runtime ASoC: stm32: i2s: manage identification registers ASoC: hdmi-codec: remove ops dependency on the dai id ASoC: hdmi-codec: remove reference to the dai drivers in the private data ASoC: hdmi-codec: remove reference to the current substream ASoC: hdmi-codec: remove function name debug traces habanalabs: remove dead code in habanalabs_drv.c ASoC: rt5677: Add component driver name drm/i915/icl: Fix setting 10 bit deep color mode drm/i915: Kill PCH_KBP drm/panel: simple: Add FriendlyELEC HD702E 800x1280 LCD panel dt-bindings: display: Document FriendlyELEC HD702E LCD panel drm/i915/execlists: Don't apply priority boost for resets drm/i915: Only reschedule the submission tasklet if preemption is possible drm/i915: Stop spinning for DROP_IDLE (debugfs/i915_drop_caches) drm/i915: Cancel retire_worker on parking drm/i915: Remove delay for idle_work drm/i915: Flush the switch-to-kernel-context harder for DROP_IDLE ath10k: Check tx_stats before use it ath10k: add peer id check in ath10k_peer_find_by_id ath10k: Add wmi tlv service map for mesh 11s ath10k: Do not send probe response template for mesh ath10k: Add wmi tlv vdev subtype for mesh in WCN3990 ath10k: change swap mail box config for UTF mode of SDIO ath10k: Fix the wrong value of enums for wmi tlv stats id ath10k: coredump: use struct_size() helper ath10k: Use struct_size() helper ath10k: Fix encoding for protected management frames ath10k: rx_duration update for fw_stats debugfs entry ath10k: Fix the tx stats bytes & packets parsing ath10k: Modify CE4 src buffer entries to 2048 for WCN3990 ath10k: Move board id and fw version logging to info level ath10k: Added support to reset HTT stats in debugfs ath10k: Extended the HTT stats support to retrieve Mu-MIMO related stats drm/i915/icl: Set GCP_COLOR_INDICATION only for 10/12 bit deep color drm/i915: Assert the local engine->wakeref is active drm/i915: Prefer checking the wakeref itself rather than the counter drm/i915: Assert breadcrumbs are correctly ordered in the signal handler drm/i915: Acquire the signaler's timeline HWSP last drm/doc: Improve docs for conn_state->best_encoder gpu/drm: Remove duplicate headers ASoC: rt5677: use more of the volume range from DACs ASoC: fsl_esai: Add pm runtime function ASoC: stm32: spdifrx: manage identification registers ASoC: rt5677-spi: Rename driver to differentiate from main codec ASoC: Intel: boards: kbl_da7219_max98927: add dai_trigger function drm/i915: Move the hsw/bdw pc8 code to intel_runtime_pm.c drm/i915: Replace intel_ddi_pll_init() drm/i915: Move w/a 0477/WaDisableIPC:skl into intel_init_ipc() drm/i915: Drop WaIncreaseLatencyIPCEnabled/1140 for cnl drm/i915: Document that we implement WaIncreaseLatencyIPCEnabled drm/virtio: Remove redundant return type drm/edid: drmP.h include removal drm/dp: drmP.h include removal drm/virtio: allocate fences with GFP_KERNEL drm/virtio: add trace events for commands drm/virtio: trace drm_fence_emit drm/virtio: set seqno for dma-fence drm/stm: ltdc: return appropriate error code during probe drm/stm: ltdc: manage the get_irq probe defer case iio: stmpe-adc: Remove unnecessary assignment staging: iio: adc: Add paragraph to describe Kconfig symbol staging: iio: adt7316: match parenthesis alignment iio: adc: rcar-gyroadc: Remove devm_iio_device_alloc() error printing dt-bindings: iio: isl29018: convert bindings to YAML format dt-bindings: adc: mt8183: add binding document habanalabs: force user to set device debug mode habanalabs: minor documentation and prints fixes habanalabs: remove redundant CPU checks habanalabs: improve a couple of error messages drm/i915: Disable semaphore busywaits on saturated systems drm/i915: Use mul_u32_u32() more drm/i915: Allow ICL pipe "HDR mode" when the cursor is visible drm/i915: Move the PIPEMISC write the correct place drm/i915: Delay semaphore submission until the start of the signaler drm/i915/hangcheck: Track context changes drm/i915: Leave engine parking to the engines drm/i915/execlists: Flush the tasklet on parking drm/i915/guc: Fix runtime suspend drm/i915: extract intel_gmbus.h from i915_drv.h and rename intel_i2c.c drm/i915: move more generic utils to i915_utils.h drm/i915: make i915_utils.h self-contained drm/i915: move i915_vgacntrl_reg() where needed drm/i915: extract i915_debugfs.h from i915_drv.h drm/i915: extract intel_acpi.h from i915_drv.h drm/i915: extract intel_lpe_audio.h from i915_drv.h drm/i915: extract intel_dpio_phy.h from i915_drv.h drm/i915/csr: move CSR version macros to intel_csr.h drm/i915: remove unused/stale macros and comments from intel_drv.h drm/i915: move ranges to intel_display.c drm/i915/dsi: move operation mode types to intel_dsi.h drm/i915/dvo: move DVO chip types to intel_dvo.c drm/i915: add single combo phy init/unit functions wil6210: remove HALP for Talyn devices wil6210: check rx_buff_mgmt before accessing it wil6210: fix missed MISC mbox interrupt wil6210: fix overwriting max_assoc_sta module param wil6210: enhancements for descriptor and status ring debugfs wil6210: add support for multiple sections in brd file wil6210: add printout of platform capabilities wil6210: fix _desc access in __wil_tx_vring_tso wil6210: fix spurious interrupts in 3-msi drm/amdgpu: Avoid HW reset if guilty job already signaled. drm/scheduler: Add flag to hint the release of guilty job. drm/sched: Keep s_fence->parent pointer drm/scheduler: rework job destruction drm/i915: Tune down WARN about incorrect VBT TC legacy flag drm/i915: Include fence signaled bit in print_request() drm/i915/icl: Add missing combo PHY lane power setup drm/i915/icl: Factor out combo PHY lane power setup helper drm/i915: hsw+ audio regs are per-transocder drm/i915: Don't skip audio enable if ELD is bogus drm/i915/csr: alpha_support doesn't depend on csr or vice versa drm/i915: Corrupt DSI picture fix for GeminiLake drm/i915: Complete both freed-object passes before draining the workqueue drm/i915: Move the engine->destroy() vfunc onto the engine drm/i915: Enable pipe HDR mode on ICL if only HDR planes are used drm/i915: Flatten and rename haswell_set_pipemisc() drm/atomic-helper: Bump vblank timeout to 100 ms drm/i915: Wait for the struct_mutex on idling drm/i915: extract intel_combo_phy.h from i915_drv.h drm/i915: move some leftovers to intel_pm.h from i915_drv.h drm/i915: extract intel_runtime_pm.h from intel_drv.h drm/i915: extract intel_atomic.h from intel_drv.h drm/i915: extract intel_dsi_dcs_backlight.h from intel_drv.h drm/i915: extract intel_dp_mst.h from intel_drv.h drm/i915: extract intel_vdsc.h from intel_drv.h and i915_drv.h drm/i915: extract intel_overlay.h from intel_drv.h and i915_drv.h drm/i915: extract intel_quirks.h from intel_drv.h drm/i915: extract intel_bios.h functions from i915_drv.h drm/i915: extract intel_hotplug.h from intel_drv.h and i915_drv.h drm/i915: extract i915_irq.h from intel_drv.h and i915_drv.h drm/i915: extract intel_dp_aux_backlight.h from intel_drv.h drm/i915: extract intel_dp_link_training.h from intel_drv.h drm/i915: extract intel_fifo_underrun.h from intel_drv.h drm/i915: move dsi init functions to intel_dsi.h drm/i915: make intel_dpll_mgr.h self-contained drm/i915/dvo: rename dvo.h to intel_dvo_dev.h and make self-contained drm/i915: make intel_bios.h self-contained drm/i915: ensure more headers remain self-contained drm/i915: do not mix workaround with normal flow drm/i915: reorder if chain to have last gen first drm/i915/icl: fix step numbers in icl_display_core_init() drm/i915/icl: Whitelist GEN9_SLICE_COMMON_ECO_CHICKEN1 wireless: carl9170: fix clang build warning wil6210: fix potential out-of-bounds read ath: DFS JP domain W56 fixed pulse type 3 RADAR detection ath9k: drop redundant code in ar9003_hw_set_channel ath: drop duplicated define ath9k: Remove some set but not used variables ath9k: Differentiate between max combined and per chain power ath9k: Check for errors when reading SREV register ath9k: Don't trust TX status TID number when reporting airtime ath6kl: remove redundant check of status != 0 ath6kl: add some bounds checking ath6kl: wmi: use struct_size() helper ath6kl: debug: Use struct_size() helper ath10k: fix incorrect multicast/broadcast rate setting ath10k: enable QCA6174 hw3.2 SDIO hardware ath10k: add fragmentation handler for high latency devices ath10k: add PN replay protection for high latency devices ath10k: add handler for HTT_T2H_MSG_TYPE_SEC_IND event ath10k: add struct for high latency PN replay protection x86/paravirt: Rename paravirt_patch_site::instrtype to paravirt_patch_site::type x86/paravirt: Standardize 'insn_buff' variable names drm/i915: Skip unused contexts for context_barrier_task() drm: drop drm_bus from todo iio: dac: ad5758: remove set but not used variable 'dc_dc_mode' iio: cros_ec: add 'id' sysfs entry iio: adc: stm32-dfsdm: missing error case during probe iio: adc: stm32-dfsdm: manage the get_irq error case dt-bindings: iio: tsl2772: convert bindings to YAML format dt-bindings: iio: tsl2583: convert bindings to YAML format iio: dac: ad5758: declare missing of table iio: adxl372: declare missing of table iio: accel: kxsd9: declare missing of table iio: temperature: maxim_thermocouple: declare missing of table iio: adc: at91: Use dev_get_drvdata() drm/i915: Move i915_request_alloc into selftests/ drm/i915: Remove intel_context.active_link drm/i915: Switch back to an array of logical per-engine HW contexts drm/i915: Split engine setup/init into two phases drm/i915: Pass intel_context to intel_context_pin_lock() drm/i915/selftests: Pass around intel_context for sseu drm/i915/selftests: Use the real kernel context for sseu isolation tests drm/i915: Export intel_context_instance() drm/i915/gvt: Pin the per-engine GVT shadow contexts drm/i915: Clean up cherryview_load_luts() drm/i915: Fix ICL output CSC programming iommu/omap: Use dev_get_drvdata() drm/i915: Enable render context support for gen4 (Broadwater to Cantiga) drm/i915: Enable render context support for Ironlake (gen5) drm/i915/ringbuffer: EMIT_INVALIDATE *before* switch context drm/i915: Move sandybride pcode access to intel_sideband.c drm/i915: Merge sandybridge_pcode_(read|write) drm/i915: Merge sbi read/write into a single accessor drm/i915: Separate sideband declarations to intel_sideband.h drm/i915: Replace pcu_lock with sb_lock drm/i915: Lift sideband locking for vlv_punit_(read|write) drm/i915: Lift acquiring the vlv punit magic to a common sb-get drm/i915: Disable preemption and sleeping while using the punit sideband x86/paravirt: Match paravirt patchlet field definition ordering to initialization ordering x86/paravirt: Replace the paravirt patch asm magic x86/paravirt: Unify the 32/64 bit paravirt patching code x86/paravirt: Detect over-sized patching bugs in paravirt_patch_call() x86/paravirt: Detect over-sized patching bugs in paravirt_patch_insns() x86/paravirt: Remove bogus extern declarations drm/vkms: Convert to using __drm_atomic_helper_crtc_reset() for reset. drm/msm: Convert to using __drm_atomic_helper_crtc_reset() for reset. drm/tegra: Convert to using __drm_atomic_helper_crtc_reset() for reset. drm/rockchip: Convert to using __drm_atomic_helper_crtc_reset() for reset. drm/mali: Convert to using __drm_atomic_helper_crtc_reset() for reset. drm/i915: Use the new __drm_atomic_helper_crtc_reset() helper. drm/i915: Allow multiple user handles to the same VM drm/i915: Explicitly pin the logical context for execbuf drm/i915: Invert the GEM wakeref hierarchy drm/i915: Pass intel_context to i915_request_create() drm/i915: Introduce context->enter() and context->exit() drm/i915: Pull the GEM powermangement coupling into its own file drm/i915: Introduce struct intel_wakeref drm/i915: Move GraphicsTechnology files under gt/ drm/i915/selftests: Verify whitelist of context registers drm/i915: Store the default sseu setup on the engine dma-buf: Make mmap callback actually optional dma-buf: Update [un]map documentation to match the other functions dma-buf: Remove leftover [un]map_atomic comments dma-buf: balance refcount inbalance drm/stm: ltdc: add modifier support drm/stm: ltdc: reset controller to avoid partial refresh drm/stm: ltdc: limit number of layer to avoid memory overflow drm/stm: ltdc: update planes at next vblank to avoid partial refresh drm/stm: ltdc: fix data enable polarity drm/stm: ltdc: use DRM_WARN for fifo & transfer error messages drm/stm: ltdc: disable hw interrupts before its handler init drm/docs: Fix typo in __drm_atomic_helper_connector_reset drm/atomic: Create __drm_atomic_helper_crtc_reset() for subclassing crtc_state. drm/i915/icl: Fix clockgating issue when using scalers drm/i915: Fix skl+ max plane width ath10k: sdio: add missing error check ath10k: add initialization of HTC header ath10k: fix use-after-free on SDIO data frames ath10k: htt: support MSDU ids with SDIO ath10k: initialise struct ath10k_bus params to zero ath10k: htt: don't use txdone_fifo with SDIO ath10k: don't disable interrupts in ath10k_sdio_remove() ath10k: sdio: workaround firmware UART pin configuration bug drm/panel: simple: Add Evervision VGG804821 panel support dt-bindings: Add Evervision VGG804821 panel dt-bindings: Add vendor prefix for Evervision Electronics drm/panel: simple: Add support for EDT ET035012DM6 dt-bindings: display: add EDT ET035012DM6 display description drm/panel: Remove duplicate header drm/panel: simple: Add TFC S9700RTWV43TR-01B 800x480 panel support dt-bindings: drm/panel: simple: Add binding for TFC S9700RTWV43TR-01B drm/panel: Add support for EDT ETM0430G0DH6 dt-bindings: display: Add ETM0430G0DH6 bindings drm/panel: simple: Fix panel_simple_dsi_probe drm/panel: Add OSD101T2587-53TS driver dt-bindings: display: Add bindings for OSD101T2587-53TS panel drm/panel: simple: Add support for OSD101T2045-53TS dt-bindings: display: Add bindings for OSD101T2045-53TS drm/panel: Add driver for Samsung S6E63M0 panel dt-bindings: panel: Add Samsung S6E63M0 panel documentation drm/panel: simple: Add support for VXT VL050-8048NT-C01 panel dt-bindings: Add VXT VL050-8048NT-C01 panel bindings dt-bindings: Add vendor prefix for VXT Ltd dma-buf: Remove unused sync_dump() drm/i915/icl: Fix MG_DP_MODE() register programming MAINTAINERS: Add Sam as reviewer for drm/panel Fix allyesconfig output. drm/i915: Start writeback from the shrinker drm/lima: handle shared irq case for lima_pp_bcast_irq_handler drm/i915/selftests: Check that gpu reset is usable from atomic context Revert "drm/i915/guc: Disable global reset" drm/i915/uc: Place uC firmware in upper range of GGTT drm/i915/uc: Reserve upper range of GGTT drm/i915/uc: Rename uC firmware init/fini functions drm/i915/gtt: Skip clearing the GGTT under gen6+ full-ppgtt drm/i915: remove DRM_AUTH from IOCTLs which also have DRM_RENDER_ALLOW drm/i915: Expose the busyspin durations for i915_wait_request drm: increase drm mmap_range size to 1TB drm/i915: Track HAS_RPS alongside HAS_RC6 in the device info drm/i915: Use drm_dev_unplug() drm/i915: Remove unwarranted clamping for hsw/bdw drm/v3d: Add missing implicit synchronization. drm/v3d: Drop reservation of a shared slot in the dma-buf reservations. drm/v3d: Add support for compute shader dispatch. drm/v3d: Refactor job management. drm/v3d: Switch the type of job-> to reduce casting. drm/i915: Setup the RCS ring prior to execution drm/i915: Stop overwriting RING_IMR in rcs resume drm/sun4i: Use DRM_GEM_CMA_VMAP_DRIVER_OPS for GEM operations drm/i915: Avoid use-after-free in reporting create.size drm/i915: Make workaround verification *optional* drm/i915: Verify the engine workarounds stick on application drm/i915: Verify workarounds immediately after application spi: Add spi_is_bpw_supported() eCryptfs: fix permission denied with ecryptfs_xattr mount option when create readonly file ecryptfs: re-order a condition for static checkers eCryptfs: fix a couple type promotion bugs Change-Id: Ic5fda729339a24f9f94a6653b53e2a4cfa1034e1 Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org> |
||
qctecmdr
|
0f59cfa453 | Merge "cpu-hotplug: Always use real time scheduling when hotplugging a CPU" | ||
Syed Rameez Mustafa
|
8b7dde13b7 |
cpu-hotplug: Always use real time scheduling when hotplugging a CPU
CPU hotplug operations take place in preemptible context. This leaves the hotplugging thread at the mercy of overall system load and CPU availability. If the hotplugging thread does not get an opportunity to execute after it has already begun a hotplug operation, CPUs can end up being stuck in a quasi online state. In the worst case a CPU can be stuck in a state where the migration thread is parked while another task is executing and changing affinity in a loop. This combination can result in unbounded execution time for the running task until the hotplugging thread gets the chance to run to complete the hotplug operation. Fix the said problem by ensuring that hotplug can only occur from threads belonging to the RT sched class. This allows the hotplugging thread priority on the CPU no matter what the system load or the number of available CPUs are. If a SCHED_NORMAL task attempts to hotplug a CPU, we temporarily elevate it's scheduling policy to RT. Furthermore, we disallow hotplugging operations to begin if the calling task belongs to the idle and deadline classes or those that use the SCHED_BATCH policy. Change-Id: Idbb1384626e6ddff46c0d2ce752eee68396c78af Signed-off-by: Syed Rameez Mustafa <rameezmustafa@codeaurora.org> [psodagud@codeaurora.org: Fixed compilation issues] Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org> Signed-off-by: Elliot Berman <eberman@codeaurora.org> |
||
Prasad Sodagudi
|
d49e1b840c |
cpu/hotplug: Add cpuhp_latency trace event
Add ftrace event trace_cpuhp_latency to track cpu hotplug latency and this entry is useful in power, performance and debug analysis. Change-Id: Ie6b2a91027c665ccaf6325b0836bb629a4e91dd7 Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org> Signed-off-by: Elliot Berman <eberman@codeaurora.org> |
||
Thomas Gleixner
|
0c09ab96fc |
cpu/hotplug: Cache number of online CPUs
Re-evaluating the bitmap wheight of the online cpus bitmap in every invocation of num_online_cpus() over and over is a pretty useless exercise. Especially when num_online_cpus() is used in code paths like the IPI delivery of x86 or the membarrier code. Cache the number of online CPUs in the core and just return the cached variable. The accessor function provides only a snapshot when used without protection against concurrent CPU hotplug. The storage needs to use an atomic_t because the kexec and reboot code (ab)use set_cpu_online() in their 'shutdown' handlers without any form of serialization as pointed out by Mathieu. Regular CPU hotplug usage is properly serialized. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Reviewed-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com> Link: https://lkml.kernel.org/r/alpine.DEB.2.21.1907091622590.1634@nanos.tec.linutronix.de |
||
Thomas Gleixner
|
e797bda3fd |
smp/hotplug: Track booted once CPUs in a cpumask
The booted once information which is required to deal with the MCE broadcast issue on X86 correctly is stored in the per cpu hotplug state, which is perfectly fine for the intended purpose. X86 needs that information for supporting NMI broadcasting via shortcuts, but retrieving it from per cpu data is cumbersome. Move it to a cpumask so the information can be checked against the cpu_present_mask quickly. No functional change intended. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Acked-by: Peter Zijlstra (Intel) <peterz@infradead.org> Link: https://lkml.kernel.org/r/20190722105219.818822855@linutronix.de |
||
Greg Kroah-Hartman
|
37766c2946 |
Linus 5.3-rc1
-----BEGIN PGP SIGNATURE----- iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAl0006weHHRvcnZhbGRz QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGaDUIAJ4oTyVWpMRZkfG6 vVY8qVMU3zlzEqRiyLYjkXoe/mGpuU/UVTyyStllxZ+Gg9da0mGwlugScKriPJof 4KRUDDTGX5DrfEOo+0brKvM+PYh9uGViPgKXzyv7i6BrnX2z3JdBR4bKNuEYlAJ9 N93Qg7v05SBHIq2Gfp3klrdWbsTTW2EaDTLbcgifXLnfKyFr47kwsmXAHPlTFP0p dYsZHHmf14Y9n1+ToZeVINgjQFr6mFn6ygY/PqTnd6vCgEEfP9eENJ4BZCtN1ZL/ V0BO9MyJ5iZV0AfwSEKydk+kDEvO16TG/nyDrECVuur7AXsBx18ZplVc787f6GK+ dyCQJ3U= =XLAF -----END PGP SIGNATURE----- Merge 5.3.0-rc1 into android-mainline Linus 5.3-rc1 release Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ic171e37d4c21ffa495240c5538852bbb5a9dcce8 |
||
Linus Torvalds
|
e0e86b111b |
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull SMP/hotplug updates from Thomas Gleixner: "A small set of updates for SMP and CPU hotplug: - Abort disabling secondary CPUs in the freezer when a wakeup is pending instead of evaluating it only after all CPUs have been offlined. - Remove the shared annotation for the strict per CPU cfd_data in the smp function call core code. - Remove the return values of smp_call_function() and on_each_cpu() as they are unconditionally 0. Fixup the few callers which actually bothered to check the return value" * 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: smp: Remove smp_call_function() and on_each_cpu() return values smp: Do not mark call_function_data as shared cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap() |
||
Greg Kroah-Hartman
|
96e821be4b |
Merge 5.2-rc7 into android-mainline
Linux 5.2-rc7 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> |
||
Eiichi Tsukata
|
33d4a5a7a5 |
cpu/hotplug: Fix out-of-bounds read when setting fail state
Setting invalid value to /sys/devices/system/cpu/cpuX/hotplug/fail
can control `struct cpuhp_step *sp` address, results in the following
global-out-of-bounds read.
Reproducer:
# echo -2 > /sys/devices/system/cpu/cpu0/hotplug/fail
KASAN report:
BUG: KASAN: global-out-of-bounds in write_cpuhp_fail+0x2cd/0x2e0
Read of size 8 at addr ffffffff89734438 by task bash/1941
CPU: 0 PID: 1941 Comm: bash Not tainted 5.2.0-rc6+ #31
Call Trace:
write_cpuhp_fail+0x2cd/0x2e0
dev_attr_store+0x58/0x80
sysfs_kf_write+0x13d/0x1a0
kernfs_fop_write+0x2bc/0x460
vfs_write+0x1e1/0x560
ksys_write+0x126/0x250
do_syscall_64+0xc1/0x390
entry_SYSCALL_64_after_hwframe+0x49/0xbe
RIP: 0033:0x7f05e4f4c970
The buggy address belongs to the variable:
cpu_hotplug_lock+0x98/0xa0
Memory state around the buggy address:
ffffffff89734300: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00
ffffffff89734380: fa fa fa fa 00 00 00 00 00 00 00 00 00 00 00 00
>ffffffff89734400: 00 00 00 00 fa fa fa fa 00 00 00 00 fa fa fa fa
^
ffffffff89734480: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
ffffffff89734500: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Add a sanity check for the value written from user space.
Fixes:
|
||
Geert Uytterhoeven
|
1bf7272028 |
cpu/speculation: Warn on unsupported mitigations= parameter
Currently, if the user specifies an unsupported mitigation strategy on the
kernel command line, it will be ignored silently. The code will fall back
to the default strategy, possibly leaving the system more vulnerable than
expected.
This may happen due to e.g. a simple typo, or, for a stable kernel release,
because not all mitigation strategies have been backported.
Inform the user by printing a message.
Fixes:
|
||
Pavankumar Kondeti
|
a66d955e91 |
cpu/hotplug: Abort disabling secondary CPUs if wakeup is pending
When "deep" suspend is enabled, all CPUs except the primary CPU are frozen via CPU hotplug one by one. After all secondary CPUs are unplugged the wakeup pending condition is evaluated and if pending the suspend operation is aborted and the secondary CPUs are brought up again. CPU hotplug is a slow operation, so it makes sense to check for wakeup pending in the freezer loop before bringing down the next CPU. This improves the system suspend abort latency significantly. [ tglx: Massaged changelog and improved printk message ] Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: "Rafael J. Wysocki" <rjw@rjwysocki.net> Cc: Len Brown <len.brown@intel.com> Cc: Pavel Machek <pavel@ucw.cz> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> Cc: iri Kosina <jkosina@suse.cz> Cc: Mukesh Ojha <mojha@codeaurora.org> Cc: linux-pm@vger.kernel.org Link: https://lkml.kernel.org/r/1559536263-16472-1-git-send-email-pkondeti@codeaurora.org |
||
Greg Kroah-Hartman
|
62f5ae536f |
Linux 5.2-rc4
-----BEGIN PGP SIGNATURE----- iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAlz8fAYeHHRvcnZhbGRz QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiG1asH/3ySguxqtqL1MCBa 4/SZ37PHeWKMerfX6ZyJdgEqK3B+PWlmuLiOMNK5h2bPLzeQQQAmHU/mfKmpXqgB dHwUbG9yNnyUtTfsfRqAnCA6vpuw9Yb1oIzTCVQrgJLSWD0j7scBBvmzYqguOkto ThwigLUq3AILr8EfR4rh+GM+5Dn9OTEFAxwil9fPHQo7QoczwZxpURhScT6Co9TB DqLA3fvXbBvLs/CZy/S5vKM9hKzC+p39ApFTURvFPrelUVnythAM0dPDJg3pIn5u g+/+gDxDFa+7ANxvxO2ng1sJPDqJMeY/xmjJYlYyLpA33B7zLNk2vDHhAP06VTtr XCMhQ9s= =cb80 -----END PGP SIGNATURE----- Merge 5.2-rc4 into android-mainline Linux 5.2-rc4 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> |
||
Jiri Kosina
|
ec527c3180 |
x86/power: Fix 'nosmt' vs hibernation triple fault during resume
As explained in |
||
Jiri Kosina
|
f560201102 |
cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap()
bringup_wait_for_ap() comment references cpu_notify_starting(), but the function is actually called notify_cpu_starting(). Fix that. Signed-off-by: Jiri Kosina <jkosina@suse.cz> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lkml.kernel.org/r/nycvar.YFH.7.76.1905282128100.1962@cbobk.fhfr.pm |
||
Greg Kroah-Hartman
|
1226c72a32 |
Linux 5.2-rc1
-----BEGIN PGP SIGNATURE----- iQFSBAABCAA8FiEEq68RxlopcLEwq+PEeb4+QwBBGIYFAlzh3PgeHHRvcnZhbGRz QGxpbnV4LWZvdW5kYXRpb24ub3JnAAoJEHm+PkMAQRiGnhoH/jkl4X66KuOXvGXa 9pgFzyEa3Mhqs0j+AaJYmRyoRty1CbAfMLEWgr0JbZy56zm0PhtXOxcu56/tfdtw f5j8OJLDvld10imHXxUrom9zc546Ff90VTOvWmsYznszTz0rV5HLmKgVIIc7ZN8W 6hshDOy/rviUcPAVrLKdZffzgQZlASNS7To7IBE9okT4QHEtER7dgzM/Z0VAg9R1 guCPaN8tje4vq2Lv7+J5T9LOF1RObCbKXNADwXY1rMRK5ao3xS93eDnJ8Vn08utI UECIVfnYsA6pGl6v1ErCl9izx9MoTU3Crle7BRzVbrw7furvB2lJ1R4RGwqRbvcB HovhmHI= =TMir -----END PGP SIGNATURE----- Merge 5.2-rc1 into android-mainline Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> |
||
Linus Torvalds
|
a0e928ed7c |
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer updates from Ingo Molnar: "This cycle had the following changes: - Timer tracing improvements (Anna-Maria Gleixner) - Continued tasklet reduction work: remove the hrtimer_tasklet (Thomas Gleixner) - Fix CPU hotplug remove race in the tick-broadcast mask handling code (Thomas Gleixner) - Force upper bound for setting CLOCK_REALTIME, to fix ABI inconsistencies with handling values that are close to the maximum supported and the vagueness of when uptime related wraparound might occur. Make the consistent maximum the year 2232 across all relevant ABIs and APIs. (Thomas Gleixner) - various cleanups and smaller fixes" * 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: tick: Fix typos in comments tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline() timekeeping: Force upper bound for setting CLOCK_REALTIME timer/trace: Improve timer tracing timer/trace: Replace deprecated vsprintf pointer extension %pf by %ps timer: Move trace point to get proper index tick/sched: Update tick_sched struct documentation tick: Remove outgoing CPU from broadcast masks timekeeping: Consistently use unsigned int for seqcount snapshot softirq: Remove tasklet_hrtimer xfrm: Replace hrtimer tasklet with softirq hrtimer mac80211_hwsim: Replace hrtimer tasklet with softirq hrtimer |