Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp782737pxb; Mon, 25 Oct 2021 18:54:08 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwaV2ahqA4yIcD5SHTV/sFe5rzNE8H7wUv5FbxGgFVAlMgEWkLlXDB7uX73YLuYipVMI0ug X-Received: by 2002:a17:907:3e0b:: with SMTP id hp11mr26491092ejc.549.1635213248597; Mon, 25 Oct 2021 18:54:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635213248; cv=none; d=google.com; s=arc-20160816; b=xCkuZiANhIGnF8QFQrC8yo63EeCi49uIIzH5+iPzu2YeCr7343KLIE6geVP0vDMGws NA7JW0sHNmO6/O/s6UB0JQ15r5NEk7p+PsTH8uP1AD2RyueLQGQ5cJ0Hc8Z1Cw6Z6Wcs F6ezsuG0T9supW3TkGsDHUcCn1CI3sRzTfcd7jUgdQ2NPJexmTBMtE6rAX3Bks6YRqTQ qTQRaGhkWKee3+Qkv0JkeFcOFf3L/dAK45FyBW68ybkPrXjn/p+Wy1WjE96aY189cP7S 6w1JqO5BsWkTA8sn+/ypCxk6JuYyvPOp3xkCaOnWTTfBGYqZt0MMuLNeERWoNmmuOKBt r6wg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=rVhgkW9kBahn5V7RrAczK/9TTNR6ThiRFs0GlvScdGI=; b=0zX4sa5r5XNI1ewBTXpBGFclk24ZccyCeben3GIaMVOlZcTg7kMF6tFpOIOA3fwRat 2U6C/mqaPP+53UH465XTIUsftLgH4zZUib7xtQDRMshij2Ji9J/vdo+2NZct0N4PtWSh fNPH27fiGte4w6YTY/SvV4VKxlHpEsrpOuHmyu9hubn6Z/O7WDyRsA8KxMLIO0UtTIXr ZUKJnWDtG/eHE4Gx1p+8DxW2xyjCbq0nXlmmXK5YPdETx+o07AP+CCtr72b4kGHVqER+ +IWOE2TOUOvp+kgMyR3qTERTR1HfsW6yAMStdAIIjd9+LruWvVFb6YHlzILIDi4Fac3Y lZmQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s16si8457442ejn.449.2021.10.25.18.53.45; Mon, 25 Oct 2021 18:54:08 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231448AbhJYVnX (ORCPT + 99 others); Mon, 25 Oct 2021 17:43:23 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:52780 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230177AbhJYVnX (ORCPT ); Mon, 25 Oct 2021 17:43:23 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id 74DC41C0B76; Mon, 25 Oct 2021 23:40:59 +0200 (CEST) Date: Mon, 25 Oct 2021 23:40:59 +0200 From: Pavel Machek To: Brendan Higgins Cc: Pavel Machek , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, stable@vger.kernel.org, Kees Cook , David Gow , Shuah Khan , Sasha Levin Subject: Re: [PATCH 5.10 70/95] gcc-plugins/structleak: add makefile var for disabling structleak Message-ID: <20211025214059.GB2807@duo.ucw.cz> References: <20211025190956.374447057@linuxfoundation.org> <20211025191007.069144838@linuxfoundation.org> <20211025205652.GA2807@duo.ucw.cz> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="RASg3xLB4tUQ4RcS" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --RASg3xLB4tUQ4RcS Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > > > [ Upstream commit 554afc3b9797511e3245864e32aebeb6abbab1e3 ] > > > > > > KUnit and structleak don't play nice, so add a makefile variable for > > > enabling structleak when it complains. > > > > AFAICT, this patch does nothing useful in 5.10. Unlike mainline, > > DISABLE_STRUCTLEAK_PLUGIN is not used elsewhere in the tree. >=20 > The related patches that Greg picked up use this makefile variable. I don't think so, not in 5.10. Can you double-check? pavel@duo:~/cip/krc$ grep -ri DISABLE_STRUCTLEAK_PLUGIN . =2E/scripts/Makefile.gcc-plugins: DISABLE_STRUCTLEAK_PLUGIN +=3D -fplugi= n-arg-structleak_plugin-disable =2E/scripts/Makefile.gcc-plugins:export DISABLE_STRUCTLEAK_PLUGIN pavel@duo:~/cip/krc$=20 commit b67ee9a213819f2c817e3d344c2fc186f299a4f5 (HEAD, origin/queue/5.10) Author: Fabien Dessenne Date: Fri Oct 8 14:25:17 2021 +0200 Best regards, Pavel --=20 DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany --RASg3xLB4tUQ4RcS Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EABECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCYXckawAKCRAw5/Bqldv6 8um8AKCs1ibQ5SnbwnMPWO1Nk/B0LuOQTQCdFP4LBiCpI0qUIPAzC4Kg0axyzq4= =wpZ/ -----END PGP SIGNATURE----- --RASg3xLB4tUQ4RcS--