From: Leon Romanovsky <leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>
To: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
Cc: linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: trivial sparse fixes for rdma-core
Date: Sat, 15 Oct 2016 12:50:41 +0300 [thread overview]
Message-ID: <20161015095041.GB25013@leon.nu> (raw)
In-Reply-To: <1476381095-20041-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
[-- Attachment #1: Type: text/plain, Size: 435 bytes --]
On Thu, Oct 13, 2016 at 07:51:03PM +0200, Christoph Hellwig wrote:
> This is the low hanging fruit in terms of reducing sparse noise before
> looking into endianess and iomem annotations.
Thanks, applied.
>
> --
> 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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
prev parent reply other threads:[~2016-10-15 9:50 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-10-13 17:51 trivial sparse fixes for rdma-core Christoph Hellwig
[not found] ` <1476381095-20041-1-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 17:51 ` [PATCH 01/32] libibumad: include umad_str.h in umad_str.c Christoph Hellwig
[not found] ` <1476381095-20041-2-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:58 ` Hal Rosenstock
2016-10-13 17:51 ` [PATCH 02/32] libibumad: create sysfs.h instead of using extern declarations in umad.c Christoph Hellwig
[not found] ` <1476381095-20041-3-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:58 ` Hal Rosenstock
2016-10-13 17:51 ` [PATCH 03/32] libibumad: use NULL instead of 0 for NULL pointers Christoph Hellwig
[not found] ` <1476381095-20041-4-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:58 ` Hal Rosenstock
2016-10-13 17:51 ` [PATCH 04/32] libibumad: mark symbols as static where possible Christoph Hellwig
[not found] ` <1476381095-20041-5-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:58 ` Hal Rosenstock
2016-10-13 17:51 ` [PATCH 05/32] srp_daemon: use NULL instead of 0 for NULL pointers Christoph Hellwig
[not found] ` <1476381095-20041-6-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:03 ` Bart Van Assche
2016-10-13 17:51 ` [PATCH 06/32] srp_daemon: mark symbols as static where possible Christoph Hellwig
[not found] ` <1476381095-20041-7-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:06 ` Bart Van Assche
2016-10-13 17:51 ` [PATCH 07/32] srp_daemon: give initialize_sysfs a proper ANSI-C prototype Christoph Hellwig
[not found] ` <1476381095-20041-8-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:05 ` Bart Van Assche
2016-10-13 17:51 ` [PATCH 08/32] iwpmd: use proper ANSI-C prototypes for functions without arguments Christoph Hellwig
[not found] ` <1476381095-20041-9-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 18:06 ` Steve Wise
2016-10-13 18:09 ` 'Christoph Hellwig'
[not found] ` <20161013180959.GA28057-jcswGhMUV9g@public.gmane.org>
2016-10-13 18:24 ` Jason Gunthorpe
[not found] ` <20161013182420.GA18755-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-13 18:25 ` 'Christoph Hellwig'
2016-10-13 17:51 ` [PATCH 09/32] iwpmd: remove the unused check_iwpm_nlattr_tb prototype Christoph Hellwig
[not found] ` <1476381095-20041-10-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 18:07 ` Steve Wise
2016-10-13 17:51 ` [PATCH 10/32] iwpmd: move external declarations to iwarp_pm.h Christoph Hellwig
[not found] ` <1476381095-20041-11-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:07 ` Steve Wise
2016-10-13 17:51 ` [PATCH 11/32] iwpmd: mark symbols static where possible Christoph Hellwig
[not found] ` <1476381095-20041-12-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:10 ` Steve Wise
2016-10-13 17:51 ` [PATCH 12/32] iwpmd: fix the prototype for the pthread_create start functions Christoph Hellwig
[not found] ` <1476381095-20041-13-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:09 ` Steve Wise
2016-10-13 19:44 ` Jason Gunthorpe
2016-10-13 17:51 ` [PATCH 13/32] librdmacm: mark symbols static where possible Christoph Hellwig
2016-10-13 17:51 ` [PATCH 14/32] cxgb4: " Christoph Hellwig
[not found] ` <1476381095-20041-15-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:12 ` Steve Wise
2016-10-13 17:51 ` [PATCH 15/32] cxgb4: remove unused function dump_wqe Christoph Hellwig
[not found] ` <1476381095-20041-16-git-send-email-hch-jcswGhMUV9g@public.gmane.org>
2016-10-13 19:11 ` Steve Wise
2016-10-13 19:03 ` trivial sparse fixes for rdma-core Jason Gunthorpe
[not found] ` <20161013190326.GA19904-ePGOBjL8dl3ta4EC/59zMFaTQe2KTcn/@public.gmane.org>
2016-10-14 4:37 ` Leon Romanovsky
[not found] ` <20161014043705.GF9282-2ukJVAZIZ/Y@public.gmane.org>
2016-10-14 5:04 ` Leon Romanovsky
2016-10-14 5:18 ` Christoph Hellwig
[not found] ` <20161014051843.GB8073-jcswGhMUV9g@public.gmane.org>
2016-10-14 16:40 ` Jason Gunthorpe
2016-10-15 9:50 ` Leon Romanovsky [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=20161015095041.GB25013@leon.nu \
--to=leon-dgejt+ai2ygdnm+yrofe0a@public.gmane.org \
--cc=hch-jcswGhMUV9g@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.