Received: by 10.192.165.148 with SMTP id m20csp269922imm; Wed, 9 May 2018 12:22:40 -0700 (PDT) X-Google-Smtp-Source: AB8JxZr3l/oM7gur1acTO5FrHayVxARnqmaLBfLnnVBjhhOVPGv8XNl3QbWX58U40UMduNMa/5Ut X-Received: by 10.98.67.135 with SMTP id l7mr40434001pfi.55.1525893760361; Wed, 09 May 2018 12:22:40 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525893760; cv=none; d=google.com; s=arc-20160816; b=fEytUZPaGXBaEtBEZF4kCh6NXZoZ/rYKMgVXCUHcZluS10A932F3Ga4DeCdvv8iP+w onX3+WW5VcwfpGkW/IZZnd6HuEITFyZO8fvaMQctLQOVHKKPXl2v56Jp2nfzI2ocffvN y8yRfI8nbVXpXfVq+L0kqbtPzkLeyEm/8RncwjFJ8yE+khpVy9UYjZ3WMVbBQ7DMt6lu Vf+pHd1ycZRwpmBqbIj+SXHVbBSrUYwCMDeYkzAY+b0S2k7FpzRGGSdNBiPZJKLy5MV/ Bojt+o0edzm19kK6e30eMTiHc5upeMEr5bgypFzHbA/1nPOus2SpQ+BP2hCTlT6cuYY7 60tw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date :arc-authentication-results; bh=qc4bLcmYp7lP/KJCtGsGe42lTH8eRbbbbcld1JP0IuA=; b=I4RveedbuH5XDjlW06/I6NSMJsqSDSBBxsuXRNOpYmsCj+BaNaIXjf61VofYyniTeC AAMECitnNZL3QhXJ/CY4c4HUzQyM+o9yoUSvrct2ImgN3oXgJcfS1Bw9GgTReRDmNlG1 2EVwmQpMyG5FtfuOSYsALcIq9lzeUZZ8OP+dG7TOMiIWJQW9uPeQmPtiJ0cIrTniLluG aIsgDJ23OwjjY87x0jCNkFqL4PjfO+ALwgTfpL/ogX6HgemP8PYa4tr0LtjUPkiQ1TwY NmS5sxS+8c14HDjAC5qoUCjwyzS7JCb70kbXS6ueX1t17UHeJQgmBjmx2UKOg6OLXkb3 bbnA== 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 r3-v6si27187810plb.336.2018.05.09.12.22.25; Wed, 09 May 2018 12:22:40 -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 S965389AbeEITVz (ORCPT + 99 others); Wed, 9 May 2018 15:21:55 -0400 Received: from namei.org ([65.99.196.166]:59978 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965143AbeEITVy (ORCPT ); Wed, 9 May 2018 15:21:54 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w49JLbou014172; Wed, 9 May 2018 19:21:37 GMT Date: Thu, 10 May 2018 05:21:37 +1000 (AEST) From: James Morris To: Kees Cook cc: Tycho Andersen , David Howells , keyrings@vger.kernel.org, linux-security-module , LKML , Kernel Hardening , "Serge E. Hallyn" , "Jason A . Donenfeld" , Eric Biggers Subject: Re: [PATCH v3 1/3] big key: get rid of stack array allocation In-Reply-To: Message-ID: References: <20180424202639.19830-1-tycho@tycho.ws> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 10 May 2018, James Morris wrote: > > > > Reviewed-by: Kees Cook > > > > James, are these something you can take into your tree? > > Sure! Although, normally, these would likely come in to mine via David's tree. Please do that unless there's a special case here. -- James Morris