From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 64BA9C31E40 for ; Sat, 3 Aug 2019 10:15:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 44283206A2 for ; Sat, 3 Aug 2019 10:15:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388409AbfHCKPk (ORCPT ); Sat, 3 Aug 2019 06:15:40 -0400 Received: from foss.arm.com ([217.140.110.172]:59946 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388371AbfHCKPk (ORCPT ); Sat, 3 Aug 2019 06:15:40 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 8A69E344; Sat, 3 Aug 2019 03:15:37 -0700 (PDT) Received: from iMac.local (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id AAD373F71F; Sat, 3 Aug 2019 03:15:36 -0700 (PDT) Date: Sat, 3 Aug 2019 11:15:34 +0100 From: Catalin Marinas To: Masami Hiramatsu Cc: Stephen Rothwell , Will Deacon , Linux Next Mailing List , Linux Kernel Mailing List Subject: Re: linux-next: Fixes tag needs some work in the arm64-fixes tree Message-ID: <20190803101533.GA58477@iMac.local> References: <20190802074813.73b82a14@canb.auug.org.au> <20190803094212.3ff4b1ba33c50c63173c8d31@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190803094212.3ff4b1ba33c50c63173c8d31@kernel.org> User-Agent: Mutt/1.11.1 (2018-12-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Aug 03, 2019 at 09:42:12AM +0900, Masami Hiramatsu wrote: > On Fri, 2 Aug 2019 07:48:13 +1000 > Stephen Rothwell wrote: > > In commit > > > > 72de4a283cb1 ("arm64: kprobes: Recover pstate.D in single-step exception handler") > > > > Fixes tag > > > > Fixes: commit 7419333fa15e ("arm64: kprobe: Always clear pstate.D in breakpoint exception handler") > > > > has these problem(s): > > > > - leading word 'commit' unexpected > > Oops, sorry. It was my mistake to add "commit", it should be removed. > Will, should I remove it? or could you modify on your tree? No need to. Will fixed it already. -- Catalin