linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: build warning after merge of the infiniband tree
@ 2013-11-04  4:55 Stephen Rothwell
       [not found] ` <20131104155526.10e5aed0cd9512c47a82529f-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Stephen Rothwell @ 2013-11-04  4:55 UTC (permalink / raw)
  To: Roland Dreier, linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Jan Kara, Mike Marciniszyn

[-- Attachment #1: Type: text/plain, Size: 645 bytes --]

Hi all,

After merging the infiniband tree, today's linux-next build (x86_64
allmodconfig) produced this warning:

drivers/infiniband/hw/ipath/ipath_user_sdma.c: In function 'ipath_user_sdma_pin_pages':
drivers/infiniband/hw/ipath/ipath_user_sdma.c:283:6: warning: 'j' is used uninitialized in this function [-Wuninitialized]
  ret = get_user_pages_fast(addr, j, 0, pages);
      ^

Introduced by commit 18fec3c6bdcb ("IB/ipath: Convert
ipath_user_sdma_pin_pages() to use get_user_pages_fast()").  How did that
pass review or testing?

-- 
Cheers,
Stephen Rothwell                    sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: linux-next: build warning after merge of the infiniband tree
       [not found] ` <20131104155526.10e5aed0cd9512c47a82529f-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
@ 2013-11-04 13:42   ` Marciniszyn, Mike
       [not found]     ` <32E1700B9017364D9B60AED9960492BC211C6448-AtyAts71sc9zLByeVOV5+bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: Marciniszyn, Mike @ 2013-11-04 13:42 UTC (permalink / raw)
  To: Stephen Rothwell, Roland Dreier, linux-rdma-u79uwXL29TY76Z2rM5mHXA
  Cc: linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Jan Kara

This issue was caught by Tetsuo Handa and Acked on 10/30: http://marc.info/?t=138313364500008&r=1&w=2.

Roland, I noticed that the Tetsuo's original message didn't cc the linux-rdma list?

Mike

> -----Original Message-----
> From: Stephen Rothwell [mailto:sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org]
> Sent: Sunday, November 03, 2013 11:55 PM
> To: Roland Dreier; linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> Cc: linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Jan Kara;
> Marciniszyn, Mike
> Subject: linux-next: build warning after merge of the infiniband tree
> 
> Hi all,
> 
> After merging the infiniband tree, today's linux-next build (x86_64
> allmodconfig) produced this warning:
> 
> drivers/infiniband/hw/ipath/ipath_user_sdma.c: In function
> 'ipath_user_sdma_pin_pages':
> drivers/infiniband/hw/ipath/ipath_user_sdma.c:283:6: warning: 'j' is used
> uninitialized in this function [-Wuninitialized]
>   ret = get_user_pages_fast(addr, j, 0, pages);
>       ^
> 
> Introduced by commit 18fec3c6bdcb ("IB/ipath: Convert
> ipath_user_sdma_pin_pages() to use get_user_pages_fast()").  How did that
> pass review or testing?
> 
> --
> Cheers,
> Stephen Rothwell                    sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: linux-next: build warning after merge of the infiniband tree
       [not found]     ` <32E1700B9017364D9B60AED9960492BC211C6448-AtyAts71sc9zLByeVOV5+bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
@ 2013-11-08 19:24       ` Roland Dreier
  0 siblings, 0 replies; 3+ messages in thread
From: Roland Dreier @ 2013-11-08 19:24 UTC (permalink / raw)
  To: Marciniszyn, Mike
  Cc: Stephen Rothwell, linux-rdma-u79uwXL29TY76Z2rM5mHXA,
	linux-next-u79uwXL29TY76Z2rM5mHXA,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA, Jan Kara

Sorry about that, folded in the fix I missed and will push out the tree shortly.

On Mon, Nov 4, 2013 at 5:42 AM, Marciniszyn, Mike
<mike.marciniszyn-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> wrote:
> This issue was caught by Tetsuo Handa and Acked on 10/30: http://marc.info/?t=138313364500008&r=1&w=2.
>
> Roland, I noticed that the Tetsuo's original message didn't cc the linux-rdma list?
>
> Mike
>
>> -----Original Message-----
>> From: Stephen Rothwell [mailto:sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org]
>> Sent: Sunday, November 03, 2013 11:55 PM
>> To: Roland Dreier; linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
>> Cc: linux-next-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org; Jan Kara;
>> Marciniszyn, Mike
>> Subject: linux-next: build warning after merge of the infiniband tree
>>
>> Hi all,
>>
>> After merging the infiniband tree, today's linux-next build (x86_64
>> allmodconfig) produced this warning:
>>
>> drivers/infiniband/hw/ipath/ipath_user_sdma.c: In function
>> 'ipath_user_sdma_pin_pages':
>> drivers/infiniband/hw/ipath/ipath_user_sdma.c:283:6: warning: 'j' is used
>> uninitialized in this function [-Wuninitialized]
>>   ret = get_user_pages_fast(addr, j, 0, pages);
>>       ^
>>
>> Introduced by commit 18fec3c6bdcb ("IB/ipath: Convert
>> ipath_user_sdma_pin_pages() to use get_user_pages_fast()").  How did that
>> pass review or testing?
>>
>> --
>> Cheers,
>> Stephen Rothwell                    sfr-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org
--
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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-08 19:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-04  4:55 linux-next: build warning after merge of the infiniband tree Stephen Rothwell
     [not found] ` <20131104155526.10e5aed0cd9512c47a82529f-3FnU+UHB4dNDw9hX6IcOSA@public.gmane.org>
2013-11-04 13:42   ` Marciniszyn, Mike
     [not found]     ` <32E1700B9017364D9B60AED9960492BC211C6448-AtyAts71sc9zLByeVOV5+bfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2013-11-08 19:24       ` Roland Dreier

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).