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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ED345C19F2C for ; Tue, 2 Aug 2022 13:27:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236629AbiHBN1Q (ORCPT ); Tue, 2 Aug 2022 09:27:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60410 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236225AbiHBN1O (ORCPT ); Tue, 2 Aug 2022 09:27:14 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [145.40.73.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AF70616599; Tue, 2 Aug 2022 06:27:13 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id 1B0EDCE1F97; Tue, 2 Aug 2022 13:27:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 270A8C433C1; Tue, 2 Aug 2022 13:27:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1659446830; bh=oGuRlrXI6FXr5L+WyHeoq2/EjOd+atoXtE088df664k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=utENAUjwnL7+I49visiv1K7d3+ftb41L6vTl00elKyO7FaJkAONt3iFGn3bwKns7g NhSCvYTgy5/D8HjPh7SCzK8OqVx5sI+FeWw05svBhxum19pV56K0w1kOmZH5sE/Tai OU5OED7d+WJj9WA9Gl3qEFaXMTgkZNSC6WO41iFc= Date: Tue, 2 Aug 2022 15:27:07 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Lorenz Bauer , Alexei Starovoitov , Andrii Nakryiko , Tianchen Ding Subject: Re: [PATCH 5.10 63/65] bpf: Consolidate shared test timing code Message-ID: References: <20220801114133.641770326@linuxfoundation.org> <20220801114136.261188102@linuxfoundation.org> <20220802121348.GA23779@duo.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220802121348.GA23779@duo.ucw.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 02, 2022 at 02:13:48PM +0200, Pavel Machek wrote: > Hi! > > > From: Tianchen Ding > > > > From: Lorenz Bauer > > > > commit 607b9cc92bd7208338d714a22b8082fe83bcb177 upstream. > > Patches 63 to 65 have double "From" and thus mismatching sign-off. Ick, sorry, now fixed up. greg k-h