Re: [PATCH net v2] qed: Fix stack corruption on probe

2016-09-20 Thread David Miller
From: Yuval Mintz Date: Mon, 19 Sep 2016 17:47:41 +0300 > Commit fe56b9e6a8d95 ("qed: Add module with basic common support") > has introduced a stack corruption during probe, where filling a > local struct with data to be sent to management firmware is incorrectly >

Re: [PATCH net v2] qed: Fix stack corruption on probe

2016-09-19 Thread Mintz, Yuval
> > Commit fe56b9e6a8d95 ("qed: Add module with basic common support") > > has introduced a stack corruption during probe, where filling a > > local struct with data to be sent to management firmware is incorrectly > > filled; The data is written outside of the struct and corrupts > > the stack. >

RE: [PATCH net v2] qed: Fix stack corruption on probe

2016-09-19 Thread David Laight
From: Yuval Mintz > Sent: 19 September 2016 15:48 > Commit fe56b9e6a8d95 ("qed: Add module with basic common support") > has introduced a stack corruption during probe, where filling a > local struct with data to be sent to management firmware is incorrectly > filled; The data is written outside