linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Herbert Xu <herbert@gondor.apana.org.au>
To: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: linux-crypto@vger.kernel.org, Harsh Jain <harsh@chelsio.com>,
	"David S. Miller" <davem@davemloft.net>,
	linux-kernel@vger.kernel.org, qat-linux@intel.com,
	Giovanni Cabiddu <giovanni.cabiddu@intel.com>
Subject: Re: [PATCH] crypto: prefix header search paths with $(srctree)/
Date: Fri, 1 Feb 2019 14:51:04 +0800	[thread overview]
Message-ID: <20190201065104.vo7oi4y2eooja2dh@gondor.apana.org.au> (raw)
In-Reply-To: <1548388176-11325-1-git-send-email-yamada.masahiro@socionext.com>

On Fri, Jan 25, 2019 at 12:49:36PM +0900, Masahiro Yamada wrote:
> Currently, the Kbuild core manipulates header search paths in a crazy
> way [1].
> 
> To fix this mess, I want all Makefiles to add explicit $(srctree)/ to
> the search paths in the srctree. Some Makefiles are already written in
> that way, but not all. The goal of this work is to make the notation
> consistent, and finally get rid of the gross hacks.
> 
> Having whitespaces after -I does not matter since commit 48f6e3cf5bc6
> ("kbuild: do not drop -I without parameter").
> 
> [1]: https://patchwork.kernel.org/patch/9632347/
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>  drivers/crypto/chelsio/Makefile            | 2 +-
>  drivers/crypto/chelsio/chtls/Makefile      | 3 ++-
>  drivers/crypto/qat/qat_c3xxx/Makefile      | 2 +-
>  drivers/crypto/qat/qat_c3xxxvf/Makefile    | 2 +-
>  drivers/crypto/qat/qat_c62x/Makefile       | 2 +-
>  drivers/crypto/qat/qat_c62xvf/Makefile     | 2 +-
>  drivers/crypto/qat/qat_dh895xcc/Makefile   | 2 +-
>  drivers/crypto/qat/qat_dh895xccvf/Makefile | 2 +-
>  8 files changed, 9 insertions(+), 8 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

      reply	other threads:[~2019-02-01  6:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-25  3:49 [PATCH] crypto: prefix header search paths with $(srctree)/ Masahiro Yamada
2019-02-01  6:51 ` Herbert Xu [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190201065104.vo7oi4y2eooja2dh@gondor.apana.org.au \
    --to=herbert@gondor.apana.org.au \
    --cc=davem@davemloft.net \
    --cc=giovanni.cabiddu@intel.com \
    --cc=harsh@chelsio.com \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=qat-linux@intel.com \
    --cc=yamada.masahiro@socionext.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).