Re: [PATCH] ipmi: Clear smi_info->thread to prevent use-after-free during module unload

2018-01-16 Thread Masamitsu Yamazaki
Hi Corey, On 2018/01/16 9:40, Corey Minyard wrote: > On 01/15/2018 01:58 AM, Masamitsu Yamazaki wrote: >> During code inspection, I found an use-after-free possibility during >> unloading >> ipmi_si in the polling mode. > > I'm curious, what exactly is this code inspection part of? Are you revie

Re: [PATCH] ipmi: Clear smi_info->thread to prevent use-after-free during module unload

2018-01-15 Thread Corey Minyard
On 01/15/2018 01:58 AM, Masamitsu Yamazaki wrote: Subject:[PATCH] ipmi: Clear smi_info->thread to prevent use-after-free during module unload To: Corey Minyard To: openipmi-develo...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org Cc: j-nom...@ce.jp.nec.com Cc: k-u...@ct.jp.nec.com

[PATCH] ipmi: Clear smi_info->thread to prevent use-after-free during module unload

2018-01-15 Thread Masamitsu Yamazaki
Subject:[PATCH] ipmi: Clear smi_info->thread to prevent use-after-free during module unload To: Corey Minyard To: openipmi-develo...@lists.sourceforge.net Cc: linux-kernel@vger.kernel.org Cc: j-nom...@ce.jp.nec.com Cc: k-u...@ct.jp.nec.com Cc: m-yamaz...@ah.jp.nec.com During code inspection