Arjan wrote:This is patch one in a series of 17; to not overload lkml the other
16 will be mailed direct; people who want to see them all can see
them at http://www.fenrus.org/unused
Well ... here's one case where your patch series is broken.
Argh - I almost missed this one. My mailer is setup to tag all
incoming lkml email that mentions the magic word 'cpuset'. But
it is not setup to catch indirect patches, needless to say.
One of your proposed changes (the only one I reviewed) removed the only
EXPORT_SYMBOL_GPL in kernel/cpuset.c. That EXPORT is needed because
the routine in question is called from inlines which modules use.