| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Use imx-gpu-viv for hardware-accelerated OpenCL implementation.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
| |
The existing OpenCL recipes opencl-headers and opencl-icd-loader are dependencies
for clinfo. In order to build clinfo with imx-gpu-viv as provider, fix imx-gpu-viv
to provide the same recipe names.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If using a fsl-xxx distro the prefered provider of U-Boot is
u-boot-imx. That U-Boot didn't make the switch to a unified dl/q/qp
binary and does not use an spl. For the imx6ulevk it does not use an
spl.
The below commits try to address that, however the change is not
limited to
- the fsl distro but rather uses use-nxp-bsp which can be used with any distro
- some machines which do not use u-boot-imx, e.g. colibri-imx6 now fail.
Fix this by moving the configuration into the affected distro in
meta-freescale-distro and the machines.
Fixes:
c9757ea3 ("imx-base.inc: Fix use-nxp-bsp after rework")
77e56f30 ("imx-base.inc: Limit use-fsl-bsp u-boot overrides to i.MX 6 and 7")
e5cd33c9 ("u-boot.imx: Add u-boot configuration for fsl")
Build tested with fsl-xwayland & use-nxp-bsp for imx6qdlsabreauto,
imx6qdlsabresd, and imx6ulevk.
Build tested with the fslc-xwayland & use-nxp-bsp for imx6qdlsabreauto,
imx6qdlsabresd, imx6ulevk, and colibri-imx6.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.10.10 from stable korg.
Following upstream commits are included in this version:
----
8dc0fcbcfa97 Linux 5.10.10
3fe603666360 spi: cadence: cache reference clock rate during probe
da02e4ca8a29 spi: fsl: Fix driver breakage when SPI_CS_HIGH is not set in spi->mode
04ed7f1da638 cxgb4/chtls: Fix tid stuck due to wrong update of qid
d0b97c8cd63e net: dsa: unbind all switches from tree when DSA master unbinds
6423b2193794 mac80211: check if atf has been disabled in __ieee80211_schedule_txq
a00432fa4cb9 mac80211: do not drop tx nulldata packets on encrypted links
a6d508c63573 drm/panel: otm8009a: allow using non-continuous dsi clock
fd21e00c5e0b can: mcp251xfd: mcp251xfd_handle_rxif_one(): fix wrong NULL pointer check
65accf0324bf net: stmmac: use __napi_schedule() for PREEMPT_RT
6f3fe96a6956 rxrpc: Fix handling of an unsupported token type in rxrpc_read()
2bfb953aeebf net: dsa: clear devlink port type before unregistering slave netdevs
c469b23d1b54 net: phy: smsc: fix clk error handling
ad2175c9fb27 dt-bindings: net: renesas,etheravb: RZ/G2H needs tx-internal-delay-ps
024158d3b571 net: avoid 32 x truesize under-estimation for tiny skbs
72cfe5b07e85 net: stmmac: fix taprio configuration when base_time is in the past
34f782b9d0dc net: stmmac: fix taprio schedule configuration
00442a962152 net: sit: unregister_netdevice on newlink's error path
5ae772504325 net: stmmac: Fixed mtu channged by cache aligned
741690db7a35 i40e: fix potential NULL pointer dereferencing
7c85d8e7ebd2 rxrpc: Call state should be read with READ_ONCE() under some circumstances
1e5a4c74b555 net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
dbdca9d9b7ca net: dcb: Validate netlink message in DCB handler
26413630f4f6 esp: avoid unneeded kmap_atomic call
3c64191cad98 rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
f999ca8c5fc5 net: mvpp2: Remove Pause and Asym_Pause support
82f72e41b797 mlxsw: core: Increase critical threshold for ASIC thermal zone
d2bfbfcc5505 mlxsw: core: Add validation of transceiver temperature thresholds
60b8b4e6310b tipc: fix NULL deref in tipc_link_xmit()
bbcb4746a6a3 net: ipv6: Validate GSO SKB before finish IPv6 processing
5a61d9f573da netxen_nic: fix MSI/MSI-x interrupts
4b97ce051ffe udp: Prevent reuseport_select_sock from reading uninitialized socks
24cd33174189 net: fix use-after-free when UDP GRO with shared fraglist
7d5c38974219 net: ipa: modem: add missing SET_NETDEV_DEV() for proper sysfs links
31ad07292553 bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
de661caaee07 bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
3ed29995c281 bpf: Don't leak memory in bpf getsockopt when optlen == 0
fdcaa4af5e70 nfsd4: readdirplus shouldn't return parent of export
90bd4a0cf5dd X.509: Fix crash caused by NULL pointer
5f52a8a71b62 bpf: Fix signed_{sub,add32}_overflows type handling
99ea120383b1 drm/amdgpu/display: drop DCN support for aarch64
4473923b6674 x86/hyperv: Initialize clockevents after LAPIC is initialized
1200a5bc6871 bpf: Fix selftest compilation on clang 11
57dc19a9d60d Revert "kconfig: remove 'kvmconfig' and 'xenconfig' shorthands"
----
Link: https://lore.kernel.org/r/20210122135735.652681690@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.10.9 from stable korg.
Following upstream commits are included in this version:
----
e2d133180bbc Linux 5.10.9
88a5c90f39b0 netfilter: nf_nat: Fix memleak in nf_nat_init
f14e31c169dc netfilter: conntrack: fix reading nf_conntrack_buckets
5b984e538bdf ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
c0e1ac275f1f ALSA: fireface: Fix integer overflow in transmit_midi_msg()
0eb56457d239 dm: eliminate potential source of excessive kernel log noise
26865769ed8f selftests: netfilter: Pass family parameter "-f" to conntrack tool
f0cd3fba4eae net: sunrpc: interpret the return value of kstrtou32 correctly
a9bc9c9320ac iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()
ff2ca5439c50 riscv: Trace irq on only interrupt is enabled
c8c01da728ef mm, slub: consider rest of partial list if acquire_slab() fails
ecca0c675bde drm/i915/gt: Restore clear-residual mitigations for Ivybridge, Baytrail
de3f572607c2 drm/i915/icl: Fix initing the DSI DSC power refcount during HW readout
54c9246a47fa drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is no reset-deassert MIPI-sequence
f6de06406411 dm zoned: select CONFIG_CRC32
c6dc4f8e617b umount(2): move the flag validity checks first
5cd483a7e788 IB/mlx5: Fix error unwinding when set_has_smi_cap fails
bc296e43233a RDMA/mlx5: Fix wrong free of blue flame register on error
44693384c324 bnxt_en: Improve stats context resource accounting with RDMA driver loaded.
3090af5d1fb2 RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
35694924a60a RDMA/restrack: Don't treat as an error allocation ID wrapping
cd223237e792 ext4: fix superblock checksum failure when setting password salt
4351cf25cb52 scsi: ufs: Fix possible power drain during system suspend
51121ea1d1e8 NFS: nfs_igrab_and_active must first reference the superblock
b4689562fa95 NFS: nfs_delegation_find_inode_server must first reference the superblock
01a12a24f923 NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
b666f394d6b8 NFS/pNFS: Don't leak DS commits in pnfs_generic_retry_commit()
067aefcdfc1e NFS/pNFS: Don't call pnfs_free_bucket_lseg() before removing the request
e6ae16467af1 NFS: Adjust fs_context error logging
06f58dbc49a2 pNFS: Stricter ordering of layoutget and layoutreturn
ecaaad180133 pNFS: Mark layout for return if return-on-close was not sent
f128de17c8d4 pNFS: We want return-on-close to complete when evicting the inode
1b42712e43e5 NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
76600f633bb9 nvme-tcp: Fix warning with CONFIG_DEBUG_PREEMPT
b1e9f635a5e3 nvme-tcp: fix possible data corruption with bio merges
c09af1ee7c23 nvme: don't intialize hwmon for discovery controllers
a60c7aaaccf6 nvmet-rdma: Fix NULL deref when setting pi_enable and traddr INADDR_ANY
a835cff329a5 ASoC: Intel: fix error code cnl_set_dsp_D0()
95e5df536757 ASoC: meson: axg-tdmin: fix axg skew offset
d11f18351ee6 ASoC: meson: axg-tdm-interface: fix loopback
a3fddad7af2c dump_common_audit_data(): fix racy accesses to ->d_name
09b3e0bc8e9a perf intel-pt: Fix 'CPU too large' error
72c5ce89427f mm: don't put pinned pages into the swap cache
1eea108995a2 mm: don't play games with pinned pages in clear_page_refs
41b0b0c09e97 mm: fix clear_refs_write locking
847c76518c41 blk-mq-debugfs: Add decode for BLK_MQ_F_TAG_HCTX_SHARED
9812b54310ad net/mlx5: E-Switch, fix changing vf VLANID
96d77cf22dd7 net/mlx5: Fix passing zero to 'PTR_ERR'
452e34d6635c net/mlx5e: CT: Use per flow counter when CT flow accounting is enabled
518606a84a0f iommu/vt-d: Update domain geometry in iommu_ops.at(de)tach_dev
f1cd8c40936f nvme-fc: avoid calling _nvme_fc_abort_outstanding_ios from interrupt context
4ac5d20182c7 cfg80211: select CONFIG_CRC32
e558b38b5e11 x86/sev-es: Fix SEV-ES OUT/IN immediate opcode vc handling
1f63b3393bac bpf: Save correct stopping point in file seq iteration
a3a51c69c1a9 bpf: Simplify task_file_seq_get_next()
30b491e2b6cc rcu-tasks: Move RCU-tasks initialization to before early_initcall()
bc880f2040e0 poll: fix performance regression due to out-of-line __put_user()
e30f6e1ac3ce ARM: picoxcell: fix missing interrupt-parent properties
d565c626b4e1 drm/msm: Call msm_init_vram before binding the gpu
45f7e133f9e8 ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
a4c84cd83c15 iommu/vt-d: Fix lockdep splat in sva bind()/unbind()
2c7b7660c611 usb: typec: Fix copy paste error for NVIDIA alt-mode description
279af879c3df drm/amdgpu: fix potential memory leak during navi12 deinitialization
9910f52b4cb4 drm/amd/pm: fix the failure when change power profile for renoir
a973bc7d8ab5 drm/amdgpu: fix a GPU hang issue when remove device
26f0adb0b4c8 drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issue
8e57baf3cdb3 nvmet-rdma: Fix list_del corruption on queue establishment failure
74310d40e0a4 nvme: avoid possible double fetch in handling CQE
afc0002f6396 nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN
1151161dd029 selftests: fix the return value for UDP GRO test
2e1939396c77 net: ethernet: fs_enet: Add missing MODULE_LICENSE
8bd59057edf5 misdn: dsp: select CONFIG_BITREVERSE
bb3700925c19 arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
7fdaca86fc9b bfq: Fix computation of shallow depth
94dbb87fc0b2 io_uring: drop file refs after task cancel
501e1875da32 spi: fix the divide by 0 error when calculating xfer waiting time
17a08680ab6a kconfig: remove 'kvmconfig' and 'xenconfig' shorthands
2aa134d9abca lib/raid6: Let $(UNROLL) rules work with macOS userland
3163d7c1fbd3 hwmon: (pwm-fan) Ensure that calculation doesn't discard big period values
8c3520e21f6b habanalabs: Fix memleak in hl_device_reset
78755373aa48 spi: altera: fix return value for altera_spi_txrx()
560e9b900e12 staging: spmi: hisi-spmi-controller: Fix some error handling paths
c78cff56baad habanalabs: register to pci shutdown callback
68a9abf536ff habanalabs/gaudi: retry loading TPC f/w on -EINTR
8d0522d9688c habanalabs: adjust pci controller init to new firmware
06b0d83b33b5 ARM: dts: ux500/golden: Set display max brightness
d5285a5eb3da ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
36afeaad7671 regulator: bd718x7: Add enable times
29543864c8b8 btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan
f89d84b35af3 btrfs: merge critical sections of discard lock in workfn
33061bd104cb btrfs: fix async discard stall
d18e04ce283a ath11k: qmi: try to allocate a big block of DMA memory first
cc77e4a020aa netfilter: ipset: fixes possible oops in mtype_resize
c871060d3eaa ath11k: fix crash caused by NULL rx_channel
54cfdd65070e ARM: omap2: pmic-cpcap: fix maximum voltage to be consistent with defaults on xt875
6169a5cfaacc ARC: build: move symlink creation to arch/arc/Makefile to avoid race
443fb88d6dea ARC: build: add boot_targets to PHONY
e1c4b5ff9655 ARC: build: add uImage.lzma to the top-level target
cf4592a2d740 ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
f7f32822a44a io_uring: drop mm and files after task_work_run
a3647cddfee6 io_uring: don't take files/mm for a dead task
85958f60ebba ext4: don't leak old mountpoint samples
41b5ec745ccf btrfs: tree-checker: check if chunk item end overflows
85905240bf79 r8152: Add Lenovo Powered USB-C Travel Hub
53e976bb0708 stmmac: intel: change all EHL/TGL to auto detect phy addr
7c5b2049caad dm crypt: defer decryption to a tasklet if interrupts disabled
fe40f6a6309f dm crypt: do not call bio_endio() from the dm-crypt tasklet
8727884b7f80 dm crypt: do not wait for backlogged crypto request completion in softirq
93edb8db94cf dm crypt: use GFP_ATOMIC when allocating crypto requests from softirq
9bf4fbaf7dad dm integrity: fix the maximum number of arguments
6bba7eff6b33 dm integrity: fix flush with external metadata device
1ac4156de549 dm snapshot: flush merged data before committing metadata
5de4f3a301f1 dm raid: fix discard limits for raid1
ccd903e26750 mm/process_vm_access.c: include compat.h
d3e43af7c61f mm/hugetlb: fix potential missing huge page size info
b4ecc259657c mm/vmalloc.c: fix potential memory leak
33dbd5422c88 compiler.h: Raise minimum version of GCC to 5.1 for arm64
047ea5a8feff xen/privcmd: allow fetching resource sizes
3b9f7b0a19f7 ACPI: scan: Harden acpi_device_add() against device ID overflows
0dbfad171b9c RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()
c8c2b27ab34d MIPS: relocatable: fix possible boot hangup with KASLR enabled
652daca07f4f MIPS: Fix malformed NT_FILE and NT_SIGINFO in 32bit coredumps
9e2413f41aa2 MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
974f19621f19 mips: lib: uncached: fix non-standard usage of variable 'sp'
5ca873f92b4f mips: fix Section mismatch in reference
4b0a0655da7f riscv: Fix KASAN memory mapping.
ab7594f63926 riscv: Fixup CONFIG_GENERIC_TIME_VSYSCALL
7c4ced368204 riscv: return -ENOSYS for syscall -1
eae7b19b32aa riscv: Drop a duplicated PAGE_KERNEL_EXEC
531c88c9fe56 cifs: fix interrupted close commands
0e4c42cb4a5f cifs: check pointer before freeing
2207c3ce7075 ext4: fix bug for rename with RENAME_WHITEOUT
15a062c79d49 ext4: fix wrong list_splice in ext4_fc_cleanup
6c557cb1f9d7 ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERR
fcae2beac981 tools/bootconfig: Add tracing_on support to helper scripts
75942370699b tracing/kprobes: Do the notrace functions check without kprobes on ftrace
47319c4b81a3 drm/bridge: sii902x: Enable I/O and core VCC supplies if present
af402f64ca08 dt-bindings: display: sii902x: Add supply bindings
c0c34c5ab715 drm/bridge: sii902x: Refactor init code into separate function
0a34addcdbd9 drm/i915/backlight: fix CPU mode backlight takeover on LPT
48b8c6689efa drm/i915/gt: Limit VFE threads based on GT
481e27f05073 drm/i915: Allow the sysadmin to override security mitigations
586a42de0bae drm/amdgpu: add new device id for Renior
989a0f6791ff Revert "drm/amd/display: Fixed Intermittent blue screen on OLED panel"
7fe745881255 drm/amdgpu: fix DRM_INFO flood if display core is not supported (bug 210921)
9c6524bba523 drm/amdgpu: add green_sardine device id (v2)
ad8ca24ba879 x86/hyperv: check cpu mask after interrupt has been disabled
0351fbe00a23 ASoC: dapm: remove widget from dirty list on free
55eb1867a5b3 ASoC: AMD Renoir - add DMI entry for Lenovo ThinkPad X395
69b84d87fd59 ALSA: doc: Fix reference to mixart.rst
617b1bae7ee9 ALSA: hda/realtek: fix right sounds and mute/micmute LEDs for HP machines
f37fba66a437 btrfs: prevent NULL pointer dereference in extent_io_tree_panic
e883eb5d1567 btrfs: reloc: fix wrong file extent type check to avoid false ENOENT
----
Link: https://lore.kernel.org/r/20210118113352.764293297@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.10.8 from stable korg.
Following upstream commits are included in this version:
----
7a1519a74f3d Linux 5.10.8
b77681d400f4 tools headers UAPI: Sync linux/fscrypt.h with the kernel sources
27c6968cfb76 drm/panfrost: Remove unused variables in panfrost_job_close()
75e5e51acf59 regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()
43f6ea41408b net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packet
481097d66174 block: fix use-after-free in disk_part_iter_next
61e8c02ae6d6 can: isotp: isotp_getname(): fix kernel information leak
6f7a362e1c6f block/rnbd-clt: avoid module unload race with close confirmation
be665727363f xsk: Rollback reservation at NETDEV_TX_BUSY
9ad0375ed292 xsk: Fix race in SKB mode transmit with shared cq
610e2c5699f8 KVM: arm64: Don't access PMCR_EL0 when no PMU is available
c5c22948f235 selftests: fib_nexthops: Fix wrong mausezahn invocation
e336a772cdcb net: mvneta: fix error message when MTU too large for XDP
729319e4f177 drm/i915/dp: Track pm_qos per connector
e7f0992529b2 net: mvpp2: disable force link UP during port init procedure
734bd3f8256b regulator: qcom-rpmh-regulator: correct hfsmps515 definition
ae4db0bc5cde arm64: cpufeature: remove non-exist CONFIG_KVM_ARM_HOST
344f59a93151 wan: ds26522: select CONFIG_BITREVERSE
c9698380b01a regmap: debugfs: Fix a memory leak when calling regmap_attach_dev
6defee43fe54 net/mlx5e: Fix two double free cases
699804e07641 net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
b23accd11a89 nvme-tcp: Fix possible race of io_work and direct send
31a3520409ff bpftool: Fix compilation failure for net.o with older glibc
2a21faa9c596 iommu/intel: Fix memleak in intel_irq_remapping_alloc
39b3204e54c1 iommu/vt-d: Fix misuse of ALIGN in qi_flush_piotlb()
2bbe923d7a84 zonefs: select CONFIG_CRC32
771865dc5a6e lightnvm: select CONFIG_CRC32
432071f6af70 block: rsxx: select CONFIG_CRC32
0d813da1bde0 wil6210: select CONFIG_CRC32
e208085c82f7 phy: dp83640: select CONFIG_CRC32
f03e2257df3c qed: select CONFIG_CRC32
41dcfc0cb955 arm64: mm: Fix ARCH_LOW_ADDRESS_LIMIT when !CONFIG_ZONE_DMA
d4a7eb9fbfcc dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
c16e7cfc1baf dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
e72371fab4ea dmaengine: xilinx_dma: check dma_async_device_register return value
41f95d84fcf5 dmaengine: milbeaut-xdmac: Fix a resource leak in the error handling path of the probe function
ceb97fbe4816 dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling path of the probe function
fcd04aa9b52c interconnect: qcom: fix rpmh link failures
6a0e580ded88 interconnect: imx: Add a missing of_node_put after of_device_is_available
e5689d84ebd8 bcache: set bcache device into read-only mode for BCH_FEATURE_INCOMPAT_OBSO_LARGE_BUCKET
8f243682e5ed i2c: mediatek: Fix apdma and i2c hand-shake timeout
d908dd5c1064 i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated
7a30d664c949 spi: stm32: FIFO threshold level - fix align packet size
c75a66726d7e spi: spi-geni-qcom: Fix geni_spi_isr() NULL dereference in timeout case
932e130e3dc8 cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()
a885713b0c03 spi: spi-geni-qcom: Fail new xfers if xfer/cancel/abort pending
175465cb6d87 can: kvaser_pciefd: select CONFIG_CRC32
9fc286ed3926 can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()
9b990788d84d can: tcan4x5x: fix bittiming const, use common bittiming from m_can driver
4abc2dbd8822 selftests/bpf: Clarify build error if no vmlinux
e095ac6bc3ea dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()
75dfd242b46a i2c: sprd: use a specific timeout to avoid system hang up issue
0a27398d8969 ARM: OMAP2+: omap_device: fix idling of devices during probe
797335659e58 fanotify: Fix sys_fanotify_mark() on native x86-32
797c128d3c7d HID: wacom: Fix memory leakage caused by kfifo_alloc
bca9046c36d3 ionic: start queues before announcing link up
6aebfdacad97 scsi: lpfc: Fix variable 'vport' set but not used in lpfc_sli4_abts_err_handler()
8543acf02563 net/mlx5: Check if lag is supported before creating one
1e5b0a2300bb net/mlx5e: In skb build skip setting mark in switchdev mode
dd7cce96dd37 net/mlx5e: ethtool, Fix restriction of autoneg with 56G
39e86d3ca489 net/mlx5: Use port_num 1 instead of 0 when delete a RoCE address
d6d3f9de7a06 net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE
af9b4ab6ee6d s390/qeth: fix L2 header access in qeth_l3_osa_features_check()
af0c184ea106 s390/qeth: fix locking for discipline setup / removal
1214d69a2bfc s390/qeth: fix deadlock during recovery
5fb8a3116cd0 nexthop: Bounce NHA_GATEWAY in FDB nexthop groups
eaa7a6c39d10 nexthop: Unlink nexthop group entry in error path
6486bc0a3400 nexthop: Fix off-by-one error in error path
2e7635299fbf octeontx2-af: fix memory leak of lmac and lmac->name
ab8e7a1af3f2 chtls: Fix chtls resources release sequence
23e696e2f382 chtls: Added a check to avoid NULL pointer dereference
5a1af38e06b6 chtls: Replace skb_dequeue with skb_peek
d9297487df15 chtls: Avoid unnecessary freeing of oreq pointer
523cea39aab2 chtls: Fix panic when route to peer not configured
2702758d42a4 chtls: Remove invalid set_tcb call
694635a7b8cb chtls: Fix hardware tid leak
b0ff6d00edac net: ip: always refragment ip defragmented packets
d5fc41ebe260 net: fix pmtu check in nopmtudisc mode
541c22aad368 tools: selftests: add test for changing routes with PTMU exceptions
69363e37d470 net: ipv6: fib: flush exceptions when purging route
6d233d9501af ptp: ptp_ines: prevent build when HAS_IOMEM is not set
210b9cdb3d5b net: bareudp: add missing error handling for bareudp_link_config()
2a432be9ba44 net/sonic: Fix some resource leaks in error handling paths
9591f32a630f net: vlan: avoid leaks on register_vlan_dev() failures
60de77165d0b net: stmmac: dwmac-sun8i: Balance syscon (de)initialization
35526a9c46b4 net: stmmac: dwmac-sun8i: Balance internal PHY power
22e1ed2abc66 net: stmmac: dwmac-sun8i: Balance internal PHY resource references
413a79ccb98e net: stmmac: dwmac-sun8i: Fix probe error handling
8d12c062ca99 net: hns3: fix a phy loopback fail issue
ed59d391ee5e net: hns3: fix the number of queues actually used by ARQ
799d8080f903 net: hns3: fix incorrect handling of sctp6 rss tuple
b044a949a5c5 net: cdc_ncm: correct overhead in delayed_ndp_size
e3b5252b5cdb btrfs: shrink delalloc pages instead of full inodes
17243f73ad74 btrfs: fix deadlock when cloning inline extent and low on free metadata space
87738164592f btrfs: skip unnecessary searches for xattrs when logging an inode
e28ace868c1e scsi: ufs: Fix -Wsometimes-uninitialized warning
458b40598dc0 io_uring: Fix return value from alloc_fixed_file_ref_node
51495b719515 drm/panfrost: Don't corrupt the queue mutex on open/close
9d7751a39a19 iommu/arm-smmu-qcom: Initialize SCTLR of the bypass context
85bbe2e64ab4 RDMA/hns: Avoid filling sl in high 3 bits of vlan_id
85e25e2370a2 io_uring: patch up IOPOLL overflow_flush sync
bc924dd21ecf io_uring: limit {io|sq}poll submit locking scope
1d5e50da5cc7 io_uring: synchronise IOPOLL on task_submit fail
bca9ca5a603f powerpc/32s: Fix RTAS machine check with VMAP stack
----
Link: https://lore.kernel.org/r/20210115122006.047132306@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.10.7 from stable korg.
Following upstream commits are included in this version:
----
659361086d8b Linux 5.10.7
6f1e88527c18 scsi: target: Fix XCOPY NAA identifier lookup
513729aecb53 rtlwifi: rise completion at the last step of firmware callback
0fae7d269ef7 xsk: Fix memory leak for failed bind
563135ec664f KVM: x86: fix shift out of bounds reported by UBSAN
02ccda90ef7e x86/mtrr: Correct the range check before performing MTRR type lookups
6e3c67976eda dmaengine: idxd: off by one in cleanup code
8b109f4cd1dc netfilter: nft_dynset: report EOPNOTSUPP on missing set feature
810bc977f8a4 netfilter: xt_RATEEST: reject non-null terminated string from userspace
d17f2ccf6f99 netfilter: ipset: fix shift-out-of-bounds in htable_bits()
27bc60d9678a netfilter: x_tables: Update remaining dereference to RCU
56429ddfd59c ARM: dts: OMAP3: disable AES on N950/N9
00a6b090d5c9 net/mlx5e: Fix SWP offsets when vlan inserted by driver
a3601005de8f bcache: introduce BCH_FEATURE_INCOMPAT_LOG_LARGE_BUCKET_SIZE for large bucket
a9c413cd0cdf bcache: check unsupported feature sets for bcache register
fbb23cd18755 bcache: fix typo from SUUP to SUPP in features.h
36d366ace154 drm/i915: clear the gpu reloc batch
13738d7d5a24 drm/i915: clear the shadow batch
1cd7e30a6db6 arm64: link with -z norelro for LLD or aarch64-elf
a19dae4254c4 dmabuf: fix use-after-free of dmabuf's file->f_inode
6844bc38c9fe Revert "device property: Keep secondary firmware node secondary by type"
5e84c99055eb btrfs: send: fix wrong file path when there is an inode with a pending rmdir
1888e5df8449 btrfs: qgroup: don't try to wait flushing if we're already holding a transaction
1c31964eca13 iommu/vt-d: Move intel_iommu info from struct intel_svm to struct intel_svm_dev
a07c54917aad ALSA: hda/realtek: Add two "Intel Reference board" SSID in the ALC256.
41af04d3037a ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7
3e1bcaebe8b1 ALSA: hda/realtek: Add mute LED quirk for more HP laptops
582de98b59fd ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
2eda063db992 ALSA: hda/conexant: add a new hda codec CX11970
c03f37d52934 ALSA: hda/via: Fix runtime PM for Clevo W35xSS
cafc6e70a63c blk-iocost: fix NULL iocg deref from racing against initialization
397e352ca96f x86/resctrl: Don't move a task to the same resource group
34e4ae4dca72 x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
c3cf9ffe8d9c KVM: x86/mmu: Ensure TDP MMU roots are freed after yield
ffee6772c489 kvm: check tlbs_dirty directly
f4064ef40c5c KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTE
afd621673f03 KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()
23220e87c91f x86/mm: Fix leak of pmd ptlock
876195e1c8c6 mm: make wait_on_page_writeback() wait for multiple pending writebacks
96e6724310f2 hwmon: (amd_energy) fix allocation of hwmon_channel_info config
3f47b182241f USB: serial: keyspan_pda: remove unused variable
a4b202cba3ab usb: gadget: configfs: Fix use-after-free issue with udc_name
ed57b762f51b usb: gadget: configfs: Preserve function ordering after bind failure
8ca9626a819c usb: gadget: Fix spinlock lockup on usb_function_deactivate
c92e6831dc90 USB: gadget: legacy: fix return error code in acm_ms_bind()
9cc6bf99c64d usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
e698e1478be7 usb: gadget: function: printer: Fix a memory leak for interface descriptor
c4aa893e2e0d usb: gadget: f_uac2: reset wMaxPacketSize
e7f2c25aa88e USB: Gadget: dummy-hcd: Fix shift-out-of-bounds bug
2cd6988fbfa5 usb: gadget: select CONFIG_CRC32
88eaa6c077f8 ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks
0a5b28c99dc4 USB: usblp: fix DMA to stack
4f7e97ffb4eb USB: yurex: fix control-URB timeout handling
008689576a4e USB: serial: option: add Quectel EM160R-GL
3013ff766dad USB: serial: option: add LongSung M5710 module support
5410726d7def USB: serial: iuu_phoenix: fix DMA from stack
677503c72765 usb: uas: Add PNY USB Portable SSD to unusual_uas
91a6375b1836 usb: usbip: vhci_hcd: protect shift size
cee536f1a5c7 USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
4485bdb99624 usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init_data()
150a9c163c3d usb: dwc3: ulpi: Fix USB2.0 HS/FS/LS PHY suspend regression
97abe6663fa3 usb: dwc3: ulpi: Replace CPU-based busyloop with Protocol-based one
b51963e9f562 usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completion
8907a10c8ffa usb: dwc3: gadget: Clear wait flag on dequeue
dd8363fbca50 usb: dwc3: gadget: Restart DWC3 gadget when enabling pullup
906b0510dde5 usb: dwc3: meson-g12a: disable clk on error handling path in probe
5a5ce1e75c77 usb: typec: intel_pmc_mux: Configure HPD first for HPD+IRQ request
340db7c0a6c0 USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().
1452fefc4c29 USB: cdc-acm: blacklist another IR Droid device
b55debd08b8f usb: gadget: enable super speed plus
22f56c63d50e staging: mt7621-dma: Fix a resource leak in an error handling path
b8c9bb139331 Staging: comedi: Return -EFAULT if copy_to_user() fails
cb5a170e979e powerpc: Handle .text.{hot,unlikely}.* in linker script
80a364421c95 crypto: asym_tpm: correct zero out potential secrets
3f20005ab271 crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
d55d15a332ec scsi: block: Do not accept any requests while suspended
782c9ef2ac05 scsi: block: Remove RQF_PREEMPT and BLK_MQ_REQ_PREEMPT
faa613d033f3 Bluetooth: revert: hci_h5: close serdev device and free hu in h5_close
3ca425885bb7 kbuild: don't hardcode depmod path
e5383432d92c scsi: ufs: Clear UAC for FFU and RPMB LUNs
43dee885bead depmod: handle the case of /sbin/depmod without /sbin in PATH
8532d3ec57e5 lib/genalloc: fix the overflow when size is too big
2179bae04b12 local64.h: make <asm/local64.h> mandatory
271822bbf9fe scsi: core: Only process PM requests if rpm_status != RPM_ACTIVE
a97d55de10aa scsi: scsi_transport_spi: Set RQF_PM for domain validation commands
60fb6a8d782b scsi: ide: Mark power management requests with RQF_PM instead of RQF_PREEMPT
2d8b9f991de7 scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
8ed46b329d4e scsi: block: Introduce BLK_MQ_REQ_PM
4bdd912c724e scsi: ufs-pci: Enable UFSHCD_CAP_RPM_AUTOSUSPEND for Intel controllers
3a1be8e3806e scsi: ufs-pci: Fix recovery from hibernate exit errors for Intel controllers
46e435583610 scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->poweroff()
20e1aec964ea scsi: ufs-pci: Fix restore from S4 for Intel controllers
42b464fb10ff scsi: ufs: Fix wrong print message in dev_err()
dfec7dc891d7 workqueue: Kick a worker based on the actual activation of delayed works
bfb39e6d67a5 block: add debugfs stanza for QUEUE_FLAG_NOWAIT
2dc3447a043b selftests/vm: fix building protection keys test
952264ac96ef stmmac: intel: Add PCI IDs for TGL-H platform
22c0b151bca4 selftests: mlxsw: Set headroom size of correct port
7b81c2f8ad8f net: usb: qmi_wwan: add Quectel EM160R-GL
063608092aa5 ibmvnic: fix: NULL pointer dereference.
57dde18a1e60 CDC-NCM: remove "connected" log message
143143feae03 net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access
495442144c74 net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYs
f62153027b9a r8169: work around power-saving bug on some chip versions
0ad31889c481 vhost_net: fix ubuf refcount incorrectly when sendmsg fails
cf78c32ac7eb bareudp: Fix use of incorrect min_headroom size
cfcd702d038e bareudp: set NETIF_F_LLTX flag
8ca1d23e6ad3 net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
0d6eeee3b9d4 erspan: fix version 1 check in gre_parse_header()
cd63471a4184 net: hns: fix return value check in __lb_other_process()
7a20969b874e net: sched: prevent invalid Scell_log shift count
5e87eabce7bc ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
042c7f35fa61 bnxt_en: Fix AER recovery.
cdb02a7a9e8d net: mvpp2: fix pkt coalescing int-threshold configuration
9b350728118e bnxt_en: Check TQM rings for maximum supported value.
7c0681c2b681 e1000e: Export S0ix flags to ethtool
d0cd009b052e Revert "e1000e: disable s0ix entry and exit flows for ME systems"
4e7176129f4f e1000e: bump up timeout to wait when ME un-configures ULP mode
35a44ba54587 e1000e: Only run S0ix flows if shutdown succeeded
e3cbce80be89 tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
44dc29d44b84 net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered
e4535dbb721d net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
90297553d870 net-sysfs: take the rtnl lock when storing xps_rxqs
0ca897c1ec41 net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
4da25d83b7cc net-sysfs: take the rtnl lock when storing xps_cpus
7eab4e69cb01 net: ethernet: Fix memleak in ethoc_probe
2cdf8c2747d3 net/ncsi: Use real net-device for response handler
23f8bea3e9d9 virtio_net: Fix recursive call to cpus_read_lock()
087cfc73598a qede: fix offload for IPIP tunnel packets
c7d068a2d711 net: ethernet: mvneta: Fix error handling in mvneta_probe
933b2ba7f9de ibmvnic: continue fatal error reset after passive init
0583c8ed2d30 ibmvnic: fix login buffer memory leak
cad75a6bdba6 net: stmmac: dwmac-meson8b: ignore the second clock input
04f241fc7eb3 net: mvpp2: Fix GoP port 3 Networking Complex Control configurations
8ece401fa3d6 atm: idt77252: call pci_disable_device() on error path
0e2dee9a6b26 ionic: account for vlan tag len in rx buffer len
15741c05a889 ethernet: ucc_geth: set dev->max_mtu to 1518
116395a26d95 ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
ca126e9e0345 net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
cf65734dee5f net: mvpp2: prs: fix PPPoE with ipv6 packet parse
121164dc3314 net: mvpp2: Add TCAM entry to drop flow control pause frames
db8895aa58c7 net/sched: sch_taprio: ensure to reset/destroy all child qdiscs
e2572423ab92 iavf: fix double-release of rtnl_lock
d9dea80af65e i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
----
Link: https://lore.kernel.org/r/20210111161510.602817176@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.4.92 from stable korg.
Following upstream commits are included in this version:
----
09f983f0c7fc Linux 5.4.92
e2d69319b713 spi: cadence: cache reference clock rate during probe
d04c7938d0f8 mac80211: check if atf has been disabled in __ieee80211_schedule_txq
d46996cb4b16 mac80211: do not drop tx nulldata packets on encrypted links
56e8947bcf81 tipc: fix NULL deref in tipc_link_xmit()
55bac51762c3 net, sctp, filter: remap copy_from_user failure error
52e0b20c8c57 rxrpc: Fix handling of an unsupported token type in rxrpc_read()
5c466480d7d4 net: avoid 32 x truesize under-estimation for tiny skbs
f6499a78e581 net: sit: unregister_netdevice on newlink's error path
a3870cf8a7a2 net: stmmac: Fixed mtu channged by cache aligned
c213d85cae39 rxrpc: Call state should be read with READ_ONCE() under some circumstances
6d57b582fb35 net: dcb: Accept RTM_GETDCB messages carrying set-like DCB commands
d52f5929d997 net: dcb: Validate netlink message in DCB handler
814e04776211 esp: avoid unneeded kmap_atomic call
0ff06dd1b949 rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request
c897c10e4334 net: mvpp2: Remove Pause and Asym_Pause support
18c29e175e30 mlxsw: core: Increase critical threshold for ASIC thermal zone
7680783452ce mlxsw: core: Add validation of transceiver temperature thresholds
ff6d4e8da7c6 net: ipv6: Validate GSO SKB before finish IPv6 processing
b41352a93c16 net: skbuff: disambiguate argument and member for skb_list_walk_safe helper
aa350dbe3a1e net: introduce skb_list_walk_safe for skb segment walking
760e9fd4f7ab netxen_nic: fix MSI/MSI-x interrupts
982e763ea3c3 udp: Prevent reuseport_select_sock from reading uninitialized socks
bd4793843c85 bpf: Fix helper bpf_map_peek_elem_proto pointing to wrong callback
79ce12cfa56a bpf: Don't leak memory in bpf getsockopt when optlen == 0
4aef760c28e8 nfsd4: readdirplus shouldn't return parent of export
9b72d5ba50f1 spi: npcm-fiu: Disable clock in probe error path
6ef67f59263e spi: npcm-fiu: simplify the return expression of npcm_fiu_probe()
fa6de8d82d9c scsi: lpfc: Make lpfc_defer_acc_rsp static
e82b58aa6471 scsi: lpfc: Make function lpfc_defer_pt2pt_acc static
5e6b88828526 elfcore: fix building with clang
ac29c052654f xen/privcmd: allow fetching resource sizes
dd113b79ee7e compiler.h: Raise minimum version of GCC to 5.1 for arm64
24cea7d70516 usb: ohci: Make distrust_firmware param default to false
----
Link: https://lore.kernel.org/r/20210122135733.565501039@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.4.91 from stable korg.
Following upstream commits are included in this version:
----
d26b3110041a Linux 5.4.91
516bd00e5ac1 netfilter: nft_compat: remove flush counter optimization
935114863364 netfilter: nf_nat: Fix memleak in nf_nat_init
49fc6d92b484 netfilter: conntrack: fix reading nf_conntrack_buckets
548e4168e68d ALSA: firewire-tascam: Fix integer overflow in midi_port_work()
68e67535e26b ALSA: fireface: Fix integer overflow in transmit_midi_msg()
2c3d03cdbd39 dm: eliminate potential source of excessive kernel log noise
a34294774a32 net: sunrpc: interpret the return value of kstrtou32 correctly
8b5107a74db3 iommu/vt-d: Fix unaligned addresses for intel_flush_svm_range_dev()
c2226680343d mm, slub: consider rest of partial list if acquire_slab() fails
cd9e901fe2fc drm/i915/dsi: Use unconditional msleep for the panel_on_delay when there is no reset-deassert MIPI-sequence
9269296721b5 IB/mlx5: Fix error unwinding when set_has_smi_cap fails
40a782293545 RDMA/mlx5: Fix wrong free of blue flame register on error
e8c8d2319bd7 bnxt_en: Improve stats context resource accounting with RDMA driver loaded.
3bcf35a7c05f RDMA/usnic: Fix memleak in find_free_vf_and_create_qp_grp
da834a9bdc23 RDMA/restrack: Don't treat as an error allocation ID wrapping
986fdc7685fa ext4: fix superblock checksum failure when setting password salt
38992092b54e NFS: nfs_igrab_and_active must first reference the superblock
6b3ae2030db9 NFS/pNFS: Fix a leak of the layout 'plh_outstanding' counter
aa2399f55eff pNFS: Stricter ordering of layoutget and layoutreturn
78c2ab7f5265 pNFS: Mark layout for return if return-on-close was not sent
7d1241ae1dce pNFS: We want return-on-close to complete when evicting the inode
69d121ca892c NFS4: Fix use-after-free in trace_event_raw_event_nfs4_set_lock
c70f6e0ac9f9 nvme-tcp: fix possible data corruption with bio merges
55a102004376 ASoC: Intel: fix error code cnl_set_dsp_D0()
2392a54de8ba ASoC: meson: axg-tdmin: fix axg skew offset
973900cd4614 ASoC: meson: axg-tdm-interface: fix loopback
08eb8a735c11 dump_common_audit_data(): fix racy accesses to ->d_name
d443cefd9f73 perf intel-pt: Fix 'CPU too large' error
221dee1d0d4e ARM: picoxcell: fix missing interrupt-parent properties
ba74e0f222c7 drm/msm: Call msm_init_vram before binding the gpu
0251d3eb4480 ACPI: scan: add stub acpi_create_platform_device() for !CONFIG_ACPI
bfdd0a3b86c3 usb: typec: Fix copy paste error for NVIDIA alt-mode description
644baa95db2b drm/amdgpu: fix a GPU hang issue when remove device
596b3423fddc nvmet-rdma: Fix list_del corruption on queue establishment failure
4cb77b877fcc nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQN
242793c7ef2f selftests: fix the return value for UDP GRO test
5fc06b706432 net: ethernet: fs_enet: Add missing MODULE_LICENSE
15a8491cdcd4 misdn: dsp: select CONFIG_BITREVERSE
635a658de303 arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARC
bc68af1fdcac bfq: Fix computation of shallow depth
2abc54579d1b lib/raid6: Let $(UNROLL) rules work with macOS userland
1d05b91ab72e hwmon: (pwm-fan) Ensure that calculation doesn't discard big period values
1229d433960c habanalabs: Fix memleak in hl_device_reset
93aef8e6cc08 habanalabs: register to pci shutdown callback
79df21218d63 ethernet: ucc_geth: fix definition and size of ucc_geth_tx_global_pram
331a6438ebfd regulator: bd718x7: Add enable times
d5f996bea464 btrfs: fix transaction leak and crash after RO remount caused by qgroup rescan
c8dd8af4b35f netfilter: ipset: fixes possible oops in mtype_resize
ca2fc0dc1cec ARC: build: move symlink creation to arch/arc/Makefile to avoid race
6265a0f2410f ARC: build: add boot_targets to PHONY
217d8ba22bce ARC: build: add uImage.lzma to the top-level target
b9128252b9ee ARC: build: remove non-existing bootpImage from KBUILD_IMAGE
5349b17c3df5 dm integrity: fix flush with external metadata device
c553300f1453 cifs: fix interrupted close commands
d17a9571e392 smb3: remove unused flag passed into close functions
55a4dff288af ext4: don't leak old mountpoint samples
2003c669df4c ext4: fix bug for rename with RENAME_WHITEOUT
425faacff213 drm/i915/backlight: fix CPU mode backlight takeover on LPT
72eb9fc82aea btrfs: tree-checker: check if chunk item end overflows
82a948fc67ea r8152: Add Lenovo Powered USB-C Travel Hub
ad5f19c7e9ce dm integrity: fix the maximum number of arguments
5caac6317daf dm snapshot: flush merged data before committing metadata
2017b99ec205 dm raid: fix discard limits for raid1
4335af6c62fc mm/hugetlb: fix potential missing huge page size info
c64366620d91 ACPI: scan: Harden acpi_device_add() against device ID overflows
bc0b70f1d28c RDMA/ocrdma: Fix use after free in ocrdma_dealloc_ucontext_pd()
f7a97dc302be MIPS: relocatable: fix possible boot hangup with KASLR enabled
f5c2f7970683 MIPS: boot: Fix unaligned access with CONFIG_MIPS_RAW_APPENDED_DTB
a650107de374 mips: lib: uncached: fix non-standard usage of variable 'sp'
bda45bbc8e03 mips: fix Section mismatch in reference
aeb64ef1f429 tracing/kprobes: Do the notrace functions check without kprobes on ftrace
984f57e4258c x86/hyperv: check cpu mask after interrupt has been disabled
1a202b9b9d23 ASoC: dapm: remove widget from dirty list on free
82d1a5f6f2e5 btrfs: prevent NULL pointer dereference in extent_io_tree_panic
bb562e6e0358 kbuild: enforce -Werror=return-type
----
Link: https://lore.kernel.org/r/20210118152457.528300594@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.4.90 from stable korg.
Following upstream commits are included in this version:
----
ceed81a883dc Linux 5.4.90
6f484096196b regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()
bbb2fee395e9 net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packet
bd0051a5cb05 block: fix use-after-free in disk_part_iter_next
c5fe50e18fcb KVM: arm64: Don't access PMCR_EL0 when no PMU is available
f595e44b161a net: mvpp2: disable force link UP during port init procedure
5b8d3c3a9fcb regulator: qcom-rpmh-regulator: correct hfsmps515 definition
3582406b9c04 wan: ds26522: select CONFIG_BITREVERSE
480c5e9c7e4c regmap: debugfs: Fix a memory leak when calling regmap_attach_dev
c3c774886790 net/mlx5e: Fix two double free cases
ce74b5a0689d net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups
a2b2ae3812e5 bpftool: Fix compilation failure for net.o with older glibc
2992e3371a3a iommu/intel: Fix memleak in intel_irq_remapping_alloc
006319327d21 lightnvm: select CONFIG_CRC32
46c15eeb0a8a block: rsxx: select CONFIG_CRC32
4834a984e456 wil6210: select CONFIG_CRC32
b28378bc91d0 qed: select CONFIG_CRC32
cc196d4604c9 dmaengine: xilinx_dma: fix mixed_enum_type coverity warning
d0eaf8a8eff8 dmaengine: xilinx_dma: fix incompatible param warning in _child_probe()
e6f247a5f927 dmaengine: xilinx_dma: check dma_async_device_register return value
c15556cb344a dmaengine: mediatek: mtk-hsdma: Fix a resource leak in the error handling path of the probe function
55503711adff i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated
12e8bcaef61a spi: stm32: FIFO threshold level - fix align packet size
9ff4796e6fd9 cpufreq: powernow-k8: pass policy rather than use cpufreq_cpu_get()
4dd15f9bc881 can: kvaser_pciefd: select CONFIG_CRC32
82adac5ad13b can: m_can: m_can_class_unregister(): remove erroneous m_can_clk_stop()
3b68980596fb can: tcan4x5x: fix bittiming const, use common bittiming from m_can driver
b77e0283efdc dmaengine: dw-edma: Fix use after free in dw_edma_alloc_chunk()
f6dd8c259ab8 i2c: sprd: use a specific timeout to avoid system hang up issue
8d0cadc2ea64 ARM: OMAP2+: omap_device: fix idling of devices during probe
003280bd8845 HID: wacom: Fix memory leakage caused by kfifo_alloc
6f367fb1b7ee iio: imu: st_lsm6dsx: fix edge-trigger interrupts
87ea51c90280 vmlinux.lds.h: Add PGO and AutoFDO input sections
099340d3e758 exfat: Month timestamp metadata accidentally incremented
bb039d45ebc5 x86/resctrl: Don't move a task to the same resource group
628af07fc5cd x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSR
96fb3d28c885 chtls: Fix chtls resources release sequence
fac9b53cfacb chtls: Added a check to avoid NULL pointer dereference
38768ea1127d chtls: Replace skb_dequeue with skb_peek
dcce456b2843 chtls: Fix panic when route to peer not configured
44bed66b2be9 chtls: Remove invalid set_tcb call
266ee00f402b chtls: Fix hardware tid leak
ed62af62da41 net/mlx5e: ethtool, Fix restriction of autoneg with 56G
cf59803ce4b3 net/mlx5: Use port_num 1 instead of 0 when delete a RoCE address
3008c639c081 net: dsa: lantiq_gswip: Exclude RMII from modes that report 1 GbE
fc1c907da5a1 s390/qeth: fix L2 header access in qeth_l3_osa_features_check()
e6931e3eb084 nexthop: Unlink nexthop group entry in error path
3cecab93f271 nexthop: Fix off-by-one error in error path
f03b81e61ef5 octeontx2-af: fix memory leak of lmac and lmac->name
12e10b12124c net: ip: always refragment ip defragmented packets
41bfd4111257 net: fix pmtu check in nopmtudisc mode
98fc9692ac3d tools: selftests: add test for changing routes with PTMU exceptions
7694654168bb net: ipv6: fib: flush exceptions when purging route
1cba7e270b16 net/sonic: Fix some resource leaks in error handling paths
37e6368a8de6 net: vlan: avoid leaks on register_vlan_dev() failures
4ff0737ebc76 net: stmmac: dwmac-sun8i: Balance internal PHY power
5698f0921c9b net: stmmac: dwmac-sun8i: Balance internal PHY resource references
fa020a28896c net: hns3: fix a phy loopback fail issue
bddaf51d116c net: hns3: fix the number of queues actually used by ARQ
d73f7e757526 net: cdc_ncm: correct overhead in delayed_ndp_size
5597557244d4 vfio iommu: Add dma available capability
335104082c21 x86/asm/32: Add ENDs to some functions and relabel with SYM_CODE_*
----
Link: https://lore.kernel.org/r/20210115121958.391610178@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.4.89 from stable korg.
Following upstream commits are included in this version:
----
a829146c3fdc Linux 5.4.89
485e21729b1e scsi: target: Fix XCOPY NAA identifier lookup
7795afa0d7a9 KVM: x86: fix shift out of bounds reported by UBSAN
a9d49da7edf8 x86/mtrr: Correct the range check before performing MTRR type lookups
a798b367a066 netfilter: nft_dynset: report EOPNOTSUPP on missing set feature
5e401ea71676 netfilter: xt_RATEEST: reject non-null terminated string from userspace
1dd6a790c220 netfilter: ipset: fix shift-out-of-bounds in htable_bits()
e0281bb5a82d netfilter: x_tables: Update remaining dereference to RCU
828f2a20f946 drm/i915: clear the gpu reloc batch
ef8133b1b47e dmabuf: fix use-after-free of dmabuf's file->f_inode
284be2b993ca Revert "device property: Keep secondary firmware node secondary by type"
64d06c7f2fa2 btrfs: send: fix wrong file path when there is an inode with a pending rmdir
0cb0b876f17f ALSA: hda/realtek: Add two "Intel Reference board" SSID in the ALC256.
02e59692a6b1 ALSA: hda/realtek: Enable mute and micmute LED on HP EliteBook 850 G7
d63a96f45c4f ALSA: hda/realtek - Fix speaker volume control on Lenovo C940
30fd9778cf8f ALSA: hda/conexant: add a new hda codec CX11970
121944484cc4 ALSA: hda/via: Fix runtime PM for Clevo W35xSS
a5c7a456680f kvm: check tlbs_dirty directly
10dcb79ec79e x86/mm: Fix leak of pmd ptlock
d3e5db486fd8 USB: serial: keyspan_pda: remove unused variable
bcffe2de9dde usb: gadget: configfs: Fix use-after-free issue with udc_name
276828221852 usb: gadget: configfs: Preserve function ordering after bind failure
b2bd36f54495 usb: gadget: Fix spinlock lockup on usb_function_deactivate
ce507b55db29 USB: gadget: legacy: fix return error code in acm_ms_bind()
7f875ea9883c usb: gadget: u_ether: Fix MTU size mismatch with RX packet size
b89a5f39c2b5 usb: gadget: function: printer: Fix a memory leak for interface descriptor
692ab0726460 usb: gadget: f_uac2: reset wMaxPacketSize
7ac84fa85ba2 usb: gadget: select CONFIG_CRC32
77a804dd6b46 ALSA: usb-audio: Fix UBSAN warnings for MIDI jacks
5c263f16822f USB: usblp: fix DMA to stack
41f15da2abd9 USB: yurex: fix control-URB timeout handling
175f7a5fa7e6 USB: serial: option: add Quectel EM160R-GL
1a59feb52dc4 USB: serial: option: add LongSung M5710 module support
ac48b1dacb07 USB: serial: iuu_phoenix: fix DMA from stack
8a051eaae708 usb: uas: Add PNY USB Portable SSD to unusual_uas
a7b81d0d2e07 usb: usbip: vhci_hcd: protect shift size
f7cc27eb358d USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
ea472d839133 usb: chipidea: ci_hdrc_imx: add missing put_device() call in usbmisc_get_init_data()
a37a0667e1e0 usb: dwc3: ulpi: Use VStsDone to detect PHY regs access completion
5b8e1be9e0c1 USB: cdc-wdm: Fix use after free in service_outstanding_interrupt().
5445502a344b USB: cdc-acm: blacklist another IR Droid device
eeae1d95ce4e usb: gadget: enable super speed plus
70cf59b8ffb4 staging: mt7621-dma: Fix a resource leak in an error handling path
c511f27e130e powerpc: Handle .text.{hot,unlikely}.* in linker script
867c10a03f84 crypto: asym_tpm: correct zero out potential secrets
ff7397add935 crypto: ecdh - avoid buffer overflow in ecdh_set_secret()
9e60056b1f53 video: hyperv_fb: Fix the mmap() regression for v5.4.y and older
84d488719b27 Bluetooth: revert: hci_h5: close serdev device and free hu in h5_close
3417067b3111 kbuild: don't hardcode depmod path
3f2a28930a7e net/sched: sch_taprio: ensure to reset/destroy all child qdiscs
c41ea30c3839 ionic: account for vlan tag len in rx buffer len
5c6eb887e192 vhost_net: fix ubuf refcount incorrectly when sendmsg fails
8f64957fda12 net: usb: qmi_wwan: add Quectel EM160R-GL
12ab7b627d43 CDC-NCM: remove "connected" log message
171a2bce9d6c net: dsa: lantiq_gswip: Fix GSWIP_MII_CFG(p) register access
c0883010d3b3 net: dsa: lantiq_gswip: Enable GSWIP_MII_CFG_EN also for internal PHYs
07f26fc52b45 r8169: work around power-saving bug on some chip versions
106ca9ca9acc net: hdlc_ppp: Fix issues when mod_timer is called while timer is running
2b8aa896b151 erspan: fix version 1 check in gre_parse_header()
606f5412ad86 net: hns: fix return value check in __lb_other_process()
e40b5fc79110 net: sched: prevent invalid Scell_log shift count
b16f883e71f3 ipv4: Ignore ECN bits for fib lookups in fib_compute_spec_dst()
a018c071de14 net: mvpp2: fix pkt coalescing int-threshold configuration
443a71031e49 tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS
c076e1198554 net: ethernet: ti: cpts: fix ethtool output when no ptp_clock registered
8602c20a9160 net-sysfs: take the rtnl lock when accessing xps_rxqs_map and num_tc
1f6b04a2b282 net-sysfs: take the rtnl lock when storing xps_rxqs
67ed54a63f43 net-sysfs: take the rtnl lock when accessing xps_cpus_map and num_tc
fb14db9508c0 net-sysfs: take the rtnl lock when storing xps_cpus
e43ec45d45af net: ethernet: Fix memleak in ethoc_probe
56dc7908ed85 net/ncsi: Use real net-device for response handler
dffef999e484 virtio_net: Fix recursive call to cpus_read_lock()
5404192a8721 qede: fix offload for IPIP tunnel packets
8009f6bb13a3 net: ethernet: mvneta: Fix error handling in mvneta_probe
6d003fe7fe87 ibmvnic: continue fatal error reset after passive init
3d16088a9668 net: mvpp2: Fix GoP port 3 Networking Complex Control configurations
8548c9679939 atm: idt77252: call pci_disable_device() on error path
2a006b4fa5cc ethernet: ucc_geth: set dev->max_mtu to 1518
c2ca14cc6f55 ethernet: ucc_geth: fix use-after-free in ucc_geth_remove()
af99cae96fdc net: systemport: set dev->max_mtu to UMAC_MAX_MTU_SIZE
8dd98d5d2ba4 net: mvpp2: prs: fix PPPoE with ipv6 packet parse
73445f29575a net: mvpp2: Add TCAM entry to drop flow control pause frames
a5a6dc4dc293 iavf: fix double-release of rtnl_lock
6aba31a7c72e i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFs
9ea03f6890ce proc: fix lookup in /proc/net subdirectories after setns(2)
d2942e958f26 proc: change ->nlink under proc_subdir_lock
59b10c8a59a1 depmod: handle the case of /sbin/depmod without /sbin in PATH
663a0bcb3fa5 lib/genalloc: fix the overflow when size is too big
19e0cf8fc481 scsi: scsi_transport_spi: Set RQF_PM for domain validation commands
eb3e975ac2a3 scsi: ide: Do not set the RQF_PREEMPT flag for sense requests
4ae3573c571e scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->poweroff()
5f9c3d640505 scsi: ufs: Fix wrong print message in dev_err()
515dc635eb76 workqueue: Kick a worker based on the actual activation of delayed works
----
Link: https://lore.kernel.org/r/20210111130039.165470698@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
| |
Add entries for EULA versions 16 and 17. The next NXP release
5.4.70-2.3.0 uses version 17.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
| |
The 8QuadXPlus and 8DualXPlus are identical except for core number, and
the Multisensory Environment Kit board for each is the same. Rework the
configuration to better capture the commonality.
Also, rename the machine to match the devicetree name, which also
improves readability.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
| |
The 8M Mini Evaluation Kit has two variants, one for LPDDR4 and one for
DDR4, with two corresponding sets of image components. The current machine
configuration places both sets into a single image and boots for LPDDR4.
The user must manually update the image to make it work for the DDR4
EVK variant.
Simplify the DDR4 case by providing a dedicated machine configuration.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
| |
There are two variants of the 8M Nano 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>
|
|
|
|
|
|
|
|
|
|
| |
The current machine configuration support for 8QXP MEK is for rev B0 silicon.
Support for rev C0 is implemented using a machine override `mx8qxpc0`.
Update the default build to rev C0 silicon. Support for rev B0 is provided
with a new machine feature `soc-revb0`. The machine override is removed.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fix missing pci support.
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 4356, 4359, and 43455 WiFi modules.
Add device trees for PCIE EP, lcdif, and rpmsg.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
trees
Rename to match device tree name and improve readability.
Update to B0, which requires boot seek of 32.
Fix missing pci support.
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 4356, 4359, and 43455 WiFi modules.
Add device trees for PCIE EP, lvds, Sound Open Firmware, and USD WiFi.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
| |
Isolate device trees unique to linux-imx kernel to the NXP BSP.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Rename to match device tree name.
Drop Qualcomm 6174, which is no longer supported.
Enable Broadcom 4356, 4359, and 43455 WiFi modules.
Add device trees for PCIE EP and USD WiFi.
Drop redundant SERIAL_CONSOLES assignment.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
| |
Rename to match device tree name.
Add jailhouse and several device trees. Enable jailhouse by adding
jailhouse to DISTRO_FEATURES.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
| |
Enable jailhouse support.
Enable Broadcom 4356, 4359, and 43455 WiFi modules.
Add various device trees.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
| |
Enable Broadcom 4356, 4359, and 43455 WiFi modules.
Add device trees for PCIE EP, 8-mic proto board, and USD WiFi.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
| |
Specify mainline versus NXP kernel device trees.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 43430 WiFi module.
Drop QCA 9377 as it is not supported for 7ULP EVK since 4.14 kernel.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 4339 and 43455 WiFi modules.
Add non-secure boot configuration option.
Add device trees for PCIE EP and USD WiFi.
Add mesa-driver-swrast to XSERVER.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
| |
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 4339 and 43455 WiFi modules.
Add missing UBOOT_CONFIG options emmc, nand, and qspi1.
Drop redundant SERIAL_CONSOLES assignment.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 4339 and 43455 WiFi modules.
Remove pci which is not supported by 6UL EVK.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 4339 and 43455 WiFi modules.
Add PCIE EP device tree.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
| |
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
| |
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 4339 and 43455 WiFi modules.
Remove pci which is not supported by 6SLL EVK.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
| |
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE
in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc.
Enable Broadcom 4339 and 43455 WiFi modules.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
| |
Redistribute Broadcom firmware provided by Murata, under standard
NXP EULA.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
| |
The variable IMAGE_BOOTLOADER is not used since the move to wic.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
| |
When `use-nxp-bsp` is active, several variables are missing default values and
contain only the additional values for `use-nxp-bsp`. Fix this by replacing
the override `_use-nxp-bsp_append` with `_append_use-nxp-bsp`.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
| |
The DEFAULTTUNE and UBOOT_ENTRYPOINT are the same for all 8M, so
set them using the mx8m override.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
| |
The use-*-bsp rework renamed use-fsl-bsp to use-nxp-bsp.
It also added to MACHINEOVERRIDES automatically, so fix the comment
as well.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
| |
This missing license version is not causing any known problem, but
adding it shouldn't cause a problem and could be useful if a V13
archive should surface.
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.4.88 from stable korg.
Following upstream commits are included in this version:
----
f3a4c8d50145 Linux 5.4.88
0a49aaf4df29 mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
117433236ae2 exec: Transform exec_update_mutex into a rw_semaphore
d390fc97df62 rwsem: Implement down_read_interruptible
1b75a263fbd9 rwsem: Implement down_read_killable_nested
71b8355ba667 perf: Break deadlock involving exec_update_mutex
732251cabeb3 fuse: fix bad inode
06c672dd61b5 iio:imu:bmi160: Fix alignment and data leak issues
7a736f41013e kdev_t: always inline major/minor helper functions
61a0d8e437bb dmaengine: at_hdmac: add missing kfree() call in at_dma_xlate()
20d5ee563bfd dmaengine: at_hdmac: add missing put_device() call in at_dma_xlate()
f2a0b7677444 dmaengine: at_hdmac: Substitute kzalloc with kmalloc
4d3ba541bede Revert "mtd: spinand: Fix OOB read"
da5b4cf021b9 Revert "drm/amd/display: Fix memory leaks in S3 resume"
----
Link: https://lore.kernel.org/r/20210107143049.929352526@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.4.87 from stable korg.
Following upstream commits are included in this version:
----
b3f656a592f3 Linux 5.4.87
41ae3e574ccf dm verity: skip verity work if I/O error when system is shutting down
8b3c00977264 ALSA: pcm: Clear the full allocated memory at hw_params
480abac78e03 tick/sched: Remove bogus boot "safety" check
1dab82dd202d um: ubd: Submit all data segments atomically
d32747bb687d fs/namespace.c: WARN if mnt_count has become negative
9f4e8026d202 module: delay kobject uevent until after module init call
86db71810a27 f2fs: avoid race condition for shrinker count
dbe184f6be1e NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode
d52faa7fb12f i3c master: fix missing destroy_workqueue() on error in i3c_master_register
22f815627c64 powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
a95049c51417 rtc: pl031: fix resource leak in pl031_probe
e2926630f653 quota: Don't overflow quota file offsets
1842dde0dd13 module: set MODULE_STATE_GOING state when a module fails to load
569da7c3d9a3 rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
642c2d74c365 fcntl: Fix potential deadlock in send_sig{io, urg}()
5b2f1ad6b12b bfs: don't use WARNING: string when it's just info.
3a2a5e197a84 ALSA: rawmidi: Access runtime->avail always in spinlock
8d2204a05391 ALSA: seq: Use bool for snd_seq_queue internal flags
4250fe65b2e6 f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
28a29e3a658a media: gp8psk: initialize stats at power control logic
750627d36f84 misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells()
01be033cc127 reiserfs: add check for an invalid ih_entry_count
18e1101b0ee9 Bluetooth: hci_h5: close serdev device and free hu in h5_close
b726f8602207 scsi: cxgb4i: Fix TLS dependency
57ba2c7a50bf cgroup: Fix memory leak when parsing multiple source parameters
8ddf02859c69 of: fix linker-section match-table corruption
8ec95e308418 null_blk: Fix zone size initialization
7c3d8d73bafd tools headers UAPI: Sync linux/const.h with the kernel headers
376c3111413c uapi: move constants from <linux/kernel.h> to <linux/const.h>
af07e4dd0783 scsi: block: Fix a race in the runtime power management code
9ce7ac5ed53b jffs2: Fix NULL pointer dereference in rp_size fs option parsing
3a83e289e4b7 jffs2: Allow setting rp_size to zero during remounting
ee78e7d93e35 powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
7cb6087b4536 KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
3d4a05894500 KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accesses
d77c1ab54c9e KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRL
11459136a107 ext4: don't remount read-only with errors=continue on reboot
6b0a4f603d5b btrfs: fix race when defragmenting leads to unnecessary IO
30aea96ff142 vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
29c2d3e91e3d fscrypt: remove kernel-internal constants from UAPI header
34f000524d33 fscrypt: add fscrypt_is_nokey_name()
eddc69467e39 f2fs: prevent creating duplicate encrypted filenames
6fe20a5204a6 ubifs: prevent creating duplicate encrypted filenames
3ebfed353afd ext4: prevent creating duplicate encrypted filenames
faa72d97c3e3 thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changed
d3076d054f3e md/raid10: initialize r10_bio->read_slot before use.
c71c512f4a65 net/sched: sch_taprio: reset child qdiscs before freeing them
----
Link: https://lore.kernel.org/r/20210104155705.740576914@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.4.86 from stable korg.
Following upstream commits are included in this version:
----
dfce803cd87d Linux 5.4.86
8302bd9afd4b x86/CPU/AMD: Save AMD NodeId as cpu_die_id
6001db0272da Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"
33afcf723a0e rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time
7e0f7a293608 regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22x
be23b04074b1 PCI: Fix pci_slot_release() NULL pointer dereference
b1f9419d5e6c platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha 12
c16b5849352c libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labels
68d139a97415 xenbus/xenbus_backend: Disallow pending watch messages
d3eaea062b51 xen/xenbus: Count pending messages for each watch
c45b0a8d2a68 xen/xenbus/xen_bus_type: Support will_handle watch callback
7da6db982e53 xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
eac0c12e329d xen/xenbus: Allow watches discard events before queueing
8f3f6de44f7c xen-blkback: set ring->xenblkd to NULL after kthread_stop()
383c60c16dd8 dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.
b16a6a46e0b2 device-dax/core: Fix memory leak when rmmod dax.ko
f3ede933fbc7 clk: tegra: Do not return 0 on failure
f133bfbe1201 clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9
ca4fd0284cb3 clk: ingenic: Fix divider calculation with div tables
13e6b6259e6d pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_handler
2fb550de7563 md/cluster: fix deadlock when node is doing resync job
7523d147087b md/cluster: block reshape with remote resync job
27b58f6adad8 iio:adc:ti-ads124s08: Fix alignment and data leak issues.
2d7229c037d1 iio:adc:ti-ads124s08: Fix buffer being too long.
d6ea1d559027 iio:imu:bmi160: Fix too large a buffer.
91b7b231f5e7 iio:pressure:mpl3115: Force alignment of buffer
9607d22e71d1 iio:magnetometer:mag3110: Fix alignment and data leak issues.
71a326dcd2a8 iio:light:st_uvis25: Fix timestamp alignment and prevent data leak.
c18fc255187f iio:light:rpr0521: Fix timestamp alignment and prevent data leak.
860ab67cd81e iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in rockchip_saradc_resume
0fa2b43b0a2a iio: buffer: Fix demux update
82af6e44b7d4 scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()
7ec7630548dc scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()
6822575cf204 scsi: qla2xxx: Fix crash during driver load on big endian machines
1b26af7e4c7f mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments
c5f3e5ca8116 mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read
2aea2b22b6f9 mtd: parser: cmdline: Fix parsing of part-names with colons
4290a73c9d67 mtd: spinand: Fix OOB read
b22739509dcb soc: qcom: smp2p: Safely acquire spinlock without IRQs
ddcb518dee78 spi: atmel-quadspi: Fix AHB memory accesses
96f7bd39f56f spi: atmel-quadspi: Disable clock in probe error path
8f295baae53d spi: mt7621: Don't leak SPI master in probe error path
0818aab8a82b spi: mt7621: Disable clock in probe error path
cad189512c38 spi: synquacer: Disable clock in probe error path
4051e5b7741b spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error path
3c0e28f2881e spi: sc18is602: Don't leak SPI master in probe error path
819f9edaaeb9 spi: rb4xx: Don't leak SPI master in probe error path
c5491ac11559 spi: pic32: Don't leak DMA channels in probe error path
3ea835ac604b spi: mxic: Don't leak SPI master in probe error path
0da7709f5ea3 spi: gpio: Don't leak SPI master in probe error path
ee1d2aef1c13 spi: fsl: fix use of spisel_boot signal on MPC8309
614f2529c8ea spi: davinci: Fix use-after-free on unbind
c6b9bfb0c477 spi: atmel-quadspi: Fix use-after-free on unbind
bd6d736dbf36 spi: spi-sh: Fix use-after-free on unbind
17360c3af129 spi: pxa2xx: Fix use-after-free on unbind
c5ae864c148c drm/i915: Fix mismatch between misplaced vma check and vma insert
1e684ad37047 drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor()
e1b1f10c3404 drm/amd/display: Fix memory leaks in S3 resume
b966771b0d69 platform/x86: mlx-platform: remove an unused variable
cbeb61258186 jfs: Fix array index bounds check in dbAdjTree
8ee70b6db882 jffs2: Fix ignoring mounting options problem during remounting
00e45efaf9ff jffs2: Fix GC exit abnormally
ea1e4ba032c5 ubifs: wbuf: Don't leak kernel memory to flash
32825fe72cb3 SMB3: avoid confusing warning message on mount to Azure
f22f743a2af2 ceph: fix race in concurrent __ceph_remove_cap invocations
a7b014b54c16 um: Remove use of asprinf in umid.c
26d72a8460dc ima: Don't modify file descriptor mode on the fly
a89b91fcb07c powerpc/powernv/memtrace: Fix crashing the kernel when enabling concurrently
45bf367c8550 powerpc/powernv/memtrace: Don't leak kernel memory to user space
59334d821e8a powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU
c7f66ad880a9 powerpc/mm: Fix verification of MMU_FTR_TYPE_44x
32e29541b5aa powerpc/8xx: Fix early debug when SMC1 is relocated
15c9e56b41d0 powerpc/xmon: Change printk() to pr_cont()
c7b89d0d7186 powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LE
0f157acd436c powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter
30a58a3f7c85 powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
3ee6a2bc1428 xprtrdma: Fix XDRBUF_SPARSE_PAGES support
2504e407a39f ARM: dts: at91: sama5d2: fix CAN message ram offset and size
789246b9afe8 ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES
6ee6e4e5a4cf KVM: arm64: Introduce handling of AArch32 TTBCR2 traps
8635f0fe06c5 ext4: fix deadlock with fs freezing and EA inodes
c90a5f4851a8 ext4: fix a memory leak of ext4_free_data
e21d630a2c0d btrfs: trim: fix underflow in trim length to prevent access beyond device boundary
1d11ed122f6f btrfs: do not shorten unpin len for caching block groups
af7414836d88 USB: serial: keyspan_pda: fix write unthrottling
7dae22ba62b2 USB: serial: keyspan_pda: fix tx-unthrottle use-after-free
f99817ab5821 USB: serial: keyspan_pda: fix write-wakeup use-after-free
a07b690e1976 USB: serial: keyspan_pda: fix stalled writes
0f13247fabaf USB: serial: keyspan_pda: fix write deadlock
ebd9857a5bd4 USB: serial: keyspan_pda: fix dropped unthrottle interrupts
89fb2b91a9da USB: serial: digi_acceleport: fix write-wakeup deadlocks
08c24438fb10 USB: serial: mos7720: fix parallel-port state restore
6eab3f646b1a cpuset: fix race between hotplug work and later CPU offline
066d115fdd29 EDAC/amd64: Fix PCI component registration
f4ce4a53c4e4 EDAC/i10nm: Use readl() to access MMIO registers
f9189a3bb5f9 crypto: arm/aes-ce - work around Cortex-A57/A72 silion errata
36a58bda87cd crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()
f26f0e7770a1 powerpc/perf: Exclude kernel samples while counting events in user space.
8096a2c6b9f6 perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake
aa3cce9ceff0 perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANY
1e3de428d155 staging: comedi: mf6x4: Fix AI end-of-conversion detection
ee0bcb1721a5 ASoC: cx2072x: Fix doubly definitions of Playback and Capture streams
5fbf84689f11 binder: add flag to clear buffer on txn complete
a7c256a9fd18 s390/dasd: fix list corruption of lcu list
9c40d69a3be2 s390/dasd: fix list corruption of pavgroup group list
042683917f4b s390/dasd: prevent inconsistent LCU device data
c8acd8d55bb9 s390/dasd: fix hanging device offline processing
3038bbd1bb33 s390/kexec_file: fix diag308 subcode when loading crash kernel
c185f13918b4 s390/smp: perform initial CPU reset also for SMT siblings
48d3f12869ef ALSA: core: memalloc: add page alignment for iram
cd3ff2a46d9c ALSA: usb-audio: Disable sample read check if firmware doesn't give back
b1e3c2fb0fbe ALSA: usb-audio: Add VID to support native DSD reproduction on FiiO devices
58cb166b1f8a ALSA: hda/realtek: Apply jack fixup for Quanta NL3
b61b2aa91f2b ALSA: hda/realtek: Add quirk for MSI-GP73
89d429ed2cdf ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510G
0bf907442c5f ALSA: pcm: oss: Fix a few more UBSAN fixes
11cd11af4058 ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset Button
da723248c5f8 ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with ALC255
010a784a1a27 ALSA: hda/realtek - Enable headset mic of ASUS X430UN with ALC256
0fc8e6b85680 ALSA: hda/realtek: make bass spk volume adjustable on a yoga laptop
52d09e0cdb78 ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg.
1ca2437530e5 ALSA: hda: Fix regressions on clear and reconfig sysfs
2c6c6001d077 ACPI: PNP: compare the string length in the matching_id()
772dd826a44b Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks"
b9d93a666656 PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()
670b1b7e0d53 ALSA: hda/ca0132 - Change Input Source enum strings.
8f827adb9bbc Input: cyapa_gen6 - fix out-of-bounds stack access
98c956a6d9f7 media: ipu3-cio2: Make the field on subdev format V4L2_FIELD_NONE
f05ac76139e6 media: ipu3-cio2: Validate mbus format in setting subdev format
44cb512a020e media: ipu3-cio2: Serialise access to pad format
a47bc844f436 media: ipu3-cio2: Return actual subdev format
7dc40e1f8044 media: ipu3-cio2: Remove traces of returned buffers
d7e6b7b6a7f7 media: netup_unidvb: Don't leak SPI master in probe error path
0bfbb8393e51 media: sunxi-cir: ensure IR is handled when it is continuous
124dc7d4f4b6 media: gspca: Fix memory leak in probe
f97b54c8152d vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
df308380cbf3 Input: goodix - add upside-down quirk for Teclast X98 Pro tablet
070bd3a8ac55 initramfs: fix clang build failure
f252a9953249 Input: cros_ec_keyb - send 'scancodes' in addition to key events
2686041cef06 drm/amdkfd: Fix leak in dmabuf import
dc06432d9304 drm/amd/display: Prevent bandwidth overflow
ca49d919d79c lwt: Disable BH too in run_lwt_bpf()
b8dfee234581 fix namespaced fscaps when !CONFIG_SECURITY
5350b833bb0a cfg80211: initialize rekey_data
ec15d0700709 ARM: sunxi: Add machine match for the Allwinner V3 SoC
d629b50f9fdc perf probe: Fix memory leak when synthesizing SDT probes
cbcb176b6016 kconfig: fix return value of do_error_if()
6e8beb020d5c clk: sunxi-ng: Make sure divider tables have sentinel
3cdeedf801b5 clk: s2mps11: Fix a resource leak in error handling paths in the probe function
ef56621a579a clk: at91: sam9x60: remove atmel,osc-bypass support
e01dfcc08b55 virtio_ring: Fix two use after free bugs
2d65ff873d06 virtio_net: Fix error code in probe()
5f70910832c7 virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()
372f06cd6b89 qlcnic: Fix error code in probe
c16e42c93241 perf record: Fix memory leak when using '--user-regs=?' to list registers
ceadde18f69a pwm: lp3943: Dynamically allocate PWM chip base
6bf2ef4bd38d pwm: zx: Add missing cleanup in error path
d4515a24a802 clk: ti: Fix memleak in ti_fapll_synth_setup
572eba1ce574 watchdog: coh901327: add COMMON_CLK dependency
2b1575e28906 watchdog: qcom: Avoid context switch in restart handler
fad88d462596 libnvdimm/label: Return -ENXIO for no slot in __blk_label_update
b6c680755d22 net: korina: fix return value
19e73c9ff0bf net: allwinner: Fix some resources leak in the error handling path of the probe and in the remove function
226bcdbb4a60 net: bcmgenet: Fix a resource leak in an error handling path in the probe functin
efc570073cbe lan743x: fix rx_napi_poll/interrupt ping-pong
9f5b56b5a71d checkpatch: fix unescaped left brace
b32c5e0ae6f7 mm: don't wake kswapd prematurely when watermark boosting is disabled
c3bf90c6aac5 sparc: fix handling of page table constructor failure
6ef298e1cebd powerpc/ps3: use dma_mapping_error()
d864e7e8270a nfc: s3fwrn5: Release the nfc firmware
7a3d6a5dfc78 RDMA/cma: Don't overwrite sgid_attr after device is released
2d01f3d75013 sunrpc: fix xs_read_xdr_buf for partial pages receive
4acbc03e4fed um: chan_xterm: Fix fd leak
1bbd5678c0b4 um: tty: Fix handling of close in tty lines
1355bbe3a717 um: Monitor error events in IRQ controller
a37d283825a4 ubifs: Fix error return code in ubifs_init_authentication()
d4dbcfb7e158 watchdog: Fix potential dereferencing of null pointer
4e091ff107be watchdog: sprd: check busy bit before new loading rather than after that
4c8cffffc926 watchdog: sprd: remove watchdog disable from resume fail path
4a4b31e8b5a7 watchdog: sirfsoc: Add missing dependency on HAS_IOMEM
4d5aea30c1cd watchdog: armada_37xx: Add missing dependency on HAS_IOMEM
849270acd7b6 irqchip/alpine-msi: Fix freeing of interrupts on allocation error path
aca4d1bd7e19 ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control()
297e48ccf166 mac80211: don't set set TDLS STA bandwidth wider than possible
d07972d764e8 crypto: atmel-i2c - select CONFIG_BITREVERSE
f71984fc4482 extcon: max77693: Fix modalias string
a4fd2da3e85e mtd: rawnand: gpmi: Fix the random DMA timeout issue
86f6e53642fa mtd: rawnand: meson: Fix a resource leak in init
5e8715b2383a mtd: rawnand: gpmi: fix reference count leak in gpmi ops
9c5b041ba20a clk: tegra: Fix duplicated SE clock entry
1ba196a73c45 remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()
6f597c451e07 remoteproc: qcom: fix reference leak in adsp_start
f61bce4bc833 remoteproc: q6v5-mss: fix error handling in q6v5_pds_enable
9b54e31fd08f RDMA/core: Do not indicate device ready when device enablement fails
e6323070bdc7 can: m_can: m_can_config_endisable(): remove double clearing of clock stop request bit
6daf2d466380 erofs: avoid using generic_block_bmap
35e2bec96488 iwlwifi: mvm: hook up missing RX handlers
857b1403c3e5 s390/cio: fix use-after-free in ccw_device_destroy_console
be4d879cb7c4 bus: fsl-mc: fix error return code in fsl_mc_object_allocate()
9b4f327c0746 platform/chrome: cros_ec_spi: Don't overwrite spi::mode
070c57885ec3 x86/kprobes: Restore BTF if the single-stepping is cancelled
353b19562a03 nfs_common: need lock during iterate through the list
48ed3e57ad58 nfsd: Fix message level for normal termination
b4ac244716f3 speakup: fix uninitialized flush_lock
989d52723643 usb: oxu210hp-hcd: Fix memory leak in oxu_create
2addd726083f usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probe
3f72486cecec powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S
a696ed262e83 ASoC: amd: change clk_get() to devm_clk_get() and add missed checks
972db497be45 drm/mediatek: avoid dereferencing a null hdmi_phy on an error message
ef55a3c384cc powerpc/pseries/hibernation: remove redundant cacheinfo update
c4115721d1f0 powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops
570697132c2c platform/x86: mlx-platform: Fix item counter assignment for MSN2700, MSN24xx systems
a247efe47743 scsi: fnic: Fix error return code in fnic_probe()
0e724f2e80ba seq_buf: Avoid type mismatch for seq_buf_init
0b93626d3965 scsi: pm80xx: Fix error return in pm8001_pci_probe()
79e14f1c323c scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe
172bb906202f arm64: dts: meson: g12a: x96-max: fix PHY deassert timing requirements
13f4c61d2f5c ARM: dts: meson: fix PHY deassert timing requirements
154105c0ba56 arm64: dts: meson: fix PHY deassert timing requirements
62b240d2644e Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware()
097c4d9921b2 Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmware()
3d3caa8e971d cpufreq: scpi: Add missing MODULE_ALIAS
6e34c9478fe5 cpufreq: loongson1: Add missing MODULE_ALIAS
3e3feeb0d2ba cpufreq: sun50i: Add missing MODULE_DEVICE_TABLE
ef802b5a5e26 cpufreq: st: Add missing MODULE_DEVICE_TABLE
742697643c94 cpufreq: qcom: Add missing MODULE_DEVICE_TABLE
c9d204c02825 cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE
f3754eec127d cpufreq: highbank: Add missing MODULE_DEVICE_TABLE
e32836221017 cpufreq: ap806: Add missing MODULE_DEVICE_TABLE
3b6ba2fe6524 clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI
b4219894d154 clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sne
e223cf39b928 phy: renesas: rcar-gen3-usb2: disable runtime pm in case of failure
675b3ba9cc96 dm ioctl: fix error return code in target_message
d863d76536df ASoC: jz4740-i2s: add missed checks for clk_get()
1b760dc9d967 net/mlx5: Properly convey driver version to firmware
a64822872957 MIPS: Don't round up kernel sections size for memblock_add()
33eeb395515d memstick: r592: Fix error return in r592_probe()
e39b37d6a2ce arm64: dts: rockchip: Fix UART pull-ups on rk3328
33892a3797f1 pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()
08e22710601a bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
e02d218aa63d ARM: dts: at91: sama5d2: map securam as device
da8890329599 iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt context
d903b80e1abc clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()
742d5de6c2fc clocksource/drivers/orion: Add missing clk_disable_unprepare() on error path
40f9ac2b0295 powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.S
4968cc5ed0c0 powerpc/perf: Fix crash with is_sier_available when pmu is not set
b0483a32d163 media: saa7146: fix array overflow in vidioc_s_audio()
bfdf000e5dd9 hwmon: (ina3221) Fix PM usage counter unbalance in ina3221_write_enable
a0f07c9ad72d vfio-pci: Use io_remap_pfn_range() for PCI IO memory
5ac81a4e5fa3 selftests/seccomp: Update kernel config
0588b8a03469 NFS: switch nfsiod to be an UNBOUND workqueue.
1094bd2edaa2 lockd: don't use interval-based rebinding over TCP
cbb0a57326b8 net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'
a0842124422e NFSv4: Fix the alignment of page data in the getdeviceinfo reply
73892eef6d9e SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
2823b8979375 NFSv4.2: condition READDIR's mask for security label based on LSM state
04e9c169810c SUNRPC: rpc_wake_up() should wake up tasks in the correct order
a3ac7dd8b16b ath10k: Release some resources in an error handling path
6b6edd2c072b ath10k: Fix an error handling path
e856abba7fca ath10k: Fix the parsing error in service available event
f4935d3c7b57 platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init
3d64e8ce592b ARM: dts: at91: at91sam9rl: fix ADC triggers
09347a537cc7 soc: amlogic: canvas: add missing put_device() call in meson_canvas_get()
8424a5b661ca arm64: dts: meson-sm1: fix typo in opp table
f4951cb10668 arm64: dts: meson: fix spi-max-frequency on Khadas VIM2
49b563bfdd66 PCI: iproc: Fix out-of-bound array accesses
4ef5a46d2964 PCI: Fix overflow in command-line resource alignment requests
048b98083c27 PCI: Bounds-check command-line resource alignment requests
72577f162cae arm64: dts: qcom: c630: Polish i2c-hid devices
a554b68baf27 arm64: dts: ls1028a: fix ENETC PTP clock input
a85f3e7cb717 genirq/irqdomain: Don't try to free an interrupt that has no mapping
2f00dcc6ce7a power: supply: bq24190_charger: fix reference leak
e230e193c966 power: supply: axp288_charger: Fix HP Pavilion x2 10 DMI matching
8e9678d9d131 arm64: dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc
11f007a5583d arm64: dts: armada-3720-turris-mox: update ethernet-phy handle name
5a551ef11669 ARM: dts: Remove non-existent i2c1 from 98dx3236
15305a5b103d HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()
ec30659ea631 slimbus: qcom-ngd-ctrl: Avoid sending power requests without QMI
76170933d3da media: max2175: fix max2175_set_csm_mode() error code
5873beee8744 mips: cdmm: fix use-after-free in mips_cdmm_bus_discover
51795c385f73 media: imx214: Fix stop streaming
ceff135b9d93 samples: bpf: Fix lwt_len_hist reusing previous BPF map
4dc1360203c4 platform/x86: mlx-platform: Remove PSU EEPROM from MSN274x platform configuration
3432883ae896 platform/x86: mlx-platform: Remove PSU EEPROM from default platform configuration
c14a740743f7 media: siano: fix memory leak of debugfs members in smsdvb_hotplug
6b93d6c5a888 arm64: tegra: Fix DT binding for IO High Voltage entry
b0f1878c2d88 dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()
46f8c7961168 cw1200: fix missing destroy_workqueue() on error in cw1200_init_common
f2e7f608b274 rsi: fix error return code in rsi_reset_card()
f7a6e378fc17 qtnfmac: fix error return code in qtnf_pcie_probe()
d2b95947720d orinoco: Move context allocation after processing the skb
e39908568b40 mmc: pxamci: Fix error return code in pxamci_probe
65f0d3c81c9f ARM: dts: at91: sama5d3_xplained: add pincontrol for USB Host
c2aab53d1be5 ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host
8ce91557023e memstick: fix a double-free bug in memstick_check
4279ff6deaf3 RDMA/cxgb4: Validate the number of CQEs
d3ff603c2e38 clk: meson: Kconfig: fix dependency for G12A
2fbd2b0dd7d1 Input: omap4-keypad - fix runtime PM error handling
ff3a152243f8 drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe
e16e8cde2bb1 soc: ti: Fix reference imbalance in knav_dma_probe
475b489b0713 soc: ti: knav_qmss: fix reference leak in knav_queue_probe
82b9934e1e7a spi: fix resource leak for drivers without .remove callback
70e19fccf680 crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probe
c549355105d9 crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pd
3e08a61b2f94 EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeId
0789349204a6 powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
90b39366d834 powerpc: Avoid broken GCC __attribute__((optimize))
8f6e6ec101dd selftests/bpf: Fix broken riscv build
6f8c6e70738a spi: mxs: fix reference leak in mxs_spi_probe
5df04553ee8c usb/max3421: fix return error code in max3421_probe()
e6405aad3592 Input: ads7846 - fix unaligned access on 7845
920c379029f9 Input: ads7846 - fix integer overflow on Rt calculation
c7ac50927300 Input: ads7846 - fix race that causes missing releases
86398df4b283 drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
e8cd88c3ab00 video: fbdev: atmel_lcdfb: fix return error code in atmel_lcdfb_of_init()
953379fb7ba3 media: solo6x10: fix missing snd_card_free in error handling case
c64d2e159829 scsi: core: Fix VPD LUN ID designator priorities
efb57c87d8d8 ASoC: meson: fix COMPILE_TEST error
2c06ac46f81c media: v4l2-fwnode: Return -EINVAL for invalid bus-type
d8d35c1ea883 media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()
c8adf58057b6 media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()
c5c403db137f media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()
06a3c11c173b media: tm6000: Fix sizeof() mismatches
1638c7e3985b staging: gasket: interrupt: fix the missed eventfd_ctx_put() in gasket_interrupt.c
aa1d8b959455 staging: greybus: codecs: Fix reference counter leak in error handling
5daf659fdf47 crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
38017f2c06cf MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMA
9e779e6fae58 RDMa/mthca: Work around -Wenum-conversion warning
648b9dd270ff ASoC: arizona: Fix a wrong free in wm8997_probe
7e8200d44200 spi: sprd: fix reference leak in sprd_spi_remove
c786bc725d8c ASoC: wm8998: Fix PM disable depth imbalance on error
06fa588c7921 selftest/bpf: Add missed ip6ip6 test back
dab5973ada6b mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure
404aadf45c71 spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_hsspi_resume
769c2fecefd1 spi: tegra114: fix reference leak in tegra spi ops
47595d68cee2 spi: tegra20-sflash: fix reference leak in tegra_sflash_resume
f9e5e84eb49f spi: tegra20-slink: fix reference leak in slink ops of tegra20
0a3196271b40 spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probe
a2cf358aacf5 spi: spi-ti-qspi: fix reference leak in ti_qspi_setup
25b5a48adabf Bluetooth: hci_h5: fix memory leak in h5_close
5cf3c2e7892e Bluetooth: Fix null pointer dereference in hci_event_packet()
d92b81fad01c arm64: dts: exynos: Correct psci compatible used on Exynos7
da8d84637522 arm64: dts: exynos: Include common syscon restart/poweroff for Exynos7
8f14da44523c brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free}
5c5b92c1d6ab spi: stm32: fix reference leak in stm32_spi_resume
c807042f2d58 selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling
ae54a6d99478 ASoC: pcm: DRAIN support reactivation
009a982ea25b spi: spi-mem: fix reference leak in spi_mem_access_start
68ad1bd244bd drm/msm/dsi_pll_10nm: restore VCO rate during restore_state
0a8f14baed8e f2fs: call f2fs_get_meta_page_retry for nat page
311da238f2f7 spi: img-spfi: fix reference leak in img_spfi_resume
4e20cee19c2e powerpc/64: Set up a kernel stack for secondaries before cpu_restore()
3988d96589d9 drm/amdgpu: fix build_coefficients() argument
a4110e76e550 ARM: dts: aspeed: tiogapass: Remove vuart
129df833e15c ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified mode
9edff753ade7 crypto: inside-secure - Fix sizeof() mismatch
7044a69699f3 crypto: talitos - Fix return type of current_desc_hdr()
8a73ee0a0a1e crypto: talitos - Endianess in current_desc_hdr()
b9b8429042bd drm/amdgpu: fix incorrect enum type
52f525f2bdc7 sched: Reenable interrupts in do_sched_yield()
35975f2e83a5 sched/deadline: Fix sched_dl_global_validate()
a3ec54b95c1a x86/apic: Fix x2apic enablement without interrupt remapping
b7ec74246c32 ARM: p2v: fix handling of LPAE translation in BE mode
0a72e7286c67 x86/mm/ident_map: Check for errors from ident_pud_init()
0fd78ab5ef71 RDMA/rxe: Compute PSN windows correctly
35f18561616f ARM: dts: aspeed: s2600wf: Fix VGA memory region location
4aae08a71e68 selinux: fix error initialization in inode_doinit_with_dentry()
de49a51e7938 rtc: pcf2127: fix pcf2127_nvmem_read/write() returns
57df1b39d990 RDMA/bnxt_re: Set queue pair state when being queried
e11c7d39fa7e Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"
4b3ee79fbe77 soc: qcom: geni: More properly switch to DMA mode
d3bed198333a soc: mediatek: Check if power domains can be powered on at boot time
fcb0be5ba2e9 soc: renesas: rmobile-sysc: Fix some leaks in rmobile_init_pm_domains()
38cded30497a arm64: dts: renesas: cat875: Remove rxc-skew-ps from ethernet-phy node
14be28959f69 arm64: dts: renesas: hihope-rzg2-ex: Drop rxc-skew-ps from ethernet-phy node
c2712546a6e0 drm/tve200: Fix handling of platform_get_irq() error
f61e9dbb56ba drm/mcde: Fix handling of platform_get_irq() error
29f34feb3860 drm/aspeed: Fix Kconfig warning & subsequent build errors
37028b8bc53d drm/gma500: fix double free of gma_connector
de630248e740 md: fix a warning caused by a race between concurrent md_ioctl()s
054be9aed847 crypto: af_alg - avoid undefined behavior accessing salg_name
5a225303a68f media: msi2500: assign SPI bus number dynamically
01182045346a quota: Sanity-check quota file headers on load
df95ea1228cc Bluetooth: Fix slab-out-of-bounds read in hci_le_direct_adv_report_evt()
cda2f222e7e4 serial_core: Check for port state when tty is in error state
863cab3017bc HID: i2c-hid: add Vero K147 to descriptor override
fd819f54065c scsi: megaraid_sas: Check user-provided offsets
152631f0273f coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()
4c461e8d0e88 coresight: tmc-etr: Fix barrier packet insertion for perf buffer
e81884d45a70 coresight: tmc-etr: Check if page is valid before dma_map_page()
ec13738c6ec6 coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf()
d923c0ec1292 ARM: dts: exynos: fix USB 3.0 pins supply being turned off on Odroid XU
43598dbdcbf0 ARM: dts: exynos: fix USB 3.0 VBUS control and over-current pins on Exynos5410
2c6f6cd2cdfb ARM: dts: exynos: fix roles of USB 3.0 ports on Odroid XU
4202cbbd2c4d usb: chipidea: ci_hdrc_imx: Pass DISABLE_DEVICE_STREAMING flag to imx6ul
8e19cfae3bb0 USB: gadget: f_rndis: fix bitrate for SuperSpeed and above
8c124b35a53b usb: gadget: f_fs: Re-use SS descriptors for SuperSpeedPlus
3389281e0e6e USB: gadget: f_midi: setup SuperSpeed Plus descriptors
0ddb1d96a5db USB: gadget: f_acm: add support for SuperSpeed Plus
9ad41aa399db USB: serial: option: add interface-number sanity check to flag handling
57e22590c41b usb: mtu3: fix memory corruption in mtu3_debugfs_regset()
80cb94507054 soc/tegra: fuse: Fix index bug in get_process_id
037c65990d76 kbuild: avoid split lines in .mod files
a803ea15b0dc perf/x86/intel: Check PEBS status correctly
12db619c91d7 drm/amd/display: Init clock value by current vbios CLKs
c137a880ae6c iwlwifi: pcie: add one missing entry for AX210
e124c5afaf88 dm table: Remove BUG_ON(in_interrupt())
8a89abb26e30 scsi: mpt3sas: Increase IOCInit request timeout to 30s
cd14a53938e0 vxlan: Copy needed_tailroom from lowerdev
0b9ce087f75b vxlan: Add needed_headroom for lower device
230290dca255 arm64: syscall: exit userspace before unmasking exceptions
34c07547dbe5 habanalabs: put devices before driver removal
be063ce1004c drm/tegra: sor: Disable clocks on error in tegra_sor_init()
9b6ebb202bbb kernel/cpu: add arch override for clear_tasks_mm_cpumask() mm handling
d8baf15b2196 drm/tegra: replace idr_init() by idr_init_base()
76812738841c net: mvpp2: add mvpp2_phylink_to_port() helper
6aa270eb2f90 selftests: fix poll error in udpgro.sh
0e2b048ffe44 ixgbe: avoid premature Rx buffer reuse
75bbe7bd9003 i40e: avoid premature Rx buffer reuse
b05fdd74ffb7 i40e: optimise prefetch page refcount
405bfd36f072 i40e: Refactor rx_bi accesses
6935f5385f75 RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
2107658d6d62 selftests/bpf/test_offload.py: Reset ethtool features after failed setting
3b79aea56dff netfilter: nft_ct: Remove confirmation check for NFT_CT_ID
0a652b181d75 gpio: eic-sprd: break loop when getting NULL device resource
2ebb2df149d4 Revert "gpio: eic-sprd: Use devm_platform_ioremap_resource()"
64795af3bdc7 afs: Fix memory leak when mounting with multiple source parameters
6581512f0afc netfilter: nft_dynset: fix timeouts later than 23 days
810bc556e347 netfilter: nft_compat: make sure xtables destructors have run
b17244cebb24 netfilter: x_tables: Switch synchronization to RCU
22faec182eec pinctrl: aspeed: Fix GPIO requests on pass-through banks
f7e6636831df blk-mq: In blk_mq_dispatch_rq_list() "no budget" is a reason to kick
4f3e3fa6239d block: factor out requeue handling from dispatch code
9e54ca3d4f9d block: Simplify REQ_OP_ZONE_RESET_ALL handling
71e0f9c5c3df clk: renesas: r9a06g032: Drop __packed for portability
43a373488e92 can: softing: softing_netdev_open(): fix error handling
36f460d51ac5 xsk: Replace datagram_poll by sock_poll_wait
50ae52e07d2b xsk: Fix xsk_poll()'s return type
369ed255958f scsi: bnx2i: Requires MMU
e190d1b3c4d2 gpio: mvebu: fix potential user-after-free on probe
ec64dea576d5 gpio: zynq: fix reference leak in zynq_gpio functions
823f42bd6193 PM: runtime: Add pm_runtime_resume_and_get to deal with usage counter
74e38f86ab53 ARM: dts: imx6qdl-kontron-samx6i: fix I2C_PM scl pin
f7fbde0f0b14 ARM: dts: imx6qdl-wandboard-revd1: Remove PAD_GPIO_6 from enetgrp
4b008707bac4 ARM: dts: sun7i: pcduino3-nano: enable RGMII RX/TX delay on PHY
76c475d5d788 ARM: dts: sun8i: v3s: fix GIC node memory range
9ebc986a2ea5 pinctrl: baytrail: Avoid clearing debounce value when turning it off
e2556e022897 pinctrl: merrifield: Set default bias in case no particular value given
2ec85a7a5adf ARM: dts: sun8i: v40: bananapi-m2-berry: Fix ethernet node
9f69f6f85288 ARM: dts: sun8i: r40: bananapi-m2-berry: Fix dcdc1 regulator
389033996cec ARM: dts: sun7i: bananapi: Enable RGMII RX/TX delay on Ethernet PHY
---
Link: https://lore.kernel.org/r/20201229103747.123668426@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.10.6 from stable korg.
Following upstream commits are included in this version:
----
5650152ddab1 Linux 5.10.6
94cc73b27a25 mwifiex: Fix possible buffer overflows in mwifiex_cmd_802_11_ad_hoc_start
ab7709b551de exec: Transform exec_update_mutex into a rw_semaphore
933b7cc86068 rwsem: Implement down_read_interruptible
27bae39e4fc4 rwsem: Implement down_read_killable_nested
2cded5a3cc38 perf: Break deadlock involving exec_update_mutex
36cf9ae54b0e fuse: fix bad inode
e522a788eb91 RDMA/siw,rxe: Make emulated devices virtual in the device tree
404fa093741e RDMA/core: remove use of dma_virt_ops
2a54ad3066a8 scsi: ufs: Re-enable WriteBooster after device reset
acbf7db67ae3 scsi: ufs: Allow an error return value from ->device_reset()
8cba90399216 drm/i915/tgl: Fix Combo PHY DPLL fractional divider for 38.4MHz ref clock
adee1c5126ef ALSA: hda/hdmi: Fix incorrect mutex unlock in silent_stream_disable()
e235fd076eb7 ALSA: hda/realtek - Modify Dell platform name
ce9163cf7a84 Bluetooth: Fix attempting to set RPA timeout when unsupported
3e073508920a kdev_t: always inline major/minor helper functions
fd3ec3b25137 dt-bindings: rtc: add reset-source property
757cd94ac859 rtc: pcf2127: only use watchdog when explicitly available
acb821425c8c rtc: pcf2127: move watchdog initialisation to a separate function
b00195241186 Revert "mtd: spinand: Fix OOB read"
261f4d03ad23 Revert "drm/amd/display: Fix memory leaks in S3 resume"
----
Link: https://lore.kernel.org/r/20210107143052.392839477@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.10.5 from stable korg.
Following upstream commits are included in this version:
----
f5247949c0a9 Linux 5.10.5
12d377b93eef device-dax: Fix range release
aceb8ae8e3b1 ext4: avoid s_mb_prefetch to be zero in individual scenarios
aff18aa806fd dm verity: skip verity work if I/O error when system is shutting down
610d2fa0ec76 ALSA: pcm: Clear the full allocated memory at hw_params
c7b04d27c910 io_uring: remove racy overflow list fast checks
13f9eec22973 s390: always clear kernel stack backchain before calling functions
330c1ee7d593 tick/sched: Remove bogus boot "safety" check
9b22bc0f1663 drm/amd/display: updated wm table for Renoir
86be0f2a0ef9 ceph: fix inode refcount leak when ceph_fill_inode on non-I_NEW inode fails
8bcfa178f92a NFSv4.2: Don't error when exiting early on a READ_PLUS buffer overflow
ef3b9ad967d0 um: ubd: Submit all data segments atomically
a8b49c4bdf87 um: random: Register random as hwrng-core device
0aa2eecf8534 watchdog: rti-wdt: fix reference leak in rti_wdt_probe
eae1fb3bc565 fs/namespace.c: WARN if mnt_count has become negative
b1e155ccc882 powerpc/64: irq replay remove decrementer overflow check
8b5b2b768344 module: delay kobject uevent until after module init call
db6129f6ad88 f2fs: fix race of pending_pages in decompression
ee3f8aefd037 f2fs: avoid race condition for shrinker count
3c0f0f5f58a7 NFSv4: Fix a pNFS layout related use-after-free race when freeing the inode
06ac2ca0989d i3c master: fix missing destroy_workqueue() on error in i3c_master_register
498d90690f24 powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()
acc3c8cc27a8 rtc: pl031: fix resource leak in pl031_probe
26058c397b9f quota: Don't overflow quota file offsets
bb2ab902f6f0 module: set MODULE_STATE_GOING state when a module fails to load
0ad9a6e6139d rtc: sun6i: Fix memleak in sun6i_rtc_clk_init
b5a2f093b6b1 io_uring: check kthread stopped flag when sq thread is unparked
908030501772 fcntl: Fix potential deadlock in send_sig{io, urg}()
721972b8665f ext4: check for invalid block size early when mounting a file system
8ed894f1117e bfs: don't use WARNING: string when it's just info.
fb05e983eaf7 ALSA: rawmidi: Access runtime->avail always in spinlock
cf7fe671cd7e ALSA: seq: Use bool for snd_seq_queue internal flags
1c5a034710da f2fs: fix shift-out-of-bounds in sanity_check_raw_super()
2b56f16e3487 media: gp8psk: initialize stats at power control logic
f290cffdf761 misc: vmw_vmci: fix kernel info-leak by initializing dbells in vmci_ctx_get_chkpt_doorbells()
a021b6696132 reiserfs: add check for an invalid ih_entry_count
397971e1d891 fbcon: Disable accelerated scrolling
df83b9b67449 Bluetooth: hci_h5: close serdev device and free hu in h5_close
9d4053cfb3f3 scsi: cxgb4i: Fix TLS dependency
fdac87be009f zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c
bf81221a40fa cgroup: Fix memory leak when parsing multiple source parameters
9154d2eeb4f5 tools headers UAPI: Sync linux/const.h with the kernel headers
e8afbbac2f68 uapi: move constants from <linux/kernel.h> to <linux/const.h>
ce00a7d0d952 io_uring: fix io_sqe_files_unregister() hangs
b25b86936a8d io_uring: add a helper for setting a ref node
25a2de679b5d io_uring: use bottom half safe lock for fixed file data
7247bc60e8e1 io_uring: don't assume mm is constant across submits
a5184f3cc284 lib/zlib: fix inflating zlib streams on s390
98b57685c26d mm: memmap defer init doesn't work as expected
df73c80338ef mm/hugetlb: fix deadlock in hugetlb_cow error path
092898b070e0 scsi: block: Fix a race in the runtime power management code
1a58c171a523 opp: Call the missing clk_put() on error
e8322837a2e5 opp: fix memory leak in _allocate_opp_table
c6dd62c14b32 spi: dw-bt1: Fix undefined devm_mux_control_get symbol
6d63cc42bb8f jffs2: Fix NULL pointer dereference in rp_size fs option parsing
58dc34446c52 jffs2: Allow setting rp_size to zero during remounting
52504a61ab99 io_uring: close a small race gap for files cancel
8b8a688260b4 drm/amd/display: Add get_dig_frontend implementation for DCEx
5ef98378eff8 md/raid10: initialize r10_bio->read_slot before use.
62162b322364 ethtool: fix string set id check
95fcb69c491e ethtool: fix error paths in ethnl_set_channels()
aeab3d7a04f8 mptcp: fix security context on server socket
a969a632cbe7 net/sched: sch_taprio: reset child qdiscs before freeing them
----
Link: https://lore.kernel.org/r/20210104155708.800470590@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Kernel repository has been upgraded to v5.10.4 from stable korg.
Following upstream commits are included in this version:
----
b1313fe517ca Linux 5.10.4
700d098acec5 x86/CPU/AMD: Save AMD NodeId as cpu_die_id
bb25fd492693 drm/edid: fix objtool warning in drm_cvt_modes()
c13edadf1029 null_blk: Fail zone append to conventional zones
92ee9b9fa8a4 null_blk: Fix zone size initialization
2bbb32065694 Revert: "ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESS"
783c5d48b22f rtc: ep93xx: Fix NULL pointer dereference in ep93xx_rtc_read_time
b98ce1a17266 thermal/drivers/cpufreq_cooling: Update cpufreq_state only if state has changed
450fc74de129 remoteproc: sysmon: Ensure remote notification ordering
3f4b60a70c56 regulator: axp20x: Fix DLDO2 voltage control register mask for AXP22x
39a6f4bef6a5 PCI: Fix pci_slot_release() NULL pointer dereference
94bc6f5e2c14 of: fix linker-section match-table corruption
680e7b2a0e09 mt76: add back the SUPPORTS_REORDERING_BUFFER flag
f2d7cffc20f6 tracing: Disable ftrace selftests when any tracer is running
054c923fd376 platform/x86: intel-vbtn: Allow switch events on Acer Switch Alpha 12
16ecf8cecdd1 libnvdimm/namespace: Fix reaping of invalidated block-window-namespace labels
ea43135a3cb2 memory: renesas-rpc-if: Fix unbalanced pm_runtime_enable in rpcif_{enable,disable}_rpm
4f826e66b067 memory: renesas-rpc-if: Return correct value to the caller of rpcif_manual_xfer()
739704940425 memory: renesas-rpc-if: Fix a node reference leak in rpcif_probe()
e6fc90d170df memory: jz4780_nemc: Fix an error pointer vs NULL check in probe()
c88347ae9364 xenbus/xenbus_backend: Disallow pending watch messages
1a72241aabcb xen/xenbus: Count pending messages for each watch
6835334e1546 xen/xenbus/xen_bus_type: Support will_handle watch callback
9ae6d2f4ca8a xen/xenbus: Add 'will_handle' callback support in xenbus_watch_path()
b4898bdd2020 xen/xenbus: Allow watches discard events before queueing
aadd67750f43 xen-blkback: set ring->xenblkd to NULL after kthread_stop()
c26062328e72 driver: core: Fix list corruption after device_del()
0c500d6a5c7a dma-buf/dma-resv: Respect num_fences when initializing the shared fence list.
224adad2c975 device-dax/core: Fix memory leak when rmmod dax.ko
1e75951e9b43 counter: microchip-tcb-capture: Fix CMR value check
b11905a3b977 clk: tegra: Do not return 0 on failure
db003855f7d1 clk: mvebu: a3700: fix the XTAL MODE pin to MPP1_9
070e386727fd clk: ingenic: Fix divider calculation with div tables
dcea0b3835df pinctrl: sunxi: Always call chained_irq_{enter, exit} in sunxi_pinctrl_irq_handler
d27d1942e173 md/cluster: fix deadlock when node is doing resync job
3ace8d52ee4a md/cluster: block reshape with remote resync job
c1f4549a7399 iio:adc:ti-ads124s08: Fix alignment and data leak issues.
c834798d783e iio:adc:ti-ads124s08: Fix buffer being too long.
1d14e2f4ca00 iio:imu:bmi160: Fix alignment and data leak issues
f57464c4037b iio:imu:bmi160: Fix too large a buffer.
5550e16128ed iio:pressure:mpl3115: Force alignment of buffer
c02f8e0ef056 iio:magnetometer:mag3110: Fix alignment and data leak issues.
2409bfd6e344 iio:light:st_uvis25: Fix timestamp alignment and prevent data leak.
45ebad3dc057 iio:light:rpr0521: Fix timestamp alignment and prevent data leak.
6e94b8314c1f iio: imu: st_lsm6dsx: fix edge-trigger interrupts
160ec8afa7cf iio: adc: rockchip_saradc: fix missing clk_disable_unprepare() on error in rockchip_saradc_resume
2adb3f8bcc29 iio: buffer: Fix demux update
aa606ebab122 openat2: reject RESOLVE_BENEATH|RESOLVE_IN_ROOT
da65881cecf5 scsi: lpfc: Re-fix use after free in lpfc_rq_buf_free()
d234a0e76c74 scsi: lpfc: Fix scheduling call while in softirq context in lpfc_unreg_rpi
0af3d9342c32 scsi: lpfc: Fix invalid sleeping context in lpfc_sli4_nvmet_alloc()
6a6754485b0c scsi: qla2xxx: Fix crash during driver load on big endian machines
3e7312ba3e31 mtd: rawnand: meson: fix meson_nfc_dma_buffer_release() arguments
392a56b9f2c5 mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register read
d5e3fc275ea1 mtd: core: Fix refcounting for unpartitioned MTDs
9e43463d5a97 mtd: parser: cmdline: Fix parsing of part-names with colons
baad618d078c mtd: spinand: Fix OOB read
3bcf02208e9e soc: qcom: smp2p: Safely acquire spinlock without IRQs
785eee857dba spi: atmel-quadspi: Fix AHB memory accesses
e7351d8c7804 spi: atmel-quadspi: Disable clock in probe error path
671ad53ff3d5 spi: mt7621: Don't leak SPI master in probe error path
81950b6fbf32 spi: mt7621: Disable clock in probe error path
7efdae0bd6cf spi: synquacer: Disable clock in probe error path
e932dce770ec spi: st-ssc4: Fix unbalanced pm_runtime_disable() in probe error path
186147729d83 spi: spi-qcom-qspi: Fix use-after-free on unbind
ad8a844fec32 spi: spi-geni-qcom: Fix use-after-free on unbind
a4fd01eef86d spi: sc18is602: Don't leak SPI master in probe error path
11b81d94f8df spi: rpc-if: Fix use-after-free on unbind
a3e86ed72890 spi: rb4xx: Don't leak SPI master in probe error path
cc5a0cb11450 spi: pic32: Don't leak DMA channels in probe error path
a73ee1d8faff spi: npcm-fiu: Disable clock in probe error path
3bf639fe0661 spi: mxic: Don't leak SPI master in probe error path
0c2867db23e4 spi: gpio: Don't leak SPI master in probe error path
ea923e72784e spi: fsl: fix use of spisel_boot signal on MPC8309
4e80a2e96037 spi: davinci: Fix use-after-free on unbind
bbba6b7a5357 spi: ar934x: Don't leak SPI master in probe error path
f9fc76c394df spi: spi-mtk-nor: Don't leak SPI master in probe error path
9be450fa3f46 spi: atmel-quadspi: Fix use-after-free on unbind
672631640424 spi: spi-sh: Fix use-after-free on unbind
14949322a14c spi: pxa2xx: Fix use-after-free on unbind
067d9120a328 iio: ad_sigma_delta: Don't put SPI transfer buffer on the stack
43be7c3b8192 drm/i915: Fix mismatch between misplaced vma check and vma insert
f8357c910e41 drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor()
ea64b21c6638 drm/amd/display: Fix memory leaks in S3 resume
08a050c197ed drm/amdgpu: only set DP subconnector type on DP and eDP connectors
898f999e940f platform/x86: mlx-platform: remove an unused variable
86fcb7910df7 drm/panfrost: Move the GPU reset bits outside the timeout handler
a61da034c5e9 drm/panfrost: Fix job timeout handling
c2032bf94ba4 jfs: Fix array index bounds check in dbAdjTree
41bf5eed809e fsnotify: fix events reported to watching parent and child
5e78c6bd905e inotify: convert to handle_inode_event() interface
c9be99c86191 fsnotify: generalize handle_inode_event()
1aa8e7801ec2 jffs2: Fix ignoring mounting options problem during remounting
ecdb868accde jffs2: Fix GC exit abnormally
453f2dfa340f ubifs: wbuf: Don't leak kernel memory to flash
6489b80239ad SMB3.1.1: do not log warning message if server doesn't populate salt
639fd38197ee SMB3.1.1: remove confusing mount warning when no SPNEGO info on negprot rsp
aa36952c5662 SMB3: avoid confusing warning message on mount to Azure
db1c6b8a266e ceph: fix race in concurrent __ceph_remove_cap invocations
ef82413937d1 um: Fix time-travel mode
c4b425322134 um: Remove use of asprinf in umid.c
0f2206e3d90a ima: Don't modify file descriptor mode on the fly
7c8c9e1e53fa ovl: make ioctl() safe
cd2eda58ea03 powerpc/powernv/memtrace: Fix crashing the kernel when enabling concurrently
4b8dcb006e18 powerpc/powernv/memtrace: Don't leak kernel memory to user space
8fe4bee4c0f6 powerpc/powernv/npu: Do not attempt NPU2 setup on POWER8NVL NPU
600ebd043469 powerpc/mm: Fix verification of MMU_FTR_TYPE_44x
a8b871dfacfb powerpc/8xx: Fix early debug when SMC1 is relocated
8bc125f596d1 powerpc/xmon: Change printk() to pr_cont()
2ae45223e46b powerpc/feature: Add CPU_FTR_NOEXECUTE to G2_LE
fe534d76d450 powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()
e02baf91c7cc powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filter
a4af71ae5a6b powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_at
ac9911f8119d powerpc/32: Fix vmap stack - Properly set r1 before activating MMU on syscall too
35f71f3cbd7d xprtrdma: Fix XDRBUF_SPARSE_PAGES support
6a9a98fdd45e ARM: tegra: Populate OPP table for Tegra20 Ventana
8a7899afed75 ARM: dts: at91: sama5d2: fix CAN message ram offset and size
f02ba166a56d ARM: dts: pandaboard: fix pinmux for gpio user button of Pandaboard ES
1dd44b5e5f20 iommu/arm-smmu-qcom: Implement S2CR quirk
f48e7f77713e iommu/arm-smmu-qcom: Read back stream mappings
3192e184ad94 iommu/arm-smmu: Allow implementation specific write_s2cr
711081d7e096 KVM: SVM: Remove the call to sev_platform_status() during setup
49830b2d1b91 KVM: x86: reinstate vendor-agnostic check on SPEC_CTRL cpuid bits
e365b97a1576 KVM: arm64: Introduce handling of AArch32 TTBCR2 traps
e0dad9a78c85 arm64: dts: marvell: keep SMMU disabled by default for Armada 7040 and 8040
0403bf25a46d arm64: dts: ti: k3-am65: mark dss as dma-coherent
72b5a6ace8a8 RISC-V: Fix usage of memblock_enforce_memory_limit
0b3ade0b8686 ext4: don't remount read-only with errors=continue on reboot
a8f8e6ae9744 ext4: fix deadlock with fs freezing and EA inodes
d28f60699590 ext4: fix a memory leak of ext4_free_data
bc0e046052b2 ext4: fix an IS_ERR() vs NULL check
8f4bf6eea3f3 btrfs: fix race when defragmenting leads to unnecessary IO
5c5bc5738be2 btrfs: update last_byte_to_unpin in switch_commit_roots
56d1654dc2fe btrfs: do not shorten unpin len for caching block groups
ed5e2515a3d6 USB: serial: keyspan_pda: fix write unthrottling
28a9c268380a USB: serial: keyspan_pda: fix tx-unthrottle use-after-free
df2754ae5f0e USB: serial: keyspan_pda: fix write-wakeup use-after-free
1254104e1c43 USB: serial: keyspan_pda: fix stalled writes
3a24c8cbb618 USB: serial: keyspan_pda: fix write deadlock
24372050388d USB: serial: keyspan_pda: fix dropped unthrottle interrupts
272c6a678efe USB: serial: digi_acceleport: fix write-wakeup deadlocks
ddbb36cb3f2d USB: serial: mos7720: fix parallel-port state restore
fe9db435d27e dyndbg: fix use before null check
771b663fa532 cpuset: fix race between hotplug work and later CPU offline
eae95da7fcc6 EDAC/amd64: Fix PCI component registration
3a881be1b4e9 EDAC/i10nm: Use readl() to access MMIO registers
d03b710d8eae Documentation: seqlock: s/LOCKTYPE/LOCKNAME/g
29563a73819a m68k: Fix WARNING splat in pmac_zilog driver
da446be71e3b crypto: arm/aes-ce - work around Cortex-A57/A72 silion errata
c49bfdb52101 crypto: ecdh - avoid unaligned accesses in ecdh_set_secret()
fef8633a85fb cpufreq: intel_pstate: Use most recent guaranteed performance values
58b97af1768d powerpc/perf: Exclude kernel samples while counting events in user space.
0b505007f93e perf/x86/intel/lbr: Fix the return type of get_lbr_cycles()
2bc4ac17ece7 perf/x86/intel: Fix rtm_abort_event encoding on Ice Lake
3fdd3589a263 perf/x86/intel: Add event constraint for CYCLE_ACTIVITY.STALLS_MEM_ANY
746d179b0e66 z3fold: stricter locking and more careful reclaim
b8b1d4e96a10 z3fold: simplify freeing slots
e885d1c515da staging: comedi: mf6x4: Fix AI end-of-conversion detection
6dcea0e5d277 ASoC: AMD Raven/Renoir - fix the PCI probe (PCI revision)
f7d6aaca08c6 ASoC: AMD Renoir - add DMI table to avoid the ACP mic probe (broken BIOS)
74a4802ff431 ASoC: cx2072x: Fix doubly definitions of Playback and Capture streams
06da7fff7701 binder: add flag to clear buffer on txn complete
983e7f3521f1 s390/dasd: fix list corruption of lcu list
18494d12ef9b s390/dasd: fix list corruption of pavgroup group list
96aca84128f2 s390/dasd: prevent inconsistent LCU device data
a67e261b5b9e s390/dasd: fix hanging device offline processing
24d9a8ef1f92 s390/idle: fix accounting with machine checks
d5d21549d7eb s390/idle: add missing mt_cycles calculation
bc8f8833e994 s390/kexec_file: fix diag308 subcode when loading crash kernel
0063e1142a73 s390/smp: perform initial CPU reset also for SMT siblings
bb9dc2f2e590 ALSA: core: memalloc: add page alignment for iram
ac95e33828cd ALSA: usb-audio: Add alias entry for ASUS PRIME TRX40 PRO-S
de8f8a38f222 ALSA: usb-audio: Disable sample read check if firmware doesn't give back
92549c90ed0f ALSA: usb-audio: Add VID to support native DSD reproduction on FiiO devices
11ba87db73b5 ALSA: hda/realtek - Supported Dell fixed type headset
dab63c1908af ALSA: hda/realtek: Remove dummy lineout on Acer TravelMate P648/P658
c131e56ac910 ALSA: hda/realtek: Apply jack fixup for Quanta NL3
8a0e34b2739c ALSA: hda/realtek: Add quirk for MSI-GP73
8fdb96104588 ALSA/hda: apply jack fixup for the Acer Veriton N4640G/N6640G/N2510G
01b4436d0270 ALSA: pcm: oss: Fix a few more UBSAN fixes
eae5f04c9346 ALSA: hda/realtek - Add supported for more Lenovo ALC285 Headset Button
753f5e987ccd ALSA: hda/realtek - Enable headset mic of ASUS Q524UQK with ALC255
c4be5cc0199e ALSA: hda/realtek - Enable headset mic of ASUS X430UN with ALC256
8fcbbcdcdf23 ALSA: hda/realtek: make bass spk volume adjustable on a yoga laptop
fa4b536033d6 ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg.
66d7c29bcb43 ALSA: hda: Fix regressions on clear and reconfig sysfs
66afcbcc7554 ACPI: PNP: compare the string length in the matching_id()
c5f7d62440ee Revert "ACPI / resources: Use AE_CTRL_TERMINATE to terminate resources walks"
0a9801f58ab2 PM: ACPI: PCI: Drop acpi_pm_set_bridge_wakeup()
36fdd770c037 ACPI: NFIT: Fix input validation of bus-family
3e437f7e7a76 ALSA: hda/ca0132 - Change Input Source enum strings.
f5a430c8ee0b Input: cyapa_gen6 - fix out-of-bounds stack access
3974a5004626 media: ipu3-cio2: Make the field on subdev format V4L2_FIELD_NONE
dd9d14e067fb media: ipu3-cio2: Validate mbus format in setting subdev format
ffa790f9e17e media: ipu3-cio2: Serialise access to pad format
8a0f5b91e78c media: ipu3-cio2: Return actual subdev format
6dbe4457e4d7 media: ipu3-cio2: Remove traces of returned buffers
f3d752c6cd32 media: netup_unidvb: Don't leak SPI master in probe error path
330787231015 media: sunxi-cir: ensure IR is handled when it is continuous
7b81e2af5a55 io_uring: make ctx cancel on exit targeted to actual ctx
5998fe548db9 io_uring: fix double io_uring free
9f8ebecc86a4 io_uring: fix ignoring xa_store errors
10e5fb03e2da io_uring: hold uring_lock while completing failed polled io in io_wq_submit_work()
72a016d42d36 io_uring: fix 0-iov read buffer select
b1442adcd964 io_uring: fix io_wqe->work_list corruption
acdd941fca53 media: gspca: Fix memory leak in probe
06e5f9bb114b vfio/pci/nvlink2: Do not attempt NPU2 setup on POWER8NVL NPU
be9aaec325cb vfio/pci: Move dummy_resources_list init in vfio_pci_probe()
cd13f1d002a6 io_uring: always let io_iopoll_complete() complete polled io
f961c2b496e6 io_uring: fix racy IOPOLL completions
821d12a15cc2 io_uring: fix io_cqring_events()'s noflush
54677c80ba1c proc mountinfo: make splice available again
8f939abd8119 Smack: Handle io_uring kernel thread privileges
b2ec2b12a450 io_uring: cancel reqs shouldn't kill overflow list
c0fd45a9a97e io_uring: fix racy IOPOLL flush overflow
b931ea024e45 perf probe: Fix memory leak when synthesizing SDT probes
7ca9c3919387 ARM: 9036/1: uncompress: Fix dbgadtb size parameter name
bf7b8c112a93 ARM: 9044/1: vfp: use undef hook for VFP support detection
3f27cb2e13a1 powerpc/smp: Add __init to init_big_cores()
d670c4b43e3e powerpc/boot: Fix build of dts/fsl
87c0d2ab8a8e kconfig: fix return value of do_error_if()
edc71c5fe563 clk: vc5: Use "idt,voltage-microvolt" instead of "idt,voltage-microvolts"
fdc8fe51a706 clk: sunxi-ng: Make sure divider tables have sentinel
75b84dafb943 clk: s2mps11: Fix a resource leak in error handling paths in the probe function
64f3af800c61 clk: at91: sam9x60: remove atmel,osc-bypass support
fcf9b5fa1c9a clk: at91: sama7g5: fix compilation error
4713787c1f9c clk: bcm: dvp: Add MODULE_DEVICE_TABLE()
1afb979cdcee epoll: check for events when removing a timed out thread from the wait queue
b7bc097f2908 vhost scsi: fix error return code in vhost_scsi_set_endpoint()
dbdfefc71ae5 virtio_ring: Fix two use after free bugs
78b35fd94cf9 virtio_net: Fix error code in probe()
bfffbd34bb0a virtio_ring: Cut and paste bugs in vring_create_virtqueue_packed()
069fedf3fba2 vdpa/mlx5: Use write memory barrier after updating CQ index
8ae314300079 nfp: move indirect block cleanup to flower app stop callback
466587ce57bf qlcnic: Fix error code in probe
98c9b3aeff7d perf record: Fix memory leak when using '--user-regs=?' to list registers
03cbbd564850 tools build: Add missing libcap to test-all.bin target
a773dea1a9f2 io_uring: cancel only requests of current task
4b148744090b pwm: sun4i: Remove erroneous else branch
7c4544a216e3 pwm: imx27: Fix overflow for bigger periods
2cacf60c9245 pwm: lp3943: Dynamically allocate PWM chip base
00fb97e2d7c8 pwm: zx: Add missing cleanup in error path
91877b1fb0da clk: ti: Fix memleak in ti_fapll_synth_setup
43fc2d3a4a84 watchdog: coh901327: add COMMON_CLK dependency
45867d2ee459 watchdog: qcom: Avoid context switch in restart handler
a3c168082828 powerpc/32s: Fix cleanup_cpu_mmu_context() compile bug
0572a4aa7415 libnvdimm/label: Return -ENXIO for no slot in __blk_label_update
0eecef0fec4a devlink: use _BITUL() macro instead of BIT() in the UAPI header
027112b2671b net: korina: fix return value
de16a86c9d70 NFS/pNFS: Fix a typo in ff_layout_resend_pnfs_read()
1b75aea3e360 block/rnbd-clt: Fix possible memleak
996ce53a2af7 block/rnbd-clt: Get rid of warning regarding size argument in strlcpy
e50eea719ff0 net: allwinner: Fix some resources leak in the error handling path of the probe and in the remove function
8f995afae90a net: mscc: ocelot: Fix a resource leak in the error handling path of the probe function
1e7524c981cc net: bcmgenet: Fix a resource leak in an error handling path in the probe functin
5c0109f7794c dpaa2-eth: fix the size of the mapped SGT buffer
d50170ac3054 net: dsa: qca: ar9331: fix sleeping function called from invalid context bug
bc79bf6c581c i40e, xsk: clear the status bits for the next_to_use descriptor
0c3d87fa50a6 ice, xsk: clear the status bits for the next_to_use descriptor
f290c9bed144 lan743x: fix rx_napi_poll/interrupt ping-pong
185640586280 s390/test_unwind: fix CALL_ON_STACK tests
0633094ec7ff checkpatch: fix unescaped left brace
b202ac9c7345 proc: fix lookup in /proc/net subdirectories after setns(2)
bd3f4b6fd98c mm: don't wake kswapd prematurely when watermark boosting is disabled
9b52a37fb348 hugetlb: fix an error code in hugetlb_reserve_pages()
b7bf8ed8d177 mm,memory_failure: always pin the page in madvise_inject_error
23713b480da1 mm/vmalloc.c: fix kasan shadow poisoning size
4a9d8b0789e3 mm/vmalloc: Fix unlock order in s_stop()
bbb7c059fd5e sparc: fix handling of page table constructor failure
dd156e3fcabf mm/rmap: always do TTU_IGNORE_ACCESS
6d48fff6d350 mm: memcg/slab: fix use after free in obj_cgroup_charge
02314d05e8a0 mm: memcg/slab: fix return of child memcg objcg for root memcg
cfde6c1810c9 mm/gup: combine put_compound_head() and unpin_user_page()
537946556cc9 mm/gup: prevent gup_fast from racing with COW during fork
bcb0f647c1fa mm/gup: reorganize internal_get_user_pages_fast()
c51e3679ebb5 drm/amdgpu: fix regression in vbios reservation handling on headless
33e8ef090bef perf test: Fix metric parsing test
280f29c6bae1 powerpc/ps3: use dma_mapping_error()
34169b582aa9 powerpc/perf: Fix Threshold Event Counter Multiplier width for P10
b6fba53d44e8 drm: mxsfb: Silence -EPROBE_DEFER while waiting for bridge
582e1021fb68 nfc: s3fwrn5: Release the nfc firmware
04ca5e7fa40d RDMA/cma: Don't overwrite sgid_attr after device is released
d9a7b8fcd083 RDMA/mlx5: Fix MR cache memory leak
c02c1df4fbd8 sunrpc: fix xs_read_xdr_buf for partial pages receive
d26a4edda515 um: chan_xterm: Fix fd leak
48628ec96d2e um: tty: Fix handling of close in tty lines
4553c8cecbef um: Monitor error events in IRQ controller
0cc9725e4b25 ubifs: Fix error return code in ubifs_init_authentication()
9dc1b44d4f96 watchdog: Fix potential dereferencing of null pointer
17a3ee000334 watchdog: sprd: check busy bit before new loading rather than after that
f71f75aceadb watchdog: sprd: remove watchdog disable from resume fail path
2d42e0354db1 watchdog: sirfsoc: Add missing dependency on HAS_IOMEM
118a8b7e4d57 watchdog: armada_37xx: Add missing dependency on HAS_IOMEM
9721dd96e904 irqchip/qcom-pdc: Fix phantom irq when changing between rising/falling
6003ff9ca725 ath11k: Fix incorrect tlvs in scan start command
2d9284c18862 gpiolib: irq hooks: fix recursion in gpiochip_irq_unmask
78d22dd98942 RDMA/hns: Do shift on traffic class when using RoCEv2
44dd35a01730 RDMA/hns: Normalization the judgment of some features
27f2d59a4a5c RDMA/hns: Limit the length of data copied between kernel and userspace
567a8417b7fe dmaengine: ti: k3-udma: Correct normal channel offset when uchan_cnt is not 0
1ce041fad241 irqchip/ti-sci-intr: Fix freeing of irqs
629d6ba81ff2 irqchip/ti-sci-inta: Fix printing of inta id on probe success
d05c219375b7 irqchip/alpine-msi: Fix freeing of interrupts on allocation error path
ebfeeb104fac ASoC: wm_adsp: remove "ctl" from list on error in wm_adsp_create_control()
7fcf1c13802f mac80211: fix a mistake check for rx_stats update
1a889bda7d7c mac80211: don't set set TDLS STA bandwidth wider than possible
7682cd97aa38 crypto: atmel-i2c - select CONFIG_BITREVERSE
df1c37a8786b extcon: max77693: Fix modalias string
9f5ab03f7fc5 fs: Handle I_DONTCACHE in iput_final() instead of generic_drop_inode()
81ef603e8616 samples/bpf: Fix possible hang in xdpsock with multiple threads
4d0721cb10aa mtd: rawnand: gpmi: Fix the random DMA timeout issue
03c9406a3ef8 mtd: rawnand: meson: Fix a resource leak in init
a50f5a6393e4 mtd: rawnand: gpmi: fix reference count leak in gpmi ops
0440989a08a5 clk: tegra: Fix duplicated SE clock entry
be5c560996ac clk: qcom: gcc-sc7180: Use floor ops for sdcc clks
6ca59ab95f9f remoteproc/mediatek: unprepare clk if scp_before_load fails
9d909187e538 remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()
2fc6cdb1d67e remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories()
f1bf8c9f49ad remoteproc: qcom: pas: fix error handling in adsp_pds_enable
cce77d667f55 remoteproc: qcom: fix reference leak in adsp_start
70ea4c7d1d39 remoteproc: q6v5-mss: fix error handling in q6v5_pds_enable
01e2c27b8a30 remoteproc/mtk_scp: surround DT device IDs with CONFIG_OF
c7fd58cc440b remoteproc/mediatek: change MT8192 CFG register base
1cbcdec82c53 RDMA/uverbs: Fix incorrect variable type
53e9a5a692f8 RDMA/core: Do not indicate device ready when device enablement fails
db71bc7ef3ed ALSA: hda/hdmi: fix silent stream for first playback to DP
0bc1c2d4a7e8 slimbus: qcom: fix potential NULL dereference in qcom_slim_prg_slew()
2ae4b562d78f powerpc/sstep: Cover new VSX instructions under CONFIG_VSX
bf608cf329a3 powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is set
62cd477bbdff can: m_can: m_can_config_endisable(): remove double clearing of clock stop request bit
23b70b31675c clk: renesas: r8a779a0: Fix R and OSC clocks
a60cb39186fb erofs: avoid using generic_block_bmap
82d87b59df4c iwlwifi: mvm: hook up missing RX handlers
31269e6ac076 iwlwifi: dbg-tlv: fix old length in is_trig_data_contained()
1b4f4a160b0c s390/cio: fix use-after-free in ccw_device_destroy_console
11b2118f4ddd fsi: Aspeed: Add mutex to protect HW access
67475eb26416 bus: fsl-mc: fix error return code in fsl_mc_object_allocate()
45f8472fa26b bus: fsl-mc: add back accidentally dropped error check
096ee6ebd01e misc: pci_endpoint_test: fix return value of error branch
70f87d48bf56 platform/chrome: cros_ec_spi: Don't overwrite spi::mode
8ed7389709a4 scsi: qla2xxx: Fix N2N and NVMe connect retry failure
bf69f3bbbde6 scsi: qla2xxx: Fix FW initialization error on big endian machines
50cf9c6ca267 x86/kprobes: Restore BTF if the single-stepping is cancelled
2deeead49c7a nfs_common: need lock during iterate through the list
ac228fbe522d NFSD: Fix 5 seconds delay when doing inter server copy
5f6742261ab9 nfsd: Fix message level for normal termination
837935e21f7f speakup: fix uninitialized flush_lock
12dba6742b13 usb: oxu210hp-hcd: Fix memory leak in oxu_create
db1ccd6b7ea6 usb: ehci-omap: Fix PM disable depth umbalance in ehci_hcd_omap_probe
7a5870d95403 powerpc/mm: sanity_check_fault() should work for all, not only BOOK3S
69f46de82358 ASoC: max98390: Fix error codes in max98390_dsm_init()
939b32e18e8b coresight: remove broken __exit annotations
64ffbfb1d734 ASoC: amd: change clk_get() to devm_clk_get() and add missed checks
e52398d49d8d drm/mediatek: avoid dereferencing a null hdmi_phy on an error message
66d1918b2ddb powerpc/powermac: Fix low_sleep_handler with CONFIG_VMAP_STACK
904c6f64fda6 powerpc/pseries/hibernation: remove redundant cacheinfo update
b155175979e1 powerpc/pseries/hibernation: drop pseries_suspend_begin() from suspend ops
40a281cbef6c ARM: 9030/1: entry: omit FP emulation for UND exceptions taken in kernel mode
00c54f28046d platform/x86: mlx-platform: Fix item counter assignment for MSN2700/ComEx system
acf787ea279d platform/x86: mlx-platform: Fix item counter assignment for MSN2700, MSN24xx systems
b8c0a6e6574d scsi: fnic: Fix error return code in fnic_probe()
adbd2547e0c5 seq_buf: Avoid type mismatch for seq_buf_init
dcda662622b1 scsi: iscsi: Fix inappropriate use of put_device()
f6d844be9502 scsi: pm80xx: Fix error return in pm8001_pci_probe()
2619d3cbf774 scsi: qedi: Fix missing destroy_workqueue() on error in __qedi_probe
45d670efcb0b clk: fsl-sai: fix memory leak
608918e878d4 arm64: dts: meson: g12b: w400: fix PHY deassert timing requirements
cb7fadab988e arm64: dts: meson: g12a: x96-max: fix PHY deassert timing requirements
aaeb52620dd9 ARM: dts: meson: fix PHY deassert timing requirements
46b7f2249854 arm64: dts: meson: fix PHY deassert timing requirements
a83bf1290710 arm64: dts: meson: g12b: odroid-n2: fix PHY deassert timing requirements
b9ee2a910d44 mtd: spi-nor: atmel: fix unlock_all() for AT25FS010/040
d4f620ed499c mtd: spi-nor: atmel: remove global protection flag
c39f4a1191f0 mtd: spi-nor: ignore errors in spi_nor_unlock_all()
f79f7258f3b7 mtd: spi-nor: sst: fix BPn bits for the SST25VF064C
bfe3dcabb9a0 adm8211: fix error return code in adm8211_probe()
948882479547 platform/x86: intel-vbtn: Fix SW_TABLET_MODE always reporting 1 on some HP x360 models
6af7b5ab2a03 Bluetooth: btusb: Fix detection of some fake CSR controllers with a bcdDevice val of 0x0134
aa4f552aec3d block/rnbd: fix a null pointer dereference on dev->blk_symlink_name
a7d4dd109eae block/rnbd-clt: Dynamically alloc buffer for pathname & blk_symlink_name
6013c9974216 Bluetooth: sco: Fix crash when using BT_SNDMTU/BT_RCVMTU option
046182ddb934 Bluetooth: btmtksdio: Add the missed release_firmware() in mtk_setup_firmware()
ae0e737765b8 Bluetooth: btusb: Add the missed release_firmware() in btusb_mtk_setup_firmware()
848120a0d13b spi: dw: Fix error return code in dw_spi_bt1_probe()
f636755d7fe5 staging: greybus: audio: Fix possible leak free widgets in gbaudio_dapm_free_controls
b4db71c2d7af staging: bcm2835: fix vchiq_mmal dependencies
e7884eed1301 macintosh/adb-iop: Send correct poll command
bbae91abbc27 macintosh/adb-iop: Always wait for reply message from IOP
d806ffec27b1 cpufreq: imx: fix NVMEM_IMX_OCOTP dependency
d62b3d146ab0 cpufreq: vexpress-spc: Add missing MODULE_ALIAS
35f501f734b6 cpufreq: scpi: Add missing MODULE_ALIAS
8f92fe114fa7 cpufreq: loongson1: Add missing MODULE_ALIAS
60b517181a6e cpufreq: sun50i: Add missing MODULE_DEVICE_TABLE
b15fcc3a31c4 cpufreq: st: Add missing MODULE_DEVICE_TABLE
757ee8737ddf cpufreq: qcom: Add missing MODULE_DEVICE_TABLE
5f03e8a02c4e cpufreq: mediatek: Add missing MODULE_DEVICE_TABLE
7000750ae37a cpufreq: highbank: Add missing MODULE_DEVICE_TABLE
345990ffc952 cpufreq: ap806: Add missing MODULE_DEVICE_TABLE
276c71eea8c7 clocksource/drivers/arm_arch_timer: Correct fault programming of CNTKCTL_EL1.EVNTI
f94df0cb1e09 clocksource/drivers/arm_arch_timer: Use stable count reader in erratum sne
5acad354237d drm/msm: add IOMMU_SUPPORT dependency
5471864d27e5 drm/msm: a5xx: Make preemption reset case reentrant
d7af811f2e74 memory: jz4780_nemc: Fix potential NULL dereference in jz4780_nemc_probe()
20d79c2a5415 memory: ti-emif-sram: only build for ARMv7
3aec054f58c7 phy: renesas: rcar-gen3-usb2: disable runtime pm in case of failure
8178c539e4df phy: mediatek: allow compile-testing the hdmi phy
5ae5c3f9f4d9 ASoC: qcom: fix QDSP6 dependencies, attempt #3
f3ea5a0a1e38 ASoC: atmel: mchp-spdifrx needs COMMON_CLK
7b00ff200d89 ASoC: cros_ec_codec: fix uninitialized memory read
6a579661e584 dm ioctl: fix error return code in target_message
54919a715324 ASoC: q6afe-clocks: Add missing parent clock rate
7403022a695a ASoC: jz4740-i2s: add missed checks for clk_get()
2952eef157b9 mt76: fix tkip configuration for mt7615/7663 devices
e2dea65052ee mt76: fix memory leak if device probing fails
d5f908355d1b net/mlx5: Properly convey driver version to firmware
1669724f7052 mt76: dma: fix possible deadlock running mt76_dma_cleanup
8b5b803ba5b7 mt76: set fops_tx_stats.owner to THIS_MODULE
722faae3826a mt76: mt7915: set fops_sta_stats.owner to THIS_MODULE
28f41cc1baed mt76: mt7663s: fix a possible ple quota underflow
a3164472e2eb MIPS: Don't round up kernel sections size for memblock_add()
db4a90026e15 memstick: r592: Fix error return in r592_probe()
28cb1d639ee8 arm64: dts: rockchip: Fix UART pull-ups on rk3328
4771a82fa0dd soc: rockchip: io-domain: Fix error return code in rockchip_iodomain_probe()
64ae763eefd3 pinctrl: falcon: add missing put_device() call in pinctrl_falcon_probe()
b23eae9fc726 selftests/bpf: Fix invalid use of strncat in test_sockmap
4322f9a64653 bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
9cee26031015 scripts: kernel-doc: fix parsing function-like typedefs
3a8db263abc4 ARM: dts: at91: sama5d2: map securam as device
94c84a4327d7 ARM: dts: at91: sam9x60ek: remove bypass property
beef1b4383e7 libbpf: Sanitise map names before pinning
b113f3bf167f iio: hrtimer-trigger: Mark hrtimer to expire in hard interrupt context
0e3847accafa arm64: mte: fix prctl(PR_GET_TAGGED_ADDR_CTRL) if TCF0=NONE
16cf69c25c96 clocksource/drivers/riscv: Make RISCV_TIMER depends on RISCV_SBI
df4411e4b8d0 clocksource/drivers/ingenic: Fix section mismatch
93bf920799d9 clocksource/drivers/cadence_ttc: Fix memory leak in ttc_setup_clockevent()
e2983080b023 clocksource/drivers/orion: Add missing clk_disable_unprepare() on error path
ba6a7e6ca5b7 powerpc/perf: Fix the PMU group constraints for threshold events in power10
e559aaba71b9 powerpc/perf: Update the PMU group constraints for l2l3 events in power10
0760233fd450 powerpc/perf: Fix to update radix_scope_qual in power10
36daf5b174a1 powerpc/xmon: Fix build failure for 8xx
746ef5ac254c powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.S
668f649850ae powerpc/perf: Fix crash with is_sier_available when pmu is not set
8486f6f9de6b media: saa7146: fix array overflow in vidioc_s_audio()
1067e2496e93 media: tvp5150: Fix wrong return value of tvp5150_parse_dt()
9c14fb58a1a7 f2fs: fix double free of unicode map
55dbc5e2d9c9 hwmon: (ina3221) Fix PM usage counter unbalance in ina3221_write_enable
a08dbd012001 vfio-pci: Use io_remap_pfn_range() for PCI IO memory
79449799269f selftests/seccomp: Update kernel config
eb9cc35ae98b NFS: switch nfsiod to be an UNBOUND workqueue.
0e1c02e4e085 lockd: don't use interval-based rebinding over TCP
7941ee42dcca net: sunrpc: Fix 'snprintf' return value check in 'do_xprt_debugfs'
77303b6b5e4a NFSv4: Fix the alignment of page data in the getdeviceinfo reply
c1e628f91051 SUNRPC: xprt_load_transport() needs to support the netid "rdma6"
78c9026a7270 NFSv4.2: condition READDIR's mask for security label based on LSM state
d1296acac0c1 SUNRPC: rpc_wake_up() should wake up tasks in the correct order
bd6019d83a9a ath10k: Release some resources in an error handling path
96e8abed38b1 ath10k: Fix an error handling path
6165f20d351d ath10k: Fix the parsing error in service available event
01c0691ead1e ath11k: Fix an error handling path
08c7e5615496 ath11k: Reset ath11k_skb_cb before setting new flags
345511c3f496 ath11k: Don't cast ath11k_skb_cb to ieee80211_tx_info.control
aa7396d8b36b media: i2c: imx219: Selection compliance fixes
4440b4861798 media: rdacm20: Enable GPIO1 explicitly
978649ab70c1 media: max9271: Fix GPIO enable/disable
af85e2467900 ASoC: Intel: Boards: tgl_max98373: update TDM slot_width
e94331e0d7d2 platform/x86: dell-smbios-base: Fix error return code in dell_smbios_init
df40cc8c1c86 soundwire: master: use pm_runtime_set_active() on add
a3592fa49daf mailbox: arm_mhu_db: Fix mhu_db_shutdown by replacing kfree with devm_kfree
482d2345bf8f RDMA/hns: Bugfix for calculation of extended sge
a5c7bc609740 RDMA/hns: Fix 0-length sge calculation error
38fcd69c7ae5 ARM: dts: at91: at91sam9rl: fix ADC triggers
f107dfac508f spi: spi-fsl-dspi: Use max_native_cs instead of num_chipselect to set SPI_MCR
ee9f3f0ff496 scsi: pm80xx: Do not sleep in atomic context
2ca2795bfe22 scsi: hisi_sas: Fix up probe error handling for v3 hw
f9e71ed020b9 soc: amlogic: canvas: add missing put_device() call in meson_canvas_get()
67d91e51f98f arm64: dts: meson-sm1: fix typo in opp table
95fae43b04e4 arm64: dts: meson: fix spi-max-frequency on Khadas VIM2
3ff34b89a430 PCI: iproc: Invalidate correct PAXB inbound windows
98518a523354 PCI: iproc: Fix out-of-bound array accesses
2df49a5de565 PCI: Fix overflow in command-line resource alignment requests
3ce258140380 PCI: Bounds-check command-line resource alignment requests
25cff7f51418 arm64: dts: qcom: c630: Fix pinctrl pins properties
71d0ca4e29ee arm64: dts: qcom: c630: Polish i2c-hid devices
0ad229df4732 phy: tegra: xusb: Fix usb_phy device driver field
e747c8d16eb9 arm64: dts: freescale: sl28: combine SPI MTD partitions
893d1502500c arm64: dts: ls1028a: fix FlexSPI clock input
cb8447610e2e arm64: dts: ls1028a: fix ENETC PTP clock input
f11ebb7651a9 genirq/irqdomain: Don't try to free an interrupt that has no mapping
891bb86926f2 power: supply: bq24190_charger: fix reference leak
67c91336e0d1 power: supply: axp288_charger: Fix HP Pavilion x2 10 DMI matching
e6207f098896 power: supply: max17042_battery: Fix current_{avg,now} hiding with no current sense
d73be8a24bb2 arm64: dts: rockchip: Set dr_mode to "host" for OTG on rk3328-roc-cc
a47f8c953769 power: supply: bq25890: Use the correct range for IILIM register
8d4ba95a41fb arm64: dts: armada-3720-turris-mox: update ethernet-phy handle name
f64ffe32f54f ARM: dts: Remove non-existent i2c1 from 98dx3236
9e363d142f2e HSI: omap_ssi: Don't jump to free ID in ssi_add_controller()
38429d879dcd drm/mediatek: Use correct aliases name for ovl
deaeb67c9da0 RDMA/core: Track device memory MRs
aaaa7a6006c7 slimbus: qcom-ngd-ctrl: Avoid sending power requests without QMI
1f29c438707d media: max2175: fix max2175_set_csm_mode() error code
1108b0f4920d mips: cdmm: fix use-after-free in mips_cdmm_bus_discover
e7fd18c20342 media: imx214: Fix stop streaming
5bf76d566a76 samples: bpf: Fix lwt_len_hist reusing previous BPF map
048a04aa031b serial: 8250-mtk: Fix reference leak in mtk8250_probe
af7ae245945a RDMA/hns: Avoid setting loopback indicator when smac is same as dmac
6b8a015eda20 RDMA/hns: Fix missing fields in address vector
ba9479d75ef1 RDMA/hns: Only record vlan info for HIP08
57d22f146803 arm64: dts: qcom: sc7180: limit IPA iommu streams
bdb7acb89261 platform/x86: mlx-platform: Remove PSU EEPROM from MSN274x platform configuration
d285968ae009 platform/x86: mlx-platform: Remove PSU EEPROM from default platform configuration
0736d6a86fd3 media: siano: fix memory leak of debugfs members in smsdvb_hotplug
bac43b0f1144 drm/imx/dcss: fix rotations for Vivante tiled formats
c87a177fa7ca soundwire: qcom: Fix build failure when slimbus is module
f85d05c0a599 RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwind
98e72ffe934d arm64: tegra: Fix DT binding for IO High Voltage entry
dbbc5e42c467 leds: turris-omnia: check for LED_COLOR_ID_RGB instead LED_COLOR_ID_MULTI
ad316987c4e4 leds: lp50xx: Fix an error handling path in 'lp50xx_probe_dt()'
1687f01f0ea8 leds: netxbig: add missing put_device() call in netxbig_leds_get_of_pdata()
4827f0cabc16 arm64: dts: qcom: sdm845: Limit ipa iommu streams
17fdb0eb50e7 dmaengine: mv_xor_v2: Fix error return code in mv_xor_v2_probe()
0dee7fabab78 cw1200: fix missing destroy_workqueue() on error in cw1200_init_common
b8da48050a26 rsi: fix error return code in rsi_reset_card()
71a0eb78d6f0 qtnfmac: fix error return code in qtnf_pcie_probe()
15e39825a270 orinoco: Move context allocation after processing the skb
174f2189f769 brcmfmac: fix error return code in brcmf_cfg80211_connect()
2c9e1e32a288 mmc: pxamci: Fix error return code in pxamci_probe
3ab2d54ae31e ARM: dts: at91: sama5d3_xplained: add pincontrol for USB Host
a0f8184693e3 ARM: dts: at91: sama5d4_xplained: add pincontrol for USB Host
1d8ae9da94eb ARM: dts: at91: sam9x60: add pincontrol for USB Host
365a94fc1e3d memstick: fix a double-free bug in memstick_check
c802d9e5e69d pinctrl: sunxi: fix irq bank map for the Allwinner A100 pin controller
ed27e6b21505 soundwire: Fix DEBUG_LOCKS_WARN_ON for uninitialized attribute
623793c8da90 RDMA/cxgb4: Validate the number of CQEs
7688ca1121ba ath11k: Fix the rx_filter flag setting for peer rssi stats
0121a853eace staging: mfd: hi6421-spmi-pmic: fix error return code in hi6421_spmi_pmic_probe()
47324dbd5680 clk: meson: Kconfig: fix dependency for G12A
0e8d632e4162 Input: omap4-keypad - fix runtime PM error handling
94268e0c9a59 arm64: dts: qcom: msm8916-samsung-a2015: Disable muic i2c pin bias
281c972aaa4e arm64: dts: qcom: sm8250: correct compatible for sm8250-mtp
6d3131ace303 soc: qcom: initialize local variable
561397df16e3 drivers: soc: ti: knav_qmss_queue: Fix error return code in knav_queue_probe
97d14d592159 soc: ti: Fix reference imbalance in knav_dma_probe
bdf76d879ac3 soc: ti: knav_qmss: fix reference leak in knav_queue_probe
e7e8d6dc17a8 PCI: brcmstb: Initialize "tmp" before use
ddf1dab2919b PCI: Disable MSI for Pericom PCIe-USB adapter
6cf9c3f4dfa0 drm/meson: dw-hdmi: Enable the iahb clock early enough
d0ef2d794000 drm/meson: dw-hdmi: Disable clocks on driver teardown
ddbed6d02751 spi: fix resource leak for drivers without .remove callback
098a597f3115 crypto: sun8i-ce - fix two error path's memory leak
3cf33a4686c4 crypto: omap-aes - Fix PM disable depth imbalance in omap_aes_probe
2ec7b49a1f39 crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pd
9b81af9c8455 rcu/tree: Defer kvfree_rcu() allocation to a clean context
5cacd18c5207 rcu,ftrace: Fix ftrace recursion
4540e84bd8a9 rcu: Allow rcu_irq_enter_check_tick() from NMI
bbab483613f2 scsi: ufs: Fix clkgating on/off
df7ae049e02a scsi: ufs: Avoid to call REQ_CLKS_OFF to CLKS_OFF
3897b71e1a68 EDAC/mce_amd: Use struct cpuinfo_x86.cpu_die_id for AMD NodeId
2081572eb105 mfd: cpcap: Fix interrupt regression with regmap clear_ack
de39384806af mfd: stmfx: Fix dev_err_probe() call in stmfx_chip_init()
b278cdb10039 mfd: MFD_SL28CPLD should depend on ARCH_LAYERSCAPE
0300c814520a mfd: htc-i2cpld: Add the missed i2c_put_adapter() in htcpld_register_chip_i2c()
3e377bb0734d powerpc/powernv/sriov: fix unsigned int win compared to less than zero
02cf67c9b608 Revert "powerpc/pseries/hotplug-cpu: Remove double free in error path"
a063e3faa3ed ARM: dts: tacoma: Fix node vs reg mismatch for flash memory
1c6e4b13306f powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
b1a0097b8298 powerpc: Avoid broken GCC __attribute__((optimize))
6014c6ed74f1 selftests/bpf: Fix broken riscv build
98283ebab45c spi: mxs: fix reference leak in mxs_spi_probe
b6e018b059a5 usb/max3421: fix return error code in max3421_probe()
351c360a7c2d bus: mhi: core: Fix null pointer access when parsing MHI configuration
417602ef3f4a bus: mhi: core: Remove double locking from mhi_driver_remove()
d2fd75615c2f Input: ads7846 - fix unaligned access on 7845
eced9dfb6691 Input: ads7846 - fix integer overflow on Rt calculation
77b0790ac6bd Input: ads7846 - fix race that causes missing releases
1a94c18952af iommu/vt-d: include conditionally on CONFIG_INTEL_IOMMU_SVM
1f1e14d91704 ASoC: intel: SND_SOC_INTEL_KEEMBAY should depend on ARCH_KEEMBAY
d3f027ec7649 drm/meson: dw-hdmi: Ensure that clocks are enabled before touching the TOP registers
2ce569f4b501 drm/meson: dw-hdmi: Register a callback to disable the regulator
2777970add40 drm/meson: Unbind all connectors on module removal
d2ddf64f5e96 drm/meson: Free RDMA resources after tearing down DRM
b087cb814da2 drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()
b9e069283b78 mmc: sdhci: tegra: fix wrong unit with busy_timeout
58d23abd5fa1 video: fbdev: atmel_lcdfb: fix return error code in atmel_lcdfb_of_init()
a622848f5938 media: solo6x10: fix missing snd_card_free in error handling case
e1a709edc21d media: venus: put dummy vote on video-mem path after last session release
43275d43b521 scsi: core: Fix VPD LUN ID designator priorities
c77798b58799 spi: dw: fix build error by selecting MULTIPLEXER
7a5333fb175b ASoC: meson: fix COMPILE_TEST error
70ba8b1697e3 RDMA/cma: Add missing error handling of listen_id
8d82904f8d22 media: venus: core: vote with average bandwidth and peak bandwidth as zero
2d28c98f44af media: venus: core: vote for video-mem path
9acc5fa0aeb2 media: venus: core: change clk enable and disable order in resume and suspend
393957d39762 media: platform: add missing put_device() call in mtk_jpeg_probe() and mtk_jpeg_remove()
a3307503af9e media: cedrus: fix reference leak in cedrus_start_streaming
d5b2529aa572 media: staging: rkisp1: cap: fix runtime PM imbalance on error
cbb25882cd66 media: ov5640: fix support of BT656 bus mode
8b9209c963fb media: v4l2-fwnode: v4l2_fwnode_endpoint_parse caller must init vep argument
f43c83293044 media: v4l2-fwnode: Return -EINVAL for invalid bus-type
6453c1ade8d8 media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_enc_pm()
1144412d4a0c media: mtk-vcodec: add missing put_device() call in mtk_vcodec_release_dec_pm()
d9292412258b media: mtk-vcodec: add missing put_device() call in mtk_vcodec_init_dec_pm()
c7ffc289daa3 media: platform: add missing put_device() call in mtk_jpeg_clk_init()
22ec70191039 media: tm6000: Fix sizeof() mismatches
3d28470532a3 ionic: change set_rx_mode from_ndo to can_sleep
ee6bf69107b0 ionic: flatten calls to ionic_lif_rx_mode
68684d55e578 ionic: use mc sync for multicast filters
91a5950181d1 drm/amdkfd: Put ACPI table after using it
5c0aa48d046d scripts: kernel-doc: Restore anonymous enum parsing
7f1cae8e15a6 staging: gasket: interrupt: fix the missed eventfd_ctx_put() in gasket_interrupt.c
63c4e010a530 staging: greybus: codecs: Fix reference counter leak in error handling
e4e1f57c6afb drm/udl: Fix missing error code in udl_handle_damage()
2fa9f2944153 firmware: arm_scmi: Fix missing destroy_workqueue()
27a26763de9a crypto: qat - fix status check in qat_hal_put_rel_rd_xfer()
4110602d9d73 crypto: Kconfig - CRYPTO_MANAGER_EXTRA_TESTS requires the manager
53cb44edb267 soc: ti: omap-prm: Do not check rstst bit on deassert if already deasserted
d5f81cb875ba drm/amdgpu: fix compute queue priority if num_kcq is less than 4
070dfffdc278 MIPS: BCM47XX: fix kconfig dependency bug for BCM47XX_BCMA
c77a95b65bdc arm64: dts: ti: k3-am65*/j721e*: Fix unit address format error for dss node
10811262111e ASoC: SOF: Intel: fix Kconfig dependency for SND_INTEL_DSP_CONFIG
ec6a178521bf RDMa/mthca: Work around -Wenum-conversion warning
81d23c1d63f3 ASoC: arizona: Fix a wrong free in wm8997_probe
941327d40d30 virtiofs fix leak in setup
b14a8f29c31e spi: sprd: fix reference leak in sprd_spi_remove
82162f4bdf6a ASoC: wm8998: Fix PM disable depth imbalance on error
351d0015c1bf ASoC: wm8994: Fix PM disable depth imbalance on error
8f48a2000249 selftest/bpf: Add missed ip6ip6 test back
f8a4a04ddfdb selftests/run_kselftest.sh: fix dry-run typo
56b491d7de00 drm/msm/dp: do not notify audio subsystem if sink doesn't support audio
be5795e2098f drm/msm/dp: skip checking LINK_STATUS_UPDATED bit
ae5b3fc2dce4 drm/msm/dp: return correct connection status after suspend
6b0a337dec82 firmware: tegra: fix strncpy()/strncat() confusion
66bb2a8a6011 drm/msm/a5xx: Clear shadow on suspend
3edab64c3e42 drm/msm/a6xx: Clear shadow on suspend
b38258b69352 mwifiex: fix mwifiex_shutdown_sw() causing sw reset failure
00f7592609c9 ath11k: Handle errors if peer creation fails
468b3a1ab287 ASoC: qcom: common: Fix refcounting in qcom_snd_parse_of()
851228fd1f67 spi: imx: fix reference leak in two imx operations
b8c65a716e8d spi: bcm63xx-hsspi: fix missing clk_disable_unprepare() on error in bcm63xx_hsspi_resume
d7dc725c7eb4 spi: tegra114: fix reference leak in tegra spi ops
b25ccec94969 spi: tegra20-sflash: fix reference leak in tegra_sflash_resume
0c26f7b292da spi: tegra20-slink: fix reference leak in slink ops of tegra20
6f3e58894446 spi: mt7621: fix missing clk_disable_unprepare() on error in mt7621_spi_probe
7e2556779cb7 spi: spi-ti-qspi: fix reference leak in ti_qspi_setup
ea5ee372c726 spi: stm32-qspi: fix reference leak in stm32 qspi operations
f48dbf515233 Bluetooth: hci_h5: fix memory leak in h5_close
c98d33579206 Bluetooth: Fix: LL PRivacy BLE device fails to connect
147cdf5f344b Bluetooth: Fix null pointer dereference in hci_event_packet()
1a5f0500d885 drm/panel: simple: Add flags to boe_nv133fhm_n61
848ad332d74d arm64: dts: exynos: Correct psci compatible used on Exynos7
ac5ae8c92667 arm64: dts: exynos: Include common syscon restart/poweroff for Exynos7
af9d37f43436 brcmfmac: Fix memory leak for unpaired brcmf_{alloc/free}
8a8fe3e58c3e ath11k: fix wmi init configuration
e3f640e6a085 ath11k: Fix number of rules in filtered ETSI regdomain
ce79baf7b3eb ath11k: Initialize complete alpha2 for regulatory change
5d43f95abf1c drm/edid: Fix uninitialized variable in drm_cvt_modes()
2aa2d48927a1 x86/mce: Correct the detection of invalid notifier priorities
c306918ce98b bpf: Fix tests for local_storage
26a19bbe6003 spi: stm32: fix reference leak in stm32_spi_resume
615bc1ba5b87 nl80211/cfg80211: fix potential infinite loop
6e5ea342fc65 selinux: fix inode_doinit_with_dentry() LABEL_INVALID error handling
ae292e43b06d crypto: caam - fix printing on xts fallback allocation error path
6aa4660cba61 crypto: arm/aes-neonbs - fix usage of cbc(aes) fallback
17df190b6a33 crypto: arm64/poly1305-neon - reorder PAC authentication with SP update
6ed6e024e3bb drm/bridge: tpd12s015: Fix irq registering in tpd12s015_probe
332a2c3b6f87 ASoC: pcm: DRAIN support reactivation
3b0c3b66b6b9 pinctrl: core: Add missing #ifdef CONFIG_GPIOLIB
6dd60eb9b3de scsi: aacraid: Improve compat_ioctl handlers
92b6415e977c spi: spi-mem: fix reference leak in spi_mem_access_start
159869d42023 drm/msm/dpu: fix clock scaling on non-sc7180 board
c72aa2169db1 drm/msm/dsi_pll_10nm: restore VCO rate during restore_state
9e737d120b52 drm/msm/dsi_pll_7nm: restore VCO rate during restore_state
cfc0c1840354 drm/msm/dp: DisplayPort PHY compliance tests fixup
3647b89442e5 perf test: Use generic event for expand_libpfm_events()
c5c1af1107d6 RDMA/mlx5: Fix corruption of reg_pages in mlx5_ib_rereg_user_mr()
8b1a51fb4218 f2fs: call f2fs_get_meta_page_retry for nat page
5eab98b40aaa spi: img-spfi: fix reference leak in img_spfi_resume
130a8874f811 powerpc/64: Set up a kernel stack for secondaries before cpu_restore()
61b3d5e201c1 drm/amdgpu: fix build_coefficients() argument
764184e33908 ARM: dts: aspeed: tiogapass: Remove vuart
651df0443878 drm/msm: Add missing stub definition
f7e27d606484 ASoC: sun4i-i2s: Fix lrck_period computation for I2S justified mode
f7428e7ca889 crypto: inside-secure - Fix sizeof() mismatch
16ec50845816 crypto: talitos - Fix return type of current_desc_hdr()
7023c8164125 crypto: talitos - Endianess in current_desc_hdr()
326713235393 drm/amdgpu: fix incorrect enum type
8933a5253421 sched: Reenable interrupts in do_sched_yield()
6d4250fe7d98 sched/deadline: Fix sched_dl_global_validate()
e3c471e7f1a4 ASoC: qcom: fix unsigned int bitwidth compared to less than zero
b8ab21e01717 x86/apic: Fix x2apic enablement without interrupt remapping
459c15dd6847 RDMA/rtrs-srv: Don't guard the whole __alloc_srv with srv_mutex
4f647978994c RDMA/rtrs-clt: Missing error from rtrs_rdma_conn_established
78bd070fa38a RDMA/rtrs-clt: Remove destroy_con_cq_qp in case route resolving failed
78905c6ab154 ARM: p2v: fix handling of LPAE translation in BE mode
9c79c9e658e3 x86/mm/ident_map: Check for errors from ident_pud_init()
965f5593933f RDMA/rxe: Compute PSN windows correctly
e7c49c634aff RDMA/core: Fix error return in _ib_modify_qp()
56cc090c2b21 ARM: dts: aspeed: s2600wf: Fix VGA memory region location
5ea241ef9543 ARM: dts: aspeed-g6: Fix the GPIO memory size
f0d7de09261b selinux: fix error initialization in inode_doinit_with_dentry()
ae3739fcfe3b RDMA/bnxt_re: Fix entry size during SRQ create
c647cc8e5804 rtc: pcf2127: fix pcf2127_nvmem_read/write() returns
4d281791bee5 RDMA/bnxt_re: Set queue pair state when being queried
942e8f31dff6 Revert "i2c: i2c-qcom-geni: Fix DMA transfer race"
614199a8d1d1 soc: qcom: geni: More properly switch to DMA mode
dd90a827ff18 arm64: dts: qcom: sc7180: Fix one forgotten interconnect reference
2c6b8eda1ee6 arm64: dts: ipq6018: update the reserved-memory node
33be7295fbeb arm64: dts: mediatek: mt8183: fix gce incorrect mbox-cells value
a2eaddba03b3 soc: mediatek: Check if power domains can be powered on at boot time
de37cfd12056 soc: renesas: rmobile-sysc: Fix some leaks in rmobile_init_pm_domains()
a7b30bb95982 arm64: dts: renesas: cat875: Remove rxc-skew-ps from ethernet-phy node
f53a67657127 arm64: dts: renesas: hihope-rzg2-ex: Drop rxc-skew-ps from ethernet-phy node
172b7228a31f drm/tve200: Fix handling of platform_get_irq() error
22bf07001762 drm/mcde: Fix handling of platform_get_irq() error
cc797be0e38c drm/aspeed: Fix Kconfig warning & subsequent build errors
e8c27b95869d iio: adc: at91_adc: add Kconfig dep on the OF symbol and remove of_match_ptr()
3d7961ef3d89 drm/gma500: fix double free of gma_connector
dafbfbed308f hwmon: (k10temp) Remove support for displaying voltage and current on Zen CPUs
----
Link: https://lore.kernel.org/r/20201229103832.108495696@linuxfoundation.org
Signed-off-by: Andrey Zhizhikin <andrey.z@gmail.com>
|