On Sun, Feb 27, 2011 at 07:26:49PM +0000, Tony Ibbs wrote: > Apologies, my fifth patch (the actual KBUS source file) appears to be > too long - I hadn't realise the 100,000 character limit on majordomo > messages. The file as submitted is that at: > > https://github.com/crazyscot/linux-2.6-kbus/blob/6cc3262bd3e28757179dd8a0d30298dfb2f70845/ipc/kbus.c You are using /proc/* to something that is not process related. At lkml you will be requested to use something else. You can conisder splitting this up in another file so you in the Makefile can use it conditionally. > If there is a better way for me to submit this, please let me know. One way you would not like.... Let the first patches introduce core-functionality and add features in later patches - touching the same file many times. Also please submit the Makefile/Kconfig stuff in the _last_ mail. Otherwise you would ruin bisect because we cannot build kbus until you have the last files included. Sam -- To unsubscribe from this list: send the line "unsubscribe linux-embedded" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html