Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp1967508pxb; Mon, 22 Feb 2021 16:17:04 -0800 (PST) X-Google-Smtp-Source: ABdhPJz9xiDxBHdqYZy5VHhYKkJ1IbAqqg1cdr8zVq5rT36lq1ItKghjAyf+MSDeYhs5im5I2HuS X-Received: by 2002:a17:906:c007:: with SMTP id e7mr1858189ejz.518.1614039424626; Mon, 22 Feb 2021 16:17:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1614039424; cv=none; d=google.com; s=arc-20160816; b=wjrtl+fjmCH+11wq6Repm6exQaMcmkhUybdwGMkGimEI4yvhjXhMpU7uM33o2ha9s8 4VVMOGhxTmy9weLuK+x8HjX3JhBrrx8tgVSH4DMP+4hj4tlRNMkUoMaI1iVClL9V5D+e eGDxB8Rb295elW8nUxst0x6Nggs0mHsfhb7gJ4CPW6ugEPdN58YzlMBlf8Z3TdTYfsl8 1O/riF5t3t1yiDXgsJl1gwKnEC38MaAKD0+eTeW4bxjbsRiSmihTuKzmKiOZwCceWGQ6 OoAukDfD9RZz5DZzVGTlHpflTzDaqspy78teslAb9XiOPTt1sHvIl4fCdbG4GpdSWZ4E 7hCw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :to:subject; bh=uVwaML7FhWxd88GWa/PcdPOEKae0UZfSsmwW3FBCGn0=; b=rqBoOjDRsTt3pqgZDKfqK3plky+qDKWi7pYCw1R7lgnUYv83c1gZvdTlnWkBu1aRVL 4/p73hKTKwf76IEfG/WLPORaXUfYTofg+r9gWldVZ1BliCqmlRg8RYTkJOwUwmFgD0kG 27rMr2ihbTqeZgTW81Bs7mDruuxfk4eaHqcs0UIX8Ga2DcdPAO48MGKdDtqqu3QkbdIK pgdm3nH4vgqDgwUBXBD54AMfa+gbuRgEzcVAGzoxFYiIleLMlGUleR5UM0uxTT8+zH4q P1n0h3ctMW1aFeCAnRA5WSgNv6s3zCitAiVvbQV9UkkQp+edgp/5EysheGaEAPzqnLc5 qENw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id he44si12300543ejc.386.2021.02.22.16.16.41; Mon, 22 Feb 2021 16:17:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231650AbhBVX4e (ORCPT + 99 others); Mon, 22 Feb 2021 18:56:34 -0500 Received: from outpost1.zedat.fu-berlin.de ([130.133.4.66]:38101 "EHLO outpost1.zedat.fu-berlin.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231569AbhBVX4d (ORCPT ); Mon, 22 Feb 2021 18:56:33 -0500 Received: from inpost2.zedat.fu-berlin.de ([130.133.4.69]) by outpost.zedat.fu-berlin.de (Exim 4.94) with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (envelope-from ) id 1lEL3P-0009pk-HA; Tue, 23 Feb 2021 00:55:51 +0100 Received: from p57bd9049.dip0.t-ipconnect.de ([87.189.144.73] helo=[192.168.178.139]) by inpost2.zedat.fu-berlin.de (Exim 4.94) with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (envelope-from ) id 1lEL3P-0047bo-9w; Tue, 23 Feb 2021 00:55:51 +0100 Subject: Re: 5.11 regression: "ia64: add support for TIF_NOTIFY_SIGNAL" breaks ia64 boot To: Jens Axboe , Sergei Trofimovich , linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org References: <20210222230519.73f3e239@sf> From: John Paul Adrian Glaubitz Message-ID: <8decdd2e-a380-9951-3ebb-2bc3e48aa1c3@physik.fu-berlin.de> Date: Tue, 23 Feb 2021 00:55:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: 7bit X-Original-Sender: glaubitz@physik.fu-berlin.de X-Originating-IP: 87.189.144.73 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Sergei! On 2/23/21 12:34 AM, Jens Axboe wrote: > On 2/22/21 4:05 PM, Sergei Trofimovich wrote: >> Hia Jens! >> >> Tried 5.11 on rx3600 box and noticed it has >> a problem handling init (5.10 booted fine): >> >> INIT: version 2.98 booting >> >> OpenRC 0.42.1 is starting up Gentoo Linux (ia64) >> >> mkdir `/run/openrc': Read-only file system >> mkdir `/run/openrc/starting': No such file or directory >> mkdir `/run/openrc/started': No such file or directory >> mkdir `/run/openrc/stopping': No such file or directory >> mkdir `/run/openrc/inactive': No such file or directory >> mkdir `/run/openrc/wasinactive': No such file or directory >> mkdir `/run/openrc/failed': No such file or directory >> mkdir `/run/openrc/hotplugged': No such file or directory >> mkdir `/run/openrc/daemons': No such file or directory >> mkdir `/run[ 14.595059] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b >> [ 14.599059] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b ]--- >> >> I suspect we build bad signal stack frame for userspace. For me, Debian also stopped booting on ia64 with systemd and I bisected it to this change. Glad to see I'm not the only one. The changes Jens suggested back then unfortunately didn't help :(. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz@debian.org `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913