From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 4C19519E97B for ; Thu, 18 Jun 2026 15:16:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781795805; cv=none; b=bytQZby/SI4gAwCgmpvIbpA3evXp1BgogHH/XPeO6a+MQVuiVYxqo+f7iUVuu3WCoWoqHUI4hQ1lQqLkG372wN/DU8gT78dCxzEfG6ZI3jqsKPHTQTeeo37HdsekNveBkMaSdTzIcGJAPddnyab07vI9a+HhQO3lSznzhUDVVVM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781795805; c=relaxed/simple; bh=s1nZAiGSk2QtqMWGVJU5lhUftJz8hz0igxK2gzKBl6k=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=pmTyNxNhKMoCmO4oopk3zQgEqs6g3KhykhzNZK0EMe05lvJEu/hbulq2NuqzUxZ3PYn6vUoK1RM6/SXtT2+Fc7LOETKFZ/+gQ3Z+nBRAiPhCHP7xBfJVtsirjb42pnT9Ue1xiRe+gum9DfOnNGDAXyv6k4WeZdjCGI5r1bfhX2I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b=qjrNV3Yd; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=arm.com header.i=@arm.com header.b="qjrNV3Yd" Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E439F4746; Thu, 18 Jun 2026 08:16:38 -0700 (PDT) Received: from J2N7QTR9R3.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B64E23F62B; Thu, 18 Jun 2026 08:16:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1781795803; bh=s1nZAiGSk2QtqMWGVJU5lhUftJz8hz0igxK2gzKBl6k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qjrNV3Yd+Ipgh2ZAyVD7lrJFRwOxXZKfjc7rD24tiGPlAlORc99hcFGIHsGs5yDct qBEsCfhch6nfKodI0DyRzMDcWS60lG/a9qqTYfEVXq7KA6NHm+OPXy3lPknmn8e9ti aQJMC1N6oYB8EbP7Y5ZLyjiHEaHq3A7RZ7uIRM/k= Date: Thu, 18 Jun 2026 16:16:36 +0100 From: Mark Rutland To: Mathias Stearn Cc: Will Deacon , Jinjie Ruan , linux-arm-kernel@lists.infradead.org, Catalin Marinas , Peter Zijlstra , Thomas Gleixner , ckennelly@google.com, dvyukov@google.com, linux-kernel@vger.kernel.org, mathieu.desnoyers@efficios.com Subject: Re: [PATCHv2] arm64/entry: Fix arm64-specific rseq brokenness Message-ID: References: <20260508142023.3268622-1-mark.rutland@arm.com> <54ffcf73-dfc5-417c-b9d5-6dee551f8d39@huawei.com> 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=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Thu, Jun 18, 2026 at 02:17:10PM +0100, Mark Rutland wrote: > On Thu, Jun 18, 2026 at 09:55:20AM +0200, Mathias Stearn wrote: > > On Wed, Jun 10, 2026 at 2:37 PM Will Deacon wrote: > > > > > > On Tue, Jun 09, 2026 at 02:04:23PM +0200, Mathias Stearn wrote: > > > > Is it possible to get 411c1cf43039 backported to 7.0 or was it omitted > > > > intentionally? > > > > > > You can send a backport to the stable maintainers: > > > > > > https://docs.kernel.org/process/stable-kernel-rules.html#procedure-for-submitting-patches-to-the-stable-tree > > > > Who was that "you" directed at? I'm not used to the kernel development > > process. Is that my responsibility as the bug reporter / interested > > party, or something that Mark Rutland, author of the patch, should do? > > I'll sort it out. I've send a backport for v7.0; when lore updates it should be visible at: https://lore.kernel.org/stable/20260618151426.308099-1-mark.rutland@arm.com/ Mark.