Re: [ath5k-devel] Kernel panic

2010-10-11 Thread Bob Copeland
On Mon, Oct 11, 2010 at 11:41:06AM +1000, Jonathan Guerin wrote: Wow you weren't kidding about build breakages! Just to get this clear, after setting a build to 'bad', it will choose the next commit hash to use. Does it automatically then check that out, or do I need to: git checkout hash git

Re: [ath5k-devel] Kernel panic

2010-10-11 Thread Bob Copeland
By the way, I just got a chance to look at the stack trace. Try turning off CONFIG_NETWORK_PHY_TIMESTAMPING. It seems the skb doesn't have enough headroom for the skb_pull(skb, ETH_HLEN) in skb_defer_rx_timestamp. -- Bob Copeland %% www.bobcopeland.com

Re: [ath5k-devel] Race condition in CRDA calls?

2010-10-11 Thread Lukáš Turek
On Friday 08 October 2010 09:57:17 you wrote: r...@rmr1:~# 1284335259.046129: phy #1: regulatory domain change: intersection used due to a request made by a driver on phy1 1284335263.403515: phy #1: regulatory domain change: intersection used due to a request made by a driver on phy1

Re: [ath5k-devel] Race condition in CRDA calls?

2010-10-11 Thread Luis R. Rodriguez
On Mon, Oct 11, 2010 at 11:13:03AM -0700, Lukáš Turek wrote: On Friday 08 October 2010 09:57:17 you wrote: r...@rmr1:~# 1284335259.046129: phy #1: regulatory domain change: intersection used due to a request made by a driver on phy1 1284335263.403515: phy #1: regulatory domain change:

Re: [ath5k-devel] Kernel panic

2010-10-11 Thread Jonathan Guerin
On Mon, Oct 11, 2010 at 10:56 PM, Bob Copeland m...@bobcopeland.com wrote: By the way, I just got a chance to look at the stack trace. Try turning off CONFIG_NETWORK_PHY_TIMESTAMPING. It seems the skb doesn't have enough headroom for the skb_pull(skb, ETH_HLEN) in skb_defer_rx_timestamp.

Re: [ath5k-devel] Kernel panic

2010-10-11 Thread Jonathan Guerin
On Mon, Oct 11, 2010 at 10:56 PM, Bob Copeland m...@bobcopeland.com wrote: By the way, I just got a chance to look at the stack trace. Try turning off CONFIG_NETWORK_PHY_TIMESTAMPING. It seems the skb doesn't have enough headroom for the skb_pull(skb, ETH_HLEN) in skb_defer_rx_timestamp. By

[ath5k-devel] bug asking

2010-10-11 Thread wangyaotwins
Mr: Hello! I operatate as you show make KLIB=/home/mcgrof/kernels/linux-2.6.27.22 \ KLIB_BUILD=/home/mcgrof/kernels/linux-2.6.27.22,but it result thatNo rule to make target `missing-syscalls' . Could you help me deal with the problem,please? Thanks very much!

Re: [ath5k-devel] bug asking

2010-10-11 Thread Jonathan Guerin
On Tue, Oct 12, 2010 at 2:21 PM, Bruno Randolf b...@einfach.org wrote: On Tue October 12 2010 12:30:24 wangyaotwins wrote: Mr:  Hello! I  operatate as you show make KLIB=/home/mcgrof/kernels/linux-2.6.27.22 \ KLIB_BUILD=/home/mcgrof/kernels/linux-2.6.27.22,but it result thatNo rule to make

Re: [ath5k-devel] Kernel panic

2010-10-11 Thread Jonathan Guerin
On Tue, Oct 12, 2010 at 10:58 AM, Jonathan Guerin jonat...@guerin.id.au wrote: On Mon, Oct 11, 2010 at 10:56 PM, Bob Copeland m...@bobcopeland.com wrote: By the way, I just got a chance to look at the stack trace. Try turning off CONFIG_NETWORK_PHY_TIMESTAMPING. It seems the skb doesn't have