Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752432AbbLKSSm (ORCPT ); Fri, 11 Dec 2015 13:18:42 -0500 Received: from mail-pa0-f46.google.com ([209.85.220.46]:33311 "EHLO mail-pa0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751733AbbLKSSl (ORCPT ); Fri, 11 Dec 2015 13:18:41 -0500 Date: Fri, 11 Dec 2015 10:18:29 -0800 From: Alexei Starovoitov To: Julia Lawall Cc: Steven Rostedt , kernel-janitors@vger.kernel.org, Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: [PATCH] bpf: constify bpf_verifier_ops structure Message-ID: <20151211181828.GA59096@ast-mbp.thefacebook.com> References: <1449855359-13724-1-git-send-email-Julia.Lawall@lip6.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449855359-13724-1-git-send-email-Julia.Lawall@lip6.fr> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 615 Lines: 17 On Fri, Dec 11, 2015 at 06:35:59PM +0100, Julia Lawall wrote: > This bpf_verifier_ops structure is never modified, like the other > bpf_verifier_ops structures, so declare it as const. > > Done with the help of Coccinelle. > > Signed-off-by: Julia Lawall Acked-by: Alexei Starovoitov Ingo, can you take it into tip ? Thanks! -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/