Re: linux-next: Tree for Jun 6 (scsi_debug.c)

From: Masanari Iida
Date: Tue Aug 23 2016 - 19:23:36 EST


This one still exist on linus's tree (as of v4.8-rc3).

CALL scripts/checksyscalls.sh
CHK kernel/config_data.h
Building modules, stage 2.
MODPOST 720 modules
ERROR: "ip_compute_csum" [drivers/scsi/scsi_debug.ko] undefined!
scripts/Makefile.modpost:91: recipe for target '__modpost' failed
make[1]: *** [__modpost] Error 1
Makefile:1178: recipe for target 'modules' failed
make: *** [modules] Error 2

Masanari

On Tue, Jun 7, 2016 at 12:10 PM, Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
> On 06/05/16 21:20, Stephen Rothwell wrote:
>> Hi all,
>>
>> Changes since 20160603:
>
> on x86_64:
>
> ERROR: "ip_compute_csum" [drivers/scsi/scsi_debug.ko] undefined!
>
> CONFIG_GENERIC_CSUM doesn't seem to exist for x86, so lib/checksum.o is not built.
>
>
> --
> ~Randy