Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp5345836imm; Tue, 26 Jun 2018 09:40:39 -0700 (PDT) X-Google-Smtp-Source: ADUXVKKofJFmyUwvdptvjwGf/ZH8QABpRJMC/ByDvEK1ALVs5Ao6IDkPgH2X7Eiju1MtEdpx3qBI X-Received: by 2002:a17:902:5488:: with SMTP id e8-v6mr2374836pli.137.1530031239558; Tue, 26 Jun 2018 09:40:39 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530031239; cv=none; d=google.com; s=arc-20160816; b=J1bKybWua7azBtxbAxsQuYPxUdJskoE7ai6PHxIEG2SH4rmMYNh5QbIzWNZwXr+M9x +/KoGNFCd+DLS1cFMq2LHP6ozot7lUp1bAUG2ZcchNfcnRoEHQ99lPgsqF+Uu9TBfaHJ wldBfPS/gMpxvITOjoymeZpU0DoHnXpA361O+o3K5YwRcWC7xfEgq1IOJ/NKPegZ1vJX MdeSEX7OO8Jnft3LWTWiHhARP+ckGgx6OPygsiOosCpxKfdp2ivrYy52TvNI+EBVsQSC E6aFAFINYYV8FkGObTN9P2kXY4IEwlCpr6AYka5nerxkqiJ0vDigdeF5Uvs8U3VnYC2U Culg== 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=6x17xFef8cIXft40w4qPYkDfbbvDQgilejSmqnM3Ok8=; b=m9lriHZzJaZyN9KcF0LCmipuVhd/QsoLXnEqXHK1kENDExvRfuz4pzVyWMFyNezDhI H6NdjmkJ/srwbH5xzcHAi5GFYoWp92rRb/OU2MsO3rs8dkkhGfOIIgy2N7XgGyVzULPg IUipyWmcZvQPdRPtlbgJlNGglPOA9ddePCB5A6Ixb/uMNWbaxAYGr2F7p+d3bqUrypBT Ib8WkZ2+VG3EuB7xXg7d4uLetsr29yKh+JwQu7k3FHYTF6bDSMRpxO4ciBV4xjxa3ENo U0m+ClNoewJw0WJQRADsJvOoUjC4tU0W9M/DpwTDpatxkX9bn9jHTHl/BwJhaiO+lVIn Mpog== 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 w8-v6si1651263pge.336.2018.06.26.09.40.25; Tue, 26 Jun 2018 09:40:39 -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 S1752491AbeFZQjr (ORCPT + 99 others); Tue, 26 Jun 2018 12:39:47 -0400 Received: from namei.org ([65.99.196.166]:33120 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751450AbeFZQjp (ORCPT ); Tue, 26 Jun 2018 12:39:45 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w5QGdgTe018477; Tue, 26 Jun 2018 16:39:42 GMT Date: Wed, 27 Jun 2018 02:39:42 +1000 (AEST) From: James Morris To: David Howells cc: linux-security-module@vger.kernel.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/3] KEYS: Miscellaneous fixes In-Reply-To: <153002876741.31726.8580751276453556884.stgit@warthog.procyon.org.uk> Message-ID: References: <153002876741.31726.8580751276453556884.stgit@warthog.procyon.org.uk> 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 Tue, 26 Jun 2018, David Howells wrote: > > Hi James, > > Here's a bunch of miscellaneous fixes: > > (1) Fix the handling of the X.509 signature BIT STRING. > > (2) Fix a section declaration. > > (3) Fix rounding in KDF. > > Could you pass these on to Linus please? Sure, the RSA one is already merged. > > The patches can be found here tagged thusly: > > https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git > keys-fixes-20180626 > > and also on the following branch: > > https://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git/log/?h=keys-fixes > > David > --- > Eric Biggers (1): > dh key: fix rounding up KDF output length > > Maciej S. Szmigiero (1): > X.509: unpack RSA signatureValue field from BIT STRING > > Nick Desaulniers (1): > certs/blacklist: fix const confusion > > > certs/blacklist.h | 2 +- > crypto/asymmetric_keys/x509_cert_parser.c | 9 +++++++++ > security/keys/dh.c | 6 ++++-- > 3 files changed, 14 insertions(+), 3 deletions(-) > -- James Morris