Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1379171 > unrolled thread
| Started by | Ira Weiny <ira.weiny@intel.com> |
|---|---|
| First post | 2016-04-14 20:00 +0200 |
| Last post | 2016-04-14 20:00 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] staging/rdma/hfi1: select CRC32 Ira Weiny <ira.weiny@intel.com> - 2016-04-14 20:00 +0200
| From | Ira Weiny <ira.weiny@intel.com> |
|---|---|
| Date | 2016-04-14 20:00 +0200 |
| Subject | Re: [PATCH] staging/rdma/hfi1: select CRC32 |
| Message-ID | <rnTID-5Nb-7@gated-at.bofh.it> |
On Fri, Apr 01, 2016 at 01:04:05AM +0200, Markus Böhme wrote: > The function parse_platform_config in firmware.c calls crc32_le. > Building without CRC32 selected causes a link error: > > drivers/built-in.o: In function `parse_platform_config': > (.text+0x92ffa): undefined reference to `crc32_le' > > Signed-off-by: Markus Böhme <markus.boehme@mailbox.org> Doug did you pick this up? Reviewed-by: Ira Weiny <ira.weiny@intel.com> > --- > drivers/staging/rdma/hfi1/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/staging/rdma/hfi1/Kconfig b/drivers/staging/rdma/hfi1/Kconfig > index 3e668d8..a925fb0 100644 > --- a/drivers/staging/rdma/hfi1/Kconfig > +++ b/drivers/staging/rdma/hfi1/Kconfig > @@ -2,6 +2,7 @@ config INFINIBAND_HFI1 > tristate "Intel OPA Gen1 support" > depends on X86_64 && INFINIBAND_RDMAVT > select MMU_NOTIFIER > + select CRC32 > default m > ---help--- > This is a low-level driver for Intel OPA Gen1 adapter. > -- > 1.7.10.4 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-rdma" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html
Back to top | Article view | linux.kernel
csiph-web