From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A851D4F8A9; Tue, 19 Mar 2024 11:09:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710846596; cv=none; b=s0fo/fMiaGQJnGmY8CIyry14fUnQO0XqCen4bsOYnctkZO1pljTQaibWeq0PgRWh+2n3BYVGaViauZmKf0S1BA00Emj7/EwHW3K+6AHXZrmj3nw8V/XPZPLhQ7PNHcEnUlnxeNIUzEpfV1cNEHlA7NwkWqyDc1V7AYTHXfODuWU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710846596; c=relaxed/simple; bh=YoRnH6hNp0gcVun5qckDdtU36lr0TngCn1rZqdcr0to=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=aCoIwDNgszAxVRBsEeHIKsQB48WSjcPXvLDlSYmVR8L39ac0wS1lLQmQOa1UCLq+Tsb33p6tanVt834oqEvOONHJs7q8gJPUnF8EcNdGnSiEcMFITAYQ41dMOa92HDn+fg8xQBMFsB/KLHFUjvV/oN8TOF7U/PlDwKKGIGGQLcs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FfWv/f0j; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FfWv/f0j" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A3535C433F1; Tue, 19 Mar 2024 11:09:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1710846596; bh=YoRnH6hNp0gcVun5qckDdtU36lr0TngCn1rZqdcr0to=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FfWv/f0j8qwZFlcmxNdjD9a3bEtjndG565UxbTqUL5ob3OD65/PY5UgCTb050V6dp 04qVN8HhnhA+56e2VO50eLm3tYquQHodC8VMlBeLlFtxM6fE+Zvy5udI0eN2HeueSH Zuei6mx8T7uDC3czhPUX1k06RsuDcIegsttoGfFOhdW+IZqjeU3TSuP2N81tTbcAtd 8sku41QJ8th7Lp84UV50dRQFW0HVjSsrRRHgbg7MaJv25mMUpZ3apyxFJL9uq8Tag+ GvIFCUuSZ2YtdzFnYQ5CQtc+j1EFe1olGdaI6MhiqhAmt5aYTfjEVay+sQVe5rJVYf mxWUIoFq0FwVA== Date: Tue, 19 Mar 2024 11:09:51 +0000 From: Simon Horman To: Steven Rostedt Cc: Paolo Abeni , LKML , Linux Trace Kernel , netdev , Yisen Zhuang , Salil Mehta , Jijie Shao , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Yufeng Mo , Huazhong Tan Subject: Re: [PATCH] net: hns3: tracing: fix hclgevf trace event strings Message-ID: <20240319110951.GD185808@kernel.org> References: <20240313093454.3909afe7@gandalf.local.home> <8607787b42e80503e0259f41e0bcc2d3ff770355.camel@redhat.com> <20240314120027.088e850d@gandalf.local.home> Precedence: bulk X-Mailing-List: linux-trace-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240314120027.088e850d@gandalf.local.home> On Thu, Mar 14, 2024 at 12:00:27PM -0400, Steven Rostedt wrote: > On Thu, 14 Mar 2024 15:39:28 +0100 > Paolo Abeni wrote: > > > On Wed, 2024-03-13 at 09:34 -0400, Steven Rostedt wrote: ... > > > Fixes: d8355240cf8fb ("net: hns3: add trace event support for PF/VF mailbox") > > > > checkpactch in strict mode complains the hash is not 12 char long. > > Hmm, I wonder why my git blame gives me 13 characters in the sha. (I cut > and pasted it from git blame). My git config has: > > [core] > abbrev = 12 I wonder if there is a collusion at 12 chars in your local tree. ...