From patchwork Sat Mar 5 01:25:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4713 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9E188C433F5 for ; Sat, 5 Mar 2022 01:25:22 +0000 (UTC) Received: from mail-vk1-f171.google.com (mail-vk1-f171.google.com [209.85.221.171]) by mx.groups.io with SMTP id smtpd.web10.1642.1646443522038740308 for ; Fri, 04 Mar 2022 17:25:22 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=mTLkqjfN; spf=pass (domain: gmail.com, ip: 209.85.221.171, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vk1-f171.google.com with SMTP id i133so3063703vki.8 for ; Fri, 04 Mar 2022 17:25:21 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=N2RlFi+BESctEtPpz1HYnidwh4oNWAm+ZoNdATJb10A=; b=mTLkqjfNsqSFZ+gZoOdnZEG/fkh0YGhUrkdS52McuMg7/PPw+t1tUvRX3mLJnh+JNQ 3hrgJ3eAbbC/VTUhACeB594b7GwgSsAkwuUrry8A4sjtTGYu3HtDQTr1kUuk08wjiCGx uZO7i65d2oDV5f7jp8Ft1L7Zo5tmAFrwdVhsbZnBFgDs1tiKcmoX70UIprbQxqoGk5p/ lSH/UOUgjOI1nBs4KhOoVKUXcRJZ+aBiHeJq2yIxhvIddpf7v8Ouw7Yf/GCJQn8ccaks rvYCf1f3GUKCMX8xzp3HmJ17n/NmQuJeTUMJYfS7PR3LFQK09yq5JEC1EvbUq986fHZW 0inQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=N2RlFi+BESctEtPpz1HYnidwh4oNWAm+ZoNdATJb10A=; b=hTsd8iCV37qvBGcvTm7UYxpOLvqQM17RQlULYH0pRszK4ur6i+8EKPGUW3/DpXZsF4 uIw1FDUifDOl0j5OjUgw3RZ2JRfqrLB8nHsUxOXB0wMD5z2tm5beIB1W9jKW+DpNUIC9 Mjs3Zorg+ZBo5+8aj5RsSGZnH6NanKfwr0p3kHo9LSxVE2hXnLwZjdOcsOeHGInLww/C mMw7Lf1TmHogqhjO64F+/eq88iPinPittZohuEMdnPdxCnsqiXULr44K1l6CZxlrmT4F ujSt3H+i+mmMeU59wBXCa1SsgNlPsKxWCVO4w+jcbE3xiE632L7Uk5VC4BzhKEdF9fMh nMJg== X-Gm-Message-State: AOAM533gvKlKVuC5eBSknlBHZ+CPiwd6pSrhkS0GAixLjk50jyESDAiz 2ucBO5r8FcbrW8Z+5NTEVMIK3oFJeM+wCA== X-Google-Smtp-Source: ABdhPJx+6RP4w3n3J7zakYsS+sOaxaGBrLZpKc4r5pLIoZMfRwN300/EVQ4p+ZkRMFhXWjRcbQQwKg== X-Received: by 2002:a05:6122:1348:b0:32c:bcba:ecda with SMTP id f8-20020a056122134800b0032cbcbaecdamr582212vkp.39.1646443521084; Fri, 04 Mar 2022 17:25:21 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:20 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 1/9] linux-yocto/5.15: riscv64: drop MAXPHYSMEM_128GB Date: Fri, 4 Mar 2022 20:25:09 -0500 Message-Id: <4a4203b2fa0c711eedbd2d5a96e3679f1563dfca.1646443420.git.bruce.ashfield@gmail.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162766 From: Bruce Ashfield Integrating the following commit(s) to linux-yocto: commit e1b976ee4fb5af517cf01a9f2dd4a32f560ca894 Author: Bruce Ashfield Date: Tue Feb 15 23:27:31 2022 -0500 riscv64: drop MAXPHYSMEM_128GB The MAXPHYSMEM config options have been removed upstream via the following commit, so we drop our setting. commit 6250ecf5ba42292b652cd01c9fcb2239010c5c44 Author: Alexandre Ghiti Date: Mon Jan 17 10:57:16 2022 +0100 riscv: Get rid of MAXPHYSMEM configs commit db1503d355a79d1d4255a9996f20e72848b74a56 upstream. CONFIG_MAXPHYSMEM_* are actually never used, even the nommu defconfigs selecting the MAXPHYSMEM_2GB had no effects on PAGE_OFFSET since it was preempted by !MMU case right before. In addition, the move of the kernel mapping at the end of the address space broke the use of MAXPHYSMEM_2G with MMU since it defines PAGE_OFFSET at the same address as the kernel mapping. Reported-by: Geert Uytterhoeven Fixes: 2bfc6cd81bd1 ("riscv: Move kernel mapping outside of linear mapping") Signed-off-by: Alexandre Ghiti Tested-by: Geert Uytterhoeven Tested-by: Conor Dooley Cc: stable@vger.kernel.org Signed-off-by: Palmer Dabbelt Signed-off-by: Greg Kroah-Hartman Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index 9b652a797b..22385ad38c 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "c5b3006ccedbb8397aa58b667b981e0c2435b943" -SRCREV_meta ?= "2d38a472b21ae343707c8bd64ac68a9eaca066a0" +SRCREV_meta ?= "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index 754dbc7d60..ae72f34c26 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine:qemuarm ?= "66d56b3bcc1391639a84e35be3ef00c5197089a8" SRCREV_machine ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_meta ?= "2d38a472b21ae343707c8bd64ac68a9eaca066a0" +SRCREV_meta ?= "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 4b5e332c37..43409fb45e 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "7f685244afb3acd13e94968312580b63d7296705" SRCREV_machine:qemux86-64 ?= "7f685244afb3acd13e94968312580b63d7296705" SRCREV_machine:qemumips64 ?= "1d269d782d6b6effed2437ad6b11ae4f4e789259" SRCREV_machine ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_meta ?= "2d38a472b21ae343707c8bd64ac68a9eaca066a0" +SRCREV_meta ?= "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same From patchwork Sat Mar 5 01:25:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4714 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88E86C4332F for ; Sat, 5 Mar 2022 01:25:23 +0000 (UTC) Received: from mail-vk1-f179.google.com (mail-vk1-f179.google.com [209.85.221.179]) by mx.groups.io with SMTP id smtpd.web09.1751.1646443522946764526 for ; Fri, 04 Mar 2022 17:25:23 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=d8YWXcOj; spf=pass (domain: gmail.com, ip: 209.85.221.179, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vk1-f179.google.com with SMTP id x62so5259614vkg.6 for ; Fri, 04 Mar 2022 17:25:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=KWBR2Q5WVCWnmj43Y4F0w91FmBmPYWZM6aqdiU67Vy0=; b=d8YWXcOj9Eh7LD8APBk7kV49u6xkRiQE9pscgnxSCwOOiDz5/pMKI0/LIoQGD4GdDQ Hps/v3St8Nuj0X+XoCUKzFcDTbYUXKrxJtl5/VcrxVQoXsx6ttlic/R2U6fQuHo+AAxq y/kwEVatS+BlXEW8GpjzYtvytTmCO3Pbpi57VhPeskz9iTL2qORektJiY4X3SGC7EG/U plOGxUSjpejT7XHETptBQaS/mTW2fYnaVPGS4etZFpWMzXrPwx5sXpnbWz3wyB5Cd7mW 4s4OVDrNlokQnSDVyrQMCTnmNT6kALWrgVo+dlF3trUGuGXDo1FQSpSDM9y7WfnQ/0cU OIQg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=KWBR2Q5WVCWnmj43Y4F0w91FmBmPYWZM6aqdiU67Vy0=; b=w2e2dp3beBhAILZVbq6PlCFxQdfgyfKpge/3PQ1GS9+U2e+U8iFKBaFX3DU2ttbrVa 5AgS+G+TYJDRuVSw/dmx3eqe44VxMLKo6a1GhbY/Qnnhzj+UhZuqVYG4dni47XhEnBtQ ws6iUcKKgSjVFqyxva50vTCRO50yKu4OXExSHIYrn0rnaThd7ROTWpufiyF5LKedeanu 0aqUwDXqVIrXpo1yL0oOb0rgU6Vm3eRrC77t/FEXrWcw0MrFhvcQ7P1b8/yUeGrFw5DL zanlKaVPr+8QxKZFEWabDCsFwuXtalIXOTEIu/1DJpRMjs7+gjxNEBrtpfIFw8J28R3o +LbA== X-Gm-Message-State: AOAM533TlrDSOFnD7w7wfLTeRpNZQWcx0fx17Jw5k8cuQFjBqakR5Gp6 0aTDEPUdj2tXi0TyI3CZEE19qPpbEVz3YA== X-Google-Smtp-Source: ABdhPJyNXs1kymR8DNy8nnL+30l81bDJc29yFJx3DA36WwMRAHrIDRxf/F/my7SCa08jdBj0lwXOQg== X-Received: by 2002:a05:6122:d93:b0:331:4fb0:7162 with SMTP id bc19-20020a0561220d9300b003314fb07162mr651014vkb.4.1646443522048; Fri, 04 Mar 2022 17:25:22 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:21 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 2/9] linux-yocto/5.10: features/zram: remove CONFIG_ZRAM_DEF_COMP Date: Fri, 4 Mar 2022 20:25:10 -0500 Message-Id: <17059b12171ceb23e686be2b6cc98114fecbc95f.1646443420.git.bruce.ashfield@gmail.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162767 From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 7a012dfacdc features/zram: remove CONFIG_ZRAM_DEF_COMP Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index 8a8a7eabe9..5f512016b2 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "e5b266bc6b15dc8852649b7d2a31395195dc7b3a" -SRCREV_meta ?= "b53e11ea46f4e78ff4cb48532a11e1dbad7939b1" +SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index bf7662eed3..7a7a13e031 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine:qemuarm ?= "9a8497a8761a22b3086cab63d18698024a69a410" SRCREV_machine ?= "317635e1feaecfd8aa29bc94d8d03ba873190414" -SRCREV_meta ?= "b53e11ea46f4e78ff4cb48532a11e1dbad7939b1" +SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index ecb2d03949..130e3286ce 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.10.bb @@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" SRCREV_machine:qemux86-64 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" SRCREV_machine:qemumips64 ?= "ae7887fe8d4da06d2d0d0a5071d09155899de26c" SRCREV_machine ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" -SRCREV_meta ?= "b53e11ea46f4e78ff4cb48532a11e1dbad7939b1" +SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2" # remap qemuarm to qemuarma15 for the 5.8 kernel # KMACHINE:qemuarm ?= "qemuarma15" From patchwork Sat Mar 5 01:25:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4715 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E14CC433F5 for ; Sat, 5 Mar 2022 01:25:25 +0000 (UTC) Received: from mail-vk1-f172.google.com (mail-vk1-f172.google.com [209.85.221.172]) by mx.groups.io with SMTP id smtpd.web12.1638.1646443524173352088 for ; Fri, 04 Mar 2022 17:25:24 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=pqdVuMwx; spf=pass (domain: gmail.com, ip: 209.85.221.172, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vk1-f172.google.com with SMTP id c4so5154697vkq.9 for ; Fri, 04 Mar 2022 17:25:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=3XNB3SzuRnbUQjqZ7FZy+x2akIXeZgZtyMHkCvYxeqU=; b=pqdVuMwxVrjGXq+SSDJ2IGEG01X5FX1z/YoYo9zv9UuYX30qsx1uZrGia8IjFd7RGt w2FS3slEsZOK36xcJaeSyrYe00avGGc3T+O7IAtB5BNlL+NSO0i+Bc6nEhanUbl4B01h 8hrSuCV7z1g/wb93holm5pFr3YxTr4sHryfwVV1YIw+xdT5mnUMeyPNQFUFavCSgpA52 BeSZ5iJCrler7rtynNcDkimr5cmYT8tPif4GPJDUqSB/1qkot1AEXFWuZmx3M7/e0Vqu rqMIurIqEN8DWfUj8poInJ3DGpn7HvBVNliqP0rl2vzyLy6CLW/DTihRZBJk9oG9hL0w 0YPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=3XNB3SzuRnbUQjqZ7FZy+x2akIXeZgZtyMHkCvYxeqU=; b=AWL8LcaG1CZLI1v3ldFDb1Q2+tTFkaCHu7B/42OOJOcLj4w1J6v9US9UBNc2YWSR+d rZMRe/s9warhYJ4khbqo5lYrUPnR1cHzsdLbaNyefssBI7cgJU1Bh6wbdycytIEit4tN nSHzpWyxpmONI9kouFEI2kBZ9/Vmp7ft/ItWWxU7QcH/CmlvXhu0D9elRFx15Fyf+1o4 jPRTfAUGBj6MA0rCH0/V94+tVLSD/jg0+c45ZWtoLs6rXLXL5CZ5qKXLfVRphxnr4kKd 07zMJujrhiZMk7AEXekUeIGoglFiYYL8debF8LoCpmcBVywOkhzCF0/aVpYtVaGQ/CSy Qvvw== X-Gm-Message-State: AOAM532FdPwoKNKp0AG2LM+4GZc7EzsvZK5dwnR8YAiGnn4uslB/F/6U ZkvmH5jNPVcv4wqKSIAthwUVJUuUTQl6EA== X-Google-Smtp-Source: ABdhPJyV6cupgVCYYkPHsq1rJ/q2oRxqyODMhlfXN90B1Z5zjf1Y1yRZcdGoIDjtRe+1S8/0O5TGAQ== X-Received: by 2002:a05:6122:134f:b0:32d:9340:94a9 with SMTP id f15-20020a056122134f00b0032d934094a9mr574899vkp.0.1646443523006; Fri, 04 Mar 2022 17:25:23 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:22 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 3/9] linux-yocto/5.15: update to v5.15.24 Date: Fri, 4 Mar 2022 20:25:11 -0500 Message-Id: <079556b05e0af52ed701211a7aad04f456f9d6dc.1646443420.git.bruce.ashfield@gmail.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:25 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162768 From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: a0ebea480bb3 Linux 5.15.24 65ab30f6a695 iommu: Fix potential use-after-free during probe 7969fe91c983 perf: Fix list corruption in perf_cgroup_switch() 8ebcd2c680e1 arm64: dts: imx8mq: fix lcdif port node 48f54966f7f7 MIPS: octeon: Fix missed PTR->PTR_WD conversion cd4494f8685c scsi: lpfc: Reduce log messages seen after firmware download 6737f9a95a42 scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled c8e9c2b52c4c Makefile.extrawarn: Move -Wunaligned-access to W=1 24645c47880b x86/sgx: Silence softlockup detection when releasing large enclaves 30de73bebf2b hwmon: (dell-smm) Speed up setting of fan speed 16cde074b00c bus: mhi: pci_generic: Add mru_default for Cinterion MV31-W 2c1d20e34669 bus: mhi: pci_generic: Add mru_default for Foxconn SDX55 fe990b7bf6ac s390/cio: verify the driver availability for path_event call 56ca18dd5483 signal: HANDLER_EXIT should clear SIGNAL_UNKILLABLE f7a56fcca2e4 seccomp: Invalidate seccomp mode to catch death failures 956cf21cd1ae mm: memcg: synchronize objcg lists with a dedicated spinlock b7f54894aa75 iio: buffer: Fix file related error handling in IIO_BUFFER_GET_FD_IOCTL 7a360e546ad9 phy: ti: Fix missing sentinel for clk_div_table 12431425c466 speakup-dectlk: Restore pitch setting 9ae3dad535a9 USB: serial: cp210x: add CPI Bulk Coin Recycler id 7e5108a22f19 USB: serial: cp210x: add NCR Retail IO box id 8d226d39d052 USB: serial: ch341: add support for GW Instek USB2.0-Serial devices 2ea4f4612cb9 USB: serial: option: add ZTE MF286D modem 24311a9fc426 USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320 2330b2ba6465 usb: raw-gadget: fix handling of dual-direction-capable endpoints 33d2a0c1ec20 usb: gadget: f_uac2: Define specific wTerminalType 2da3b0ab54fb usb: gadget: rndis: check size of RNDIS_MSG_SET command 3e33e5c67cb9 USB: gadget: validate interface OS descriptor requests d3d5bfb3a279 usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition 8d2b04dad380 usb: dwc3: gadget: Prevent core from processing stale TRBs 93feb2bdf6d4 usb: ulpi: Call of_node_put correctly fc50f42e4616 usb: ulpi: Move of_node_put to ulpi_dev_release ffd0393adcdc net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup f4e72ad027b0 Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured" a6ef1bda0efd usb: dwc2: drd: fix soft connect when gadget is unconfigured 9a5f471ae380 eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX decb36e9a9f0 n_tty: wake up poll(POLLRDNORM) on receiving data 573321db328b vt_ioctl: add array_index_nospec to VT_ACTIVATE ffe54289b02e vt_ioctl: fix array_index_nospec in vt_setactivate f916181692cb net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister d98ba26a4ba9 net: mscc: ocelot: fix mutex lock error during ethtool stats read 41a8c548d47b ice: Avoid RTNL lock when re-creating auxiliary device f9daedc3ab8f ice: Fix KASAN error in LAG NETDEV_UNREGISTER handler 52eb5c86ede4 ice: fix IPIP and SIT TSO offload efd399e12c1b ice: fix an error code in ice_cfg_phy_fec() 12e067a4d98f dpaa2-eth: unregister the netdev before disconnecting from the PHY 29b25d5f8f30 mptcp: netlink: process IPv6 addrs in creating listening sockets dcd1c4663469 drm/amd/pm: fix hwmon node of power1_label create issue 4b24ef1d03cf net: amd-xgbe: disable interrupts during pci removal 489d9fa78e59 tipc: rate limit warning for received illegal binding update bb04b5527aff net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE b8ac37e57044 veth: fix races around rq->rx_notify_masked fdcb263fa5cd net: fix a memleak when uncloning an skb dst and its metadata f1ab1ba32d36 net: do not keep the dst cache when uncloning an skb dst and its metadata 6cbe14cc0eb6 nfp: flower: fix ida_idx not being released 3cab045c99db ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path b5652bc50dde net: dsa: lantiq_gswip: don't use devres for mdiobus 46b747232329 net: dsa: mt7530: fix kernel bug in mdiobus_free() when unbinding 8cda7577a0b4 net: dsa: felix: don't use devres for mdiobus caabb5f64f5c net: dsa: bcm_sf2: don't use devres for mdiobus aae1c6a1d3d6 net: dsa: ar9331: register the mdiobus under devres 8b626d45127d net: dsa: mv88e6xxx: don't use devres for mdiobus 147540cae264 bonding: pair enable_port with slave_arr_updates 3523167d6658 fbcon: Avoid 'cap' set but not used warning ef2cb1fc0365 gpio: sifive: use the correct register to read output values d9daa2b76dde gpiolib: Never return internal error codes to user space e799974e7cbb ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE ab142ea5d502 drm/panel: simple: Assign data from panel_dpi_probe() correctly 9e3dd49145f3 ixgbevf: Require large buffers for build_skb on 82599VF 51eece9f8a1d arm64: dts: meson-sm1-odroid: fix boot loop after reboot 57154c07ed62 arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2 162f8057192c arm64: dts: meson-sm1-odroid: use correct enable-gpio pin for tf-io regulator 006dc5815bb3 arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133' c5ee4cbd0f1b netfilter: ctnetlink: disable helper autoassign 7f486bed5ec0 net: sparx5: Fix get_stat64 crash in tcpdump e4382d0a39f9 misc: fastrpc: avoid double fput() on failed usercopy f5e8733d93cf drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd. 3d2bc21a6768 NFS: Don't skip directory entries when doing uncached readdir 557302faea9c NFS: Don't overfill uncached readdir pages 00181d6c9665 gpio: aggregator: Fix calling into sleeping GPIO controllers ddcb149ce10a phy: dphy: Correct clk_pre parameter 72a8aee863af usb: f_fs: Fix use-after-free for epfile 0ed2f9a97a92 arm64: dts: imx8mq: fix mipi_csi bidirectional port numbers af6a1d60a13c ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo 94b16ca86ab6 phy: stm32: fix a refcount leak in stm32_usbphyc_pll_enable() 541ec7bfeed3 phy: xilinx: zynqmp: Fix bus width setting for SGMII 58c42f415b81 ARM: dts: imx6qdl-udoo: Properly describe the SD card detect 025c6eef1490 staging: fbtft: Fix error path in fbtft_driver_module_init() c0ad2c2cac1b phy: broadcom: Kconfig: Fix PHY_BRCM_USB config option 86cdc3060d41 ARM: dts: meson8b: Fix the UART device-tree schema validation 5253b083f0a8 ARM: dts: meson8: Fix the UART device-tree schema validation 00d135070efa ARM: dts: meson: Fix the UART compatible strings c22bddf61db0 ARM: dts: Fix timer regression for beagleboard revision c ac14a51c3169 drm/i915: Populate pipe dbuf slices more accurately during readout 8d6a31b83cdd drm/i915: Allow !join_mbus cases for adlp+ dbuf configuration 05ffa30c99f7 drm/rockchip: vop: Correct RK3399 VOP register fields c1af59449d80 drm/amdgpu/display: change pipe policy for DCN 2.0 0e546bb1324e PM: s2idle: ACPI: Fix wakeup interrupts handling 65aabd296665 ACPI/IORT: Check node revision for PMCG resources 64c37c05f7ad nvme-tcp: fix bogus request completion when failing to send AER 7740eb27c38e ARM: socfpga: fix missing RESET_CONTROLLER ccdd7956cd28 ARM: dts: Fix boot regression on Skomer 14917a884f70 ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group 4134396f99d2 gfs2: Fix gfs2_release for non-writers regression 71f46f3d1bf2 riscv: eliminate unreliable __builtin_frame_address(1) efe220337181 riscv: cpu-hotplug: clear cpu from numa map when teardown 7486227fa47a riscv: fix build with binutils 2.38 67398d2c7b8c KVM: x86: Report deprecated x87 features in supported CPUID c09a83ae3b2e KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow f7da3276e087 KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode 11f9427d01a3 KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS a3c43649600b KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER d44af3ad2a21 KVM: eventfd: Fix false positive RCU usage warning a85f3ea1407f net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout() a3ba49c129ed MIPS: Fix build error due to PTR used in more places 96f91a877a5c nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs a3486ef99a3b perf: Always wake the parent event 8981a8fd900e usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend a277422a8d97 drm/amd/display: Correct MPC split policy for DCN301 dc5769c7b063 PM: hibernate: Remove register_nosave_region_late() 50fe79589c14 net: stmmac: reduce unnecessary wakeups from eee sw timer 6207f35c213f scsi: myrs: Fix crash in error case 0c8d27c2aae5 scsi: ufs: Treat link loss as fatal error f0a91d892310 scsi: ufs: Use generic error code in ufshcd_set_dev_pwr_mode() cb26e94204d7 scsi: pm8001: Fix bogus FW crash for maxcpus=1 1c22df15cf40 scsi: qedf: Change context reset messages to ratelimited 6be8eaad75ca scsi: qedf: Fix refcount issue when LOGO is received during TMF 1f53bbf27a87 scsi: qedf: Add stag_work to all the vports 83f31dab46b2 scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup() 4f786e8f18c3 scsi: target: iscsi: Make sure the np under each tpg is unique 43ae0ccc4d27 powerpc/fixmap: Fix VM debug warning on unmap fa693cfd8fe4 net: sched: Clarify error message when qdisc kind is unknown 9696125fb3ca drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer 770d1ba9a820 drm/vc4: Fix deadlock on DSI device attach error 85008bde411d sched: Avoid double preemption in __cond_resched_*lock*() ec903b6daa58 x86/perf: Avoid warning for Arch LBR without XSAVE ef5685971abd perf/x86/rapl: fix AMD event handling 3f4e05eb46ae irqchip/realtek-rtl: Service all pending interrupts 4403233b8775 sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change() 4b22aa42bd4d net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_change 5ca123c91a64 SUNRPC allow for unspecified transport time in rpc_clnt_add_xprt c5ae18fa8d71 NFSv4 handle port presence in fs_location server string be67be6a1a8f NFSv4 expose nfs_parse_server_name function 6f2836341d8a NFSv4.1 query for fs_location attr on a new file system 2df6a47a131a NFSv4 store server support for fs_location attribute 0c5d3bfb2967 NFSv4 remove zero number of fs_locations entries error check 3cb5b317901e NFSv4.1: Fix uninitialised variable in devicenotify 58967a232ab3 nfs: nfs4clinet: check the return value of kstrdup() bbf647ecebc0 NFSv4 only print the label when its queried 38ae938701e7 NFS: change nfs_access_get_cached to only report the mask 78c28fdf1685 tracing: Propagate is_signed to expression 8fdaa9a6ace2 thermal/drivers/int340x: Fix RFIM mailbox write commands 5abd95ff5d6a thermal: int340x: Limit Kconfig to 64-bit 786293f61b4b thermal/drivers/int340x: processor_thermal: Suppot 64 bit RFIM responses e9b0301939d1 thermal/drivers/int340x: Improve the tcc offset saving for suspend/resume c6eff5c42771 NFSD: Fix the behavior of READ near OFFSET_MAX c9a8571dd893 NFSD: Fix offset type in I/O trace points 01c3ae81eef4 NFSD: Clamp WRITE offsets 8e0ecaf7a7e5 NFSD: Fix ia_size underflow 37f2d2cd8ead NFSD: Fix NFSv3 SETATTR/CREATE's handling of large file sizes 535e301ea677 NFS: Fix initialisation of nfs_client cl_flags field 6b42352bea56 net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs 9338c17e2c63 net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs 540dff311c9a can: isotp: fix error path in isotp_sendmsg() to unlock wait queue f90cc68f9f4b can: isotp: fix potential CAN frame reception race in isotp_rcv() dbe7bf9b6fc8 mmc: core: Wait for command setting 'Power Off Notification' bit to complete 222c071fadd6 mmc: sdhci-of-esdhc: Check for error num after setting mask cf4570ca8ed6 ima: Do not print policy rule with inactive LSM labels 5389ea64af1e ima: Allow template selection with ima_template[_fmt]= after ima_hash= 20805cdf95af ima: Remove ima_policy file before directory 0838d6d68182 ima: fix reference leak in asymmetric_verify() 739b7bb886b5 integrity: check the return value of audit_log_start() c1d3ac0c115f Linux 5.15.23 1f1788616157 tipc: improve size validations for received domain records 40eb05e5e72b crypto: api - Move cryptomgr soft dependency into algapi ab32ea3ad0d5 ksmbd: fix SMB 3.11 posix extension mount failure 14f880ea779e KVM: s390: Return error on SIDA memop on normal guest c28ee73fea29 arm64: Add Cortex-A510 CPU part definition af0e6c49438b moxart: fix potential use-after-free on remove path Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.15.bb | 6 ++--- .../linux/linux-yocto-tiny_5.15.bb | 8 +++--- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index 22385ad38c..4aa1d90f4d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "c5b3006ccedbb8397aa58b667b981e0c2435b943" -SRCREV_meta ?= "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" +SRCREV_machine ?= "3f32ac72547633bb4ba8af0a058ea6dd26700767" +SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" -LINUX_VERSION ?= "5.15.22" +LINUX_VERSION ?= "5.15.24" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index ae72f34c26..5b5946fdc0 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.15.22" +LINUX_VERSION ?= "5.15.24" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine:qemuarm ?= "66d56b3bcc1391639a84e35be3ef00c5197089a8" -SRCREV_machine ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_meta ?= "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" +SRCREV_machine:qemuarm ?= "fa8ed5bf61550cfa9e6bb9b046674a2491db5672" +SRCREV_machine ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 43409fb45e..8b343d6eaa 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" KBRANCH:qemux86-64 ?= "v5.15/standard/base" KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "6be018aeb5fd86986bc560e2e6ca59b774784bdb" -SRCREV_machine:qemuarm64 ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_machine:qemumips ?= "2b861aef3af1f8b09f1345a308e6e6fe213e1fef" -SRCREV_machine:qemuppc ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_machine:qemuriscv64 ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_machine:qemuriscv32 ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_machine:qemux86 ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_machine:qemux86-64 ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_machine:qemumips64 ?= "1d269d782d6b6effed2437ad6b11ae4f4e789259" -SRCREV_machine ?= "7f685244afb3acd13e94968312580b63d7296705" -SRCREV_meta ?= "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" +SRCREV_machine:qemuarm ?= "2080556f77628b4b045c670321989cb058749acd" +SRCREV_machine:qemuarm64 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_machine:qemumips ?= "841c395c9a56e60c861e0d8346f39a88120fd8a1" +SRCREV_machine:qemuppc ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_machine:qemuriscv64 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_machine:qemuriscv32 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_machine:qemux86 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_machine:qemux86-64 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_machine:qemumips64 ?= "f23755ed1e4ed384fe05651d51da41dd5ba1a43a" +SRCREV_machine ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same @@ -31,7 +31,7 @@ SRCREV_meta ?= "e1b976ee4fb5af517cf01a9f2dd4a32f560ca894" # normal PREFERRED_VERSION settings. BBCLASSEXTEND = "devupstream:target" DEFAULT_PREFERENCE:class-devupstream = "-1" -SRCREV_machine:class-devupstream ?= "0bf5b7cc9848b5494b2ca4eb1ca6e05865e8cdf1" +SRCREV_machine:class-devupstream ?= "a0ebea480bb319a3ad408c99db91262dbc696b76" PN:class-devupstream = "linux-yocto-upstream" KBRANCH:class-devupstream = "v5.15/base" @@ -42,7 +42,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "5.15.22" +LINUX_VERSION ?= "5.15.24" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" From patchwork Sat Mar 5 01:25:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4717 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E27FC433FE for ; Sat, 5 Mar 2022 01:25:26 +0000 (UTC) Received: from mail-vk1-f170.google.com (mail-vk1-f170.google.com [209.85.221.170]) by mx.groups.io with SMTP id smtpd.web09.1752.1646443525193424215 for ; Fri, 04 Mar 2022 17:25:25 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=QMxvW8SN; spf=pass (domain: gmail.com, ip: 209.85.221.170, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vk1-f170.google.com with SMTP id j9so5290663vkj.1 for ; Fri, 04 Mar 2022 17:25:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=63r/KjeqDNukBDW6MPZYTfbPJWlJsOxwdajVh/aIGQw=; b=QMxvW8SNMPHJQGbjttSmq41srGH1cmQtxxHkfkBKRfHDnBlZS0ehT/eJWYH176MQPJ WMYJMy+jtWiyuasZi7ineK6QkoPeeJFCH+WjqGSSByHkA8rAShLGPxie8f0fhHyQamxu 7wtyL3omGrEhHNKt+MxfzjbXaaVb1aH7aKA2xZrrLbJ9aaihUvRzi/PdgemUR4N25O2s ayPr7AT/prGav1MLgp0vIK29wLzD/k/fbKgWrDcZYkx+RWgG+dpOLEWDA6QoSKS8B6GC fwQ/woZvzo/D8qTN5fhZepTdydO+5rkA+R4XSQHpAUCMGY6Cf4+Q37fE2vbzyvUYLGie nROg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=63r/KjeqDNukBDW6MPZYTfbPJWlJsOxwdajVh/aIGQw=; b=FBnKsfjmrS1XRZi62WM9CLFLHX7deVR4p6RLxvTkLllzaUYD7v+v8YsWvgRRR9zAD4 fBFrXKGxa7HfUT2uxokBKcgVkjfxarWfueDrBVF4TbJIoFMrdCzMhZbjyk+Hnlco8Ijw Kb/u2FWllmaKssm2CpLF8qjQys89cJNs46zGZR5JsLHrYVjwNW14Yba4OI20h1MeCRrn 9+Tkr8sPnGzT0Mq+M7oWrOnfCv4puzj6Yu3lGiKN1WOyPKT9S80DIz087wWfS27qdNnN E4Aj5YyuTzbIeq7+F/rzCHx/RbuGOGIgShP/dMUm9TcQe4YZ//nNmj5MdH+ZT84OWhOg EbIw== X-Gm-Message-State: AOAM531nCapPDO6fFcxxSfKgxpSNRNZdPrvLZvA6P9BZSZOnoIH7eXAU Soov9UAK+qC8kuZklJC3Hpf1q1A7ImHPrw== X-Google-Smtp-Source: ABdhPJwS8QTiLAChSUfdS2oOXR7msciR1x6+uWV/XqyoiJ4onrDqOF904VcIuqSpm9zpKGq83V4icA== X-Received: by 2002:a1f:3d03:0:b0:336:f466:9776 with SMTP id k3-20020a1f3d03000000b00336f4669776mr505611vka.23.1646443524203; Fri, 04 Mar 2022 17:25:24 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:23 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 4/9] linux-yocto/5.10: update to v5.10.101 Date: Fri, 4 Mar 2022 20:25:12 -0500 Message-Id: X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162769 From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 3969aba589d6 Linux 5.10.101 cb86e511e78e iommu: Fix potential use-after-free during probe f6b5d51976fc perf: Fix list corruption in perf_cgroup_switch() ce3ca12c632a arm64: dts: imx8mq: fix lcdif port node 759aeacdfe70 scsi: lpfc: Reduce log messages seen after firmware download 57c5d7d42076 scsi: lpfc: Remove NVMe support if kernel has NVME_FC disabled 199dab00f043 can: isotp: fix error path in isotp_sendmsg() to unlock wait queue 3b10ebeb95d7 Makefile.extrawarn: Move -Wunaligned-access to W=1 ad53060bdfc3 hwmon: (dell-smm) Speed up setting of fan speed 3c75d1017cb3 phy: ti: Fix missing sentinel for clk_div_table 6eabe53492c2 speakup-dectlk: Restore pitch setting 3836a5ff4bb7 USB: serial: cp210x: add CPI Bulk Coin Recycler id 51b03a9bcd99 USB: serial: cp210x: add NCR Retail IO box id a21e6b2e0864 USB: serial: ch341: add support for GW Instek USB2.0-Serial devices 7113440a36c7 USB: serial: option: add ZTE MF286D modem b7ed2f9619cc USB: serial: ftdi_sio: add support for Brainboxes US-159/235/320 e07dde31acc9 usb: raw-gadget: fix handling of dual-direction-capable endpoints e9f9b877eb0e usb: gadget: f_uac2: Define specific wTerminalType fb4ff0f96de3 usb: gadget: rndis: check size of RNDIS_MSG_SET command 22ec10047285 USB: gadget: validate interface OS descriptor requests 351159167cd8 usb: gadget: udc: renesas_usb3: Fix host to USB_ROLE_NONE transition 3bfca3891480 usb: dwc3: gadget: Prevent core from processing stale TRBs 2a17bd9f5210 usb: ulpi: Call of_node_put correctly 8b89a6916681 usb: ulpi: Move of_node_put to ulpi_dev_release 758290defe93 net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup a66a2b17b8c8 Revert "usb: dwc2: drd: fix soft connect when gadget is unconfigured" 73961057e9dc usb: dwc2: drd: fix soft connect when gadget is unconfigured a37960df7eac eeprom: ee1004: limit i2c reads to I2C_SMBUS_BLOCK_MAX 1b99fe34e26d n_tty: wake up poll(POLLRDNORM) on receiving data f1b25737156c vt_ioctl: add array_index_nospec to VT_ACTIVATE 778302ca0949 vt_ioctl: fix array_index_nospec in vt_setactivate 22249886dc5b net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister 3a3c65c487a4 net: mscc: ocelot: fix mutex lock error during ethtool stats read 809f030745b2 ice: fix IPIP and SIT TSO offload cf11949b9163 ice: fix an error code in ice_cfg_phy_fec() f8edc6feab4d dpaa2-eth: unregister the netdev before disconnecting from the PHY ff6c9e0fcee5 net: amd-xgbe: disable interrupts during pci removal 657aea782887 tipc: rate limit warning for received illegal binding update ef5cdae8bc00 net: mdio: aspeed: Add missing MODULE_DEVICE_TABLE bf99c144360d veth: fix races around rq->rx_notify_masked 00e6d6c3bc14 net: fix a memleak when uncloning an skb dst and its metadata 2e9fd2d0f69e net: do not keep the dst cache when uncloning an skb dst and its metadata 0bae953d7ab5 nfp: flower: fix ida_idx not being released 09ac0fcb0a82 ipmr,ip6mr: acquire RTNL before calling ip[6]mr_free_table() on failure path e177d2e85ebc net: dsa: lantiq_gswip: don't use devres for mdiobus 95e5402f9430 net: dsa: felix: don't use devres for mdiobus 2770b795294e net: dsa: bcm_sf2: don't use devres for mdiobus 475ce5dcf2d8 net: dsa: ar9331: register the mdiobus under devres 8ccebe77df6e net: dsa: mv88e6xxx: don't use devres for mdiobus 4a384c1e4058 bonding: pair enable_port with slave_arr_updates 1ba45dd32667 gpio: sifive: use the correct register to read output values 48e413087de1 ACPI: PM: s2idle: Cancel wakeup before dispatching EC GPE 3b72d3f0205e drm/panel: simple: Assign data from panel_dpi_probe() correctly bf35639192ed ixgbevf: Require large buffers for build_skb on 82599VF e5a64f548a45 arm64: dts: meson-g12b-odroid-n2: fix typo 'dio2133' 04fe6569a7cf netfilter: ctnetlink: disable helper autoassign a5ce7ee5fcc0 misc: fastrpc: avoid double fput() on failed usercopy 21c890ca8eae drm/vc4: hdmi: Allow DBLCLK modes even if horz timing is odd. 70ea005626a9 gpio: aggregator: Fix calling into sleeping GPIO controllers 0042178a69eb usb: f_fs: Fix use-after-free for epfile 5a37fd9fdcce ARM: dts: imx7ulp: Fix 'assigned-clocks-parents' typo 39bf132a6ed5 phy: xilinx: zynqmp: Fix bus width setting for SGMII 108868dae2ee ARM: dts: imx6qdl-udoo: Properly describe the SD card detect 0a7b5e8d8c1e staging: fbtft: Fix error path in fbtft_driver_module_init() 74cd5cb2190f ARM: dts: meson8b: Fix the UART device-tree schema validation 566b558e9429 ARM: dts: meson8: Fix the UART device-tree schema validation 210d70f08100 ARM: dts: meson: Fix the UART compatible strings 88f0e61354f4 ARM: dts: Fix timer regression for beagleboard revision c c943a297ec3c drm/rockchip: vop: Correct RK3399 VOP register fields a941384fba3f PM: s2idle: ACPI: Fix wakeup interrupts handling fcbac51a64d3 ACPI/IORT: Check node revision for PMCG resources 57ede0ce6500 nvme-tcp: fix bogus request completion when failing to send AER 3a669d77e5b3 ARM: socfpga: fix missing RESET_CONTROLLER 435e62d5666a ARM: dts: Fix boot regression on Skomer b217b89e607c ARM: dts: imx23-evk: Remove MX23_PAD_SSP1_DETECT from hog group 3f9843f2f65e riscv: fix build with binutils 2.38 3aa5c8657292 KVM: VMX: Set vmcs.PENDING_DBG.BS on #DB in STI/MOVSS blocking shadow bd39fe29bbbb KVM: SVM: Don't kill SEV guest if SMAP erratum triggers in usermode 9efad4cb0365 KVM: nVMX: Also filter MSR_IA32_VMX_TRUE_PINBASED_CTLS when eVMCS db58a3d978b4 KVM: nVMX: eVMCS: Filter out VM_EXIT_SAVE_VMX_PREEMPTION_TIMER dc129275a7f7 KVM: eventfd: Fix false positive RCU usage warning 87bbd78a2cd1 net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout() c9b8cc1046f0 nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs d0774cf73056 perf: Always wake the parent event a117e986e9cc usb: dwc2: gadget: don't try to disable ep0 in dwc2_hsotg_suspend 4607218fde84 PM: hibernate: Remove register_nosave_region_late() 0e42c4a3d732 scsi: myrs: Fix crash in error case 3bc5b128b9a2 scsi: ufs: Treat link loss as fatal error 12cf1208035d scsi: pm8001: Fix bogus FW crash for maxcpus=1 87f187e5265b scsi: qedf: Fix refcount issue when LOGO is received during TMF aa7352aa155e scsi: qedf: Add stag_work to all the vports 150d448c663d scsi: ufs: ufshcd-pltfrm: Check the return value of devm_kstrdup() 7dbda616fc64 scsi: target: iscsi: Make sure the np under each tpg is unique 67baac10dd5a powerpc/fixmap: Fix VM debug warning on unmap 3d0eafd459b2 net: sched: Clarify error message when qdisc kind is unknown 9b569faabd22 drm: panel-orientation-quirks: Add quirk for the 1Netbook OneXPlayer 0d6b9d15ecb4 x86/perf: Avoid warning for Arch LBR without XSAVE b37dd03f2fc6 NFSv4 handle port presence in fs_location server string 6f2974b52b15 NFSv4 expose nfs_parse_server_name function 5a9c613a29e7 NFSv4 remove zero number of fs_locations entries error check 1c79aad1186b NFSv4.1: Fix uninitialised variable in devicenotify c5619c510f04 nfs: nfs4clinet: check the return value of kstrdup() db053bdece3a NFSv4 only print the label when its queried e2b4435fd340 NFS: change nfs_access_get_cached to only report the mask b4e0c9bcf142 tracing: Propagate is_signed to expression 5234de6c7975 drm/amdgpu: Set a suitable dev_info.gart_page_size 6215fb455893 NFSD: Fix offset type in I/O trace points 3a6a2d43e32a NFSD: Clamp WRITE offsets c72f7c2ec3d4 NFS: Fix initialisation of nfs_client cl_flags field f47ee3a35ffb net: phy: marvell: Fix MDI-x polarity setting in 88e1118-compatible PHYs 6a33aa711327 net: phy: marvell: Fix RGMII Tx/Rx delays setting in 88e1121-compatible PHYs 7b53d2204ce7 can: isotp: fix potential CAN frame reception race in isotp_rcv() c9cc027c55bb mmc: sdhci-of-esdhc: Check for error num after setting mask 8027ba480c00 ima: Do not print policy rule with inactive LSM labels 8171c8a99fea ima: Allow template selection with ima_template[_fmt]= after ima_hash= 0795b7100d25 ima: Remove ima_policy file before directory 7fea2e520003 integrity: check the return value of audit_log_start() d4f7d322a4ad Linux 5.10.100 3c7e59435535 tipc: improve size validations for received domain records 2951d2168976 crypto: api - Move cryptomgr soft dependency into algapi b62267b8b06e KVM: s390: Return error on SIDA memop on normal guest be93028d306d moxart: fix potential use-after-free on remove path Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.10.bb | 6 ++--- .../linux/linux-yocto-tiny_5.10.bb | 8 +++---- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++++++++---------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index 5f512016b2..ec4dea033c 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "e5b266bc6b15dc8852649b7d2a31395195dc7b3a" -SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2" +SRCREV_machine ?= "5c627c3d0740ef68beef456aaf7ef104315a8f7f" +SRCREV_meta ?= "ff60a2ddb31e54be0f8ac63a28247e58f9c8cd23" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" -LINUX_VERSION ?= "5.10.99" +LINUX_VERSION ?= "5.10.101" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index 7a7a13e031..3414c55740 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb @@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.10.99" +LINUX_VERSION ?= "5.10.101" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine:qemuarm ?= "9a8497a8761a22b3086cab63d18698024a69a410" -SRCREV_machine ?= "317635e1feaecfd8aa29bc94d8d03ba873190414" -SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2" +SRCREV_machine:qemuarm ?= "ce4e423e88244adab0deef2f9d021b2bf6d492ba" +SRCREV_machine ?= "cc09c000260f49e35e85a96853dd01404e6aa80a" +SRCREV_meta ?= "ff60a2ddb31e54be0f8ac63a28247e58f9c8cd23" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 130e3286ce..0437274009 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 ?= "5c9de82973348b40bfdcecc0623f488d9443038e" -SRCREV_machine:qemuarm64 ?= "8c841836837414c6d07fa08ef8482162760fc27a" -SRCREV_machine:qemumips ?= "d8287fdfbe460acdd62cf57e351411c992101514" -SRCREV_machine:qemuppc ?= "f436ec6dd3942a87331abf39805e791460e499ef" -SRCREV_machine:qemuriscv64 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" -SRCREV_machine:qemuriscv32 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" -SRCREV_machine:qemux86 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" -SRCREV_machine:qemux86-64 ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" -SRCREV_machine:qemumips64 ?= "ae7887fe8d4da06d2d0d0a5071d09155899de26c" -SRCREV_machine ?= "c0b313d988a16b25c1ee730bfe7393c462ee8a5c" -SRCREV_meta ?= "7a012dfacdc82bce2279c26af29cf40b5fdbeed2" +SRCREV_machine:qemuarm ?= "54d10cbfb44b9449f3962d962c6ec0d2e31017e8" +SRCREV_machine:qemuarm64 ?= "1048394a0538b9b282c1f36f4de7e4ab814c90bf" +SRCREV_machine:qemumips ?= "0214a416a56f01fed65e4b7818470139dc2b1286" +SRCREV_machine:qemuppc ?= "b678c6d8d47e6e67aefa985fea85fe3026f2c809" +SRCREV_machine:qemuriscv64 ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" +SRCREV_machine:qemuriscv32 ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" +SRCREV_machine:qemux86 ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" +SRCREV_machine:qemux86-64 ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" +SRCREV_machine:qemumips64 ?= "8d571427e05d1a8c7f7b0d32f291941429865ada" +SRCREV_machine ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" +SRCREV_meta ?= "ff60a2ddb31e54be0f8ac63a28247e58f9c8cd23" # remap qemuarm to qemuarma15 for the 5.8 kernel # KMACHINE:qemuarm ?= "qemuarma15" @@ -32,7 +32,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "5.10.99" +LINUX_VERSION ?= "5.10.101" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" From patchwork Sat Mar 5 01:25:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4716 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E385C4332F for ; Sat, 5 Mar 2022 01:25:26 +0000 (UTC) Received: from mail-vk1-f169.google.com (mail-vk1-f169.google.com [209.85.221.169]) by mx.groups.io with SMTP id smtpd.web12.1639.1646443525993804685 for ; Fri, 04 Mar 2022 17:25:26 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=jn5jegAE; spf=pass (domain: gmail.com, ip: 209.85.221.169, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vk1-f169.google.com with SMTP id az23so303771vkb.0 for ; Fri, 04 Mar 2022 17:25:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=oBgopRUjwrmiXXIOeGUU17uf/wXBcjTJHZv+7adLDd4=; b=jn5jegAELwA/aH+g6zDp7aCPzYIbmnW5llK8twcEb3RcMwJxadITXWqU0dHewQyj1Z wlsgcNsT3ValzfIfADVtlGksb72jj1kWK9UjAgXXV3RuiePPJpSr3eLpJGMAlfqRwQug wdlFMhOFQrr2v/lScLpsz/MudNrmlGu5wbpc0AA+YhRtVrNrbzcs7X4G/9Rsws1JmDqJ HyoF1wMl4Ph2Lrg6SKU+2f3Xf4/ZADcAioDScPHLjCeEIMrQ39lABz+Q6GAEXs+4mifq cS5grg+CtBwliCdDRh7NeBKFOI/A3SDf6vdLv56OxgorqiA/7dP/DqOpBwaBRqVQTCA+ VYMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=oBgopRUjwrmiXXIOeGUU17uf/wXBcjTJHZv+7adLDd4=; b=3lx2Y/KDoSb8c1XL6xHqvZG1LUxpwje2dQf+hDHlghPvk5Q5rOw8oucGtMODuqYn4/ Jhd896BK7IjX/7c02GghVO3MErck9WT60BvBNVQIxygvUngXO3OBn1liOR46biOFG6Sf uAxApDjyoSNMXvGajPfWTOgIencSjlic8g6oMXtLw5OvYVdpX2vB9YgrcPJObqmI3cBM KYtEQnI4kmU07EYelBMu7VMcZZWJnWSCWV9lO8muQXcG6eywKtZ8y2PG+t+taghCswR/ ZlXqIA9d7PhRChO/YuzuEc1nIwrkBP7BgBTv5wcp/C+ky3BK2v69aFNq3U+tFCsQGB3L woXQ== X-Gm-Message-State: AOAM531RSk/W4FEsaiQgFtVgUb/uAMKHklvu/Qerv42pN7VGzM8FzQUg 8O2XJkHxgy0mR9obiDm/86ZW0fYwozXr3A== X-Google-Smtp-Source: ABdhPJzUU9WNWnBferAhQh7cQRDRRwiKCvG06eAZDAeLeDiVZ8Ba1Z3YdUHCE90DnzLbTHZD4uPHdg== X-Received: by 2002:a1f:5ec8:0:b0:336:effd:f1d1 with SMTP id s191-20020a1f5ec8000000b00336effdf1d1mr537882vkb.40.1646443525100; Fri, 04 Mar 2022 17:25:25 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:24 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 5/9] linux-yocto/5.10: Fix ramoops/ftrace Date: Fri, 4 Mar 2022 20:25:13 -0500 Message-Id: X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:26 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162770 From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.10: 253c752ed120 pstore/ftrace: Add and use ftrace_test_recursion_trylock_safe 356e8a12bd66 pstore/ftrace: Add recursion protection to the ftrace callback 334706a1e873 ftrace: Add ftrace_test_recursion_trylock() helper function 78c260d7f60b ftrace: Move the recursion testing into global headers Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.10.bb | 4 ++-- .../linux/linux-yocto-tiny_5.10.bb | 6 ++--- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 22 +++++++++---------- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index ec4dea033c..d9e91856ce 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb @@ -11,8 +11,8 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "5c627c3d0740ef68beef456aaf7ef104315a8f7f" -SRCREV_meta ?= "ff60a2ddb31e54be0f8ac63a28247e58f9c8cd23" +SRCREV_machine ?= "b8dfdbe4d5a7b790bd2ecdb2889846e036469d25" +SRCREV_meta ?= "f323785b54712f92ad8cae06e2711a01d66d4fdf" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index 3414c55740..dbc0a6e90d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine:qemuarm ?= "ce4e423e88244adab0deef2f9d021b2bf6d492ba" -SRCREV_machine ?= "cc09c000260f49e35e85a96853dd01404e6aa80a" -SRCREV_meta ?= "ff60a2ddb31e54be0f8ac63a28247e58f9c8cd23" +SRCREV_machine:qemuarm ?= "e6fb3720c9823cc706e8c6441cfd382b52bf7ae5" +SRCREV_machine ?= "57631093be11dd9606bbe8916b9f35bc9b6fe130" +SRCREV_meta ?= "f323785b54712f92ad8cae06e2711a01d66d4fdf" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index 0437274009..bbca0ffed5 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 ?= "54d10cbfb44b9449f3962d962c6ec0d2e31017e8" -SRCREV_machine:qemuarm64 ?= "1048394a0538b9b282c1f36f4de7e4ab814c90bf" -SRCREV_machine:qemumips ?= "0214a416a56f01fed65e4b7818470139dc2b1286" -SRCREV_machine:qemuppc ?= "b678c6d8d47e6e67aefa985fea85fe3026f2c809" -SRCREV_machine:qemuriscv64 ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" -SRCREV_machine:qemuriscv32 ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" -SRCREV_machine:qemux86 ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" -SRCREV_machine:qemux86-64 ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" -SRCREV_machine:qemumips64 ?= "8d571427e05d1a8c7f7b0d32f291941429865ada" -SRCREV_machine ?= "bbec956b3ad71d142c590caf5a2c94cc34d224b6" -SRCREV_meta ?= "ff60a2ddb31e54be0f8ac63a28247e58f9c8cd23" +SRCREV_machine:qemuarm ?= "778c2d4c9a4798b90ed3b5609ccbc2fa8b785778" +SRCREV_machine:qemuarm64 ?= "6c6e9a984aa0a6bb2a11528c27023c588064422d" +SRCREV_machine:qemumips ?= "3bcde31e0d5e48a2fd21f7d6300a7b5d625e5760" +SRCREV_machine:qemuppc ?= "20fb5e330325ade20c8c3c2de7a64d9994298af6" +SRCREV_machine:qemuriscv64 ?= "253c752ed120276124a8463d996b30af0db6f547" +SRCREV_machine:qemuriscv32 ?= "253c752ed120276124a8463d996b30af0db6f547" +SRCREV_machine:qemux86 ?= "253c752ed120276124a8463d996b30af0db6f547" +SRCREV_machine:qemux86-64 ?= "253c752ed120276124a8463d996b30af0db6f547" +SRCREV_machine:qemumips64 ?= "89e951f3655bd59f7564bd09c106186833702f12" +SRCREV_machine ?= "253c752ed120276124a8463d996b30af0db6f547" +SRCREV_meta ?= "f323785b54712f92ad8cae06e2711a01d66d4fdf" # remap qemuarm to qemuarma15 for the 5.8 kernel # KMACHINE:qemuarm ?= "qemuarma15" From patchwork Sat Mar 5 01:25:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4718 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7D8CEC43217 for ; Sat, 5 Mar 2022 01:25:27 +0000 (UTC) Received: from mail-vs1-f43.google.com (mail-vs1-f43.google.com [209.85.217.43]) by mx.groups.io with SMTP id smtpd.web12.1640.1646443526913841086 for ; Fri, 04 Mar 2022 17:25:27 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=D8UGS/2D; spf=pass (domain: gmail.com, ip: 209.85.217.43, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vs1-f43.google.com with SMTP id e26so10928338vso.3 for ; Fri, 04 Mar 2022 17:25:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=I8UUzFMN0zLNOS08x/6e63e9RVhGZh6qSfvQBGqRJHo=; b=D8UGS/2DXhjinX6xj02JeMQB2tUIRavDPtbFVylQtYV+AHg2ctJCCtOtijCD2sDnTe OpZiVHe8SVWwooSgRTYA6Xwxz1l3SolI2fdMHH3HWg+tSnOyZM1PWrE9LozxEeKnNfiP QYamCsvuOeGUG+bCCMj0bNCb9eGKIPbQfoR4lNrZUJNBbN6yFjFYLnn8EbFXjSPmqDNY 1IzBNiBVwvIHTdALtqfYC3DYns4/H8NeIczp16hJs4rx1TYRsG5dNFbNi2zGVdTQg4N0 02T7RZzUlFsjr7GJl4SGTKWD5VdxkLiq+itWSkxeC4/cLmo4SBQ7C4nkZea+gl0EfGwf q1sw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=I8UUzFMN0zLNOS08x/6e63e9RVhGZh6qSfvQBGqRJHo=; b=0HyPpR1g0RlZv2LM/PTySDqznxV9qeLjg1aVVREnn0BxaoSijQvfXyRWm2Sue9zdU2 HTWO+fuKOkzNOu3NkogOBFJZafH3YYAZDVkp8YU7ATZ7x29kY3S4BsSdomt3RW4dIj5N BPoZTfbv1AKsBi3sS85nKKdxY4fI0fKqeZmQeypM1Vh6G3LJrptCO0ihyNU+A+TOSYtw gyEdF4hMzQekVU8nm4Fs1YKZPY49d3cIJ9qLvRlzcfvFlBxQfalmkUF3ZiH//VO0IeFC kE7hiEhV4M4rO5epY2vLAM7SVQq66rqjLO3EENyjjM3nDirFZ0aPT8KqA5DKge12W6n3 Snyw== X-Gm-Message-State: AOAM5306QDH+ZGkba/fbflRFZYriQ0YryU/u7TvV+M5hxAo6chqGQS8D ZKc53WCz5Dy39nK1ac7Y+vg= X-Google-Smtp-Source: ABdhPJxcTPwmbYOs0xcaE8gpSFYDn1Qs/BdwphagsT8+pmJWT23Z2kwW3OVVKOXrFPnfn/uyIUBwMA== X-Received: by 2002:a67:cd93:0:b0:31b:e4b3:50fa with SMTP id r19-20020a67cd93000000b0031be4b350famr534743vsl.63.1646443525980; Fri, 04 Mar 2022 17:25:25 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:25 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 6/9] linux-yocto/5.15: arm defconfig fixes Date: Fri, 4 Mar 2022 20:25:14 -0500 Message-Id: X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:27 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162771 From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.15: 871f23ad3627 Revert "ARM: defconfig: Enable ax88796c driver for Exynos boards" ffad0783dd5b ARM: config: multi v7: Regenerate defconifg 5c1e1a1ff2d3 ARM: config: multi v7: Add renamed symbols badaf96564fe ARM: config: multi v7: Clean up enabled by default options 34996040fc9b ARM: config: multi v7: Drop unavailable options Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.15.bb | 2 +- .../linux/linux-yocto-tiny_5.15.bb | 4 ++-- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 20 +++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index 4aa1d90f4d..58feb19cb7 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -11,7 +11,7 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "3f32ac72547633bb4ba8af0a058ea6dd26700767" +SRCREV_machine ?= "e62e8c1dfa2fe269a877b99dc9dedac6a9456b99" SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index 5b5946fdc0..30e63bf7f5 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -15,8 +15,8 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine:qemuarm ?= "fa8ed5bf61550cfa9e6bb9b046674a2491db5672" -SRCREV_machine ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_machine:qemuarm ?= "e6e97d2b62f29bac98815616d89cf48490b03fc3" +SRCREV_machine ?= "9cb2e893ad4e54c23650583ff55b6f7dd2168ec1" SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 8b343d6eaa..fa68e9e574 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -13,16 +13,16 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" KBRANCH:qemux86-64 ?= "v5.15/standard/base" KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "2080556f77628b4b045c670321989cb058749acd" -SRCREV_machine:qemuarm64 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" -SRCREV_machine:qemumips ?= "841c395c9a56e60c861e0d8346f39a88120fd8a1" -SRCREV_machine:qemuppc ?= "3cba0e6744d4323f2901af62ed458957d40b8017" -SRCREV_machine:qemuriscv64 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" -SRCREV_machine:qemuriscv32 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" -SRCREV_machine:qemux86 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" -SRCREV_machine:qemux86-64 ?= "3cba0e6744d4323f2901af62ed458957d40b8017" -SRCREV_machine:qemumips64 ?= "f23755ed1e4ed384fe05651d51da41dd5ba1a43a" -SRCREV_machine ?= "3cba0e6744d4323f2901af62ed458957d40b8017" +SRCREV_machine:qemuarm ?= "681eace513f2eb77ade3954f7ede8e18c53ef3b8" +SRCREV_machine:qemuarm64 ?= "5544942b9f3aaf9af76d55a8ea015cfcc8003921" +SRCREV_machine:qemumips ?= "65c9fa3c96cdd8d2341ab6b6042227a928f04483" +SRCREV_machine:qemuppc ?= "15df6d697a5319289bf2fcac3fa394da83f9aac2" +SRCREV_machine:qemuriscv64 ?= "871f23ad362717d75aba60e56d511312522ba15c" +SRCREV_machine:qemuriscv32 ?= "871f23ad362717d75aba60e56d511312522ba15c" +SRCREV_machine:qemux86 ?= "871f23ad362717d75aba60e56d511312522ba15c" +SRCREV_machine:qemux86-64 ?= "871f23ad362717d75aba60e56d511312522ba15c" +SRCREV_machine:qemumips64 ?= "23dd0a182e404e823a7d4e4f3e00c716d7b33109" +SRCREV_machine ?= "871f23ad362717d75aba60e56d511312522ba15c" SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll From patchwork Sat Mar 5 01:25:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4719 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 821F9C433F5 for ; Sat, 5 Mar 2022 01:25:29 +0000 (UTC) Received: from mail-vs1-f48.google.com (mail-vs1-f48.google.com [209.85.217.48]) by mx.groups.io with SMTP id smtpd.web12.1641.1646443528138319775 for ; Fri, 04 Mar 2022 17:25:28 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=AH0JO/bM; spf=pass (domain: gmail.com, ip: 209.85.217.48, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vs1-f48.google.com with SMTP id g21so10908169vsp.6 for ; Fri, 04 Mar 2022 17:25:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=u6OhCWSz8TAcUgub0lAuyx8lOMCeLUp6Wpg5G0ZdrOM=; b=AH0JO/bMoDtSpUhjj1CmzUrP9CB59r6hHO+2O5Fwu2x5qJzSAnM+tec1tMpq1Foven fMT1dDDraetWJS70PetbSJhQTCjqFsllFIgB1Q05w8jM8lBd70Ls2JZRZX0CuzGFPeS6 k34F6UR6yxFKeZ6atd0DJcrN+F9LQGEx3nyeeeLJ3p3YfdmXWp55kWxNFKubY7iwrd/i fXBb6ww0b7ivktMQMnX74Z+05wlUplYnbOttxVBBvk1Df/hmtLt6veve3s4m/WzRCrhw aFVyUFngurYzzx/332UBNl+oDo/nOU++e3CUreVTf20GhKClQ5cqFpPsOivnHyTZ+IRm EzGQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=u6OhCWSz8TAcUgub0lAuyx8lOMCeLUp6Wpg5G0ZdrOM=; b=z5r8nCpiOOQ43dHmdsdSXcnmcUXXJiP+f3p3Witw/HccnUppqi9DIOPwHp0mhIfdOU pL55TAcJ30FziR2dWlM6SX718WLfPvU+MATo52gCSXGpEmrI4mpavDtthmrBaNm6XPMM aVAa9fcZpDih24xmuMRUSpy/DZcmXiYeX61qOLldlZbhHVTo5U/OIqonMZ918UNGmp3J lZ3OBgs8stgGjIwgfl3sY93u7xvxHrZGWrg3RmpirOW2xnMIauA8oWGBBEDCfhk3TEtF s7x/VvClndkboefDWjvvMynslpl1++98rRFM8Sug0/psQHpCNMs12/s89bJ7WIfcoB43 FAAQ== X-Gm-Message-State: AOAM531aKDycgFkmFjc3nboprxcJvoqQpSGFqjURiWP5N07FkJvoX8t5 cHhDganLBI87dacDMYJ9CSGhoM6Hzb5fEQ== X-Google-Smtp-Source: ABdhPJwhd8jTFCXnATLEe9T1VSB/uYhlTYo5HD+OQ0VPbbZB65FSyIgri4jRhGRfIXkNcfujsNukEA== X-Received: by 2002:a67:be0f:0:b0:31f:adb0:eb17 with SMTP id x15-20020a67be0f000000b0031fadb0eb17mr645662vsq.69.1646443526942; Fri, 04 Mar 2022 17:25:26 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:26 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 7/9] linux-yocto/5.15: update to v5.15.26 Date: Fri, 4 Mar 2022 20:25:15 -0500 Message-Id: <7d7734eaec8d712e4752eafbcf153d0424501400.1646443420.git.bruce.ashfield@gmail.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:29 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162772 From: Bruce Ashfield Updating linux-yocto/5.15 to the latest korg -stable release that comprises the following commits: 8993e6067f26 Linux 5.15.26 3c805fce07c9 ice: fix concurrent reset and removal of VFs 26bc7197f9d3 ice: Fix race conditions between virtchnl handling and VF ndo ops fd21a0b6da94 memblock: use kfree() to release kmalloced memblock regions 83f331d1debb gpio: tegra186: Fix chip_data type confusion a15769155440 pinctrl: k210: Fix bias-pull-up e3a751ee48f9 pinctrl: fix loop in k210_pinconf_get_drive() 92cab57ea6d7 tty: n_gsm: fix deadlock in gsmtty_open() 06bce5327b76 tty: n_gsm: fix wrong modem processing in convergence layer type 2 1bc6f3b19bc6 tty: n_gsm: fix wrong tty control line for flow control 50cacb783bb3 tty: n_gsm: fix NULL pointer access due to DLCI release 519d0b389c10 tty: n_gsm: fix proper link termination after failed open 4f0ab1c8a5a6 tty: n_gsm: fix encoding of control signal octet bit DV 1851b9a46706 riscv: fix oops caused by irqsoff latency tracer e0ff4dffded5 riscv: fix nommu_k210_sdcard_defconfig 72aa720acacf IB/qib: Fix duplicate sysfs directory name 7a7e1b3aeef7 tps6598x: clear int mask on probe failure bde6a6b111b9 staging: fbtft: fb_st7789v: reset display before initialization ba9efbbf6745 thermal: int340x: fix memory leak in int3400_notify() 00265efbd3e5 RDMA/cma: Do not change route.addr.src_addr outside state checks 8df508b7a44c btrfs: prevent copying too big compressed lzo segment d2bef2cbd3b1 driver core: Free DMA range map when device is released 453a82127f17 mtd: core: Fix a conflict between MTD and NVMEM on wp-gpios property fcd3f5906d64 nvmem: core: Fix a conflict between MTD and NVMEM on wp-gpios property ce94606060d7 xhci: Prevent futile URB re-submissions due to incorrect return value. c8b38e557414 xhci: re-initialize the HC during resume if HCE was set 88f69c64443f usb: dwc3: gadget: Let the interrupt handler disable bottom halves. 83e0190fb77c usb: dwc3: pci: Fix Bay Trail phy GPIO mappings e62f41a6528f usb: dwc3: pci: Add "snps,dis_u2_susphy_quirk" for Intel Bay Trail 943a914d3dab usb: dwc2: drd: fix soft connect when gadget is unconfigured 85171fbf714c USB: serial: option: add Telit LE910R1 compositions c331aa7e7064 USB: serial: option: add support for DW5829e 6db927ce66ac tracefs: Set the group ownership in apply_options() not parse_options() 2c775ad1fd5e USB: gadget: validate endpoint index for xilinx udc da514063440b usb: gadget: rndis: add spinlock for rndis response list f7c9fd0dff99 Revert "USB: serial: ch341: add new Product ID for CH341A" 27089f04fac6 ata: pata_hpt37x: disable primary channel on HPT371 4e508c593573 sc16is7xx: Fix for incorrect data being transmitted 72b0fba2dd4d iio: Fix error handling for PM 1f05c7568445 iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot c77f4ae7bd43 iio: accel: fxls8962af: add padding to regmap for SPI ca9d1799be68 iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits 0cb9b2f73c18 iio: adc: tsc2046: fix memory corruption by preventing array overflow fe7347780298 iio: adc: men_z188_adc: Fix a resource leak in an error handling path 7bdf7d5f0cbd iio:imu:adis16480: fix buffering for devices with no burst mode 9000406481a5 tracing: Have traceon and traceoff trigger honor the instance 7e35b31e2cee tracing: Dump stacktrace trigger to the corresponding instance c8b56e51aa91 RDMA/ib_srp: Fix a deadlock e7a66dd26877 configfs: fix a race in configfs_{,un}register_subsystem() a94879d41917 bnxt_en: Increase firmware message response DMA wait time 27440589551f RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close bf2cfad0c6e4 RDMA/rtrs-clt: Fix possible double free in error case ff999198ec21 net-timestamp: convert sk->sk_tskey to atomic_t d99dcdabc52a regmap-irq: Update interrupt clear register for proper reset 43221f446c02 gpio: rockchip: Reset int_bothedge when changing trigger 3c32405d6474 spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op() 2378f94c8d9b net/mlx5: Update log_max_qp value to be 17 at most 6e94d2863384 net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets 95c1867704d0 net/mlx5e: MPLSoUDP decap, fix check for unsupported matches d4d188487ddc net/mlx5: DR, Fix the threshold that defines when pool sync is initiated 9703a9e2f968 net/mlx5: Fix wrong limitation of metadata match on ecpf f63548dd05ab net/mlx5: Fix possible deadlock on rule deletion 837b0d2e69e8 net/mlx5: DR, Don't allow match on IP w/o matching on full ethertype/ip_version 954997aeb8f2 ibmvnic: schedule failover only if vioctl fails 117a5a7f019e net/mlx5: DR, Cache STE shadow memory 6b6094db77e6 udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() 4039254acbd4 surface: surface3_power: Fix battery readings on batteries without a serial number 062772d5cc8c net/smc: Use a mutex for locking "struct smc_pnettable" e96e204ee6fa netfilter: nf_tables: fix memory leak during stateful obj update 7d258451d345 net: mdio-ipq4019: add delay after clock enable 9d8097caa732 nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() 8ffb8ac34488 netfilter: nf_tables: unregister flowtable hooks on netns exit 2e15fa8091de net: Force inlining of checksum functions in net/checksum.h be2d38247657 net: ll_temac: check the return value of devm_kmalloc() a95ea90deb30 net/sched: act_ct: Fix flow table lookup after ct clear or switching zones d064d0c39405 drm/i915/dg2: Print PHY name properly on calibration error eae86ab32069 drm/vc4: crtc: Fix runtime_pm reference counting 163e50b00530 net/mlx5e: Fix wrong return value on ioctl EEPROM query failure 143dafa60aa7 drm/edid: Always set RGB444 f941104aa116 openvswitch: Fix setting ipv6 fields causing hw csum failure 62ca33976ddc net: mv643xx_eth: process retval from of_get_mac_address 899e56a1ad43 gso: do not skip outer ip header in case of ipip and net_failover 0a9bc4179c30 tipc: Fix end of loop tests for list_for_each_entry() 8270e92a0e42 nvme: also mark passthrough-only namespaces ready in nvme_update_ns_info 6f2e0ae12aa8 net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends c718ea4e7382 io_uring: add a schedule point in io_add_buffers() 8628f489b749 bpf: Add schedule points in batch ops 976406c5cc00 bpf: Fix a bpf_timer initialization issue 755d4b744056 selftests: bpf: Check bpf_msg_push_data return value 5d75e374eb77 bpf: Do not try bpf_msg_push_data with len 0 719d1c2524c8 bpf: Fix crash due to incorrect copy_map_value de49b0e1cf62 net/mlx5: Update the list of the PCI supported devices 9594d817b5eb ice: initialize local variable 'tlv' b3615ea66b91 ice: check the return of ice_ptp_gettimex64 7e8da9964437 net/mlx5: Fix tc max supported prio for nic mode 7efe8499cb90 hwmon: Handle failure to register sensor with thermal zone correctly 86da2e4a1284 bnxt_en: Fix incorrect multicast rx mask setting when not requested 24931b4d199e bnxt_en: Fix offline ethtool selftest with RDMA enabled f84bbb9893bd bnxt_en: Fix active FEC reporting to ethtool 1243861bc002 bnx2x: fix driver load from initrd 7c844c7af784 selftests: mptcp: be more conservative with cookie MPJ limits f76977643339 selftests: mptcp: fix diag instability f25ae162f4b3 mptcp: add mibs counter for ignored incoming options 150d1e06c4f1 mptcp: fix race in incoming ADD_ADDR option processing 40bbab9d4ed7 perf data: Fix double free in perf_session__delete() 05ef4f56173e perf evlist: Fix failed to use cpu list for uncore events 0b92b5f4c50b gpu: host1x: Always return syncpoint value when waiting 734d80b4365a Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC" 1cfb33b338fb ping: remove pr_err from ping_lookup 2922aff43397 optee: use driver internal tee_context for some rpc 0efdc0360395 tee: export teedev_open() and teedev_close_context() 6c5d780469d6 netfilter: nf_tables_offload: incorrect flow offload action array size 144f3008524c netfilter: xt_socket: missing ifdef CONFIG_IP6_NF_IPTABLES dependency cb2313b216be netfilter: xt_socket: fix a typo in socket_mt_destroy() 49909c9f8458 CDC-NCM: avoid overflow in sanity checking 4b77aab7ada7 USB: zaurus: support another broken Zaurus 9f2d61477990 sr9700: sanity check for packet length 0726fca0b6cc drm/i915: Fix bw atomic check when switching between SAGV vs. no SAGV 1b4445e09df8 drm/i915: Correctly populate use_sagv_wm for all pipes 7782e3c4e539 drm/i915: Widen the QGV point mask 8840d963e566 drm/amdgpu: do not enable asic reset for raven2 70b2413ac30c drm/amdgpu: disable MMHUB PG for Picasso ea44fcee7e3d drm/amd: Check if ASPM is enabled from PCIe subsystem c00e4c01f470 drm/amd/pm: fix some OEM SKU specific stability issues 211b67fb5a49 drm/amd/display: Protect update_bw_bounding_box FPU code. 4c3644b6c96c KVM: x86/mmu: make apf token non-zero to fix bug 759e5dc6554d parisc/unaligned: Fix ldw() and stw() unalignment handlers bf0b3d61e002 parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel 960d474e451b vhost/vsock: don't check owner in vhost_vsock_stop() while releasing af091cc27e37 selinux: fix misuse of mutex_is_locked() 0d773aaf5a90 io_uring: disallow modification of rsrc_data during quiesce 7c83437fb3ae io_uring: don't convert to jiffies for waiting on timeouts 6d20ff677349 clk: jz4725b: fix mmc0 clock gating b80fbc20f334 btrfs: tree-checker: check item_size for dev_item 7e80846a9927 btrfs: tree-checker: check item_size for inode_item a6d9692cadb9 x86/ptrace: Fix xfpregs_set()'s incorrect xmm clearing ebeb7b73571e cgroup-v1: Correct privileges check in release_agent writes ffed0bf6a63d cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug f89903ae99bd mm/filemap: Fix handling of THPs in generic_file_buffered_read() 1e7beca28299 Linux 5.15.25 5dcc36569734 lockdep: Correct lock_classes index mapping c2df4c62a189 i2c: brcmstb: fix support for DSL and CM variants ec7d87b64e78 ice: enable parsing IPSEC SPI headers for RSS 0b4ea5b72b17 scsi: qedi: Fix ABBA deadlock in qedi_process_tmf_resp() and qedi_process_cmd_cleanup_resp() 795feafb7234 copy_process(): Move fd_install() out of sighand->siglock critical section 3e41445287af dmaengine: ptdma: Fix the error handling path in pt_core_init() 8641ceb41f30 i2c: qcom-cci: don't put a device tree node before i2c_add_adapter() 7512f91bc313 i2c: qcom-cci: don't delete an unregistered adapter 052707279e70 tests: fix idmapped mount_setattr test 6b186a23af0d dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size 4f3a0737992c dmaengine: stm32-dmamux: Fix PM disable depth imbalance in stm32_dmamux_probe 62e228e3e169 dmaengine: sh: rcar-dmac: Check for error num after setting mask f4a821b098c5 net: sched: limit TC_ACT_REPEAT loops 2b2be95b6013 ucounts: Move RLIMIT_NPROC handling after set_user b5f949d9a9c3 rlimit: Fix RLIMIT_NPROC enforcement failure caused by capability calls in set_user 114e9f141822 lib/iov_iter: initialize "flags" in new pipe_buffer 2d2d92cfcd3b ucounts: Enforce RLIMIT_NPROC not RLIMIT_NPROC+1 efc853d8ffd5 ucounts: Base set_cred_ucounts changes on the real user f418bfabea43 ucounts: In set_cred_ucounts assume new->ucounts is non-NULL d464492eb391 ucounts: Handle wrapping in is_ucounts_overlimit e1e26697d032 EDAC: Fix calculation of returned address and next offset in edac_align_ptr() e6da726eb67d scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop 3f2bc7f028f6 kconfig: fix failing to generate auto.conf 88289d56cb28 net: macb: Align the dma and coherent dma masks b501b0f4e113 net: usb: qmi_wwan: Add support for Dell DW5829e 1ddab2ee8829 drm/amd/display: fix yellow carp wm clamping 929b2eddebc2 drm/amd/display: Cap pflip irqs per max otg number 3fd92f5be6c4 display/amd: decrease message verbosity about watermarks table failure eb61dbb192b1 tracing: Fix tp_printk option related with tp_printk_stop_on_boot 893297940084 drm/rockchip: dw_hdmi: Do not leave clock enabled in error case 9921c866dc36 xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create b5caba5efbab soc: aspeed: lpc-ctrl: Block error printing on probe defer cases 71720cae1cad ata: libata-core: Disable TRIM on M88V29 62542c5f18a1 kconfig: let 'shell' return enough output for deep path names 004458327695 ACPI: PM: Revert "Only mark EC GPE for wakeup on Intel systems" 246dfbc12539 mm: io_uring: allow oom-killer from io_uring_setup 54d69f072d5e selftests: fixup build warnings in pidfd / clone3 tests fc6d187f2986 pidfd: fix test failure due to stack overflow on some arches 9659711c3248 arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 42b3092ccfb1 arm64: dts: meson-g12: add ATF BL32 reserved-memory region de3b10b7ccc6 arm64: dts: meson-gx: add ATF BL32 reserved-memory region 5644bf688e4a ksmbd: don't align last entry offset in smb2 query directory 03dd71e0b9d8 ksmbd: fix same UniqueId for dot and dotdot entries 7afed8b3608e netfilter: conntrack: don't refresh sctp entries in closed state f7b95b396700 x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asm c4315bffe5d0 irqchip/sifive-plic: Add missing thead,c900-plic match string 459b97c958c1 phy: phy-mtk-tphy: Fix duplicated argument in phy-mtk-tphy 993db6da4aec staging: vc04_services: Fix RCU dereference check 6a469cf7f372 phy: usb: Leave some clocks running during suspend 9492e1e53e7d ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of 1587d6b1e0b9 ARM: OMAP2+: hwmod: Add of_node_put() before break 5f45f96f4189 KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW 0d3b91d4d9f5 KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event d8110cb2cf19 KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() c377e2ba78d3 Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj 6936f02d14ed mtd: rawnand: ingenic: Fix missing put_device in ingenic_ecc_get de0d102d0c8c HID: elo: fix memory leak in elo_probe ffe36e3a991e mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status 9fd00a568663 mtd: phram: Prevent divide by zero bug in phram_setup() 3eb5185896a6 mtd: parsers: qcom: Fix missing free for pparts in cleanup eb03cb6e03ff mtd: parsers: qcom: Fix kernel panic on skipped partition 502f86f5168a mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe() e65450a12cf4 block: fix surprise removal for drivers calling blk_set_queue_dying e1dce8e127fd tty: n_tty: do not look ahead for EOL character past the end of the buffer 21165833efa6 NFS: Do not report writeback errors in nfs_getattr() f1322f10f60c NFS: LOOKUP_DIRECTORY is also ok with symlinks f2238b4e83b6 NFS: Remove an incorrect revalidation in nfs4_update_changeattr_locked() 4b9c861a589e block/wbt: fix negative inflight counter when remove scsi device a22b213139e0 ASoC: qcom: Actually clear DMA interrupt register for HDMI ce3e1f82da73 ASoC: tas2770: Insert post reset delay 493c9e850677 scsi: ufs: Fix a deadlock in the error handler 2af0fdfbfb37 scsi: ufs: Remove dead code 84c109620fef tipc: fix wrong notification node addresses 727dd33561d5 smb3: fix snapshot mount option 4a7ec50298b1 mtd: rawnand: gpmi: don't leak PM reference in error path 45948a4b1fd0 powerpc/lib/sstep: fix 'ptesync' build error 0e0b5705640c powerpc/603: Fix boot failure with DEBUG_PAGEALLOC and KFENCE 68b8924f6038 cifs: fix set of group SID via NTSD xattrs b4b8e7ae1346 ASoC: ops: Fix stereo change notifications in snd_soc_put_xr_sx() 312d8074bc99 ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_sx() ed1e33f121ea ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range() edb43ae4ca8d ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw() 900d37d7d8ef ALSA: hda: Fix missing codec probe on Shenker Dock 15 f9d9574a8ba8 ALSA: hda: Fix regression on forced probe mask option 3b6134e35a60 ALSA: hda/realtek: Fix deadlock by COEF mutex a562de3b700a ALSA: hda/realtek: Add quirk for Legion Y9000X 2019 2c9a7e11127e ALSA: usb-audio: revert to IMPLICIT_FB_FIXED_DEV for M-Audio FastTrack Ultra 7285daaca3cd arm64: Correct wrong label in macro __init_el2_gicv3 b04dcc00ae33 selftests/exec: Add non-regular to TEST_GEN_PROGS bf4161eb7e3b perf bpf: Defer freeing string after possible strlen() on it e8ba5b039eea net: bridge: multicast: notify switchdev driver whenever MC processing gets disabled 6b1c9f99c2e6 dpaa2-eth: Initialize mutex used in one step timestamping path d3c9dd36ec24 dpaa2-switch: fix default return of dpaa2_switch_flower_parse_mirror_key 1a16f047946b tipc: fix wrong publisher node address in link publications 868366d627e4 atl1c: fix tx timeout after link flap on Mikrotik 10/25G NIC 0e6727589aea net: phy: mediatek: remove PHY mode check on MT7531 7de7ba7a8bd4 net/smc: Avoid overwriting the copies of clcsock callback functions f8ba235c4927 libsubcmd: Fix use-after-free for realloc(..., 0) 4c9f207810b7 bonding: fix data-races around agg_select_timer 9bb363ba014f net_sched: add __rcu annotation to netdev->qdisc 3077976a752a drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit bdb6df9bedb3 bonding: force carrier update when releasing slave b9ff5667e116 ping: fix the dif and sdif check in ping_lookup 392c42424ae0 net: ieee802154: ca8210: Fix lifs/sifs periods 4b27446b538d net: dsa: lan9303: add VLAN IDs to master device 860c5c275ed2 net: dsa: lan9303: handle hwaccel VLAN tags df2495f329b0 net: dsa: lantiq_gswip: fix use after free in gswip_remove() 2566a89b9e16 net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN d8905a499af4 net: dsa: lan9303: fix reset on probe 241e633cb379 cfg80211: fix race in netlink owner interface destruction c4caf72a42d3 brcmfmac: firmware: Fix crash in brcm_alt_fw_path 00fb850c8a1a mac80211: mlme: check for null after calling kmemdup 61e8fc49a9f8 Revert "net: ethernet: bgmac: Use devm_platform_ioremap_resource_byname" d51cd648dbca ipv6: per-netns exclusive flowlabel checks 3e11ef1903cf ipv6: mcast: use rcu-safe version of ipv6_get_lladdr() 9ed25183e6d4 ipv6: fix data-race in fib6_info_hw_flags_set / fib6_purge_rt db333693b052 ipv4: fix data races in fib_alias_hw_flags_set 5dc653ef0785 selftests: netfilter: disable rp_filter on router 2035d13eb12e netfilter: nft_synproxy: unregister hooks on init error path a1d9e1f14207 selftests: netfilter: fix exit value for nft_concat_range b10f4b00e10a iwlwifi: mvm: don't send SAR GEO command for 3160 devices c448b0541abf iwlwifi: pcie: gen2: fix locking when "HW not ready" 78cd5c0acfed iwlwifi: pcie: fix locking when "HW not ready" 79bdf56cc55d drm/i915/ttm: tweak priority hint selection e4778408c04d drm/i915/gvt: Make DRM_I915_GVT depend on X86 02f7d38533ba drm/cma-helper: Set VM_DONTEXPAND for mmap 787468ee7a43 vsock: remove vsock from connected table when connect is interrupted by a signal fe802b3fe763 drm/i915: Fix mbus join config lookup 34f5556ddf2b drm/i915: Fix dbuf slice config lookup d006f2fe7d62 drm/i915/opregion: check port number bounds for SWSCI display power state 960c8a55016b drm/amdgpu: skipping SDMA hw_init and hw_fini for S0ix. 3851046599c1 drm/amd/pm: correct the sequence of sending gpu reset msg a1596e0277ed drm/atomic: Don't pollute crtc_state->mode_blob with error pointers 68f3a4252e97 drm/radeon: Fix backlight control on iMac 12,1 ddd46059f7d9 iwlwifi: fix use-after-free 8209fede7d58 KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved state 74b426bea4f7 KVM: x86: nSVM: fix potential NULL derefernce on nested migration 417b87cb2311 KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG case cd14c7342df5 KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSM b5c86e750388 KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPU b16817a6de31 random: wake up /dev/random writers after zap effdcc250584 gcc-plugins/stackleak: Use noinstr in favor of notrace 0a01326fddf6 Revert "module, async: async_synchronize_full() on module init iff async is used" 769a6b33ec9f x86/Xen: streamline (and fix) PV CPU enumeration 0fec53c5dca8 drm/amdgpu: fix logic inversion in check 38108fd273ac drm/amd: Only run s3 or s0ix if system is configured properly 72808bb42c87 drm/amd: add support to check whether the system is set to s3 0ceba4d64fee net: sparx5: do not refer to skb after passing it on 646952b2210f nvme-rdma: fix possible use-after-free in transport error_recovery work 5e42fca37ccc nvme-tcp: fix possible use-after-free in transport error_recovery work e043fb5a0336 nvme: fix a possible use-after-free in controller reset during load 64519c9e32ac drm/amd: Warn users about potential s0ix problems d9d93f32534a scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task 3c334cdfd949 scsi: pm8001: Fix use-after-free for aborted TMF sas_task f2c58667ffcd scsi: core: Reallocate device's budget map on queue depth change 46756cc81099 kselftest: Fix vdso_test_abi return status 3801775a07b5 scsi: pm80xx: Fix double completion for SATA devices 64d6f76958c5 quota: make dquot_quota_sync return errors from ->sync_fs 38f22c730c38 vfs: make freeze_super abort when sync_filesystem returns error 5d3e1af11e07 pinctrl: bcm63xx: fix unmet dependency on REGMAP for GPIO_REGMAP 4c958f0c5714 ax25: improve the incomplete fix to avoid UAF and NPD bugs bced176da6e0 selftests: skip mincore.check_file_mmap when fs lacks needed support 7d10b671a052 selftests: openat2: Skip testcases that fail with EOPNOTSUPP 04542fd44dd7 selftests: openat2: Add missing dependency in Makefile a613105e07b9 selftests: openat2: Print also errno in failure messages 16d28de2f361 selftests/zram: Adapt the situation that /dev/zram0 is being used 9172557bdf13 selftests/zram01.sh: Fix compression ratio calculation 586ec7c0992a selftests/zram: Skip max_comp_streams interface on newer kernel 23b2a2538240 net: ieee802154: at86rf230: Stop leaking skb's c99068d6839c kselftest: signal all child processes eb3b35385558 selftests: rtc: Increase test timeout so that all tests run ec1d9bb08850 kunit: tool: Import missing importlib.abc fdad28ff1d1d platform/x86: ISST: Fix possible circular locking dependency detected 54688a550924 platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1 7e234c47fd2f btrfs: send: in case of IO error log it 94e76b372817 parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() c7a4b1d155d3 PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology 7da6ba116cdc HID: amd_sfh: Correct the structure field name 6b75f5c18f38 HID: amd_sfh: Increase sensor command timeout bdbc65eb77ee HID: i2c-hid: goodix: Fix a lockdep splat 6451058f2720 HID: amd_sfh: Add illuminance mask to limit ALS max value b3dc4b9d3ca6 mm: don't try to NUMA-migrate COW pages that have other uses f3ff5f75d8f6 mmc: block: fix read single on recovery logic 5b6e29b9306c parisc: Fix sglist access in ccio-dma.c 8c8e949ae81e parisc: Fix data TLB miss in sba_unmap_sg 9413b2e2bdb7 parisc: Drop __init from map_pages declaration 35c955b5a45e serial: parisc: GSC: fix build when IOSAPIC is not set 7a25d8249971 parisc: Show error if wrong 32/64-bit compiler is being used 9750d45760c8 Revert "svm: Add warning message for AVIC IPI invalid target" 65ad2f6191a6 HID:Add support for UGTABLET WP5540 06bd0f157e70 scsi: lpfc: Fix mailbox command failure during driver initialization ae6ca6343929 btrfs: zoned: cache reported zone during mount a8dd0cfa3779 fs/proc: task_mmu.c: don't read mapcount for migration entry f0a60c7c4ede drm/nouveau/pmu/gm200-: use alternate falcon reset sequence Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.15.bb | 6 ++--- .../linux/linux-yocto-tiny_5.15.bb | 8 +++--- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 26 +++++++++---------- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index 58feb19cb7..153e48b578 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "e62e8c1dfa2fe269a877b99dc9dedac6a9456b99" -SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" +SRCREV_machine ?= "d6781443bac8b711a2c55898223dab38f2ed5896" +SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" -LINUX_VERSION ?= "5.15.24" +LINUX_VERSION ?= "5.15.26" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index 30e63bf7f5..d4ec34beff 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.15.24" +LINUX_VERSION ?= "5.15.26" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine:qemuarm ?= "e6e97d2b62f29bac98815616d89cf48490b03fc3" -SRCREV_machine ?= "9cb2e893ad4e54c23650583ff55b6f7dd2168ec1" -SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" +SRCREV_machine:qemuarm ?= "000e76cff61c46e4a89c253d499bb92433807196" +SRCREV_machine ?= "ba4a30c056f9fbb4286f9a79cd574025bae86c8f" +SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index fa68e9e574..481cfe9ab5 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -13,17 +13,17 @@ KBRANCH:qemux86 ?= "v5.15/standard/base" KBRANCH:qemux86-64 ?= "v5.15/standard/base" KBRANCH:qemumips64 ?= "v5.15/standard/mti-malta64" -SRCREV_machine:qemuarm ?= "681eace513f2eb77ade3954f7ede8e18c53ef3b8" -SRCREV_machine:qemuarm64 ?= "5544942b9f3aaf9af76d55a8ea015cfcc8003921" -SRCREV_machine:qemumips ?= "65c9fa3c96cdd8d2341ab6b6042227a928f04483" -SRCREV_machine:qemuppc ?= "15df6d697a5319289bf2fcac3fa394da83f9aac2" -SRCREV_machine:qemuriscv64 ?= "871f23ad362717d75aba60e56d511312522ba15c" -SRCREV_machine:qemuriscv32 ?= "871f23ad362717d75aba60e56d511312522ba15c" -SRCREV_machine:qemux86 ?= "871f23ad362717d75aba60e56d511312522ba15c" -SRCREV_machine:qemux86-64 ?= "871f23ad362717d75aba60e56d511312522ba15c" -SRCREV_machine:qemumips64 ?= "23dd0a182e404e823a7d4e4f3e00c716d7b33109" -SRCREV_machine ?= "871f23ad362717d75aba60e56d511312522ba15c" -SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" +SRCREV_machine:qemuarm ?= "af65cb567e671fb5eea7224f9252a9cdfd37f7d0" +SRCREV_machine:qemuarm64 ?= "6101a726c5cfd4c995f9ed3cec3dadc593f1765b" +SRCREV_machine:qemumips ?= "24b1491fde2da59de37bf4b43e49e4d9725a700e" +SRCREV_machine:qemuppc ?= "09492ed54dade6f3e646b31be5e70b07b0c22755" +SRCREV_machine:qemuriscv64 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" +SRCREV_machine:qemuriscv32 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" +SRCREV_machine:qemux86 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" +SRCREV_machine:qemux86-64 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" +SRCREV_machine:qemumips64 ?= "98e983921ddecb99fe11439c033273b90cc5d413" +SRCREV_machine ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" +SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same @@ -31,7 +31,7 @@ SRCREV_meta ?= "c4e4de6ccb27846e48a848d7ca1f20d9503a6fec" # normal PREFERRED_VERSION settings. BBCLASSEXTEND = "devupstream:target" DEFAULT_PREFERENCE:class-devupstream = "-1" -SRCREV_machine:class-devupstream ?= "a0ebea480bb319a3ad408c99db91262dbc696b76" +SRCREV_machine:class-devupstream ?= "8993e6067f263765fd26edabf3e3012e3ec4d81e" PN:class-devupstream = "linux-yocto-upstream" KBRANCH:class-devupstream = "v5.15/base" @@ -42,7 +42,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "5.15.24" +LINUX_VERSION ?= "5.15.26" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" From patchwork Sat Mar 5 01:25:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4720 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8535FC433EF for ; Sat, 5 Mar 2022 01:25:30 +0000 (UTC) Received: from mail-vs1-f52.google.com (mail-vs1-f52.google.com [209.85.217.52]) by mx.groups.io with SMTP id smtpd.web11.1713.1646443529690973003 for ; Fri, 04 Mar 2022 17:25:29 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=UYZQzRey; spf=pass (domain: gmail.com, ip: 209.85.217.52, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vs1-f52.google.com with SMTP id q9so10930921vsg.2 for ; Fri, 04 Mar 2022 17:25:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=QWB0F4uxDH1w0aROd1wbQAciwGAOTRTCGGE4Dt+lk54=; b=UYZQzReyu5fUnhLCUueAKrvNSMsfC5iTB6AjXPp9+vfL9a0+yFPy6o0fN5viQGMtx8 qDTWuffMA2wR6aNfHLYHSEB0rek4rQ2ND1BZA56NY0er0llp63zgpqp5p1bz+U2JKiL4 1D5QsT0zZukHzBK6deVLY9JmQGnUrwvuij7YSok/SN1f1+y8tg2kYcCXoKjctdGlMKwF lMKviQcIwK/o4nvyrDnnArX/6NN1GAh6VuEB2T/s+EvG6/GB5G++kBHdM5kagaszovKe N+cRh11Q8MMxNPRSsp9Mtx95h5gCI7SAG44qwkYvINS8xq2ANKhm9tF2Sy21FMlf2kXo /v2Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=QWB0F4uxDH1w0aROd1wbQAciwGAOTRTCGGE4Dt+lk54=; b=KZ+dPzAGc0fno71BiaHqM9GdGp/bug8an57cDlefje3ePlOpp8qhZI/djG3wMpvcxc wNQsnHUZJoEmhI17Eg5biSpLwTUrZ/dkAP0v/liuflDqhxuwgIRb0z+pRpf5/bFE5Rmy 1dKvAHdiRWHbcr00Mvbk7nC0suJIIisedvEYScMEy94oAWfFnPUVdvptAukWIOB0YvLg 9S8OTgy+gdxI5r0EbtzzCTZlur0542Epn6RcPI8NuGdp5WH9fJY+cMYMIimJIIwcZwjo Hl65oCOmLH/JHAGZMQdCPDcZwpwxE8PnbAnhCr93papRMabOoeVF5NV4iD5FIeEInmy5 BqCQ== X-Gm-Message-State: AOAM530I4WHY3lYAbDL8yN4xjreyqC1BQFa+Sr8vAuNapKfpsoVH3+mm OEX9sqKwr/A6nuxp6ge0oPBpTGmnqdVESw== X-Google-Smtp-Source: ABdhPJypMIeTeGiiJJ+rzfvjh2ZgaRgAqTlc4ve7oIqEpzuEYP+JJN+2ZjMY6wy3xfgmYB6oZxyTAQ== X-Received: by 2002:a67:b043:0:b0:2ff:8b5e:1664 with SMTP id q3-20020a67b043000000b002ff8b5e1664mr454885vsh.33.1646443528610; Fri, 04 Mar 2022 17:25:28 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:27 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 8/9] linux-yocto/5.10: update to v5.10.103 Date: Fri, 4 Mar 2022 20:25:16 -0500 Message-Id: <238a6ac12a7ada55a452ad560552f0c046da2e0b.1646443420.git.bruce.ashfield@gmail.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162773 From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 915a747ac7f3 Linux 5.10.103 78706b051a8a memblock: use kfree() to release kmalloced memblock regions 4185b788d3ad gpio: tegra186: Fix chip_data type confusion bb2e0a77235a tty: n_gsm: fix deadlock in gsmtty_open() e4c8cb95d035 tty: n_gsm: fix wrong tty control line for flow control 1f0641dd0b6c tty: n_gsm: fix NULL pointer access due to DLCI release 1e35cb9e1271 tty: n_gsm: fix proper link termination after failed open 90b47e617fb2 tty: n_gsm: fix encoding of control signal octet bit DV 9e2dbc31e367 riscv: fix oops caused by irqsoff latency tracer e098933866f9 thermal: int340x: fix memory leak in int3400_notify() 5b1cef5798b4 RDMA/cma: Do not change route.addr.src_addr outside state checks 8fe4da55246a driver core: Free DMA range map when device is released 214824764308 xhci: Prevent futile URB re-submissions due to incorrect return value. 0b0a229da1f2 xhci: re-initialize the HC during resume if HCE was set 328faee6d409 usb: dwc3: gadget: Let the interrupt handler disable bottom halves. e57bdee8661e usb: dwc3: pci: Fix Bay Trail phy GPIO mappings 99b2425d9178 usb: dwc2: drd: fix soft connect when gadget is unconfigured c7866880377b USB: serial: option: add Telit LE910R1 compositions 220ba174f192 USB: serial: option: add support for DW5829e 3a1dd56e566f tracefs: Set the group ownership in apply_options() not parse_options() bfa8ffbaaaaf USB: gadget: validate endpoint index for xilinx udc 4ce247af3f30 usb: gadget: rndis: add spinlock for rndis response list ddc254fc8873 Revert "USB: serial: ch341: add new Product ID for CH341A" d3fce1b6bd95 ata: pata_hpt37x: disable primary channel on HPT371 18701d8afaa1 sc16is7xx: Fix for incorrect data being transmitted d5ddd7343adf iio: Fix error handling for PM eabcc609cb8a iio: imu: st_lsm6dsx: wait for settling time in st_lsm6dsx_read_oneshot b8d411a96227 iio: adc: ad7124: fix mask used for setting AIN_BUFP & AIN_BUFM bits 1aa12ecfdcba iio: adc: men_z188_adc: Fix a resource leak in an error handling path afbeee13beb5 tracing: Have traceon and traceoff trigger honor the instance 99eb8d694174 RDMA/ib_srp: Fix a deadlock a7ab53d3c27d configfs: fix a race in configfs_{,un}register_subsystem() 0ecd3e35d78e RDMA/rtrs-clt: Move free_permit from free_clt to rtrs_clt_close b0ecf9e59414 RDMA/rtrs-clt: Kill wait_for_inflight_permits 8260f1800f83 RDMA/rtrs-clt: Fix possible double free in error case dc64aa4c7dc0 regmap-irq: Update interrupt clear register for proper reset 2efece1368ae spi: spi-zynq-qspi: Fix a NULL pointer dereference in zynq_qspi_exec_mem_op() 67819b983eb3 net/mlx5e: kTLS, Use CHECKSUM_UNNECESSARY for device-offloaded packets be55d3e76c0e net/mlx5: Fix wrong limitation of metadata match on ecpf 8d617110d78e net/mlx5: Fix possible deadlock on rule deletion 1c5912895545 udp_tunnel: Fix end of loop test in udp_tunnel_nic_unregister() a184f4dd9b33 surface: surface3_power: Fix battery readings on batteries without a serial number 91f56a85278e net/smc: Use a mutex for locking "struct smc_pnettable" 7e9880e81d3f netfilter: nf_tables: fix memory leak during stateful obj update af4bc921d39d nfp: flower: Fix a potential leak in nfp_tunnel_add_shared_mac() 58a6d5f24f49 net: Force inlining of checksum functions in net/checksum.h 550d98ab3007 net: ll_temac: check the return value of devm_kmalloc() 0fc184735996 net/sched: act_ct: Fix flow table lookup after ct clear or switching zones bc8f768af342 net/mlx5e: Fix wrong return value on ioctl EEPROM query failure fd020eaaa24a drm/edid: Always set RGB444 1df9d552fe84 openvswitch: Fix setting ipv6 fields causing hw csum failure dac2490d9ee0 gso: do not skip outer ip header in case of ipip and net_failover b692d5dc6f54 tipc: Fix end of loop tests for list_for_each_entry() c5722243d0e5 net: __pskb_pull_tail() & pskb_carve_frag_list() drop_monitor friends 4a93c6594613 io_uring: add a schedule point in io_add_buffers() 7ef94bfb08fb bpf: Add schedule points in batch ops 4f5d47e6b43f selftests: bpf: Check bpf_msg_push_data return value d0caa7218d76 bpf: Do not try bpf_msg_push_data with len 0 962b2a3188bf hwmon: Handle failure to register sensor with thermal zone correctly d8b78314c5ba bnxt_en: Fix active FEC reporting to ethtool 7e1eae5d1a7c bnx2x: fix driver load from initrd 51e96061c66c perf data: Fix double free in perf_session__delete() 5419b5be883b ping: remove pr_err from ping_lookup 5da17865c7f3 optee: use driver internal tee_context for some rpc eb354613847d tee: export teedev_open() and teedev_close_context() bae7fc6f0dc6 x86/fpu: Correct pkru/xstate inconsistency 68f19845f580 netfilter: nf_tables_offload: incorrect flow offload action array size 69560efa0013 CDC-NCM: avoid overflow in sanity checking 2aeba1ea7ce8 USB: zaurus: support another broken Zaurus 4f5f5411f0c1 sr9700: sanity check for packet length 55eec5c630ea drm/i915: Correctly populate use_sagv_wm for all pipes ff9134882dfa drm/amdgpu: disable MMHUB PG for Picasso 72fdfc75d421 KVM: x86/mmu: make apf token non-zero to fix bug 646b532f32ea parisc/unaligned: Fix ldw() and stw() unalignment handlers 397b5433f742 parisc/unaligned: Fix fldd and fstd unaligned handlers on 32-bit kernel 698dc7d13c4e vhost/vsock: don't check owner in vhost_vsock_stop() while releasing 84e303b4d53f clk: jz4725b: fix mmc0 clock gating 72a5b01875b2 btrfs: tree-checker: check item_size for dev_item 5c967dd07311 btrfs: tree-checker: check item_size for inode_item fcec42dd28d6 cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug 47667effb7d2 Linux 5.10.102 6062d1267ff3 lockdep: Correct lock_classes index mapping f333c1916fd6 i2c: brcmstb: fix support for DSL and CM variants 9fee985f9afa copy_process(): Move fd_install() out of sighand->siglock critical section e3fdbc40b750 i2c: qcom-cci: don't put a device tree node before i2c_add_adapter() b5b2a9211713 i2c: qcom-cci: don't delete an unregistered adapter 3b6d25d1b6a2 dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size 2c35c95d3640 dmaengine: stm32-dmamux: Fix PM disable depth imbalance in stm32_dmamux_probe 4f907b6eb701 dmaengine: sh: rcar-dmac: Check for error num after setting mask 797b380f0756 net: sched: limit TC_ACT_REPEAT loops 595c259f75ae EDAC: Fix calculation of returned address and next offset in edac_align_ptr() f6ce4e328939 scsi: lpfc: Fix pt2pt NVMe PRLI reject LOGO loop 3680b2b8104b kconfig: fix failing to generate auto.conf b6787e284d3d net: macb: Align the dma and coherent dma masks 439171a2917c net: usb: qmi_wwan: Add support for Dell DW5829e 15616ba17d02 tracing: Fix tp_printk option related with tp_printk_stop_on_boot 5a253a23d9f1 drm/rockchip: dw_hdmi: Do not leave clock enabled in error case 1e7433fb95cc xprtrdma: fix pointer derefs in error cases of rpcrdma_ep_create a21f472fb5cc soc: aspeed: lpc-ctrl: Block error printing on probe defer cases fecb05b1ce6b ata: libata-core: Disable TRIM on M88V29 b19ec7afa929 lib/iov_iter: initialize "flags" in new pipe_buffer 30455322787a kconfig: let 'shell' return enough output for deep path names e05dde47f52a selftests: fixup build warnings in pidfd / clone3 tests 531a56c2e0bf pidfd: fix test failure due to stack overflow on some arches 429ef36c4fc4 arm64: dts: meson-g12: drop BL32 region from SEI510/SEI610 1415f22ee541 arm64: dts: meson-g12: add ATF BL32 reserved-memory region 605080f19eb7 arm64: dts: meson-gx: add ATF BL32 reserved-memory region eefb68794f94 netfilter: conntrack: don't refresh sctp entries in closed state 1ab48248573b irqchip/sifive-plic: Add missing thead,c900-plic match string 98bc06c46d1f phy: usb: Leave some clocks running during suspend 717f2fa85822 ARM: OMAP2+: adjust the location of put_device() call in omapdss_init_of 6932353af74c ARM: OMAP2+: hwmod: Add of_node_put() before break 521dcc107e39 NFS: Don't set NFS_INO_INVALID_XATTR if there is no xattr cache fb00319afb72 KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW 0ee4bb8ce8b8 KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf event 99cd2a043760 KVM: x86/pmu: Refactoring find_arch_event() to pmc_perf_hw_id() 91d8866ca552 Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj a176d559e826 mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status 1a49b1b0b0cb mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe() 8c848744c11b tty: n_tty: do not look ahead for EOL character past the end of the buffer 8daa0436ce79 NFS: Do not report writeback errors in nfs_getattr() f9b7385c0f62 NFS: LOOKUP_DIRECTORY is also ok with symlinks 598dbaf74b64 block/wbt: fix negative inflight counter when remove scsi device dc6faa0ede4d ASoC: tas2770: Insert post reset delay 9dcedbe943be KVM: SVM: Never reject emulation due to SMAP errata for !SEV guests a4eeeaca5019 mtd: rawnand: gpmi: don't leak PM reference in error path fb26219b4046 powerpc/lib/sstep: fix 'ptesync' build error 54f76366cd01 ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range() 0df1badfdfcd ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw() 1ef76832fef3 ALSA: hda: Fix missing codec probe on Shenker Dock 15 c72c3b597a79 ALSA: hda: Fix regression on forced probe mask option 63b1602c2fd5 ALSA: hda/realtek: Fix deadlock by COEF mutex b6a5e8f45f89 ALSA: hda/realtek: Add quirk for Legion Y9000X 2019 67de71b94331 selftests/exec: Add non-regular to TEST_GEN_PROGS d3018a196221 perf bpf: Defer freeing string after possible strlen() on it 016e3ca9c588 dpaa2-eth: Initialize mutex used in one step timestamping path 50f3b00d4c7b libsubcmd: Fix use-after-free for realloc(..., 0) ffa8df4f0e8f bonding: fix data-races around agg_select_timer d9bd9d4c60c3 net_sched: add __rcu annotation to netdev->qdisc 877a05672f95 drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit a0e004e6206e bonding: force carrier update when releasing slave 8dec3c4e7350 ping: fix the dif and sdif check in ping_lookup 6793a9b028ce net: ieee802154: ca8210: Fix lifs/sifs periods f48bd3413771 net: dsa: lantiq_gswip: fix use after free in gswip_remove() d9b2203e5a30 net: dsa: lan9303: fix reset on probe 4f523f15e5d7 ipv6: per-netns exclusive flowlabel checks 100344200a0c netfilter: nft_synproxy: unregister hooks on init error path 26931971db5f selftests: netfilter: fix exit value for nft_concat_range b26ea3f6b7b0 iwlwifi: pcie: gen2: fix locking when "HW not ready" 8867f993790d iwlwifi: pcie: fix locking when "HW not ready" f3c1910257c8 drm/i915/gvt: Make DRM_I915_GVT depend on X86 87cd1bbd6677 vsock: remove vsock from connected table when connect is interrupted by a signal eb7bf11e8ef1 drm/i915/opregion: check port number bounds for SWSCI display power state 5564d83ebc1b drm/radeon: Fix backlight control on iMac 12,1 008508c16af0 iwlwifi: fix use-after-free 44b81136e868 kbuild: lto: Merge module sections if and only if CONFIG_LTO_CLANG is enabled 8b53e5f737bc kbuild: lto: merge module sections 45102b538a9e random: wake up /dev/random writers after zap 143aaf79bafa gcc-plugins/stackleak: Use noinstr in favor of notrace de55891e162c Revert "module, async: async_synchronize_full() on module init iff async is used" 3c958dbcba18 x86/Xen: streamline (and fix) PV CPU enumeration e76d0a9692c5 drm/amdgpu: fix logic inversion in check 324f5bdc52ec nvme-rdma: fix possible use-after-free in transport error_recovery work e192184cf8bc nvme-tcp: fix possible use-after-free in transport error_recovery work 0ead57ceb21b nvme: fix a possible use-after-free in controller reset during load fe9ac3eaa2e3 scsi: pm8001: Fix use-after-free for aborted SSP/STP sas_task d872e7b5fe38 scsi: pm8001: Fix use-after-free for aborted TMF sas_task 1e73f5cfc160 quota: make dquot_quota_sync return errors from ->sync_fs c405640aad56 vfs: make freeze_super abort when sync_filesystem returns error b9a229fd48bf ax25: improve the incomplete fix to avoid UAF and NPD bugs 139fce2992ee selftests: skip mincore.check_file_mmap when fs lacks needed support 204a2390da42 selftests: openat2: Skip testcases that fail with EOPNOTSUPP 2be48bfac713 selftests: openat2: Add missing dependency in Makefile 74a30666b4b5 selftests: openat2: Print also errno in failure messages bfc84cfd909b selftests/zram: Adapt the situation that /dev/zram0 is being used f0eba714c11d selftests/zram01.sh: Fix compression ratio calculation 7bb704b69fb1 selftests/zram: Skip max_comp_streams interface on newer kernel 0fd484644c68 net: ieee802154: at86rf230: Stop leaking skb's 0c18a751930c kselftest: signal all child processes 1136141f19ab selftests: rtc: Increase test timeout so that all tests run 79175b6ee658 platform/x86: ISST: Fix possible circular locking dependency detected 066c905ed06c platform/x86: touchscreen_dmi: Add info for the RWC NANOTE P8 AY07J 2-in-1 0b17d4b51c63 btrfs: send: in case of IO error log it 78a68bbebdcc parisc: Add ioread64_lo_hi() and iowrite64_lo_hi() ade1077c7fc0 PCI: hv: Fix NUMA node assignment when kernel boots with custom NUMA topology 254090925e16 mm: don't try to NUMA-migrate COW pages that have other uses ab2b4e65a130 mmc: block: fix read single on recovery logic 775671687299 parisc: Fix sglist access in ccio-dma.c f8f519d7df66 parisc: Fix data TLB miss in sba_unmap_sg 4d569b959e54 parisc: Drop __init from map_pages declaration 8e3f9a098eca serial: parisc: GSC: fix build when IOSAPIC is not set fe383750d40d Revert "svm: Add warning message for AVIC IPI invalid target" 126382b5565f HID:Add support for UGTABLET WP5540 f100e758cef5 scsi: lpfc: Fix mailbox command failure during driver initialization 4578b979ef61 can: isotp: add SF_BROADCAST support for functional addressing 5d42865fc311 can: isotp: prevent race between isotp_bind() and isotp_setsockopt() db3f3636e4ae fs/proc: task_mmu.c: don't read mapcount for migration entry 0849f83e4782 fget: clarify and improve __fget_files() implementation 657991fb06a4 rcu: Do not report strict GPs for outgoing CPUs 8c8385972ea9 mm: memcg: synchronize objcg lists with a dedicated spinlock d0f4aa2d978f drm/nouveau/pmu/gm200-: use alternate falcon reset sequence Signed-off-by: Bruce Ashfield --- .../linux/linux-yocto-rt_5.10.bb | 6 ++--- .../linux/linux-yocto-tiny_5.10.bb | 8 +++---- meta/recipes-kernel/linux/linux-yocto_5.10.bb | 24 +++++++++---------- 3 files changed, 19 insertions(+), 19 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb index d9e91856ce..70b572e808 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb @@ -11,13 +11,13 @@ python () { raise bb.parse.SkipRecipe("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it") } -SRCREV_machine ?= "b8dfdbe4d5a7b790bd2ecdb2889846e036469d25" -SRCREV_meta ?= "f323785b54712f92ad8cae06e2711a01d66d4fdf" +SRCREV_machine ?= "abd24ddc62072fcc5ecf12cf8feadd2e6fda59bd" +SRCREV_meta ?= "792f1272dd0d68d5dba0ff35949b2094f818227e" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" -LINUX_VERSION ?= "5.10.101" +LINUX_VERSION ?= "5.10.103" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb index dbc0a6e90d..9e954e45de 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb @@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig" require recipes-kernel/linux/linux-yocto.inc -LINUX_VERSION ?= "5.10.101" +LINUX_VERSION ?= "5.10.103" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" @@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native" KMETA = "kernel-meta" KCONF_BSP_AUDIT_LEVEL = "2" -SRCREV_machine:qemuarm ?= "e6fb3720c9823cc706e8c6441cfd382b52bf7ae5" -SRCREV_machine ?= "57631093be11dd9606bbe8916b9f35bc9b6fe130" -SRCREV_meta ?= "f323785b54712f92ad8cae06e2711a01d66d4fdf" +SRCREV_machine:qemuarm ?= "682b9a24accb1e3a305957dec28f7f565db95369" +SRCREV_machine ?= "5e844e753c3e1f153af9dfee6b88e5dc1e57f30f" +SRCREV_meta ?= "792f1272dd0d68d5dba0ff35949b2094f818227e" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.10.bb b/meta/recipes-kernel/linux/linux-yocto_5.10.bb index bbca0ffed5..86d9559469 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 ?= "778c2d4c9a4798b90ed3b5609ccbc2fa8b785778" -SRCREV_machine:qemuarm64 ?= "6c6e9a984aa0a6bb2a11528c27023c588064422d" -SRCREV_machine:qemumips ?= "3bcde31e0d5e48a2fd21f7d6300a7b5d625e5760" -SRCREV_machine:qemuppc ?= "20fb5e330325ade20c8c3c2de7a64d9994298af6" -SRCREV_machine:qemuriscv64 ?= "253c752ed120276124a8463d996b30af0db6f547" -SRCREV_machine:qemuriscv32 ?= "253c752ed120276124a8463d996b30af0db6f547" -SRCREV_machine:qemux86 ?= "253c752ed120276124a8463d996b30af0db6f547" -SRCREV_machine:qemux86-64 ?= "253c752ed120276124a8463d996b30af0db6f547" -SRCREV_machine:qemumips64 ?= "89e951f3655bd59f7564bd09c106186833702f12" -SRCREV_machine ?= "253c752ed120276124a8463d996b30af0db6f547" -SRCREV_meta ?= "f323785b54712f92ad8cae06e2711a01d66d4fdf" +SRCREV_machine:qemuarm ?= "56cfcfb12870782355bacaf8bcde9e268f422140" +SRCREV_machine:qemuarm64 ?= "3aab5bb12bc180d582a6f82e4a085f45a7b0c283" +SRCREV_machine:qemumips ?= "d76ec4c19a876a3235567ab2cee2e33f2875f79a" +SRCREV_machine:qemuppc ?= "513a8885de593e8b1f3c24595c015bb9b1d55563" +SRCREV_machine:qemuriscv64 ?= "de1b3b1aef1a5c3dec0676e152f6801e1cc309e5" +SRCREV_machine:qemuriscv32 ?= "de1b3b1aef1a5c3dec0676e152f6801e1cc309e5" +SRCREV_machine:qemux86 ?= "de1b3b1aef1a5c3dec0676e152f6801e1cc309e5" +SRCREV_machine:qemux86-64 ?= "de1b3b1aef1a5c3dec0676e152f6801e1cc309e5" +SRCREV_machine:qemumips64 ?= "b63b87635569c07343f25194abf008f1e27c0bca" +SRCREV_machine ?= "de1b3b1aef1a5c3dec0676e152f6801e1cc309e5" +SRCREV_meta ?= "792f1272dd0d68d5dba0ff35949b2094f818227e" # remap qemuarm to qemuarma15 for the 5.8 kernel # KMACHINE:qemuarm ?= "qemuarma15" @@ -32,7 +32,7 @@ SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRA git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.10;destsuffix=${KMETA}" LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" -LINUX_VERSION ?= "5.10.101" +LINUX_VERSION ?= "5.10.103" DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}" DEPENDS += "openssl-native util-linux-native" From patchwork Sat Mar 5 01:25:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruce Ashfield X-Patchwork-Id: 4721 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7F0CFC433FE for ; Sat, 5 Mar 2022 01:25:32 +0000 (UTC) Received: from mail-vs1-f47.google.com (mail-vs1-f47.google.com [209.85.217.47]) by mx.groups.io with SMTP id smtpd.web10.1643.1646443531123537175 for ; Fri, 04 Mar 2022 17:25:31 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ojwqGNMb; spf=pass (domain: gmail.com, ip: 209.85.217.47, mailfrom: bruce.ashfield@gmail.com) Received: by mail-vs1-f47.google.com with SMTP id e26so10928462vso.3 for ; Fri, 04 Mar 2022 17:25:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=qRoC8rJO52JClGx7pk0Q4SS3dxoHbsd5hOBJWjnFVNk=; b=ojwqGNMbsTVjx+TdGRHXcRyYPHl78xc9kQ7L5F2uB/hHVNM2DBuY3K3hLqfme1mQcd Fl1gJjr0Ci2XWU1g0wkN9Vftt1T6IXlobZdujHA6ivvIHp3lIihRgFQ+3nH0EkowZwdL ygLjT+7lwVBC7HVByN/FMY36lFjkFvZQEpMnPwA/fF1Y3izyuaf5js83y80Rqn/EyyQh Xb3WLICfti2MQQCKzntEG860JFcus/iEfJgmYH4Hoh+rQ12LOmhRO1wOrvcuOxrLIo7M ae701F8E/udgxNJ08JEUXxxKRB5TzkkoG2zzGPtRVz/wTRyoUshv275Sn0xdVqMI+DDD jnXw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=qRoC8rJO52JClGx7pk0Q4SS3dxoHbsd5hOBJWjnFVNk=; b=undVMc1jpR37pl9S4cfHszxUhYXc4SpEGElzHRwt4ofvAHSSWdECSuoz2g/WIAthuH ICs6vuhol07/T+n14T6lGz7a3/TdI2zIgRt/CK6H1Enp5EWg1WI0CHOWsBHHShQOayCE d1Lm4zgDZZ0f5MJwdYg5r5Np1x5abasAB9yZ8qCM0pA94rFbBzqrUF3BSEu043ZpFfg0 +tYvDkBopSQNZ88GLy79xQz4xe/Z8k9Sn12TWxqHqJbHhcyZ9NQNmF6Tu8exNLglMagd gvfZCY3wdB1pR0k8uaMz/gFhS/VVPWPAwePFXBNMk7IP+mQ1aeMzCizs3ISZVMsqW8RY h3Tw== X-Gm-Message-State: AOAM530P1PzIESqi+592cyQ0DiM8E12zoE/Ocxe4iapNLfW8JYX1b17B 3187UIkKsQcL4p5+CPYFiId/sUIuhVPk5g== X-Google-Smtp-Source: ABdhPJxMe1DTdx+ehg9INjcjY/thGYKT6UechfETgCHg0wNCqC2O9ydVxDr8G5pZAxIdBUm06cja3A== X-Received: by 2002:a05:6102:6d4:b0:320:7cd0:a5e3 with SMTP id m20-20020a05610206d400b003207cd0a5e3mr538543vsg.84.1646443530256; Fri, 04 Mar 2022 17:25:30 -0800 (PST) Received: from build.lan ([173.34.88.218]) by smtp.gmail.com with ESMTPSA id q9-20020ab02649000000b0034a4433fe82sm1053934uao.36.2022.03.04.17.25.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Mar 2022 17:25:29 -0800 (PST) From: bruce.ashfield@gmail.com To: richard.purdie@linuxfoundation.org Cc: openembedded-core@lists.openembedded.org Subject: [PATCH 9/9] linux-yocto/5.15: riscv32: drop MAXPHYSMEM_1GB Date: Fri, 4 Mar 2022 20:25:17 -0500 Message-Id: <2af959844fa51f52fb4d8a57b7ca7504b57b2461.1646443420.git.bruce.ashfield@gmail.com> X-Mailer: git-send-email 2.19.1 In-Reply-To: References: MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sat, 05 Mar 2022 01:25:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/162774 From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: ea948a0983d riscv32: drop MAXPHYSMEM_128GB Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_5.15.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb index 153e48b578..ebd811c7bd 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_5.15.bb @@ -12,7 +12,7 @@ python () { } SRCREV_machine ?= "d6781443bac8b711a2c55898223dab38f2ed5896" -SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" +SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}" diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb index d4ec34beff..244b907cd8 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb @@ -17,7 +17,7 @@ KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine:qemuarm ?= "000e76cff61c46e4a89c253d499bb92433807196" SRCREV_machine ?= "ba4a30c056f9fbb4286f9a79cd574025bae86c8f" -SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" +SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95" PV = "${LINUX_VERSION}+git${SRCPV}" diff --git a/meta/recipes-kernel/linux/linux-yocto_5.15.bb b/meta/recipes-kernel/linux/linux-yocto_5.15.bb index 481cfe9ab5..b9715e71ee 100644 --- a/meta/recipes-kernel/linux/linux-yocto_5.15.bb +++ b/meta/recipes-kernel/linux/linux-yocto_5.15.bb @@ -23,7 +23,7 @@ SRCREV_machine:qemux86 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" SRCREV_machine:qemux86-64 ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" SRCREV_machine:qemumips64 ?= "98e983921ddecb99fe11439c033273b90cc5d413" SRCREV_machine ?= "5bd4bda819e9c9736b3ab14e9295b8166c61b6a4" -SRCREV_meta ?= "3249e3a8f9c0de4105f5cd410880d5efdeeaf75d" +SRCREV_meta ?= "ea948a0983d7b7820814e5bce4eda3079201bd95" # set your preferred provider of linux-yocto to 'linux-yocto-upstream', and you'll # get the /base branch, which is pure upstream -stable, and the same