I proposed this before, but what about having one standard PATCHES file in
the kernel source tree, with all the applied pathes would touch
After having built a kernel, I could come back after months and see at one
glance what patches I (or somebody else) had applied and in what order.
Something like
cat PATCHES
+++++++++++++++++
patch: ac5
summary: Alan Cox kernel patch collection
url: ftp://ftp.kernel.org/pub/linux/kernel/people/alan/2.2
date: 05.04.2001
email: laughing@shared-source.org
+++++++++++++++++
patch: ide-04052001
summary: Hedrick IDE patch
url: ftp://ftp.kernel.org/pub/linux/kernel/people/hedrick/2.2
date: 05.04.2001
email: andre@linux-ide.org
+++++++++++++++++
patch: proconfig
summary: /proc .config support
url: http://www.it.uc3m.es/~ptb/proconfig/
date: 06.08.2000
email: ptb@it.uc3m.es
etc etc. Every applied patch would append its info to that file. I'm not
sure, though, how that could be accomplished with patch, but if anything
else fails, PATCHES/-directory might do the job. Although then you lose the
apply order information.
And the compiled kernel could automagically have
2.2.18-ac5+ide-04052001+proconfig suffix (if that's feasible - it could
become quite long.)
-- v --
v@iki.fi
-
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/