Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935242AbcLQC4P (ORCPT ); Fri, 16 Dec 2016 21:56:15 -0500 Received: from www262.sakura.ne.jp ([202.181.97.72]:27297 "EHLO www262.sakura.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933483AbcLQC4O (ORCPT ); Fri, 16 Dec 2016 21:56:14 -0500 To: keescook@chromium.org, linux-kernel@vger.kernel.org Cc: takedakn@nttdata.co.jp, james.l.morris@oracle.com, serge@hallyn.com, linux-security-module@vger.kernel.org Subject: Re: [PATCH] TOMOYO: use designated initializers From: Tetsuo Handa References: <20161217010522.GA140690@beast> In-Reply-To: <20161217010522.GA140690@beast> Message-Id: <201612171155.EDG30258.QOtFMSOJFFLOVH@I-love.SAKURA.ne.jp> X-Mailer: Winbiff [Version 2.51 PL2] X-Accept-Language: ja,en,zh Date: Sat, 17 Dec 2016 11:55:59 +0900 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 589 Lines: 15 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 .