From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S941692AbcLWWtK (ORCPT ); Fri, 23 Dec 2016 17:49:10 -0500 Received: from zeniv.linux.org.uk ([195.92.253.2]:37178 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752503AbcLWWtJ (ORCPT ); Fri, 23 Dec 2016 17:49:09 -0500 Date: Fri, 23 Dec 2016 22:49:08 +0000 From: Al Viro To: Linus Torvalds Cc: Linux Kernel Mailing List Subject: Re: Note on 4.10 merge window timing (was Re: Linux 4.9-rc8) Message-ID: <20161223224907.GK1555@ZenIV.linux.org.uk> References: <20161208000428.GV1555@ZenIV.linux.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 07, 2016 at 05:07:15PM -0800, Linus Torvalds wrote: > On Wed, Dec 7, 2016 at 4:04 PM, Al Viro 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:]]*' sed -i -e "s!$PATT!#include !" \ `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 instead.