From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: Re: fs/proc: Crash observed in next_tgid (fs/proc/base.c) Date: Wed, 17 Apr 2019 13:21:48 +0200 Message-ID: <20190417112148.GB32622@redhat.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Kees Cook Cc: Jitendra Sharma , "Luis R. Rodriguez" , LKML , "linux-fsdevel@vger.kernel.org" , linux-arm-msm@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org On 04/16, Kees Cook wrote: > > Do you have any hints on how to reproduce this? I assume something is > missing proper locking or RCU handling, or we simply have an unbalanced put_task_struct() anywhere else ... > but I don't see anything > obvious in the surrounding code yet... I too do not see anything wrong in proc_pid_readdir() paths Oleg.