Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752079AbbLKSSV (ORCPT ); Fri, 11 Dec 2015 13:18:21 -0500 Received: from www62.your-server.de ([213.133.104.62]:49538 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751216AbbLKSST (ORCPT ); Fri, 11 Dec 2015 13:18:19 -0500 Message-ID: <566B1366.8000309@iogearbox.net> Date: Fri, 11 Dec 2015 19:18:14 +0100 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Julia Lawall , Steven Rostedt CC: kernel-janitors@vger.kernel.org, Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: [PATCH] bpf: constify bpf_verifier_ops structure References: <1449855359-13724-1-git-send-email-Julia.Lawall@lip6.fr> In-Reply-To: <1449855359-13724-1-git-send-email-Julia.Lawall@lip6.fr> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 570 Lines: 16 On 12/11/2015 06:35 PM, 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 Thanks Julia! Acked-by: Daniel Borkmann -- 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/