aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-12imx-base.inc: Allow use of SPL_BINARY variable inside wic imagestopic/fix-bootloader-advanced-useOtavio Salvador
Fixes: 776932e1 ("Rework the u-boot-fslc and u-boot-imx settings logic") Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-12libubootenv.inc: Allow build after bootloader reworkOtavio Salvador
The libubootenv requires the UBOOT_MACHINE or UBOOT_CONFIG to allow libubootenv to build. This is caused by the commit below: ,----[ libubootenv change ] | commit 10aa1291979fb90bed1beb49be4d406ed0e1e4d5 ┃ | ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┻━━━━━━━━━━━━━━━━━━━━━━━━━━ | Author: Ming Liu <liu.ming50@gmail.com> | Date: Tue Aug 25 20:08:01 2020 +0200 | | libubootenv: inherit uboot-config | | This mainly aims to involve in the sanity check of UBOOT_CONFIG and | UBOOT_MACHINE, it will throw a error message at recipe parsing time if | neither of them is set, and libubootenv would be skipped. | | Signed-off-by: Ming Liu <liu.ming50@gmail.com> | Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> `---- This an error on libubootenv recipe, in my point of view, either way we can override it based on the selected bootloader thus fixing the build failure. Fixes: 776932e1 ("Rework the u-boot-fslc and u-boot-imx settings logic") Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-12imx-base.inc: Fix mfgtool selection for u-boot-fslcOtavio Salvador
For eventual use of u-boot-fslc as mfgtool flavor, this will need to be provided as an extra UBOOT_CONFIG thus reusing same provider. This fix some build errors with external layers. Fixes: 776932e1 ("Rework the u-boot-fslc and u-boot-imx settings logic") Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-04-10classes: fsl-kernel-localversion: Fix task dependencyOtavio Salvador
We need to do any change to the generated `.config` file after it is finished to be modified. In the case of `kernel-yocto` class being in use, we need to do it after `kernel_configme` task. Fixes: c7e23876 ("linux-imx.inc: inherit kernel-yocto class") Fixes: #707. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: I7d32b47595dff269defdc5b3f98aa0b9d89b603a
2021-04-10imx6ulevk: Fix comment about SPL supportOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: If9e1b788bebeef4429a2ed71756aac54629cba30
2021-04-09linux-fslc-imx: update up to v5.4.110Andrey Zhizhikin
Kernel repository has been upgraded up to v5.4.110 from stable korg. Following upstream commits are included in this version: ---- 59c8e3329268 Linux 5.4.110 cde4e338c2b2 drivers: video: fbcon: fix NULL dereference in fbcon_cursor() 0ca13611d33f staging: rtl8192e: Change state information from u16 to u8 f9974f189c67 staging: rtl8192e: Fix incorrect source in memcpy() fd5ce87aee48 usb: dwc2: Prevent core suspend when port connection flag is 0 85e1752ae0ed usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board. 26d2284a0580 usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference 25c13ca8302f USB: cdc-acm: fix use-after-free after probe failure b5aedddb621e USB: cdc-acm: fix double free on probe failure 7220bba3066e USB: cdc-acm: downgrade message to debug 62da51d0e7b7 USB: cdc-acm: untangle a circular dependency between callback and softint 7443350af8cb cdc-acm: fix BREAK rx code path adding necessary calls 58cace45f84b usb: xhci-mtk: fix broken streams issue on 0.96 xHCI a22e35f7b4fb usb: musb: Fix suspend with devices connected for a64 e94dec2765b5 USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem 2ecf5803557b usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() 5ecfad1efbc3 firewire: nosy: Fix a use-after-free bug in nosy_ioctl() 58073dc536a6 extcon: Fix error handling in extcon_dev_register e3a3d5005e63 extcon: Add stubs for extcon_register_notifier_all() functions 67ff75be1ab1 pinctrl: rockchip: fix restore error in resume c92e8a8ecb9d vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends 7f93d47677dd reiserfs: update reiserfs_xattrs_initialized() condition 4dc52ce56d63 drm/amdgpu: check alignment on CPU page for bo map f9b3b70fd468 drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() 00bd9c22409e mm: fix race by making init_zero_pfn() early_initcall 558ab52776c0 tracing: Fix stack trace event size 07b19a118d2f PM: runtime: Fix ordering in pm_runtime_get_suppliers() 72a667681cc4 PM: runtime: Fix race getting/putting suppliers at probe b6e7dbf0ed9c xtensa: move coprocessor_flush to the .text section c3715f06f9ad ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook 09a08fd89996 ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO 3acbf473a885 ALSA: hda: Add missing sanity checks in PM prepare/complete callbacks 65f92e40cc6d ALSA: hda: Re-add dropped snd_poewr_change_state() calls 05dd1a4223c5 ALSA: usb-audio: Apply sample rate quirk to Logitech Connect 42c83e3bca43 bpf: Remove MTU check in __bpf_skb_max_len aca623d79cb7 net: wan/lmc: unregister device when no matching device is found f22854911523 appletalk: Fix skb allocation size in loopback case 4ff476b88135 net: ethernet: aquantia: Handle error cleanup of start on open ee898d95f446 ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr() 0b8dfb61f29a brcmfmac: clear EAP/association status bits on linkdown events 2d0e594c1316 can: tcan4x5x: fix max register value 4ac1feff6ea6 net: introduce CAN specific pointer in the struct net_device 23394679aa56 can: dev: move driver related infrastructure into separate subdir 7ca4feb37e9e flow_dissector: fix TTL and TOS dissection on IPv4 fragments ee5055593d0e net: mvpp2: fix interrupt mask/unmask skip condition aa9345d10f0a ext4: do not iput inode under running transaction in ext4_rename() 5e39a73e47ef locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling 84bd602c14b7 thermal/core: Add NULL pointer check before using cooling device stats 50c38f76b51d ASoC: rt5659: Update MCLK rate in set_sysclk() b6408fd7eb89 staging: comedi: cb_pcidas64: fix request_irq() warn b9fe8673b874 staging: comedi: cb_pcidas: fix request_irq() warn 7390a1cdf304 scsi: qla2xxx: Fix broken #endif placement 6e79f829e791 scsi: st: Fix a use after free in st_open() 98052c40e3ac vhost: Fix vhost_vq_reset() 57aa4f30911a powerpc: Force inlining of cpu_has_feature() to avoid build failure dcf4b6e710c7 NFSD: fix error handling in NFSv4.0 callbacks 990a0fa1ccbb ASoC: cs42l42: Always wait at least 3ms after reset 6d197691a1c5 ASoC: cs42l42: Fix mixer volume control aa74bf73937c ASoC: cs42l42: Fix channel width support 47ae33d5b32b ASoC: cs42l42: Fix Bitclock polarity inversion 5952cf385ceb ASoC: es8316: Simplify adc_pga_gain_tlv table 381679aec216 ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe 57b8a192872a ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10 b75073a37c65 ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10 ca3f8dcd6d94 iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate c899b8391a54 rpc: fix NULL dereference on kmalloc failure 0e71c59b2450 fs: nfsd: fix kconfig dependency warning for NFSD_V4 9b68d3ed8aa8 ext4: fix bh ref count on error paths 721a6f64c0bc ext4: shrink race window in ext4_should_retry_alloc() 05d891e76dde module: harden ELF info handling 6a8df0821f67 module: avoid *goto*s in module_sig_check() d9b98ccdfed0 module: merge repetitive strings in module_sig_check() 1a8c5fbe2f1d modsign: print module name along with error message 120589bb0970 ipv6: weaken the v4mapped source check 1225bb45c87b selinux: vsock: Set SID for socket returned by accept() 4e85f8a712cd Linux 5.4.109 057dd3e6986b xen-blkback: don't leak persistent grants from xen_blkbk_map() ce934540ff09 can: peak_usb: Revert "can: peak_usb: add forgotten supported devices" 2638770e793b ext4: add reclaim checks to xattr code 92b9e3deffb6 mac80211: fix double free in ibss_leave ae23957bd1fb net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() f7a962970001 net: dsa: b53: VLAN filtering is global to all users f866d1fa48e4 can: dev: Move device back to init netns on owning netns delete dfd6627c83dd x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc() f989059cd22a locking/mutex: Fix non debug version of mutex_lock_io_nested() 1260d8dc2d66 scsi: mpt3sas: Fix error return code of mpt3sas_base_attach() d31747705762 scsi: qedi: Fix error return code of qedi_alloc_global_queues() 063c3cfb264b scsi: Revert "qla2xxx: Make sure that aborted commands are freed" fdc61af371db block: recalculate segment count for multi-segment discards correctly 8ce9f6efa655 perf auxtrace: Fix auxtrace queue conflict bc0b1a2036dd ACPI: scan: Use unique number for instance_no b382f9d61609 ACPI: scan: Rearrange memory allocation in acpi_device_add() cc578c3e612b Revert "netfilter: x_tables: Update remaining dereference to RCU" 19a5fb4ceada netfilter: x_tables: Use correct memory barriers. c46cd29b89da Revert "netfilter: x_tables: Switch synchronization to RCU" e74d46e69a45 bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programs 01398e024ba6 RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server 78aafa0240bc PM: EM: postpone creating the debugfs dir till fs_initcall f54b10114d63 net/mlx5e: Fix error path for ethtool set-priv-flag fa4addf30c2c PM: runtime: Defer suspending suppliers c82d289fe958 arm64: kdump: update ppos when reading elfcorehdr 8bf90e000c10 drm/msm: fix shutdown hook in case GPU components failed to bind 4fda26d2f7e1 libbpf: Fix BTF dump of pointer-to-array-of-struct 4f71aacd6c92 selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate value 4ecf6d486e45 net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizes 1f103ca31c51 r8152: limit the RX buffer size of RTL8153A for USB 2.0 048d0bf8ad19 net: cdc-phonet: fix data-interface release on probe failure ecc62c3b1b57 octeontx2-af: fix infinite loop in unmapping NPC counter 7e9a48ceccae octeontx2-af: Fix irq free in rvu teardown e15823801229 libbpf: Use SOCK_CLOEXEC when opening the netlink socket 7722378c4a0a nfp: flower: fix pre_tun mask id allocation 060deac22f87 mac80211: fix rate mask reset 52cc7bad1275 can: m_can: m_can_rx_peripheral(): fix RX being blocked by errors 059c1996017d can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning e484616a9600 can: c_can: move runtime PM enable/disable to c_can_platform 4f71965ee897 can: c_can_pci: c_can_pci_remove(): fix use-after-free 42e49b3aa536 can: kvaser_pciefd: Always disable bus load reporting e3ca9fbfcdf5 can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate fb4a6ac4851a can: peak_usb: add forgotten supported devices 0a8046daba17 tcp: relookup sock for RST+ACK packets handled by obsolete req sock 67319a8df5d3 netfilter: ctnetlink: fix dump of the expect mask attribute c4dd0b36cce4 selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed 9d06cabe3bf4 ftgmac100: Restart MAC HW once 81c591299da3 net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template d00db63edd0a e1000e: Fix error handling in e1000_set_d0_lplu_state_82571 9f02a5658413 e1000e: add rtnl_lock() to e1000_reset_task 71fa8051f2f4 igc: Fix Supported Pause Frame Link Setting 35d8a780fa2b igc: Fix Pause Frame Advertising da8af444b325 net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port 267b79a11046 net: sched: validate stab values 76909a298ebb macvlan: macvlan_count_rx() needs to be aware of preemption c6b6c7a92fe5 ipv6: fix suspecious RCU usage warning 40fa14bbe3fe net/mlx5e: Don't match on Geneve options in case option masks are all zero e64e327c7fab libbpf: Fix INSTALL flag order 53f1483984bf veth: Store queue_mapping independently of XDP prog presence f259a7fdeb12 bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD e6587d142d02 dm ioctl: fix out of bounds array access when no devices 7b6944f18cec dm verity: fix DM_VERITY_OPTS_MAX value 752589cd4ea8 integrity: double check iint_cache was initialized f3404a677770 ARM: dts: at91-sama5d27_som1: fix phy address to 7 1815a24b9483 arm64: dts: ls1043a: mark crypto engine dma coherent 7447c05e06c4 arm64: dts: ls1012a: mark crypto engine dma coherent b6f866bbf7ca arm64: dts: ls1046a: mark crypto engine dma coherent e980bd1f7f60 ACPI: video: Add missing callback back for Sony VPCEH3U1E 431aaecd24ac gcov: fix clang-11+ support 4748b6d56efe kasan: fix per-page tags for non-page_alloc pages 037ecab65eb6 squashfs: fix xattr id and id lookup sanity checks 79b8814d6765 squashfs: fix inode lookup sanity checks 5b1abfe7d620 platform/x86: intel-vbtn: Stop reporting SW_DOCK events 599cbcda68ee netsec: restore phy power state after controller reset 8aa97ae0f5d9 ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign cb1504b30b6f ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls 37732ea82e09 block: Suppress uevent for hidden device when removed a2d07d077eb3 nfs: we don't support removing system.nfs4_acl eed4e1abc997 nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a 5fc284999c4a nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted 526abcb05c61 nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request() 8cdbee05b83f drm/radeon: fix AGP dependency 5a0e3fcbeb5a drm/amdgpu: fb BO should be ttm_bo_type_device fc8e4af4c3ef drm/amd/display: Revert dram_clock_change_latency for DCN2.1 6292d84c8af4 regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck c45182707277 u64_stats,lockdep: Fix u64_stats_init() vs lockdep f59604786a48 habanalabs: Call put_pid() when releasing control device 694761bfdd76 sparc64: Fix opcode filtering in handling of no fault loads 11efb0cda655 irqchip/ingenic: Add support for the JZ4760 69423418c5eb cifs: change noisy error message to FYI 981ba9c9a529 atm: idt77252: fix null-ptr-dereference 6b2844ad7b17 atm: uPD98402: fix incorrect allocation 40d0a9297f83 net: davicom: Use platform_get_irq_optional() b90de232a806 net: wan: fix error return code of uhdlc_init() 0da0f199e767 net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch() ab60e4f5eb3a NFS: Correct size calculation for create reply length 785be28d360f nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default d605afb11945 gpiolib: acpi: Add missing IRQF_ONESHOT f6c1da94ddb3 cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev 1d2c9669135f cifs: ask for more credit on async read/write code paths ec7ce1e337ec gianfar: fix jumbo packets+napi+rx overrun crash 7ef7d296b154 sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count d25f579ec557 net: intel: iavf: fix error return code of iavf_init_get_resources() d4dd6de6fc90 net: tehuti: fix error return code in bdx_probe() e224a789d4a6 ixgbe: Fix memleak in ixgbe_configure_clsu32 537653a0698b ALSA: hda: ignore invalid NHLT table bd272f11a9d4 Revert "r8152: adjust the settings about MAC clock speed down for RTL8153" 7a12167636bf atm: lanai: dont run lanai_dev_close if not open fb0067fcda6a atm: eni: dont release is never initialized 614a4ba66854 powerpc/4xx: Fix build errors from mfdcr() 45c1ca3e5784 net: fec: ptp: avoid register access when ipg clock is disabled d0f5726ab1df hugetlbfs: hugetlb_fault_mutex_hash() cleanup b90344f7d600 Linux 5.4.108 819eb4d7a85e cifs: Fix preauth hash corruption cf113ffd620d x86/apic/of: Fix CPU devicetree-node lookups 288be0ed9b36 genirq: Disable interrupts for force threaded handlers b8ebe853abca firmware/efi: Fix a use after bug in efi_mem_reserve_persistent 31e17169a116 efi: use 32-bit alignment for efi_guid_t literals 886dbe0e338b ext4: fix potential error in ext4_do_update_inode 2f65ae3a7ee3 ext4: do not try to set xattr into ea_inode if value is empty 474aab448436 ext4: find old entry again if failed to rename whiteout de2e1603c125 x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() 076b60af926b x86: Move TS_COMPAT back to asm/thread_info.h 27ddd2b59045 kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() f546965c3aac x86/ioapic: Ignore IRQ2 again da326ba3b84a perf/x86/intel: Fix a crash caused by zero PEBS status 51a2b19b554c PCI: rpadlpar: Fix potential drc_name corruption in store functions 796fc331c3cf counter: stm32-timer-cnt: fix ceiling write max value 850ca1c0130a iio: hid-sensor-temperature: Fix issues of timestamp channel 31a2e804ad4a iio: hid-sensor-prox: Fix scale not correct issue 3fa27c8749cf iio: hid-sensor-humidity: Fix alignment issue of timestamp channel 4458ae8d4001 iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask a605c095bb46 iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler 87163fbba6d2 iio: adis16400: Fix an error code in adis16400_initial_setup() ed0625334b94 iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel 08414c498b4b iio:adc:stm32-adc: Add HAS_IOMEM dependency b0a595269e62 usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy- 4baade6fd6e5 usb: gadget: configfs: Fix KASAN use-after-free c92aebf2b0f3 USB: replace hardcode maximum usb string length by definition f89366164693 usbip: Fix incorrect double assignment to udc->ud.tcp_rx 251949ec9d95 usb-storage: Add quirk to defeat Kindle's automatic unload 81b56afc2841 nvme-rdma: fix possible hang when failing to set io queues b891d41d01f4 counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED 86fd6c0d22a5 scsi: myrs: Fix a double free in myrs_cleanup() eb46392d329a scsi: lpfc: Fix some error codes in debugfs 1f925558e3f1 riscv: Correct SPARSEMEM configuration 7db8f3be034d kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again 1dad483b1ebc net/qrtr: fix __netdev_alloc_skb call f0b09d547713 sunrpc: fix refcount leak for rpc auth modules 3c57ea09365f vfio: IOMMU_API should be selected b439aac77360 svcrdma: disable timeouts on rdma backchannel d1ae8f16c223 NFSD: Repair misuse of sv_lock in 5.10.16-rt30. 4c5fab560cb0 nfsd: Don't keep looking up unhashed files in the nfsd file cache 49545a7b8b30 nvmet: don't check iosqes,iocqes for discovery controllers cf7d7728d8a5 nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU 36a4f9164cf6 nvme-tcp: fix possible hang when failing to set io queues 81c1dbe1070c nvme: fix Write Zeroes limitations 6712b7fcef9d afs: Stop listxattr() from listing "afs.*" attributes c71b93323f37 ASoC: simple-card-utils: Do not handle device clock e029384c1835 ASoC: SOF: intel: fix wrong poll bits in dsp power down 626a484d1ec2 ASoC: SOF: Intel: unregister DMIC device on probe error db3d39bcd66a ASoC: fsl_ssi: Fix TDM slot setup for I2S mode 24c553371add btrfs: fix slab cache flags for free space tree bitmap 5b3b99525c4f btrfs: fix race when cloning extent buffer during rewind of an old root a3e438db75fb ARM: 9044/1: vfp: use undef hook for VFP support detection a47b395d441d ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel mode 34794bc0e768 s390/vtime: fix increased steal time accounting ba4342094d71 Revert "PM: runtime: Update device status before letting suppliers suspend" 62cf220630a0 ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook Air 613fd762d188 ALSA: hda: generic: Fix the micmute led init state 5a5f85603e6e ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro 4d35c01a3645 ALSA: dice: fix null pointer dereference when node is disconnected d0fc0e7bfda2 ASoC: ak5558: Add MODULE_DEVICE_TABLE a592a4c2889e ASoC: ak4458: Add MODULE_DEVICE_TABLE ---- Link: https://lore.kernel.org/r/20210322121922.372583154@linuxfoundation.org # v5.4.108 Link: https://lore.kernel.org/r/20210329075615.186199980@linuxfoundation.org # v5.4.109 Link: https://lore.kernel.org/r/20210405085024.703004126@linuxfoundation.org # v5.4.110 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-04-09linux-fslc: update up to v5.10.28Andrey Zhizhikin
Kernel repository has been upgraded up to v5.10.28 from stable korg. Following upstream commits are included in this version: ---- ecdfb9d70fb8 Linux 5.10.28 7973a0dad073 bpf: Use NOP_ATOMIC5 instead of emit_nops(&prog, 5) for BPF_TRAMP_F_CALL_ORIG 12b5f9dae410 Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing" 6ae5eaee1ea5 riscv: evaluate put_user() arg before enabling user access 61f0c3e8098f drivers: video: fbcon: fix NULL dereference in fbcon_cursor() d06d0b3cf626 driver core: clear deferred probe reason on probe retry d29c38dd926d staging: rtl8192e: Change state information from u16 to u8 538b96315375 staging: rtl8192e: Fix incorrect source in memcpy() 84e5203fd277 soc: qcom-geni-se: Cleanup the code to remove proxy votes 996a5782faef usb: dwc3: gadget: Clear DEP flags after stop transfers in ep disable 1808ee421ce5 usb: dwc3: qcom: skip interconnect init for ACPI probe 137dfed1552a usb: dwc2: Prevent core suspend when port connection flag is 0 4e28aca96729 usb: dwc2: Fix HPRT0.PrtSusp bit setting for HiKey 960 board. 77c0d6af858b usb: gadget: udc: amd5536udc_pci fix null-ptr-dereference 6f86681691c2 USB: cdc-acm: fix use-after-free after probe failure 64deff1f4e0f USB: cdc-acm: fix double free on probe failure 439a27521112 USB: cdc-acm: downgrade message to debug 511302531eb8 USB: cdc-acm: untangle a circular dependency between callback and softint e700e3aec303 cdc-acm: fix BREAK rx code path adding necessary calls 9efa606a83e0 usb: xhci-mtk: fix broken streams issue on 0.96 xHCI 1addcb1f77d6 usb: musb: Fix suspend with devices connected for a64 15e61d9ae7ac USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem 4027d6e88fef usbip: vhci_hcd fix shift out-of-bounds in vhci_hub_control() c04adcc819d3 firewire: nosy: Fix a use-after-free bug in nosy_ioctl() 2c7d85026324 video: hyperv_fb: Fix a double free in hvfb_probe a267a7e1c0ca usb: dwc3: pci: Enable dis_uX_susphy_quirk for Intel Merrifield bf4c643192b3 firmware: stratix10-svc: reset COMMAND_RECONFIG_FLAG_PARTIAL to 0 3b681a1c43b6 extcon: Fix error handling in extcon_dev_register 023d13952e9b extcon: Add stubs for extcon_register_notifier_all() functions 0fe56e294cef pinctrl: rockchip: fix restore error in resume 80ee9e02be3d vfio/nvlink: Add missing SPAPR_TCE_IOMMU depends d2308dd5119b drm/tegra: sor: Grab runtime PM reference across reset f552f95853f8 drm/tegra: dc: Restore coupling of display controllers 77a8e6f792d5 drm/imx: fix memory leak when fails to init 74612ecdf263 reiserfs: update reiserfs_xattrs_initialized() condition 8c71f5b30955 drm/amdgpu: check alignment on CPU page for bo map 78ceecd2ed45 drm/amdgpu: fix offset calculation in amdgpu_vm_bo_clear_mappings() 28f901fe1634 drm/amdkfd: dqm fence memory corruption ec3e06e06f76 mm: fix race by making init_zero_pfn() early_initcall d88b557b9b73 s390/vdso: fix tod_steering_delta type b332265430c8 s390/vdso: copy tod_steering_delta value to vdso_data page f706acc9312b tracing: Fix stack trace event size cc038ab785a8 PM: runtime: Fix ordering in pm_runtime_get_suppliers() da2976cd711b PM: runtime: Fix race getting/putting suppliers at probe e6d8eb65532e KVM: SVM: ensure that EFER.SVME is set when running nested guest or on nested vmexit 5f6625f5cd5c KVM: SVM: load control fields from VMCB12 before checking them 6aaa3c2ebb4f xtensa: move coprocessor_flush to the .text section a3be911a5fee xtensa: fix uaccess-related livelock in do_page_fault bcd7999c03ed ALSA: hda/realtek: fix mute/micmute LEDs for HP 640 G8 ee58eee4501f ALSA: hda/realtek: call alc_update_headset_mode() in hp_automute_hook f235ffa56b8e ALSA: hda/realtek: fix a determine_headset_type issue for a Dell AIO 6d91f3afb632 ALSA: hda: Add missing sanity checks in PM prepare/complete callbacks b3116cda4e52 ALSA: hda: Re-add dropped snd_poewr_change_state() calls 474d3d65784e ALSA: usb-audio: Apply sample rate quirk to Logitech Connect e525cd364c09 ACPI: processor: Fix CPU0 wakeup in acpi_idle_play_dead() cdd192a20b06 ACPI: tables: x86: Reserve memory occupied by ACPI tables fd38d4e6757b bpf: Remove MTU check in __bpf_skb_max_len ff64f33bc93b net: 9p: advance iov on empty read 84877db1cdea net: wan/lmc: unregister device when no matching device is found 33a6b3eea44b net: ipa: fix register write command validation 44d76042c038 net: ipa: remove two unused register definitions c805f215e9c5 appletalk: Fix skb allocation size in loopback case f2294a707f63 net: ethernet: aquantia: Handle error cleanup of start on open 7d3ffc0993fe ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr() 221528c20e5e iwlwifi: pcie: don't disable interrupts for reg_lock f33d87047323 netdevsim: dev: Initialize FIB module after debugfs 660bf76aec07 rtw88: coex: 8821c: correct antenna switch function b5777172cce2 ath11k: add ieee80211_unregister_hw to avoid kernel crash caused by NULL pointer 731c4447e6db brcmfmac: clear EAP/association status bits on linkdown events 4094194d103b can: tcan4x5x: fix max register value 1a5751d58b14 net: introduce CAN specific pointer in the struct net_device 9e35159c6e9a can: dev: move driver related infrastructure into separate subdir e3ccad57ac09 flow_dissector: fix TTL and TOS dissection on IPv4 fragments 8fe47a33944f net: mvpp2: fix interrupt mask/unmask skip condition 44c816c8b9ab io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL 5038c1122e13 ext4: do not iput inode under running transaction in ext4_rename() eb8049d85a92 static_call: Align static_call_is_init() patching condition 21c2bbc17b6b io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls fa068ee3f37e nvmet-tcp: fix kmap leak when data digest in use 3ac4aaff387b locking/ww_mutex: Fix acquire/release imbalance in ww_acquire_init()/ww_acquire_fini() 905ef030bdf9 locking/ww_mutex: Simplify use_ww_ctx & ww_ctx handling 1e2a75c24a48 thermal/core: Add NULL pointer check before using cooling device stats cf51b6145b9d ASoC: rt711: add snd_soc_component remove callback 805645d89a20 ASoC: rt5659: Update MCLK rate in set_sysclk() 7d4344fd3ee0 staging: comedi: cb_pcidas64: fix request_irq() warn e833d5716fbb staging: comedi: cb_pcidas: fix request_irq() warn 4cd96a0de7a1 scsi: qla2xxx: Fix broken #endif placement 3860814ef620 scsi: st: Fix a use after free in st_open() 861fc287e036 io_uring: fix ->flags races by linked timeouts e1f8c95c1110 vhost: Fix vhost_vq_reset() 7f6518ec6ee9 kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing 540a1ebf3c23 NFSD: fix error handling in NFSv4.0 callbacks 73df108e3aec ASoC: cs42l42: Always wait at least 3ms after reset 9b7b92c4b92d ASoC: cs42l42: Fix mixer volume control 20b39eb99598 ASoC: cs42l42: Fix channel width support 0d3753babfa7 ASoC: cs42l42: Fix Bitclock polarity inversion ed47acc0c888 ASoC: soc-core: Prevent warning if no DMI table is present 294d4c2b4fda ASoC: es8316: Simplify adc_pga_gain_tlv table f134a436d766 ASoC: sgtl5000: set DAP_AVC_CTRL register to correct default value on probe b057d540ad2c ASoC: rt5651: Fix dac- and adc- vol-tlv values being off by a factor of 10 ed4cdb772680 ASoC: rt5640: Fix dac- and adc- vol-tlv values being off by a factor of 10 4bac395e0b8a ASoC: rt1015: fix i2c communication error 4eff80b14014 iomap: Fix negative assignment to unsigned sis->pages in iomap_swapfile_activate 5fb71b231c4e rpc: fix NULL dereference on kmalloc failure 9e9aa1c03c33 fs: nfsd: fix kconfig dependency warning for NFSD_V4 e178f362f095 ext4: fix bh ref count on error paths 4b3139576a20 ext4: shrink race window in ext4_should_retry_alloc() 1bfb046d29e3 virtiofs: Fail dax mount if device does not support it e21d2b92354b bpf: Fix fexit trampoline. 68abc0115617 arm64: mm: correct the inside linear map range during hotplug check 472493c8a425 Linux 5.10.27 3a1ca9bd4f5a xen-blkback: don't leak persistent grants from xen_blkbk_map() 03a1c3253f25 can: peak_usb: Revert "can: peak_usb: add forgotten supported devices" f12d05f70282 nvme: fix the nsid value to print in nvme_validate_or_alloc_ns 36478a9ec5af Revert "net: bonding: fix error return code of bond_neigh_init()" 451ba16cc5b7 Revert "xen: fix p2m size in dom0 for disabled memory hotplug case" df61d3cff422 fs/ext4: fix integer overflow in s_log_groups_per_flex 0229b5926dc9 ext4: add reclaim checks to xattr code 25e809bf8bec mac80211: fix double free in ibss_leave 39e1a35ea65a net: dsa: b53: VLAN filtering is global to all users d3b5a04b8ce5 r8169: fix DMA being used after buffer free if WoL is enabled 8dc08a2962c8 can: dev: Move device back to init netns on owning netns delete 24256b4d87eb ch_ktls: fix enum-conversion warning 6f15c02ebbe9 fs/cachefiles: Remove wait_bit_key layout dependency 002ea848d7fd mm/memcg: fix 5.10 backport of splitting page memcg 2c163520e12b x86/mem_encrypt: Correct physical address calculation in __set_clr_pte_enc() c6c9bc4f261d locking/mutex: Fix non debug version of mutex_lock_io_nested() d4ce2a8f465d cifs: Adjust key sizes and key generation routines for AES256 encryption 86cc799e1d9d smb3: fix cached file size problems in duplicate extents (reflink) 2423511cc5ba scsi: mpt3sas: Fix error return code of mpt3sas_base_attach() 6b977fea78de scsi: qedi: Fix error return code of qedi_alloc_global_queues() 62bb066cdfb6 scsi: Revert "qla2xxx: Make sure that aborted commands are freed" fc062d21c011 block: recalculate segment count for multi-segment discards correctly dcf2dfc1614d io_uring: fix provide_buffers sign extension efb334c4e5ff perf synthetic events: Avoid write of uninitialized memory when generating PERF_RECORD_MMAP* records 5febe60a8021 perf auxtrace: Fix auxtrace queue conflict 4a5891992c68 ACPI: scan: Use unique number for instance_no 2ba9964a9653 ACPI: scan: Rearrange memory allocation in acpi_device_add() c33f918758fa Revert "netfilter: x_tables: Update remaining dereference to RCU" de2e6b4e32d6 mm/mmu_notifiers: ensure range_end() is paired with range_start() 42aa210795d8 dm table: Fix zoned model check and zone sectors check 3fdebc2d8e79 netfilter: x_tables: Use correct memory barriers. 520be4d1af9c Revert "netfilter: x_tables: Switch synchronization to RCU" 87771c9b09bb net: phy: broadcom: Fix RGMII delays for BCM50160 and BCM50610M 485335a637c8 net: phy: broadcom: Set proper 1000BaseX/SGMII interface mode for BCM54616S 837a3ae33459 net: phy: broadcom: Avoid forward for bcm54xx_config_clock_delay() 9a5267264fc2 net: phy: introduce phydev->port c4934e65c8bc net: axienet: Fix probe error cleanup 3e08fd4a8298 net: axienet: Properly handle PCS/PMA PHY for 1000BaseX mode d65e7d0c7449 igb: avoid premature Rx buffer reuse c7eb3e12f18f net, bpf: Fix ip6ip6 crash with collect_md populated skbs 0a245acbce89 net: Consolidate common blackhole dst ops 33cd5f88b5bf bpf: Don't do bpf_cgroup_storage_set() for kuprobe/tp programs d95696f537d6 RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening server b740e58324c8 xen/x86: make XEN_BALLOON_MEMORY_HOTPLUG_LIMIT depend on MEMORY_HOTPLUG 889c56ea941e octeontx2-af: Fix memory leak of object buf 558454ec5170 net: bridge: don't notify switchdev for local FDB addresses 7d019b2d0f27 PM: EM: postpone creating the debugfs dir till fs_initcall 08a5f812ad6c net/mlx5e: Fix error path for ethtool set-priv-flag 624f0dc8f7f4 net/mlx5e: Offload tuple rewrite for non-CT flows c83207bb02d6 net/mlx5e: Allow to match on MPLS parameters only for MPLS over UDP 0be13d01473a net/mlx5: Add back multicast stats for uplink representor 65c021e73590 PM: runtime: Defer suspending suppliers 3db5fc556515 arm64: kdump: update ppos when reading elfcorehdr 447a011bb40d drm/msm: Fix suspend/resume on i.MX5 c7552dee62a0 drm/msm: fix shutdown hook in case GPU components failed to bind 0b7bc92c1986 can: isotp: tx-path: zero initialize outgoing CAN frames ccd5565feea3 bpf: Fix umd memory leak in copy_process() eeadce8811d3 libbpf: Fix BTF dump of pointer-to-array-of-struct 7693b64ae508 selftests: forwarding: vxlan_bridge_1d: Fix vxlan ecn decapsulate value 5ebb9947b488 selinux: vsock: Set SID for socket returned by accept() 1e01729999c0 net: stmmac: dwmac-sun8i: Provide TX and RX fifo sizes 961d9a6e47b9 r8152: limit the RX buffer size of RTL8153A for USB 2.0 2330d46db081 igb: check timestamp validity 421e0d731070 net: cdc-phonet: fix data-interface release on probe failure 943e1583bf8a net: check all name nodes in __dev_alloc_name 748a158359d7 octeontx2-af: fix infinite loop in unmapping NPC counter b553f45c76ec octeontx2-pf: Clear RSS enable flag on interace down 11e94cfa9dd8 octeontx2-af: Fix irq free in rvu teardown da517ca38dc6 octeontx2-af: Remove TOS field from MKEX TX 1055796ca031 octeontx2-af: Modify default KEX profile to extract TX packet fields f896ae2886d1 octeontx2-af: Formatting debugfs entry rsrc_alloc. 5f64c4c550c8 ipv6: weaken the v4mapped source check 9e48a3bc8ba2 ARM: dts: imx6ull: fix ubi filesystem mount failed b4c574e4b471 libbpf: Use SOCK_CLOEXEC when opening the netlink socket 86e525bc04f2 libbpf: Fix error path in bpf_object__elf_init() 4280132339ce netfilter: flowtable: Make sure GC works periodically in idle system 186d8dc40a65 netfilter: nftables: allow to update flowtable flags 4a741b4df032 netfilter: nftables: report EOPNOTSUPP on unsupported flowtable flags a96a8cb0500a net/sched: cls_flower: fix only mask bit check in the validate_ct_state 6233c2d09633 ionic: linearize tso skb with too many frags 7637048707e5 drm/msm/dsi: fix check-before-set in the 7nm dsi_pll code 126aa8f23424 ftrace: Fix modify_ftrace_direct. 29b8834cf828 nfp: flower: fix pre_tun mask id allocation 47dae14b21f7 nfp: flower: add ipv6 bit to pre_tunnel control message 259b0122dea5 nfp: flower: fix unsupported pre_tunnel flows aeff815e76ef selftests/net: fix warnings on reuseaddr_ports_exhausted bd63bd78d303 mac80211: Allow HE operation to be longer than expected. f865127b1d26 mac80211: fix rate mask reset 48d0b548b49e can: m_can: m_can_rx_peripheral(): fix RX being blocked by errors afaca48e3017 can: m_can: m_can_do_rx_poll(): fix extraneous msg loss warning 4fcf59c24990 can: c_can: move runtime PM enable/disable to c_can_platform 524320e8034a can: c_can_pci: c_can_pci_remove(): fix use-after-free f9a5974b9719 can: kvaser_pciefd: Always disable bus load reporting af3e6c3dcf54 can: flexcan: flexcan_chip_freeze(): fix chip freeze for missing bitrate 0cbadc0fb54c can: peak_usb: add forgotten supported devices 3b3d9279be6c can: isotp: TX-path: ensure that CAN frame flags are initialized f88517dae95b can: isotp: isotp_setsockopt(): only allow to set low level TX flags for CAN-FD 63f2a9bd3133 tcp: relookup sock for RST+ACK packets handled by obsolete req sock 50f41f2e29ff tipc: better validate user input in tipc_nl_retrieve_key() ddeba5b39cca net: phylink: Fix phylink_err() function name error in phylink_major_config 375f5169f231 net: hdlc_x25: Prevent racing between "x25_close" and "x25_xmit"/"x25_rx" ee39ee5f437c netfilter: ctnetlink: fix dump of the expect mask attribute d5380ceede6f selftests/bpf: Set gopt opt_class to 0 if get tunnel opt failed 33cc382c5830 flow_dissector: fix byteorder of dissected ICMP ID fce6fb902189 net: qrtr: fix a kernel-infoleak in qrtr_recvmsg() 6d3635ed12e7 net: ipa: terminate message handler arrays 1701bd22b05d clk: qcom: gcc-sc7180: Use floor ops for the correct sdcc1 clk b50c46ef67d6 ftgmac100: Restart MAC HW once e64a5a5b8e93 net: phy: broadcom: Add power down exit reset state delay 87378c850fee net/qlcnic: Fix a use after free in qlcnic_83xx_get_minidump_template 648b62f10cec e1000e: Fix error handling in e1000_set_d0_lplu_state_82571 8ed431fec355 e1000e: add rtnl_lock() to e1000_reset_task 5994a096570f igc: Fix igc_ptp_rx_pktstamp() 0963fadcf536 igc: Fix Supported Pause Frame Link Setting d5330d5cc3ad igc: Fix Pause Frame Advertising d85ffade499a igc: reinit_locked() should be called with rtnl_lock 4c91fc60e3f6 net: dsa: bcm_sf2: Qualify phydev->dev_flags based on port f64270027928 net: sched: validate stab values 400199d6e6f6 macvlan: macvlan_count_rx() needs to be aware of preemption 2514c7ad115e drop_monitor: Perform cleanup upon probe registration failure 7f041ee8effd ipv6: fix suspecious RCU usage warning 61219de46413 net/mlx5e: Don't match on Geneve options in case option masks are all zero d0be25fa4f96 net/mlx5e: When changing XDP program without reset, take refs for XSK RQs 60b5ff15b41d net/mlx5e: RX, Mind the MPWQE gaps when calculating offsets 9857de932b30 libbpf: Fix INSTALL flag order f7c3d7615e6c bpf: Change inode_storage's lookup_elem return value from NULL to -EBADF 926cde9eec67 veth: Store queue_mapping independently of XDP prog presence f47a9b2570ad soc: ti: omap-prm: Fix occasional abort on reset deassert for dra7 iva 1f798907b435 ARM: OMAP2+: Fix smartreflex init regression after dropping legacy data 965e6cb8d4c9 bus: omap_l3_noc: mark l3 irqs as IRQF_NO_THREAD 921aae17bb0f dm ioctl: fix out of bounds array access when no devices d8b36c483d47 dm verity: fix DM_VERITY_OPTS_MAX value 1e2d70d08ade drm/i915: Fix the GT fence revocation runtime PM logic da6a9b5b1799 drm/amdgpu: Add additional Sienna Cichlid PCI ID dc28098f40b4 drm/amdgpu/display: restore AUX_DPHY_TX_CONTROL for DCN2.x e02f765fa784 drm/amd/pm: workaround for audio noise issue f771b2b3eb2f drm/etnaviv: Use FOLL_FORCE for userptr 546f7fcc451c integrity: double check iint_cache was initialized 5f7b515df003 ARM: dts: at91-sama5d27_som1: fix phy address to 7 2a0d35962ff1 ARM: dts: at91: sam9x60: fix mux-mask to match product's datasheet 0b6cd8802d32 ARM: dts: at91: sam9x60: fix mux-mask for PA7 so it can be set to A, B and C 1c103f512251 arm64: dts: ls1043a: mark crypto engine dma coherent 4f35b64ba823 arm64: dts: ls1012a: mark crypto engine dma coherent 3883f335b5ee arm64: dts: ls1046a: mark crypto engine dma coherent 1ced45535d4b arm64: stacktrace: don't trace arch_stack_walk() 53d3c8063590 ACPICA: Always create namespace nodes using acpi_ns_create_node() 36fe73bd0af9 ACPI: video: Add missing callback back for Sony VPCEH3U1E 1f5c9efad9fe gcov: fix clang-11+ support 6e63cc1fe253 kasan: fix per-page tags for non-page_alloc pages fe03ccc3ce90 hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappings 269042e8ffed squashfs: fix xattr id and id lookup sanity checks 61d72c5952c4 squashfs: fix inode lookup sanity checks 1d215fcbc4ef z3fold: prevent reclaim/free race for headless pages e4642090734e psample: Fix user API breakage a4be7e4ed5d9 platform/x86: intel-vbtn: Stop reporting SW_DOCK events 4f67d3e8c0ac netsec: restore phy power state after controller reset 19c9967e495e selinux: fix variable scope issue in live sidtab conversion 9731e08a3381 selinux: don't log MAC_POLICY_LOAD record on failed policy load 3b87d0c5834b btrfs: fix sleep while in non-sleep context during qgroup removal 771dfb3c531d KVM: x86: Protect userspace MSR filter with SRCU, and set atomically-ish 394e4fd67946 static_call: Fix static_call_set_init() 0fefb5f3e574 static_call: Fix the module key fixup a63068e93917 static_call: Allow module use without exposing static_call_key 433cd7ca386c static_call: Pull some static_call declarations to the type headers 533c293f737c ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign d76e207991c4 ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls 7077d5e7f074 mm/fork: clear PASID for new mm 07feac84efc6 block: Suppress uevent for hidden device when removed 9f704608010b nfs: we don't support removing system.nfs4_acl 3dab008e23bd nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725a 8f0534c96ac8 nvme-rdma: Fix a use after free in nvmet_rdma_write_data_done c7b3f6db97c2 nvme-core: check ctrl css before setting up zns 9083dc773d67 nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been aborted 4d6aea29a795 nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange() 7e62a89b51dd nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request() d8b17df7bf80 nvme: simplify error logic in nvme_validate_ns() b91230a0013f drm/radeon: fix AGP dependency 35d4f0712828 drm/amdgpu: fb BO should be ttm_bo_type_device a255d14eb5dc drm/amd/display: Revert dram_clock_change_latency for DCN2.1 d27b0964ade9 block: Fix REQ_OP_ZONE_RESET_ALL handling c9d1f6ad1e25 regulator: qcom-rpmh: Correct the pmic5_hfsmps515 buck 6366a5bb888b kselftest: arm64: Fix exit code of sve-ptrace da5bc0c21c04 u64_stats,lockdep: Fix u64_stats_init() vs lockdep f89338395545 staging: rtl8192e: fix kconfig dependency on CRYPTO eb4154fb61e2 habanalabs: Call put_pid() when releasing control device f2b38f03a3f7 sparc64: Fix opcode filtering in handling of no fault loads 58b34195b33f umem: fix error return code in mm_pci_probe() feaa91193ad3 kbuild: dummy-tools: fix inverted tests for gcc ede8be3ae078 kbuild: add image_name to no-sync-config-targets 264bb27b9fe4 irqchip/ingenic: Add support for the JZ4760 b684c380f0b9 cifs: change noisy error message to FYI 758bca385a79 atm: idt77252: fix null-ptr-dereference f35954a3961b atm: uPD98402: fix incorrect allocation 852143ed96e2 net: enetc: set MAC RX FIFO to recommended value 697082b125b0 net: davicom: Use platform_get_irq_optional() e6946ef43848 net: wan: fix error return code of uhdlc_init() 184dc037575c net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch() 9d1a5392aca1 NFS: Correct size calculation for create reply length 2479c6b9ef36 nfs: fix PNFS_FLEXFILE_LAYOUT Kconfig default b48779c863c0 gpiolib: acpi: Add missing IRQF_ONESHOT 9443aef16fca cpufreq: blacklist Arm Vexpress platforms in cpufreq-dt-platdev 6d7dce3bdfc4 gfs2: fix use-after-free in trans_drain 419ebba40dbf cifs: ask for more credit on async read/write code paths b8bfda6e08b8 gianfar: fix jumbo packets+napi+rx overrun crash 2d0fba5a2e9f sun/niu: fix wrong RXMAC_BC_FRM_CNT_COUNT count 81b1a8f14436 net: intel: iavf: fix error return code of iavf_init_get_resources() 5f86016bdfa7 net: tehuti: fix error return code in bdx_probe() 71b996c9b883 blk-cgroup: Fix the recursive blkg rwstat b171748b7953 scsi: ufs: ufs-qcom: Disable interrupt in reset path 028210541b3c ixgbe: Fix memleak in ixgbe_configure_clsu32 4dc123500c3b ALSA: hda: ignore invalid NHLT table 18f27fc6bcc2 Revert "r8152: adjust the settings about MAC clock speed down for RTL8153" f8f6190094a3 atm: lanai: dont run lanai_dev_close if not open 6f6e45947572 atm: eni: dont release is never initialized 75e967a04d37 powerpc/4xx: Fix build errors from mfdcr() 4a104e4d4d9d net: fec: ptp: avoid register access when ipg clock is disabled 50c75680bdce net: stmmac: fix dma physical address of descriptor when display ring a9daba140178 mt76: fix tx skb error handling in mt76_dma_tx_queue_skb efb12c03fcd0 mm/memcg: set memcg when splitting page 6143a1d193e9 mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_pages argument 856cd02bbdd4 Linux 5.10.26 de1126ea44bb cifs: Fix preauth hash corruption 21536d7b7e6f x86/apic/of: Fix CPU devicetree-node lookups 95247d24c4d4 genirq: Disable interrupts for force threaded handlers 80b2787789af firmware/efi: Fix a use after bug in efi_mem_reserve_persistent 47ba0d4d2afb efi: use 32-bit alignment for efi_guid_t literals e5154ea8e48f static_call: Fix static_call_update() sanity check 51ccdd25d7e5 MAINTAINERS: move the staging subsystem to lists.linux.dev 4c9a74798ef1 MAINTAINERS: move some real subsystems off of the staging mailing list 35ecf664fd6c ext4: fix rename whiteout with fast commit e8fa569465e5 ext4: fix potential error in ext4_do_update_inode 6163a0662b79 ext4: do not try to set xattr into ea_inode if value is empty d130b802f98a ext4: stop inode update before return 258db8e6ffdc ext4: find old entry again if failed to rename whiteout 9689ecadf8a7 ext4: fix error handling in ext4_end_enable_verity() e4ea2a28d068 efivars: respect EFI_UNSUPPORTED return from firmware a548acde9608 x86: Introduce TS_COMPAT_RESTART to fix get_nr_restart_syscall() 97c608959c27 x86: Move TS_COMPAT back to asm/thread_info.h 4523e648b7b7 kernel, fs: Introduce and use set_restart_fn() and arch_set_restart_data() 0e245256e34d x86/ioapic: Ignore IRQ2 again 4fdf5f4ba61f perf/x86/intel: Fix unchecked MSR access error caused by VLBR_EVENT 514ea597be8e perf/x86/intel: Fix a crash caused by zero PEBS status be1f58e58f76 PCI: rpadlpar: Fix potential drc_name corruption in store functions 6d4e1fed18d0 counter: stm32-timer-cnt: fix ceiling miss-alignment with reload register cbc4c42dbec0 counter: stm32-timer-cnt: fix ceiling write max value dcdde25844d4 iio: hid-sensor-temperature: Fix issues of timestamp channel 7de97c4bba51 iio: hid-sensor-prox: Fix scale not correct issue fd8efe16d867 iio: hid-sensor-humidity: Fix alignment issue of timestamp channel b477c121a287 iio: adc: adi-axi-adc: add proper Kconfig dependencies d894acab2844 iio: adc: ad7949: fix wrong ADC result due to incorrect bit mask 533ee1e28455 iio: adc: ab8500-gpadc: Fix off by 10 to 3 f8bfbd3917fa iio: gyro: mpu3050: Fix error handling in mpu3050_trigger_handler 06c281c23ace iio: adis16400: Fix an error code in adis16400_initial_setup() 531231485844 iio:adc:qcom-spmi-vadc: add default scale to LR_MUX2_BAT_ID channel 3ce2e7b2d360 iio:adc:stm32-adc: Add HAS_IOMEM dependency 6c3c90058b95 thunderbolt: Increase runtime PM reference count on DP tunnel discovery f4ca082e3f59 thunderbolt: Initialize HopID IDAs in tb_switch_alloc() c7bb96a37dd2 usb: dwc3: gadget: Prevent EP queuing while stopping transfers 395d273f2998 usb: dwc3: gadget: Allow runtime suspend if UDC unbinded 8b8a84234c38 usb: typec: tcpm: Invoke power_supply_changed for tcpm-source-psy- 0ea3fb15a87e usb: typec: Remove vdo[3] part of tps6598x_rx_identity_reg struct 0f882bcc6407 usb: gadget: configfs: Fix KASAN use-after-free 22e85a6a35cc usbip: Fix incorrect double assignment to udc->ud.tcp_rx 7046e5f7a2f6 usb-storage: Add quirk to defeat Kindle's automatic unload 5a62d6d7afa0 powerpc: Force inlining of cpu_has_feature() to avoid build failure 2bdef2b476e2 gfs2: bypass signal_our_withdraw if no journal a602e830ddaf gfs2: move freeze glock outside the make_fs_rw and _ro functions 49787b1bba1f gfs2: Add common helper for holding and releasing the freeze glock db37238f3452 regulator: pca9450: Clear PRESET_EN bit to fix BUCK1/2/3 voltage setting cfbff8bd9efc regulator: pca9450: Enable system reset on WDOG_B assertion 775691b94ce7 regulator: pca9450: Add SD_VSEL GPIO for LDO5 9392b8219b62 net: bonding: fix error return code of bond_neigh_init() 76f496681d6a io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return 3c08f772ad0d io_uring: don't attempt IO reissue from the ring exit path 40345b9c9d90 drm/amd/pm: fulfill the Polaris implementation for get_clock_by_type_with_latency() e8e99acd0830 s390/qeth: schedule TX NAPI on QAOB completion f3f6765fd0e8 ibmvnic: remove excessive irqsave 96823c1e9997 media: cedrus: h264: Support profile controls 1c20e9040f49 io_uring: fix inconsistent lock state e1a69079edc4 iwlwifi: Add a new card for MA family e7f6ebde21cf drm/amd/display: turn DPMS off on connector unplug 559b842a64ff MIPS: compressed: fix build with enabled UBSAN 8545519b1f51 net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081 33cafc7952a4 i40e: Fix endianness conversions 41d4c889b274 powerpc/sstep: Fix darn emulation 8a335142f1c5 powerpc/sstep: Fix load-store and update emulation 8b4a797e86a0 RDMA/mlx5: Allow creating all QPs even when non RDMA profile is used bb38c1c03384 scsi: isci: Pass gfp_t flags in isci_port_bc_change_received() d74238028a11 scsi: isci: Pass gfp_t flags in isci_port_link_up() d9f5efd1afc4 scsi: isci: Pass gfp_t flags in isci_port_link_down() 1eda358e37e5 scsi: mvsas: Pass gfp_t flags to libsas event notifiers 58bdc321beb5 scsi: libsas: Introduce a _gfp() variant of event notifiers 18c3c04e8e53 scsi: libsas: Remove notifier indirection 29c5b80327b7 scsi: pm8001: Neaten debug logging macros and uses c4186c00adc1 scsi: pm80xx: Fix pm8001_mpi_get_nvmd_resp() race condition 3e4b3770744d scsi: pm80xx: Make running_req atomic 6075c84a98ce scsi: pm80xx: Make mpi_build_cmd locking consistent d802672c7f00 module: harden ELF info handling e2c8978a75e0 module: avoid *goto*s in module_sig_check() 8587715b65fa module: merge repetitive strings in module_sig_check() c02a33f0fd28 RDMA/rtrs: Fix KASAN: stack-out-of-bounds bug 904a52dd9e50 RDMA/rtrs: Introduce rtrs_post_send 9e97c211b701 RDMA/rtrs-srv: Jump to dereg_mr label if allocate iu fails 5abee8b1fc4f RDMA/rtrs: Remove unnecessary argument dir of rtrs_iu_free 4ebd8f0c82a5 bpf: Declare __bpf_free_used_maps() unconditionally 0e44f1e18398 serial: stm32: fix DMA initialization error handling 5f8659adf7a2 tty: serial: stm32-usart: Remove set but unused 'cookie' variables 20c0bd2b6579 ibmvnic: serialize access to work queue on remove f8ba6913c40a ibmvnic: add some debugs b4be6e6e2696 nvme-rdma: fix possible hang when failing to set io queues b3901ceb120d gpiolib: Assign fwnode to parent's if no primary one provided c5fe922eaf1a counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED f854abe46b0e RISC-V: correct enum sbi_ext_rfence_fid 359d8ff40a09 scsi: ufs: ufs-mediatek: Correct operator & -> && 38089ba4b20c scsi: myrs: Fix a double free in myrs_cleanup() eb9d08b34351 scsi: lpfc: Fix some error codes in debugfs e95c0d43509c riscv: Correct SPARSEMEM configuration 04eb2b2fa12f cifs: fix allocation size on newly created files bb2e41e65c33 kbuild: Fix <linux/version.h> for empty SUBLEVEL or PATCHLEVEL again 72714560fbc7 net/qrtr: fix __netdev_alloc_skb call 6cae8095490c io_uring: ensure that SQPOLL thread is started for exit a7acb614287b pstore: Fix warning in pstore_kill_sb() 5f7d470696ad i915/perf: Start hrtimer only if sampling the OA buffer cb14e99e886f sunrpc: fix refcount leak for rpc auth modules 2ea2d3a79800 vhost_vdpa: fix the missing irq_bypass_unregister_producer() invocation 3e5a1bb6ea20 vfio: IOMMU_API should be selected c2219627091c svcrdma: disable timeouts on rdma backchannel 982b899ba672 NFSD: fix dest to src mount in inter-server COPY 800369d61add NFSD: Repair misuse of sv_lock in 5.10.16-rt30. 12628e7779f8 nfsd: don't abort copies early 5ea0aa29ad4b nfsd: Don't keep looking up unhashed files in the nfsd file cache 628f39a57a46 nvmet: don't check iosqes,iocqes for discovery controllers b4f911e3a982 nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDU 7089cdfce32f nvme-tcp: fix possible hang when failing to set io queues a83e5c6c35fa nvme-tcp: fix misuse of __smp_processor_id with preemption enabled fd9e2b999740 nvme: fix Write Zeroes limitations 2d202085d2dd ALSA: usb-audio: Fix unintentional sign extension issue 64195f022ae8 afs: Stop listxattr() from listing "afs.*" attributes 78ba4793b084 afs: Fix accessing YFS xattrs on a non-YFS server 07fa872bf79c ASoC: simple-card-utils: Do not handle device clock d1ab87e31761 ASoC: qcom: lpass-cpu: Fix lpass dai ids parse 1ae54de79fba ASoC: codecs: wcd934x: add a sanity check in set channel map 03079a0f1bf7 ASoC: qcom: sdm845: Fix array out of range on rx slim channels 26b08c08a5f3 ASoC: qcom: sdm845: Fix array out of bounds access 47a6cadb6cfd ASoC: SOF: intel: fix wrong poll bits in dsp power down b94b71a7a6f6 ASoC: SOF: Intel: unregister DMIC device on probe error 4da5a9a73c4c ASoC: Intel: bytcr_rt5640: Fix HP Pavilion x2 10-p0XX OVCD current threshold 118cfdc770cd ASoC: fsl_ssi: Fix TDM slot setup for I2S mode 223dc51caa51 drm/amd/display: Correct algorithm for reversed gamma 4daa70a80c68 vhost-vdpa: set v->config_ctx to NULL if eventfd_ctx_fdget() fails 49ca3100fbaf vhost-vdpa: fix use-after-free of v->config_ctx 2c8d6a9474f0 btrfs: fix slab cache flags for free space tree bitmap 38ffe9eaeb7c btrfs: fix race when cloning extent buffer during rewind of an old root 78486cf1f31e zonefs: fix to update .i_wr_refcnt correctly in zonefs_open_zone() 9c1c5e81a002 zonefs: prevent use of seq files as swap file dfbdbf0f359a zonefs: Fix O_APPEND async write handling 38c74f2f2318 s390/pci: fix leak of PCI device structure 075e3034740c s390/pci: remove superfluous zdev->zbus check bd37d9b9c4fb s390/pci: refactor zpci_create_device() 015916ca0266 s390/vtime: fix increased steal time accounting 5c0a3a331dc5 Revert "PM: runtime: Update device status before letting suppliers suspend" 68525e424175 ALSA: hda/realtek: fix mute/micmute LEDs for HP 850 G8 f086deab2c64 ALSA: hda/realtek: fix mute/micmute LEDs for HP 440 G8 7b00df1894c6 ALSA: hda/realtek: fix mute/micmute LEDs for HP 840 G8 14af4bf8d481 ALSA: hda/realtek: Apply headset-mic quirks for Xiaomi Redmibook Air 4c698a3b8fb7 ALSA: hda: generic: Fix the micmute led init state e6c7cdf0baf3 ALSA: hda/realtek: apply pin quirk for XiaomiNotebook Pro cd7b17ba8e4d ALSA: dice: fix null pointer dereference when node is disconnected 422806f8d289 spi: cadence: set cqspi to the driver_data field of struct device f8d5ced57b07 ASoC: ak5558: Add MODULE_DEVICE_TABLE 064a7289b445 ASoC: ak4458: Add MODULE_DEVICE_TABLE ---- Link: https://lore.kernel.org/r/20210322121933.746237845@linuxfoundation.org # v5.10.26 Link: https://lore.kernel.org/r/20210322151845.637893645@linuxfoundation.org # v5.10.26 Link: https://lore.kernel.org/r/20210324093435.962321672@linuxfoundation.org # v5.10.26 Link: https://lore.kernel.org/r/20210329101340.196712908@linuxfoundation.org # v5.10.27 Link: https://lore.kernel.org/r/20210329075629.172032742@linuxfoundation.org # v5.10.27 Link: https://lore.kernel.org/r/20210405085031.040238881@linuxfoundation.org # v5.10.28 Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-04-07u-boot-imx: Enable building for mainline BSPTom Hochstein
Building u-boot-imx for mainline BSP results in the following error: ``` u-boot-imx PROVIDES u-boot but was skipped: incompatible with machine imx8mp-ddr4-evk (not in COMPATIBLE_MACHINE) ``` Add use-mainline-bsp to COMPATIBLE_MACHINE to fix this. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-04-07imx8mp-ddr4-evk: Set mainline BSP to use u-boot-imx for nowTom Hochstein
Since u-boot-fslc doesn't yet support this machine, set the configuration for mainline BSP to use u-boot-imx. Fixes #710. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-04-07conf: imx8mp-evk.inc: correct u-boot make targetAndrey Zhizhikin
U-Boot make target set to empty string does not expand correctly for mainline BSP build, which append make target with 'flash.bin' entry. This causes the build to fail, since the u-boot.bin target is not produced when only 'flash.bin' is present in the make target list. Define the default make target to 'all', which allows proper build target expansion. Fixes: 823a97cf ("imx8mp-lpddr4-evk: Rework 8M Plus EVK config file") Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-04-05conf/layer.conf: Drop unused dynamic entriesOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Change-Id: Id562d79bff400a9b05606e1d2fe0e1eca11b6c95
2021-03-30imx8mp-ddr4-evk: Add machine config for i.MX 8M Plus EVK with DDR4Tom Hochstein
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-03-30imx8mp-lpddr4-evk: Rework 8M Plus EVK config fileTom Hochstein
There are two variants of the 8M Plus Evaluation Kit board, one with LPDDR4 and one with DDR4. Rework our existing config file to make this distinction explicit in the machine config file name and to allow for configuration re-use. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-03-26conf/layer.conf: Rename browser-layer as chromium-browser-layerPablo Saavedra
This commit updates the directory name of the browser-layer dynamic-layer because the changes introduced in https://github.com/OSSystems/meta-browser/pull/470. This browser-layer doesn't exist anymore in the meta-browser layer being replaced by a new chromium-browser-layer. For backwards compatibility this changes keeps the entries associated to the former browser-layer pointing to the new chromium-browser-layer. Signed-off-by: Pablo Saavedra <psaavedra@igalia.com>
2021-03-24Rework the u-boot-fslc and u-boot-imx settings logicOtavio Salvador
We need to make it more obvious what is in use, when we support both bootloaders and for it we are now using the _pn suffix for both. This also fixes the WIC_FILE depending on the choice otherwise image build fails. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-24imx6qdlsabreauto: Rework u-boot-imx defconfig as distro agnosticOtavio Salvador
We now bind the defconfig to the 'u-boot-imx' package. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-24imx6qdlsabresd: Rework u-boot-imx defconfig as distro agnosticOtavio Salvador
We now bind the defconfig to the 'u-boot-imx' package. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-24imx-base.inc: Allow override of IMX_DEFAULT_BOOTLOADEROtavio Salvador
We need to allow the override of the variable in 'local.conf' or other places, so we cannot overwrite it inside imx-base.inc. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-24Revert "imx6*.conf: Rework machine assignments for u-boot variables"Otavio Salvador
This reverts commit cc4b91bf3a3cf5c2034372c607783048aae44b65.
2021-03-24optee-os: Remove unneeded dependency on python3-pycrptoOtavio Salvador
The python3-pycrpto is provided by python3-pycryptodomex, and in fact is not provided on OpenEmbedded anymore so it cannot be used. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-24imx8dxl-evk: Set ATF_PLATFORM and IMX_BOOT_SOC_TARGETOtavio Salvador
This sets the required variables so the target is buildable. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-24imx51evk: Drop old perf fixup as we now use Linux mainlineOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-24imx28evk: Drop unused IMXBOOTLETS_MACHINE variableOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-22linux-fslc-imx: update to v5.4.107Andrey Zhizhikin
Kernel repository has been upgraded to v5.4.107 from stable korg. Following upstream commits are included in this version: ---- a65e78863443 Linux 5.4.107 5161cc4350de net: dsa: b53: Support setting learning on port ebeefdc3d8ee net: dsa: tag_mtk: fix 802.1ad VLAN egress 6c3d86e6ffde crypto: x86/aes-ni-xts - use direct calls to and 4-way stride ae69c97bb76e crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg eeb0899e0073 crypto: x86 - Regularize glue function prototypes 187ae0463653 fuse: fix live lock in fuse_iget() 28e53acd3065 drm/i915/gvt: Fix vfio_edid issue for BXT/APL 5a7c72ffb412 drm/i915/gvt: Fix port number for BDW on EDID region setup 4ab29329668d drm/i915/gvt: Fix virtual display setup for BXT/APL e46f72e1f27c drm/i915/gvt: Fix mmio handler break on BXT/APL. 8cd68991b836 drm/i915/gvt: Set SNOOP for PAT3 on BXT/APL to workaround GPU BB hang 50f83ffc58ab btrfs: scrub: Don't check free space before marking a block group RO 591ea83fd2ce bpf, selftests: Fix up some test_verifier cases for unprivileged 4e4c85404a23 bpf: Add sanity check for upper ptr_limit 524471df8fa9 bpf: Simplify alu_limit masking for pointer arithmetic 2da0540739e4 bpf: Fix off-by-one for area size in creating mask to left ea8fb45eaac1 bpf: Prohibit alu ops for pointer types not defining ptr_limit 010c5bee66bd KVM: arm64: nvhe: Save the SPE context early ---- Link: https://lore.kernel.org/r/20210319121745.449875976@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-22linux-fslc: update to v5.10.25Andrey Zhizhikin
Kernel repository has been upgraded to v5.10.25 from stable korg. Following upstream commits are included in this version: ---- 3ba56f490c7a Linux 5.10.25 dd0b7edb7794 net: dsa: b53: Support setting learning on port 0f6cab2350d5 ALSA: usb-audio: Don't avoid stopping the stream at disconnection df8596f57743 Revert "nfsd4: a client's own opens needn't prevent delegations" 894ecf0cb505 Revert "nfsd4: remove check_conflicting_opens warning" d955f13ea212 fuse: fix live lock in fuse_iget() 2d7888b2c4cd RDMA/srp: Fix support for unpopulated and unbalanced NUMA nodes 3672c3ce622e bpf, selftests: Fix up some test_verifier cases for unprivileged 1010f17aaa78 bpf: Add sanity check for upper ptr_limit 6a3504bf4006 bpf: Simplify alu_limit masking for pointer arithmetic ac1b87a18c1f bpf: Fix off-by-one for area size in creating mask to left c4d37eea1c64 bpf: Prohibit alu ops for pointer types not defining ptr_limit bf93113d46f8 crypto: x86/aes-ni-xts - use direct calls to and 4-way stride fcfab1a9aa40 crypto: aesni - Use TEST %reg,%reg instead of CMP $0,%reg ---- Link: https://lore.kernel.org/r/20210319121745.112612545@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-18optee-os: Cleanup build optionsTom Hochstein
- Move log level variables to EXTRA_OEMAKE to simplify overriding - Set LDFLAGS and CFLAGS globally, like normal - Set -C in EXTRA_OEMAKE - Drop do_compile after all of the above - Drop un-necessary override of B variable - Simplify creation of tee.bin link in DEPLOYDIR Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-03-18linux-fslc-imx: update to v5.4.106Andrey Zhizhikin
Kernel repository has been upgraded to v5.4.106 from stable korg. Following conflicts were resolved upstream during merge: ---- - drivers/net/can/flexcan.c: Merge NXP commit c2aba4909dc1c ("MLK-23225-2 can: flexcan: initialize all flexcan memory for ECC function") with upstream commit fd872e63b274e ("can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode"). - drivers/net/ethernet/freescale/enetc/enetc_pf.c: Merge upstream commit a8ecf0b2d9547 ("net: enetc: initialize RFS/RSS memories for unused ports too") with NXP commits 7a5abf6a724f9 ("enetc: Remove mdio bus on PF probe error path") and 501d929c03cfa ("enetc: Use DT protocol information to set up the ports") ---- Following upstream commits are included in this version: ---- 0437de26e28d Linux 5.4.106 b802b6ef28d6 xen/events: avoid handling the same event on two cpus at the same time 92aefc62f483 xen/events: don't unmask an event channel when an eoi is pending 43d0b82bb45c xen/events: reset affinity of 2-level event when tearing it down 38563c1ff081 KVM: arm64: Reject VM creation when the default IPA size is unsupported da2e37b55d4c KVM: arm64: Ensure I-cache isolation between vcpus of a same VM 4e2156c0d37b nvme: release namespace head reference on error eb565f052b3e nvme: unlink head after removing last namespace 4535fb9ec5fd KVM: arm64: Fix exclusive limit for IPA size e28b19ca2aeb x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2 c0e0ab60d0b1 binfmt_misc: fix possible deadlock in bm_register_write 106fea9ad246 powerpc/64s: Fix instruction encoding for lis in ppc_function_entry() 907f7f2cf0ff sched/membarrier: fix missing local execution of ipi_sync_rq_state() 2306580a95b7 zram: fix return value on writeback_store 29e28a134a49 include/linux/sched/mm.h: use rcu_dereference in in_vfork() 99f1960cae4f stop_machine: mark helpers __always_inline aaf92d0538d2 hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event() 88c79851b82d arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds 73aa6f93e1e9 configfs: fix a use-after-free in __configfs_open_file babd55002dd4 block: rsxx: fix error return code of rsxx_pci_probe() 41deefab452a NFSv4.2: fix return value of _nfs4_get_security_label() 86954a52d829 NFS: Don't gratuitously clear the inode cache when lookup failed d29f9aa6a8b2 NFS: Don't revalidate the directory permissions on a lookup failure d5a69ed75931 SUNRPC: Set memalloc_nofs_save() for sync tasks 9c9ea7ac18b2 arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory 19bb2a20710d sh_eth: fix TRSCER mask for R7S72100 c3c1defad2dd staging: comedi: pcl818: Fix endian problem for AI command data c5916897a6e1 staging: comedi: pcl711: Fix endian problem for AI command data 7d8ec7bef320 staging: comedi: me4000: Fix endian problem for AI command data e70294943c89 staging: comedi: dmm32at: Fix endian problem for AI command data 47a2af64eea3 staging: comedi: das800: Fix endian problem for AI command data 0f2522ec71b6 staging: comedi: das6402: Fix endian problem for AI command data e91490b9edb9 staging: comedi: adv_pci1710: Fix endian problem for AI command data 4d6505edee5a staging: comedi: addi_apci_1500: Fix endian problem for command sample f258c1c26f64 staging: comedi: addi_apci_1032: Fix endian problem for COS sample e644fc4ab7bb staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan 8f586a59829b staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmd 9fe42273b2c6 staging: ks7010: prevent buffer overflow in ks_wlan_set_scan() ab42f28d5f34 staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data() 1a866057e970 staging: rtl8712: unterminated string leads to read overflow da5abe369b03 staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan() a311b6a7f099 staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan() e4b52c7cbaaf misc: fastrpc: restrict user apps from sending kernel RPC messages 9009b59dfd5f misc/pvpanic: Export module FDT device table 0a58a400a93b usbip: fix vudc usbip_sockfd_store races leading to gpf 8a50dda5243e usbip: fix vhci_hcd attach_store() races leading to gpf 8698133003cf usbip: fix stub_dev usbip_sockfd_store() races leading to gpf 7b76c7a91bf6 usbip: fix vudc to check for stream socket 2e24c093e264 usbip: fix vhci_hcd to check for stream socket da1be8e07852 usbip: fix stub_dev to check for stream socket ec7fb77a37af USB: serial: cp210x: add some more GE USB IDs b05ac5bcf623 USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter 0b7034401f0c USB: serial: ch341: add new Product ID 5287c3d62e91 USB: serial: io_edgeport: fix memory leak in edge_startup c1b20c6fac05 xhci: Fix repeated xhci wake after suspend due to uncleared internal wake state 3573dea8c17a usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing 57ab089c09d5 xhci: Improve detection of device initiated wake signal. f4f02f9feb4e usb: xhci: do not perform Soft Retry for some xHCI hosts 45bc1c34b54e usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUM c9e346234698 USB: usblp: fix a hang in poll() if disconnected cc495be17466 usb: dwc3: qcom: Honor wakeup enabled/disabled state f030e3c67791 usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement 014e4b616313 usb: gadget: f_uac1: stop playback on function disable 117aadfc0616 usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slot ec7b0ac66539 USB: gadget: u_ether: Fix a configfs return code 0ae3101f5cf0 Goodix Fingerprint device is not a modem b0ea155fa4f7 mmc: cqhci: Fix random crash when remove mmc module/card 61fadd5f1e4e mmc: core: Fix partition switch time for eMMC 1cb73c82622c software node: Fix node registration 3bc266631a9e s390/dasd: fix hanging IO request during DASD driver unbind 87adc240df30 s390/dasd: fix hanging DASD driver unbind 12002aa2e7af arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL 47a5d1b63f21 Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file capabilities") ac85e7d4abb1 ALSA: usb-audio: Apply the control quirk to Plantronics headsets b1fe755e51df ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell AE515 sound bar 2b7615c97b0e ALSA: hda: Avoid spurious unsol event handling during S3/S4 bb060148e29f ALSA: hda: Flush pending unsolicited events before suspend 09cb42025a46 ALSA: hda: Drop the BATCH workaround for AMD controllers e1a92ad57b2c ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support ff2152beb22c ALSA: hda/hdmi: Cancel pending works before suspend dd6d483104bf ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk 300fba2b4e11 scsi: target: core: Prevent underflow for service actions de2cdbcb4f38 scsi: target: core: Add cmd length set before cmd complete 050e1900d617 scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling acf0e7b15f87 sysctl.c: fix underflow value setting risk in vm_table 508d56e2c5c3 s390/smp: __smp_rescan_cpus() - move cpumask away from stack 54fc6a56f72a i40e: Fix memory leak in i40e_probe f95403013744 PCI: Fix pci_register_io_range() memory leak e9be5518af2c kbuild: clamp SUBLEVEL to 255 e622e01d44e4 PCI: mediatek: Add missing of_node_put() to fix reference leak d54c77959ece PCI: xgene-msi: Fix race in installing chained irq handler 395f24b37fe8 Input: applespi - don't wait for responses to commands indefinitely. ad93777a59c7 sparc64: Use arch_validate_flags() to validate ADI flag dec0ab3bc3a2 sparc32: Limit memblock allocation to low memory f8788ee8544c iommu/amd: Fix performance counter initialization d92afe30a665 powerpc/64: Fix stack trace not displaying final frame 61654b5d079d HID: logitech-dj: add support for the new lightspeed connection iteration 49e38713faaf powerpc/perf: Record counter overflow always if SAMPLE_IP is unset a54c278fcf8b powerpc: improve handling of unrecoverable system reset 7765b5c2c192 spi: stm32: make spurious and overrun interrupts visible 507b9bce2113 powerpc/pci: Add ppc_md.discover_phbs() 26d60799d99b Platform: OLPC: Fix probe error handling ccad3c70fcd0 mmc: mediatek: fix race condition between msdc_request_timeout and irq edf05afc9be3 mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()' c44d966e9020 udf: fix silent AED tagLocation corruption 5f04f970d579 i2c: rcar: optimize cacheline to minimize HW race condition 1e1aace4a395 i2c: rcar: faster irq code to minimize HW race condition 2e24fd30c6f0 net: phy: fix save wrong speed and duplex problem if autoneg is on aea71e92b9a0 net: enetc: initialize RFS/RSS memories for unused ports too d1f308174a60 net: hns3: fix error mask definition of flow director cb36bf447a0c media: rc: compile rc-cec.c into rc-core 4c0c31572b67 media: v4l: vsp1: Fix bru null pointer access f56a82844c1f media: v4l: vsp1: Fix uif null pointer access 8cdc0900fc80 media: usbtv: Fix deadlock on suspend 56b9b2c25905 sh_eth: fix TRSCER mask for R7S9210 bdec0dd95cc8 qxl: Fix uninitialised struct field head.surface_id d5fc9c5d64ca s390/crypto: return -EFAULT if copy_to_user() fails 72ba965bf10d s390/cio: return -EFAULT if copy_to_user() fails d2100ef32a8c drm: meson_drv add shutdown function 72c541cc4552 drm/shmem-helper: Don't remove the offset in vm_area_struct pgoff 0d574fc463c7 drm/shmem-helper: Check for purged buffers in fault handler 3b08ea3a548f drm/compat: Clear bounce structures cabbd263c8e8 bnxt_en: reliably allocate IRQ table on reset to avoid crash dfa176f374ba s390/cio: return -EFAULT if copy_to_user() fails again 05d11eb7bd9d net: hns3: fix bug when calculating the TCAM table info 8bbc59bb0556 net: hns3: fix query vlan mask value error for flow director 4d0273ab0a79 perf traceevent: Ensure read cmdlines are null terminated. ef663d149f8e selftests: forwarding: Fix race condition in mirror installation fcce3cb62c09 net: stmmac: fix watchdog timeout during suspend/resume stress test d31ae9ec5a03 net: stmmac: stop each tx channel independently 86ea605518d7 ixgbe: fail to create xfrm offload of IPsec tunnel mode SA e8b6c1d7ced2 net: qrtr: fix error return code of qrtr_sendmsg() d28e783c2003 net: davicom: Fix regulator not turned off on driver removal 05517de4188b net: davicom: Fix regulator not turned off on failed probe 11a589205119 net: lapbether: Remove netif_start_queue / netif_stop_queue b4800e7a1c9f cipso,calipso: resolve a number of problems with the DOI refcounts 6d599697e9a8 netdevsim: init u64 stats for 32bit hardware 8e365b61bda7 net: usb: qmi_wwan: allow qmimux add/del with master up 392f34cce2b0 net: sched: avoid duplicates in classes dump 3e66c16388f5 nexthop: Do not flush blackhole nexthops when loopback goes down 7f101d035deb net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10 0fbbcf797e9c net/mlx4_en: update moderation when config reset 78cbd0a4749d net: enetc: don't overwrite the RSS indirection table when initializing 6547ec428619 Revert "mm, slub: consider rest of partial list if acquire_slab() fails" 55e6ede3b935 cifs: return proper error code in statfs(2) a1ff418d3eda mount: fix mounting of detached mounts onto targets that reside on shared mounts 59a057a89155 powerpc/603: Fix protection of user pages mapped with PROT_NONE da9f2219f66c mt76: dma: do not report truncated frames to mac80211 95b0a3b09094 ibmvnic: always store valid MAC address 3e8ab75f3301 samples, bpf: Add missing munmap in xdpsock c2c3a85ab01f selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier 57b9f13e8aaa selftests/bpf: No need to drop the packet when there is no geneve opt 82e85c0e7f34 netfilter: x_tables: gpf inside xt_find_revision() f66b8e738140 netfilter: nf_nat: undo erroneous tcp edemux lookup 3bf899438c12 tcp: add sanity tests to TCP_QUEUE_SEQ b7049b6156ce can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before entering Normal Mode a7e187a87e8e can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode e0eccdfc5c0e can: flexcan: enable RX FIFO after FRZ/HALT valid ca483b872d20 can: flexcan: assert FRZ bit in flexcan_chip_freeze() 6676e510d1a9 can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership 718769eb1bbe sh_eth: fix TRSCER mask for SH771x 8baa52f26b3e net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0 ca278267d6cd net: check if protocol extracted by virtio_net_hdr_set_proto is correct f2d78bbbca42 net: Fix gro aggregation for udp encaps with zero csum 9be769161192 ath9k: fix transmitting to stations in dynamic SMPS mode 5555ee33b6cc ethernet: alx: fix order of calls on resume dcb95790821b powerpc/pseries: Don't enforce MSI affinity with kdump fd1824bf963a uapi: nfnetlink_cthelper.h: fix userspace compilation error ---- Link: https://lore.kernel.org/r/20210315135550.333963635@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-18linux-fslc: update to v5.10.24Andrey Zhizhikin
Kernel repository has been upgraded to v5.10.24 from stable korg. Following upstream commits are included in this version: ---- 05d125f7524e Linux 5.10.24 1c0899636d44 RDMA/umem: Use ib_dma_max_seg_size instead of dma_get_max_seg_size 1dbce9ba2aa9 KVM: arm64: Fix nVHE hyp panic host context restore f67e5243d0f3 xen/events: avoid handling the same event on two cpus at the same time 30cdb862e831 xen/events: don't unmask an event channel when an eoi is pending 4c84191cbc3e mm/page_alloc.c: refactor initialization of struct page for holes in memory layout e7afadd0dbe2 KVM: arm64: Ensure I-cache isolation between vcpus of a same VM 518f98e39077 mm/madvise: replace ptrace attach requirement for process_madvise 2aaa79f69417 mm/userfaultfd: fix memory corruption due to writeprotect c3d70b1bf1ce KVM: arm64: Fix exclusive limit for IPA size ada8817ab674 KVM: arm64: Reject VM creation when the default IPA size is unsupported eeba4e4cc524 KVM: arm64: nvhe: Save the SPE context early a9779820bb97 KVM: arm64: Avoid corrupting vCPU context register in guest exit 17becbfca9fc KVM: arm64: Fix range alignment when walking page tables a688bf8cf550 KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged 4ab5d1b70929 KVM: x86: Ensure deadline timer has truly expired before posting its IRQ e40384fcd600 x86/entry: Fix entry/exit mismatch on failed fast 32-bit syscalls a2bab396cb97 x86/sev-es: Use __copy_from_user_inatomic() 977b9f4190ad x86/sev-es: Correctly track IRQ states in runtime #VC handler 269424432731 x86/entry: Move nmi entry/exit into common code 752fbe0c8ddd x86/sev-es: Check regs->sp is trusted before adjusting #VC IST stack 871fd1e3ee8e x86/sev-es: Introduce ip_within_syscall_gap() helper d327d8632cdb x86/unwind/orc: Disable KASAN checking in the ORC unwinder, part 2 5ab9464a2a3c binfmt_misc: fix possible deadlock in bm_register_write 0e4750f69c17 powerpc: Fix missing declaration of [en/dis]able_kernel_vsx() 1f372e89567b powerpc: Fix inverted SET_FULL_REGS bitop 9776812ee861 powerpc/64s: Fix instruction encoding for lis in ppc_function_entry() 8571c66401ea efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP table 68b4378d910e sched/membarrier: fix missing local execution of ipi_sync_rq_state() 5f2f616343b1 linux/compiler-clang.h: define HAVE_BUILTIN_BSWAP* bc7c1b09f7a4 zram: fix return value on writeback_store 3cbe8f9193e6 include/linux/sched/mm.h: use rcu_dereference in in_vfork() 7da7542c04a4 stop_machine: mark helpers __always_inline 2a39eb7b8670 seqlock,lockdep: Fix seqcount_latch_init() 372734dc1897 powerpc/64s/exception: Clean up a missed SRR specifier df7dbfc24c33 hrtimer: Update softirq_expires_next correctly after __hrtimer_get_next_event() 896846b8151d perf/x86/intel: Set PERF_ATTACH_SCHED_CB for large PEBS and LBR 82ad50c112f8 perf/core: Flush PMU internal buffers for per-CPU events 3ebd4bd2eb6f arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds 109720342efd configfs: fix a use-after-free in __configfs_open_file 6cf11f3a09a2 nvme-fc: fix racing controller reset and create association d1d918492e6e block: rsxx: fix error return code of rsxx_pci_probe() caa86901c863 NFSv4.2: fix return value of _nfs4_get_security_label() e181960ec51d NFS: Don't gratuitously clear the inode cache when lookup failed dd756d05bee5 NFS: Don't revalidate the directory permissions on a lookup failure faa48b23d0e3 SUNRPC: Set memalloc_nofs_save() for sync tasks 475a4307c14c arm64/mm: Fix pfn_valid() for ZONE_DEVICE based memory e50ada589497 cpufreq: qcom-hw: Fix return value check in qcom_cpufreq_hw_cpu_init() 7dfe37e9ea69 cpufreq: qcom-hw: fix dereferencing freed memory 'data' 75d9be57cf2e sh_eth: fix TRSCER mask for R7S72100 a854bd051465 staging: comedi: pcl818: Fix endian problem for AI command data ddfeb236ed8e staging: comedi: pcl711: Fix endian problem for AI command data c30fe0f767c3 staging: comedi: me4000: Fix endian problem for AI command data 2c1ea26a289e staging: comedi: dmm32at: Fix endian problem for AI command data c36d2f40c1bc staging: comedi: das800: Fix endian problem for AI command data d8f26a4122db staging: comedi: das6402: Fix endian problem for AI command data b46f6908ea3e staging: comedi: adv_pci1710: Fix endian problem for AI command data 66a44ed42367 staging: comedi: addi_apci_1500: Fix endian problem for command sample 4d14685f9f74 staging: comedi: addi_apci_1032: Fix endian problem for COS sample c5d3e25e1808 staging: rtl8192e: Fix possible buffer overflow in _rtl92e_wx_set_scan 74a14d8ae20d staging: rtl8712: Fix possible buffer overflow in r8712_sitesurvey_cmd 66cf4f582987 staging: ks7010: prevent buffer overflow in ks_wlan_set_scan() be9745304e3e staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data() 550c9e49eb42 staging: rtl8712: unterminated string leads to read overflow d972a516958d staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan() 1642b5153ba5 staging: rtl8192u: fix ->ssid overflow in r8192_wx_set_scan() 52feb58f9b5b misc: fastrpc: restrict user apps from sending kernel RPC messages 7ae2482c7042 misc/pvpanic: Export module FDT device table 70c26fc71b7e Revert "serial: max310x: rework RX interrupt handling" 9951e64550d0 usbip: fix vudc usbip_sockfd_store races leading to gpf 116a71087875 usbip: fix vhci_hcd attach_store() races leading to gpf ab5c3186686a usbip: fix stub_dev usbip_sockfd_store() races leading to gpf e033d7f79995 usbip: fix vudc to check for stream socket 2aa21585adbd usbip: fix vhci_hcd to check for stream socket 6d7452392151 usbip: fix stub_dev to check for stream socket b249b8f9b740 USB: serial: cp210x: add some more GE USB IDs 0aa33c041e84 USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter 3aa50426c72c USB: serial: ch341: add new Product ID a347908c5192 USB: serial: io_edgeport: fix memory leak in edge_startup fc411ca43bed xhci: Fix repeated xhci wake after suspend due to uncleared internal wake state 209b3ff98deb usb: xhci: Fix ASMedia ASM1042A and ASM3242 DMA addressing e7800913ac97 xhci: Improve detection of device initiated wake signal. 203060896dbe usb: xhci: do not perform Soft Retry for some xHCI hosts 7c87f4ea3f16 usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUM 48c7fc4f14b6 USB: usblp: fix a hang in poll() if disconnected adb9639d1e50 usb: dwc3: qcom: Honor wakeup enabled/disabled state 13c9e76cdda6 usb: dwc3: qcom: add ACPI device id for sc8180x 39bcc4b7f398 usb: dwc3: qcom: add URS Host support for sdm845 ACPI boot 10551fbc5517 usb: dwc3: qcom: Add missing DWC3 OF node refcount decrement 32ad0eb74eac usb: gadget: f_uac1: stop playback on function disable 30a187afdbd2 usb: gadget: f_uac2: always increase endpoint max_packet_size by one audio slot 50233f8220f0 USB: gadget: u_ether: Fix a configfs return code 80091541a46b USB: gadget: udc: s3c2410_udc: fix return value check in s3c2410_udc_probe() b0db0c76a2ba Goodix Fingerprint device is not a modem d308202c1b96 cifs: do not send close in compound create+close requests 310a1ffe7b36 mmc: cqhci: Fix random crash when remove mmc module/card a61596a9b2a7 mmc: core: Fix partition switch time for eMMC 6c971bd99cb8 mmc: mmci: Add MMC_CAP_NEED_RSP_BUSY for the stm32 variants bb815894ba37 xen/events: reset affinity of 2-level event when tearing it down e86abde80d12 software node: Fix node registration 08bccd721243 s390/dasd: fix hanging IO request during DASD driver unbind 5d766455510c s390/dasd: fix hanging DASD driver unbind fb242be88da9 arm64: perf: Fix 64-bit event counter read truncation ffb9a77d0a7f arm64: mte: Map hotplugged memory as Normal Tagged d73665b4a9f6 arm64: kasan: fix page_alloc tagging with DEBUG_VIRTUAL d44c9780ed40 block: Try to handle busy underlying device on discard a53477849286 block: Discard page cache of zone reset target range 5d5422a294e6 Revert 95ebabde382c ("capabilities: Don't allow writing ambiguous v3 file capabilities") 29bc89c8b48d ALSA: usb-audio: fix use after free in usb_audio_disconnect d2fdcc82d866 ALSA: usb-audio: fix NULL ptr dereference in usb_audio_probe e4493974dbce ALSA: usb-audio: Disable USB autosuspend properly in setup_disable_autosuspend() 144ebd02a118 ALSA: usb-audio: Apply the control quirk to Plantronics headsets 723bf21ceab0 ALSA: usb-audio: Fix "cannot get freq eq" errors on Dell AE515 sound bar 4b536c1ec8b3 ALSA: hda: Avoid spurious unsol event handling during S3/S4 f1d28b1310bb ALSA: hda: Flush pending unsolicited events before suspend ebbb9bbe35ae ALSA: hda: Drop the BATCH workaround for AMD controllers f5278fcfb760 ALSA: hda/ca0132: Add Sound BlasterX AE-5 Plus support 064ac8ed90a3 ALSA: hda/conexant: Add quirk for mute LED control on HP ZBook G5 4dc34571e973 ALSA: hda/hdmi: Cancel pending works before suspend d77540ada71b ALSA: usb: Add Plantronics C320-M USB ctrl msg delay quirk d291b2594f85 ARM: efistub: replace adrl pseudo-op with adr_l macro invocation fd863653ad63 ARM: assembler: introduce adr_l, ldr_l and str_l macros 917220f362a0 ARM: 9029/1: Make iwmmxt.S support Clang's integrated assembler 69f845526833 mmc: sdhci: Update firmware interface API 73d1a11a198a clk: qcom: gpucc-msm8998: Add resets, cxc, fix flags on gpu_gx_gdsc 1b0b0c0b9ae9 scsi: target: core: Prevent underflow for service actions 17c2c52051c4 scsi: target: core: Add cmd length set before cmd complete 79b4fdd8b4cf scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling f49bdac3e7f4 sysctl.c: fix underflow value setting risk in vm_table 8876cc237e04 drivers/base/memory: don't store phys_device in memory blocks e4b98e2260fd s390/smp: __smp_rescan_cpus() - move cpumask away from stack 219fc4b30058 kasan: fix memory corruption in kasan_bitops_tags test 6c73bc9f28e2 i40e: Fix memory leak in i40e_probe 6d4fabc6c7ec PCI: Fix pci_register_io_range() memory leak 950bff22a98a kbuild: clamp SUBLEVEL to 255 64578f9417e1 ext4: don't try to processed freed blocks until mballoc is initialized d49f86e88859 PCI/LINK: Remove bandwidth notification 732bb21397ee drivers/base: build kunit tests without structleak plugin fa6dae9d7ffd PCI: mediatek: Add missing of_node_put() to fix reference leak d26949c732e4 PCI: xgene-msi: Fix race in installing chained irq handler 8282ec632443 Input: applespi - don't wait for responses to commands indefinitely. f27af42b1f10 sparc64: Use arch_validate_flags() to validate ADI flag 99ed6ae4d000 sparc32: Limit memblock allocation to low memory 661cba45dc67 clk: qcom: gdsc: Implement NO_RET_PERIPH flag a19d18a1171b iommu/amd: Fix performance counter initialization adc631d87ea9 powerpc/64: Fix stack trace not displaying final frame 9fbbc5d3f7e0 HID: logitech-dj: add support for the new lightspeed connection iteration eb5a9ee32c76 powerpc/perf: Record counter overflow always if SAMPLE_IP is unset 87e443255dce powerpc: improve handling of unrecoverable system reset 2314d5061709 spi: stm32: make spurious and overrun interrupts visible 912237ec3485 powerpc/pci: Add ppc_md.discover_phbs() 711112e99a65 Platform: OLPC: Fix probe error handling 09ef146f640d mmc: sdhci-iproc: Add ACPI bindings for the RPi 35f662ba915e mmc: mediatek: fix race condition between msdc_request_timeout and irq 7cb2c431583e mmc: mxs-mmc: Fix a resource leak in an error handling path in 'mxs_mmc_probe()' 1e5ac057b05c iommu/vt-d: Clear PRQ overflow only when PRQ is empty 82d6c12899e2 udf: fix silent AED tagLocation corruption cd69732c2579 scsi: ufs: WB is only available on LUN #0 to #7 2b6105746b83 i2c: rcar: optimize cacheline to minimize HW race condition 222a825f6bdb i2c: rcar: faster irq code to minimize HW race condition 4d65eb3df0ad ath11k: fix AP mode for QCA6390 700e2b63cbc8 ath11k: start vdev if a bss peer is already created dbec869d234e ath11k: peer delete synchronization with firmware 781e956a8277 net: enetc: initialize RFS/RSS memories for unused ports too a3df6b7a8a41 enetc: Fix unused var build warning for CONFIG_OF 606cfdeebd3d net: dsa: tag_mtk: fix 802.1ad VLAN egress 409af8946619 net: dsa: tag_ar9331: let DSA core deal with TX reallocation a2fd181b4b7a net: dsa: tag_gswip: let DSA core deal with TX reallocation 9bb1bec952ad net: dsa: tag_dsa: let DSA core deal with TX reallocation 9ad635b75e42 net: dsa: tag_brcm: let DSA core deal with TX reallocation 67fd35c21a60 net: dsa: tag_edsa: let DSA core deal with TX reallocation 6702dd45534a net: dsa: tag_lan9303: let DSA core deal with TX reallocation 27f014eb6627 net: dsa: tag_mtk: let DSA core deal with TX reallocation 54787024c8fb net: dsa: tag_ocelot: let DSA core deal with TX reallocation cf5c6682e274 net: dsa: tag_qca: let DSA core deal with TX reallocation 8f17133cc3ae net: dsa: trailer: don't allocate additional memory for padding/tagging a4d2836de5c6 net: dsa: tag_ksz: don't allocate additional memory for padding/tagging 162c423e6071 net: dsa: implement a central TX reallocation procedure f91a299fb160 s390/qeth: fix notification for pending buffers during teardown f7a7d3ede5f5 s390/qeth: improve completion of pending TX buffers 144dbdf86c7a s390/qeth: remove QETH_QDIO_BUF_HANDLED_DELAYED state 926200fd224c s390/qeth: don't replace a fully completed async TX buffer 13e312dca2f2 net: hns3: fix error mask definition of flow director 3370a84d781c cifs: fix credit accounting for extra channel 83ff4f644de4 media: rc: compile rc-cec.c into rc-core db2ae26d7855 media: v4l: vsp1: Fix bru null pointer access 465fd4191aaa media: v4l: vsp1: Fix uif null pointer access 17c6d693a33a media: rkisp1: params: fix wrong bits settings c29dcb253a6a media: usbtv: Fix deadlock on suspend a5190a7865b6 sh_eth: fix TRSCER mask for R7S9210 c6ecc613ef16 qxl: Fix uninitialised struct field head.surface_id 1afe77386a6d s390/crypto: return -EFAULT if copy_to_user() fails dac4e0e10b9b s390/cio: return -EFAULT if copy_to_user() fails d7b8aef5b6d1 drm/i915: Wedge the GPU if command parser setup fails 335d21ad8a9a drm/shmem-helpers: vunmap: Don't put pages for dma-buf d4ec1ffbdaa8 drm: meson_drv add shutdown function 915f2f8cadbd drm: Use USB controller's DMA mask when importing dmabufs 5e9b01152527 drm/shmem-helper: Don't remove the offset in vm_area_struct pgoff 368b53e797c9 drm/shmem-helper: Check for purged buffers in fault handler ad106ddd3366 drm/amdgpu/display: handle aux backlight in backlight_get_brightness fd87d778642b drm/amdgpu/display: don't assert in set backlight function 4b55b9fd9bfc drm/amdgpu/display: simplify backlight setting 96b097e84101 drm/amd/pm: bug fix for pcie dpm 6b9900263a31 drm/amd/display: Fix nested FPU context in dcn21_validate_bandwidth() b40528bcc10b drm/amdgpu/display: use GFP_ATOMIC in dcn21_validate_bandwidth_fp() 55086176c75a drm/amd/display: Add a backlight module option e30ce84181cf drm/compat: Clear bounce structures ccc942eaf570 gpio: fix gpio-device list corruption 2e3c8a28f465 gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2 f60ffab25855 gpiolib: acpi: Allow to find GpioInt() resource by name and index 8df70a5b4d0c gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk 845ec460537d bnxt_en: reliably allocate IRQ table on reset to avoid crash 686874ca92c2 s390/cio: return -EFAULT if copy_to_user() fails again fd61e772f036 net: hns3: fix bug when calculating the TCAM table info 3c7f1304ee71 net: hns3: fix query vlan mask value error for flow director f9a87999bdd9 perf report: Fix -F for branch & mem modes 57a798e4a197 perf traceevent: Ensure read cmdlines are null terminated. e4f7ffaa7cdf mlxsw: spectrum_ethtool: Add an external speed to PTYS register 824c94cbf4d6 selftests: forwarding: Fix race condition in mirror installation c1e1a64a2313 net: phy: make mdio_bus_phy_suspend/resume as __maybe_unused ad59796872ae ethtool: fix the check logic of at least one channel for RX/TX 482f99d0ad39 net: stmmac: fix wrongly set buffer2 valid when sph unsupport 333dbdee0651 net: stmmac: fix watchdog timeout during suspend/resume stress test 3c1b58261ff8 net: stmmac: stop each tx channel independently 640492cf1732 perf build: Fix ccache usage in $(CC) when generating arch errno table 8493877b58b6 tools/resolve_btfids: Fix build error with older host toolchains ee7eac24b5b4 ixgbe: fail to create xfrm offload of IPsec tunnel mode SA cab735320fe9 r8169: fix r8168fp_adjust_ocp_cmd function 84ef8a8cb789 s390/qeth: fix memory leak after failed TX Buffer allocation 345d90cd741a net: qrtr: fix error return code of qrtr_sendmsg() 4f8e71a770dd net: enetc: allow hardware timestamping on TX queues with tc-etf enabled 4fd0654b8f21 net: davicom: Fix regulator not turned off on driver removal e334c401f3fc net: davicom: Fix regulator not turned off on failed probe 6342ccdfdf2b net: lapbether: Remove netif_start_queue / netif_stop_queue 9c4136081cc2 stmmac: intel: Fixes clock registration error seen for multiple interfaces d78f23ef3040 net: stmmac: Fix VLAN filter delete timeout issue in Intel mGBE SGMII 85178d76febd cipso,calipso: resolve a number of problems with the DOI refcounts e03ed1190d56 netdevsim: init u64 stats for 32bit hardware 6ed0a2cafd1f net: usb: qmi_wwan: allow qmimux add/del with master up 565b2d3ae202 net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPEED_10 719611e806de net: mscc: ocelot: properly reject destination IP keys in VCAP IS1 2809a5ca962e net: sched: avoid duplicates in classes dump 9c61f1e1c40e nexthop: Do not flush blackhole nexthops when loopback goes down 87b7b19d6e1d net: stmmac: fix incorrect DMA channel intr enable setting of EQoS v4.10 6b0d3ae1051b net/mlx4_en: update moderation when config reset fa0bc09db49b net: ethernet: mtk-star-emac: fix wrong unmap in RX handling 1cdd008902d4 net: enetc: keep RX ring consumer index in sync with hardware 531736540111 net: enetc: remove bogus write to SIRXIDR from enetc_setup_rxbdr 63876df5615e net: enetc: force the RGMII speed and duplex instead of operating in inband mode 5732688c8411 net: enetc: don't disable VLAN filtering in IFF_PROMISC mode d56e3f8d289b net: enetc: fix incorrect TPID when receiving 802.1ad tagged packets bf9c564716a1 net: enetc: take the MDIO lock only once per NAPI poll cycle dfaf418dfff8 net: enetc: don't overwrite the RSS indirection table when initializing 4ea379733555 sh_eth: fix TRSCER mask for SH771x 68277f69a873 net: dsa: tag_rtl4_a: fix egress tags 389055e7b970 docs: networking: drop special stable handling e1759160877a Revert "mm, slub: consider rest of partial list if acquire_slab() fails" 3d0bbd97eb6f cifs: return proper error code in statfs(2) 36e1efcdc542 mount: fix mounting of detached mounts onto targets that reside on shared mounts aa1258d91455 powerpc/603: Fix protection of user pages mapped with PROT_NONE e36d276dd4be mt76: dma: do not report truncated frames to mac80211 1e343b2e7b96 ibmvnic: always store valid MAC address 57ac75f8d241 ibmvnic: Fix possibly uninitialized old_num_tx_queues variable warning. 2f6f72ee9a98 libbpf: Clear map_info before each bpf_obj_get_info_by_fd f126147970a1 samples, bpf: Add missing munmap in xdpsock 4d2cdb2ded60 selftests/bpf: Mask bpf_csum_diff() return value to 16 bits in test_verifier 4fa0ece2e0eb selftests/bpf: No need to drop the packet when there is no geneve opt 7653656be252 selftests/bpf: Use the last page in test_snprintf_btf on s390 6aa23829949c net: phy: fix save wrong speed and duplex problem if autoneg is on 91796b65563b net: always use icmp{,v6}_ndo_send from ndo_start_xmit 8abbf7e53e17 netfilter: x_tables: gpf inside xt_find_revision() 42402bd84530 netfilter: nf_nat: undo erroneous tcp edemux lookup 046f3c1c2ff4 tcp: add sanity tests to TCP_QUEUE_SEQ e95ebe1ed6ab tcp: Fix sign comparison bug in getsockopt(TCP_ZEROCOPY_RECEIVE) 473bce9b9393 can: tcan4x5x: tcan4x5x_init(): fix initialization - clear MRAM before entering Normal Mode c537011c99ab can: flexcan: invoke flexcan_chip_freeze() to enter freeze mode e24c53182850 can: flexcan: enable RX FIFO after FRZ/HALT valid 98b7f969116d can: flexcan: assert FRZ bit in flexcan_chip_freeze() 4224890edff1 can: skb: can_skb_set_owner(): fix ref counting if socket was closed before setting skb ownership fa5d019c56e7 net: l2tp: reduce log level of messages in receive path, add counter instead 453fff24f52e net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0 faa3baa2828c net: check if protocol extracted by virtio_net_hdr_set_proto is correct 09af4362ba47 net: Fix gro aggregation for udp encaps with zero csum d2fb1911a7a8 ath9k: fix transmitting to stations in dynamic SMPS mode b0454a28f608 crypto: mips/poly1305 - enable for all MIPS processors a0df424a863a ethernet: alx: fix order of calls on resume a9c55f22a0b9 powerpc/pseries: Don't enforce MSI affinity with kdump ac022fbee685 powerpc/perf: Fix handling of privilege level checks in perf interrupt context 7732f57f0f52 uapi: nfnetlink_cthelper.h: fix userspace compilation error ---- Link: https://lore.kernel.org/r/20210315135541.921894249@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17imx-boot: drop compatibility with mainline bspAndrey Zhizhikin
Mainline BSP switches from using imx-boot package, which provides the boot container for mx8 derivatives, to the boot container provided as a part of u-boot package and usage of imx-boot-container class. Drop the compatibility with mainline BSP from the recipe, and let derivatives that are built with it to integrate support of new boot container mechanism. Fixes: 6fc0971c ("imx-mkimage: allow to be used with mainline bsp for mx8m)" Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17conf: machine: imx8m: make optee feature nxp dependentAndrey Zhizhikin
Mainline BSP does have lockups in boot when OP-TEE is included in the build. Make optee feature enabled only when NXP BSP flavor is chosen. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17conf: machine: mx8m[m,n,p]: use boot container classAndrey Zhizhikin
Use the new boot container build on mainline BSP for mx8mm, mx8mn and mx8mp machines. Boot container serves as a replacement for imx-boot package present in NXP BSP, and is created by U-Boot build system. Define ATF machine name and required load address. Define dependency on firmware package, as it provides DDR firmware binaries needed to construct boot container. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17u-boot-fslc: add support to build boot container for mx8mAndrey Zhizhikin
U-Boot provides a possibility to build a boot container for i.MX8M derivaties, this is done via invoking a make target "flash.bin". Add this support to the recipe via inheriting the imx-boot-container class which extends U-Boot build system to construct flash.bin boot container. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17classes: imx-boot-container: add class to provide boot containerAndrey Zhizhikin
Add a class which extends the u-boot build mechanism with providing a separate "flash.bin" binary that replaces the imx-boot in the WIC file. This class is inherited in u-boot-fslc recipe and extends it only to those machines that have a corresponding "imx-boot-container" machine override set. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17imx-base.inc: add boot container condition and wks dependencyAndrey Zhizhikin
Boot container provided by mainline U-Boot build can be used directly int the result image file, and does not depends on the imx-boot component provided by NXP. Define variable to be used for conditional inheritance on the imx-boot-container class when 'imx-boot-container' is present in machine overrides. Modify WKS dependency to imx-boot for mainline BSP built for aarch64 to use imx-boot when derivative does not set the boot container compatibility in its overrides. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17optee-imx: add compatibility with imx-boot-containerAndrey Zhizhikin
NXP version of OP-TEE is required to be packed in the boot container if optee feature is enabled in machine features. Add compatibility with imx-boot-container in order to pick up binaries produced by this package. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17firmware-imx: add compatibility with imx-boot-containerAndrey Zhizhikin
Firmware package provides DDR firmware binaries, which are required to be deployed in order to build a boot container for mx8m machines. Add compatibility with imx-boot-container in order to pick up binaries produced by this package. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-17imx-atf: add compatibility with imx-boot-containerAndrey Zhizhikin
Mainline BSP in general is not compatible with NXP version of ATF provided. It is required only for mx8m series, where a boot container is built as a replacements of imx-boot target. Change compatibility from use-mainline-bsp to imx-boot-container to limit build only to those machines, which require the boot container. Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-16optee-imx: Upgrade to 3.10.0Tom Hochstein
Update all recipes to pull sources from imx_5.4.70_2.3.0 branch in NXP upstream and update SRCREV to match release tags. Update PREFERRED_VERSION of optee for mx8 to point to 3.10.0.imx. Following notes are additions to the version update of recipes: -------------------------- optee-client: - Drop CFLAGS patch as it is already applied upstream optee-os: - Drop gcc10 patch as it is already applied upstream - Add dependency on python3-pycryptodomex-native - Drop NOWERROR flag as package is reworked to disable warnings by default - Rework mkimage load address since tee-init_load_addr.txt is no longer created optee-test: - Drop python3 patch as it is already applied upstream - Remove unused patch files from layer - Add dependency on python3-pycryptodomex-native - Add sysroot to C and C++ flags Fixes #686, fixes #689. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-03-16linux-fslc-imx: update to v5.4.105Andrey Zhizhikin
Kernel repository has been upgraded to v5.4.105 from stable korg. Following upstream commits are included in this version: ---- ce615a08404c Linux 5.4.105 d17cf4cb1928 nvme-pci: add quirks for Lexar 256GB SSD 1d08ff846484 nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. 9106a7844efb HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Winpad A15 b5e10e9b3047 mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN 21f3fb36b5a2 drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register 1d113893ff9d misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom 9f1f09887551 PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller f40fdcb7ca29 ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140 242be7cddd25 ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 86c8848d680a media: cx23885: add more quirks for reset DMA on some AMD IOMMU fd476c6d4e1a HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter ef9fa6bb8582 platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch 10E SW3-016 3a8eb20cb87b platform/x86: acer-wmi: Add support for SW_TABLET_MODE on Switch devices e3a3a69da177 platform/x86: acer-wmi: Add ACER_CAP_SET_FUNCTION_MODE capability flag b734af305c78 platform/x86: acer-wmi: Add new force_caps module parameter 025180244251 platform/x86: acer-wmi: Cleanup accelerometer device handling 37b4324cb78e platform/x86: acer-wmi: Cleanup ACER_CAP_FOO defines 200e14759da5 mwifiex: pcie: skip cancel_work_sync() on reset failure path c699a89d385c iommu/amd: Fix sleeping in atomic in increase_address_space() fa56bf637eac ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter handling f27765adb3f6 dm table: fix zoned iterate_devices based device capability checks 06ef17b88676 dm table: fix DAX iterate_devices based device capability checks b8aedc65db40 dm table: fix iterate_devices based device capability checks c1f5fc082beb net: dsa: add GRO support via gro_cells ---- Link: https://lore.kernel.org/r/20210310132320.550932445@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-16linux-fslc-imx: update to v5.4.104Andrey Zhizhikin
Kernel repository has been upgraded to v5.4.104 from stable korg. Following upstream commits are included in this version: ---- 84d5d3c9d3fb Linux 5.4.104 d859388ea25a r8169: fix resuming from suspend on RTL8105e if machine runs on battery 1fba84f3c491 rsxx: Return -EFAULT if copy_to_user() fails 77a81b10f894 ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount 9a20e5782d2d ALSA: hda: intel-nhlt: verify config type 86b3b62b81c5 IB/mlx5: Add missing error code 809ef2660c1b RDMA/rxe: Fix missing kconfig dependency on CRYPTO 26a1af33c9cd ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits 6827415290ab usbip: tools: fix build error for multiple definition 078170924d84 crypto - shash: reduce minimum alignment of shash_desc structure 1f8884d04480 arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL) 9e15b43fdaf3 drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie b367201430dd dm verity: fix FEC for RS roots unaligned to block size 1a4182923144 dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size 52a643680165 PM: runtime: Update device status before letting suppliers suspend e49baccfe299 btrfs: fix warning when creating a directory with smack enabled a87911c26a1c btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors 91bc3296bffb btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata 8674c1a72a69 btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl 0c740d2b8c61 btrfs: fix raid6 qstripe kmap 909a8d2b1e7b btrfs: raid56: simplify tracking of Q stripe presence 15726df8c09a tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality() 6d71cbc91104 tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality() ---- Link: https://lore.kernel.org/r/20210308122714.391917404@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-16linux-fslc-imx: update to v5.4.103Andrey Zhizhikin
Kernel repository has been upgraded to v5.4.103 from stable korg. Following upstream commits are included in this version: ---- c4ca4659678e Linux 5.4.103 47478db9ad21 ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike X570 board 4cf243476463 ALSA: hda/realtek: Add quirk for Intel NUC 10 2254dfa68428 ALSA: hda/realtek: Add quirk for Clevo NH55RZQ 027ddd67f685 media: v4l: ioctl: Fix memory leak in video_usercopy 60fdceaa91ad swap: fix swapfile read/write offset bebf5e832779 zsmalloc: account the number of compacted pages correctly f038a22632a4 xen-netback: respect gnttab_map_refs()'s return value 474773c42ffd Xen/gnttab: handle p2m update errors on a per-slot basis def70c33c478 scsi: iscsi: Verify lengths on passthrough PDUs 567a234a231d scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE 5f4243642873 sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output ca3afdd03773 scsi: iscsi: Restrict sessions and handles to admin capabilities fdaec40526b4 ASoC: Intel: bytcr_rt5640: Add quirk for the Acer One S1002 tablet 68b15ca91add ASoC: Intel: bytcr_rt5651: Add quirk for the Jumper EZpad 7 tablet db0e94615263 ASoC: Intel: bytcr_rt5640: Add quirk for the Voyo Winpad A15 tablet 925ae8148535 ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD MID 7316R tablet 99d2926531ac sched/features: Fix hrtick reprogramming 4a3f4feeb622 parisc: Bump 64-bit IRQ stack size to 64 KB f41ed2164364 perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[] 2b130871e20a btrfs: fix error handling in commit_fs_roots 9bf519ca55c4 ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr() 7702b331861b nvme-tcp: add clean action for failed reconnection a9ea34d2717a nvme-rdma: add clean action for failed reconnection 4bf6c84c9ad3 nvme-core: add cancel tagset helpers 8253cc11abb2 f2fs: fix to set/clear I_LINKABLE under i_lock 77dc257b4feb f2fs: handle unallocated section and zone on pinned/atgc aa1362606059 media: uvcvideo: Allow entities with no pads 0e9d7902764a drm/amd/display: Guard against NULL pointer deref when get_i2c_info fails f1fef55a3f1a PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse b252cdd9c650 drm/amdgpu: Add check to prevent IH overflow a8d46a3feb02 crypto: tcrypt - avoid signed overflow in byte count 9f8d3e4b8ad8 drm/hisilicon: Fix use-after-free e1b9c1c9dbb0 brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet 3c099c272eb5 brcmfmac: Add DMI nvram filename quirk for Predia Basic tablet d1f262561993 staging: bcm2835-audio: Replace unsafe strcpy() with strscpy() e3ec4af50642 staging: most: sound: add sanity check for function argument 7d16e7c1615d Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data bba1995325b5 x86/build: Treat R_386_PLT32 relocation as R_386_PC32 e37674e1a48d ath10k: fix wmi mgmt tx queue full due to race condition 46813e4a7caa pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() b074e7e20cc9 Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtl 5a8bbefd0074 wlcore: Fix command execute failure 19 for wl12xx 48549db10dbe vt/consolemap: do font sum unsigned de00b8f037ca x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk 48f6c1a89487 staging: fwserial: Fix error handling in fwserial_create ce2b4b9c86b7 rsi: Move card interrupt handling to RX thread 133b0b1aa5c4 rsi: Fix TX EAPOL packet handling against iwlwifi AP c8c3088a90c3 drm/virtio: use kvmalloc for large allocations 584149c771ec MIPS: Drop 32-bit asm string functions 648c5b1b24d0 dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/ 823e6524e1f3 dt-bindings: ethernet-controller: fix fixed-link specification 176188cff67e net: fix dev_ifsioc_locked() race condition e4fc812e3577 net: ag71xx: remove unnecessary MTU reservation ad112654e21d net: bridge: use switchdev for port flags set through sysfs too 2e235c3a9518 mm/hugetlb.c: fix unnecessary address expansion of pmd sharing 4ed3162e92bf nbd: handle device refs for DESTROY_ON_DISCONNECT properly e6af7cb64b7b net: fix up truesize of cloned skb in skb_prepare_for_shift() 4ceb5ca9e626 smackfs: restrict bytes count in smackfs write functions 5fe244620e74 net/af_iucv: remove WARN_ONCE on malformed RX packets 09e47dc27ed5 xfs: Fix assert failure in xfs_setattr_size() a72c45f4ee33 media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validate edaa0a0aab6e erofs: fix shift-out-of-bounds of blkszbits 706068d0811a media: mceusb: sanity check for prescaler value 64677f10e560 udlfb: Fix memory leak in dlfb_usb_probe 4e3b08cfe619 JFS: more checks for invalid superblock 86d7c693670e MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target=' 9757d5c4fc3f arm64 module: set plt* section addresses to 0x0 69861dcc78c2 nvme-pci: fix error unwind in nvme_map_data 744073c5c79c nvme-pci: refactor nvme_unmap_data 9e4815cf1785 Input: elantech - fix protocol errors for some trackpoints in SMBus mode a1d010346e48 net: usb: qmi_wwan: support ZTE P685M modem ---- Link: https://lore.kernel.org/r/20210305120857.341630346@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-16linux-fslc: update to v5.10.23Andrey Zhizhikin
Kernel repository has been upgraded to v5.10.23 from stable korg. Following upstream commits are included in this version: ---- dfbf345b63c3 Linux 5.10.23 c8714d1faae8 nvme-pci: add quirks for Lexar 256GB SSD e88e01440a48 nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. 3b659091587a KVM: SVM: Clear the CR4 register on reset 1611c323df9f scsi: ufs: Fix a duplicate dev quirk number 2dba0f805416 ASoC: Intel: sof_sdw: add quirk for HP Spectre x360 convertible c08344abc971 ASoC: Intel: sof_sdw: reorganize quirks by generation 1d3efd15e8a4 PCI: cadence: Retrain Link to work around Gen2 training defect 015d38539db9 ALSA: usb-audio: add mixer quirks for Pioneer DJM-900NXS2 d78acca2afe5 ALSA: usb-audio: Add DJM750 to Pioneer mixer quirk 96c4c0a9405e HID: i2c-hid: Add I2C_HID_QUIRK_NO_IRQ_AFTER_RESET for ITE8568 EC on Voyo Winpad A15 5b6526283499 mmc: sdhci-of-dwcmshc: set SDHCI_QUIRK2_PRESET_VALUE_BROKEN e62bdb34858c drm/msm/a5xx: Remove overwriting A5XX_PC_DBG_ECO_CNTL register e74b237ef989 scsi: ufs: ufs-exynos: Use UFSHCD_QUIRK_ALIGN_SG_WITH_PAGE_SIZE 0905bfe69ac2 scsi: ufs: ufs-exynos: Apply vendor-specific values for three timeouts c32b34115357 scsi: ufs: Introduce a quirk to allow only page-aligned sg entries eece8fe5ebb0 misc: eeprom_93xx46: Add quirk to support Microchip 93LC46B eeprom 2fc01226c288 scsi: ufs: Add a quirk to permit overriding UniPro defaults dbaa2667515e scsi: ufs-mediatek: Enable UFSHCI_QUIRK_SKIP_MANUAL_WB_FLUSH_CTRL ff72a41132b3 ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU 0A32 c7ebe45e403d KVM: x86: Supplement __cr4_reserved_bits() with X86_FEATURE_PCID check 422da3196be9 PCI: Add function 1 DMA alias quirk for Marvell 9215 SATA controller 0ff1f97510fd usb: cdns3: fix NULL pointer dereference on no platform data 8694c4e2b19c usb: cdns3: add quirk for enable runtime pm by default febf7d870371 usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT 3db17e283a92 usb: cdns3: host: add .suspend_quirk for xhci-plat.c 1b2ac1d95fb1 ASoC: Intel: bytcr_rt5640: Add quirk for ARCHOS Cesium 140 d3116e06fb16 ACPI: video: Add DMI quirk for GIGABYTE GB-BXBT-2807 c5188a98d2fb media: cx23885: add more quirks for reset DMA on some AMD IOMMU 748446897d36 HID: mf: add support for 0079:1846 Mayflash/Dragonrise USB Gamecube Adapter 8fb656fefddd platform/x86: acer-wmi: Add ACER_CAP_KBD_DOCK quirk for the Aspire Switch 10E SW3-016 ba1a647e0f11 platform/x86: acer-wmi: Add support for SW_TABLET_MODE on Switch devices 2c9132e543b7 platform/x86: acer-wmi: Add ACER_CAP_SET_FUNCTION_MODE capability flag 039cd40179e9 platform/x86: acer-wmi: Add new force_caps module parameter 74848026bcb1 platform/x86: acer-wmi: Cleanup accelerometer device handling be52e3ea4520 platform/x86: acer-wmi: Cleanup ACER_CAP_FOO defines b159a9a4d357 bus: ti-sysc: Implement GPMC debug quirk to drop platform data f7f227eb32d1 ASoC: Intel: sof_sdw: add quirk for new TigerLake-SDCA device 36b3ba412d7c mwifiex: pcie: skip cancel_work_sync() on reset failure path f5526b77335d Bluetooth: btqca: Add valid le states quirk 93d20ce4c47f iommu/amd: Fix sleeping in atomic in increase_address_space() bf6dd437c3ba btrfs: don't flush from btrfs_delayed_inode_reserve_metadata cf9317ceb5a1 btrfs: export and rename qgroup_reserve_meta 7215d7742daf arm64: Make CPU_BIG_ENDIAN depend on ld.bfd or ld.lld 13.0.0+ a6425142f522 parisc: Enable -mlong-calls gcc option with CONFIG_COMPILE_TEST ea222427ae9c nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state 6d7fdad08fbd ASoC: SOF: Intel: broadwell: fix mutual exclusion with catpt driver 62ba6d817c91 ACPICA: Fix race in generic_serial_bus (I2C) and GPIO op_region parameter handling ---- Link: https://lore.kernel.org/r/20210310182834.696191666@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-16linux-fslc: enable kprobes in config filesAndrey Zhizhikin
Following upstream commits are included in this version: ---- f1dd984ed087 ARM: mxs_defconfig: Enable CONFIG_KPROBES f790386435f4 ARM: imx_v6_v7_defconfig: Enable CONFIG_KPROBES dc8125982263 ARM64: defconfig: Enable CONFIG_KPROBES ---- Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-16linux-fslc: update to v5.10.22Andrey Zhizhikin
Kernel repository has been upgraded to v5.10.22 from stable korg. Following upstream commits are included in this version: ---- b672142f76cb Linux 5.10.22 b31a9f0c366d r8169: fix resuming from suspend on RTL8105e if machine runs on battery aa40f5e33ce3 tomoyo: recognize kernel threads correctly 4645271c32b4 of: unittest: Fix build on architectures without CONFIG_OF_ADDRESS b70e6aacbe32 Revert "arm64: dts: amlogic: add missing ethernet reset ID" a7cefacccafa iommu/vt-d: Fix status code for Allocate/Free PASID command 5cc0813e7bb9 rsxx: Return -EFAULT if copy_to_user() fails e88c1b25f2bc ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount a14c6ea66211 ALSA: hda: intel-nhlt: verify config type 7ef9d23bc312 IB/mlx5: Add missing error code f767104af496 RDMA/rxe: Fix missing kconfig dependency on CRYPTO 8850a814d42d RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep 253b7a11ce26 ALSA: ctxfi: cthw20k2: fix mask on conf to allow 4 bits 4d7ed9a49b0c mm: Remove examples from enum zone_type comment 8eaef922e938 arm64: mm: Set ZONE_DMA size based on early IORT scan 35ec3d09ff6a arm64: mm: Set ZONE_DMA size based on devicetree's dma-ranges a9861e7fa4f8 of: unittest: Add test for of_dma_get_max_cpu_address() 18bf6e998d08 of/address: Introduce of_dma_get_max_cpu_address() 3fbe62ffbb54 arm64: mm: Move zone_dma_bits initialization into zone_sizes_init() 407b173adfac arm64: mm: Move reserve_crashkernel() into mem_init() 85433307d8a1 crypto - shash: reduce minimum alignment of shash_desc structure 3868a277e6fc drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie c2fee74ea801 drm/amdgpu:disable VCN for Navi12 SKU ce1cca17381f dm verity: fix FEC for RS roots unaligned to block size 7bda53f46387 dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size a2501d87663b io_uring: ignore double poll add on the same waitqueue head 3301afbfef69 ring-buffer: Force before_stamp and write_stamp to be different on discard c6e5800bdf70 PM: runtime: Update device status before letting suppliers suspend ae971992e9fe btrfs: fix warning when creating a directory with smack enabled e6ba61aaff88 btrfs: unlock extents in btrfs_zero_range in case of quota reservation errors 37ffce966821 btrfs: free correct amount of space in btrfs_delayed_inode_reserve_metadata a64ad80223f2 btrfs: validate qgroup inherit for SNAP_CREATE_V2 ioctl e82407d24968 btrfs: fix race between extent freeing/allocation when using bitmaps 1559d94fece2 btrfs: fix stale data exposure after cloning a hole with NO_HOLES enabled 6fc9e5866cb9 btrfs: fix race between swap file activation and snapshot creation 501fdd1cefae btrfs: fix race between writes to swap files and scrub b2a487613218 btrfs: fix raid6 qstripe kmap a01415e5e862 btrfs: avoid double put of block group when emptying cluster fbefc2d28900 tpm, tpm_tis: Decorate tpm_get_timeouts() with request_locality() bfa2e4ed1d39 tpm, tpm_tis: Decorate tpm_tis_gen_interrupt() with request_locality() 86c524934277 ALSA: usb-audio: Drop bogus dB range in too low level 4330e7a8bf01 ALSA: usb-audio: use Corsair Virtuoso mapping for Corsair Virtuoso SE 5c947a8a6f05 ALSA: hda/realtek: Enable headset mic of Acer SWIFT with ALC256 ---- Link: https://lore.kernel.org/r/20210308122718.120213856@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-16linux-fslc: update to v5.10.21Andrey Zhizhikin
Kernel repository has been upgraded to v5.10.21 from stable korg. Following upstream commits are included in this version: ---- 012f78dadb71 Linux 5.10.21 2064bba25ac5 net: sfp: add workaround for Realtek RTL8672 and RTL9601C chips 113bcb8f65d4 net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaround d0fcadd6b9a3 ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike X570 board 6bba54d9baca ALSA: hda/realtek: Add quirk for Intel NUC 10 cfb468241658 ALSA: hda/realtek: Add quirk for Clevo NH55RZQ 5400770e31e8 media: v4l: ioctl: Fix memory leak in video_usercopy c7ff2d25bce3 tty: teach the n_tty ICANON case about the new "cookie continuations" too 0c78bf9c55f1 tty: teach n_tty line discipline about the new "cookie continuations" e761cd8a7853 tty: clean up legacy leftovers from n_tty line discipline 98480f5c7981 tty: fix up hung_up_tty_read() conversion ef67e445e962 tty: fix up iterate_tty_read() EOVERFLOW handling 686fa5a0c647 powerpc/sstep: Fix incorrect return from analyze_instr() 20d323c8cf57 powerpc/sstep: Check instruction validity against ISA version before emulation 04b049ac9cb4 swap: fix swapfile read/write offset ba1230b49acb remoteproc/mediatek: Fix kernel test robot warning 02f768edb9d3 zsmalloc: account the number of compacted pages correctly 9c62adb6e2fd xen: fix p2m size in dom0 for disabled memory hotplug case fa00c0c826dd xen-netback: respect gnttab_map_refs()'s return value 545c837d6789 Xen/gnttab: handle p2m update errors on a per-slot basis f40bbcb68131 scsi: iscsi: Verify lengths on passthrough PDUs 76d92bf293c3 scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE c71edc5d2480 scsi: iscsi: Restrict sessions and handles to admin capabilities d8a380105699 ASoC: Intel: bytcr_rt5640: Add quirk for the Acer One S1002 tablet 15c84277be64 ASoC: Intel: bytcr_rt5651: Add quirk for the Jumper EZpad 7 tablet 078526cbf027 ASoC: Intel: bytcr_rt5640: Add quirk for the Voyo Winpad A15 tablet 530d0426a9bc ASoC: Intel: bytcr_rt5640: Add quirk for the Estar Beauty HD MID 7316R tablet 9a68fa0ebb28 sched/features: Fix hrtick reprogramming 25ceaadccbce parisc: Bump 64-bit IRQ stack size to 64 KB 5883a3bb309c ASoC: Intel: sof_sdw: detect DMIC number based on mach params 18de10ef4805 ASoC: Intel: sof-sdw: indent and add quirks consistently 7e7596ea1a46 perf/x86/kvm: Add Cascade Lake Xeon steppings to isolation_ucodes[] 5aa2717b6b8d btrfs: fix error handling in commit_fs_roots e8ad7fac6938 ASoC: Intel: Add DMI quirk table to soc_intel_is_byt_cr() 1fdde02e5f34 nvme-tcp: add clean action for failed reconnection 7da81eaf8710 nvme-rdma: add clean action for failed reconnection 74c4f7aed603 nvme-core: add cancel tagset helpers 0d2d6857dbb9 f2fs: fix to set/clear I_LINKABLE under i_lock c86df2b84bea f2fs: handle unallocated section and zone on pinned/atgc cc52ed14f5ca media: uvcvideo: Allow entities with no pads 4b73f01d5ebd drm/amd/amdgpu: add error handling to amdgpu_virt_read_pf2vf_data a986f9345467 drm/amd/display: Guard against NULL pointer deref when get_i2c_info fails 3418abd7c66f ASoC: Intel: bytcr_rt5640: Add new BYT_RT5640_NO_SPEAKERS quirk-flag 0b6383a9a80a PCI: Add a REBAR size quirk for Sapphire RX 5600 XT Pulse b9b1648ac947 drm/amdgpu: Add check to prevent IH overflow 01fd84a436b5 fs: make unlazy_walk() error handling consistent ed51ffe96abc crypto: tcrypt - avoid signed overflow in byte count bb5e204b6b98 drm/hisilicon: Fix use-after-free 2eb7eacf4e00 brcmfmac: Add DMI nvram filename quirk for Voyo winpad A15 tablet 4649950f32e8 brcmfmac: Add DMI nvram filename quirk for Predia Basic tablet a1eda21a2cb1 staging: bcm2835-audio: Replace unsafe strcpy() with strscpy() 0cac694c2c05 staging: most: sound: add sanity check for function argument 15c56b8f2ce1 Bluetooth: Fix null pointer dereference in amp_read_loc_assoc_final_data 05a524b97dd1 Bluetooth: Add new HCI_QUIRK_NO_SUSPEND_NOTIFIER quirk 6c15e41dc4ac net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber Instant 0b5d22c770bf ath10k: fix wmi mgmt tx queue full due to race condition aee0cc0d7a34 pktgen: fix misuse of BUG_ON() in pktgen_thread_worker() aec571968140 mt76: mt7615: reset token when mac_reset happens b9afcdcddff6 Bluetooth: btusb: fix memory leak on suspend and resume baae70ce0bb7 Bluetooth: hci_h5: Set HCI_QUIRK_SIMULTANEOUS_DISCOVERY for btrtl 2ce5e0a5480c wlcore: Fix command execute failure 19 for wl12xx 136f009b2a1b vt/consolemap: do font sum unsigned e0c29b368ded x86/reboot: Add Zotac ZBOX CI327 nano PCI reboot quirk b3854d1550f0 staging: fwserial: Fix error handling in fwserial_create a03583775a5f EDAC/amd64: Do not load on family 0x15, model 0x13 ef690e3f622b rsi: Move card interrupt handling to RX thread ec52458902b8 rsi: Fix TX EAPOL packet handling against iwlwifi AP b3186a3a0d89 ASoC: qcom: Remove useless debug print 5c671e4a4c39 dt-bindings: net: btusb: DT fix s/interrupt-name/interrupt-names/ 33dbc6759de3 dt-bindings: ethernet-controller: fix fixed-link specification 1fc205d9e400 net: fix dev_ifsioc_locked() race condition 57b8c5bf2dd0 net: psample: Fix netlink skb length with tunnel info daea77234623 net: hsr: add support for EntryForgetTime a31cb3072d11 net: ag71xx: remove unnecessary MTU reservation 10b55a0a7f4b net: dsa: tag_rtl4_a: Support also egress tags 7b23cad0308a net/sched: cls_flower: Reject invalid ct_state flags rules b74206091e29 net: bridge: use switchdev for port flags set through sysfs too 5ab779a68e37 mptcp: do not wakeup listener for MPJ subflows 9adbc25b0e30 tcp: fix tcp_rmem documentation 73a4bde5e580 RDMA/rtrs-srv: Do not signal REG_MR 70123d9989df RDMA/rtrs-clt: Use bitmask to check sess->flags 482157ed2060 RDMA/rtrs: Do not signal for heatbeat e335952d8645 mm/hugetlb.c: fix unnecessary address expansion of pmd sharing dc2b77642e5d nbd: handle device refs for DESTROY_ON_DISCONNECT properly bd9f7dc079f1 riscv: Get rid of MAX_EARLY_MAPPING_SIZE 97ff09a7ed48 net: fix up truesize of cloned skb in skb_prepare_for_shift() e00420943aef tomoyo: ignore data race while checking quota fa5b65609256 smackfs: restrict bytes count in smackfs write functions 23a523ef400d net/af_iucv: remove WARN_ONCE on malformed RX packets c57ba68e730c xfs: Fix assert failure in xfs_setattr_size() c55db99fd8c0 media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validate 5e0068a4fb10 erofs: fix shift-out-of-bounds of blkszbits 1aeaa0ea7df5 media: mceusb: sanity check for prescaler value 17a6e850e5fa udlfb: Fix memory leak in dlfb_usb_probe 6816509065b9 sched/core: Allow try_invoke_on_locked_down_task() with irqs disabled 40f6090d6ea0 JFS: more checks for invalid superblock b3d0f1c3a671 x86/build: Treat R_386_PLT32 relocation as R_386_PC32 63d0afae74c4 drm/virtio: use kvmalloc for large allocations a4b0bfbe4b99 Input: elan_i2c - add new trackpoint report type 0x5F dde807b4a442 Input: elantech - fix protocol errors for some trackpoints in SMBus mode d00a97dddce6 net: usb: qmi_wwan: support ZTE P685M modem ---- Link: https://lore.kernel.org/r/20210305120903.276489876@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
2021-03-13imx6*.conf: Rework machine assignments for u-boot variablesTom Hochstein
The u-boot settings in imx6qdlsabresd, imx6qdlsabreauto, and imx6ulevk are set to values that are correct for u-boot-fslc. Attempts to override these settings to fix u-boot-imx builds have broken u-boot-fslc builds, and vice versa. The u-boot-imx build is currently broken: ``` | install: cannot stat '/opt/work/upstream/fsl-xwayland/tmp/work/imx6qdlsabresd-fsl-linux-gnueabi/u-boot-imx/2020.04-r0/build/u-boot.img': No such file or directory ``` Rework the u-boot-fslc-specific overrides so they are used conditionally only for u-boot-fslc. The default settings are correct for u-boot-imx. Fixes: 880dbf2 ("fsl-base.inc: use conditional assignment for base variables") Fixes: e83f54d ("machines: imx-base.inc: fix failing u-boot builds") Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-03-13imx-base.inc: CleanupTom Hochstein
- Remove redundant variable assignment - Move creeping comment back where it belongs Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2021-03-10imx-vpu-hantro-vc: add do_install functionChris Dimich
The encoding library was not previously being installed. Signed-off-by: Chris Dimich <Chris.Dimich@boundarydevices.com>
2021-03-09linux-fslc: Fix build issue when compiling LTTngJitesh Pramodray
Fix compile error when building lttng using bitbake by: Enable kprobes configuration enabled from menuconfig Run diffconfig Copy the resulting diff contents into all the linux-fslc defconfig files Add end of line in defconfig Built the kernel with no warnings from do_kernel_configcheck task Add correct defconfig configuration for armv8a Tested on master branch from 3rd March 2021 Error: riotboard/fsl-community-bsp/build/tmp/work/ imx6dl_riotboard-fslc-linux-gnueabi/lttng-modules/2.12.4-r0/ lttng-modules-2.12.4/wrapper/kallsyms.c:20:3: error: 20 | # error "LTTng-modules requires CONFIG_KPROBES on kernels >= 5.7.0" | ^~~~~ make[3]: *** [riotboard/fsl-community-bsp/build/tmp/work-shared/ imx6dl-riotboard/kernel-source/scripts/Makefile.build:279: riotboard/fsl-community-bsp/build/tmp/work/ imx6dl_riotboard-fslc-linux-gnueabi/lttng-modules/2.12.4-r0/ lttng-modules-2.12.4/wrapper/kallsyms.o] Error 1 Compile flags: cd ~/riotboard/fsl-community-bsp MACHINE=imx6dl-riotboard DISTRO=fslc-framebuffer source setup-environment build bitbake fsl-image-machine-test Signed-off-by: Jitesh Pramodray <jiteshprm@gmail.com>
2021-03-04linux-fslc: update to v5.10.20Andrey Zhizhikin
Kernel repository has been upgraded to v5.10.20 from stable korg. Following upstream commits are included in this version: ---- 83be32b6c9e5 Linux 5.10.20 b4f255432d0d ARM: dts: aspeed: Add LCLK to lpc-snoop a3b6f3a3758e net_sched: fix RTNL deadlock again caused by request_module() ea625e3415af net: qrtr: Fix memory leak in qrtr_tun_open bba8ef2e97b7 net: sched: fix police ext initialization 2a3b38992f40 wireguard: queueing: get rid of per-peer ring buffers c7b1307fee19 wireguard: selftests: test multiple parallel streams ce4feb0111ac net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sending b60108e72f00 ipv6: silence compilation warning for non-IPV6 builds 13e83186c91a kgdb: fix to kill breakpoints on initmem after boot c51f98210ac6 drm/i915: Reject 446-480MHz HDMI clock on GLK 9bfb6d528467 dm era: only resize metadata in preresume a46ab7c3a411 dm era: Reinitialize bitset cache before digesting a new writeset f6dbf022f4fc dm era: Use correct value size in equality function of writeset tree fbb85ef8cd0c dm era: Fix bitset memory leaks ede89488369d dm era: Verify the data block size hasn't changed e6039db4f1f1 dm era: Update in-core bitset after committing the metadata d7131cc3f800 dm era: Recover committed writeset after crash 0b2dbaa5db0a dm writecache: fix writing beyond end of underlying device when shrinking f88a70bfd5d0 dm writecache: return the exact table values that were set 70faef983ab2 dm writecache: fix performance degradation in ssd mode 72d17fa4ed11 dm table: fix zoned iterate_devices based device capability checks bc3f609db369 dm table: fix DAX iterate_devices based device capability checks bf95976f66db dm table: fix iterate_devices based device capability checks 1f145073b196 dm: fix deadlock when swapping to encrypted device eb8128c5bb7f gfs2: Recursive gfs2_quota_hold in gfs2_iomap_end a646a3164b42 gfs2: Lock imbalance on error path in gfs2_recover_one 42fd50035351 gfs2: Don't skip dlm unlock if glock has an lvb fc82ab4bb5d7 gfs2: fix glock confusion in function signal_our_withdraw 2e3fb5234230 spi: spi-synquacer: fix set_cs handling 1f8a8875936c spi: fsl: invert spisel_boot signal on MPC8309 fdd97c456873 sparc32: fix a user-triggerable oops in clear_user() f98be1689889 f2fs: flush data when enabling checkpoint back 04a495780f85 f2fs: enforce the immutable flag on open files e391239dcd17 f2fs: fix out-of-repair __setattr_copy() c41de6eae248 irqchip/loongson-pch-msi: Use bitmap_zalloc() to allocate bitmap 833f5208b142 um: defer killing userspace on page table update failures 63a069b81d40 um: mm: check more comprehensively for stub changes 68a6199cf334 virtio/s390: implement virtio-ccw revision 2 correctly 93c5029fb87b s390/vtime: fix inline assembly clobber list 13fb0e1ecf7b proc: don't allow async path resolution of /proc/thread-self components b7cd9711a1e8 cpufreq: intel_pstate: Get per-CPU max freq via MSR_HWP_CAPABILITIES if available ace950888233 cpufreq: intel_pstate: Change intel_pstate_get_hwp_max() argument b49bee3fb5dc cpufreq: qcom-hw: drop devm_xxx() calls from init/exit hooks b3df1eac5a7a thermal: cpufreq_cooling: freq_qos_update_request() returns < 0 on error 1ea36020950d kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE 834c7ec6af44 zonefs: Fix file size of zones in full condition 4e6e00704f9d exfat: fix shift-out-of-bounds in exfat_fill_super() eb9036b4cf4c printk: fix deadlock when kernel panic 09cf8b46b58d mfd: gateworks-gsc: Fix interrupt type 67e7c64b47c0 gpio: pcf857x: Fix missing first interrupt 548d83e8b6dd mei: me: add adler lake point LP DID fd7fafa048a7 mei: me: add adler lake point S DID df000e9dc62a mei: me: emmitsburg workstation DID 30e24dcab1a7 mei: fix transfer over dma with extended header 4fb3523ba3e4 spmi: spmi-pmic-arb: Fix hw_irq overflow 01b487b67c1c powerpc/32s: Add missing call to kuep_lock on syscall entry 402d31bdcd56 powerpc/kexec_file: fix FDT size estimation for kdump kernel c0ec2029518d powerpc/32: Preserve cr1 in exception prolog stack check to fix build error e793c06f0c0d mmc: sdhci-pci-o2micro: Bug fix for SDR104 HW tuning failure a8997b99e8bc mmc: sdhci-esdhc-imx: fix kernel panic when remove module a51c34f2a5d8 module: Ignore _GLOBAL_OFFSET_TABLE_ when warning for undefined symbols 11d14267de25 nvmem: qcom-spmi-sdam: Fix uninitialized pdev pointer da5b48ac720d KVM: nSVM: fix running nested guests when npt=0 25b0eb2e33c9 mm, compaction: make fast_isolate_freepages() stay within zone 54683f81c8b3 mm/vmscan: restore zone_reclaim_mode ABI 32e970488f49 hugetlb: fix copy_huge_page_from_user contig page struct assumption 65f6dc3616d6 hugetlb: fix update_and_free_page contig page struct assumption 1b1a949b40dd mm: memcontrol: fix get_active_memcg return value 90de36e7b109 mm: memcontrol: fix swap undercounting in cgroup2 d2ac7ec47ffd x86: fix seq_file iteration for pat/memtype.c cf20d349ae8d seq_file: document how per-entry resources are managed. 885a2d24c219 fs/affs: release old buffer head on error path df2d431a1ef3 mtd: spi-nor: hisi-sfc: Put child node np on error path 68ef24e86cf7 mtd: spi-nor: core: Add erase size check for erase command initialization 6d6c7e7e9258 mtd: spi-nor: core: Fix erase type discovery for overlaid region c27cf85cd931 mtd: spi-nor: sfdp: Fix wrong erase type bitmask for overlaid region c123b069bbb2 mtd: spi-nor: sfdp: Fix last erase region marking 19009472156e coresight: etm4x: Handle accesses to TRCSTALLCTLR 306b9513d3fd watchdog: mei_wdt: request stop on unregister 053c4f838757 watchdog: qcom: Remove incorrect usage of QCOM_WDT_ENABLE_IRQ b74bf690dcf4 riscv: Disable KSAN_SANITIZE for vDSO 0ead6914dce2 arm64: spectre: Prevent lockdep splat on v4 mitigation enable path 18b9041e434f arm64 module: set plt* section addresses to 0x0 d623d5cb3831 arm64: uprobe: Return EOPNOTSUPP for AARCH32 instruction probing fa1fbfb64458 arm64: kexec_file: fix memory leakage in create_dtb() when fdt_open_into() fails e9e98723c5e3 iommu/arm-smmu-qcom: Fix mask extraction for bootloader programmed SMRs 32009c5d178e arm64: Extend workaround for erratum 1024718 to all versions of Cortex-A55 c9b33f7cbe45 kprobes: Fix to delay the kprobes jump optimization e713bdd791ba rcu/nocb: Perform deferred wake up before last idle's need_resched() check 20b7669fa3f0 rcu: Pull deferred rcuog wake up to rcu_eqs_enter() callers 6f7e5b49f6c9 powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scan be896eef0e32 x86/entry: Fix instrumentation annotation 9488984c7d13 x86/fault: Fix AMD erratum #91 errata fixup for user code db44025963d9 x86/reboot: Force all cpus to exit VMX root if VMX is supported df52c4f4b40a x86/virt: Eat faults on VMXOFF in reboot flows 2184f87e4944 media: smipcie: fix interrupt handling and IR timeout d5b1a7ef9c6e media: marvell-ccic: power up the device on mclk enable d0f6efac3c82 media: ipu3-cio2: Fix mbus_code processing in cio2_subdev_set_fmt() 3a4c5d7261e1 media: ir_toy: add another IR Droid device 0ba52e99d5ee media: i2c: max9286: fix access to unallocated memory ce5697ef57da floppy: reintroduce O_NDELAY fix 9c9f49c06ea1 staging: rtl8188eu: Add Edimax EW-7811UN V2 to device table 4934db348d5a staging: gdm724x: Fix DMA from stack 848c87e8d826 staging/mt7621-dma: mtk-hsdma.c->hsdma-mt7621.c 7e00b4c86a84 arm64: dts: agilex: fix phy interface bit shift for gmac1 and gmac2 bcec1eea4121 dts64: mt7622: fix slow sd card access edadcf211ac0 pstore: Fix typo in compression option name 53f6c858c496 drivers/misc/vmw_vmci: restrict too big queue size in qp_host_alloc_queue 449488765c17 misc: rtsx: init of rts522a add OCP power off when no card is present 428c4a4d0dc7 arm64: ptrace: Fix seccomp of traced syscall -1 (NO_SYSCALL) b506450ce3d9 seccomp: Add missing return in non-void function 56a7c53c494c soc: samsung: exynos-asv: handle reading revision register error 3a5daa8a5e9c soc: samsung: exynos-asv: don't defer early on not-supported SoCs 70c4b76be44b crypto: sun4i-ss - initialize need_fallback 985b609668d8 crypto: sun4i-ss - handle BigEndian for cipher 19be286216dc crypto: sun4i-ss - IV register does not work on A10 and A13 ca4460daf0c5 crypto: sun4i-ss - checking sg length is not sufficient 84c93e8897bb crypto: michael_mic - fix broken misalignment handling 6e3b6710ea2e crypto: aesni - prevent misaligned buffers on the stack e2c540e18140 crypto: arm64/sha - add missing module aliases 1f8586fb4ef1 drm/i915/gt: Correct surface base address for renderclear 6bb73b704de4 drm/i915/gt: Flush before changing register state de3ea5be511a btrfs: fix extent buffer leak on failure to copy root 9a739917ef2d btrfs: account for new extents being deleted in total_bytes_pinned 7ec1536e800b btrfs: handle space_info::total_bytes_pinned inside the delayed ref itself acaeedb193a5 btrfs: splice remaining dirty_bg's onto the transaction dirty bg list c717ca57a405 btrfs: fix reloc root leak with 0 ref reloc roots on recovery 4d3edf72d6b5 btrfs: abort the transaction if we fail to inc ref in btrfs_copy_root a1a5cc25489a btrfs: add asserts for deleting backref cache nodes 52f93e5ee700 btrfs: do not warn if we can't find the reloc root when looking up backref 02785bae77ca btrfs: do not cleanup upper nodes in btrfs_backref_cleanup_node 67118bb78d72 KEYS: trusted: Reserve TPM for seal and unseal operations 54c527c18e7f KEYS: trusted: Fix migratable=1 failing 9d83cc1a1e7f KEYS: trusted: Fix incorrect handling of tpm_get_random() d65aef25464f tpm_tis: Clean up locality release a1710b067ec9 tpm_tis: Fix check_locality for correct locality acquisition 03c9bf033c7b erofs: initialized fields can only be observed after bit is set 2fe92153013c selinux: fix inconsistency between inode_getxattr and inode_listsecurity cae75116662f ASoC: siu: Fix build error by a wrong const prefix dab6fbf2b30b drm/rockchip: Require the YTR modifier for AFBC 7397365737fd drm/panel: kd35t133: allow using non-continuous dsi clock a7cf5e49229b drm/sched: Cancel and flush all outstanding jobs before finish. bdbee7d7fd95 drm/modes: Switch to 64bit maths to avoid integer overflow 565eca5a9aa9 drm/nouveau/kms: handle mDP connectors 926532686863 drm/amdgpu: Set reference clock to 100Mhz on Renoir (v2) a81bb9031a75 drm/amdkfd: Fix recursive lock warnings c4fe9c525ec5 drm/amd/display: Add vupdate_no_lock interrupts for DCN2.1 22f2bf0892f7 drm/amd/display: Remove Assert from dcn10_get_dig_frontend 9d0da9afeb28 drm/amd/display: Add FPU wrappers to dcn21_validate_bandwidth() 49b1b5b10009 Revert "drm/amd/display: Update NV1x SR latency values" 695185fce229 bcache: Move journal work to new flush wq f5ee9638a6db bcache: Give btree_io_wq correct semantics again 25ca325743a5 Revert "bcache: Kill btree_io_wq" 50af0b3848b7 Revert "MIPS: Octeon: Remove special handling of CONFIG_MIPS_ELF_APPENDED_DTB=y" 3f3614b4dd27 MIPS: VDSO: Use CLANG_FLAGS instead of filtering out '--target=' 3896c324bb25 MIPS: Support binutils configured with --enable-mips-fix-loongson3-llsc=yes a799741acdb6 MIPS: Ingenic: Disable HPTLB for D0 XBurst CPUs too 1365914e020f ALSA: hda/realtek: Quirk for HP Spectre x360 14 amp setup 5c8561ae3ef3 ALSA: hda/realtek: modify EAPD in the ALC886 0a7efa3fd7a1 ALSA: hda/hdmi: Drop bogus check at closing a stream a9fe4ab42cbd ALSA: hda: Add another CometLake-H PCI ID 1312a7b68689 ALSA: fireface: fix to parse sync status register of latter protocol caefa1473847 phy: lantiq: rcu-usb2: wait after clock enable b927c4f2a1b3 USB: serial: mos7720: fix error code in mos7720_write() bcac85cabaf7 USB: serial: mos7840: fix error code in mos7840_write() 11fd58946e03 USB: serial: pl2303: fix line-speed handling on newer chips b006da9e3efd USB: serial: ftdi_sio: fix FTX sub-integer prescaler 5b4cd9678762 usb: dwc3: gadget: Fix dep->interval for fullspeed interrupt 6b78b380db60 usb: dwc3: gadget: Fix setting of DEPCFG.bInterval_m1 1cf76e4ca610 usb: musb: Fix runtime PM race in musb_queue_resume_work a82ba907a83d USB: serial: option: update interface mapping for ZTE P685M 0fe6ea18f2bb media: mceusb: Fix potential out-of-bounds shift 960652adc54a Input: i8042 - add ASUS Zenbook Flip to noselftest list deced3e2aea9 Input: joydev - prevent potential read overflow in ioctl 18fca2909171 Input: xpad - add support for PowerA Enhanced Wired Controller for Xbox Series X|S 0af89539c9e5 Input: raydium_ts_i2c - do not send zero length 923a82a6bc93 HID: wacom: Ignore attempts to overwrite the touch_max value from HID eb6a537479b4 HID: logitech-dj: add support for keyboard events in eQUAD step 4 Gaming 0a5fcc0a21fb cpufreq: ACPI: Set cpuinfo.max_freq directly if max boost is known ff9dd5223b62 ACPI: configfs: add missing check after configfs_register_default_group() 6470cc6519ff ACPI: property: Fix fwnode string properties matching d7b804b9404e soundwire: intel: fix possible crash when no device is detected 556c513e6bac blk-settings: align max_sectors on "logical_block_size" boundary 3c88c1b76280 scsi: sd: Fix Opal support a4907c75b568 ide/falconide: Fix module unload cc88a819a14c block: reopen the device in blkdev_reread_part f1cf46115afa scsi: sd: sd_zbc: Don't pass GFP_NOIO to kvcalloc 5fa5d9e34b7f scsi: bnx2fc: Fix Kconfig warning & CNIC build errors 02309dd33737 csky: Fix a size determination in gpr_get() b7925acd8292 proc: use kvzalloc for our kernel buffer d45f943ef84b mm/rmap: fix potential pte_unmap on an not mapped pte dc495b59ff4c mm: fix memory_failure() handling of dax-namespace metadata a7fbcb3b560a mm,thp,shmem: make khugepaged obey tmpfs mount flags b0501bee4b65 i2c: exynos5: Preserve high speed master code d49d76395903 i2c: brcmstb: Fix brcmstd_send_i2c_cmd condition b138d65ccec4 arm64: Add missing ISB after invalidating TLB in __primary_switch db08c3636d91 KVM: x86/mmu: Expand collapsible SPTE zap for TDP MMU to ZONE_DEVICE and HugeTLB pages f1ea1bee3573 KVM: SVM: Intercept INVPCID when it's disabled to inject #UD 9468ab8a2718 NFSv4: Fixes for nfs4_bitmask_adjust() 8d1d23a84726 r8169: fix jumbo packet handling on RTL8168e 2d95ad18df6f mm/compaction: fix misbehaviors of fast_find_migrateblock() c9ea7719a4af mm/hugetlb: suppress wrong warning info when alloc gigantic page 89b2dbd807b1 mm/hugetlb: fix potential double free in hugetlb_register_node() error path 6c074ae0a482 mm/memory.c: fix potential pte_unmap_unlock pte error cbb86d6a5db9 mm: memcontrol: fix slub memory accounting 026e07bc0abc mm: memcontrol: fix NR_ANON_THPS accounting in charge moving b761fd28218e ocfs2: fix a use after free on error d0b3159fca6e wireguard: kconfig: use arm chacha even with no neon 2a33f6fb9206 wireguard: device: do not generate ICMP for non-IP packets 3bbb8573ceb1 vxlan: move debug check after netdev unregister 9cf2b21aa937 PCI: rockchip: Make 'ep-gpios' DT property optional 1c0058472166 net/mlx4_core: Add missed mlx4_free_cmd_mailbox() ba817c176608 net: stmmac: fix CBS idleslope and sendslope calculation dd2d203f02ff ice: update the number of available RSS queues 70bcfea70f12 ice: Fix state bits on LLDP mode switch 09a2fee49546 ice: Account for port VLAN in VF max packet size calculation 4bee367264f1 ice: report correct max number of TCs c2ff99488390 vfio/type1: Use follow_pte() e47685ec4cb8 pwm: iqs620a: Fix overflow and optimize calculations dae49384d0d7 octeontx2-af: Fix an off by one in rvu_dbg_qsize_write() a8afe8bce434 i40e: Fix add TC filter for IPv6 1fe02a86fa92 nios2: fixed broken sys_clone syscall 9dfb367a2382 Take mmap lock in cacheflush syscall 5917fdcc554d i40e: Fix VFs not created 0497d52bbfc3 i40e: Fix addition of RX filters after enabling FW LLDP agent 0c6a8e35f47d i40e: Fix overwriting flow control settings during driver loading b57d0f5489f8 i40e: Add zero-initialization of AQ command structures 42dc67dee995 i40e: Fix flow for IPv6 next header (extension header) 1ecbf4f3e993 PCI: cadence: Fix DMA range mapping early return error c2f17201d0e2 PCI: pci-bridge-emul: Fix array overruns, improve safety fc22917f48ee device-dax: Fix default return code of range_parse() 37aba9cfece7 mailbox: sprd: correct definition of SPRD_OUTBOX_FIFO_FULL d167a7367d4a ext: EXT4_KUNIT_TESTS should depend on EXT4_FS instead of selecting it bf672140d60b regmap: sdw: use _no_pm functions in regmap_read/write 291803ee7319 remoteproc/mediatek: acknowledge watchdog IRQ after handled dc798d57ca78 misc: fastrpc: fix incorrect usage of dma_map_sgtable 787d7067c36b soundwire: bus: fix confusion on device used by pm_runtime 336657c98112 soundwire: export sdw_write/read_no_pm functions dfdec5eda330 soundwire: bus: use sdw_write_no_pm when setting the bus scale registers 519a514807c7 soundwire: bus: use sdw_update_no_pm when initializing a device 663a18271e53 nvmem: core: skip child nodes not matching binding 0422b93c4bfb nvmem: core: Fix a resource leak on error in nvmem_add_cells_from_of() 5678109857cd coresight: etm4x: Skip accessing TRCPDCR in save/restore 3e40d7bd87c9 phy: USB_LGM_PHY should depend on X86 858d343c7873 ext4: fix potential htree index checksum corruption 9eb145398e6f vfio-pci/zdev: fix possible segmentation fault issue c0e73c1d6d91 vfio/iommu_type1: Fix some sanity checks in detach group a8fe0b750a94 vfio/iommu_type1: Populate full dirty when detach non-pinned group c1fe9383139a drm/msm/dp: trigger unplug event in msm_dp_display_disable 2d130a893ef3 drm/msm: Fix races managing the OOB state for timestamp vs timestamps. b605b8d568db drm/msm: Fix race of GPU init vs timestamp power management. 5c49fc7b5d9b drm/msm/mdp5: Fix wait-for-commit for cmd panels 92a1514e0a5d drm/msm/dsi: Correct io_start for MSM8994 (20nm PHY) b016a9f0c546 drm/msm: Fix MSM_INFO_GET_IOVA with carveout bede9ad9196c mei: hbm: call mei_set_devstate() on hbm stop response 4ce87382d87c PCI: Align checking of syscall user config accessors 6b34aa520429 VMCI: Use set_page_dirty_lock() when unregistering guest memory 6a96a4413dcc PCI: xilinx-cpm: Fix reference count leak on error path 58516ac4aac8 pwm: rockchip: Eliminate potential race condition when probing 6f503e4e3752 pwm: rockchip: rockchip_pwm_probe(): Remove superfluous clk_unprepare() 39ab0927e7b2 pwm: rockchip: Enable APB clock during register access while probing 7c0c9081f816 soundwire: cadence: fix ACK/NAK handling 9944f02f2e15 PCI: rcar: Always allocate MSI addresses in 32bit space d2742ed447bc misc: eeprom_93xx46: Add module alias to avoid breaking support for non device tree users 5a602158b885 phy: cadence-torrent: Fix error code in cdns_torrent_phy_probe() 95fdc1ea3bfc phy: rockchip-emmc: emmc_phy_init() always return 0 03112ff9eabf misc: eeprom_93xx46: Fix module alias to enable module autoprobe 6ac46ecd98c9 ARM: 9065/1: OABI compat: fix build when EPOLL is not enabled 6fb1564f74fb Input: zinitix - fix return type of zinitix_init_touch() 0fda33ea8947 sparc: fix led.c driver when PROC_FS is not enabled 103ca2da81c2 sparc64: only select COMPAT_BINFMT_ELF if BINFMT_ELF is set 79796706ac4a Input: elo - fix an error code in elo_connect() 538b990451fe perf test: Fix unaligned access in sample parsing test 2f7d4603a00c perf intel-pt: Fix IPC with CYC threshold 4616d95a25b5 perf intel-pt: Fix premature IPC 9702d580daa3 perf intel-pt: Fix missing CYC processing in PSB 47d32f8becec perf record: Fix continue profiling after draining the buffer 47c9d32e7170 Input: sur40 - fix an error code in sur40_probe() 248014ab2ea9 RDMA/rtrs-srv: Do not pass a valid pointer to PTR_ERR() d94d6498ba2d RDMA/rtrs-srv-sysfs: fix missing put_device fad3372fdfba RDMA/rtrs-srv: fix memory leak by missing kobject free c6f81f3a9c40 RDMA/rtrs: Only allow addition of path to an already established session 51ea7da47b7c RDMA/rtrs-srv: Fix stack-out-of-bounds 60d613b39e8d RDMA/ucma: Fix use-after-free bug in ucma_create_uevent 55bfe125b44a RDMA/hns: Fixes missing error code of CMDQ 95f432c0a396 ceph: fix flush_snap logic after putting caps 426b8fb3d672 svcrdma: Hold private mutex while invoking rdma_accept() 7c7cb07d4aff nfsd: register pernet ops last, unregister first b0363faf9886 perf symbols: Fix return value when loading PE DSO 2de70d744e09 printk: avoid prb_first_valid_seq() where possible 86f5b0936975 spi: Skip zero-length transfers in spi_transfer_one_message() 231d8c46b16d spi: dw: Avoid stack content exposure 3604dfd1c60a regulator: bd718x7, bd71828, Fix dvs voltage levels c7a1a092d364 perf symbols: Use (long) for iterator for bfd symbols 31c2e369b533 selftests/ftrace: Update synthetic event syntax errors e5d5829c7ac9 clk: aspeed: Fix APLL calculate formula from ast2600-A2 e8d491783554 regulator: qcom-rpmh: fix pm8009 ldo7 f5f08edae12a powerpc/kuap: Restore AMR after replaying soft interrupts 97ab82462a3a powerpc/uaccess: Avoid might_fault() when user access is enabled 3aa4af48f4f1 spi: pxa2xx: Fix the controller numbering for Wildcat Point 5273b9ba3e99 clk: divider: fix initialization with parent_hw c10782b20829 RDMA/hns: Disable RQ inline by default 7e2cf295cee2 RDMA/hns: Fix type of sq_signal_bits 4b31e9ffc4cd RDMA/siw: Fix calculation of tx_valid_cpus size f2ab2ac9c550 RDMA/hns: Fixed wrong judgments in the goto branch b11abc70b2d2 kselftests: dmabuf-heaps: Fix Makefile's inclusion of the kernel's usr/include dir ecb23b97a70b kunit: tool: fix unit test cleanup handling 1989b09d7645 clk: qcom: gcc-msm8998: Fix Alpha PLL type for all GPLLs e87684f92706 powerpc/8xx: Fix software emulation interrupt c035dcae0bcc powerpc/pseries/dlpar: handle ibm, configure-connector delay status b1b904813755 mfd: wm831x-auxadc: Prevent use after free in wm831x_auxadc_read_irq() 5d82c92db904 mfd: altera-sysmgr: Fix physical address storing more 03a422ecf30d spi: stm32: properly handle 0 byte transfer a46f34ba2563 RDMA/rxe: Correct skb on loopback path 54bdcd7b8f0a RDMA/rxe: Fix coding error in rxe_rcv_mcast_pkt d464194f6e47 RDMA/rxe: Fix coding error in rxe_recv.c 5132b4f24874 perf vendor events arm64: Fix Ampere eMag event typo 100ba402178c perf tools: Fix DSO filtering when not finding a map for a sampled address 378f670e08fc rtc: zynqmp: depend on HAS_IOMEM 8a40ca0c8b9f tracepoint: Do not fail unregistering a probe due to memory failure edcaf7a3b8bc IB/cm: Avoid a loop when device has 255 ports 0d19c3e61668 IB/mlx5: Return appropriate error code instead of ENOMEM 377a9c919163 iommu: Properly pass gfp_t in _iommu_map() to avoid atomic sleeping 452fc2c9bbf2 iommu: Move iotlb_sync_map out from __iommu_map 910990a6075a amba: Fix resource leak for drivers without .remove 426c56022623 i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev struct e699cd138063 ARM: 9046/1: decompressor: Do not clear SCTLR.nTLSMD for ARMv7+ cores 252425cb8755 mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to 128-bytes d892fe653ee4 mmc: usdhi6rol0: Fix a resource leak in the error handling path of the probe 25975632869b mmc: sdhci-sprd: Fix some resource leaks in the remove function 34251b827471 mmc: owl-mmc: Fix a resource leak in an error handling path and in the remove function 99e7c8d15770 powerpc/time: Enable sched clock for irqtime f6ba4a84b9e0 powerpc/47x: Disable 256k page size 6b83da9b1e58 KVM: PPC: Make the VMX instruction emulation routines static 69ca7a12b77d IB/umad: Return EPOLLERR in case of when device disassociated 1598e9e00a99 IB/umad: Return EIO in case of when device disassociated 48e671371357 iommu: Switch gather->end to the inclusive end 2dbc0ea1d141 scsi: lpfc: Fix ancient double free c41fc75addf1 objtool: Fix ".cold" section suffix check for newer versions of GCC 7631376b2d8e objtool: Fix retpoline detection in asm code 9e06f36658df objtool: Fix error handling for STD/CLD warnings 994334fa2a13 auxdisplay: ht16k33: Fix refresh rate handling 56cc83dfd35f watchdog: intel-mid_wdt: Postpone IRQ handler registration till SCU is ready ffc6e686f43d isofs: release buffer head before return aa69ea2595ff regulator: core: Avoid debugfs: Directory ... already present! error 87f6600119a1 power: supply: smb347-charger: Fix interrupt usage if interrupt is unavailable 564c05da080f power: supply: axp20x_usb_power: Init work before enabling IRQs b1ff96e9191d regulator: s5m8767: Drop regulators OF node reference ac5ab9c02951 spi: atmel: Put allocated master before return 1303992207e8 regulator: s5m8767: Fix reference count leak d7b0efadc3eb certs: Fix blacklist flag type confusion 6e223a3d906a watch_queue: Drop references to /dev/watch_queue a6b732fb6a83 regulator: axp20x: Fix reference cout leak 863691f865b7 platform/chrome: cros_ec_proto: Add LID and BATTERY to default mask 65e880808202 platform/chrome: cros_ec_proto: Use EC_HOST_EVENT_MASK not BIT d99d58b8df08 clk: sunxi-ng: h6: Fix clock divider range on some clocks 57ae53cc5a79 IB/mlx5: Add mutex destroy call to cap_mask_mutex mutex a62529e888fa RDMA/mlx5: Use the correct obj_id upon DEVX TIR creation 3577f6920179 spi: imx: Don't print error on -EPROBEDEFER f8b64afe9166 clocksource/drivers/mxs_timer: Add missing semicolon when DEBUG is defined 9f5c5595cf13 clocksource/drivers/ixp4xx: Select TIMER_OF when needed 884d1b0d51e0 power: supply: fix sbs-charger build, needs REGMAP_I2C 4f24543828fa dmaengine: idxd: set DMA channel to be private 31c9ba0c38bc rtc: s5m: select REGMAP_I2C 28c05164b72f power: reset: at91-sama5d2_shdwc: fix wkupdbc mask e724c819ed9f RDMA/rtrs-srv: Init wr_cnt as 1 cb6d98b30655 RDMA/rtrs-clt: Refactor the failure cases in alloc_clt 30b7b6b8dac0 RDMA/rtrs-srv: Fix missing wr_cqe e393184841ba RDMA/rtrs: Call kobject_put in the failure path 1a8e1385b22b RDMA/rtrs-clt: Set mininum limit when create QP f8f1833d2a10 RDMA/rtrs-srv: Use sysfs_remove_file_self for disconnect e3d74840c73e RDMA/rtrs-srv: Release lock before call into close_sess 0a131e09e4e2 RDMA/rtrs: Extend ibtrs_cq_qp_create 54d3a5761951 of/fdt: Make sure no-map does not remove already reserved regions 0674fa99a7d8 fdt: Properly handle "no-map" field in the memory region 3f93f17ae946 power: supply: cpcap-charger: Fix power_supply_put on null battery pointer 1f6133749213 power: supply: cpcap-battery: Fix missing power_supply_put() 748f7b65d2e0 power: supply: cpcap-charger: Fix missing power_supply_put() 57e43b696dee mfd: bd9571mwv: Use devm_mfd_add_devices() 4ddac9d8acba dmaengine: hsu: disable spurious interrupt d8c7170c2097 dmaengine: owl-dma: Fix a resource leak in the remove function ecf1d532a055 dmaengine: fsldma: Fix a resource leak in an error handling path of the probe function 1cc37e5a0555 dmaengine: fsldma: Fix a resource leak in the remove function 9703b65b2dab RDMA/siw: Fix handling of zero-sized Read and Receive Queues. 95d5e8fbc2ff HID: core: detect and skip invalid inputs to snto32() 35c739b4d4fa clk: renesas: r8a779a0: Fix parent of CBFUSA clock 91210528b38c clk: renesas: r8a779a0: Remove non-existent S2 clock 6d3fca943eec clk: sunxi-ng: h6: Fix CEC clock d8d37cdde2a5 spi: cadence-quadspi: Abort read if dummy cycles required are too many a8594ec0bb37 i2c: iproc: handle master read request 77f44e82e898 i2c: iproc: update slave isr mask (ISR_MASK_SLAVE) 686ed8d7bf90 i2c: iproc: handle only slave interrupts which are enabled 8584d4f31a3a quota: Fix memory leak when handling corrupted quota file 3c5304eb1805 arm64: dts: qcom: qrb5165-rb5: fix pm8009 regulators b7c77df94684 regulator: qcom-rpmh-regulator: add pm8009-1 chip revision e00a29e24575 selftests/powerpc: Make the test check in eeh-basic.sh posix compliant 460538d02a18 clk: meson: clk-pll: propagate the error from meson_clk_pll_set_rate() 02df54191f7f clk: meson: clk-pll: make "ret" a signed integer 55e47652d625 clk: meson: clk-pll: fix initializing the old rate (fallback) for a PLL 49d8c198fab5 power: supply: cpcap: Add missing IRQF_ONESHOT to fix regression 7c650a997df3 HSI: Fix PM usage counter unbalance in ssi_hw_init 54b4e5df958c capabilities: Don't allow writing ambiguous v3 file capabilities bf24c51d62d1 drm/amdgpu/display: remove hdcp_srm sysfs on device removal 7a9b76bb9bf3 smp: Process pending softirqs in flush_smp_call_function_from_idle() 3e7387af5a50 irqchip/imx: IMX_INTMUX should not default to y, unconditionally 24386143cb94 ubifs: Fix error return code in alloc_wbufs() 3818158df15e ubifs: replay: Fix high stack usage, again bdb176a0c876 ubifs: Fix memleak in ubifs_init_authentication bdf943745924 jffs2: fix use after free in jffs2_sum_write_data() a6b56338a910 fs/jfs: fix potential integer overflow on shift of a int d5f8088cfc98 ASoC: simple-card-utils: Fix device module clock c365d333e97a ima: Free IMA measurement buffer after kexec syscall 1facf2415b98 ima: Free IMA measurement buffer on error f40d1ec3a3db ASoC: SOF: sof-pci-dev: add missing Up-Extreme quirk 0bbbd44ba122 nvmet: set status to 0 in case for invalid nsid 6c32db01dd41 nvmet: remove extra variable in identify ns 48629fed4fc4 nvme-multipath: set nr_zones for zoned namespaces 5f8ab7f8fedd nvmet-tcp: fix potential race of tcp socket closing accept_work 91edfca6f8b3 nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs 81dfee4731c0 io_uring: fix possible deadlock in io_uring_poll ea914be6de9d crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key() bebfe70c4df8 hwrng: timeriomem - Fix cooldown period calculation ca0d82585d07 drm/dp_mst: Don't cache EDIDs for physical ports 141c9392246c drm/lima: fix reference leak in lima_pm_busy c37792594393 drm/vc4: hdmi: Update the CEC clock divider on HSM rate change ecd8c7420ee2 drm/vc4: hdmi: Compute the CEC clock divider from the clock rate b2c22c74462e drm/vc4: hdmi: Restore cec physical address on reconnect 5ef6d3b78abc drm/vc4: hdmi: Fix up CEC registers 22a555e031aa drm/vc4: hdmi: Fix register offset with longer CEC messages e7506205db3a drm/vc4: hdmi: Move hdmi reset to bind f06ce8ddbdfc s390/zcrypt: return EIO when msg retry limit reached 689ceaad9423 KVM: x86: Restore all 64 bits of DR6 and DR7 during RSM on x86-64 6a402b937eb1 btrfs: fix double accounting of ordered extent for subpage case in btrfs_invalidapge 006ef266c275 btrfs: clarify error returns values in __load_free_space_cache 79717a3381dd ASoC: SOF: debug: Fix a potential issue on string buffer termination 47d35964886f ASoC: rt5682: Fix panic in rt5682_jack_detect_handler happening during system shutdown 67353635006a ASoC: qcom: lpass: Fix i2s ctl register bit map d48f03f6b25c locking/lockdep: Avoid unmatched unlock 2e0e7c91ddb3 ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU 0A3E 6bbbb1dea7e8 ASoC: Intel: sof_sdw: add missing TGL_HDMI quirk for Dell SKU 0A5E 71a6979d540d Drivers: hv: vmbus: Avoid use-after-free in vmbus_onoffer_rescind() bed8bed04179 drm/mediatek: Check if fb is null d87df78aabf2 KVM: nSVM: Don't strip host's C-bit from guest's CR3 when reading PDPTRs 9ac313799515 ASoC: qcom: Fix typo error in HDMI regmap config callbacks 5dc2ee02fdd9 f2fs: fix a wrong condition in __submit_bio c1b18119d82b drm/amdgpu: Prevent shift wrapping in amdgpu_read_mask() a9553ae64da0 f2fs: fix to avoid inconsistent quota data 0edd035143dd mtd: parsers: afs: Fix freeing the part name memory in failure e350b5bea8e8 ASoC: codecs: add missing max_register in regmap config 79f85d7b5ce0 ASoC: cpcap: fix microphone timeslot mask 9e61730083eb ata: ahci_brcm: Add back regulators management 61a1f0ad45de mm: proc: Invalidate TLB after clearing soft-dirty page state e3fcff9f45aa drm/nouveau: bail out of nouveau_channel_new if channel init fails c64eb55b4ec2 crypto: talitos - Fix ctr(aes) on SEC1 62aa24d2b7be crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error) da7a5e73cdd1 mtd: parser: imagetag: fix error codes in bcm963xx_parse_imagetag_partitions() 86399c1911eb perf/arm-cmn: Move IRQs when migrating context 1ea83d489102 perf/arm-cmn: Fix PMU instance naming cb8e225c16c8 ASoC: SOF: Intel: hda: cancel D0i3 work during runtime suspend 2a387bbeada0 ASoC: qcom: lpass-cpu: Remove bit clock state check 2bebc6dcd345 f2fs: compress: fix potential deadlock 91e10f2ad150 sched/eas: Don't update misfit status if the task is pinned 8b1c386d9266 media: uvcvideo: Accept invalid bFormatIndex and bFrameIndex values 130722b55dde media: pxa_camera: declare variable when DEBUG is defined 2c0a480ac595 media: mtk-vcodec: fix argument used when DEBUG is defined f1e2ca0c11e4 media: cx25821: Fix a bug when reallocating some dma memory d196f0682366 media: qm1d1c0042: fix error return code in qm1d1c0042_init() 28fa29bd59f2 media: atomisp: Fix a buffer overflow in debug code abfdb63b6e5f media: vidtv: psi: fix missing crc for PMT 32f864a4432d media: lmedm04: Fix misuse of comma f7765a1143c3 media: software_node: Fix refcounts in software_node_get_next_child() e3d5fe8fb6f3 drm/amd/display: Fix HDMI deep color output for DCE 6-11. 3592f930f742 drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth reduction. 18f10ae0d477 macintosh/adb-iop: Use big-endian autopoll mask 1c7b7d476e6a bsg: free the request before return error code a9d9fd5bd24b drm/amdgpu: toggle on DF Cstate after finishing xgmi injection 0cdfdd1f03c2 drm/tegra: Fix reference leak when pm_runtime_get_sync() fails cc1c1fe79551 MIPS: Compare __SYNC_loongson3_war against 0 f89de444df59 MIPS: properly stop .eh_frame generation b1f4731f33ba media: ti-vpe: cal: fix write to unallocated memory 640da89f3eee media: imx7: csi: Fix pad link validation a274661d5842 media: imx7: csi: Fix regression for parallel cameras on i.MX6UL 1c95f266a692 drm/sun4i: tcon: fix inverted DCLK polarity e830af503cae sched/fair: Avoid stale CPU util_est value for schedutil in task dequeue 3b22a67c7f6b crypto: bcm - Rename struct device_private to bcm_device_private 494e9ec12c1b evm: Fix memleak in init_desc f465abaef3d1 ASoC: qcom: qdsp6: Move frontend AIFs to q6asm-dai 43deab1aff79 ASoC: cs42l56: fix up error handling in probe 967ddb4ac910 media: aspeed: fix error return code in aspeed_video_setup_video() 9883df7c0195 media: tm6000: Fix memleak in tm6000_start_stream 172e30ea3861 media: media/pci: Fix memleak in empress_init 451c7cb236ef media: em28xx: Fix use-after-free in em28xx_alloc_urbs 27dfb2c856f5 media: vsp1: Fix an error handling path in the probe function df6f92f1bde1 media: camss: missing error code in msm_video_register() 27a82f52a55d media: mtk-vcodec: fix error return code in vdec_vp9_decode() 40d53d436a59 media: imx: Fix csc/scaler unregister fe2e6f9342e8 media: imx: Unregister csc/scaler only if registered 9056dd5417b1 media: i2c: ov5670: Fix PIXEL_RATE minimum value c271cb89897c media: ipu3-cio2: Build only for x86 26297e1710d2 drm/fourcc: fix Amlogic format modifier masks dfc846691a66 drm/virtio: make sure context is created in gem open 74cfb7883a04 MIPS: lantiq: Explicitly compare LTQ_EBU_PCC_ISTAT against 0 8dbfa4e99c5f MIPS: c-r4k: Fix section mismatch for loongson2_sc_init a0e0d3d8245e drm/amdgpu: Fix macro name _AMDGPU_TRACE_H_ in preprocessor if condition 61de9181c86c drm: rcar-du: Fix the return check of of_parse_phandle and of_find_device_by_node 4f6cd7e77b07 drm: rcar-du: Fix crash when using LVDS1 clock for CRTC cfed53d82219 drm: rcar-du: Fix PM reference leak in rcar_cmm_enable() 7e8cad8788a9 kcsan: Rewrite kcsan_prandom_u32_max() without prandom_u32_state() e559765186ac media: allegro: Fix use after free on error 5ea0601513a7 hwrng: ingenic - Fix a resource leak in an error handling path 39e0bddeff36 crypto: arm64/aes-ce - really hide slower algos when faster ones are enabled 2f7287fbcb9f crypto: sun4i-ss - fix kmap usage 99e9cb7bc13b crypto: sun4i-ss - linearize buffers content must be kept 5d93dad67df8 drm/vc4: hdmi: Take into account the clock doubling flag in atomic_check 5eb0784f4dd0 drm/panel: mantix: Tweak init sequence 35bf6702052c drm/fb-helper: Add missed unlocks in setcmap_legacy() c4c8db5eb19f gma500: clean up error handling in init 9a83b8b33128 drm/gma500: Fix error return code in psb_driver_load() e9c01c8fd64a fbdev: aty: SPARC64 requires FB_ATY_CT 41c6f6b926d0 tty: implement read_iter 279e54536ddb tty: convert tty_ldisc_ops 'read()' function to take a kernel pointer 65a10cb163cd net: enetc: fix destroyed phylink dereference during unbind 79234cb9aab9 net: mvneta: Remove per-cpu queue mapping for Armada 3700 8845446496a7 net: amd-xgbe: Fix network fluctuations when using 1G BELFUSE SFP 286fca3f30b9 net: amd-xgbe: Reset link when the link never comes back a961fcfb2465 net: amd-xgbe: Fix NETDEV WATCHDOG transmit queue timeout warning 87f1df93d49f net: amd-xgbe: Reset the PHY rx data path when mailbox command timeout 7592f07e6d2c net: phy: mscc: adding LCPLL reset to VSC8514 100676d5c4d5 net: dsa: felix: don't deinitialize unused ports 51b1868b715a net: dsa: felix: perform teardown in reverse order of setup ad843121588f ibmvnic: skip send_request_unmap for timeout reset be613736fddd ibmvnic: add memory barrier to protect long term buffer f4a5c7ff2ab6 bpf: Clear subreg_def for global function return values 14a296eab662 b43: N-PHY: Fix the update of coef for the PHY revision >= 3case e6d02456012a cxgb4/chtls/cxgbit: Keeping the max ofld immediate data size same in cxgb4 and ulds 21248186f953 net: axienet: Handle deferred probe on clock properly 8e81baeb83a3 tcp: fix SO_RCVLOWAT related hangs under mem pressure c805f99ffe27 selftests: mptcp: fix ACKRX debug message 1d6e51e231c4 bpf: Fix bpf_fib_lookup helper MTU check for SKB ctx e3c29af06581 bpf, devmap: Use GFP_KERNEL for xdp bulk queue allocation 94c0e3551594 bpf: Fix an unitialized value in bpf_iter c8de71a7ae39 libbpf: Ignore non function pointer member in struct_ops b5f71c9ff128 mac80211: fix potential overflow when multiplying to u32 integers 5ccc0ecda9e8 net/mlx5e: Check tunnel offload is required before setting SWP c80b5da86011 net/mlx5e: CT: manage the lifetime of the ct entry object 046e29284b07 net/mlx5: Disable devlink reload for lag devices 5decdc86ca9d net/mlx5: Disallow RoCE on lag device 8dafb484fe3f net/mlx5: Disallow RoCE on multi port slave device efb1aa6f1175 net/mlx5: Disable devlink reload for multi port slave device 64ea9e958fba net/mlx5e: kTLS, Use refcounts to free kTLS RX priv context 08b42b6f891c net/mlx5e: Replace synchronize_rcu with synchronize_net 27c79b3a9212 net/mlx5: Fix health error state handling ae624d4bd9b6 net/mlx5e: Change interrupt moderation channel params also when channels are closed 34394a179ed2 net/mlx5e: Don't change interrupt moderation params when DIM is enabled 96fb2077a517 net: phy: consider that suspend2ram may cut off PHY power a5ff8b798a36 dpaa2-eth: fix memory leak in XDP_REDIRECT 3cf0490625c8 xen/netback: fix spurious event detection for common event case fc94be935868 bnxt_en: Fix devlink info's stored fw.psid version format. f22cdfcc9df1 bnxt_en: reverse order of TX disable and carrier off 991d286e194f ibmvnic: Set to CLOSED state even on error c318d4198149 selftests/bpf: Convert test_xdp_redirect.sh to bash 61f0bbac1f0d ath9k: fix data bus crash when setting nf_override via debugfs 45c720ca5d8e iwlwifi: pnvm: increment the pointer before checking the TLV 47708895c917 iwlwifi: pnvm: set the PNVM again if it was already loaded c8b23e12a74e bpf_lru_list: Read double-checked variable once without lock 6f304a8d61fb iwlwifi: mvm: don't check if CSA event is running before removing caa32dc6ab77 iwlwifi: mvm: assign SAR table revision to the command later 207bb27562b4 iwlwifi: mvm: send stored PPAG command instead of local 600c03b4e99d iwlwifi: mvm: store PPAG enabled/disabled flag properly 39d8f5db9c88 iwlwifi: mvm: fix the type we use in the PPAG table validity checks d195e314e849 soc: aspeed: snoop: Add clock control logic 1a6c71880fad ath11k: fix a locking bug in ath11k_mac_op_start() c2fd1a9715a1 ath10k: Fix lockdep assertion warning in ath10k_sta_statistics fc0024dfd921 ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_info() 4641cecc3dbf ARM: at91: use proper asm syntax in pm_suspend 6709f280e75d staging: wfx: fix possible panic with re-queued frames 702143d1de99 optee: simplify i2c access d25640c5e61d ARM: s3c: fix fiq for clang IAS 480f1e5d5ca8 iwlwifi: mvm: set enabled in the PPAG command properly 90aadc8ce0fd arm64: dts: meson: fix broken wifi node for Khadas VIM3L 0aa65ba9352d arm64: dts: msm8916: Fix reserved and rfsa nodes unit address 84f9aaa7312b soc: qcom: ocmem: don't return NULL in of_get_ocmem 9bb8acd6aa96 Bluetooth: btusb: Fix memory leak in btusb_mtk_wmt_recv 276d6b35f3bc opp: Correct debug message in _opp_add_static_v2() bf7d341506d6 arm64: dts: armada-3720-turris-mox: rename u-boot mtd partition to a53-firmware 1a210339f056 ARM: dts: armada388-helios4: assign pinctrl to each fan 0d6d8024c1f7 ARM: dts: armada388-helios4: assign pinctrl to LEDs b9aa9108b63a can: mcp251xfd: mcp251xfd_probe(): fix errata reference 104463e0faae arm64: dts: renesas: beacon: Fix EEPROM compatible value ad71e4decf49 x86/MSR: Filter MSR writes through X86_IOC_WRMSR_REGS ioctl too 56ef08902f0d staging: rtl8723bs: wifi_regd.c: Fix incorrect number of regulatory rules e5d153b3da39 usb: dwc2: Make "trimming xfer length" a debug message fdc77e02db8c usb: dwc2: Abort transaction after errors with unknown reason 8eb3e6899a27 usb: dwc2: Do not update data length if it is 0 on inbound transfers cdbe8c0c5274 ARM: dts: Configure missing thermal interrupt for 4430 509fe94c196f memory: ti-aemif: Drop child node when jumping out loop 63cb4aa9e4ee Bluetooth: Put HCI device if inquiry procedure interrupts 78bbee8f2542 Bluetooth: drop HCI device reference before return ba8832d23c97 staging: media: atomisp: Fix size_t format specifier in hmm_alloc() debug statemenet 3681476ad60e soc: ti: pm33xx: Fix some resource leak in the error handling paths of the probe function 6e46b23a9f4c soc: qcom: socinfo: Fix an off by one in qcom_show_pmic_model() 4cbd11f9c37e arm64: dts: qcom: sdm845-db845c: Fix reset-pin of ov8856 node c9ccb0efaab2 usb: gadget: u_audio: Free requests only after callback 66a55fafe3d8 ACPICA: Fix exception code class checks 3a3f15b4d2f3 arm64: dts: rockchip: rk3328: Add clock_in_out property to gmac2phy node 88cd0e882f1e cpufreq: brcmstb-avs-cpufreq: Fix resource leaks in ->remove() de17aa73c9d9 cpufreq: brcmstb-avs-cpufreq: Free resources in error path b87a4fcf4536 arm64: dts: qcom: msm8916-samsung-a2015: Fix sensors 7ae2c607e8e8 arm64: dts: allwinner: A64: Limit MMC2 bus frequency to 150 MHz b20768733427 arm64: dts: allwinner: H6: Allow up to 150 MHz MMC bus frequency aa60fe811181 arm64: dts: allwinner: Drop non-removable from SoPine/LTS SD card 299dfaed458f arm64: dts: allwinner: H6: properly connect USB PHY to port 0 da0131818f90 arm64: dts: allwinner: A64: properly connect USB PHY to port 0 1173e48b162a firmware: arm_scmi: Fix call site of scmi_notification_exit 0e290a7b4ac4 bpf: Avoid warning when re-casting __bpf_call_base into __bpf_call_base_args faf4b1fba2dd bpf: Add bpf_patch_call_args prototype to include/linux/bpf.h ef1efead3f2a net: stmmac: dwmac-meson8b: fix enabling the timing-adjustment clock 106c902da8a6 arm64: dts: qcom: msm8916-samsung-a5u: Fix iris compatible 9b6d62eea4c5 staging: vchiq: Fix bulk transfers on 64-bit builds 6929e3b01179 staging: vchiq: Fix bulk userdata handling 601899cec0a3 Bluetooth: hci_qca: Fix memleak in qca_controller_memdump ec621e844289 memory: mtk-smi: Fix PM usage counter unbalance in mtk_smi ops 587b9cc3c02d arm64: dts: exynos: correct PMIC interrupt trigger level on Espresso 347b3e5557da arm64: dts: exynos: correct PMIC interrupt trigger level on TM2 ff11ece44c2d ARM: dts: exynos: correct PMIC interrupt trigger level on Odroid XU3 family 42596469a889 ARM: dts: exynos: correct PMIC interrupt trigger level on Arndale Octa 41461029703e ARM: dts: exynos: correct PMIC interrupt trigger level on Spring 9f87ff784143 ARM: dts: exynos: correct PMIC interrupt trigger level on Rinato f716c60cb017 ARM: dts: exynos: correct PMIC interrupt trigger level on Monk 83830e692f28 ARM: dts: exynos: correct PMIC interrupt trigger level on Artik 5 fcb451381725 arm64: dts: renesas: beacon: Fix audio-1.8V pin enable 072552f973ad arm64: dts: renesas: beacon kit: Fix choppy Bluetooth Audio 65933b074ae0 Bluetooth: Fix initializing response id after clearing struct bbe6d14a98b0 Bluetooth: hci_uart: Fix a race for write_work scheduling fdbed2d74011 Bluetooth: btqcomsmd: Fix a resource leak in error handling paths in the probe function fa336bddbe83 ath10k: Fix error handling in case of CE pipe init failure b4139fd0ab00 drm/i915/gt: One more flush for Baytrail clear residuals de7e30da243f ALSA: pcm: Don't call sync_stop if it hasn't been stopped 7011cd4599ef ALSA: pcm: Assure sync with the pending stop operation at suspend 6bcf443bce96 ALSA: pcm: Call sync_stop at disconnection 85c1062920d1 random: fix the RNDRESEEDCRNG ioctl f24e9121eace vmlinux.lds.h: Define SANTIZER_DISCARDS with CONFIG_GCOV_KERNEL=y b57d559a92e8 MIPS: vmlinux.lds.S: add missing PAGE_ALIGNED_DATA() section e18368d0515d ALSA: usb-audio: Fix PCM buffer allocation in non-vmalloc mode 89e3d1a85df8 bfq: Avoid false bfq queue merging a9f834514580 virt: vbox: Do not use wait_event_interruptible when called from kernel context 9ecedb5793a6 PCI: Decline to resize resources if boot config must be preserved 9101e328625f PCI: qcom: Use PHY_REFCLK_USE_PAD only for ipq8064 1ad8f7fc4aa7 w1: w1_therm: Fix conversion result for negative temperatures ed5d02f0a778 kdb: Make memory allocations more robust 77c711013ddc scsi: qla2xxx: Fix mailbox Ch erroneous error a24bb59cabab scsi: libsas: docs: Remove notify_ha_event() 7bc68c67d21e debugfs: do not attempt to create a new file before the filesystem is initalized 0bd665240a56 debugfs: be more robust at handling improper input in debugfs_lookup() 2a7e48dc3834 vdpa/mlx5: fix param validation in mlx5_vdpa_get_config() 070d0094b3f4 vmlinux.lds.h: add DWARF v5 sections ---- Link: https://lore.kernel.org/r/20210301161141.760350206@linuxfoundation.org Link: https://lore.kernel.org/r/20210301193642.707301430@linuxfoundation.org Link: https://lore.kernel.org/r/20210302123520.857524345@linuxfoundation.org Link: https://lore.kernel.org/r/20210302192700.399054668@linuxfoundation.org Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>