From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752288AbcBKLmB (ORCPT ); Thu, 11 Feb 2016 06:42:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41319 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751140AbcBKLl6 convert rfc822-to-8bit (ORCPT ); Thu, 11 Feb 2016 06:41:58 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <56BC423C.6080405@univention.de> References: <56BC423C.6080405@univention.de> <23015.1443196492@warthog.procyon.org.uk> To: Philipp Hahn Cc: dhowells@redhat.com, stable@vger.kernel.org, Sasha Levin , linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] Miscellaneous keyrings and modsign fixes MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <27868.1455190916.1@warthog.procyon.org.uk> Content-Transfer-Encoding: 8BIT Date: Thu, 11 Feb 2016 11:41:56 +0000 Message-ID: <27869.1455190916@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Philipp Hahn wrote: > Am 25.09.2015 um 17:54 schrieb David Howells: > > Can you pass these changes on to Linus? There are four: > ... > > (3) Don't strip leading zeros from the key ID when using it to construct a > > key description lest this make the key not match. > > That commit e7c87bef7de2417b219d4dbfe8d33a0098a8df54 went into v4.3-rc4 > and is required to fix dd2f6c4481debfa389c1f2b2b1d5bd6449c42611, which > was introduced with 3.18-rc1. As thus I recommend back-porting that fix > and inclusion into > 4.2 > 4.1 > 4.0 > 3.19 > 3.18 > The patch is simple enough to be cherry-picked into each branch without > any fuzz. > > We hit that bug and Ubuntu did too: > Sounds good. David