From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id etgPB7xHlGTkzgoAWB0awg (envelope-from ) for ; Thu, 22 Jun 2023 09:08:12 -0400 Authentication-Results: simark.ca; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.a=rsa-sha256 header.s=default header.b=U7Sh9egZ; dkim-atps=neutral Received: by simark.ca (Postfix, from userid 112) id 118D11E0BB; Thu, 22 Jun 2023 09:08:12 -0400 (EDT) Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 00E071E0AC for ; Thu, 22 Jun 2023 09:08:09 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 7AC9F3858C39 for ; Thu, 22 Jun 2023 13:08:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7AC9F3858C39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1687439289; bh=P7JfGx57lUWh7g16j+0SdqAng+GPfwFiWcBULW62Wi8=; h=Date:Subject:To:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To: From; b=U7Sh9egZRNrTxb0Pwvdjmm1zsbDBU50Cdb7nAIaF2V8/Q36opkMc/W4cNplNuC3zR zpZzuNrMvE8l3HxAVi5R63lczQ8axWmGExhxerscc9T/JvTStc5QDEIG6WXaP1Ted7 BGs/XVmj8/ssNXyQQmC2RmQpYWHq/oJzzfve4tag= Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by sourceware.org (Postfix) with ESMTPS id 032413858D35 for ; Thu, 22 Jun 2023 13:07:49 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 032413858D35 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 38D9B20531; Thu, 22 Jun 2023 13:07:48 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 1E487132BE; Thu, 22 Jun 2023 13:07:48 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id hTRRBqRHlGTqewAAMHmgww (envelope-from ); Thu, 22 Jun 2023 13:07:48 +0000 Message-ID: <3ac5eae6-df49-a902-866d-9e7122a77ba9@suse.de> Date: Thu, 22 Jun 2023 15:07:51 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: [PATCH 11/11] Process exit status is leader exit status testcase Content-Language: en-US To: Ilya Leoshkevich , Pedro Alves , gdb-patches@sourceware.org References: <20220303144020.3601082-1-pedro@palves.net> <20220303144020.3601082-12-pedro@palves.net> <0708e0d49684be2c72ab81d36200892125b99d6e.camel@linux.ibm.com> In-Reply-To: <0708e0d49684be2c72ab81d36200892125b99d6e.camel@linux.ibm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.3 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Tom de Vries via Gdb-patches Reply-To: Tom de Vries Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 6/22/23 13:28, Ilya Leoshkevich via Gdb-patches wrote: >>  create mode 100644 gdb/testsuite/gdb.threads/process-exit-status-is- >> leader-exit-status.exp > > This test fails on kernels >= 6.1. The symptom is that the kernel > reports that all threads exit with the same status - that of the first > thread to exit. Bisect points to: > > There's a gdb PR open about this: https://sourceware.org/bugzilla/show_bug.cgi?id=29965. There's an off-list conversation about this with Eric. Last update is from January. I'll ping him. Thanks, - Tom