From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751657AbdJTNvO (ORCPT ); Fri, 20 Oct 2017 09:51:14 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35200 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750936AbdJTNvN (ORCPT ); Fri, 20 Oct 2017 09:51:13 -0400 Date: Fri, 20 Oct 2017 15:51:20 +0200 From: Greg Kroah-Hartman To: Kees Cook Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] lkdtm: Constify the crashtypes table Message-ID: <20171020135120.GA9305@kroah.com> References: <20171020133149.GA18468@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171020133149.GA18468@beast> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Oct 20, 2017 at 06:31:49AM -0700, Kees Cook wrote: > Since nothing in the crashtypes table ever changes, mark it const. Adds > some missing "static" markings as well. > > Signed-off-by: Kees Cook > --- > drivers/misc/lkdtm_core.c | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) Hint, when you send patches that depend on the previous one, please number them so I know to apply them in the correct order... thanks, greg k-h