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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E297C432BE for ; Wed, 1 Sep 2021 19:19:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 48FDD61057 for ; Wed, 1 Sep 2021 19:19:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230479AbhIATUq (ORCPT ); Wed, 1 Sep 2021 15:20:46 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:39030 "EHLO galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229962AbhIATUp (ORCPT ); Wed, 1 Sep 2021 15:20:45 -0400 From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1630523986; 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=YHG+GcpLmbhrbdZCc5PzV7F+gisGOONPdjGkuvfFd2c=; b=hZx8F61R2vzy2hldnuGcKwwCrEiKAieUHqh1kZclLeJijVP+5kki2oGTlJe173awCd+4DN p8WpvvGP04pmpfi4fxsWko0fkwX5SA23JhSqhr0WV7HEvp0DJdjJ2viFCNdZu3WHWoUJ22 GXKcMNzipZQfBLZ021nuxD/jjFEXY+qrdDkg+72aFKl2O5sI1WM5MeKTZck4h4mSlZci1+ 0TL59xJpKs9OX2zPwqCkEkx/lW3Wycgd+0B7dQTGbqWiS3jevlr2DmEhW9mff+zWdZywWf vZb7agI9b8s9ZUY98cnjfol8jcQu5gfkM2LsWHFW3g+il6RjOY3bKwdatgDYeA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1630523986; 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=YHG+GcpLmbhrbdZCc5PzV7F+gisGOONPdjGkuvfFd2c=; b=HERCI1T9LgKLCaNQmjTdrq5mqjy/iPGU+etlDnN/vv10tyzMy12r+IANQsQfSKO+P84wg0 Wi48bg6Rfj/5ynDA== To: =?utf-8?Q?Andr=C3=A9?= Almeida , Lukas Bulwahn , Ingo Molnar Cc: Peter Zijlstra , LKML , Sudip Mukherjee , Colin King Subject: Re: Question on commit dc7109aaa233 ("futex: Validate waiter correctly in futex_proxy_trylock_atomic()") In-Reply-To: References: <87a6kyfr4r.ffs@tglx> Date: Wed, 01 Sep 2021 21:19:46 +0200 Message-ID: <87lf4gcdd9.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 Andr=C3=A9! On Wed, Sep 01 2021 at 15:28, Andr=C3=A9 Almeida wrote: > =C3=80s 20:29 de 30/08/21, Thomas Gleixner escreveu: >> Care to send a patch? >>=20 > > A patch was already proposed with this fix: > https://lore.kernel.org/lkml/20210818131840.34262-1-colin.king@canonical.= com/ Thanks for the pointer. This fell through the cracks for unknown reasons.