Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932854AbdC2Wc4 (ORCPT ); Wed, 29 Mar 2017 18:32:56 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:34685 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752944AbdC2Wcy (ORCPT ); Wed, 29 Mar 2017 18:32:54 -0400 Subject: Re: [PATCH] TOMOYO: use designated initializers To: Kees Cook , Tetsuo Handa References: <20161217010522.GA140690@beast> <201612171155.EDG30258.QOtFMSOJFFLOVH@I-love.SAKURA.ne.jp> Cc: LKML , Kentaro Takeda , "Serge E. Hallyn" , linux-security-module From: James Morris Message-ID: <7b574e9d-e877-f73b-9cfc-6f6f0766a30d@oracle.com> Date: Thu, 30 Mar 2017 09:32:35 +1100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.7.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0021.oracle.com [141.146.126.233] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 839 Lines: 22 On 30/03/17 07:45, Kees Cook wrote: > On Fri, Dec 16, 2016 at 6:55 PM, Tetsuo Handa > wrote: >> Kees Cook wrote: >>> Prepare to mark sensitive kernel structures for randomization by making >>> sure they're using designated initializers. These were identified during >>> allyesconfig builds of x86, arm, and arm64, with most initializer fixes >>> extracted from grsecurity. >>> >>> Signed-off-by: Kees Cook >>> --- >>> security/tomoyo/file.c | 12 ++++++------ >>> security/tomoyo/tomoyo.c | 20 ++++++++++---------- >>> 2 files changed, 16 insertions(+), 16 deletions(-) >> >> Acked-by: Tetsuo Handa >> >> James, please apply to linux-security.git . > > Friendly ping. :) James, I don't think this ever got into -next? Please resend it.