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 B5BAAECAAD5 for ; Fri, 2 Sep 2022 18:29:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229779AbiIBS3Y (ORCPT ); Fri, 2 Sep 2022 14:29:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40292 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229622AbiIBS3V (ORCPT ); Fri, 2 Sep 2022 14:29:21 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 20B1710DE60 for ; Fri, 2 Sep 2022 11:22:28 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DF3F6B82D06 for ; Fri, 2 Sep 2022 18:22:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0E1B6C433D6; Fri, 2 Sep 2022 18:22:23 +0000 (UTC) Date: Fri, 2 Sep 2022 19:22:20 +0100 From: Catalin Marinas To: Mark Brown Cc: Will Deacon , Shuah Khan , Marc Zyngier , Mark Rutland , Zhang Lei , linux-kselftest@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 0/3] arm64/sve: Document our actual SVE syscall ABI Message-ID: References: <20220829162502.886816-1-broonie@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220829162502.886816-1-broonie@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kselftest@vger.kernel.org On Mon, Aug 29, 2022 at 05:24:59PM +0100, Mark Brown wrote: > v3: > - Rebase onto v6.0-rc3. > v2: > - Rebase onto v6.0-rc1. Please don't rebase beyond -rc1 unless it no longer applies cleanly. I came back from holiday and I have two or three versions of all of your patches in my inbox. It just adds to the clutter. Thanks. -- Catalin