Re: Note on 4.10 merge window timing (was Re: Linux 4.9-rc8)

From: Al Viro
Date: Fri Dec 23 2016 - 17:49:14 EST


On Wed, Dec 07, 2016 at 05:07:15PM -0800, Linus Torvalds wrote:
> On Wed, Dec 7, 2016 at 4:04 PM, Al Viro <viro@xxxxxxxxxxxxxxxxxx> wrote:
> >
> > Could you run this just before cutting 4.10-rc1?
>
> Sure. I hope you'll remind me just in case, though.

Doing so... Conversion in question is done by

PATT='^[[:blank:]]*#[[:blank:]]*include[[:blank:]]*<asm/uaccess.h>'
sed -i -e "s!$PATT!#include <linux/uaccess.h>!" \
`git grep -l "$PATT"|grep -v ^include/linux/uaccess.h`

I'd done that right now and pushed the result into vfs.git#uaccess-example;
probably would be better if you ran the above just before the -rc1.

The only place that should pull asm/uaccess.h is linux/uaccess.h. Everything
else can include <linux/uaccess.h> instead.