From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753330AbcFOJZj (ORCPT ); Wed, 15 Jun 2016 05:25:39 -0400 Received: from foss.arm.com ([217.140.101.70]:35677 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751889AbcFOJZi (ORCPT ); Wed, 15 Jun 2016 05:25:38 -0400 Date: Wed, 15 Jun 2016 10:25:10 +0100 From: Mark Rutland To: Alexander Potapenko Cc: Dmitriy Vyukov , Catalin Marinas , Quentin Casasnovas , Will Deacon , Ard Biesheuvel , marc.zyngier@arm.com, Christoffer Dall , Kostya Serebryany , Andrew Morton , syzkaller , LKML , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v2] arm64: allow building with kcov coverage on ARM64 Message-ID: <20160615092509.GA3984@leverpostej> References: <1465923441-107596-1-git-send-email-glider@google.com> <20160614175543.GA2468@leverpostej> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 14, 2016 at 08:16:08PM +0200, Alexander Potapenko wrote: > On Tue, Jun 14, 2016 at 7:55 PM, Mark Rutland wrote: > > I built and booted (via EFI) a kernel with this feature enabled (also > > with the boot/Makefile change removed). I haven't tested the feature > > itself as such, as I'm not sure how to do that. > You can test it by running the test program from Documentation/kcov.txt. Ah, I hadn't spotted that. If I get the chance I'll try to give that a go. > > FWIW, with the boot/Makefile change removed, feel free to add: > > > > Acked-by: Mark Rutland > Thank you! > I'll wait till tomorrow for others to comment, and then will send the > updated version. Sounds good to me. Mark.