On Mon, May 21, 2012 at 11:28:58AM -0700, Linus Torvalds wrote: > On Mon, May 21, 2012 at 11:24 AM, Sam Ravnborg <sam@xxxxxxxxxxxx> wrote: > > > > So the "if NET" part in the select is redundant but not strictly wrong. > > It's not redundant. > > Try doing a "make ARCH=sparc allnoconfig" without it. It will warn. > > I didn't bother looking at *why* it warns, but all other architectures > have the "if NET" part. I see. This is because HAVE_BPF_JIT depends on NET, so kconfig warns if you select HAVE_BPF_JIT without NET enabled. The correct fix is obviously to move HAVE_BPF_JIT so it does not depend on NET. Sprinkling "if NET" all over is the wrong fix. Sam -- To unsubscribe from this list: send the line "unsubscribe sparclinux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html