Received: by 10.192.165.156 with SMTP id m28csp347468imm; Tue, 10 Apr 2018 23:23:27 -0700 (PDT) X-Google-Smtp-Source: AIpwx49B1BRJk5Y4PyQb5XgQQFPITWq42ETMYJ9K71Vpsrj9J0HfZH2re5+adnrJGMCOZDpiXki1 X-Received: by 2002:a17:902:28c3:: with SMTP id f61-v6mr3680365plb.114.1523427807403; Tue, 10 Apr 2018 23:23:27 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523427807; cv=none; d=google.com; s=arc-20160816; b=F1ValFFV9BvykNOA6EZ34QHuXmmGJRKFHIWhEOo8a0F6SrvvozEzgCHNs45kIffRBN Ak7Qd5irVlAk6iiYG//XFLzxslWH07AaQPYjQpGhQu9wzgh/AnJKxRYvq8C4T5GyviSI aiOcCCiILEc25fJwW+LWUntHDfk9FGirXenGNsyIAHvHB7KKRXGVX5k0WZyKJ6msxDv2 5wpcvKwWupZ9mKLNah8GEadk0uo3iBFys4Y9d/FC0ic7z7LpdElwxz8+Fhbs5hNtE0se HvP5aEZJ7qEC4czhcxpO+SoStBghWQJJBm4VXdi/xGEClmzy0vETtwWrXQDW/5e+HExJ dnfQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=Iyvu+lsZeAOu/VlUxLqQZa0SYJk3y5EkVLRIk9+ev6E=; b=HUHIv5MknzUH4VobddWuAjrSLmVJ7OV19uxa3pAV1fIr4iZ2JxVaG5Xw7aa6JPZppy YJRKbD5p7YaRlTn0SrBTUgZzcyfOCggzOtqn2ChTJ6k2t4QGTMMwKtE2n+XZua2uSm2g CPsubK1UvDdRBzCLdKN8tzxsVL3zDWIHBtpdWJ1rF/49oIlSTKIMWwGkKf2lkeSZy2He 1z5ryKy4DXQUW59fM718y7dVl9v/lx5oDPWuReN4e7nACwwt7hXbLdThCPOgDXC1QdRi IktI/A878/axszvhkvBPeT4YUImi6Ot5x894P0rPPcpKVNvTW6ValaPNLno/r+nxyKrl qa6g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w18si272740pgm.284.2018.04.10.23.22.51; Tue, 10 Apr 2018 23:23:27 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752512AbeDKGS0 (ORCPT + 99 others); Wed, 11 Apr 2018 02:18:26 -0400 Received: from la.guarana.org ([173.254.219.205]:35088 "EHLO la.guarana.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752215AbeDKGSY (ORCPT ); Wed, 11 Apr 2018 02:18:24 -0400 Received: by la.guarana.org (Postfix, from userid 1006) id 51840346074F; Wed, 11 Apr 2018 02:18:24 -0400 (EDT) Date: Wed, 11 Apr 2018 02:18:24 -0400 From: Kevin Easton To: Eric Biggers Cc: davem@davemloft.net, herbert@gondor.apana.org.au, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, steffen.klassert@secunet.com, syzkaller-bugs@googlegroups.com, syzbot Subject: Re: KASAN: slab-out-of-bounds Read in pfkey_add Message-ID: <20180411061824.GA28791@la.guarana.org> References: <001a114292fadd3e2505607060a8@google.com> <20180409040433.GJ685@sol.localdomain> <20180409055636.GA2551@la.guarana.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180409055636.GA2551@la.guarana.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Apr 09, 2018 at 01:56:36AM -0400, Kevin Easton wrote: > On Sun, Apr 08, 2018 at 09:04:33PM -0700, Eric Biggers wrote: > ... > > > > Looks like this is going to be fixed by > > https://patchwork.kernel.org/patch/10327883/ ("af_key: Always verify length of > > provided sadb_key"), but it's not applied yet to the ipsec tree yet. Kevin, for > > future reference, for syzbot bugs it would be helpful to reply to the original > > bug report and say that a patch was sent out, or even better send the patch as a > > reply to the bug report email, e.g. > > > > git format-patch --in-reply-to="<001a114292fadd3e2505607060a8@google.com>" > > > > for this one (and the Message ID can be found in the syzkaller-bugs archive even > > if the email isn't in your inbox). > > Sure, I can do that. I recalled one reason I _didn't_ do this - the message ID is retrievable from the archived email, but because the archive is Google Groups the message recipients aren't (only masked). - Kevin