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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_MUTT autolearn=ham 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 6AA31C31E44 for ; Tue, 11 Jun 2019 20:52:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 487B4206BA for ; Tue, 11 Jun 2019 20:52:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2406721AbfFKUwe (ORCPT ); Tue, 11 Jun 2019 16:52:34 -0400 Received: from charlotte.tuxdriver.com ([70.61.120.58]:57735 "EHLO smtp.tuxdriver.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2406629AbfFKUwd (ORCPT ); Tue, 11 Jun 2019 16:52:33 -0400 Received: from [107.15.85.130] (helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1hankp-00015x-IO; Tue, 11 Jun 2019 16:52:30 -0400 Date: Tue, 11 Jun 2019 16:52:22 -0400 From: Neil Horman To: David Miller Cc: linux-sctp@vger.kernel.org, netdev@vger.kernel.org, syzbot+f7e9153b037eac9b1df8@syzkaller.appspotmail.com, marcelo.leitner@gmail.com, lucien.xin@gmail.com Subject: Re: [PATCH v3] [sctp] Free cookie before we memdup a new one Message-ID: <20190611205222.GA31473@hmswarspite.think-freely.org> References: <20190610163456.7778-1-nhorman@tuxdriver.com> <20190611192245.9110-1-nhorman@tuxdriver.com> <20190611.130856.1857826051148231972.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190611.130856.1857826051148231972.davem@davemloft.net> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Jun 11, 2019 at 01:08:56PM -0700, David Miller wrote: > From: Neil Horman > Date: Tue, 11 Jun 2019 15:22:45 -0400 > > > v2->v3 > > net->sctp > > also free peer_chunks > > Neil this isn't the first time you're submitting sctp patches right? ;-) > > Subject: "[PATCH v3 net] sctp: Free cookie before we memdup a new one" > > It's "subsystem_prefix: " and I even stated this explicitly yesterday. > No, sorry, I'm trying to do this while I get a CI mess sorted out at the same time, and I'm not close attention here. If you want to take over a few dozen user space packages for me in RHEL, I'll gladly get this right on the first try :) Neil