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 E7A50EB64DD for ; Thu, 3 Aug 2023 15:04:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236772AbjHCPEO (ORCPT ); Thu, 3 Aug 2023 11:04:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232505AbjHCPEM (ORCPT ); Thu, 3 Aug 2023 11:04:12 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4EB68E2 for ; Thu, 3 Aug 2023 08:04:11 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D86C461DED for ; Thu, 3 Aug 2023 15:04:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9313C433C7; Thu, 3 Aug 2023 15:04:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1691075050; bh=QiRaXf3F65WtJzNiwzXsBrsbRQI88q2pid30CNFVANg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=U1RktGnfaBuL2qTnxctjzQHBLJ9jy361Vsh6PMAgtjhh5buVcadtrwWJo1Ql4Ex1e wBRxRoG2CVLgncqn2fpHji541GGBnuNuISCrRhJiNZBlLXVqw2zFe7qr3TvUXnzP7S B7v5KYGt5ZVVvci7cLtw63OuQ0Izz2GEyXId+1J1LJ8CGKifGAmbUuLs5wdXQOz0dP IhPtSM6otHhD5Gillt7wb8T8EGvFWPtc9cyJt54dWZtsRbfiJP3i3YXQk5PnZBfibw MbptBWm0/o/v2B/UIcf6Hs7blsWfskGttAksIChrV0M8SCoR24B6LpP1w5N30AiTa+ piIU8ocYkXgyA== Date: Thu, 3 Aug 2023 17:04:06 +0200 From: Simon Horman To: Stefano Garzarella Cc: netdev@vger.kernel.org, Arseniy Krasnov , Paolo Abeni , linux-kernel@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH net] test/vsock: remove vsock_perf executable on `make clean` Message-ID: References: <20230803085454.30897-1-sgarzare@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230803085454.30897-1-sgarzare@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 03, 2023 at 10:54:54AM +0200, Stefano Garzarella wrote: > We forgot to add vsock_perf to the rm command in the `clean` > target, so now we have a left over after `make clean` in > tools/testing/vsock. > > Fixes: 8abbffd27ced ("test/vsock: vsock_perf utility") > Cc: AVKrasnov@sberdevices.ru > Signed-off-by: Stefano Garzarella Reviewed-by: Simon Horman Tested-by: Simon Horman # build-tested