From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933794AbdEXQlV (ORCPT ); Wed, 24 May 2017 12:41:21 -0400 Received: from mail-lf0-f44.google.com ([209.85.215.44]:33096 "EHLO mail-lf0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1764224AbdEXQlT (ORCPT ); Wed, 24 May 2017 12:41:19 -0400 Subject: Re: [PATCH net-next v9 5/5] virtio_net: check return value of skb_to_sgvec always To: "Jason A. Donenfeld" References: <20170523160550.5203-1-Jason@zx2c4.com> <20170523160550.5203-6-Jason@zx2c4.com> <911d6dda-85de-ba8d-0c84-6a37e91523de@cogentembedded.com> Cc: Netdev , LKML , David Miller , "Michael S. Tsirkin" , Jason Wang From: Sergei Shtylyov Organization: Cogent Embedded Message-ID: Date: Wed, 24 May 2017 19:41:15 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/24/2017 02:34 PM, Jason A. Donenfeld wrote: > I'm shocked this somehow made it into the commit. I wonder how that happened? Sorry for not noticing this when it first appeared. > Anyway, fixed in my git repo, and will be part of the next series. > (Unless DaveM wants to fix it up trivially when/if he merges this v9, > which would be faster.) > > Barring that, does this look good to you? Could I have your signed-off-by? I've only looked on the last 2 patches. You can add my: Reviewed-by: Sergei Shtylyov if you want. :-) > Regards, > Jason MBR, Sergei