On 2018/2/28 2:46, Jason Gunthorpe wrote: > On Mon, Feb 26, 2018 at 04:40:40PM +0800, Yixian Liu wrote: >> This patch adds bitmap.c and bitmap.h to rdma-core/ccan to >> support bitmap operation, as they depends on endian.h, >> therefore, endian.h also is added. > > Don't really want to include endian.h, and this is a non-starter: > >> +add_definitions("-DHAVE_LITTLE_ENDIAN=1") >> + > > And this header gets -Wshadow warnings. > > Use this patch instead please: > Hi Jason, Thanks, will prepare it in v6. What's your opinion on kernel patch set v5 for for-next? If some revisions are needed, I will fix them in v6 too. >>From 90e2ccb1d7294bc695c64dc3f8a36cd47f8021d0 Mon Sep 17 00:00:00 2001 > From: Yixian Liu <liuyixian@xxxxxxxxxx> > Date: Mon, 26 Feb 2018 16:40:40 +0800 > Subject: [PATCH] ccan: Add bitmap support for rdma-core > > This patch adds bitmap.c and bitmap.h to rdma-core/ccan to > support bitmap operations. > > The code is modified from the ccan version to work with -Wshadow and > to eliminate the need for endianness conversions. Ww > > Signed-off-by: Yixian Liu <liuyixian@xxxxxxxxxx> > Signed-off-by: Jason Gunthorpe <jgg@xxxxxxxxxxxx> > --- > buildlib/config.h.in | 1 + > ccan/CMakeLists.txt | 2 + > ccan/bitmap.c | 125 +++++++++++++++++++++++++++ > ccan/bitmap.h | 239 +++++++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 367 insertions(+) > create mode 100644 ccan/bitmap.c > create mode 100644 ccan/bitmap.h > -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html