From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from vmicros1.altlinux.org (vmicros1.altlinux.org [194.107.17.57]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 57E9C3A8C1 for ; Fri, 14 Feb 2025 01:03:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=194.107.17.57 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739495015; cv=none; b=ecKvCEkJ5Hagu5EnECSdGO15mtX37AqXnNz7GCn0EJwfmAFVaPpPIGKNbwaHKFxhcLbBGr+SVDLYY69V1HAz2aPKOiAsKk+jHPezvuDGZYjtQtP2oSPhxnkt5qqIcfG4nPGQW03NxKonUKWLwgzIiPV+klOK45IiANW1ST6ZsrQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739495015; c=relaxed/simple; bh=epixnDeIsibTYaU/K3pXMNxKkDCO7YvHbG/JpNPMj2M=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Iw/s4e2J3IWq4zeLbzAMh/Y2OnIMPDpd8VDCJC/RuwD6hIDuf3b3NCxIUauVeTGyu0aSjkmBKDS0VdoigQKv8i25WAHuFE+YlLWAct2HYcpan+SIOP+px8PES87HAAtYpVuX2CoS8FwBLoeJ3qY+tPtr0+pLa1AkD3Uhzz7E2II= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strace.io; spf=pass smtp.mailfrom=altlinux.org; arc=none smtp.client-ip=194.107.17.57 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strace.io Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=altlinux.org Received: from mua.local.altlinux.org (mua.local.altlinux.org [192.168.1.14]) by vmicros1.altlinux.org (Postfix) with ESMTP id 1826C72C99C; Fri, 14 Feb 2025 04:03:26 +0300 (MSK) Received: by mua.local.altlinux.org (Postfix, from userid 508) id 054817CCB3A; Fri, 14 Feb 2025 03:03:25 +0200 (IST) Date: Fri, 14 Feb 2025 03:03:25 +0200 From: "Dmitry V. Levin" To: Linus Walleij Cc: Dmitry Vyukov , Oleg Nesterov , Eugene Syromyatnikov , Russell King , Kees Cook , Andy Lutomirski , Will Drewry , Frederic Weisbecker , "Paul E. McKenney" , Jinjie Ruan , Arnd Bergmann , Ard Biesheuvel , Al Viro , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v4 00/31] ARM: Switch to generic entry Message-ID: <20250214010325.GA12626@strace.io> References: <20250212-arm-generic-entry-v4-0-a457ff0a61d6@linaro.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250212-arm-generic-entry-v4-0-a457ff0a61d6@linaro.org> On Wed, Feb 12, 2025 at 12:22:54PM +0100, Linus Walleij wrote: [...] > - Tested some ptrace/strace obviously, such as issuing > several instances of "ptrace find /" and let this scroll > by in the terminal over some 10 minutes or so. Could you also run the strace test suite, please? Given that it used to catch quite a few regressions in the past, it could be useful in this case as well. -- ldv