ERROR: "strchr" [drivers/md/dm-log-userspace.ko] undefined!

From: Geert Uytterhoeven
Date: Thu Sep 10 2009 - 03:45:28 EST


As of Sep 6 (http://kisskb.ellerman.id.au/kisskb/config/164/), the
m68k allmodconfig build
fails with:

| ERROR: "strchr" [drivers/md/dm-log-userspace.ko] undefined!

This was introduced in v2.6.31-rc9 by commit
b8313b6da7e2e7c7f47d93d8561969a3ff9ba0ea
(dm log: remove incorrect field from userspace table output).

It seems the newly added call to strstr() is turned into a call to
strchr() by gcc.

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/