Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp192327ybl; Tue, 7 Jan 2020 04:38:17 -0800 (PST) X-Google-Smtp-Source: APXvYqzafMnhpGQEQnDxNDRTm1pd+Kd2LZ70W8uR8VpRH5eLHlu+6PjIb4BHhxHj2dSPxQp3f0Ez X-Received: by 2002:a9d:1d02:: with SMTP id m2mr113630968otm.45.1578400697849; Tue, 07 Jan 2020 04:38:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1578400697; cv=none; d=google.com; s=arc-20160816; b=lQxG0pSWuM4RcvoBES5twkhAs4nSrJnzQUzgCKOoW02/5rSeBnjSgpf5xlxrUV++kf gDC4xOKMYPbpEbojmnNF2TGn5VkcNClwbMSm4hJiYMfTyOAl3ZFh2wC+bucS97rkfp4P Hi5vwMhHUL2fuIU+WHSXcH0NlqRbENeYKqeDr63Xu5t/Ivr6eXtuiv6rTc/VJ6sUkiFh VjEz+571vKfW/42MA5+LwyB14WSQRo4f9vOp8DU7cAJawjStx6siQt5Cu5SFcpZZ4X8M yqYH2rC5dxMQUKoN/KDLrqEPI73M3RdGs7rKWGC3CH6uUI1nOVNbEHplPN5TVpTU3Uxv tFZg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Ri/525ctPq+ynmYD9vAdla1S3depvIoXVRkn9TcZKLk=; b=zx6ewGetXV912q7P5CqOFRKfzKWJL0p4gaFtdUOa/yyiCIj9hQMK4rE58CHu+Lgq8E RL8CIixmqAHy8dSzClXgkA7YYhtHr+eQgWoag0w3fQ06bGqLZCv2ASwmNuE5xldhR+/F 72l856juzwmTUKFiFpzVFR352Bq4W8RkM0CJaavVXer7nfmQODOlfkotWLnIsqRYJG65 bCT8SX61VJ6yyQwAjOBwq3VRKrYsdISx8ydnVT2iTMX40aUEg02hZoCGbAHgfvbrRw6r a1lSMRecCrDPyyP/OplVE7/YVLOO6Z5QDFSfcaC0Lcn+wuzELLt2SFC+Ogw5L8BsOZYz a8Ww== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id m25si37476190otn.208.2020.01.07.04.38.05; Tue, 07 Jan 2020 04:38:17 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728028AbgAGMf4 (ORCPT + 99 others); Tue, 7 Jan 2020 07:35:56 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:51866 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727177AbgAGMf4 (ORCPT ); Tue, 7 Jan 2020 07:35:56 -0500 Received: from ip-109-41-1-227.web.vodafone.de ([109.41.1.227] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ioo5K-0001qX-1o; Tue, 07 Jan 2020 12:35:46 +0000 Date: Tue, 7 Jan 2020 13:35:49 +0100 From: Christian Brauner To: Amanieu d'Antras , Jeff Dike , Richard Weinberger , Anton Ivanov Cc: linux-kernel@vger.kernel.org, Christian Brauner , linux-um@lists.infradead.org, stable@vger.kernel.org Subject: Re: [PATCH] um: Implement copy_thread_tls Message-ID: <20200107123548.5fzu4v6czrlhrhmh@wittgenstein> References: <20200102172413.654385-1-amanieu@gmail.com> <20200104123928.1048822-1-amanieu@gmail.com> <20200105151928.qrmhnwer3r5ffc77@wittgenstein> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200105151928.qrmhnwer3r5ffc77@wittgenstein> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Thanks! Christian