Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp993613ybl; Thu, 22 Aug 2019 07:54:14 -0700 (PDT) X-Google-Smtp-Source: APXvYqzsXCLrjKOCoTC594Ut13JX8u1kkidC2Jae28F7sKb9ERpdSW8wlv/zq/2hJ5wxL/ObqPTe X-Received: by 2002:a17:90a:650c:: with SMTP id i12mr46194pjj.11.1566485654485; Thu, 22 Aug 2019 07:54:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566485654; cv=none; d=google.com; s=arc-20160816; b=vO6nm5qiWVhIJw8ayDeTz9nAZVO0yyA4rDM5iUphuax9dnH0qdEChQdo8BYfgD16ak oQIGko0D9ghE0bVZQ7E1kqcDLhRWQrTONnj5MXbeTY0OKCHMcnxSub1g80ZXz7p8uFlC GrMciK4hrG22nF2F8XwPRZJYBRtLwJ/nxiOWLZ/J9JUkHrqujOyKOFn1/gVuiBElSkYk F4oC3MfyvyCXLXpP/qx58MTUHHhw0IJTUr3KcN3BxYAvePigAdrbckdXxPvR2ucSHxGG DpKN927dNttYZZLLfr0hwQZvdMDcNEcZWsGWjkz9COzHlHD8oSDjkgqWTn9aHQnbWiOp dlVg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=QeE4wPWewnSoQo+J0D7s7rSxE8QqGPRHkO6GmWemaRM=; b=tTr10wy4HfWI03OhqZ5EoX1TNMhBqnQD7g3pPACHAtmf4x3c5Wp+UTKSPr2Uw1QaVE sX7Hrjr3+VsXjfYsS2dM1vKi/JZCrChAkiwsAel75UB3f20Vy5VL0I91Ktzj7xnOi4CE F8gDOQbSgjs7cUjn1as9muJ4WoDm1GHIQGo6oiQ2hekYMYFRPaYY3hLnGUJC0mhDKl1r 1t+HtH+d/G7w2phDjnxMYyPjGKVdujz+FJUiR2eHj+n1U00lRvUq0jSXzbUNI3jrU7WY t7RhsQDzgtli/E91sYwi+1xCUTZwT5BTmNUimn1Fklcbt4WqRKOh7V/vMgFA39/joq6W Ly1A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1si18043787pli.374.2019.08.22.07.53.59; Thu, 22 Aug 2019 07:54:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388901AbfHVNI6 (ORCPT + 99 others); Thu, 22 Aug 2019 09:08:58 -0400 Received: from bilbo.ozlabs.org ([203.11.71.1]:59699 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731794AbfHVNI4 (ORCPT ); Thu, 22 Aug 2019 09:08:56 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 46DlGZ4Y5hz9sP3; Thu, 22 Aug 2019 23:08:54 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 658d029df0bce6472c94b724ca54d74bc6659c2e In-Reply-To: To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler() Message-Id: <46DlGZ4Y5hz9sP3@ozlabs.org> Date: Thu, 22 Aug 2019 23:08:54 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2019-06-28 at 15:55:52 UTC, Christophe Leroy wrote: > On 8xx, breakpoints stop after executing the instruction, so > stepping/emulation is not needed. Move it into a sub-function and > remove the #ifdefs. > > Signed-off-by: Christophe Leroy > Reviewed-by: Ravi Bangoria Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/658d029df0bce6472c94b724ca54d74bc6659c2e cheers