From 7d453c460572c86531bb6f84171a2ee9be002efb Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 16 Jun 2021 16:48:54 -0400 Subject: linux-yocto/5.10: cgroup1: fix leaked context root causing sporadic NULL deref in LTP Integrating the following commit(s) to linux-yocto/5.10: ab49d2db98bd cgroup1: fix leaked context root causing sporadic NULL deref in LTP PaulG tracked down the AB intermittent issues and generated a kernel patch. See: https://lore.kernel.org/lkml/20210616125157.438837-1-paul.gortmaker@windriver.com/ While we wait for it to loop through mainline, we'll integrate it into our 5.10 branches. Signed-off-by: Paul Gortmaker Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie (cherry picked from commit 9a16dff746dd7ffd48ee8d1a17babef682168ead) Signed-off-by: Anuj Mittal --- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto_5.10.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 7205df2a61..f99782c1be 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb @@ -13,17 +13,17 @@ KBRANCH_qemux86 ?= "v5.10/standard/base" KBRANCH_qemux86-64 ?= "v5.10/standard/base" KBRANCH_qemumips64 ?= "v5.10/standard/mti-malta64" -SRCREV_machine_qemuarm ?= "592f67240407a1f071d1b90e0af74df07deac519" -SRCREV_machine_qemuarm64 ?= "a68fc0180ae168b5af017e9071e183e1a51e4569" -SRCREV_machine_qemumips ?= "0f474718e48ea5732875db2b71cf3f5dd3293e31" -SRCREV_machine_qemuppc ?= "a68fc0180ae168b5af017e9071e183e1a51e4569" -SRCREV_machine_qemuriscv64 ?= "a68fc0180ae168b5af017e9071e183e1a51e4569" -SRCREV_machine_qemuriscv32 ?= "a68fc0180ae168b5af017e9071e183e1a51e4569" -SRCREV_machine_qemux86 ?= "a68fc0180ae168b5af017e9071e183e1a51e4569" -SRCREV_machine_qemux86-64 ?= "a68fc0180ae168b5af017e9071e183e1a51e4569" -SRCREV_machine_qemumips64 ?= "a3c3c412a703def1f5c8f94f2c0fcc2cb908693a" -SRCREV_machine ?= "a68fc0180ae168b5af017e9071e183e1a51e4569" -SRCREV_meta ?= "7fab6536c164fd743f17c52bc56a65867e30903a" +SRCREV_machine_qemuarm ?= "2fc3409cf8c2a6d684929576fd409949060a0bd9" +SRCREV_machine_qemuarm64 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" +SRCREV_machine_qemumips ?= "5cec6d1ab35feb99f023b233871cafa29e3c3682" +SRCREV_machine_qemuppc ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" +SRCREV_machine_qemuriscv64 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" +SRCREV_machine_qemuriscv32 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" +SRCREV_machine_qemux86 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" +SRCREV_machine_qemux86-64 ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" +SRCREV_machine_qemumips64 ?= "769a7118662a2256e20df60be9c9727f9c5878b0" +SRCREV_machine ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41" +SRCREV_meta ?= "67dad5ca86bd47dbbaa2194b9854c228055dfd37" # remap qemuarm to qemuarma15 for the 5.8 kernel # KMACHINE_qemuarm ?= "qemuarma15" -- cgit 1.2.3-korg