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 00099C43219 for ; Tue, 8 Nov 2022 10:36:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233963AbiKHKgV (ORCPT ); Tue, 8 Nov 2022 05:36:21 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57320 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233956AbiKHKgD (ORCPT ); Tue, 8 Nov 2022 05:36:03 -0500 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4FA361BE90 for ; Tue, 8 Nov 2022 02:35:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1667903709; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=vaAhJO6YJxCUy0qLzJPY5v+gPU2l/x5Y41FTzwGsB+s=; b=W800DaUYtC4U0QP7FZ9Pg74qbG/Nn2ZtjUcTaL2IROcPseJxNU6788LjhSB+YZL5QTdBT5 Wo0geSQ0bbKv+s4Cwj7mp6LkJo4OiXGxc+VJkq9c1Njvfqh36p88YPNABPg1tTSYYratml X2qyClnWoLErPgzBB5dwmAKAHXuamFM= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-77-ah5IEpZaNEeHNi7qrAIfKg-1; Tue, 08 Nov 2022 05:35:06 -0500 X-MC-Unique: ah5IEpZaNEeHNi7qrAIfKg-1 Received: from smtp.corp.redhat.com (int-mx09.intmail.prod.int.rdu2.redhat.com [10.11.54.9]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id A095C101A528; Tue, 8 Nov 2022 10:35:05 +0000 (UTC) Received: from oldenburg.str.redhat.com (unknown [10.2.16.65]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 7EE9C47505F; Tue, 8 Nov 2022 10:35:04 +0000 (UTC) From: Florian Weimer To: Naresh Kamboju Cc: "open list:KERNEL SELFTEST FRAMEWORK" , open list , lkft-triage@lists.linaro.org, libc-alpha@sourceware.org, linux-api@vger.kernel.org, Christian Brauner , Shuah Khan Subject: Re: selftests: clone3: clone3_clear_sighand failed - Bail out! Failed to clear signal handler for child process References: Date: Tue, 08 Nov 2022 11:35:03 +0100 In-Reply-To: (Naresh Kamboju's message of "Tue, 8 Nov 2022 15:28:55 +0530") Message-ID: <87h6z9ka3s.fsf@oldenburg.str.redhat.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 3.1 on 10.11.54.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Naresh Kamboju: > selftests: clone3: clone3_clear_sighand failed on arm32 and i386 > but passed on arm64 and x86_64. > > Reported-by: Linux Kernel Functional Testing > > # selftests: clone3: clone3_clear_sighand > # TAP version 13 > # 1..1 > # # clone3() syscall supported > # Bail out! Failed to clear signal handler for child process > # # Planned tests != run tests (1 != 0) > # # Totals: pass:0 fail:0 xfail:0 xpass:0 skip:0 error:0 > not ok 2 selftests: clone3: clone3_clear_sighand # exit=1 Not sure why you are reporting this to libc-alpha. We'd like to help, but there doesn't seem to be anything glibc-specific in this report? Thanks, Florian