Re: 2.6.27-rc4-git1: Reported regressions from 2.6.26

From: Linus Torvalds
Date: Wed Aug 27 2008 - 19:01:35 EST




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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/