linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] checkpatch: Add __pmem to $Sparse annotations
@ 2015-08-07 19:44 Joe Perches
  2015-08-07 19:55 ` Ross Zwisler
  2015-08-07 20:37 ` [Acked] " Andy Whitcroft
  0 siblings, 2 replies; 3+ messages in thread
From: Joe Perches @ 2015-08-07 19:44 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Andy Whitcroft, Ross Zwisler, LKML

commit 61031952f4c8 ("arch, x86: pmem api for ensuring durability
of persistent memory updates") added a new __pmem annotation for
sparse verification.  Add __pmem to the $Sparse variable so
checkpatch can appropriately ignore uses of this attribute too.

Signed-off-by: Joe Perches <joe@perches.com>
---
 scripts/checkpatch.pl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
index fd8e502..6362ec3 100755
--- a/scripts/checkpatch.pl
+++ b/scripts/checkpatch.pl
@@ -264,6 +264,7 @@ our $Sparse	= qr{
 			__kernel|
 			__force|
 			__iomem|
+			__pmem|
 			__must_check|
 			__init_refok|
 			__kprobes|



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] checkpatch: Add __pmem to $Sparse annotations
  2015-08-07 19:44 [PATCH] checkpatch: Add __pmem to $Sparse annotations Joe Perches
@ 2015-08-07 19:55 ` Ross Zwisler
  2015-08-07 20:37 ` [Acked] " Andy Whitcroft
  1 sibling, 0 replies; 3+ messages in thread
From: Ross Zwisler @ 2015-08-07 19:55 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Andy Whitcroft, LKML

On Fri, 2015-08-07 at 12:44 -0700, Joe Perches wrote:
> commit 61031952f4c8 ("arch, x86: pmem api for ensuring durability
> of persistent memory updates") added a new __pmem annotation for
> sparse verification.  Add __pmem to the $Sparse variable so
> checkpatch can appropriately ignore uses of this attribute too.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Reviewed-by: Ross Zwisler <ross.zwisler@linux.intel.com>



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Acked] [PATCH] checkpatch: Add __pmem to $Sparse annotations
  2015-08-07 19:44 [PATCH] checkpatch: Add __pmem to $Sparse annotations Joe Perches
  2015-08-07 19:55 ` Ross Zwisler
@ 2015-08-07 20:37 ` Andy Whitcroft
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Whitcroft @ 2015-08-07 20:37 UTC (permalink / raw)
  To: Joe Perches; +Cc: Andrew Morton, Ross Zwisler, LKML

On Fri, Aug 07, 2015 at 12:44:34PM -0700, Joe Perches wrote:
> commit 61031952f4c8 ("arch, x86: pmem api for ensuring durability
> of persistent memory updates") added a new __pmem annotation for
> sparse verification.  Add __pmem to the $Sparse variable so
> checkpatch can appropriately ignore uses of this attribute too.
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> ---
>  scripts/checkpatch.pl | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/scripts/checkpatch.pl b/scripts/checkpatch.pl
> index fd8e502..6362ec3 100755
> --- a/scripts/checkpatch.pl
> +++ b/scripts/checkpatch.pl
> @@ -264,6 +264,7 @@ our $Sparse	= qr{
>  			__kernel|
>  			__force|
>  			__iomem|
> +			__pmem|
>  			__must_check|
>  			__init_refok|
>  			__kprobes|

Acked-by: Andy Whitcroft <apw@canonical.com>

-apw

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-07 20:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07 19:44 [PATCH] checkpatch: Add __pmem to $Sparse annotations Joe Perches
2015-08-07 19:55 ` Ross Zwisler
2015-08-07 20:37 ` [Acked] " Andy Whitcroft

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).