> -----Original Message----- > From: Intel-wired-lan <intel-wired-lan-boun...@osuosl.org> On Behalf Of Dawid > Osuchowski > Sent: Tuesday, April 23, 2024 5:13 PM > To: intel-wired-...@lists.osuosl.org > Cc: Kwan, Ngai-mint <ngai-mint.k...@intel.com>; net...@vger.kernel.org; > Chmielewski, Pawel <pawel.chmielew...@intel.com>; Simon Horman > <ho...@kernel.org>; Polchlopek, Mateusz <mateusz.polchlo...@intel.com>; Dawid > Osuchowski <dawid.osuchow...@linux.intel.com> > Subject: [Intel-wired-lan] [PATCH iwl-net v3] ice: Do not get coalesce > settings while in reset > > From: Ngai-Mint Kwan <ngai-mint.k...@intel.com> > > Getting coalesce settings while reset is in progress can cause NULL pointer > deference bug. > If under reset, abort get coalesce for ethtool. > > Fixes: 67fe64d78c43 ("ice: Implement getting and setting ethtool coalesce") > Signed-off-by: Ngai-Mint Kwan <ngai-mint.k...@intel.com> > Reviewed-by: Mateusz Polchlopek <mateusz.polchlo...@intel.com> > Signed-off-by: Pawel Chmielewski <pawel.chmielew...@intel.com> > Reviewed-by: Simon Horman <ho...@kernel.org> > Signed-off-by: Dawid Osuchowski <dawid.osuchow...@linux.intel.com> > --- > Changes since v1: > * Added "Fixes:" tag > Changes since v2: > * Rebased over current IWL net branch > * Confirmed that the issue previously reported for this patch [1] by > Himasekhar Reddy Pucha was caused by other, internally tracked issue - > reposting this as an ask for retest as well > > [1] > https://lore.kernel.org/netdev/bl0pr11mb3122d70abde6c2acee376073bd...@bl0pr11mb3122.namprd11.prod.outlook.com/ > --- > drivers/net/ethernet/intel/ice/ice_ethtool.c | 3 +++ > 1 file changed, 3 insertions(+) >
Tested-by: Pucha Himasekhar Reddy <himasekharx.reddy.pu...@intel.com> (A Contingent worker at Intel)