Re: Fwd: Re: Kernel panic with 4.16-rc1 (and 4.16-rc2) running selftest

2018-02-26 Thread Khalid Aziz
On 02/23/2018 06:15 PM, Matthew Wilcox wrote: On Fri, Feb 23, 2018 Randy Dunlap wrote: [add Matthew Wilcox; hopefully he can look/see] Thanks, Randy. I don't understand why nobody else thought to cc the author of the patch that it was bisected to ... Sorry, Willy. That was my fault. I

Re: Fwd: Re: Kernel panic with 4.16-rc1 (and 4.16-rc2) running selftest

2018-02-26 Thread Chris Mi
Hi Matthew, Sorry for the late response. I'll add the idr test cases for the new APIs ASAP. Thanks, Chris On 2/24/2018 10:46 AM, Matthew Wilcox wrote: On Sat, Feb 24, 2018 at 01:49:35AM +, Chris Mi wrote: To verify this patch, the following is a sanity test case: # tc qdisc delete dev

Re: Fwd: Re: Kernel panic with 4.16-rc1 (and 4.16-rc2) running selftest

2018-02-23 Thread Matthew Wilcox
On Sat, Feb 24, 2018 at 01:49:35AM +, Chris Mi wrote: > To verify this patch, the following is a sanity test case: > > # tc qdisc delete dev $link ingress > /dev/null 2>&1; > # tc qdisc add dev $link ingress; > # tc filter add dev $link prio 1 protocol ip handle 0x8001 parent : >

RE: Fwd: Re: Kernel panic with 4.16-rc1 (and 4.16-rc2) running selftest

2018-02-23 Thread Chris Mi
kernel.org > Cc: Chris Mi <chr...@mellanox.com> > Subject: Re: Fwd: Re: Kernel panic with 4.16-rc1 (and 4.16-rc2) running > selftest > > On Fri, Feb 23, 2018 Randy Dunlap wrote: > > [add Matthew Wilcox; hopefully he can look/see] > > Thanks, Randy. I don't und

Re: Fwd: Re: Kernel panic with 4.16-rc1 (and 4.16-rc2) running selftest

2018-02-23 Thread Matthew Wilcox
On Fri, Feb 23, 2018 Randy Dunlap wrote: > [add Matthew Wilcox; hopefully he can look/see] Thanks, Randy. I don't understand why nobody else thought to cc the author of the patch that it was bisected to ... > On 02/23/2018 04:13 PM, Cong Wang wrote: > > On Fri, Feb 23, 2018 at 3:27 PM, Cong