From mboxrd@z Thu Jan 1 00:00:00 1970 From: Willem de Bruijn Subject: [PATCH net-next 0/2] zerocopy fixes Date: Wed, 9 Aug 2017 19:09:42 -0400 Message-ID: <20170809230944.59289-1-willemdebruijn.kernel@gmail.com> Cc: davem@davemloft.net, dsahern@gmail.com, Willem de Bruijn To: netdev@vger.kernel.org Return-path: Received: from mail-qk0-f196.google.com ([209.85.220.196]:37553 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdHIXJv (ORCPT ); Wed, 9 Aug 2017 19:09:51 -0400 Received: by mail-qk0-f196.google.com with SMTP id x77so7060698qka.4 for ; Wed, 09 Aug 2017 16:09:51 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: From: Willem de Bruijn Fix two issues introduced in the msg_zerocopy patchset. Willem de Bruijn (2): sock: fix zerocopy panic in mem accounting sock: fix zerocopy_success regression with msg_zerocopy include/linux/skbuff.h | 9 +++++++-- net/core/skbuff.c | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) -- 2.14.0.434.g98096fd7a8-goog