summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-10-26 14:25:20 -0400
committerAnuj Mittal <anuj.mittal@intel.com>2021-11-02 10:41:26 +0800
commitd7eebc956d4fa4353475fda198a656619ae387e4 (patch)
treecc36f420ae3b4217666d8cabb1e47fc46adcfc68 /meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
parentf282f90a44db3213b974d574a285acda97a10c1c (diff)
downloadopenembedded-core-contrib-d7eebc956d4fa4353475fda198a656619ae387e4.tar.gz
linux-yocto/5.14: update to v5.14.13
Updating linux-yocto/5.14 to the latest korg -stable release that comprises the following commits: b9ed05407395 Linux 5.14.13 d7c187ab28f6 hwmon: (pmbus/ibm-cffps) max_power_out swap changes e798dcd960a3 io_uring: kill fasync 15571bb5bb64 sched: Always inline is_percpu_thread() 643c519c36dc perf/core: fix userpage->time_enabled of inactive events 15f69a666166 scsi: qla2xxx: Fix excessive messages during device logout cc07ecaf9a9c scsi: virtio_scsi: Fix spelling mistake "Unsupport" -> "Unsupported" 21c2e89e7caa scsi: ses: Fix unsigned comparison with less than zero 18d1c5ea3798 drm/amdgpu: fix gart.bo pin_count leak 048389b85643 net: sun: SUNVNET_COMMON should depend on INET e36444b36ff0 vboxfs: fix broken legacy mount signature checking 5c85a825615a net: bgmac-platform: handle mac-address deferral af13e6176b25 mac80211: check return value of rhashtable_init ebb25ff84341 net: prevent user from passing illegal stab size 998e080844c9 hwmon: (ltc2947) Properly handle errors when looking for the external clock 1d0996b0d2b3 m68k: Handle arrivals of multiple signals correctly 4d38fb418f71 pinctrl: qcom: sc7280: Add PM suspend callbacks 9a8a181ed97e mac80211: Drop frames from invalid MAC address in ad-hoc mode a3ea231aa3f0 netfilter: nf_nat_masquerade: defer conntrack walk to work queue 36f822c301c7 netfilter: nf_nat_masquerade: make async masq_inet6_event handling generic 6c3e84af3944 KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule 1fd0252cad6b ASoC: SOF: loader: release_firmware() on load failure to avoid batching 2dd40af15d19 HID: wacom: Add new Intuos BT (CTL-4100WL/CTL-6100WL) device IDs 95cb145dcfc8 netfilter: ip6_tables: zero-initialize fragment offset f117530a10e0 HID: apple: Fix logical maximum and usage maximum of Magic Keyboard JIS 13e6abfa0b1e ALSA: usb-audio: Unify mixer resume and reset_resume procedure cb315326664d ALSA: oxfw: fix transmission method for Loud models based on OXFW971 3c13d6e6fc56 ASoC: Intel: sof_sdw: tag SoundWire BEs as non-atomic 7c2893a12fc0 ext4: correct the error path of ext4_write_inline_data_end() 501f3491d99e ext4: check and update i_disksize properly Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit a1028453439db361d5f77fa220d77c49bc7a1f82) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
index aa101955d6..245ea46ceb 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.14.bb
@@ -11,13 +11,13 @@ python () {
raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
-SRCREV_machine ?= "a0dca0e4b8b5b7238f27dbbb5cec14750ce29a5c"
-SRCREV_meta ?= "b47f4f4778277597f981d764f019ba211882edb7"
+SRCREV_machine ?= "cddeec4e197612a11f5a3d746a15825c66040830"
+SRCREV_meta ?= "6f8d397886b014e8c7ef4ffb08a489fd7b6a0a3f"
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.14;destsuffix=${KMETA}"
-LINUX_VERSION ?= "5.14.12"
+LINUX_VERSION ?= "5.14.13"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"