Hi Stephen, On Wed, Jul 17, 2019 at 8:28 AM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > Hi, > > On Wed, 10 Jul 2019 14:30:36 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > > On Wed, 10 Jul 2019 11:04:43 +1000 Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > > > > > On Tue, 9 Jul 2019 12:46:34 +0000 Jason Gunthorpe <jgg@xxxxxxxxxxxx> wrote: > > > > > > > > It isn't quite enough to make the header compile stand alone, I'm > > > > adding this instead. > > > > > > > > From 37c1e072276b03b080eb24ff24c39080aeaf49ef Mon Sep 17 00:00:00 2001 > > > > From: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > > > > Date: Tue, 9 Jul 2019 09:44:47 -0300 > > > > Subject: [PATCH] RDMA/counters: Make rdma_counter.h compile stand alone > > > > > > I will apply this to linux-next today and reenable the stand alone > > > building for rdma_counter.h > > > > That worked for me ... > > rdma_counter.h should be able to be removed from the exceptions list now. > > I have been building linux-next with this patch for a while, so maybe > it could be applied to the kbuild tree? > > From: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > Date: Wed, 10 Jul 2019 13:03:16 +1000 > Subject: [PATCH] rdma: attempt to build rdma_counter.h stand alone again > > Signed-off-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> > --- > include/Kbuild | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/Kbuild b/include/Kbuild > index 7e9f1acb9dd5..765ff864130d 100644 > --- a/include/Kbuild > +++ b/include/Kbuild > @@ -949,7 +949,6 @@ header-test- += pcmcia/ds.h > header-test- += rdma/ib.h > header-test- += rdma/iw_portmap.h > header-test- += rdma/opa_port_info.h > -header-test- += rdma/rdma_counter.h > header-test- += rdma/rdmavt_cq.h > header-test- += rdma/restrack.h > header-test- += rdma/signature.h Yes, this is just a one-liner fix-up, so I'd like to fold it into this: https://patchwork.kernel.org/patch/11047283/ -- Best Regards Masahiro Yamada