On Tue, May 16, 2017 at 11:02 PM, Greg Kroah-Hartman <gre...@linuxfoundation.org> wrote: > On Thu, May 11, 2017 at 02:13:33PM +0200, Arnd Bergmann wrote: >> Without CRC32, we get this link error: >> >> pci_endpoint_test.c:(.text+0x2509e): undefined reference to `crc32_le' >> >> Fixes: 58c89c8aa0e8 ("misc: Add host side PCI driver for PCI test function >> device") > > There is no such commit id :(
I checked what happened: 58c89c8aa0e8 was in linux-next when I prepared the patch, but 2c156ac71c6b25 is the commit ID that was merged in the end after Bjorn rebased the patch on Apr 28, but I had not sent out the fix at that point yet. > Also, I think someone else sent this a few days before you did... Ok. Arnd