Re: [PATCH] net/iavf: fix core dump when the link is unstable

2024-08-22 Thread Bruce Richardson
On Thu, Aug 22, 2024 at 06:06:39PM +0100, Bruce Richardson wrote: > On Tue, Aug 06, 2024 at 08:35:27AM +0800, Kaiwen Deng wrote: > > Physical link instability may cause a core dump. > > Unstable physical links can result in a large number of link > > change events.Link change events captured by vf

Re: [PATCH] net/iavf: fix core dump when the link is unstable

2024-08-22 Thread Bruce Richardson
On Tue, Aug 06, 2024 at 08:35:27AM +0800, Kaiwen Deng wrote: > Physical link instability may cause a core dump. > Unstable physical links can result in a large number of link > change events.Link change events captured by vf before vf > resources are allocated will result in a core dump. > > This

[PATCH] net/iavf: fix core dump when the link is unstable

2024-08-05 Thread Kaiwen Deng
Physical link instability may cause a core dump. Unstable physical links can result in a large number of link change events.Link change events captured by vf before vf resources are allocated will result in a core dump. This commit will check if vf_res is invalid before calling it. Fixes: 5e03e31