Re: bug database braindump from the kernel summit

Ben Ford (ben@kalifornia.com)
Sun, 01 Apr 2001 17:26:01 -0700


Why not have the /proc/config option but instead of being plain text,
make it binary with a userspace app that can interpret it?

It could have a signature as to kernel version + patches and the rest
would be just bits.

Instead of:

CONFIG_X86=y
CONFIG_ISA=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

You'd have
2.4.3-pre3:1101111100000100000000 . . . . .

-b

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/