All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
To: Jason Gunthorpe
	<jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
Cc: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>,
	linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: sparse fixes, part2
Date: Fri, 14 Oct 2016 07:31:59 +0200	[thread overview]
Message-ID: <20161014053159.GA8255@lst.de> (raw)
In-Reply-To: <20161014040602.GA5726-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>

On Thu, Oct 13, 2016 at 10:06:02PM -0600, Jason Gunthorpe wrote:
> Though, I had to use '#pragma GCC diagnostic ignored
> "-Wmissing-prototypes"' to deal with the symver stuff.. Couldn't find
> a better way..

I was planning on adding a header to define them just to shut up
sparse.  This is one of the bigger sets or remaining warnings, the
other beeing pthread macros abusing 0 as NULL (probably unfixable by us),
direct use of __sync_* builting (we should move over to C99 atomics or
something similar) nad various misc issues.  But as non of them are trivial
I didn't want to send that with the patch bomb.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

      parent reply	other threads:[~2016-10-14  5:31 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-13 19:55 sparse fixes, part2 Christoph Hellwig
     [not found] ` <1476388576-22863-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:56   ` [PATCH 01/17] cxgb3: handle global variables properly Christoph Hellwig
     [not found]     ` <1476388576-22863-2-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 21:58       ` Steve Wise
2016-10-13 19:56   ` [PATCH 02/17] cxgb3: mark symbols static where possible Christoph Hellwig
     [not found]     ` <1476388576-22863-3-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 21:59       ` Steve Wise
2016-10-13 19:56   ` [PATCH 03/17] hfi1verbs: " Christoph Hellwig
     [not found]     ` <1476388576-22863-4-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-14 10:31       ` Dalessandro, Dennis
2016-10-13 19:56   ` [PATCH 04/17] ipathverbs: " Christoph Hellwig
     [not found]     ` <1476388576-22863-5-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-14 10:32       ` Dalessandro, Dennis
2016-10-13 19:56   ` [PATCH 05/17] i40iw: " Christoph Hellwig
2016-10-13 19:56   ` [PATCH 06/17] i40iw: remove unused variable i40iw_debug_level Christoph Hellwig
2016-10-13 19:56   ` [PATCH 07/17] mlx4: mark symbols static where possible Christoph Hellwig
2016-10-13 19:56   ` [PATCH 08/17] mthca: " Christoph Hellwig
2016-10-13 19:56   ` [PATCH 09/17] rxe: " Christoph Hellwig
2016-10-13 19:56   ` [PATCH 10/17] ocrdma: " Christoph Hellwig
2016-10-13 19:56   ` [PATCH 11/17] ocrdma: use NULL instead of 0 for NULL pointers Christoph Hellwig
2016-10-13 19:56   ` [PATCH 12/17] nes: move external declaration to nes_umain.h Christoph Hellwig
2016-10-13 19:56   ` [PATCH 13/17] nes: mark symbols static where possible Christoph Hellwig
2016-10-13 19:56   ` [PATCH 14/17] nes: use NULL instead of 0 for NULL pointers Christoph Hellwig
2016-10-13 19:56   ` [PATCH 15/17] mlx5: mark symbols static where possible Christoph Hellwig
2016-10-13 19:56   ` [PATCH 16/17] mlx5: use NULL instead of 0 for NULL pointers Christoph Hellwig
2016-10-13 19:56   ` [PATCH 17/17] mlx5: use proper ANSI-C prototypes for functions without arguments Christoph Hellwig
2016-10-14  4:06   ` sparse fixes, part2 Jason Gunthorpe
     [not found]     ` <20161014040602.GA5726-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-14  5:31       ` Christoph Hellwig [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=20161014053159.GA8255@lst.de \
    --to=hch-jcswghmuv9g@public.gmane.org \
    --cc=jgunthorpe-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org \
    --cc=linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.