[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5179E1E1.4050304@chrisli.org>
Date: Thu, 25 Apr 2013 19:09:37 -0700
From: Christopher Li <sparse@...isli.org>
To: Dan Carpenter <dan.carpenter@...cle.com>
CC: Andrew Morton <akpm@...ux-foundation.org>,
kbuild test robot <fengguang.wu@...el.com>,
Jingoo Han <jg1.han@...sung.com>, kbuild-all@...org,
Linux-Sparse <linux-sparse@...r.kernel.org>,
linux-kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] forced argument Was Re: sparse: incorrect type in argument
1 (different address spaces)
On 04/22/2013 11:16 PM, Dan Carpenter wrote:
> That didn't work. It's the the void * in the parameter list that's
> the problem. We'd need to do something like the patch below:
>
> Otherwise we could add "__ok_to_cast" thing to Sparse maybe?
Thanks for the insight. I make a small patch to test the __ok_to_cast
feature. The syntax is adding the force attribute to the argument
declaration.
it will look like this:
static inline long __must_check PTR_ERR( __force const void *ptr)
That means the "ptr" argument will perform a forced cast when receiving
the argument. It is OK to pass __iomem pointer to "ptr".
The example are in the patch. It need to patch both sparse and the
Linux tree.
What do you say?
Chris
View attachment "0001-Allow-forced-attribute-in-function-argument.patch" of type "text/x-patch" (2073 bytes)
Powered by blists - more mailing lists