Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755396AbYH0XBc (ORCPT ); Wed, 27 Aug 2008 19:01:32 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753826AbYH0XBT (ORCPT ); Wed, 27 Aug 2008 19:01:19 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:32787 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753819AbYH0XBR (ORCPT ); Wed, 27 Aug 2008 19:01:17 -0400 Date: Wed, 27 Aug 2008 16:00:29 -0700 (PDT) From: Linus Torvalds 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 Subject: Re: 2.6.27-rc4-git1: Reported regressions from 2.6.26 In-Reply-To: <20080827232803.2ba8dd96@lxorguk.ukuu.org.uk> Message-ID: References: <20080827230828.4285022b@lxorguk.ukuu.org.uk> <20080827232803.2ba8dd96@lxorguk.ukuu.org.uk> User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 729 Lines: 24 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/