> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Schmidt > Sent: Monday, October 23, 2023 4:30 PM > To: [email protected] > Cc: Ertman, David M <[email protected]>; > [email protected]; Nguyen, Anthony L > <[email protected]>; Daniel Machon <[email protected]>; > Brandeburg, Jesse <[email protected]> > Subject: [Intel-wired-lan] [PATCH net] ice: lag: in RCU, use atomic allocation > > Sleeping is not allowed in RCU read-side critical sections. > Use atomic allocations under rcu_read_lock. > > Fixes: 1e0f9881ef79 ("ice: Flesh out implementation of support for SRIOV on > bonded interface") > Fixes: 41ccedf5ca8f ("ice: implement lag netdev event handler") > Fixes: 3579aa86fb40 ("ice: update reset path for SRIOV LAG support") > Signed-off-by: Michal Schmidt <[email protected]> > --- > drivers/net/ethernet/intel/ice/ice_lag.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >
Tested-by: Pucha Himasekhar Reddy <[email protected]> (A Contingent worker at Intel) _______________________________________________ Intel-wired-lan mailing list [email protected] https://lists.osuosl.org/mailman/listinfo/intel-wired-lan
