Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp421013ybl; Thu, 23 Jan 2020 00:56:06 -0800 (PST) X-Google-Smtp-Source: APXvYqzHh/XOJgcLvl5DcoxTElr+7xvjA9s1F+jWJEdxyq34fjSDiPfJYR+Hku6nDX4cszXkVBZi X-Received: by 2002:a9d:6d10:: with SMTP id o16mr10731903otp.28.1579769766009; Thu, 23 Jan 2020 00:56:06 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579769766; cv=none; d=google.com; s=arc-20160816; b=DKt7Iy1f1O+wVZHJoCm4cfX3ERMmtohXRwmQ67GgvLR+dMETNkrDvH/3vsMWD8NXi6 NYAFe8IEJnmHGg1/LoHQ91Z1e7PkrkeA7//OSsVeGHar7UDepIFPeabFYYtWCZExcQEV ux1+50bv1e159s/PJKGhRMwp9g9WFd25IVgpPHcctK2joyvmo+mwFfN/GiKE8BHzcnGr BaDESXhbA/C8Afnl+5Th6Hm4NrU9vxEOeLTZnk3+a4EZjEFsGD09NTbVWigk/mdwiHiY 4597hOotdrnmp2l025vjAdBRvzlLRdv/72e3LRAZJFZjg3cWtkFE5lpgtmaJRVS+B6gQ BAag== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version; bh=GkrfKAiVIVBeouBfjs7NwZAfkAYzZ+UQc5gxxBmwu1I=; b=I/eW2X8dpzj7oM3MobKsoFaf0fxZf0rqITtPH78olvTphf0NloGuzNPdkcGMi6Kvq6 BqY8wecEUqROTZBzEWpKyT6qJ6WRqNDwQPo3PwkDKVPOHuNFqmvYUXWiapD5uxujhNuv m/puD5UsYNFF2FK6nLwe3nP+7oNhC5z6QnZb7iAhm3ycQAQlQZPdMhFc7r8U5zee0/dV hHnhpD0K+H4uc4ORTjNzm1gLFW7l4pOjbB12cORSOakTJ8MQH9MyaBKwNt0Bt8UnDECr uqwI5KFS7dBYUVOZp3J7dIsuTqSaKp9NNPx/ZRenT1ovqUg0VBm8/lW9STDco28gIycE FGIQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u16si912037otg.325.2020.01.23.00.55.54; Thu, 23 Jan 2020 00:56:06 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726772AbgAWIzC convert rfc822-to-8bit (ORCPT + 99 others); Thu, 23 Jan 2020 03:55:02 -0500 Received: from mail.fireflyinternet.com ([109.228.58.192]:51628 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726061AbgAWIzB (ORCPT ); Thu, 23 Jan 2020 03:55:01 -0500 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 19978801-1500050 for multiple; Thu, 23 Jan 2020 08:54:48 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Andrew Morton , Greg KH , linux-kernel@vger.kernel.org, stable@vger.kernel.org, torvalds@linux-foundation.org From: Chris Wilson In-Reply-To: <20200123084632.GA435419@kroah.com> Cc: lwn@lwn.net, Jiri Slaby References: <20200123084632.GA435419@kroah.com> Message-ID: <157976968555.18920.13404367012873725550@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: Linux 4.19.98 Date: Thu, 23 Jan 2020 08:54:45 +0000 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Greg KH (2020-01-23 08:46:32) > I'm announcing the release of the 4.19.98 kernel. commit 3e6b472f474accf757e107919f8ee42e7315ac0d Author: Waiman Long Date: Wed Nov 14 09:55:40 2018 -0800 efi: Fix debugobjects warning on 'efi_rts_work' [ Upstream commit ef1491e791308317bb9851a0ad380c4a68b58d54 ] The following commit: 9dbbedaa6171 ("efi: Make efi_rts_work accessible to efi page fault handler") converted 'efi_rts_work' from an auto variable to a global variable. However, when submitting the work, INIT_WORK_ONSTACK() was still used, causing the following complaint from debugobjects: ODEBUG: object 00000000ed27b500 is NOT on stack 00000000c7d38760, but annotated. Change the macro to just INIT_WORK() to eliminate the warning. Signed-off-by: Waiman Long Signed-off-by: Ard Biesheuvel Acked-by: Sai Praneeth Prakhya Cc: Linus Torvalds Cc: Peter Zijlstra Cc: Thomas Gleixner Cc: linux-efi@vger.kernel.org Fixes: 9dbbedaa6171 ("efi: Make efi_rts_work accessible to efi page fault handler") Link: http://lkml.kernel.org/r/20181114175544.12860-2-ard.biesheuvel@linaro.org Signed-off-by: Ingo Molnar Signed-off-by: Sasha Levin was incorrectly applied to v4.19.41 and causes lockdep complaints for the onstack efi_rts_work being initialised by INIT_WORK(). -Chris