Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-09 Thread Ingo Molnar
* David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > v2: incorporate fixes from Peter Zijlstra and Ingo Molnar > > Signed-off-by: David Windsor > --- > lib/refcount.c | 122 >

Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-09 Thread Ingo Molnar
* David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > v2: incorporate fixes from Peter Zijlstra and Ingo Molnar > > Signed-off-by: David Windsor > --- > lib/refcount.c | 122 > +++-- > 1 file changed, 110

Re: [kernel-hardening] [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-09 Thread Kees Cook
On Thu, Mar 2, 2017 at 5:55 PM, David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > v2: incorporate fixes from Peter Zijlstra and Ingo Molnar Thanks for the update! > > Signed-off-by: David Windsor Reviewed-by: Kees Cook

Re: [kernel-hardening] [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-09 Thread Kees Cook
On Thu, Mar 2, 2017 at 5:55 PM, David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > v2: incorporate fixes from Peter Zijlstra and Ingo Molnar Thanks for the update! > > Signed-off-by: David Windsor Reviewed-by: Kees Cook Can this go via the tip locking tree,

[PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-02 Thread David Windsor
This adds kernel-doc comments for the new refcount_t API. v2: incorporate fixes from Peter Zijlstra and Ingo Molnar Signed-off-by: David Windsor --- lib/refcount.c | 122 +++-- 1 file changed, 110 insertions(+), 12

[PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-02 Thread David Windsor
This adds kernel-doc comments for the new refcount_t API. v2: incorporate fixes from Peter Zijlstra and Ingo Molnar Signed-off-by: David Windsor --- lib/refcount.c | 122 +++-- 1 file changed, 110 insertions(+), 12 deletions(-) diff --git

Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-01 Thread Peter Zijlstra
On Tue, Feb 28, 2017 at 10:34:45PM -0500, David Windsor wrote: > diff --git a/lib/refcount.c b/lib/refcount.c > index 1d33366..30e0927 100644 > --- a/lib/refcount.c > +++ b/lib/refcount.c > @@ -37,6 +37,15 @@ > #include > #include > > +/** > + * refcount_add_not_zero - add a value to a

Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-01 Thread Peter Zijlstra
On Tue, Feb 28, 2017 at 10:34:45PM -0500, David Windsor wrote: > diff --git a/lib/refcount.c b/lib/refcount.c > index 1d33366..30e0927 100644 > --- a/lib/refcount.c > +++ b/lib/refcount.c > @@ -37,6 +37,15 @@ > #include > #include > > +/** > + * refcount_add_not_zero - add a value to a

Re: [kernel-hardening] [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-01 Thread Peter Zijlstra
On Tue, Feb 28, 2017 at 09:44:40PM -0800, Kees Cook wrote: > On Tue, Feb 28, 2017 at 7:34 PM, David Windsor wrote: > > This adds kernel-doc comments for the new refcount_t API. > > > > Signed-off-by: David Windsor > > Yay docs! :) > > Acked-by: Kees Cook

Re: [kernel-hardening] [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-01 Thread Peter Zijlstra
On Tue, Feb 28, 2017 at 09:44:40PM -0800, Kees Cook wrote: > On Tue, Feb 28, 2017 at 7:34 PM, David Windsor wrote: > > This adds kernel-doc comments for the new refcount_t API. > > > > Signed-off-by: David Windsor > > Yay docs! :) > > Acked-by: Kees Cook Now if only they were accurate ;-)

Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-01 Thread Ingo Molnar
* David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > Signed-off-by: David Windsor > --- > include/linux/refcount.h | 19 ++ > lib/refcount.c | 95 > +++- >

Re: [PATCH] refcount: add refcount_t API kernel-doc comments

2017-03-01 Thread Ingo Molnar
* David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > Signed-off-by: David Windsor > --- > include/linux/refcount.h | 19 ++ > lib/refcount.c | 95 > +++- > 2 files changed, 105 insertions(+), 9

Re: [kernel-hardening] [PATCH] refcount: add refcount_t API kernel-doc comments

2017-02-28 Thread Kees Cook
On Tue, Feb 28, 2017 at 7:34 PM, David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > Signed-off-by: David Windsor Yay docs! :) Acked-by: Kees Cook -Kees -- Kees Cook Pixel Security

Re: [kernel-hardening] [PATCH] refcount: add refcount_t API kernel-doc comments

2017-02-28 Thread Kees Cook
On Tue, Feb 28, 2017 at 7:34 PM, David Windsor wrote: > This adds kernel-doc comments for the new refcount_t API. > > Signed-off-by: David Windsor Yay docs! :) Acked-by: Kees Cook -Kees -- Kees Cook Pixel Security

[PATCH] refcount: add refcount_t API kernel-doc comments

2017-02-28 Thread David Windsor
This adds kernel-doc comments for the new refcount_t API. Signed-off-by: David Windsor --- include/linux/refcount.h | 19 ++ lib/refcount.c | 95 +++- 2 files changed, 105 insertions(+), 9 deletions(-) diff --git

[PATCH] refcount: add refcount_t API kernel-doc comments

2017-02-28 Thread David Windsor
This adds kernel-doc comments for the new refcount_t API. Signed-off-by: David Windsor --- include/linux/refcount.h | 19 ++ lib/refcount.c | 95 +++- 2 files changed, 105 insertions(+), 9 deletions(-) diff --git