Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1949467AbdDYPRk (ORCPT ); Tue, 25 Apr 2017 11:17:40 -0400 Received: from shards.monkeyblade.net ([184.105.139.130]:40494 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1948418AbdDYPRY (ORCPT ); Tue, 25 Apr 2017 11:17:24 -0400 Date: Tue, 25 Apr 2017 11:17:17 -0400 (EDT) Message-Id: <20170425.111717.1973239615715123840.davem@davemloft.net> To: Jason@zx2c4.com Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org, David.Laight@aculab.com, kernel-hardening@lists.openwall.com Subject: Re: [PATCH v4 1/5] skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow From: David Miller In-Reply-To: <20170425150419.2060-1-Jason@zx2c4.com> References: <20170425.104731.631398016575024152.davem@davemloft.net> <20170425150419.2060-1-Jason@zx2c4.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Tue, 25 Apr 2017 07:35:54 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 191 Lines: 8 John this isn't how it works. When you submit new versions of a patch that are part of a patch series, you must resubmit the entire series not just the patches which are changing. Thanks.