From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=DgT+h4Sx; spf=pass (domain: linaro.org, ip: 209.85.128.67, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by groups.io with SMTP; Mon, 22 Jul 2019 03:38:00 -0700 Received: by mail-wm1-f67.google.com with SMTP id s3so34620863wms.2 for ; Mon, 22 Jul 2019 03:37:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=kNrpsAUAbmNrgNrBMWR4f2Crr9FJ/fyKdQElDjLon8A=; b=DgT+h4SxtUZQr5XVLVFjs1bgUyiskA+fdfIhxUxU6WyGdYyEDn2Y6CwgCmWPH6W9yt mvkxejc2fDy8GEXU2kwDoVAkeehOck2r6n0oNkztfmiZcFB+4jQRiRT1D/FU5JHlWykP zIm59U8cGdACqGe0zurbrL+WbUl+JHzhPlFjEThgvSNVjTGUGlSg6pDsV2hkQegWzlei t228q0NJF/QMUE1k6qYRakcc1XMAy/JoopeYn5My1edgvTbjRBefuDGhdjCbmvNUeCjI EDabQoP2H0h+uh3pza4W2yEQLyFhevL/hzrKscspPq7183wlm6G5aUen/2c/sj039Jz+ lI1Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=kNrpsAUAbmNrgNrBMWR4f2Crr9FJ/fyKdQElDjLon8A=; b=MEtSugOBBB+W82B7e+qUeGlDcbKCxlzXuZm1ZlHvI6deDYQq3wlNuwPMZeW+bI7BeM pQmLcB6MZQp4aQHlnFLo0t7W4TKZ6wcUbTNvEC4Sdic6OcoKJ53i1pAuv5qygAPYnU+M HgRBWzCpRfTVqZbd23qM9H1kwWQtNv9rBfpnhNHAuMpTTPjqCTBXXztH+YM/2l9HxgWB LMJgP58y1NrON8+RiCFNIkX5092iR9xoSlruhQUVHFQen8BVbFrxxeBZV2KCigUnDYic p+5iX21b0C5jYRqftNOJakGhrK1wVNegzFsbxGMyfOmpiQGslJdnhkzFrAoR4dbzzriI Ux5w== X-Gm-Message-State: APjAAAVskRVYCZTIndjp6DBo6g1dv4i5XqlZX4/IO3mIZA+8Sz/LV2AU KIbYjiLBsy1cN3AVDyRy+H+dVQ== X-Google-Smtp-Source: APXvYqy2DgXOwbOewh4MSKHawOo6SbaU6V1bisqjiG6moCHoZ3jFjQkq8TMjQTdefzzedozpIkZ/Jw== X-Received: by 2002:a05:600c:34d:: with SMTP id u13mr36024056wmd.48.1563791878617; Mon, 22 Jul 2019 03:37:58 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id u18sm32154651wmd.19.2019.07.22.03.37.57 (version=TLS1_3 cipher=AEAD-AES256-GCM-SHA384 bits=256/256); Mon, 22 Jul 2019 03:37:57 -0700 (PDT) Date: Mon, 22 Jul 2019 11:37:55 +0100 From: "Leif Lindholm" To: Laszlo Ersek Cc: edk2-devel-groups-io , Ard Biesheuvel , Jian Wang , Ting Ye Subject: Re: [PATCH 0/4] Arm, ArmPlatform, Crypto, Embedded: list internal headers in [Sources] Message-ID: <20190722103755.GA11541@bivouac.eciton.net> References: <20190719164319.9070-1-lersek@redhat.com> MIME-Version: 1.0 In-Reply-To: <20190719164319.9070-1-lersek@redhat.com> User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Jul 19, 2019 at 06:43:15PM +0200, Laszlo Ersek wrote: > Repo: https://github.com/lersek/edk2.git > Branch: internal_hdrs > > The BaseTools build feature introduced for TianoCore#1804 / in commit > 1fa6699e6cd4 ("BaseTools: Add a checking for Sources section in INF > file", 2019-06-10) logs some (non-fatal) warnings about unlisted > internal header files. List those files explicitly. Urgh. Yeah. I'm still not super comfortable with this duplication of dependency scanning (as discussed in https://edk2.groups.io/g/devel/topic/31866190), but I have to confess I also don't really care enough to do anything about it. So, while I'm tempted to keep the warnings around as a reminder, if you prefer to get rid of them - for the pat of the series I was cc:d on: Reviewed-by: Leif Lindholm / Leif