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 59C24C433EF for ; Wed, 24 Nov 2021 15:56:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1347328AbhKXP7h (ORCPT ); Wed, 24 Nov 2021 10:59:37 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:56834 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230070AbhKXP7f (ORCPT ); Wed, 24 Nov 2021 10:59:35 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: tonyk) with ESMTPSA id 57F7C1F45BC8 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=collabora.com; s=mail; t=1637769382; bh=zz/xw7PsWQON9rmJZojHTBxXbF24yxYHqhaUVP88TKs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=E/pte9+S/xU8DdTZ/vKpNhA3ylTQYBGSinvyN6mt+xZdQFKKHEb6Mmt84KbEzM5mZ OSPyhJ6sCmssRkBBHimK6onWi+F/fiAA5Ypad79m+N+kkn6BrMI3wqjRnjC5w47i2Q aPNdfcTSLCdquNNhzIMYwK9OlGuMqJafLR38PMnBjrRL+zm9bD++8vMrP9KIyqazlB tbunQevunpoo7PovcVIzyk1G/rHktU5H9JEaZdZEpb0Db+mq5nCjz2SQfKauqW6Gl0 yoYNuJa5aw5Hl9JNwgtzD1fRyYNxpu0YlbF5Voaz4iL2LRbsvhzZ/6BwDUd1b2lpYs 25pmRI9iK1Hpw== Message-ID: <91a64059-f301-4812-56ea-38755ccae5d7@collabora.com> Date: Wed, 24 Nov 2021 12:56:09 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.0 Subject: Re: [PATCH 1/1] futex: Wireup futex_waitv syscall Content-Language: en-US To: Arnd Bergmann Cc: Linux Kernel Mailing List , Geert Uytterhoeven , Michal Simek , Michael Ellerman , Yoshinori Sato , Rich Felker , David Miller , Chris Zankel , Max Filippov , alpha , linux-ia64@vger.kernel.org, linux-m68k , linuxppc-dev , Linux-sh list , sparclinux , "open list:TENSILICA XTENSA PORT (xtensa)" , Andrew Morton , Sebastian Andrzej Siewior , Boqun Feng , Linux-Next Mailing List , lkft-triage@lists.linaro.org, Waiman Long , Minchan Kim , Ingo Molnar , Naresh Kamboju , Peter Zijlstra , Rob Landley , Sergey Senozhatsky , Stephen Rothwell , Mike Galbraith , Will Deacon References: <20211124132112.11641-1-andrealmeid@collabora.com> From: =?UTF-8?Q?Andr=c3=a9_Almeida?= In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Às 11:29 de 24/11/21, Arnd Bergmann escreveu: > On Wed, Nov 24, 2021 at 2:21 PM André Almeida wrote: >> >> Wireup futex_waitv syscall for all remaining archs. >> >> Signed-off-by: André Almeida > > Reviewed-by: Arnd Bergmann > > I double-checked that futex_waitv() doesn't need any architecture specific > hacks, and that the list above is complete. Thanks! > > Should I take this through the asm-generic tree, or would you send it > through the > tip tree? > I think that adding it to asm-generic tree make sense to me.