From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de 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) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1687439268; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P7JfGx57lUWh7g16j+0SdqAng+GPfwFiWcBULW62Wi8=; b=PSv1DNs/R+/+I4y7DjOdwOFvTOawM/0pGIC1u0MGQd27+FUN81CJ94JzLXig00uM2idttL KNJZ7GM90Y3Bm1hAqvZEs9cACxGDvoxWz7l4JvL/GfLeLIOFwVPn89TZEZzv3fmOHgzc7s LJVyiGWLQt2dpwfbi2lZusSNRgHIuN8= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1687439268; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=P7JfGx57lUWh7g16j+0SdqAng+GPfwFiWcBULW62Wi8=; b=pKssyBgZpGJbcmIy8iKYt72sEeycvbJwJeSAncnB1DlxnnWQnJACbkv5M0Fp27+ctiav85 CEn1Zt/hXc+YyyBg== 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> From: Tom de Vries 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 List-Id: 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