From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751498AbcGNR4m (ORCPT ); Thu, 14 Jul 2016 13:56:42 -0400 Received: from mail-qk0-f176.google.com ([209.85.220.176]:33123 "EHLO mail-qk0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751115AbcGNR4j (ORCPT ); Thu, 14 Jul 2016 13:56:39 -0400 Subject: Re: [PATCH v15 00/10] arm64: Add kernel probes (kprobes) support To: Catalin Marinas References: <1467995754-32508-1-git-send-email-dave.long@linaro.org> <20160714162208.GA22235@e104818-lin.cambridge.arm.com> Cc: Huang Shijie , James Morse , Marc Zyngier , Pratyush Anand , Sandeepa Prabhu , Will Deacon , William Cohen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Steve Capper , Masami Hiramatsu , Li Bin , Jisheng Zhang , Mark Rutland , Daniel Thompson , Vladimir Murzin , Petr Mladek , Ard Biesheuvel , Jens Wiklander , Robin Murphy , Mark Brown , Suzuki K Poulose , Dave P Martin , Andrey Ryabinin , yalin wang , Yang Shi , Zi Shen Lim , John Blackwood , Andrew Morton , =?UTF-8?Q?Alex_Benn=c3=a9e?= , Adam Buchbinder , Christoffer Dall From: David Long Message-ID: <5787D250.4010005@linaro.org> Date: Thu, 14 Jul 2016 13:56:32 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <20160714162208.GA22235@e104818-lin.cambridge.arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/14/2016 12:22 PM, Catalin Marinas wrote: > On Fri, Jul 08, 2016 at 12:35:44PM -0400, David Long wrote: >> David A. Long (3): >> arm64: Add HAVE_REGS_AND_STACK_ACCESS_API feature >> arm64: Add more test functions to insn.c >> arm64: add conditional instruction simulation support >> >> Pratyush Anand (2): >> arm64: Blacklist non-kprobe-able symbol >> arm64: Treat all entry code as non-kprobe-able >> >> Sandeepa Prabhu (4): >> arm64: Kprobes with single stepping support >> arm64: kprobes instruction simulation support >> arm64: Add kernel return probes support (kretprobes) >> kprobes: Add arm64 case in kprobe example module >> >> William Cohen (1): >> arm64: Add trampoline code for kretprobes > > I applied these patches on top of the arm64 for-next/core branch an > tried to run the resulting kernel in a guest (on a Juno platform using > both kvmtool and qemu) with KPROBES_SANITY_TEST enabled. Unfortunately, > the kernel fails to boot with lots of "Unexpected kernel single-step > exception at EL1". > > Did you manage to run Kprobes in a guest before? > I have not run this code as a guest, I have only tested it natively. -dl