From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Thu, 12 Jan 2017 17:33:53 +0000 From: Will Deacon Subject: Re: [PATCHv7 00/11] CONFIG_DEBUG_VIRTUAL for arm64 Message-ID: <20170112173352.GJ13843@arm.com> References: <1484084150-1523-1-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1484084150-1523-1-git-send-email-labbott@redhat.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Laura Abbott Cc: Mark Rutland , Catalin Marinas , linux-mm@kvack.org, Alexander Potapenko , "H. Peter Anvin" , Thomas Gleixner , Marek Szyprowski , Florian Fainelli , x86@kernel.org, kasan-dev@googlegroups.com, Ingo Molnar , Dmitry Vyukov , xen-devel@lists.xenproject.org, David Vrabel , Kees Cook , Marc Zyngier , Lorenzo Pieralisi , Andrey Ryabinin , Boris Ostrovsky , Andrew Morton , linux-arm-kernel@lists.infradead.org, Juergen Gross , Ard Biesheuvel , kexec@lists.infradead.org, linux-kernel@vger.kernel.org, Eric Biederman , Joonsoo Kim , Christoffer Dall On Tue, Jan 10, 2017 at 01:35:39PM -0800, Laura Abbott wrote: > This is v7 of the patches to add CONFIG_DEBUG_VIRTUAL for arm64. This is > a simple reordering of patches from v6 per request of Will Deacon for ease > of merging support for arm which depends on this series. > > Laura Abbott (11): > lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL > mm/cma: Cleanup highmem check > mm: Introduce lm_alias > kexec: Switch to __pa_symbol > mm/kasan: Switch to using __pa_symbol and lm_alias > mm/usercopy: Switch to using lm_alias > drivers: firmware: psci: Use __pa_symbol for kernel symbol > arm64: Move some macros under #ifndef __ASSEMBLY__ > arm64: Add cast for virt_to_pfn > arm64: Use __pa_symbol for kernel symbols > arm64: Add support for CONFIG_DEBUG_VIRTUAL I've pushed this into linux-next and, assuming it survives the autobuilders etc I'll co-ordinate with Russell to get the common parts pulled into the ARM tree too (so he can take Florian's series). They're currently split out on the arm64 for-next/debug-virtual branch. Thanks! Will _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Thu, 12 Jan 2017 17:33:53 +0000 Subject: [PATCHv7 00/11] CONFIG_DEBUG_VIRTUAL for arm64 In-Reply-To: <1484084150-1523-1-git-send-email-labbott@redhat.com> References: <1484084150-1523-1-git-send-email-labbott@redhat.com> Message-ID: <20170112173352.GJ13843@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Jan 10, 2017 at 01:35:39PM -0800, Laura Abbott wrote: > This is v7 of the patches to add CONFIG_DEBUG_VIRTUAL for arm64. This is > a simple reordering of patches from v6 per request of Will Deacon for ease > of merging support for arm which depends on this series. > > Laura Abbott (11): > lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL > mm/cma: Cleanup highmem check > mm: Introduce lm_alias > kexec: Switch to __pa_symbol > mm/kasan: Switch to using __pa_symbol and lm_alias > mm/usercopy: Switch to using lm_alias > drivers: firmware: psci: Use __pa_symbol for kernel symbol > arm64: Move some macros under #ifndef __ASSEMBLY__ > arm64: Add cast for virt_to_pfn > arm64: Use __pa_symbol for kernel symbols > arm64: Add support for CONFIG_DEBUG_VIRTUAL I've pushed this into linux-next and, assuming it survives the autobuilders etc I'll co-ordinate with Russell to get the common parts pulled into the ARM tree too (so he can take Florian's series). They're currently split out on the arm64 for-next/debug-virtual branch. Thanks! Will From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf0-f197.google.com (mail-pf0-f197.google.com [209.85.192.197]) by kanga.kvack.org (Postfix) with ESMTP id BB1166B0033 for ; Thu, 12 Jan 2017 12:33:52 -0500 (EST) Received: by mail-pf0-f197.google.com with SMTP id 80so64184865pfy.2 for ; Thu, 12 Jan 2017 09:33:52 -0800 (PST) Received: from foss.arm.com (foss.arm.com. [217.140.101.70]) by mx.google.com with ESMTP id g9si9876895plk.185.2017.01.12.09.33.51 for ; Thu, 12 Jan 2017 09:33:51 -0800 (PST) Date: Thu, 12 Jan 2017 17:33:53 +0000 From: Will Deacon Subject: Re: [PATCHv7 00/11] CONFIG_DEBUG_VIRTUAL for arm64 Message-ID: <20170112173352.GJ13843@arm.com> References: <1484084150-1523-1-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484084150-1523-1-git-send-email-labbott@redhat.com> Sender: owner-linux-mm@kvack.org List-ID: To: Laura Abbott Cc: Mark Rutland , Ard Biesheuvel , Catalin Marinas , Florian Fainelli , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Marek Szyprowski , Joonsoo Kim , linux-arm-kernel@lists.infradead.org, Christoffer Dall , Marc Zyngier , Lorenzo Pieralisi , xen-devel@lists.xenproject.org, Boris Ostrovsky , David Vrabel , Juergen Gross , Eric Biederman , kexec@lists.infradead.org, Alexander Potapenko , Dmitry Vyukov , kasan-dev@googlegroups.com, Andrey Ryabinin , Kees Cook On Tue, Jan 10, 2017 at 01:35:39PM -0800, Laura Abbott wrote: > This is v7 of the patches to add CONFIG_DEBUG_VIRTUAL for arm64. This is > a simple reordering of patches from v6 per request of Will Deacon for ease > of merging support for arm which depends on this series. > > Laura Abbott (11): > lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL > mm/cma: Cleanup highmem check > mm: Introduce lm_alias > kexec: Switch to __pa_symbol > mm/kasan: Switch to using __pa_symbol and lm_alias > mm/usercopy: Switch to using lm_alias > drivers: firmware: psci: Use __pa_symbol for kernel symbol > arm64: Move some macros under #ifndef __ASSEMBLY__ > arm64: Add cast for virt_to_pfn > arm64: Use __pa_symbol for kernel symbols > arm64: Add support for CONFIG_DEBUG_VIRTUAL I've pushed this into linux-next and, assuming it survives the autobuilders etc I'll co-ordinate with Russell to get the common parts pulled into the ARM tree too (so he can take Florian's series). They're currently split out on the arm64 for-next/debug-virtual branch. Thanks! Will -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750960AbdALRe2 (ORCPT ); Thu, 12 Jan 2017 12:34:28 -0500 Received: from foss.arm.com ([217.140.101.70]:52470 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750733AbdALRdv (ORCPT ); Thu, 12 Jan 2017 12:33:51 -0500 Date: Thu, 12 Jan 2017 17:33:53 +0000 From: Will Deacon To: Laura Abbott Cc: Mark Rutland , Ard Biesheuvel , Catalin Marinas , Florian Fainelli , Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Andrew Morton , Marek Szyprowski , Joonsoo Kim , linux-arm-kernel@lists.infradead.org, Christoffer Dall , Marc Zyngier , Lorenzo Pieralisi , xen-devel@lists.xenproject.org, Boris Ostrovsky , David Vrabel , Juergen Gross , Eric Biederman , kexec@lists.infradead.org, Alexander Potapenko , Dmitry Vyukov , kasan-dev@googlegroups.com, Andrey Ryabinin , Kees Cook Subject: Re: [PATCHv7 00/11] CONFIG_DEBUG_VIRTUAL for arm64 Message-ID: <20170112173352.GJ13843@arm.com> References: <1484084150-1523-1-git-send-email-labbott@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1484084150-1523-1-git-send-email-labbott@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 10, 2017 at 01:35:39PM -0800, Laura Abbott wrote: > This is v7 of the patches to add CONFIG_DEBUG_VIRTUAL for arm64. This is > a simple reordering of patches from v6 per request of Will Deacon for ease > of merging support for arm which depends on this series. > > Laura Abbott (11): > lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUAL > mm/cma: Cleanup highmem check > mm: Introduce lm_alias > kexec: Switch to __pa_symbol > mm/kasan: Switch to using __pa_symbol and lm_alias > mm/usercopy: Switch to using lm_alias > drivers: firmware: psci: Use __pa_symbol for kernel symbol > arm64: Move some macros under #ifndef __ASSEMBLY__ > arm64: Add cast for virt_to_pfn > arm64: Use __pa_symbol for kernel symbols > arm64: Add support for CONFIG_DEBUG_VIRTUAL I've pushed this into linux-next and, assuming it survives the autobuilders etc I'll co-ordinate with Russell to get the common parts pulled into the ARM tree too (so he can take Florian's series). They're currently split out on the arm64 for-next/debug-virtual branch. Thanks! Will