diff options
author | 2020-10-06 13:52:41 +0800 | |
---|---|---|
committer | 2020-10-07 00:14:10 +0800 | |
commit | 0c807d9dce23dac7b7a6d7e8f7b8e0457476ed5f (patch) | |
tree | 359b45fbbcaa6d0d7db8965fba0a8c72c84f7844 | |
parent | d7134e86574172784f90117c03a012e0048d8bcb (diff) | |
download | meta-intel-0c807d9dce23dac7b7a6d7e8f7b8e0457476ed5f.tar.gz meta-intel-0c807d9dce23dac7b7a6d7e8f7b8e0457476ed5f.tar.bz2 meta-intel-0c807d9dce23dac7b7a6d7e8f7b8e0457476ed5f.zip |
linux-intel/5.4: update to v5.4.68
tag 'v5.4.68': (117 commits)
Linux 5.4.68
iommu/amd: Use cmpxchg_double() when updating 128-bit IRTE
mm: memcg: fix memcg reclaim soft lockup
net: add __must_check to skb_put_padto()
net: qrtr: check skb_put_padto() return value
net: phy: Do not warn in phy_stop() on PHY_DOWN
net: phy: Avoid NPD upon phy_detach() when driver is unbound
net: lantiq: Disable IRQs only if NAPI gets scheduled
net: lantiq: Use napi_complete_done()
net: lantiq: use netif_tx_napi_add() for TX NAPI
net: lantiq: Wake TX queue again
bnxt_en: Protect bnxt_set_eee() and bnxt_set_pauseparam() with mutex.
bnxt_en: return proper error codes in bnxt_show_temp
net/mlx5e: TLS, Do not expose FPGA TLS counter if not supported
net/mlx5e: Enable adding peer miss rules only if merged eswitch is supported
tipc: use skb_unshare() instead in tipc_buf_append()
tipc: fix shutdown() of connection oriented socket
tipc: Fix memory leak in tipc_group_create_member()
taprio: Fix allowing too small intervals
nfp: use correct define to return NONE fec
...
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.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-intel_5.4.bb b/recipes-kernel/linux/linux-intel_5.4.bb index 02bad5f5..418e4abb 100644 --- a/recipes-kernel/linux/linux-intel_5.4.bb +++ b/recipes-kernel/linux/linux-intel_5.4.bb @@ -9,8 +9,8 @@ SRC_URI_append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurs DEPENDS += "elfutils-native openssl-native util-linux-native" -LINUX_VERSION ?= "5.4.57" -SRCREV_machine ?= "eeb611e5394c56d45c5cc8f7dc484c9f19e93143" +LINUX_VERSION ?= "5.4.68" +SRCREV_machine ?= "20a70cf4b1520315871d868fc9c274e07c3a2969" SRCREV_meta ?= "b8c82ba37370e4698ff0c42f3e54b8b4f2fb4ac0" # For Crystalforest and Romley |