summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto_5.0.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-04-26 10:52:17 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-05-12 09:13:39 +0100
commitf5cc3bf166c8eca58630e267cc58bdd88fbc6e95 (patch)
treee23b87b0f1a38584c0a2e09e81aa78d4ecb93a62 /meta/recipes-kernel/linux/linux-yocto_5.0.bb
parent96ae9c18eae3ed24670eba8d0e71b586d12f0610 (diff)
downloadpoky-f5cc3bf166c8eca58630e267cc58bdd88fbc6e95.tar.gz
linux-yocto/5.0: integrate TCP timeout / hang fix
Integrating the following fix: [ tcp: fix issues relaed to implement coalescing on backlog queue As was discussed on -netdev, there's an issue with TCP timeouts and hangs due to new features introduced in the 5.0 kernel: https://www.spinics.net/lists/netdev/msg562928.html This is a temporary commit to widely test the proposed solution. It will be dropped when an official patch makes mainline. ] (From OE-Core rev: 5a8eee4b5f4f40e615510f509e2e17fd46b19da0) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto_5.0.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_5.0.bb18
1 files changed, 9 insertions, 9 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto_5.0.bb b/meta/recipes-kernel/linux/linux-yocto_5.0.bb
index 01269dda27..f34cc7b9db 100644
--- a/meta/recipes-kernel/linux/linux-yocto_5.0.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_5.0.bb
@@ -11,15 +11,15 @@ KBRANCH_qemux86 ?= "v5.0/standard/base"
11KBRANCH_qemux86-64 ?= "v5.0/standard/base" 11KBRANCH_qemux86-64 ?= "v5.0/standard/base"
12KBRANCH_qemumips64 ?= "v5.0/standard/mti-malta64" 12KBRANCH_qemumips64 ?= "v5.0/standard/mti-malta64"
13 13
14SRCREV_machine_qemuarm ?= "ed9d11e2c8ebbfe056420cb89c2e5d02836496ce" 14SRCREV_machine_qemuarm ?= "17c4b7e9db4d17aa713c85d0c3d2d84af962864a"
15SRCREV_machine_qemuarm64 ?= "9c40ed0d86ad87f48659aad4fdead2455e8b5db8" 15SRCREV_machine_qemuarm64 ?= "14b6c1fc020fa357245e9ac9c6c69d253bc7ce30"
16SRCREV_machine_qemumips ?= "40a729c3b0683d0875f8d6ad7353e6e429c7afc2" 16SRCREV_machine_qemumips ?= "e5c23fb31438dab373a50afc40f6e4ab0c568485"
17SRCREV_machine_qemuppc ?= "9c40ed0d86ad87f48659aad4fdead2455e8b5db8" 17SRCREV_machine_qemuppc ?= "14b6c1fc020fa357245e9ac9c6c69d253bc7ce30"
18SRCREV_machine_qemux86 ?= "9c40ed0d86ad87f48659aad4fdead2455e8b5db8" 18SRCREV_machine_qemux86 ?= "14b6c1fc020fa357245e9ac9c6c69d253bc7ce30"
19SRCREV_machine_qemux86-64 ?= "9c40ed0d86ad87f48659aad4fdead2455e8b5db8" 19SRCREV_machine_qemux86-64 ?= "14b6c1fc020fa357245e9ac9c6c69d253bc7ce30"
20SRCREV_machine_qemumips64 ?= "437d99225c689f3f192bb834e4d649ea0467ac87" 20SRCREV_machine_qemumips64 ?= "743d799797ad6828472087e1da8c67fdab87bf75"
21SRCREV_machine ?= "9c40ed0d86ad87f48659aad4fdead2455e8b5db8" 21SRCREV_machine ?= "14b6c1fc020fa357245e9ac9c6c69d253bc7ce30"
22SRCREV_meta ?= "ffd8cf5baf8e741b8987b72c942ce3b9cc7c7f30" 22SRCREV_meta ?= "2d838e11b084a96dd70e5cc0fec01d2e492f72c3"
23 23
24# remap qemuarm to qemuarma15 for the 5.0 kernel 24# remap qemuarm to qemuarma15 for the 5.0 kernel
25# KMACHINE_qemuarm ?= "qemuarma15" 25# KMACHINE_qemuarm ?= "qemuarma15"