From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751060AbdE3Pr4 (ORCPT ); Tue, 30 May 2017 11:47:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:50362 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750902AbdE3Pry (ORCPT ); Tue, 30 May 2017 11:47:54 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 5AC28C059721 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=dhowells@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 5AC28C059721 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: <20170530071022.GB26483@linaro.org> References: <20170530071022.GB26483@linaro.org> To: AKASHI Takahiro Cc: dhowells@redhat.com, ard.biesheuvel@linaro.org, keyrings@vger.kernel.org, linux-kernel@vger.kernel.org, pjones@redhat.com Subject: Re: verify_pefile_signature() and a message field of MZ header in pe.h MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <15953.1496159272.1@warthog.procyon.org.uk> Date: Tue, 30 May 2017 16:47:52 +0100 Message-ID: <15954.1496159272@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Tue, 30 May 2017 15:47:54 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org AKASHI Takahiro wrote: > Struct mz_hdr in include/linux/pe.h contains a message[] field. > Should it be part of this structure? You'd probably be better off asking Peter Jones - he wrote the original code that I copied into the kernel. David