From mboxrd@z Thu Jan 1 00:00:00 1970 From: Linus Torvalds Subject: Re: 2.6.27-rc4-git1: Reported regressions from 2.6.26 Date: Wed, 27 Aug 2008 16:00:29 -0700 (PDT) Message-ID: References: <20080827230828.4285022b@lxorguk.ukuu.org.uk> <20080827232803.2ba8dd96@lxorguk.ukuu.org.uk> Mime-Version: 1.0 Return-path: In-Reply-To: <20080827232803.2ba8dd96-qBU/x9rampVanCEyBjwyrvXRex20P6io@public.gmane.org> Sender: kernel-testers-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: TEXT/PLAIN; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alan Cox Cc: Peter Osterlund , "Rafael J. Wysocki" , Alan Cox , Jens Axboe , Linux Kernel Mailing List , Adrian Bunk , Andrew Morton , Natalie Protasevich , Kernel Testers List On Wed, 27 Aug 2008, Alan Cox wrote: > > I'll take a crack at it tomorrow - but if its 185 entries then it > probably wants to go into -next instead. Being more careful.. This: git grep 'unlocked_ioctl.*=' | sed 's/^.*=[ ]*\([_a-zA-Z0-9]*\).*$/\1/' | uniq | wc says that ther are 160 distinct cases. I'm not sure it catches everything exactly, but it will be reasonably close, at least. I wonder if I could essentially automate something to do the conversion.. Linus