summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-06-10 09:21:30 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-06-12 00:02:47 +0800
commitc6c13b2d08d08cf2cfbc26f45583e9ed6fcde09c (patch)
tree7f72b8056dd4c0fa8268fe27378b1888bfe4eae9 /recipes-kernel
parent508aad8e15e65fb572ae29a5a3fdcf5ce8aef314 (diff)
downloadmeta-intel-c6c13b2d08d08cf2cfbc26f45583e9ed6fcde09c.tar.gz
linux-intel/5.4: update to v5.4.44
tag 'v5.4.44': (140 commits) Linux 5.4.44 perf: Make perf able to build with latest libbfd netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build netfilter: conntrack: Pass value of ctinfo to __nf_conntrack_update netfilter: conntrack: comparison of unsigned in cthelper confirmation bonding: Fix reference count leak in bond_sysfs_slave_add. net: dsa: declare lockless TX feature for slave ports ipv4: nexthop version of fib_info_nh_uses_dev nexthop: Expand nexthop_is_multipath in a few places nexthops: don't modify published nexthop groups nexthops: Move code from remove_nexthop_from_groups to remove_nh_grp_entry crypto: chelsio/chtls: properly set tp->lsndtime qlcnic: fix missing release in qlcnic_83xx_interrupt_test. xsk: Add overflow check for u64 division, stored into u32 ieee80211: Fix incorrect mask for default PE duration bnxt_en: Fix accumulation of bp->net_stats_prev. esp6: get the right proto for transport mode in esp6_gso_encap netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code netfilter: nfnetlink_cthelper: unbreak userspace helper support netfilter: conntrack: make conntrack userspace helpers work again ... Also update kernel config to enable Intel Speed Select Technology interface configuration. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel')
-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 8e7ffc7f..1a30f704 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.39" 12LINUX_VERSION ?= "5.4.44"
13SRCREV_machine ?= "2128351fa067ab2e14ca1862445925dec1b33159" 13SRCREV_machine ?= "010689ad67b92133d1f9a3cf895a93e4c1800f59"
14SRCREV_meta ?= "4ed477131e6e508d335d70c070eb84a5c3d673e5" 14SRCREV_meta ?= "627191aa87d971e153f95beac4d9e45aea0e9b65"
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"