* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
@ 2012-12-25 10:26 ` bugzilla-daemon
2012-12-25 14:51 ` bugzilla-daemon
` (8 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-12-25 10:26 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
Sujith <sujith@msujith.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |sujith@msujith.org
--- Comment #1 from Sujith <sujith@msujith.org> 2012-12-25 10:26:47 ---
Patch here: https://patchwork.kernel.org/patch/1898351/
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
2012-12-25 10:26 ` [Bug 51751] " bugzilla-daemon
@ 2012-12-25 14:51 ` bugzilla-daemon
2012-12-25 14:55 ` bugzilla-daemon
` (7 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-12-25 14:51 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
--- Comment #2 from arclanceSignup@gmail.com 2012-12-25 14:51:36 ---
(In reply to comment #1)
> Patch here: https://patchwork.kernel.org/patch/1898351/
That did not work for me with compat-wireless-2012-12-18-p.tar.bz2.
It did not even build the ath9k module.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
2012-12-25 10:26 ` [Bug 51751] " bugzilla-daemon
2012-12-25 14:51 ` bugzilla-daemon
@ 2012-12-25 14:55 ` bugzilla-daemon
2012-12-25 15:39 ` bugzilla-daemon
` (6 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-12-25 14:55 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
--- Comment #3 from Sujith <sujith@msujith.org> 2012-12-25 14:55:48 ---
For compat-drivers, you can just uncomment this line in config.mk:
# export CONFIG_MAC80211_DEBUGFS=y
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
` (2 preceding siblings ...)
2012-12-25 14:55 ` bugzilla-daemon
@ 2012-12-25 15:39 ` bugzilla-daemon
2012-12-25 16:47 ` bugzilla-daemon
` (5 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-12-25 15:39 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
--- Comment #4 from arclanceSignup@gmail.com 2012-12-25 15:39:25 ---
(In reply to comment #3)
> For compat-drivers, you can just uncomment this line in config.mk:
> # export CONFIG_MAC80211_DEBUGFS=y
It did not build the ath9k module that time either.
Maybe it is a problem with that compat-drivers release?
I will try a older one to see if it works there.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
` (3 preceding siblings ...)
2012-12-25 15:39 ` bugzilla-daemon
@ 2012-12-25 16:47 ` bugzilla-daemon
2012-12-26 2:07 ` bugzilla-daemon
` (4 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-12-25 16:47 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
--- Comment #5 from arclanceSignup@gmail.com 2012-12-25 16:47:25 ---
Uncommenting export CONFIG_MAC80211_DEBUGFS=y works with
compat-wireless-2012-12-17-p.tar.bz2.
It seems that the ath9k module is broken in
compat-wireless-2012-12-18-p.tar.bz2, it does not build even with the default
options.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
` (4 preceding siblings ...)
2012-12-25 16:47 ` bugzilla-daemon
@ 2012-12-26 2:07 ` bugzilla-daemon
2013-06-03 2:34 ` bugzilla-daemon
` (3 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2012-12-26 2:07 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
--- Comment #6 from Sujith <sujith@msujith.org> 2012-12-26 02:07:01 ---
Yes, I see it too - recent versions of compat-drivers appear to be broken.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
` (5 preceding siblings ...)
2012-12-26 2:07 ` bugzilla-daemon
@ 2013-06-03 2:34 ` bugzilla-daemon
2013-07-30 14:10 ` bugzilla-daemon
` (2 subsequent siblings)
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-06-03 2:34 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
--- Comment #7 from Sujith <sujith@msujith.org> 2013-06-03 02:34:10 ---
The releases from the new "backports" project doesn't have this issue. This bug
can be closed.
--
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
` (6 preceding siblings ...)
2013-06-03 2:34 ` bugzilla-daemon
@ 2013-07-30 14:10 ` bugzilla-daemon
2013-11-24 19:24 ` bugzilla-daemon
2013-11-24 19:24 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-07-30 14:10 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
Konstantin Ryabitsev <mricon@kernel.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|Not sure |Backports
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
` (7 preceding siblings ...)
2013-07-30 14:10 ` bugzilla-daemon
@ 2013-11-24 19:24 ` bugzilla-daemon
2013-11-24 19:24 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-11-24 19:24 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
Johannes Berg <johannes@sipsolutions.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |CODE_FIX
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread* [Bug 51751] debug build of ath9k fails.
2012-12-16 22:21 [Bug 51751] New: debug build of ath9k fails bugzilla-daemon
` (8 preceding siblings ...)
2013-11-24 19:24 ` bugzilla-daemon
@ 2013-11-24 19:24 ` bugzilla-daemon
9 siblings, 0 replies; 11+ messages in thread
From: bugzilla-daemon @ 2013-11-24 19:24 UTC (permalink / raw)
To: backports
https://bugzilla.kernel.org/show_bug.cgi?id=51751
Johannes Berg <johannes@sipsolutions.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] 11+ messages in thread