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 0D114C433FE for ; Wed, 24 Nov 2021 23:18:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345653AbhKXXVP (ORCPT ); Wed, 24 Nov 2021 18:21:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57184 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245419AbhKXXVN (ORCPT ); Wed, 24 Nov 2021 18:21:13 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D8BE4C061574; Wed, 24 Nov 2021 15:18:02 -0800 (PST) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1637795881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kgfD0hDh4gr0XMzkR2x84BR1TQ6+tWZptmE4dSLrghY=; b=X/yZX2zV8XlAus/FBu0sptVdXYWgFjt85wCwAiu6eUKJBsOkqXZw1bwG6D5eQ4y3XItSO5 PME1b7NJiqjCFFOLUwssxvQfdm3YwlEVkZeZq2Lvaxr9X1F9DySBoKbtptiCypU7vX0lxb rLd2g2UZ9iw2md3zGsCQFZVDy+Ps1Wj2giT5og+i4j8yelPkAlnXWb1Z02Pec22ezIqgU2 B24yr0FzQWwSctufH3JLXvswN/Vcon5CJcGGr3lK01xAYCAI+akKbgpKk2mMxDKnUMte1X HsR0U998RBH9nGgHbNTgaQPvxAzbH7/ZRc3B/1s5dnvXurNarvbbMcqz8xLFyw== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1637795881; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=kgfD0hDh4gr0XMzkR2x84BR1TQ6+tWZptmE4dSLrghY=; b=eAA9L8IY3vpIoozSoepqegehvk44k8iiAJ19r79ZDI+VHKbA09Xcb0eAefvCuqFa/D4MxI qHgBCZYVv9jhifBA== To: Arnd Bergmann , =?utf-8?Q?Andr=C3=A9?= Almeida Cc: Linux Kernel Mailing List , Arnd Bergmann , 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 Subject: Re: [PATCH 1/1] futex: Wireup futex_waitv syscall In-Reply-To: References: <20211124132112.11641-1-andrealmeid@collabora.com> Date: Thu, 25 Nov 2021 00:18:00 +0100 Message-ID: <87v90hjg7r.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 24 2021 at 15:29, Arnd Bergmann wrote: > On Wed, Nov 24, 2021 at 2:21 PM Andr=C3=A9 Almeida wrote: >> >> Wireup futex_waitv syscall for all remaining archs. >> >> Signed-off-by: Andr=C3=A9 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. > > Should I take this through the asm-generic tree, or would you send it > through the tip tree? Feel free to pick it up. Thanks, tglx