Re: no sound in current -git

From: Hugh Dickins
Date: Thu May 26 2011 - 14:38:57 EST


On Wed, May 25, 2011 at 11:18 PM, Justin P. Mattock
<justinmattock@xxxxxxxxx> wrote:
> On 05/25/2011 10:11 PM, Dave Jones wrote:
>>
>> On Thu, May 26, 2011 at 12:33:38AM -0400, Dave Jones wrote:
>>
>> Â> Â > Âsound over here is out as well on a macbook pro. seems gnome shell
>> Â> Â > Âdidn't like whats being merged with the current Mainline i.g. no
>> sound
>> Â> Â > Âbluetooth applet missing. will bisect when I get a chance.
>> Â>
>> Â> ÂMaybe it was this that just got merged.. Â(building now)
>> Â>
>> Â> Âcommit 4db70f73e56961b9bcdfd0c36c62847a18b7dbb5
>> Â> ÂAuthor: Eric Paris<eparis@xxxxxxxxxx>
>> Â> ÂDate: Â Wed May 25 19:49:18 2011 -0700
>> Â>
>> Â> Â Â Âtmpfs: fix XATTR N overriding POSIX_ACL Y
>>
>> Yep. That fixes sound for me.
>> Sorry for the false alarm Takashi!
>>
>> Â Â Â ÂDave
>>
>>
>
> hmm.. pulled and noticed the above with git log, then did git revert for the
> above, built, but still no sound. will do a bisect in the morning or later
> on.

That commit was the fix, not the origin of the bug, so reverting it
was not the right thing to do!

But it's only a fix if your .config has not yet been messed up (with
CONFIG_TMPFS_XATTR and CONFIG_TMPFS_POSIX_ACL unset, though used
somewhere for sound).

So, just delete the CONFIG_TMPFS_XATTR and CONFIG_TMPFS_POSIX_ACL
lines from your .config (perhaps you don't even get an ACL line if the
XATTR is not set, I forget) and run "make oldconfig", this time
choosing Y.

If this was your sound problem too, then the rebuilt kernel should fix it.

Apologies for inflicting this on people: Linus spotted it and got it
fixed up a.s.a.p so it only would only affect those who pulled a tree
yesterday.

Hugh
--
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/