Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-12 Thread Al Viro
On Sun, Feb 12, 2012 at 10:26:06PM +0100, Richard Weinberger wrote: > Am 12.02.2012 22:20, schrieb Al Viro: > >On Sun, Feb 12, 2012 at 10:01:49PM +0100, Richard Weinberger wrote: > >>Am 12.02.2012 21:27, schrieb Al Viro: > So, I pulled your work and merged it into my shiny new UML tree: > g

Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-12 Thread Richard Weinberger
Am 12.02.2012 22:20, schrieb Al Viro: > On Sun, Feb 12, 2012 at 10:01:49PM +0100, Richard Weinberger wrote: >> Am 12.02.2012 21:27, schrieb Al Viro: So, I pulled your work and merged it into my shiny new UML tree: git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git >>> >>> Hmm... I

Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-12 Thread Al Viro
On Sun, Feb 12, 2012 at 10:01:49PM +0100, Richard Weinberger wrote: > Am 12.02.2012 21:27, schrieb Al Viro: > >>So, I pulled your work and merged it into my shiny new UML tree: > >>git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git > > > >Hmm... I would really, really recommend you to clean

Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-12 Thread Richard Weinberger
Am 12.02.2012 21:27, schrieb Al Viro: >> So, I pulled your work and merged it into my shiny new UML tree: >> git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git > > Hmm... I would really, really recommend you to clean the git history in that > tree up. As it is, you have > * merge of t

Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-12 Thread Al Viro
On Sat, Feb 04, 2012 at 01:44:42AM +0100, Richard Weinberger wrote: > Am 04.02.2012 01:14, schrieb Al Viro: > > On Sat, Feb 04, 2012 at 12:17:43AM +0100, Richard Weinberger wrote: > >> Many header files can be replaced by generic variants. > > > > Umm... I suspect that for auxvec.h the right thin

Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-04 Thread Richard Weinberger
Am 04.02.2012 01:14, schrieb Al Viro: > On Sat, Feb 04, 2012 at 12:17:43AM +0100, Richard Weinberger wrote: >> Many header files can be replaced by generic variants. > > Umm... I suspect that for auxvec.h the right thing is to simply > remove it - it's never used on uml builds. > > FWIW, I've re

Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-03 Thread Richard Weinberger
Am 04.02.2012 01:14, schrieb Al Viro: > On Sat, Feb 04, 2012 at 12:17:43AM +0100, Richard Weinberger wrote: >> Many header files can be replaced by generic variants. > > Umm... I suspect that for auxvec.h the right thing is to simply > remove it - it's never used on uml builds. > > FWIW, I've re

Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-03 Thread Richard Weinberger
Am 04.02.2012 01:14, schrieb Al Viro: > On Sat, Feb 04, 2012 at 12:17:43AM +0100, Richard Weinberger wrote: >> Many header files can be replaced by generic variants. > > FWIW, I've rebased my local queue to current and pushed it to kernel.org > again; it's on git.kernel.org/pub/scm/linux/kernel/gi

Re: [uml-devel] [PATCH] um: Cleanup headers files

2012-02-03 Thread Al Viro
On Sat, Feb 04, 2012 at 12:17:43AM +0100, Richard Weinberger wrote: > Many header files can be replaced by generic variants. Umm... I suspect that for auxvec.h the right thing is to simply remove it - it's never used on uml builds. FWIW, I've rebased my local queue to current and pushed it to ke