Re: [3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-23 Thread Sedat Dilek
On Sun, Dec 23, 2012 at 3:25 PM, Cong Wang wrote: > On Sun, Dec 23, 2012 at 10:14 PM, Sedat Dilek wrote: >> >> [ CCing Eric ] >> >> YES, thie fixes my problem. >> But your patch was somehow malformed, so I attached mine. >> > > Thanks for testing! > > I knew it as I replied in wed Gmail. :) I wil

Re: [3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-23 Thread Cong Wang
On Sun, Dec 23, 2012 at 10:10 PM, Julian Anastasov wrote: >> - memset(dst_ha, 0, dev->addr_len); >> + memcpy(dst_ha, dev->broadcast, MAX_ADDR_LEN); > > Use dev->addr_len instead of MAX_ADDR_LEN or > better provide NULL ptr to arp_send as before the > "ipv4: arp:

Re: [3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-23 Thread Cong Wang
On Sun, Dec 23, 2012 at 10:14 PM, Sedat Dilek wrote: > > [ CCing Eric ] > > YES, thie fixes my problem. > But your patch was somehow malformed, so I attached mine. > Thanks for testing! I knew it as I replied in wed Gmail. :) I will send a normal patch with your Reported-by and Tested-by. -- To

Re: [3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-23 Thread Julian Anastasov
Hello, On Sun, 23 Dec 2012, Cong Wang wrote: > On Sun, Dec 23, 2012 at 9:19 PM, Sedat Dilek wrote: > > > > The culprit commit here seems to be... > > > > commit 9650388b5c56578fdccc79c57a8c82fb92b8e7f1 > > Author: Eric Dumazet > > Date: Fri Dec 21 07:32:10 2012 + > > > > ipv4

Re: [3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-23 Thread Sedat Dilek
On Sun, Dec 23, 2012 at 2:44 PM, Cong Wang wrote: > On Sun, Dec 23, 2012 at 9:19 PM, Sedat Dilek wrote: >> >> The culprit commit here seems to be... >> >> commit 9650388b5c56578fdccc79c57a8c82fb92b8e7f1 >> Author: Eric Dumazet >> Date: Fri Dec 21 07:32:10 2012 + >> >> ipv4: arp: fix a

Re: [3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-23 Thread Cong Wang
On Sun, Dec 23, 2012 at 9:19 PM, Sedat Dilek wrote: > > The culprit commit here seems to be... > > commit 9650388b5c56578fdccc79c57a8c82fb92b8e7f1 > Author: Eric Dumazet > Date: Fri Dec 21 07:32:10 2012 + > > ipv4: arp: fix a lockdep splat in arp_solicit() Can you try the following one

Re: [3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-23 Thread Sedat Dilek
On Sun, Dec 23, 2012 at 12:42 PM, Borislav Petkov wrote: > On Sun, Dec 23, 2012 at 04:14:39AM +0100, Sedat Dilek wrote: >> Hi, >> >> after reading the thread "Regression in 3.8-rc1: "BUG: sleeping >> function called from invalid context"" [1] I decided to pull-in >> net.git#master (up to commit 9b

Re: [3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-23 Thread Borislav Petkov
On Sun, Dec 23, 2012 at 04:14:39AM +0100, Sedat Dilek wrote: > Hi, > > after reading the thread "Regression in 3.8-rc1: "BUG: sleeping > function called from invalid context"" [1] I decided to pull-in > net.git#master (up to commit 9b1536c490d5: "bridge: call > br_netpoll_disable in br_add_if") on

[3.8-rc1] Networking problems after pulling-in net.git#master

2012-12-22 Thread Sedat Dilek
Hi, after reading the thread "Regression in 3.8-rc1: "BUG: sleeping function called from invalid context"" [1] I decided to pull-in net.git#master (up to commit 9b1536c490d5: "bridge: call br_netpoll_disable in br_add_if") on top of Linus upstream. With this kernel I can't neither ping my router