Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp8569408ybl; Thu, 16 Jan 2020 19:51:11 -0800 (PST) X-Google-Smtp-Source: APXvYqzcDvRHDWigkl4VGW74rJ23sSSUwvsCK8jUaRnk5PHAkWyAQg/RU0IxLhwk2xUyD7vpuyX8 X-Received: by 2002:aca:4d4f:: with SMTP id a76mr2051518oib.26.1579233071121; Thu, 16 Jan 2020 19:51:11 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1579233071; cv=none; d=google.com; s=arc-20160816; b=AhHFRWQVNN4/8Prc3815ULHZCM98ceUa+LQm6sQTXQgwmQfmqca8kMBVEaK7lz95In CXq9mqwUhvJCujBrBWY8lcX0ejM59N5CX/O4pP5XL23SOzGwcaGHVVCZQGiJK91faVSs Yu7wK0d9eOg2pSa7nc7kM+6pCgAWYNJ+qUmKAqMNVQrKKrpsLKWri2ufhmzhLK1wieZ9 hhxV58SY8hGSrUpP7pkbCbWScIWcA76zduHs1lPKk5NQovJ/Ouc5qnw00bPU5gi1m0KG Oq5bY5pNjMcoW+BZUZbZp5DPhJBJJ7ywM7Iat0m89Cc1neiyFg6OTaB4bPwWx356Pt/y APrA== 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=M7nb/PIEXaCWXKzl56z++8cSvfaF6TkyfIX7JHUSNvo=; b=IwmWdEHBLZs4iE6PLLGaErzciF9z5ehw0NZyCT9PU8nPIy2FdJjw5kOm6YkNc7ehal rNZwwPY0HTHka9CrTe5+Nyk+8C3Ug2kdXeLW+TuCtnx0ybJS28AzjyAfgRoXI3P3dY4A g0Ga6ERE13/42Xyc/JvTaHt/5z8LJf+bB5FIzyjVDSSpgjo49qcK7jcKLqJGn0UWMczJ LGgjlyljwILjWFVxlxKtuhile3jWqWR/MX4VTEd4+OBFhmN3FRetz4IvEjdTMYbM9KYx tr9+kxLFG8rWHsWHyUO/WG+5ao2Yu9JJhtqWTgfYuX+j0pv5Coy1NWW9eeusjE/n4qtG fcTQ== 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 w10si14932955otg.295.2020.01.16.19.50.59; Thu, 16 Jan 2020 19:51:11 -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 S1729708AbgAQAOw (ORCPT + 99 others); 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