Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3052500ybi; Tue, 2 Jul 2019 01:11:42 -0700 (PDT) X-Google-Smtp-Source: APXvYqyvQ62LaBfbs1bG9NYT1lVF9JP3nneSHcukbBAJ1VsQHnua7vGnoq4fuAUegwTkAjrofKDU X-Received: by 2002:a17:90a:601:: with SMTP id j1mr4065137pjj.96.1562055102295; Tue, 02 Jul 2019 01:11:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562055102; cv=none; d=google.com; s=arc-20160816; b=BwUCzTkmXN92mV3Y8fVZKuNE4hmR33pTKsQqqaa/QFk1cdMllIhcmnfBPh/nY9W8Ux erCO8kkPgIb8QeZgsmsNwsT5wPTASH/5wC9cnZzy8s8ZFptfSZWiniZmTWZKeIJry3MT CH1r6lNFxAV8YLXiV9ubmzMm1QMm5WexeL9rcXny+sj6/VRW07h4KrBXWvYMCZzva1h4 MNrNXhmUiEP4EZEAWRWHNPgLs0XS6aWiesYFxirQpSf4KeYkhY4SUUgQpRsEB3J1HUiT w6BMfG7mdGWzLqmdQ9cIx9JOeWXZBRsoChbXTZGpEmn+Bb0q9dabAOBUFI9PA/Nn4E6h N/9g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=RCerkL88C9NF6N68D+/ENgy3Pix+16pzDEXBo69XNdo=; b=qm29GO7Z/9LVwBe7XKGvZbScJCLKDxjrse3fwc95+Md79lSVWBBBlhL61xWKfilwQz j7+bEnGRK6feZvLBn3BYP8caiTGAZkKGmUiybChCg0eNQOtkwMwFdAbOqWNNxQDg9ZAg UZIUiuI7cKSu7nZyDHV5yBzBiwhzEnytsstGcUieIVlLphEoGwC9Dov/IKZjIvvpZdCk lM+3qDZCB7ZUF5bRZaXOsz9LtVCMP0A7pcNoaK0KL+DXQOkISgIwI5P/UQP+kX7JROd7 R7Cw7PVXVkeCxNAs1qCeHk2mNTj+eUYEiFU9FgmBPWjU5ybglo9EoZjO+EQmIgUR9Mi6 LaIQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=deJNS07D; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id j187si3351126pge.591.2019.07.02.01.11.27; Tue, 02 Jul 2019 01:11:42 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=deJNS07D; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728607AbfGBIJL (ORCPT + 99 others); Tue, 2 Jul 2019 04:09:11 -0400 Received: from mail.kernel.org ([198.145.29.99]:56924 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728584AbfGBIJJ (ORCPT ); Tue, 2 Jul 2019 04:09:09 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 85FED20665; Tue, 2 Jul 2019 08:09:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1562054949; bh=RSOkxXSyZ2sNkeOzn5fr775UMm1wxH2xyAEoEIewI0U=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=deJNS07DoWhq6sucpkLontge4OBuzXB+8rBfr+C2lUsTl+omgdBKb/zbgkygpU3pA sfbGBdr/iJRTUVrLWtikydTRPPfNMgxPtRJlQ8F0lHiF/hxXYL+567uhGf9wDw8mje VFk/EwlxFNFgKfHX4BKDMPIJf3gKTN9D8sxzZBVU= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, John Ogness , Jan Luebbe , Alexey Dobriyan , Andy Lutomirski , Andrew Morton , Linus Torvalds Subject: [PATCH 4.14 16/43] fs/proc/array.c: allow reporting eip/esp for all coredumping threads Date: Tue, 2 Jul 2019 10:01:56 +0200 Message-Id: <20190702080124.632413849@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190702080123.904399496@linuxfoundation.org> References: <20190702080123.904399496@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: John Ogness commit cb8f381f1613cafe3aec30809991cd56e7135d92 upstream. 0a1eb2d474ed ("fs/proc: Stop reporting eip and esp in /proc/PID/stat") stopped reporting eip/esp and fd7d56270b52 ("fs/proc: Report eip/esp in /prod/PID/stat for coredumping") reintroduced the feature to fix a regression with userspace core dump handlers (such as minicoredumper). Because PF_DUMPCORE is only set for the primary thread, this didn't fix the original problem for secondary threads. Allow reporting the eip/esp for all threads by checking for PF_EXITING as well. This is set for all the other threads when they are killed. coredump_wait() waits for all the tasks to become inactive before proceeding to invoke a core dumper. Link: http://lkml.kernel.org/r/87y32p7i7a.fsf@linutronix.de Link: http://lkml.kernel.org/r/20190522161614.628-1-jlu@pengutronix.de Fixes: fd7d56270b526ca3 ("fs/proc: Report eip/esp in /prod/PID/stat for coredumping") Signed-off-by: John Ogness Reported-by: Jan Luebbe Tested-by: Jan Luebbe Cc: Alexey Dobriyan Cc: Andy Lutomirski Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- fs/proc/array.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/array.c +++ b/fs/proc/array.c @@ -448,7 +448,7 @@ static int do_task_stat(struct seq_file * a program is not able to use ptrace(2) in that case. It is * safe because the task has stopped executing permanently. */ - if (permitted && (task->flags & PF_DUMPCORE)) { + if (permitted && (task->flags & (PF_EXITING|PF_DUMPCORE))) { if (try_get_task_stack(task)) { eip = KSTK_EIP(task); esp = KSTK_ESP(task);