From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH v5 00/30] ARM Scalable Vector Extension (SVE) Date: Thu, 2 Nov 2017 16:32:49 +0000 Message-ID: <20171102163248.GB595@arm.com> References: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1509465082-30427-1-git-send-email-Dave.Martin-5wv7dgnIgG8@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Dave Martin Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Catalin Marinas , Ard Biesheuvel , Alex =?iso-8859-1?Q?Benn=E9e?= , Szabolcs Nagy , Okamoto Takayuki , kvmarm-FPEHb7Xf0XXUo1n7N8X6UoWGPAHP3yOg@public.gmane.org, libc-alpha-9JcytcrH/bA+uJoB2kUjGw@public.gmane.org, linux-arch-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Alan Hayward , Alexander Viro , Christoffer Dall , Mark Rutland , Oleg Nesterov , Dmitry Safonov , "H . J . Lu" , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , Michael Kerrisk List-Id: linux-api@vger.kernel.org On Tue, Oct 31, 2017 at 03:50:52PM +0000, Dave Martin wrote: > This series implements Linux kernel support for the ARM Scalable Vector > Extension (SVE). [1] It supersedes the previous v3: see [3] for link > and full cover letter. > > This is a minor update to v4, but does contain a couple of important > fixes. I've pushed a version of this series out to the arm64 devel branch, with a view to putting it into next. git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git devel Please kick the tyres and let me know of any issues ASAP. Will From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from foss.arm.com ([217.140.101.70]:34106 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751587AbdKBQcq (ORCPT ); Thu, 2 Nov 2017 12:32:46 -0400 Date: Thu, 2 Nov 2017 16:32:49 +0000 From: Will Deacon Subject: Re: [PATCH v5 00/30] ARM Scalable Vector Extension (SVE) Message-ID: <20171102163248.GB595@arm.com> References: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Dave Martin Cc: linux-arm-kernel@lists.infradead.org, Catalin Marinas , Ard Biesheuvel , Alex =?iso-8859-1?Q?Benn=E9e?= , Szabolcs Nagy , Okamoto Takayuki , kvmarm@lists.cs.columbia.edu, libc-alpha@sourceware.org, linux-arch@vger.kernel.org, Alan Hayward , Alexander Viro , Christoffer Dall , Mark Rutland , Oleg Nesterov , Dmitry Safonov , "H . J . Lu" , "H. Peter Anvin" , Ingo Molnar , Thomas Gleixner , Michael Kerrisk , linux-api@vger.kernel.org Message-ID: <20171102163249.1l4uY48OMHOp3NU-lWBYbcSd4M0-UsjCX9aeWLg18OQ@z> On Tue, Oct 31, 2017 at 03:50:52PM +0000, Dave Martin wrote: > This series implements Linux kernel support for the ARM Scalable Vector > Extension (SVE). [1] It supersedes the previous v3: see [3] for link > and full cover letter. > > This is a minor update to v4, but does contain a couple of important > fixes. I've pushed a version of this series out to the arm64 devel branch, with a view to putting it into next. git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git devel Please kick the tyres and let me know of any issues ASAP. Will From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Thu, 2 Nov 2017 16:32:49 +0000 Subject: [PATCH v5 00/30] ARM Scalable Vector Extension (SVE) In-Reply-To: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> References: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> Message-ID: <20171102163248.GB595@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 31, 2017 at 03:50:52PM +0000, Dave Martin wrote: > This series implements Linux kernel support for the ARM Scalable Vector > Extension (SVE). [1] It supersedes the previous v3: see [3] for link > and full cover letter. > > This is a minor update to v4, but does contain a couple of important > fixes. I've pushed a version of this series out to the arm64 devel branch, with a view to putting it into next. git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git devel Please kick the tyres and let me know of any issues ASAP. Will