Merge 5.10.213 into android13-5.10-lts
Changes in 5.10.213
mmc: mmci: stm32: use a buffer for unaligned DMA requests
mmc: mmci: stm32: fix DMA API overlapping mappings warning
lan78xx: Fix white space and style issues
lan78xx: Add missing return code checks
lan78xx: Fix partial packet errors on suspend/resume
lan78xx: Fix race conditions in suspend/resume handling
net: lan78xx: fix runtime PM count underflow on link stop
ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}able
i40e: disable NAPI right after disabling irqs when handling xsk_pool
tracing/net_sched: Fix tracepoints that save qdisc_dev() as a string
geneve: make sure to pull inner header in geneve_rx()
net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()
net/ipv6: avoid possible UAF in ip6_route_mpath_notify()
cpumap: Zero-initialise xdp_rxq_info struct before running XDP program
net/rds: fix WARNING in rds_conn_connect_if_down
netfilter: nft_ct: fix l3num expectations with inet pseudo family
netfilter: nf_conntrack_h323: Add protection for bmp length out of range
netrom: Fix a data-race around sysctl_netrom_default_path_quality
netrom: Fix a data-race around sysctl_netrom_obsolescence_count_initialiser
netrom: Fix data-races around sysctl_netrom_network_ttl_initialiser
netrom: Fix a data-race around sysctl_netrom_transport_timeout
netrom: Fix a data-race around sysctl_netrom_transport_maximum_tries
netrom: Fix a data-race around sysctl_netrom_transport_acknowledge_delay
netrom: Fix a data-race around sysctl_netrom_transport_busy_delay
netrom: Fix a data-race around sysctl_netrom_transport_requested_window_size
netrom: Fix a data-race around sysctl_netrom_transport_no_activity_timeout
netrom: Fix a data-race around sysctl_netrom_routing_control
netrom: Fix a data-race around sysctl_netrom_link_fails_count
netrom: Fix data-races around sysctl_net_busy_read
selftests/mm: switch to bash from sh
selftests: mm: fix map_hugetlb failure on 64K page size systems
um: allow not setting extra rpaths in the linux binary
xhci: remove extra loop in interrupt context
xhci: prevent double-fetch of transfer and transfer event TRBs
xhci: process isoc TD properly when there was a transaction error mid TD.
xhci: handle isoc Babble and Buffer Overrun events properly
serial: max310x: Use devm_clk_get_optional() to get the input clock
serial: max310x: Try to get crystal clock rate from property
serial: max310x: fail probe if clock crystal is unstable
serial: max310x: Make use of device properties
serial: max310x: use regmap methods for SPI batch operations
serial: max310x: use a separate regmap for each port
serial: max310x: prevent infinite while() loop in port startup
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
lsm: make security_socket_getpeersec_stream() sockptr_t safe
lsm: fix default return value of the socket_getpeersec_*() hooks
ext4: make ext4_es_insert_extent() return void
ext4: refactor ext4_da_map_blocks()
ext4: convert to exclusive lock while inserting delalloc extents
Drivers: hv: vmbus: Add vmbus_requestor data structure for VMBus hardening
hv_netvsc: Use vmbus_requestor to generate transaction IDs for VMBus hardening
hv_netvsc: Wait for completion on request SWITCH_DATA_PATH
hv_netvsc: Process NETDEV_GOING_DOWN on VF hot remove
hv_netvsc: Make netvsc/VF binding check both MAC and serial number
hv_netvsc: use netif_is_bond_master() instead of open code
hv_netvsc: Register VF in netvsc_probe if NET_DEVICE_REGISTER missed
mm/hugetlb: change hugetlb_reserve_pages() to type bool
mm: hugetlb pages should not be reserved by shmat() if SHM_NORESERVE
getrusage: add the "signal_struct *sig" local variable
getrusage: move thread_group_cputime_adjusted() outside of lock_task_sighand()
getrusage: use __for_each_thread()
getrusage: use sig->stats_lock rather than lock_task_sighand()
serial: max310x: Unprepare and disable clock in error path
Drivers: hv: vmbus: Drop error message when 'No request id available'
regmap: allow to define reg_update_bits for no bus configuration
regmap: Add bulk read/write callbacks into regmap_config
serial: max310x: make accessing revision id interface-agnostic
serial: max310x: implement I2C support
serial: max310x: fix IO data corruption in batched operations
Linux 5.10.213
Change-Id: Idce0bf6a49776023e27144aa57faeac809b5564c
Signed-off-by:
Greg Kroah-Hartman <gregkh@google.com>
No related branches found
No related tags found
Showing
- Makefile 1 addition, 1 deletionMakefile
- arch/um/Kconfig 13 additions, 0 deletionsarch/um/Kconfig
- arch/um/Makefile 2 additions, 1 deletionarch/um/Makefile
- arch/x86/Makefile.um 1 addition, 1 deletionarch/x86/Makefile.um
- drivers/base/regmap/internal.h 4 additions, 0 deletionsdrivers/base/regmap/internal.h
- drivers/base/regmap/regmap.c 41 additions, 36 deletionsdrivers/base/regmap/regmap.c
- drivers/hv/channel.c 168 additions, 6 deletionsdrivers/hv/channel.c
- drivers/hv/hyperv_vmbus.h 2 additions, 1 deletiondrivers/hv/hyperv_vmbus.h
- drivers/hv/ring_buffer.c 26 additions, 2 deletionsdrivers/hv/ring_buffer.c
- drivers/mmc/host/mmci_stm32_sdmmc.c 95 additions, 17 deletionsdrivers/mmc/host/mmci_stm32_sdmmc.c
- drivers/net/ethernet/intel/i40e/i40e_main.c 1 addition, 1 deletiondrivers/net/ethernet/intel/i40e/i40e_main.c
- drivers/net/ethernet/intel/ice/ice_main.c 2 additions, 0 deletionsdrivers/net/ethernet/intel/ice/ice_main.c
- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 49 additions, 7 deletionsdrivers/net/ethernet/intel/ixgbe/ixgbe_main.c
- drivers/net/geneve.c 16 additions, 2 deletionsdrivers/net/geneve.c
- drivers/net/hyperv/hyperv_net.h 13 additions, 0 deletionsdrivers/net/hyperv/hyperv_net.h
- drivers/net/hyperv/netvsc.c 48 additions, 7 deletionsdrivers/net/hyperv/netvsc.c
- drivers/net/hyperv/netvsc_drv.c 80 additions, 27 deletionsdrivers/net/hyperv/netvsc_drv.c
- drivers/net/hyperv/rndis_filter.c 1 addition, 0 deletionsdrivers/net/hyperv/rndis_filter.c
- drivers/net/usb/lan78xx.c 711 additions, 199 deletionsdrivers/net/usb/lan78xx.c
- drivers/tty/serial/Kconfig 1 addition, 0 deletionsdrivers/tty/serial/Kconfig
Loading