diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2020-01-17 14:38:54 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-01-20 13:22:46 +0800 |
commit | f23e067e86a88fba9621063aa56f53aab81c8fc6 (patch) | |
tree | faa418197045ed03b3840802518582997d2bc847 /recipes-kernel | |
parent | c4a7ab83f11a57083735bd4e13605a4587647d2f (diff) | |
download | meta-intel-f23e067e86a88fba9621063aa56f53aab81c8fc6.tar.gz |
linux-intel/5.4: update to v5.4.8
Linux 5.4.8
mm/hugetlbfs: fix for_each_hstate() loop in init_hugetlbfs_fs()
mmc: sdhci-of-esdhc: re-implement erratum A-009204 workaround
mmc: sdhci-of-esdhc: fix up erratum A-008171 workaround
vhost/vsock: accept only packets with the right dst_cid
net: ena: fix napi handler misbehavior when the napi budget is zero
net: phylink: fix interface passed to mac_link_up
ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is set
bnxt: apply computed clamp value for coalece parameter
gtp: do not allow adding duplicate tid and ms_addr pdp context
gtp: fix an use-after-free in ipv4_pdp_find()
hv_netvsc: Fix tx_table init in rndis_set_subchannel()
tcp/dccp: fix possible race __inet_lookup_established()
tcp: do not send empty skb from tcp_write_xmit()
bonding: fix active-backup transition after link failure
gtp: avoid zero size hashtable
gtp: fix wrong condition in gtp_genl_dump_pdp()
net: marvell: mvpp2: phylink requires the link interrupt
net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/S
net/dst: do not confirm neighbor for vxlan and geneve pmtu update
...
Also updated kmeta having fixes for configcheck warnings for below kernel configurations:
CONFIG_DEBUG_BLK_CGROUP
CONFIG_GPIO_LYNXPOINT
CONFIG_BACKLIGHT_LCD_SUPPORT
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.bb | 6 |
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 9730b691..4eb8aa38 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 | ||
10 | DEPENDS += "elfutils-native openssl-native util-linux-native" | 10 | DEPENDS += "elfutils-native openssl-native util-linux-native" |
11 | 11 | ||
12 | LINUX_VERSION ?= "5.4.6" | 12 | LINUX_VERSION ?= "5.4.8" |
13 | SRCREV_machine ?= "4cea0e11353c3d58771677c095032bad9a4d9e64" | 13 | SRCREV_machine ?= "db6947aff60bbe1bfefb5692cde706c4e3c54749" |
14 | SRCREV_meta ?= "ad6487c4c983fbf8c42e2eea54f64059a09f3d0c" | 14 | SRCREV_meta ?= "1c5fabd8d93e3c521d6af9f678ca60f4e5faf5e2" |
15 | 15 | ||
16 | # For Crystalforest and Romley | 16 | # For Crystalforest and Romley |
17 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" | 17 | KERNEL_MODULE_AUTOLOAD_append_core2-32-intel-common = " uio" |