| Summary: | >=sys-kernel/gentoo-sources-3.5 - ALSA snd-powermac I2C Regression on PPC and PPC64. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | GrowlTiger <santos> |
| Component: | [OLD] Core system | Assignee: | Gentoo Kernel Bug Wranglers and Kernel Maintainers <kernel> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | normal | CC: | santos |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | PPC | ||
| OS: | Linux | ||
| URL: | http://git.kernel.org/cgit/linux/kernel/git/stable/linux-stable.git/commit/?id=3a3dd0186f619b74e61e6f29dddcaf59af7d3cac | ||
| See Also: | https://bugs.gentoo.org/show_bug.cgi?id=460580 | ||
| Whiteboard: | linux-3.5-regression | ||
| Package list: | Runtime testing required: | --- | |
| Attachments: |
emerge --info
drivers/i2c/busses/i2c-powermac.c commit log |
||
|
Description
GrowlTiger
2013-05-09 02:50:29 UTC
The kernel tree I'm using is gentoo-sources I have no idea from a first look at the commit, you may be able to try unapplying some of its changes to get an idea of where the fault in the commit lies. See the URL field of this bug for the commit. I have similar issues on ibook g4 https://bugs.gentoo.org/show_bug.cgi?id=460580 Did you try something? Let us know if you need help. (In reply to Tom Wijsman (TomWij) from comment #4) > Did you try something? Let us know if you need help. Hi Tom, yes, I'd like some help. Would you recommend just removing a line or two in a trial-and-error fashion? I don't see anything that reaches out to me and says "bug." Thank You, Bill (In reply to GrowlTiger from comment #5) > Hi Tom, yes, I'd like some help. Would you recommend just removing a line or > two in a trial-and-error fashion? I don't see anything that reaches out to > me and says "bug." It's quite a commit, over 100 lines; I'll try to read over it soon, let's see... Created attachment 360882 [details] drivers/i2c/busses/i2c-powermac.c commit log Hmm, sorry, the commit is too big for an out-stander to understand what really is going on and what the possible issue might be. ==> Can you try =sys-kernel/git-sources-3.12-rc5? <== It contains a commit that might outline the problem better: commit 874e955b171f0505e2371c1ca80a2188efdc217d Author: Wolfram Sang <wsa@the-dreams.de> Date: Thu Jul 11 22:02:03 2013 +0100 i2c: powermac: fix return path on error We want to bail out immediately if i2c_add_adapter failed and not try to register child nodes with a nilled adapter structure. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> And possibly some other fixes (see attachment). (Ignore the second half of that attachment, apparently hit CTRL+V twice) |