From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D5AD9C433F5 for ; Thu, 19 May 2022 07:57:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234768AbiESH5Q (ORCPT ); Thu, 19 May 2022 03:57:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234871AbiESH5L (ORCPT ); Thu, 19 May 2022 03:57:11 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A8D137A14; Thu, 19 May 2022 00:57:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=tgepYw5nexzkSdGrWECyn2GcidGFnnV2G28XjZEYgZo=; b=AznSJfdbbB2IVJ1vyPGXWTsPnG EJU7TfcGzrf5gXo3OUfHJnEUhbcY5hUaZx9n1ZuCBBHDi6BNVAo2CaDKd5D+Php3PKFrPYXspKkNg ZSmeNgQEPblVBcdFgnZ9y48NesV8yJByzXeoOCalqgo2G1jwceZcPxb0O1ZLD0WIEb6PpDEZ5QLef rH/9XEHG/kgYVy0HiRpbuimpV4xJigf3ChbN9XZ5FMSF9aOLTWXKMPlaE+JJzIQjr8ADcd27SWf0P Wr4eIaffunA8GGRzMLl7SGDjMKGuTCFQYEvRxIE1Y///sGtCfFR1dla+TRE/jXlaUwmbmP0B5NF18 WhvnTGzQ==; Received: from j217100.upc-j.chello.nl ([24.132.217.100] helo=worktop.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrb19-00CXmu-MV; Thu, 19 May 2022 07:56:19 +0000 Received: by worktop.programming.kicks-ass.net (Postfix, from userid 1000) id 453D8980E0B; Thu, 19 May 2022 09:56:19 +0200 (CEST) Date: Thu, 19 May 2022 09:56:19 +0200 From: Peter Zijlstra To: "Eric W. Biederman" Cc: linux-kernel@vger.kernel.org, rjw@rjwysocki.net, Oleg Nesterov , mingo@kernel.org, vincent.guittot@linaro.org, dietmar.eggemann@arm.com, rostedt@goodmis.org, mgorman@suse.de, bigeasy@linutronix.de, Will Deacon , tj@kernel.org, linux-pm@vger.kernel.org, Richard Weinberger , Anton Ivanov , Johannes Berg , linux-um@lists.infradead.org, Chris Zankel , Max Filippov , linux-xtensa@linux-xtensa.org, Kees Cook , Jann Horn , linux-ia64@vger.kernel.org, Robert OCallahan , Kyle Huey , Richard Henderson , Ivan Kokshaysky , Matt Turner , Jason Wessel , Daniel Thompson , Douglas Anderson , Douglas Miller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras Subject: Re: [PATCH 03/16] kdb: Use real_parent when displaying a list of processes Message-ID: <20220519075619.GE2578@worktop.programming.kicks-ass.net> References: <871qwq5ucx.fsf_-_@email.froward.int.ebiederm.org> <20220518225355.784371-3-ebiederm@xmission.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220518225355.784371-3-ebiederm@xmission.com> Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org On Wed, May 18, 2022 at 05:53:42PM -0500, Eric W. Biederman wrote: > kdb has a bug that when using the ps command to display a list of > processes, if a process is being debugged the debugger as the parent > process. > > This is silly, and I expect it never comes up in ptractice. As there ^^^^^^^^^ Lol, love the new word :-)