aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-06-30alsa-ucm-conf: remove bbappend filealsa-ucm-confNicolas Dechesne
SDM845 UCM config files have been merged upstream in v1.2.3, we can drop our bbappend. Note that Lenovo Yoga files are not merged, but they are unlikely to be useful in meta-qcom since we don't support this MACHINE (yet). Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-06-29Merge pull request #168 from YoeDistro/yoe/mutNicolas Dechesne
mesa: Drop upstreamed patch
2020-06-26mesa: Drop upstreamed patchKhem Raj
This patch is already available in 20.1.2 release see https://gitlab.freedesktop.org/mesa/mesa/-/commit/9b3aa872279f958f9da6e7f225c25c4f5f2cdb81 Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-25Merge pull request #162 from lumag/sm8250Nicolas Dechesne
Sm8250 support
2020-06-23Remove broken venus-5.2 and venus-5.4 from linux-firmwareOlivier Schonken
The linux-firmware package complains that venus fw is supplied by both linux-firmware and firmware-qcom-dragonboard845c. The venus firmware supplied by linux-firmware is broken. This patch removes the installed files for venus-5.2 and venus-5.4 which is not explicitly listed in the linux-firmware recipe from openembedded. The linux-firmware recipe is actually ambiguous in the sense that it doesn't list the venus-5.2 package in the recipe, but does install it alongside all the other firmware in the do_install part of the recipe. Collected errors: check_data_file_clashes: Package linux-firmware wants to install file /workdir/build/tmp-glibc/work/dragonboard_845c-linux/rb3-image-dev/9999.1-r0/rootfs/lib/firmware/qcom/venus-5.2/venus.b00 But that file is already provided by package * firmware-qcom-dragonboard845c check_data_file_clashes: Package linux-firmware wants to install file /workdir/build/tmp-glibc/work/dragonboard_845c-linux/rb3-image-dev/9999.1-r0/rootfs/lib/firmware/qcom/venus-5.2/venus.b01 But that file is already provided by package * firmware-qcom-dragonboard845c check_data_file_clashes: Package linux-firmware wants to install file /workdir/build/tmp-glibc/work/dragonboard_845c-linux/rb3-image-dev/9999.1-r0/rootfs/lib/firmware/qcom/venus-5.2/venus.b02 But that file is already provided by package * firmware-qcom-dragonboard845c check_data_file_clashes: Package linux-firmware wants to install file /workdir/build/tmp-glibc/work/dragonboard_845c-linux/rb3-image-dev/9999.1-r0/rootfs/lib/firmware/qcom/venus-5.2/venus.b03 But that file is already provided by package * firmware-qcom-dragonboard845c check_data_file_clashes: Package linux-firmware wants to install file /workdir/build/tmp-glibc/work/dragonboard_845c-linux/rb3-image-dev/9999.1-r0/rootfs/lib/firmware/qcom/venus-5.2/venus.b04 But that file is already provided by package * firmware-qcom-dragonboard845c check_data_file_clashes: Package linux-firmware wants to install file /workdir/build/tmp-glibc/work/dragonboard_845cp-linux/rb3-image-dev/9999.1-r0/rootfs/lib/firmware/qcom/venus-5.2/venus.mdt But that file is already provided by package * firmware-qcom-dragonboard845c Signed-off-by: Olivier Schonken <olivier.schonken@gmail.com> (cherry picked from commit cd0bf547f9bac24f8a93fb63ebe1ca8d59857a30) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-06-23Merge pull request #167 from alimon/masterNicolas Dechesne
recipes-kernel: Linux 5.7 bump to 5.7.5 (37b31489130d)
2020-06-22recipes-kernel: Linux 5.7 bump to 5.7.5 (37b31489130d)Aníbal Limón
Changes, 37b31489130d wcn36xx: Fix software-driven scan 9e5c701f0dc6 wcn36xx: Advertise beacon filtering support in bmps f0076ecebddf mac80211: Do not report beacon loss if beacon filtering enabled d5ffda0bd43b Merge tag 'v5.7.5' into release/qcomlt-5.7 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-06-19linux-linaro-qcomlt_5.7: enable for sm8250 SoCDmitry Baryshkov
Enable sm8250 in linux-linaro-qcomlt-5.7's COMPATIBLE_MACHINES. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-06-19sm8250-mtp.conf: add initial support for SM8250-MTP boardDmitry Baryshkov
Add configuration files for SM8250 SoC and SM8250-MTP board. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
2020-06-18Merge pull request #163 from alimon/masterNicolas Dechesne
recipes-kernel: Linux 5.7 bump to 5.7.3 (a7ce3355155d)
2020-06-17recipes-kernel: Linux 5.7 bump to 5.7.3 (a7ce3355155d)Aníbal Limón
Changes, a7ce3355155d Merge tag 'v5.7.3' into release/qcomlt-5.7 ... 9aff2dcc27eb wcn36xx: Fix multiple AMPDU sessions support 44e6ad37e04a wcn36xx: Add ieee80211 rx status rate information Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-06-15Merge pull request #160 from alimon/masterNicolas Dechesne
recipes-kernel: Linux 5.7 bump to 5.7.2 (ba75ed77ea9e)
2020-06-12recipes-kernel: Linux 5.7 bump to 5.7.2 (ba75ed77ea9e)Aníbal Limón
Changes, ba75ed77ea9e Merge tag 'v5.7.2' into release/qcomlt-5.7 8b0853ff4472 Merge branch 'tracking-qcomlt-lt9611' into release/qcomlt-5.7 8ee534ec8a56 drm/bridge: Introduce LT9611 DSI to HDMI bridge 7636286afbd1 dt-bindings: display: bridge: Add documentation for LT9611 9250431bb3b5 dt-bindings: vendor-prefixes: Add Lontium vendor prefix Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-06-05Merge pull request #157 from alimon/masterNicolas Dechesne
Linux 5.7 and DB845c alsa patches.
2020-06-04alsa-ucm-conf: Update DB845c patches to UCM2Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-06-04recipes-kernel/linux: Add Linux 5.7 releaseAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-28Merge pull request #154 from YoeDistro/yoe/mutNicolas Dechesne
pd-mapper: Fix build with musl
2020-05-28pd-mapper: Fix build with muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-05-27Merge pull request #152 from alimon/master_ramdisk_e2fsNicolas Dechesne
pd-mapper upgrade, Initramfs-test-image add e2fsprogs and mesa patch
2020-05-26recipes-graphics: Add mesa patch to fix 20.0.x graphics freedreno issueAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-26Merge pull request #153 from alimon/master_gpsdNicolas Dechesne
gpsd: Rework PDS service patch changes in gpsd_log
2020-05-25gpsd: Rework PDS service patch changes in gpsd_logAníbal Limón
Due to changes on argument order of gpsd_log and use GPSD_LOG too see rev 81257aeeaf. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-21recipes-support: pd-mapper bump to rev ab5074fAníbal Limón
Changes, ab5074f pd-mapper: Use remoteproc firmware to find jsons 9543190 pd-mapper: Introduce associative array implementation afce7e2 fixup! json: Introduce JSON parser 1048a84 pd-mapper: Load JSON files 48d5389 json: Introduce JSON parser 0dd6ca7 ANDROID: Add Android.bp makefile Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-20recipes-test: Add e2fsprogs to initramfs-test-imageAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-20Merge pull request #151 from alimon/master_firmwareNicolas Dechesne
Kernel upgrade, Firmware for 410c/820c/845c to use linux-firmware and 845c generate ath10k board-2.bin
2020-05-20firmware-qcom-dragonboard845c: Generate WiFi board-2.bin file for ath10kAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-20dragonboard-845c: Switch to use linux-firmware-{ath10k, qcom-{sdm845, ↵Aníbal Limón
adreno-a630}} The bdwlan is needed to generate board-2.bin not useful alone, the same for wlan parts that are now in linux-firmware-qcom-sdm845-modem. Finally install a630_zap*.* firmware inside /lib/firmware/qcom the remaining parts are now on linux-firmware-qcom-adreno-a630. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-20dragonboard-820c: Switch to use linux-firmware-qcom-{adreno-a530,venus-4.2}Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-20dragonboard-410c: Switch to use linux-firmware-qcom-{adreno-a3xx,venus-1.8}Aníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-05-18recipes-kernel/linux: Bump 5.4 to rev e2db8e82634bd (5.4.41)Aníbal Limón
Changes, e2db8e82634bd Merge tag 'v5.4.41' into release/qcomlt-5.4 Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-30Merge pull request #148 from alimon/dhcpNicolas Dechesne
recipes-test/images: Add dhcp to initramfs-test-image
2020-03-30recipes-test/images: Add dhcp to initramfs-test-imageAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-24Merge pull request #146 from YoeDistro/yoe/mutNicolas Dechesne
layer.conf: Mark it dunfell (3.1) compatible
2020-03-24layer.conf: Mark it dunfell (3.1) compatibleKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-23fastrpc: new upstreamNicolas Dechesne
388d868 cdsprpc,adsprpc: does not use libcdsprpc libadsprpc Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-03-22qcom-x11-image: use dynamic_layer since it depends on meta-oeNicolas Dechesne
This image depends on meta-oe (openbox, gtkperf, ...), so let's move it to the dynamic_layer folder. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-03-21Merge pull request #143 from alimon/kernel_qrtrNicolas Dechesne
Kernel/QRTR bump
2020-03-21initramfs-test-image: use dynamic_layer for utilities not in OE CoreNicolas Dechesne
Some tools we have in initramfs-test-image are not in OE Core. So instead split the list and use dynamic-layer to include them only when their respective layers are also globally used. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
2020-03-21Merge pull request #145 from andersson/for-nico/add-useful-tools-to-ramdiskNicolas Dechesne
initramfs-test-image: Add useful utilities for testing
2020-03-21Merge pull request #144 from andersson/for-nico/bump-diag-to-flow-controlNicolas Dechesne
diag: Update to latest version
2020-03-21Merge pull request #142 from alimon/fastrpcNicolas Dechesne
Add fastrpc
2020-03-20initramfs-test-image: Add useful utilities for testingBjorn Andersson
Add bluez package to allow validation of bluetooth support, pciutils to get lspci, pd-mapper and tqftpserv to allow booting the WiFi firmware, usbutils for lsusb and wpa-supplicant to allow basic testing of the WiFi support. Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2020-03-20diag: Update to latest versionBjorn Andersson
cc5dc0dec3f5 peripherals: Create and use flow context 040982dbdad0 dm: Allow broadcasters to pass a flow context a3395140dddb watch: Allow flow context to be associated with readq d2c595e9889e mbuf/watch: Introduce flow control context 3eaf16dd4fee qrtr: Remove writeq when remote goes away bf8035f68b07 watch: Fix buffer overflow 286187531128 README: Configuration string should be diag_dun 29db5d80b014 common_cmds: Fix warning about address of packed member 73ca38f0175b build: Honor CFLAGS f46fe32948f4 diag: Add support for version number command Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
2020-03-20qcom-{apq8016,apq8096,sdm845}: Add fastrpc via MACHINE_EXTRA_RRECOMMENDSAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-11recipes-support: QRTR bump to rev 7bd5cf3Aníbal Limón
Changes, 7bd5cf3 ns: Go dormant when exsting name server is found 2afd6f8 ANDROID: Add Android.bp makefile Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-11recipes-support: Add fastrpc recipe for {a,c}dspAníbal Limón
Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-11recipes-support: Remove deprecated adsprpcAníbal Limón
Remove installation in SDM845 machine too. Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-03-11recipes-kernel/linux: Linux 5.4 bump to rev 8c79b3d12355 (5.4.23)Aníbal Limón
Changes, 8c79b3d12355 Merge tag 'v5.4.23' into release/qcomlt-5.4 e77fe54672b5 Merge tag 'v5.4.22' into release/qcomlt-5.4 bfe3046ecafd Linux 5.4.23 bb7ffcbec227 ASoC: SOF: Intel: hda: Add iDisp4 DAI fb81480206ae bpf: Selftests build error in sockmap_basic.c 19be2b3eea34 s390/mm: Explicitly compare PAGE_DEFAULT_KEY against zero in storage_key_init_range 148c8531b69c s390/kaslr: Fix casts in get_random e26be2667399 net/mlx5e: Fix crash in recovery flow without devlink reporter fca1cdd3417e net/mlx5: Fix sleep while atomic in mlx5_eswitch_get_vepa 06320052ee69 net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDY 773dfd2223e3 xen: Enable interrupts when calling _cond_resched() 9724b3f28dab ata: ahci: Add shutdown to freeze hardware resources of ahci 8eb92c122840 io_uring: prevent sq_thread from spinning when it should stop b0f5f25c5541 rxrpc: Fix call RCU cleanup using non-bh-safe locks 829e0a0ae2dc netfilter: xt_hashlimit: limit the max size of hashtable 86502c68b81e ALSA: seq: Fix concurrent access to queue current tick/time 2b550d1c7ac6 ALSA: seq: Avoid concurrent access to queue flags 84e041a5df79 ALSA: rawmidi: Avoid bit fields for state flags c7deb9612e35 io_uring: fix __io_iopoll_check deadlock in io_sq_thread d562fdad84dd arm64: lse: Fix LSE atomics with LLVM 8132323eb397 bpf, offload: Replace bitwise AND by logical AND in bpf_prog_offload_info_fill 2463a30f6678 genirq/proc: Reject invalid affinity masks (again) c23074e20989 crypto: rename sm3-256 to sm3 in hash_algo_name 8278f34f6ca8 iommu/vt-d: Fix compile warning from intel-svm.h cfde4697ea4d ecryptfs: replace BUG_ON with error handling code 4c585d1e98d9 ASoC: fsl_sai: Fix exiting path on probing failure 59c723344aec ASoC: atmel: fix atmel_ssc_set_audio link failure 125b4a5345e2 staging: greybus: use after free in gb_audio_manager_remove_all() 2ca19dfafc04 staging: rtl8723bs: fix copy of overlapping memory e6535a8c5d98 usb: dwc2: Fix in ISOC request length checking ceb1997a2ec3 usb: gadget: composite: Fix bMaxPower for SuperSpeedPlus 826a43b22ce6 scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a session" d92e714a463d scsi: Revert "RDMA/isert: Fix a recently introduced regression related to logout" 42b4f3c8ec0b drm/msm/dpu: fix BGR565 vs RGB565 confusion 337cbf3ea855 drm/i915/gt: Protect defer_request() from new waiters 93805d430c53 drm/bridge: tc358767: fix poll timeouts 7de50906e772 drm/i915/gvt: more locking for ppgtt mm LRU list 19f8fb273193 drm/i915/execlists: Always force a context reload when rewinding RING_TAIL 1e0175a15474 drm/i915/gt: Detect if we miss WaIdleLiteRestore 341c8e03a90a Revert "dmaengine: imx-sdma: Fix memory leak" 9ad7f8df34d2 Btrfs: fix deadlock during fast fsync when logging prealloc extents beyond eof 73e1f2663273 btrfs: don't set path->leave_spinning for truncate d3d0fb9d42d3 Btrfs: fix race between shrinking truncate and fiemap c383f8ad2a12 Btrfs: fix btrfs_wait_ordered_range() so that it waits for all ordered extents 9af8e258895f btrfs: do not check delayed items are empty for single transaction cleanup 6065ca5d013d btrfs: reset fs_root to NULL on error in open_ctree 37a2e704807a btrfs: fix bytes_may_use underflow in prealloc error condtition 40ea30638d20 btrfs: destroy qgroup extent records on transaction abort 7e946e30a46d KVM: apic: avoid calculating pending eoi from an uninitialized val dc5537061baf KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1 16f8553f75b5 KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when apicv is globally disabled 0f042f5e98f1 KVM: nVMX: Check IO instruction VM-exit conditions c4064f14f744 KVM: nVMX: Refactor IO bitmap checks into helper function e5d25003d059 ext4: fix race between writepages and enabling EXT4_EXTENTS_FL 5195dc6e9365 ext4: rename s_journal_flag_rwsem to s_writepages_rwsem 6ccdd6616a1c ext4: fix mount failure with quota configured as module eac2bb1042b2 ext4: fix potential race between s_flex_groups online resizing and access 58631f8cbc24 ext4: fix potential race between s_group_info online resizing and access bb43897de9b3 ext4: fix potential race between online resizing and write operations ded8c21ac49c ext4: add cond_resched() to __ext4_find_entry() 1673674ccd86 ext4: fix a data race in EXT4_I(inode)->i_disksize 56b3949a2b5f KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOI 24dfae91a23a KVM: nVMX: Don't emulate instructions in guest mode e61c236dcf34 sched/psi: Fix OOB write when writing 0 bytes to PSI files 26ae0493c181 drm/i915: Update drm/i915 bug filing URL 2104c4905a08 drm/i915: Wean off drm_pci_alloc/drm_pci_free 3e740fa80cc8 drm/nouveau/kms/gv100-: Re-set LUT after clearing for modesets 5e7dda6ddad1 drm/amdgpu/gfx10: disable gfxoff when reading rlc clock 7e482baf6d70 drm/amdgpu/gfx9: disable gfxoff when reading rlc clock f141fac489ee drm/amdgpu/soc15: fix xclk for raven 95236ae76bf8 mm: Avoid creating virtual address aliases in brk()/mmap()/mremap() 9bb971b33565 lib/stackdepot.c: fix global out-of-bounds in stack_slabs ef32399bf729 mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM 198f5aa0f73e mm/vmscan.c: don't round up scan size for online memory cgroup 8735a5b6e1fb genirq/irqdomain: Make sure all irq domain flags are distinct 6e304262e393 nvme-multipath: Fix memory leak with ana_log_buf e078c8d8971b mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps() aa4f749f8136 Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()" 7b77e5a08224 ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake() f18121a59b5a MAINTAINERS: Update drm/i915 bug filing URL cf3c30a7112c serdev: ttyport: restore client ops on deregistration 80990c30b776 tty: serial: qcom_geni_serial: Fix RX cancel command failure 5b0af5e58368 tty: serial: imx: setup the correct sg entry for tx dma 671ea19c3214 tty/serial: atmel: manage shutdown in case of RS485 or ISO7816 mode 5ae6e5683755 serial: 8250: Check UPF_IRQ_SHARED in advance e0253c422024 x86/cpu/amd: Enable the fixed Instructions Retired counter IRPERF 88e4901d3ebd x86/mce/amd: Fix kobject lifetime de2cce5ae563 x86/mce/amd: Publish the bank pointer only after setup has succeeded 6df12de90e74 x86/ima: use correct identifier for SetupMode variable 453692eb5a38 jbd2: fix ocfs2 corrupt when clearing block group bits 98583fb54c2b arm64: memory: Add missing brackets to untagged_addr() macro 9b9374cf1ea7 powerpc/hugetlb: Fix 8M hugepages on 8xx 723a44f2288e powerpc/hugetlb: Fix 512k hugepages on 8xx with 16k page size 2ffeef3db358 powerpc/entry: Fix an #if which should be an #ifdef in entry_32.S 04e3f1d1e135 powerpc/tm: Fix clearing MSR[TS] in current when reclaiming on signal delivery a03b3cea86fd powerpc/eeh: Fix deadlock handling dead PHB 9e1fab44502c powerpc/8xx: Fix clearing of bits 20-23 in ITLB miss 2558e71bbfc5 drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU context 3b8edaada13e staging: rtl8723bs: Fix potential overuse of kernel memory 4113e08e75d3 staging: rtl8723bs: Fix potential security hole de63cd8b5521 staging: rtl8188eu: Fix potential overuse of kernel memory ddedb84fcdc8 staging: rtl8188eu: Fix potential security hole 91aa9e475827 scsi: Revert "target/core: Inline transport_lun_remove_cmd()" 24aeb16934e8 usb: dwc3: debug: fix string position formatting mixup with ret and len 6dbf3ea0f566 usb: dwc3: gadget: Check for IOC/LST bit in TRB->ctrl fields 256cc85f6f86 usb: dwc2: Fix SET/CLEAR_FEATURE and GET_STATUS flows c2f07cb7e317 USB: hub: Fix the broken detection of USB3 device in SMSC hub e5d078af8e5f USB: hub: Don't record a connect-change event during reset-resume 5af8add0167c USB: Fix novation SourceControl XL after suspend b3c64c8b2fab usb: uas: fix a plug & unplug racing e805982b13e3 USB: quirks: blacklist duplicate ep on Sound Devices USBPre2 4c02497e8f65 USB: core: add endpoint-blacklist quirk f9965af8e493 usb: host: xhci: update event ring dequeue pointer on purpose 5d0faf16f960 xhci: Fix memory leak when caching protocol extended capability PSI tables - take 2 ef69cf19bda8 xhci: apply XHCI_PME_STUCK_QUIRK to Intel Comet Lake platforms 02e326360053 xhci: fix runtime pm enabling for quirky Intel hosts 512dae7753cd xhci: Force Maximum Packet size for Full-speed bulk devices to valid range. 22ff13ac65cb staging: vt6656: fix sign of rx_dbm to bb_pre_ed_rssi. 41a53f5b68ec staging: android: ashmem: Disallow ashmem memory from being remapped 897d5aaf3397 vt: vt_ioctl: fix race in VT_RESIZEX 21275a431289 vt: selection, handle pending signals in paste_selection a2c3858faf3a vt: fix scrollback flushing on background consoles 1eb78bc92c84 floppy: check FDC index for errors before assigning it c5455e3fab20 e1000e: Use rtnl_lock to prevent race conditions between net and pci/pm 47a7a44650c1 USB: misc: iowarrior: add support for the 100 device 9b5e87086fa9 USB: misc: iowarrior: add support for the 28 and 28L devices c8e28d325c97 USB: misc: iowarrior: add support for 2 OEMed devices cfda8551dd59 thunderbolt: Prevent crash if non-active NVMem file is read 802a8369d21f btrfs: handle logged extent failure properly 3c4ef8ac8f4b ecryptfs: fix a memory leak bug in ecryptfs_init_messaging() 7e1dbc6656ff ecryptfs: fix a memory leak bug in parse_tag_1_packet() 909149bf61da tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST 9f83363875be ASoC: sun8i-codec: Fix setting DAI data format 3de0bbe21312 ASoC: codec2codec: avoid invalid/double-free of pcm runtime c45877ca9f62 ALSA: hda/realtek - Apply quirk for yet another MSI laptop 9dc3b7a5833a ALSA: hda/realtek - Apply quirk for MSI GP63, too 80c1e9c4c484 ALSA: hda: Use scnprintf() for printing texts for sysfs/procfs b76e00b67dc6 iommu/qcom: Fix bogus detach logic f22dcb31727e Linux 5.4.22 105542cea2ea rtc: Kconfig: select REGMAP_I2C when necessary cea9007ebb95 bcache: properly initialize 'path' and 'err' in register_bcache() 7967c3299e3f drm/amdgpu/display: handle multiple numbers of fclks in dcn_calcs.c (v2) 51c9c98a7bbe s390/pci: Recover handle in clp_set_pci_fn() 332c8b5bc358 mlxsw: spectrum_dpipe: Add missing error path 399ca7ee9130 fuse: don't overflow LLONG_MAX with end offset 77912b69a989 virtio_balloon: prevent pfn array overflow 9c80ae965082 cifs: log warning message (once) if out of disk space 3f14879fd6ce i40e: Relax i40e_xsk_wakeup's return value when PF is busy 6fa2bb0d06ca help_next should increase position index 6b851823ceaa NFS: Fix memory leaks 0562d37d143a drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_voltage c3e3d17d0c5b drm/amdgpu/smu10: fix smu10_get_clock_by_type_with_latency 17bddc85f980 brd: check and limit max_part par 7291351c00e1 microblaze: Prevent the overflow of the start 7ceb32672b1e asm-generic/tlb: add missing CONFIG symbol 7a48064a42e0 iwlwifi: mvm: Check the sta is not NULL in iwl_mvm_cfg_he_sta() 1656781d15c0 iwlwifi: mvm: Fix thermal zone registration 0448387729d9 nvme-pci: remove nvmeq->tags 1d0fbf3e2687 nvmet: Pass lockdep expression to RCU lists d5461fdd9645 irqchip/gic-v3-its: Reference to its_invall_cmd descriptor when building INVALL 793137b0511c bcache: fix incorrect data type usage in btree_flush_write() 57a180a630d8 bcache: explicity type cast in bset_bkey_last() 374eec821858 bcache: fix memory corruption in bch_cache_accounting_clear() dc8c75f35374 reiserfs: prevent NULL pointer dereference in reiserfs_insert_item() 23b88b51de5c lib/scatterlist.c: adjust indentation in __sg_alloc_table 5a553bd43f59 ocfs2: fix a NULL pointer dereference when call ocfs2_update_inode_fsync_trans() 799c4c1e389f ocfs2: make local header paths relative to C files 7a97311de48d btrfs: do not do delalloc reservation under page lock a531e6ba85a0 powerpc: Do not consider weak unresolved symbol relocations as bad 528c36e14b17 radeon: insert 10ms sleep in dce5_crtc_load_lut 224c0751dfb7 trigger_next should increase position index e349287276c2 ftrace: fpid_next() should increase position index 8a7bfa3d97dc char: hpet: Fix out-of-bounds read bug 427f39e23326 drm/nouveau/disp/nv50-: prevent oops when no channel method map provided 39c6932240c5 irqchip/gic-v3: Only provision redistributors that are enabled in ACPI 074c4c43fce2 drm/amd/display: do not allocate display_mode_lib unnecessarily 1687b204ae83 rbd: work around -Wuninitialized warning bd4e1894166b ceph: check availability of mds cluster on mount after wait timeout 7288d5338c85 powerpc/mm: Don't log user reads to 0xffffffff 3ce3df5d00d0 bpf: map_seq_next should always increase position index 9a178494d05b cifs: fix NULL dereference in match_prepath 9c5ede115a6e cifs: Fix mount options set in automount 1d8e40cf86e4 cifs: fix unitialized variable poential problem with network I/O cache lock patch a2763f62baa4 iwlegacy: ensure loop counter addr does not wrap and cause an infinite loop 034c5f26d2bf rtw88: fix potential NULL skb access in TX ISR e7e4d0eaa639 hostap: Adjust indentation in prism2_hostapd_add_sta 32662df2d0bc ALSA: usb-audio: add quirks for Line6 Helix devices fw>=2.82 2ccaac382af0 ARM: 8951/1: Fix Kexec compilation issue. 16ec28640dc6 selftests/eeh: Bump EEH wait time to 60s 93df1b23b157 powerpc/pseries/lparcfg: Fix display of Maximum Memory 411327180703 jbd2: make sure ESHUTDOWN to be recorded in the journal superblock 314e25f4b0cf jbd2: switch to use jbd2_journal_abort() when failed to submit the commit record b911c5e8686a selftests: bpf: Reset global state between reuseport test runs 251c53a92b54 alarmtimer: Make alarmtimer platform device child of RTC device 777baa1baf63 iommu/vt-d: Remove unnecessary WARN_ON_ONCE() b5f6bf0fdd71 bcache: fix use-after-free in register_bcache() 393b8509be33 bcache: rework error unwinding in register_bcache f7d8ebf26d23 bcache: cached_dev_free needs to put the sb page 714cd4a5127a btrfs: Fix split-brain handling when changing FSID to metadata uuid dc22bc8a8626 btrfs: separate definition of assertion failure handlers 3420f1b304b3 media: uvcvideo: Add a quirk to force GEO GC6500 Camera bits-per-pixel value 3f6c8de753ed powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV 9d5fc7f14ef2 drm/nouveau/mmu: fix comptag memory leak 707518c16ba4 sunrpc: Fix potential leaks in sunrpc_cache_unhash() 46503858e275 ALSA: hda - Add docking station support for Lenovo Thinkpad T420s ea038a5270b5 bpf, btf: Always output invariant hit in pahole DWARF to BTF transform f11aefc9961d driver core: platform: fix u32 greater or equal to zero comparison 843eb0a8cf53 s390/ftrace: generate traced function stack frame 68c3cc414e08 s390: adjust -mpacked-stack support check for clang 10 838bddc295a0 x86/decoder: Add TEST opcode to Group3-2 a4f6948e57f0 objtool: Fix ARCH=x86_64 build error 59e2355bdfc5 kbuild: use -S instead of -E for precise cc-option test in Kconfig ba6ad897c3dc spi: spi-fsl-qspi: Ensure width is respected in spi-mem operations dbdc1c12966e ALSA: hda/hdmi - add retry logic to parse_intel_hdmi() fa7d320dbbbe irqchip/mbigen: Set driver .suppress_bind_attrs to avoid remove problems 27f3dc35fd59 regulator: core: Fix exported symbols to the exported GPL version 18eca3cb5dd9 remoteproc: Initialize rproc_class before use 496d6c021828 module: avoid setting info->name early in case we can fall back to info->mod->name 7303a0b0a537 btrfs: device stats, log when stats are zeroed f9ab58f9a2ab btrfs: safely advance counter when looking up bio csums ebf8e5411888 btrfs: fix possible NULL-pointer dereference in integrity checks 50b93369668b pwm: Remove set but not set variable 'pwm' adf4ab6d8312 ide: serverworks: potential overflow in svwks_set_pio_mode() e5c8d3abd927 cmd64x: potential buffer overflow in cmd64x_program_timings() 419035d75dbe pwm: omap-dmtimer: Remove PWM chip in .remove before making it unfunctional e7e6b53fea10 x86/mm: Fix NX bit clearing issue in kernel_map_pages_in_pgd 225a5b5bee00 f2fs: fix memleak of kobject 337c7b95e16e regulator: vctrl-regulator: Avoid deadlock getting and setting the voltage bf754c88865d ASoC: SOF: Intel: hda: Fix SKL dai count 84255fe86d07 debugobjects: Fix various data races 0b2ecef39d8e watchdog/softlockup: Enforce that timestamp is valid on boot d8a6a443ff0a perf/x86/amd: Constrain Large Increment per Cycle events f2323c374e49 sched/topology: Assert non-NUMA topology masks don't (partially) overlap 5d13f62b9ef6 sched/core: Fix size of rq::uclamp initialization 8da6ae7dcb16 arm64: dts: ti: k3-j721e-main: Add missing power-domains for smmu 88cf251d3c0d KVM: PPC: Remove set but not used variable 'ra', 'rs', 'rt' d4870a4343f3 EDAC/sifive: Fix return value check in ecc_register() 0a8f90d5654d drm/amd/display: fixup DML dependencies 304982d21e2b arm64: fix alternatives with LLVM's integrated assembler f68668292496 arm64: lse: fix LSE atomics with LLVM's integrated assembler b04235f1e11d RDMA/mlx5: Don't fake udata for kernel path da2d50868e59 ALSA: usb-audio: add implicit fb quirk for MOTU M Series 5a6f5b327fce crypto: essiv - fix AEAD capitalization and preposition use in help text 817faa4ed433 scsi: iscsi: Don't destroy session if there are outstanding connections 12b685be50c7 scsi: ufs-mediatek: add apply_dev_quirks variant operation 4fa2dd4eebfd scsi: ufs: pass device information to apply_dev_quirks 0016939be0ee f2fs: free sysfs kobject 06c34c604b13 f2fs: set I_LINKABLE early to avoid wrong access by vfs f51caa62dea1 ALSA: usb-audio: unlock on error in probe 480494e28a51 iommu/arm-smmu-v3: Use WRITE_ONCE() when changing validity of an STE 23d3f191a576 kbuild: remove *.tmp file when filechk fails 1fc9746acbb2 usb: musb: omap2430: Get rid of musb .set_vbus for omap2430 glue 9112d1ef5a1b perf/imx_ddr: Fix cpu hotplug state cleanup 994b203b619d drm/vmwgfx: prevent memory leak in vmw_cmdbuf_res_add 13d368cd1e13 gpiolib: Set lockdep class for hierarchical irq domains 7f0d9ac2621e dm thin: don't allow changing data device during thin-pool reload 74f42a77318e drm/nouveau/fault/gv100-: fix memory leak on module unload 18792937b064 drm/nouveau/drm/ttm: Remove set but not used variable 'mem' a94c84c5c4bc drm/nouveau: Fix copy-paste error in nouveau_fence_wait_uevent_handler 93672fa5b9b3 drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fw 63e00e2c80e5 drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new() 760baae7ab35 vme: bridges: reduce stack usage 76fac0e735c7 bpf: Return -EBADRQC for invalid map type in __bpf_tx_xdp_map be1113b4b415 ASoC: SOF: Intel: hda-dai: fix compilation warning in pcm_prepare a8b37e32415e driver core: Print device when resources present in really_probe() 3f6af05d1d1b driver core: platform: Prevent resouce overflow from causing infinite loops 11c759264c32 visorbus: fix uninitialized variable access 83f964dd14a7 misc: xilinx_sdfec: fix xsdfec_poll()'s return type 9087af8639c2 tty: synclink_gt: Adjust indentation in several functions 71faeca11055 tty: synclinkmp: Adjust indentation in several functions a922fa72a860 raid6/test: fix a compilation warning 6cfe307b5be7 ASoC: atmel: fix build error with CONFIG_SND_ATMEL_SOC_DMA=m 5bff3c470f84 ALSA: usb-audio: Add boot quirk for MOTU M Series d691d1e5836d ARM: dts: rockchip: add reg property to brcmf sub node for rk3188-bqedison2qc 7c32c479b1e0 arm64: dts: rockchip: add reg property to brcmf sub-nodes f9de6fb6e679 arm64: dts: rockchip: fix dwmmc clock name for px30 989a495ed9a3 clocksource: davinci: only enable clockevents once tim34 is initialized 48be6f9d2f7e wan: ixp4xx_hss: fix compile-testing on 64-bit 73f48c1004d4 x86/nmi: Remove irq_work from the long duration NMI handler b075c29e816c bnxt: Detach page from page pool before sending up the stack 1e703d621b9c Input: edt-ft5x06 - work around first register access error 2b1fd461067f rcu: Use WRITE_ONCE() for assignments to ->pprev for hlist_nulls 5f0a4eba2a88 efi/x86: Don't panic or BUG() on non-critical error conditions 5cf01eacd5c2 soc/tegra: fuse: Correct straps' address for older Tegra124 device trees 75d916c3b393 IB/hfi1: Add RcvShortLengthErrCnt to hfi1stats 9cfe6c21ff17 IB/hfi1: Add software counter for ctxt0 seq drop 8689967be56d staging: rtl8188: avoid excessive stack usage bfe29951e250 drm/mediatek: Add gamma property according to hardware capability 6ceef50235d1 udf: Fix free space reporting for metadata and virtual partitions 03560e4a19fe usbip: Fix unsafe unaligned pointer usage e653e1c05423 ARM: dts: stm32: Add power-supply for DSI panel on stm32f469-disco 6e86c4ce5d3a usb: dwc3: use proper initializers for property entries ab7edf7fa651 drm: remove the newline for CRC source name. 9d89ff3d27e0 RDMA/hns: Avoid printing address of mtt page 5a2a529974e1 mlx5: work around high stack usage with gcc 010cdc1be053 drm/amdkfd: Fix permissions of hang_hws 960671ac5065 iommu/vt-d: Avoid sending invalid page response 2aab9e9d1f3d iommu/vt-d: Match CPU and IOMMU paging mode 4ffdfc414d81 ACPI: button: Add DMI quirk for Razer Blade Stealth 13 late 2019 lid switch e9e24f2ca9a6 ASoC: Intel: sof_rt5682: Ignore the speaker amp when there isn't one. d00a15040454 vfio/spapr/nvlink2: Skip unpinning pages on error exit e44b48f5bb64 tools lib api fs: Fix gcc9 stringop-truncation compilation error 3e32b1282b11 net: phy: fixed_phy: fix use-after-free when checking link GPIO 4070a491bfcf ALSA: sh: Fix compile warning wrt const cf24ed82438c ALSA: hda/realtek - Apply mic mute LED quirk for Dell E7xx laptops, too 2417ea1d07a5 clk: uniphier: Add SCSSI clock gate for each channel 6447bfe82922 clk: Use parent node pointer during registration if necessary 6c7984312d35 ALSA: sh: Fix unused variable warnings 9f87fff25159 clk: sunxi-ng: add mux and pll notifiers for A64 CPU clock d1d92e97260f RDMA/rxe: Fix error type of mmap_offset c87c4d442b9f fbdev: fix numbering of fbcon options 67ca691658f5 ASoC: soc-topology: fix endianness issues 04361b8961d6 reset: uniphier: Add SCSSI reset control for each channel e39aac0e65f1 pinctrl: sh-pfc: sh7269: Fix CAN function GPIOs 9ed73297980b drm/fbdev: Fallback to non tiled mode if all tiles not present d3db7b78e7d6 PM / devfreq: rk3399_dmc: Add COMPILE_TEST and HAVE_ARM_SMCCC dependency 704582e6a714 PM / devfreq: exynos-ppmu: Fix excessive stack usage bc866376d7cd x86/vdso: Provide missing include file b5fe09b676de crypto: chtls - Fixed memory leak a739564c4c53 net: phy: realtek: add logging for the RGMII TX delay configuration 4783bf08f8d2 bpf: Print error message for bpftool cgroup show 8a7aa4feeaea dmaengine: imx-sdma: Fix memory leak f99958a96c7f dmaengine: Store module owner in dma_device struct 93a3eff6fab3 clk: actually call the clock init before any other callback of the clock fa0150ba88fa iommu/iova: Silence warnings under memory pressure 8c358435459b iommu/amd: Only support x2APIC with IVHD type 11h/40h b1b7add9d2de iommu/amd: Check feature support bit before accessing MSI capability registers 0c09d9dc8440 arm64: dts: qcom: db845c: Enable ath10k 8bit host-cap quirk ce591c921944 scsi: lpfc: Fix: Rework setting of fdmi symbolic node name registration 111749fba968 selinux: ensure we cleanup the internal AVC counters on error in avc_update() 069d2385f381 ARM: dts: r8a7779: Add device node for ARM global timer f9b42cb09d8b clk: renesas: rcar-gen3: Allow changing the RPC[D2] clocks d80f9dfe47ce drm/mediatek: handle events when enabling/disabling crtc 57cd234da28c crypto: inside-secure - add unspecified HAS_IOMEM dependency df0f4455a12f scsi: aic7xxx: Adjust indentation in ahc_find_syncrate f6ebbf46c3a8 scsi: ufs: Complete pending requests in host reset and restore path 8728001e1e41 nfsd: Clone should commit src file metadata too d67d31cb0e92 ACPICA: Disassembler: create buffer fields in ACPI_PARSE_LOAD_PASS1 3fa5ba7b1912 clk: qcom: smd: Add missing bimc clock 43ef7ad610dc drm/amdgpu: fix KIQ ring test fail in TDR of SRIOV 75423fdad259 orinoco: avoid assertion in case of NULL pointer 5a14db967b72 rtlwifi: rtl_pci: Fix -Wcast-function-type f20bc906af52 iwlegacy: Fix -Wcast-function-type 3acea3092a33 ipw2x00: Fix -Wcast-function-type bc8746721cdf b43legacy: Fix -Wcast-function-type 90053ff023da PCI: Add DMA alias quirk for PLX PEX NTB 27a35f09367f PCI: Add nr_devfns parameter to pci_add_dma_alias() dd77f77004b6 ALSA: usx2y: Adjust indentation in snd_usX2Y_hwdep_dsp_status b6c857e5e500 netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy 1e2b6e5f32aa fore200e: Fix incorrect checks of NULL pointer dereference 58bc57b373e0 r8169: check that Realtek PHY driver module is loaded cdd5b09bcbc0 samples/bpf: Set -fno-stack-protector when building BPF programs af77e76625be reiserfs: Fix spurious unlock in reiserfs_fill_super() error handling 6107a895e383 media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device macros cf03458ab2cf selftests/net: make so_txtime more robust to timer variance 687ef9c269b6 gpu/drm: ingenic: Avoid null pointer deference in plane atomic update e07c107a2483 Revert "nfp: abm: fix memory leak in nfp_abm_u32_knode_replace" 6a05af0b718a PCI: Increase D3 delay for AMD Ryzen5/7 XHCI controllers 5700b8073f03 PCI: Add generic quirk for increasing D3hot delay 1e7b1684de37 media: cx23885: Add support for AVerMedia CE310B a3a7f90936d7 PCI: iproc: Apply quirk_paxc_bridge() for module as well as built-in 76ce0e269b4a bus: ti-sysc: Implement quirk handling for CLKDM_NOAUTO 2fc336213605 ARM: dts: imx6: rdu2: Limit USBH1 to Full Speed f3e63a4ddf19 ARM: dts: imx6: rdu2: Disable WP for USDHC2 and USDHC3 dbe3806c7191 ARM: exynos_defconfig: Bring back explicitly wanted options 4ece124849a2 clk: imx: Add correct failure handling for clk based helpers 0685dfa0a2ff padata: validate cpumask without removed CPU during offline c3a007435359 arm64: dts: qcom: msm8996: Disable USB2 PHY suspend by core 0e44cd879ba1 selinux: ensure we cleanup the internal AVC counters on error in avc_insert() 5fed8c513adb opp: Free static OPPs on errors while adding them ef6b35dfe142 arm: dts: allwinner: H3: Add PMU node 5a241d7bf1e6 arm64: dts: allwinner: H5: Add PMU node 02dfae36b03f arm64: dts: allwinner: H6: Add PMU mode 5f0a50b0a37d NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu(). 53d9b08dc80d net/wan/fsl_ucc_hdlc: reject muram offsets above 64K 12ba455b1d28 regulator: rk808: Lower log level on optional GPIOs being not available bae02d239a38 ASoC: intel: sof_rt5682: Add support for tgl-max98357a-rt5682 fa54ae038c95 ASoC: intel: sof_rt5682: Add quirk for number of HDMI DAI's 4c50665fc968 modules: lockdep: Suppress suspicious RCU usage warning fa0316aaf094 arm64: dts: rockchip: Fix NanoPC-T4 cooling maps 3a28e0701264 drm/panel: simple: Add Logic PD Type 28 display support c3c3f3449b8c drm/amdgpu: Ensure ret is always initialized when using SOC15_WAIT_ON_RREG ddbdf757a7ef ath10k: correct the tlv len of ath10k_wmi_tlv_op_gen_config_pno_start 69c12b79e9e2 drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connector_info_from_object_table ad9728b377a6 bpf, sockhash: Synchronize_rcu before free'ing map 25c85d8574d8 drm/amdkfd: Fix a bug in SDMA RLC queue counting under HWS mode dff5d0fc77a5 clk: qcom: rcg2: Don't crash if our parent can't be found; return an error 8d122cd0d266 clk: qcom: Don't overwrite 'cfg' in clk_rcg2_dfs_populate_freq() 8ba34cdadba3 kconfig: fix broken dependency in randconfig-generated .config 39a708219509 block, bfq: do not plug I/O for bfq_queues with no proc refs b0d5c881d36e drivers/block/zram/zram_drv.c: fix error return codes not being returned in writeback_store 53aaa9f1a638 Btrfs: keep pages dirty when using btrfs_writepage_fixup_worker 3aa694d0e112 KVM: s390: ENOTSUPP -> EOPNOTSUPP fixups 25cbba5d4e14 nbd: add a flush_workqueue in nbd_start_device 201fdd62bb23 tracing: Simplify assignment parsing for hist triggers 7bc84d854017 drm/amd/display: Retrain dongles when SINK_COUNT becomes non-zero 806f57ec2b52 rtc: i2c/spi: Avoid inclusion of REGMAP support when not needed b752d473b1fb selftests: settings: tests can be in subsubdirs 6f65dd66ea6f brcmfmac: sdio: Fix OOB interrupt initialization on brcm43362 abf8d588e3b1 rtw88: fix rate mask for 1SS chip 3eee03d0ffb8 ath10k: Correct the DMA direction for management tx buffers 494c30b80550 ext4, jbd2: ensure panic when aborting with zero errno 8343f165f3d4 ARM: 8952/1: Disable kmemleak on XIP kernels 8c72748e9f6a tracing: Fix very unlikely race of registering two stat tracers 75225eee8715 tracing: Fix tracing_stat return values in error handling paths 8be3ac46ef80 powerpc/iov: Move VF pdev fixup into pcibios_fixup_iov() 256e52a1a915 s390/pci: Fix possible deadlock in recover_store() 37ea6d15b197 wan/hdlc_x25: fix skb handling 77b131f652d4 dmaengine: fsl-qdma: fix duplicated argument to && d30a4882e630 udf: Allow writing to 'Rewritable' partitions a3536e5589c7 pwm: omap-dmtimer: Simplify error handling 971579fae1b4 x86/sysfb: Fix check for bad VRAM size 7828a927b850 clk: ti: dra7: fix parent for gmac_clkctrl 2d7fa7564bc4 ext4: fix deadlock allocating bio_post_read_ctx from mempool c982320078dd jbd2: clear JBD2_ABORT flag before journal_reset to update log tail info when load journal 56953ccd7f00 kselftest: Minimise dependency of get_size on C library interfaces 6aa96ec9c196 drm/amd/display: Clear state after exiting fixed active VRR state c7fc72092134 clocksource/drivers/bcm2835_timer: Fix memory leak of timer 9f0414eed212 usb: dwc2: Fix IN FIFO allocation 2cea5895b69d usb: gadget: udc: fix possible sleep-in-atomic-context bugs in gr_probe() 531d0ac5fbbd drm/nouveau/nouveau: fix incorrect sizeof on args.src an args.dst d34ecf4949de spi: fsl-lpspi: fix only one cs-gpio working 9f3a2e147f0e drm/amdgpu/sriov: workaround on rev_id for Navi12 under sriov 750a95d63746 uio: fix a sleep-in-atomic-context bug in uio_dmem_genirq_irqcontrol() b2f28d11f2a1 raid6/test: fix a compilation error 448563605d98 net: ethernet: ixp4xx: Standard module init b5d649f14470 sparc: Add .exit.data section. c09d0bd924ac MIPS: Loongson: Fix potential NULL dereference in loongson3_platform_init() ed140997f80c efi/x86: Map the entire EFI vendor string before copying it 04a5bebd7789 pinctrl: baytrail: Do not clear IRQ flags on direct-irq enabled pins 9ad79d4fa032 IB/core: Let IB core distribute cache update events f606721660a6 kernel/module: Fix memleak in module_add_modinfo_attrs() fc3c0fc85d69 media: sti: bdisp: fix a possible sleep-in-atomic-context bug in bdisp_device_run() bc4730880281 char/random: silence a lockdep splat with printk() 0b455673e7c4 x86/fpu: Deactivate FPU state after failure during state load 9b743915bd00 iommu/vt-d: Fix off-by-one in PASID allocation 739abce96dd0 gpio: gpio-grgpio: fix possible sleep-in-atomic-context bugs in grgpio_irq_map/unmap() e715aa99c502 clk: meson: meson8b: make the CCF use the glitch-free mali mux 271b18405eb0 powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number 2f812301bacf clk: at91: sam9x60: fix programmable clock prescaler e1e1cdbc646f media: sun4i-csi: Fix [HV]sync polarity handling 65fbde986aef media: sun4i-csi: Fix data sampling polarity handling f5076ea1bc9d media: sun4i-csi: Deal with DRAM offset cb514c01f6e4 media: i2c: mt9v032: fix enum mbus codes and frame sizes ecb8ea6f93e5 media: ov5640: Fix check for PLL1 exceeding max allowed rate 9c76a7b28edc pxa168fb: Fix the function used to release some memory in an error handling path 4a8bb7ce9f0b drm/msm/adreno: fix zap vs no-zap handling 4aa148666a70 drm/mipi_dbi: Fix off-by-one bugs in mipi_dbi_blank() d21cc4ea7a82 printk: fix exclusive_console replaying f46afae807aa pinctrl: sh-pfc: sh7264: Fix CAN function GPIOs fcc0000109b0 gianfar: Fix TX timestamping with a stacked DSA driver c324effa6d9d ALSA: ctl: allow TLV read operation for callback type of element in locked case 4125714ce1d6 ext4: fix ext4_dax_read/write inode locking sequence for IOCB_NOWAIT 348a7ccdb9f0 leds: pca963x: Fix open-drain initialization 4e2d5e3eb865 drm/amd/display: Map ODM memory correctly when doing ODM combine b3224bf30709 PCI: Fix pci_add_dma_alias() bitmask size 071963d37143 brcmfmac: Fix use after free in brcmf_sdio_readframes() 55195593a8c6 brcmfmac: Fix memory leak in brcmf_p2p_create_p2pdev() c4d0a90b5029 cpu/hotplug, stop_machine: Fix stop_machine vs hotplug order 4d7f8ca608b2 clk: meson: pll: Fix by 0 division in __pll_params_to_rate() 343fc9a26887 media: meson: add missing allocation failure check on new_buf 85275286d118 f2fs: call f2fs_balance_fs outside of locked page 678b25bfd983 f2fs: preallocate DIO blocks when forcing buffered_io 255edefeb0b8 rcu: Fix data-race due to atomic_t copy-by-value b7725deb9d61 rcu: Fix missed wakeup of exp_wq waiters 3ece067c12e1 rcu/nocb: Fix dump_tree hierarchy print always active 2339f7a55c84 drm/qxl: Complete exception handling in qxl_device_init() 3deb6e993ec4 wil6210: fix break that is never reached because of zero'ing of a retry counter 281ebbcdee49 ath10k: Fix qmi init error handling 726196728c2c drm/gma500: Fixup fbdev stolen size usage evaluation 60e055d59d0e net/sched: flower: add missing validation of TCA_FLOWER_FLAGS 58cd462bc5b1 net/sched: matchall: add missing validation of TCA_MATCHALL_FLAGS d9bc012b4a47 net: dsa: tag_qca: Make sure there is headroom for tag 42dd56266b9f net/smc: fix leak of kernel memory to user space f1f2eea30d19 enic: prevent waking up stopped tx queues over watchdog reset 8f22873582a7 core: Don't skip generic XDP program execution for cloned SKBs 77ceb1b578bf Merge tag 'v5.4.21' into release/qcomlt-5.4 2d636a1263be Linux 5.4.21 c10cfc131c0b mmc: core: Rework wp-gpio handling b0ad23142a2a gpio: add gpiod_toggle_active_low() 2cbbe28c734b KVM: x86/mmu: Fix struct guest_walker arrays for 5-level paging ac3aea49cc35 ext4: choose hardlimit when softlimit is larger than hardlimit in ext4_statfs_project() 9275ae515385 jbd2: do not clear the BH_Mapped flag when forgetting a metadata buffer f09998f7a11f jbd2: move the clearing of b_modified flag to the journal_unmap_buffer() 0e365eafbcaa Revert "drm/sun4i: drv: Allow framebuffer modifiers in mode config" 590d35beddcc NFSv4.1 make cachethis=no for writes 7bee7eabf0ed perf stat: Don't report a null stalled cycles per insn metric 1164c3380958 KVM: x86: Mask off reserved bit from #DB exception payload ec86856b4672 arm64: dts: fast models: Fix FVP PCI interrupt-map property 51a610a5c88d cifs: fix mount option display for sec=krb5i db5a68ffad2a mac80211: fix quiet mode activation in action frames 671338889e8f hwmon: (pmbus/ltc2978) Fix PMBus polling of MFR_COMMON definitions. 98509dfe6f25 perf/x86/intel: Fix inaccurate period in context switch for auto-reload 1d2a31baf6b6 spmi: pmic-arb: Set lockdep class for hierarchical irq domains 9f6f61c61a84 sched/uclamp: Reject negative values in cpu_uclamp_write() 115402ee80ce s390/time: Fix clk type in get_tod_clock ae88de70c254 RDMA/core: Fix protection fault in get_pkey_idx_qp_list 2c753af06f23 RDMA/rxe: Fix soft lockup problem due to using tasklets in softirq 8662e612ae4c RDMA/hfi1: Fix memory leak in _dev_comp_vect_mappings_create b860a4524217 RDMA/iw_cxgb4: initiate CLOSE when entering TERM c60c4b4b6bf2 RDMA/core: Fix invalid memory access in spec_filter_size 8a14f01c4d0f IB/umad: Fix kernel crash while unloading ib_umad 6603342a6060 IB/rdmavt: Reset all QPs when the device is shut down b16dfda32ca5 IB/hfi1: Close window for pq and request coliding 327f33e54c7f IB/hfi1: Acquire lock to release TID entries when user file is closed e30e30c042fe IB/mlx5: Return failure when rts2rts_qp_counters_set_id is not supported cf0ea974b6a2 drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write 5e9f573dc8e7 nvme: fix the parameter order for nvme_get_log in nvme_get_fw_slot_info fa3c053b8313 bus: moxtet: fix potential stack buffer overflow 279c15b917ec drm/panfrost: Make sure the shrinker does not reclaim referenced BOs 3ea7f138cec1 drm/vgem: Close use-after-free race in vgem_gem_create 9ea66515918e s390/uv: Fix handling of length extensions 9e6874da9446 s390/pkey: fix missing length of protected key on return ebc3ddc1a255 perf/x86/amd: Add missing L2 misses event spec to AMD Family 17h's event map db6f68908bce KVM: nVMX: Use correct root level for nested EPT shadow page tables ce8b9b8032bd EDAC/mc: Fix use-after-free and memleaks during device removal b2e977a9731f EDAC/sysfs: Remove csrow objects on errors 03f6c2bf9562 cifs: make sure we do not overflow the max EA buffer size ff04f342f8c4 xprtrdma: Fix DMA scatter-gather list mapping imbalance 22f15745c4e7 arm64: ssbs: Fix context-switch when SSBS is present on all CPUs 4267ba3bac6d gpio: xilinx: Fix bug where the wrong GPIO register is written to 8791bb8f8471 ARM: npcm: Bring back GPIOLIB support cafaf6bcce60 btrfs: log message when rw remount is attempted with unclean tree-log 2655c88c03e8 btrfs: print message when tree-log replay starts f3cdf024ed19 btrfs: ref-verify: fix memory leaks bf4a9715a914 Btrfs: fix race between using extent maps and merging them c43f560acc85 ext4: improve explanation of a mount failure caused by a misconfigured kernel 94f0fe04da78 ext4: add cond_resched() to ext4_protect_reserved_inode 5b0a26514d6c ext4: fix checksum errors with indexed dirs 449e607322d7 ext4: fix support for inode sizes > 1024 bytes f080204b677d ext4: don't assume that mmp_nodename/bdevname have NUL 86c30da1b684 ALSA: usb-audio: Add clock validity quirk for Denon MC7000/MCX8000 67d49871f8e4 ALSA: usb-audio: sound: usb: usb true/false for bool return type c3b35c87e5b6 ACPI: PM: s2idle: Prevent spurious SCIs from waking up the system 303740645567 ACPICA: Introduce acpi_any_gpe_status_set() 0671627a5faa ACPI: PM: s2idle: Avoid possible race related to the EC GPE b9f78af90d92 ACPI: EC: Fix flushing of pending work 25487999ca3a ALSA: usb-audio: Apply sample rate quirk for Audioengine D1 2b7e7004970a ALSA: hda/realtek - Fix silent output on MSI-GL73 1e73c5eae8c6 ALSA: hda/realtek - Add more codec supported Headset Button c28273b42c95 ALSA: usb-audio: Fix UAC2/3 effect unit parsing 2323beb68436 Input: synaptics - remove the LEN0049 dmi id from topbuttonpad list efca0d73501a Input: synaptics - enable SMBus on ThinkPad L470 c6426ba5731b Input: synaptics - switch T470s to RMI4 by default 27dfbcc2f53d Linux 5.4.20 2d8fdc5744ff selinux: fall back to ref-walk if audit is required ae7f404d9227 libertas: make lbs_ibss_join_existing() return error code on rates overflow 61087dce64a5 libertas: don't exit from lbs_ibss_join_existing() with RCU read lock held 3c822e1f3118 mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv() c5b071e3f44d mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status() 2cf2b620af7b dmaengine: axi-dmac: add a check for devm_regmap_init_mmio eada328f7f9b clk: meson: g12a: fix missing uart2 in regmap table 3cfb0b360b37 mfd: max77650: Select REGMAP_IRQ in Kconfig 3b9586e82c90 regmap: fix writes to non incrementing registers 4eb12ef7491d pinctrl: sh-pfc: r8a7778: Fix duplicate SDSELF_B and SD1_CLK_B 7b07d15aa5b4 pinctrl: sh-pfc: r8a77965: Fix DU_DOTCLKIN3 drive/bias control 875e01dd8a97 selinux: fix regression introduced by move_mount(2) syscall 3b2e595dfe2b selinux: revert "stop passing MAY_NOT_BLOCK to the AVC upon follow_link" 837c36e0451f bcache: avoid unnecessary btree nodes flushing in btree_flush_write() 7c71d438e7e5 dt-bindings: iio: adc: ad7606: Fix wrong maxItems value d15a2930f6d7 media: i2c: adv748x: Fix unsafe macros 30dd20c6d0e3 drivers: watchdog: stm32_iwdg: set WDOG_HW_RUNNING at probe 8dfa11837606 crypto: caam/qi2 - fix typo in algorithm's driver name 1f42c6de7b94 crypto: atmel-sha - fix error handling when setting hmac key fb42d3f4ec86 crypto: artpec6 - return correct error code for failed setkey() ee1c6b1aa9dc crypto: testmgr - don't try to decrypt uninitialized buffers 771fd0b2e8bf mtd: sharpslpart: Fix unsigned comparison to zero 1765aaef1753 mtd: onenand_base: Adjust indentation in onenand_read_ops_nolock 7df80a021f66 arm64: nofpsmid: Handle TIF_FOREIGN_FPSTATE flag cleanly 0ec337059d71 KVM: arm64: Treat emulated TVAL TimerValue as a signed 32-bit integer a17d21640453 KVM: arm64: pmu: Fix chained SW_INCR counters a6229d1b5c22 KVM: arm64: pmu: Don't increment SW_INCR if PMCR.E is unset 93a509cf1182 KVM: arm: Make inject_abt32() inject an external abort instead 9cce31930ad3 KVM: arm: Fix DFSR setting for non-LPAE aarch32 guests 48f9ec2020b3 KVM: arm/arm64: Fix young bit from mmu notifier 537493f1460a arm64: ptrace: nofpsimd: Fail FP/SIMD regset operations 37014cee458c arm64: cpufeature: Set the FP/SIMD compat HWCAP bits properly 1a2b07a2c3dd arm64: cpufeature: Fix the type of no FP/SIMD capability ba95651cefe1 sched/uclamp: Fix a bug in propagating uclamp value in new cgroups 5d42957c9045 ARM: 8949/1: mm: mark free_memmap as __init 199808393ef7 KVM: arm/arm64: vgic-its: Fix restoration of unmapped collections c406e5352155 ARM: at91: pm: use of_device_id array to find the proper shdwc node 69f08f44b4c1 ARM: at91: pm: use SAM9X60 PMC's compatible 451b91d88a1d iommu/arm-smmu-v3: Populate VMID field for CMDQ_OP_TLBI_NH_VA c4faf627c76e powerpc/pseries: Allow not having ibm, hypertas-functions::hcall-multi-tce for DDW cff30edec932 powerpc/pseries/vio: Fix iommu_table use-after-free refcount warning 5ca556d5edfd powerpc/papr_scm: Fix leaking 'bus_desc.provider_name' in some paths 05a23f436471 powerpc/ptdump: Only enable PPC_CHECK_WX with STRICT_KERNEL_RWX 17f37249d7db powerpc/ptdump: Fix W+X verification call in mark_rodata_ro() 6d7edac1469e Revert "powerpc/pseries/iommu: Don't use dma_iommu_ops on secure guests" 45c764da005a soc: qcom: rpmhpd: Set 'active_only' for active only power domains 0bf48acf4338 tools/power/acpi: fix compilation error 5d3453a5660b ARM: dts: at91: sama5d3: define clock rate range for tcb1 581a5fbf4f6d ARM: dts: at91: sama5d3: fix maximum peripheral clock rates 8e8802c93509 ARM: dts: meson8b: use the actual frequency for the GPU's 364MHz OPP 16665fffafee ARM: dts: meson8: use the actual frequency for the GPU's 182.1MHz OPP 3d2d8cd29c1b arm64: dts: marvell: clearfog-gt-8k: fix switch cpu port node c44134c2a287 arm64: dts: renesas: r8a77990: ebisu: Remove clkout-lr-synchronous from sound 6f9da85057c1 ARM: dts: am43xx: add support for clkout1 clock bd13285419b9 ARM: dts: at91: Reenable UART TX pull-ups d01521db86ac arm64: dts: uDPU: fix broken ethernet 5ee40005f420 arm64: dts: qcom: msm8998: Fix tcsr syscon size bc684844e7e0 platform/x86: intel_mid_powerbtn: Take a copy of ddata b09e3d3e79cf ARC: [plat-axs10x]: Add missing multicast filter number to GMAC node 2de1af2bcba0 watchdog: qcom: Use platform_get_irq_optional() for bark irq f599ae7529e6 rtc: cmos: Stop using shared IRQ 7a3aa58c0e02 rtc: hym8563: Return -EINVAL if the time is known to be invalid ffad5982ce58 x86/boot: Handle malformed SRAT tables during early ACPI parsing f4818129947c NFSv4.0: nfs4_do_fsinfo() should not do implicit lease renewals cf360732f811 NFSv4: try lease recovery on NFS4ERR_EXPIRED 5d0a6d77b69c NFSv4: pnfs_roc() must use cred_fscmp() to compare creds 86065de0eb0a NFS: Fix fix of show_nfs_errors 5d7030939d22 NFS/pnfs: Fix pnfs_generic_prepare_to_resend_writes() 1ef47a06d2d4 NFS: Revalidate the file size on a fatal write error b7560b5b72a2 nfs: NFS_SWAP should depend on SWAP 7842c7b30d75 bpf, sockmap: Check update requirements after locking 45d7b0e316d9 bpf: Improve bucket_log calculation logic cb675fde4c44 selftests/bpf: Test freeing sockmap/sockhash with a socket in it 1098f9696152 bpf, sockhash: Synchronize_rcu before free'ing map 657a17ce530e bpf, sockmap: Don't sleep while holding RCU lock on tear-down 1dfc34bd009a bpftool: Don't crash on missing xlated program instructions ec81471a70d1 iwlwifi: mvm: avoid use after free for pmsr request b706a4986382 PCI/AER: Initialize aer_fifo b51ac6e721d5 PCI: Don't disable bridge BARs when assigning bus resources 67016624a0be PCI: tegra: Fix afi_pex2_ctrl reg offset for Tegra30 df26f04f23bd PCI/switchtec: Fix vep_vector_number ioread width b72b8d0725b0 PCI/switchtec: Use dma_set_mask_and_coherent() 15818c08ca79 ath10k: pci: Only dump ATH10K_MEM_REGION_TYPE_IOREG when safe 4f0e6425a2da PCI/IOV: Fix memory leak in pci_iov_add_virtfn() da268240fb0a scsi: ufs: Fix ufshcd_probe_hba() reture value in case ufshcd_scsi_add_wlus() fails 21702236f352 RDMA/umem: Fix ib_umem_find_best_pgsz() 56b22525ab80 RDMA/cma: Fix unbalanced cm_id reference count during address resolve b73401025a14 RDMA/uverbs: Verify MR access flags 78923675151e RDMA/core: Fix locking in ib_uverbs_event_read 33daaea78a1f RDMA/i40iw: fix a potential NULL pointer dereference b1f90d263a3b RDMA/netlink: Do not always generate an ACK for some netlink operations 839fb9e04cd7 IB/mlx4: Fix leak in id_map_find_del 996dc3d50add IB/srp: Never use immediate data if it is disabled by a user 56f5f41e80b3 IB/mlx4: Fix memory leak in add_gid error flow b96c27b1891b hv_sock: Remove the accept port restriction f7775193b643 ASoC: pcm: update FE/BE trigger order based on the command d6591ea2dd1a Linux 5.4.19 866323ccc138 powerpc/kuap: Fix set direction in allow/prevent_user_access() 3556d66be3f1 regulator fix for "regulator: core: Add regulator_is_equal() helper" 0f51165c22e4 rxrpc: Fix service call disconnection 743823969080 perf/core: Fix mlock accounting in perf_mmap() d1318034e9e9 clocksource: Prevent double add_timer_on() for watchdog_timer d15b033e9603 x86/apic/msi: Plug non-maskable MSI affinity race b64d7f7af8f9 cifs: fail i/o on soft mounts if sessionsetup errors out 3e3e8551a5a2 KVM: Play nice with read-only memslots when querying host page size 7426ddf01f16 KVM: Use vcpu-specific gva->hva translation when querying host page size 09bd0033df05 KVM: nVMX: vmread should not set rflags to specify success in case of #PF 1d6cfa003c21 KVM: x86: fix overlap between SPTE_MMIO_MASK and generation 8a1cd01bee30 KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVM fc46f8a115e5 KVM: x86: use CPUID to locate host page table reserved bits f805ec37828b KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVM 59593aed7e9e drm/dp_mst: Remove VCPI while disabling topology mgr 498742625716 btrfs: free block groups after free'ing fs trees 26ca39ac5593 btrfs: use bool argument in free_root_pointers() d0d327fe37cc x86/timer: Don't skip PIT setup when APIC is disabled or in legacy mode 8fbabd15bdbc mfd: bd70528: Fix hour register mask 555b3025e8fa mfd: rn5t618: Mark ADC control register volatile 3cf5733a2db7 mfd: da9062: Fix watchdog compatible string 9af68afd832f ASoC: Intel: skl_hda_dsp_common: Fix global-out-of-bounds bug 207014751cd1 net/mlx5: Deprecate usage of generic TLS HW capability bit 70b68add8d65 net/mlx5: Fix deadlock in fs_core 0fea83e06f12 drop_monitor: Do not cancel uninitialized work item 2b2de489c823 qed: Fix timestamping issue for L2 unicast ptp packets. 036ecba2eb99 ipv6/addrconf: fix potential NULL deref in inet6_set_link_af() 7fd6c4da37d4 taprio: Fix dropping packets when using taprio + ETF offloading a5b959885c45 taprio: Use taprio_reset_tc() to reset Traffic Classes configuration ee6adcf2c318 taprio: Add missing policy validation for flags d544302521af taprio: Fix still allowing changing the flags during runtime 47578c894979 taprio: Fix enabling offload with wrong number of traffic classes 4c4153375b67 net: macb: Limit maximum GEM TX length in TSO 96ad794892e7 net: macb: Remove unnecessary alignment check for TSO 9211b26dcfee net/mlx5: IPsec, fix memory leak at mlx5_fpga_ipsec_delete_sa_ctx 0be678f179e0 net/mlx5: IPsec, Fix esp modify function attribute 74888191bb13 net: systemport: Avoid RBUF stuck in Wake-on-LAN mode 8526c3b6e753 net: stmmac: fix a possible endless loop ebf9cdfbcd38 net_sched: fix a resource leak in tcindex_set_parms() 6994d92ed59a net: mvneta: move rx_dropped and rx_errors in per-cpu stats 76e828ceafee net: dsa: microchip: enable module autoprobe 07d7fcb1dd29 net: dsa: bcm_sf2: Only 7278 supports 2Gb/sec IMP port 84e4db766fc6 net: dsa: b53: Always use dev->vlan_enabled in b53_configure_vlan() fddb5a50801a dpaa_eth: support all modes with rate adapting PHYs 3f90dce11916 devlink: report 0 after hitting end in region read 6978e2935c74 bonding/alb: properly access headers in bond_alb_xmit() 0a56a2e1624a ASoC: sgtl5000: Fix VDDA and VDDIO comparison 67d5b7a1f971 regulator: core: Add regulator_is_equal() helper c533cf50fdf6 ubifs: Fix memory leak from c->sup_node fa70d4f7f8e0 ubi: Fix an error pointer dereference in error handling code 6f362620793b ubi: fastmap: Fix inverted logic in seen selfcheck c6d07f6e50e4 virtio_balloon: Fix memory leaks on errors in virtballoon_probe() 3ac13462f55a virtio-balloon: Fix memory leak when unloading while hinting is in progress 7eece787ed82 nfsd: Return the correct number of bytes written to the file e94829641e69 nfsd: fix jiffies/time_t mixup in LRU list 9f3fa8bea96d nfsd: fix delay timer on 32-bit architectures 0d1dacfda0e5 IB/core: Fix ODP get user pages flow 320a24fae280 IB/mlx5: Fix outstanding_pi index for GSI qps b4d104ce6dfe net: tulip: Adjust indentation in {dmfe, uli526x}_init_module 9b14bd934ce3 net: smc911x: Adjust indentation in smc911x_phy_configure 761b51409246 ppp: Adjust indentation into ppp_async_input bd1bac782d92 NFC: pn544: Adjust indentation in pn544_hci_check_presence da535ca18ef5 drm: msm: mdp4: Adjust indentation in mdp4_dsi_encoder_enable bf45386cef7e powerpc/44x: Adjust indentation in ibm4xx_denali_fixup_memsize 0a7473b27eb9 ext2: Adjust indentation in ext2_fill_super 421b77ae26f4 phy: qualcomm: Adjust indentation in read_poll_timeout 55a268cf341f mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two 3c9edf55817a scsi: ufs: Recheck bkops level if bkops is disabled 5f8c02d32223 scsi: qla4xxx: Adjust indentation in qla4xxx_mem_free bdc7651e6164 scsi: csiostor: Adjust indentation in csio_device_reset 454db8d6163b scsi: qla2xxx: Fix the endianness of the qla82xx_get_fw_size() return type 05dceb5a62ce ASoC: meson: axg-fifo: fix fifo threshold setup 7c662f69fa05 percpu: Separate decrypted varaibles anytime encryption can be enabled 59c458d51099 broken ping to ipv6 linklocal addresses on debian buster 07fbef9a6e18 fix up iter on short count in fuse_direct_io() e0fc65ef8a60 virtio-pci: check name when counting MSI-X vectors f603b3714e4e virtio-balloon: initialize all vq callbacks fe84d084b2e9 drm/amd/dm/mst: Ignore payload update failures f4bda8b61e7c clk: tegra: Mark fuse clock as critical 806cabd3117f mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flush 091c96151279 arm64: dts: qcom: qcs404-evb: Set vdd_apc regulator in high power mode ed53278ee834 mm/page_alloc.c: fix uninitialized memmaps on a partially populated last section 03c03090c3aa ocfs2: fix oops when writing cloned file 6e41b5499960 KVM: s390: do not clobber registers during guest reset/store status b1f9f9b84374 KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest" 58e1e7514f06 KVM: x86: Ensure guest's FPU state is loaded when accessing for emulation a6ff6e0546d0 KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu() e3a37628c46d KVM: x86: Free wbinvd_dirty_mask if vCPU creation fails 9d9933f7f3f4 KVM: x86: Don't let userspace set host-reserved cr4 bits 715f9f9a0768 KVM: VMX: Add non-canonical check on writes to RTIT address MSRs 2aebc6ed84ef x86/KVM: Clean up host's steal time structure f7c1a6c67ff3 x86/kvm: Cache gfn to pfn translation d71eef9fcc0b x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missed a3db2949904b x86/kvm: Introduce kvm_(un)map_gfn() 68460ceba319 x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bit d0671151c2b9 kvm/svm: PKU not currently supported 9213699efd1f KVM: PPC: Book3S PR: Free shared page if mmu initialization fails b2301deda8ce KVM: PPC: Book3S HV: Uninit vCPU if vcore creation fails 0718e2d3dc54 KVM: x86: Fix potential put_fpu() w/o load_fpu() on MPX platform 72324a1db6a1 KVM: x86: Protect MSR-based index computations in fixed_msr_to_seg_unit() from Spectre-v1/L1TF attacks 2fb35312c070 KVM: x86: Protect x86_decode_insn from Spectre-v1/L1TF attacks f2a514318263 KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks in x86.c a07fdd5fcb30 KVM: x86: Protect ioapic_read_indirect() from Spectre-v1/L1TF attacks c09be769b48d KVM: x86: Protect MSR-based index computations in pmu.h from Spectre-v1/L1TF attacks 2f8a13754e05 KVM: x86: Protect ioapic_write_indirect() from Spectre-v1/L1TF attacks c8a6b5918942 KVM: x86: Protect kvm_hv_msr_[get|set]_crash_data() from Spectre-v1/L1TF attacks bf13472e5c05 KVM: x86: Protect kvm_lapic_reg_write() from Spectre-v1/L1TF attacks 8b73ccf4b475 KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacks c2b02d093a08 KVM: x86: Protect pmu_intel.c from Spectre-v1/L1TF attacks 79777eb82c23 KVM: x86: Refactor prefix decoding to prevent Spectre-v1/L1TF attacks 443fd0049dcf KVM: x86: Refactor picdev_write() to prevent Spectre-v1/L1TF attacks 8dcbf26833cc aio: prevent potential eventfd recursion on poll 844d2025b68d eventfd: track eventfd_signal() recursion depth d5d6b5887241 bcache: add readahead cache policy options via sysfs interface f158399c1fe9 watchdog: fix UAF in reboot notifier handling in watchdog core code c157da57304e xen/balloon: Support xend-based toolstack take two 726599c63799 tools/kvm_stat: Fix kvm_exit filter name 7a19bd6fe21b media: rc: ensure lirc is initialized before registering input device fd52d88c1dd8 media: iguanair: fix endpoint sanity check ae116f21b24a drm/rect: Avoid division by zero 5b442859ab80 drm: atmel-hlcdc: prefer a lower pixel-clock than requested d065ae83dff8 drm: atmel-hlcdc: enable clock before configuring timing engine 6421785d17e1 drm: atmel-hlcdc: use double rate for pixel clock only if supported ae35ac3c4b08 gfs2: fix O_SYNC write handling 637348690865 gfs2: move setting current->backing_dev_info c61b93fae603 gfs2: fix gfs2_find_jhead that returns uninitialized jhead with seq 0 65afa6958134 sunrpc: expiry_time should be seconds not timeval 301763168c5f mwifiex: fix unbalanced locking in mwifiex_process_country_ie() 535a755d6e6d iwlwifi: don't throw error when trying to remove IGTK cbe53807a14d ARM: tegra: Enable PLLP bypass during Tegra124 LP1 9e78c0e74261 btrfs: Correctly handle empty trees in find_first_clear_extent_bit d82ff2d6406d btrfs: flush write bio if we loop in extent_write_cache_pages 5e7a9ad78d56 Btrfs: fix race between adding and putting tree mod seq elements and nodes ce066845584a btrfs: drop log root for dropped roots 7baf8f665b77 btrfs: set trans->drity in btrfs_commit_transaction 78748f249199 Btrfs: fix infinite loop during fsync after rename operations 79a29dee9024 Btrfs: make deduplication with range including the last block work ddb36ab79b11 Btrfs: fix missing hole after hole punching and fsync when using NO_HOLES f0edd3abee0d ext4: fix race conditions in ->d_compare() and ->d_hash() d44fa04f0864 ext4: fix deadlock allocating crypto bounce page from mempool b19f130269c0 jbd2_seq_info_next should increase position index 6282102dbcbf nfsd: fix filecache lookup 4544a6912416 NFS: Directory page cache pages need to be locked when read 293cdcd89b6c NFS: Fix memory leaks and corruption in readdir 8d313c04b425 scsi: qla2xxx: Fix unbound NVME response length 246a54895ac6 powerpc/futex: Fix incorrect user access blocking eee7a67c0391 crypto: picoxcell - adjust the position of tasklet_init and fix missed tasklet_kill e057d64f86d4 crypto: api - Fix race condition in crypto_spawn_alg 12a15e1c544e crypto: atmel-aes - Fix counter overflow in CTR mode 2c4d8203ff0c crypto: pcrypt - Do not clear MAY_SLEEP flag in original request ded7c73a2b8c crypto: arm64/ghash-neon - bump priority to 150 3a35871603a6 crypto: ccp - set max RSA modulus size for v3 platform devices as well 58d8f2dec6ab crypto: hisilicon - Use the offset fields in sqe to avoid need to split scatterlists a791fc62a574 crypto: api - fix unexpectedly getting generic implementation 1f5f3f65f956 selftests: bpf: Ignore FIN packets for reuseport tests 44a522bf5edc selftests: bpf: Use a temporary file in test_sockmap da43712a7262 selftests/bpf: Skip perf hw events test if the setup disabled it 49437ecf9f30 selftests/bpf: Fix test_attach_probe c0ada6ad3ec5 samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach a69af866bd35 samples/bpf: Don't try to remove user's homedir on clean fbee8f61747f tc-testing: fix eBPF tests failure on linux fresh clones f7a2ccc00a36 libbpf: Fix realloc usage in bpf_core_find_cands ab48c14a444b bpf, devmap: Pass lockdep expression to RCU lists 77bb53cb0948 selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs 5b0e9b563c01 riscv, bpf: Fix broken BPF tail calls f3107a3c9b84 btrfs: Handle another split brain scenario with metadata uuid feature dd9837259de0 btrfs: fix improper setting of scanned for range cyclic write cache pages b4c8ed0bf977 crypto: pcrypt - Avoid deadlock by using per-instance padata queues c8e9dafe668d ftrace: Protect ftrace_graph_hash with ftrace_sync 6a652ed941aa ftrace: Add comment to why rcu_dereference_sched() is open coded c9dc142b39a8 tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu 024537c7548f tracing: Annotate ftrace_graph_hash pointer with __rcu df57920d6e18 ASoC: SOF: core: release resources on errors in probe_continue 3145862d8f9e ASoC: SOF: Introduce state machine for FW boot 0b84591fdd5e scsi: qla2xxx: Fix stuck login session using prli_pend_timer 78cbd2c397bf dm: fix potential for q->make_request_fn NULL pointer 1426201af047 dm thin metadata: use pool locking at end of dm_pool_metadata_close 40d3d8d6eb64 dm crypt: fix benbi IV constructor crash if used in authenticated mode b805ec7d089f dm crypt: fix GFP flags passed to skcipher_request_alloc() 1781fa54a4ea dm writecache: fix incorrect flush sequence when doing SSD mode commit a8d99d630117 dm space map common: fix to ensure new block isn't already in use 188f9b710ff1 dm zoned: support zone sizes smaller than 128MiB ad7c38abe8ba ARM: dma-api: fix max_pfn off-by-one error in __dma_supported() bae74e7ac842 of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpc f5f68d165dc0 cpufreq: Avoid creating excessively large stack frames 7dce99d3182a PM: core: Fix handling of devices deleted during system-wide resume e9116299ffac f2fs: fix race conditions in ->d_compare() and ->d_hash() 6d722cd2e387 f2fs: fix dcache lookup of !casefolded directories f4803553aae6 f2fs: code cleanup for f2fs_statfs_project() b1de9ec0e788 f2fs: fix miscounted block limit in f2fs_statfs_project() ae2cb41583a9 f2fs: choose hardlimit when softlimit is larger than hardlimit in f2fs_statfs_project() 08846286bf28 ovl: fix lseek overflow on 32bit 809e16a6eeb3 ovl: fix wrong WARN_ON() in ovl_cache_update_ino() 03572189d61c power: supply: ltc2941-battery-gauge: fix use-after-free 6f33d59ae165 power: supply: axp20x_ac_power: Fix reporting online status 4eed5d3bb14a cpupower: Revert library ABI changes from commit ae2917093fb60bdc1ed3e 2b27acfde9b2 scsi: qla2xxx: Fix mtcp dump collection failure edd15b154653 scsi: megaraid_sas: Do not initiate OCR if controller is not in ready state 3728834fff19 erofs: fix out-of-bound read for shifted uncompressed block 3ebbfdf41d26 scripts/find-unused-docs: Fix massive false positives a421f513779c fs: allow deduplication of eof block into the end of the destination file 5fefc9b3e358 padata: Remove broken queue flushing 5f63963669ec crypto: ccree - fix PM race condition 5e33535cf13c crypto: ccree - fix FDE descriptor sequence d8760030e701 crypto: ccree - fix pm wrongful error reporting 70439e8b7ccf crypto: ccree - fix AEAD decrypt auth fail 80c660892c24 crypto: ccree - fix backlog memory leak d2b1dcd5430f crypto: api - Check spawn->alg under lock in crypto_drop_spawn 0ed43162f578 nvmem: core: fix memory abort in cleanup path 6bdd1a0ed111 mfd: axp20x: Mark AXP20X_VBUS_IPSOUT_MGMT as volatile 385c61a41cf9 hv_balloon: Balloon up according to request page number 570a29b1f75b ASoC: SOF: core: free trace on errors 84c9efd2f855 mmc: sdhci-of-at91: fix memleak on clk_get failure 65e6f63ebfb9 ubifs: Fix deadlock in concurrent bulk-read and writepage e3a561aa5376 ubifs: Fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag 91f96a9cdd82 ubifs: Fix wrong memory allocation 0119c617ebb6 ubifs: don't trigger assertion on invalid no-key filename 9220bf17ae18 fscrypt: don't print name of busy file when removing key ad270734193e alarmtimer: Unregister wakeup source when module get fails 05b147599f9d ACPI / battery: Deal better with neither design nor full capacity not being reported 7b86d05d1b02 ACPI / battery: Use design-cap for capacity calculations if full-cap is not available 93bba324c28a ACPI / battery: Deal with design or full capacity being reported as -1 832d6f76f268 ACPI: video: Do not export a non working backlight interface on MSI MS-7721 boards 44f6e43924f8 mmc: spi: Toggle SPI polarity, do not hardcode it 47bdd025b921 PCI: keystone: Fix error handling when "num-viewport" DT property is not populated a8b56e222300 PCI: keystone: Fix link training retries initiation 6700c0d9ae92 PCI: keystone: Fix outbound region mapping 05d56da81d94 PCI: tegra: Fix return value check of pm_runtime_get_sync() 38b67e60b6b5 tracing: Fix now invalid var_ref_vals assumption in trace action 5b92f86c8492 powerpc/32s: Fix CPU wake-up from sleep mode 4135a03fdf2e powerpc/32s: Fix bad_kuap_fault() 1bd3b871af57 powerpc/pseries: Advance pfn if section is not present in lmb_is_removable() 02c4699fb664 powerpc/xmon: don't access ASDR in VMs 796085dbe323 powerpc/ptdump: Fix W+X verification 2cabe61ab8ae powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case 63098a93063a s390/mm: fix dynamic pagetable upgrade for hugetlbfs e25f00c69039 MIPS: boot: fix typo in 'vmlinux.lzma.its' target bd9abdfd68b2 MIPS: fix indentation of the 'RELOCS' message 6b29d4a1f832 MIPS: syscalls: fix indentation of the 'SYSNR' message 6cca9100db90 KVM: arm64: Only sign-extend MMIO up to register width 4dd5c62d2e4c KVM: arm/arm64: Correct AArch32 SPSR on exception entry b0e01e9d2353 KVM: arm/arm64: Correct CPSR on exception entry cc7931dc766f KVM: arm64: Correct PSTATE on exception entry 5222ded5c72c arm64: acpi: fix DAIF manipulation with pNMI 79c56db06547 ALSA: hda: Add JasperLake PCI ID and codec vid 3d938d9febd1 ALSA: hda: Add Clevo W65_67SB the power_save blacklist 6cb7581f5702 ALSA: hda: Apply aligned MMIO access only conditionally 68efc422c547 platform/x86: intel_scu_ipc: Fix interrupt support 5bf25f3828a2 x86/cpu: Update cached HLE state on write to TSX_CTRL_CPUID_CLEAR 146f086a409b irqdomain: Fix a memory leak in irq_domain_push_irq() db165906cad5 lib/test_kasan.c: fix memory leak in kmalloc_oob_krealloc_more() 9cbcbfc67b25 media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left adjustments 965ccdedf1bf media: v4l2-core: compat: ignore native command codes d2db1cbc751f media/v4l2-core: set pages dirty upon releasing DMA buffers d364e9b37cc9 mm: move_pages: report the number of non-attempted pages 95419e7ef266 mm: thp: don't need care deferred split queue in memcg charge move path aab4189dfdb1 mm/memory_hotplug: fix remove_memory() lockdep splat cb33e477a50b utimes: Clamp the timestamps in notify_change() 73031a617ac3 mmc: sdhci-pci: Make function amd_sdhci_reset static af823232b018 mm/sparse.c: reset section's mem_map when fully deactivated c2c814fc9aee memcg: fix a crash in wb_workfn when a device disappears 39fac95159b4 ALSA: dummy: Fix PCM format loop in proc output 6edf790e9e51 ALSA: usb-audio: Annotate endianess in Scarlett gen2 quirk 85dbab63b461 ALSA: usb-audio: Fix endianess in descriptor validation 2068fbb20b9f usb: gadget: f_ecm: Use atomic_t to track in-flight request a7d00597e0b7 usb: gadget: f_ncm: Use atomic_t to track in-flight request 683b53b5aa12 usb: gadget: legacy: set max_speed to super-speed 063daad1412e usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transfer 47dbff795049 objtool: Silence build output 72a533fc29e1 usb: typec: tcpci: mask event interrupts when remove driver 91cfedb762bd usb: dwc3: gadget: Delay starting transfer 1dc0d21fc1e6 usb: dwc3: gadget: Check END_TRANSFER completion 4e5d1bf6e68f brcmfmac: Fix memory leak in brcmf_usbdev_qinit 1c8c75275f97 Bluetooth: btusb: Disable runtime suspend on Realtek devices 1bfecb50771d Bluetooth: btusb: fix memory leak on fw 21780d1fd65b nvmet: Fix controller use after free 6243cb9e32d2 nvmet: Fix error print message at nvmet_install_queue function 6a4fea54ab46 rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special() c71706a5ffff srcu: Apply *_ONCE() to ->srcu_last_gp_end dcad7270b2c7 rcu: Avoid data-race in rcu_gp_fqs_check_wake() a523031513b7 rcu: Use *_ONCE() to protect lockless ->expmask accesses d42b2370f28a tracing: Fix sched switch start/stop refcount racy updates e39351c52efb tracing/kprobes: Have uname use __get_str() in print_fmt 59b2e64b16bb ipc/msg.c: consolidate all xxxctl_down() functions 8ce07d95d67a netfilter: ipset: fix suspicious RCU usage in find_set_and_id 7bad0dda8164 mfd: dln2: More sanity checking for endpoints 6fcbff54ded1 media: uvcvideo: Avoid cyclic entity chains due to malformed USB descriptors 9f5c4fac341c bnxt_en: Fix logic that disables Bus Master during firmware reset. fddd3f73ad08 netdevsim: fix stack-out-of-bounds in nsim_dev_debugfs_init() f146529c0049 MAINTAINERS: correct entries for ISDN/mISDN section 096df4720ab6 ionic: fix rxq comp packet type mask b6a7ba0e8622 tcp: clear tp->segs_{in|out} in tcp_disconnect() 31fceaf08597 tcp: clear tp->data_segs{in|out} in tcp_disconnect() 2fc4773b6af7 tcp: clear tp->delivered in tcp_disconnect() c9b6c6d07e5c tcp: clear tp->total_retrans in tcp_disconnect() 269a3c472a6f rxrpc: Fix NULL pointer deref due to call->conn being cleared on disconnect 843e115de475 rxrpc: Fix missing active use pinning of rxrpc_local object 524cba2f8de5 rxrpc: Fix insufficient receive notification generation 62221a9b1c9a rxrpc: Fix use-after-free in rxrpc_put_local() 5fa06c956821 bnxt_en: Fix TC queue mapping. 8566221e46eb net: stmmac: Delete txtimer in suspend() dd8142a6fa52 net_sched: fix an OOB access in cls_tcindex 919f13c56485 net: hsr: fix possible NULL deref in hsr_handle_frame() f3dea4cea67a l2tp: Allow duplicate session creation with UDP b080bc8481d9 gtp: use __GFP_NOWARN to avoid memalloc warning 0f8f0429a299 cls_rsvp: fix rsvp_policy 097ef8be69a3 bnxt_en: Move devlink_register before registering netdev aaf5369c72e9 sparc32: fix struct ipc64_perm type definition 58c72057f662 Linux 5.4.18 3353852afe1e tracing/uprobe: Fix to make trace_uprobe_filter alignment safe 5f9b8c5a4618 Revert "rsi: fix potential null dereference in rsi_probe()" 09d4a9c83c68 ASoC: topology: fix soc_tplg_fe_link_create() - link->dobj initialization order 52cf138f5cc1 mm/migrate.c: also overwrite error when it is bigger than zero 20e1bbe5cfd7 perf report: Fix no libunwind compiled warning break s390 issue e16b302f691c dm thin: fix use-after-free in metadata_pre_commit_callback 35511d9471be flow_dissector: Fix to use new variables for port ranges in bpf hook f42407a7906b cpuidle: teo: Avoid using "early hits" incorrectly c5e3c887dfc0 btrfs: do not zero f_bavail if we have available space 420e4a521c0e net: Fix skb->csum update in inet_proto_csum_replace16(). e853e3f9f9d4 netfilter: nf_tables_offload: fix check the chain offload flag 17d56cef7f93 netfilter: conntrack: sctp: use distinct states for new SCTP connections b71636ee37fa l2t_seq_next should increase position index 148a71a8ece8 seq_tab_next() should increase position index 0c9a3ab865c3 net: fsl/fman: rename IF_MODE_XGMII to IF_MODE_10G e2c797b72e01 net/fsl: treat fsl,erratum-a011043 1ce13ed0a5de powerpc/fsl/dts: add fsl,erratum-a011043 6ee3feac65ea qlcnic: Fix CPU soft lockup while collecting firmware dump d693255105b6 ARM: dts: am43x-epos-evm: set data pin directions for spi0 and spi1 06b5e1087103 r8152: disable DelayPhyPwrChg 510818ae0f38 r8152: avoid the MCU to clear the lanwake 3a128650b47a r8152: disable test IO for RTL8153B bc2ef2e9d142 r8152: Disable PLA MCU clock speed down b05091c3ae99 r8152: disable U2P3 for RTL8153B 26a581fafceb r8152: get default setting of WOL before initializing 281f32e34382 tee: optee: Fix compilation issue with nommu 0703666b9658 led: max77650: add of_match table 313151afdf4c ARM: 8955/1: virt: Relax arch timer version check during early boot edb6590b1b2c scsi: fnic: do not queue commands during fwreset 3075e636b368 Input: max77650-onkey - add of_match table c3a49824165c xfrm: interface: do not confirm neighbor when do pmtu update b38dd235a4bd xfrm interface: fix packet tx through bpf_redirect() c8e04566db7f vti[6]: fix packet tx through bpf_redirect() 5743a3a8a4c7 ARM: dts: am335x-boneblack-common: fix memory size c15ea8e4150d Input: evdev - convert kzalloc()/vzalloc() to kvzalloc() 220ee13d017c iwlwifi: dbg: force stop the debug monitor HW 27cf25a0b87a iwlwifi: Don't ignore the cap field upon mcc update 4df1389ff7b5 iwlwifi: pcie: allocate smaller dev_cmd for TX headers 08022255a9ee XArray: Fix xas_pause at ULONG_MAX b267caf5e51f riscv: delete temporary files 8f2fa34a52c5 perf/x86/intel/uncore: Remove PCIe3 unit for SNR aae7d5784c53 perf/x86/intel/uncore: Add PCI ID of IMC for Xeon E3 V5 Family 86982620f28b wireless: wext: avoid gcc -O3 warning b308d93dd5b3 mac80211: Fix TKIP replay protection immediately after key setup e233cbaf8ecc cfg80211: Fix radar event during another phy CAC 01c2c23d3d5f wireless: fix enabling channel 12 for custom regulatory domain 9e62f296dbae lkdtm/bugs: fix build error in lkdtm_UNSET_SMEP 0b06c373db8a parisc: Use proper printk format for resource_size_t e1133c1796a1 qmi_wwan: Add support for Quectel RM500Q 422566f37e37 ASoC: sti: fix possible sleep-in-atomic 99ced2ecfe9e ASoC: hdac_hda: Fix error in driver removal after failed probe e43ab59fb1aa ASoC: SOF: Intel: fix HDA codec driver probe with multiple controllers 70149813320f platform/x86: intel_pmc_core: update Comet Lake platform driver 689233e8f998 platform/x86: GPD pocket fan: Allow somewhat lower/higher temperature limits 7790a471e80c iavf: remove current MAC address filter on VF reset 73613ce39d59 igb: Fix SGMII SFP module discovery for 100FX/LX. fd335ee1e9e2 ixgbe: Fix calculation of queue with VFs and flow director on interface flap 5113ff357d81 ixgbevf: Remove limit of 10 entries for unicast filter list be87d4f313e3 i40e: Fix virtchnl_queue_select bitmap validation 557fda798eab s390/zcrypt: move ap device reset from bus to driver code 1a18f3a7dbbf ASoC: rt5640: Fix NULL dereference on module unload aab165d61cb4 clk: mmp2: Fix the order of timer mux parents 8b4e524dc02b mac80211: mesh: restrict airtime metric to peered established plinks 096837d4b495 clk: sunxi-ng: h6-r: Fix AR100/R_APB2 parent order e619af70d133 clk: sunxi-ng: sun8i-r: Fix divider on APB0 clock 95c892061e90 rseq: Unregister rseq for clone CLONE_VM 91f91139d32f tools lib traceevent: Fix memory leakage in filter_event 22946b839768 soc: ti: wkup_m3_ipc: Fix race condition with rproc_boot adba4a2a5273 ARM: dts: beagle-x15-common: Model 5V0 regulator 8a14c121d4e4 ARM: dts: am57xx-beagle-x15/am57xx-idk: Remove "gpios" for endpoint dt nodes b5cbe8ad1b60 ARM: dts: sun8i: a83t: Correct USB3503 GPIOs polarity e8b0d16e4c7f arm64: dts: meson-sm1-sei610: add gpio bluetooth interrupt f0a7b02147ad clk: sunxi-ng: v3s: Fix incorrect number of hw_clks. 3ea87219a9c7 cgroup: Prevent double killing of css when enabling threaded cgroup 07d00820bf98 Bluetooth: Fix race condition in hci_release_sock() f39406a925b0 ttyprintk: fix a potential deadlock in interrupt context issue 99652ee9c516 tomoyo: Use atomic_t for statistics counter 81b3fd0cb421 media: dvb-usb/dvb-usb-urb.c: initialize actlen to 0 f416aac94c12 media: gspca: zero usb_buf d35ef79fbc97 media: vp7045: do not read uninitialized values if usb transfer fails 0c7cc4c9c2bb media: af9005: uninitialized variable printked 5b256eea1ae6 media: digitv: don't continue if remote control state can't be read 761a10b67a11 reiserfs: Fix memory leak of journal device string 9bcdb8ba5a3d mm/mempolicy.c: fix out of bounds write in mpol_parse_str() 7965bc367e70 arm64: kbuild: remove compressed images on 'make ARCH=arm64 (dist)clean' e77625d1f8ff tools lib: Fix builds when glibc contains strlcpy() da1321fc1405 PM / devfreq: Add new name attribute for sysfs e9fac0046579 perf c2c: Fix return type for histogram sorting comparision functions 73774def78ec gfs2: Another gfs2_find_jhead fix d635e7c4b34e e1000e: Revert "e1000e: Make watchdog use delayed work" 21c613793972 e1000e: Drop unnecessary __E1000_DOWN bit twiddling 5ca5637ec665 x86/resctrl: Fix use-after-free due to inaccurate refcount of rdtgroup 40300f986e47 x86/resctrl: Fix use-after-free when deleting resource groups 2dd2e4722922 x86/resctrl: Fix a deadlock due to inaccurate reference cd0826719560 cifs: fix soft mounts hanging in the reconnect code 2c38e6140126 vfs: fix do_last() regression Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>
2020-02-13Merge pull request #140 from alimon/masterNicolas Dechesne
recipes-kernel/linux: Linux 5.4 bump to rev 447814278e3f
2020-02-12recipes-kernel/linux: Linux 5.4 bump to rev 447814278e3fAníbal Limón
Fixes, 447814278e3f remoteproc: qcom: wcnss: Add iris completion barrie Signed-off-by: Aníbal Limón <anibal.limon@linaro.org>