Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp1065594ybf; Thu, 27 Feb 2020 04:28:16 -0800 (PST) X-Google-Smtp-Source: APXvYqxHnXvStzuAqSOvIG1+u56g3Xz4benv0wK0pqBYuBsfYtOv+C6Mtb8G+/n3V1+tn8rfzBSf X-Received: by 2002:aca:45c1:: with SMTP id s184mr3145778oia.158.1582806496293; Thu, 27 Feb 2020 04:28:16 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582806496; cv=none; d=google.com; s=arc-20160816; b=Hz3wSPiAi6MD0/Up4Rytwbt2h0jQTg2Mcj5OVy3wk1gMvDQHKMuYEv/y7bqzYkCSZY p4Zjiy2g871k+bL+NzH1WVvqGZqgPiJuL24kIx/VfLm1HTAu0e7paOK0p6pxPQoZinjD eP6r/xXLSlnl+HgmL+Y9UnQrBKa2cCqW8oD9n03qzbBJdJ3jCfpHfa+sZkFL3jwWnfc/ SgI0lDNBlrBjpaLAN9/W7AlppZ/hCz7wdKTTi9dH9NQEWvOYYWK3VXjR6arlh9s7Mtp5 uMPfG5Mm11FcEgRVUnY4Z55cUNWMRhW1RgCLDWP6Qx8y0AHeToTgKcXvtn87i+Neturi SQig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=06ZaOcnJfL9HZGkNmgIOF/vJ5IcGCjiaTtqBmdnl/PE=; b=Zrr+5zM8xjFcUMCEK5cj0nijzF+EqgRwCw51GatlkmQ4Ej7cNmBIizf/5ograRh0vb 3b68jQHVgxRJigJe5uDlgMb6zit1ZeAGSelXKxtHCIZNDKiSowZU5pJ3FjFCyMnx4GVR 62oy+VI96WxKXYjupc7DE32HJWOlzipBJXAQRGKpoFLVKZzdKhZYERwCMji1YwYEacb0 /tcJjXHFqCxSUOTcZljx2B9pS7oXK/+38smXsmLl2ewYe6E3PILuFRG+aFY+fvdSGyMJ r6hIzc//4ER7wGXhPQ8e8j9lQjIJshQgxK19C7kazWr2auuNCYoR2VEAKsBmfWy6rirr SDag== 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 t3si1291847oig.25.2020.02.27.04.28.04; Thu, 27 Feb 2020 04:28:16 -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 S1729018AbgB0M05 (ORCPT + 99 others); Thu, 27 Feb 2020 07:26:57 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:56611 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728964AbgB0M05 (ORCPT ); Thu, 27 Feb 2020 07:26:57 -0500 Received: from ip5f5bf7ec.dynamic.kabel-deutschland.de ([95.91.247.236] helo=wittgenstein) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j7IFj-0004nc-Bx; Thu, 27 Feb 2020 12:26:55 +0000 Date: Thu, 27 Feb 2020 13:26:54 +0100 From: Christian Brauner To: Stafford Horne Cc: LKML , Openrisc , Christian Brauner Subject: Re: [PATCH 0/3] OpenRISC clone3 support Message-ID: <20200227122654.ad2tbrohm6ot7pes@wittgenstein> References: <20200226225625.28935-1-shorne@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20200226225625.28935-1-shorne@gmail.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 27, 2020 at 07:56:22AM +0900, Stafford Horne wrote: > This series fixes the clone3 not implemented warnings I have been seeing > during recent builds. It was a simple case of implementing copy_thread_tls > and turning on clone3 generic support. Testing shows no issues. This all looks good to me. Thanks for doing this. We're getting closer and closer to having all architectures supporting clone3()! You want me to pick this series up for 5.7 or are you going through another tree? Christian