[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1401872880-23685-1-git-send-email-Julia.Lawall@lip6.fr>
Date: Wed, 4 Jun 2014 11:07:50 +0200
From: Julia Lawall <Julia.Lawall@...6.fr>
To: linux-rdma@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-fbdev@...r.kernel.org,
linux-sh@...r.kernel.org, linux-kernel@...r.kernel.org,
ath10k@...ts.infradead.org, linux-wireless@...r.kernel.org,
netdev@...r.kernel.org, devel@...verdev.osuosl.org,
iss_storagedev@...com, linux-scsi@...r.kernel.org,
linux-s390@...r.kernel.org,
adi-buildroot-devel@...ts.sourceforge.net
Subject: [PATCH 0/10] use safer test on the result of find_first_zero_bit
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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists