summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-02-17 21:23:48 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-02-17 22:42:36 +0800
commita96a3af0d55cc65f65d90de3f3e7f3499f99fe0f (patch)
tree417745091f552a55bf60ea9862d406046142a8f0
parentb47d27372261aa2f56d1a221f542df9db4a4bf42 (diff)
downloadmeta-intel-a96a3af0d55cc65f65d90de3f3e7f3499f99fe0f.tar.gz
linux-intel/5.4: update to v5.4.90
tag 'v5.4.90': (169 commits) Linux 5.4.90 regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init() net: drop bogus skb with CHECKSUM_PARTIAL and offset beyond end of trimmed packet block: fix use-after-free in disk_part_iter_next KVM: arm64: Don't access PMCR_EL0 when no PMU is available net: mvpp2: disable force link UP during port init procedure regulator: qcom-rpmh-regulator: correct hfsmps515 definition wan: ds26522: select CONFIG_BITREVERSE regmap: debugfs: Fix a memory leak when calling regmap_attach_dev net/mlx5e: Fix two double free cases net/mlx5e: Fix memleak in mlx5e_create_l2_table_groups bpftool: Fix compilation failure for net.o with older glibc iommu/intel: Fix memleak in intel_irq_remapping_alloc lightnvm: select CONFIG_CRC32 block: rsxx: select CONFIG_CRC32 wil6210: select CONFIG_CRC32 qed: select CONFIG_CRC32 dmaengine: xilinx_dma: fix mixed_enum_type coverity warning dmaengine: xilinx_dma: fix incompatible param warning in _child_probe() dmaengine: xilinx_dma: check dma_async_device_register return value ... Updated kernel config as well to include: intel-x86: enable edac support for Elkhart Lake intel-x86-64: firmware: fix CONFIG_FW_LOADER option mismatch warning nxp-imx8: include hugetlb feature kver: bumping to v5.4.90 ti-j72xx: add CMA and DMA_CMA configs drm: fix CONFIG_DRM_KMS_HELPER mismatch warning ti-j72xx: add config CONFIG_GPIO_SYSFS ti-j72xx: add config CONFIG_SCSI_UFS_BSG kver: bumping to v5.4.87 SP7021 SoC BSP intel-x86: adds support for Dynamic Platform and Thermal Framework intel-x86: enable Intel Uncore frequency control intel-x86: add Intel Intel Data Accelerators support support nxp-imx8: Correct the pci config enable pcie function ti-j72xx: add RPMSG & REMOTEPROC configs kver: bumping to v5.4.85 Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/linux/linux-intel_5.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.4.bb b/recipes-kernel/linux/linux-intel_5.4.bb
index a2e554f4..e24c6624 100644
--- a/recipes-kernel/linux/linux-intel_5.4.bb
+++ b/recipes-kernel/linux/linux-intel_5.4.bb
@@ -9,9 +9,9 @@ SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurs
9 9
10DEPENDS += "elfutils-native openssl-native util-linux-native" 10DEPENDS += "elfutils-native openssl-native util-linux-native"
11 11
12LINUX_VERSION ?= "5.4.81" 12LINUX_VERSION ?= "5.4.90"
13SRCREV_machine ?= "b3d20595bdf59d0784cb8256445fff65df26c4ac" 13SRCREV_machine ?= "69bdbbbbb350cb1d296f98ba76a03a339d69970d"
14SRCREV_meta ?= "a1b2d188bdfc855ff9dff770480a24cecf66285d" 14SRCREV_meta ?= "6b7942ff385130e31dbb7fe5f3a70cde30dbb398"
15 15
16# For Crystalforest and Romley 16# For Crystalforest and Romley
17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" 17KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio"