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=-10.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable 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 EFCC4C33CB6 for ; Fri, 17 Jan 2020 00:14:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C555E20684 for ; Fri, 17 Jan 2020 00:14:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729880AbgAQAOw (ORCPT ); Thu, 16 Jan 2020 19:14:52 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:54539 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726088AbgAQAOw (ORCPT ); Thu, 16 Jan 2020 19:14:52 -0500 Received: from ip5f5bd663.dynamic.kabel-deutschland.de ([95.91.214.99] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1isFHc-00012t-UB; Fri, 17 Jan 2020 00:14:41 +0000 Date: Fri, 17 Jan 2020 01:14:40 +0100 From: Christian Brauner To: Richard Weinberger Cc: Amanieu d'Antras , Jeff Dike , Richard Weinberger , Anton Ivanov , stable , linux-um , LKML , Christian Brauner Subject: Re: [PATCH] um: Implement copy_thread_tls Message-ID: <20200117001439.zshbw3anlzx3yzqd@wittgenstein> References: <20200102172413.654385-1-amanieu@gmail.com> <20200104123928.1048822-1-amanieu@gmail.com> <20200105151928.qrmhnwer3r5ffc77@wittgenstein> <20200107123548.5fzu4v6czrlhrhmh@wittgenstein> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jan 17, 2020 at 01:12:31AM +0100, Richard Weinberger wrote: > On Tue, Jan 7, 2020 at 1:36 PM Christian Brauner > wrote: > > > > On Sun, Jan 05, 2020 at 04:19:28PM +0100, Christian Brauner wrote: > > > On Sat, Jan 04, 2020 at 01:39:30PM +0100, Amanieu d'Antras wrote: > > > > This is required for clone3 which passes the TLS value through a > > > > struct rather than a register. > > > > > > > > Signed-off-by: Amanieu d'Antras > > > > Cc: linux-um@lists.infradead.org > > > > Cc: # 5.3.x > > > > > > Thanks. I'm picking this up as part of the copy_thread_tls() series. > > > (Leaving the patch in tact so people can Ack right here if they want to.) > > > If I could get an Ack from one of the maintainers that would be great; > > > see > > > https://lore.kernel.org/lkml/20200102172413.654385-1-amanieu@gmail.com > > > for more context. > > > > > > Acked-by: Christian Brauner > > > > I've this up as part of the series link in above ^^ and moved it into > > https://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git/log/?h=clone3_tls > > > > If I hear no objections I'll merge into into my fixes tree today or > > tomorrow. > > > > An Ack from one of the maintainers would still be appreciated. > > For sure too late, but better than nothing? ;-) > > Acked-by: Richard Weinberger Still worth having it. :) Thanks! Christian