From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Li Subject: Re: [PATCH v3] sparse: treat function pointers as pointers to const data Date: Thu, 9 Oct 2014 02:00:02 +0800 Message-ID: References: <1410157803-3658-1-git-send-email-ard.biesheuvel@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-yk0-f176.google.com ([209.85.160.176]:40313 "EHLO mail-yk0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752376AbaJHSAD (ORCPT ); Wed, 8 Oct 2014 14:00:03 -0400 Received: by mail-yk0-f176.google.com with SMTP id q9so1607913ykb.35 for ; Wed, 08 Oct 2014 11:00:02 -0700 (PDT) In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Ard Biesheuvel Cc: Linux-Sparse , Will Deacon On Mon, Oct 6, 2014 at 10:44 PM, Ard Biesheuvel wrote: >> we only address the case where the function pointer is the target of >> an assignment. I apply the patch in my private branch but haven't push out yet. I just want to confirm, you didn't find this kind of assignment in the kernel, right? Chris