From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Date: Fri, 25 Jan 2019 22:51:49 +0000 Subject: Re: [PATCH 0/2] infiniband: trivial header search path fixups Message-Id: <20190125225149.GA5556@ziepe.ca> List-Id: References: <1548391171-6407-1-git-send-email-yamada.masahiro@socionext.com> In-Reply-To: <1548391171-6407-1-git-send-email-yamada.masahiro@socionext.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Masahiro Yamada Cc: linux-rdma@vger.kernel.org, Doug Ledford , Somnath Kotur , Sagi Grimberg , Nelson Escobar , Sriharsha Basavapatna , Parvi Kaustubhi , linux-kernel@vger.kernel.org, Lijun Ou , Steve Wise , target-devel@vger.kernel.org, Christian Benvenuti , Faisal Latif , Bart Van Assche , Shiraz Saleem , Selvin Xavier , "Wei Hu(Xavier)" , Devesh Sharma On Fri, Jan 25, 2019 at 01:39:29PM +0900, Masahiro Yamada wrote: > My main motivation is to get rid of crappy header search path manipulation > from Kbuild core. > > Before that, I want to do as many treewide cleanups as possible. > > If you are interested in the big picture of this work, > the full patch set is available at: > > git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git build-test > > > > Masahiro Yamada (2): > infiniband: remove unneeded header search paths > infiniband: prefix header search paths with $(srctree)/ Still compiles for me too, applied to rdam for-next Thanks, Jason