Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932792AbcKGRfn (ORCPT ); Mon, 7 Nov 2016 12:35:43 -0500 Received: from mail-qk0-f171.google.com ([209.85.220.171]:35921 "EHLO mail-qk0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752174AbcKGRfk (ORCPT ); Mon, 7 Nov 2016 12:35:40 -0500 Subject: Re: [PATCH V3 0/6] ARM64: Uprobe support added To: Catalin Marinas References: <20161104174951.vj4il3xkdy7a2ln7@localhost> <20161104184652.rxllldll4qfe7qdn@localhost> <20161107113944.GB28876@MBP.local> Cc: steve.capper@linaro.org, srikar@linux.vnet.ibm.com, vijaya.kumar@caviumnetworks.com, will.deacon@arm.com, oleg@redhat.com, linux-kernel@vger.kernel.org, wcohen@redhat.com, linux-arm-kernel@lists.infradead.org, David Long From: Pratyush Anand Message-ID: <5cb8b7bc-df6f-8744-b345-4762f2435201@redhat.com> Date: Mon, 7 Nov 2016 23:03:44 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20161107113944.GB28876@MBP.local> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 921 Lines: 25 On Monday 07 November 2016 05:09 PM, Catalin Marinas wrote: >> diff --git a/arch/arm64/kernel/probes/decode-insn.c >> > b/arch/arm64/kernel/probes/decode-insn.c >> > index 8a29d29..6bf6657 100644 >> > --- a/arch/arm64/kernel/probes/decode-insn.c >> > +++ b/arch/arm64/kernel/probes/decode-insn.c >> > @@ -17,7 +17,6 @@ >> > #include >> > #include >> > #include >> > -#include >> > #include >> > #include >> > >> > So, do you want me to send V4 or a separate topup fixup patch. Please let me >> > know, will do accordingly. > Just a separate patch on top of your series would do. Also please test > your series with CONFIG_KPROBE disabled and I assume this wasn't done > (just in case there is an interaction we were not aware of). OK, I tested by disabling CONFIG_KPROBE, and uprobe tests worked fine. ~Pratyush