public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/10] use safer test on the result of find_first_zero_bit
@ 2014-06-04  9:07 Julia Lawall
  2014-06-04  9:07 ` [PATCH 1/10] sh: " Julia Lawall
                   ` (10 more replies)
  0 siblings, 11 replies; 30+ messages in thread
From: Julia Lawall @ 2014-06-04  9:07 UTC (permalink / raw)
  To: linux-rdma
  Cc: kernel-janitors, linux-fbdev, linux-sh, linux-kernel, ath10k,
	linux-wireless, netdev, devel, iss_storagedev, linux-scsi,
	linux-s390, adi-buildroot-devel

Find_first_zero_bit considers BITS_PER_LONG bits at a time, and thus may
return a larger number than the maximum position argument if that position
is not a multiple of BITS_PER_LONG.


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

end of thread, other threads:[~2014-06-24  7:56 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-04  9:07 [PATCH 0/10] use safer test on the result of find_first_zero_bit Julia Lawall
2014-06-04  9:07 ` [PATCH 1/10] sh: " Julia Lawall
2014-06-04  9:07 ` [PATCH 2/10] ath10k: " Julia Lawall
2014-06-04  9:07 ` [PATCH 3/10] video: " Julia Lawall
2014-06-23 11:50   ` Tomi Valkeinen
2014-06-23 14:12     ` Julia Lawall
2014-06-24  7:56       ` Tomi Valkeinen
2014-06-04  9:07 ` [PATCH 4/10] staging: tidspbridge: " Julia Lawall
2014-06-04  9:07 ` [PATCH 5/10] ARC: " Julia Lawall
2014-06-04  9:07 ` [PATCH 6/10] hpsa: " Julia Lawall
2014-06-04 14:54   ` scameron
2014-06-04 15:06     ` Julia Lawall
2014-06-04 15:14       ` scameron
2014-06-04  9:07 ` [PATCH 7/10] cciss: " Julia Lawall
2014-06-04  9:07 ` [PATCH 8/10] s390/pci: " Julia Lawall
2014-06-04 11:09   ` Sebastian Ott
2014-06-04  9:07 ` [PATCH 9/10] IB/qib: " Julia Lawall
2014-06-04 18:41   ` Marciniszyn, Mike
2014-06-04 19:19     ` Julia Lawall
2014-06-04 20:03       ` Marciniszyn, Mike
2014-06-04  9:08 ` [PATCH 10/10] blackfin: " Julia Lawall
2014-06-04  9:35 ` [PATCH 0/10] " Geert Uytterhoeven
2014-06-04  9:38   ` Julia Lawall
2014-06-04  9:46     ` David Laight
2014-06-04  9:52       ` Julia Lawall
2014-06-04 10:55         ` Geert Uytterhoeven
2014-06-04 11:00           ` Julia Lawall
2014-06-04 11:07             ` Geert Uytterhoeven
2014-06-04 13:12               ` Julia Lawall
2014-06-04 13:34                 ` David Laight

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox