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=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 D1538C07E95 for ; Tue, 20 Jul 2021 12:55:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id A65D161164 for ; Tue, 20 Jul 2021 12:55:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231866AbhGTMO2 (ORCPT ); Tue, 20 Jul 2021 08:14:28 -0400 Received: from mail.kernel.org ([198.145.29.99]:46342 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231623AbhGTMOX (ORCPT ); Tue, 20 Jul 2021 08:14:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 7F7AC610D2; Tue, 20 Jul 2021 12:54:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626785700; bh=pI77XCIHidvCqn0bjmVbWNXeMP9eCvjJeUVEsiFJriE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BJAb+xUbmD9RZSSicF9kw+4lj71adK6LBPgjF6EIQV1oShZ5FJzjNB7g4wWqM6mXa Rwa1Ec3J88m0BVFK7loIXVZkRaieKcsYASEAj2FPwlZ2iAYq9ww8nq5qRKA35k/8Wu ja+DrNs3Cr6T03CoZ4LG07XlWbvjY5zlvLBFFb8M= Date: Tue, 20 Jul 2021 14:54:57 +0200 From: Greg KH To: Georgi Valkov Cc: Jakub Kicinski , davem@davemloft.net, mhabets@solarflare.com, luc.vanoostenryck@gmail.com, snelson@pensando.io, mst@redhat.com, linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, corsac@corsac.net, matti.vuorela@bitfactor.fi, stable@vger.kernel.org Subject: Re: ipheth: fix EOVERFLOW in ipheth_rcvbulk_callback Message-ID: References: <20210720122215.54abaf53@cakuba> <5D0CFF83-439B-4A10-A276-D2D17B037704@abv.bg> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jul 20, 2021 at 03:46:11PM +0300, Georgi Valkov wrote: > Yes, I read it, and before my previous e-mail that I also read the link from Jakub, > which essentially provides the same information. > > There is only one patch 0001-ipheth-fix-EOVERFLOW-in-ipheth_rcvbulk_callback.patch Great, send that using 'git send-email' and all is good. > The command I used from the example also generated a 0000-cover-letter, so > I included it as well. Why do you need a cover letter for 1 patch? thanks, greg k-h