[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20161223224907.GK1555@ZenIV.linux.org.uk>
Date: Fri, 23 Dec 2016 22:49:08 +0000
From: Al Viro <viro@...IV.linux.org.uk>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: Note on 4.10 merge window timing (was Re: Linux 4.9-rc8)
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@...iv.linux.org.uk> 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.
Powered by blists - more mailing lists