Re: [tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-09-06 Thread Peter Zijlstra
On Tue, Sep 05, 2017 at 09:15:36PM +0300, Alexey Dobriyan wrote: > It is not a policy, just a "grassroot" movement to give people good > example and wait until someone is annoyed enough to mass convert > everything. -) Well, its a mess and I cleaned up the outliers. > Worked for fs/proc/Makefile

Re: [tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-09-05 Thread Alexey Dobriyan
On Mon, Sep 04, 2017 at 09:36:43PM +0200, Peter Zijlstra wrote: > On Mon, Sep 04, 2017 at 08:34:44PM +0300, Alexey Dobriyan wrote: > > On Mon, Sep 04, 2017 at 02:37:24PM +0200, Peter Zijlstra wrote: > > > - once.o refcount.o usercopy.o errseq.o > > > -obj-y += string_helpers.o > > > + once.o user

Re: [tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-09-04 Thread Peter Zijlstra
On Mon, Sep 04, 2017 at 08:34:44PM +0300, Alexey Dobriyan wrote: > On Mon, Sep 04, 2017 at 02:37:24PM +0200, Peter Zijlstra wrote: > > -once.o refcount.o usercopy.o errseq.o > > -obj-y += string_helpers.o > > +once.o usercopy.o errseq.o string_helpers.o hexdump.o kstrtox.o > > + > > +obj-$(

Re: [tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-09-04 Thread Peter Zijlstra
On Mon, Sep 04, 2017 at 10:11:37AM -0700, Kees Cook wrote: > On Mon, Sep 4, 2017 at 5:37 AM, Peter Zijlstra wrote: > > On Wed, Jun 28, 2017 at 09:58:15AM -0700, tip-bot for Kees Cook wrote: > >> locking/refcount: Create unchecked atomic_t implementation > > > > This seems to do only half the job.

Re: [tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-09-04 Thread Alexey Dobriyan
On Mon, Sep 04, 2017 at 02:37:24PM +0200, Peter Zijlstra wrote: > - once.o refcount.o usercopy.o errseq.o > -obj-y += string_helpers.o > + once.o usercopy.o errseq.o string_helpers.o hexdump.o kstrtox.o > + > +obj-$(CONFIG_REFCOUNT_FULL) += refcount.o > obj-$(CONFIG_TEST_STRING_HELPERS)

Re: [tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-09-04 Thread Kees Cook
On Mon, Sep 4, 2017 at 5:37 AM, Peter Zijlstra wrote: > On Wed, Jun 28, 2017 at 09:58:15AM -0700, tip-bot for Kees Cook wrote: >> locking/refcount: Create unchecked atomic_t implementation > > This seems to do only half the job. Here's the rest. > > --- > Subject: locking/refcount: Finish unchecke

Re: [tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-09-04 Thread Peter Zijlstra
On Wed, Jun 28, 2017 at 09:58:15AM -0700, tip-bot for Kees Cook wrote: > locking/refcount: Create unchecked atomic_t implementation This seems to do only half the job. Here's the rest. --- Subject: locking/refcount: Finish unchecked atomic_t implementation For some reason the unchecked atomic_t

[tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-06-28 Thread tip-bot for Kees Cook
Commit-ID: fd25d19f6b8da315332bb75936605fb45d3ea981 Gitweb: http://git.kernel.org/tip/fd25d19f6b8da315332bb75936605fb45d3ea981 Author: Kees Cook AuthorDate: Wed, 21 Jun 2017 13:00:26 -0700 Committer: Ingo Molnar CommitDate: Wed, 28 Jun 2017 18:54:46 +0200 locking/refcount: Create unche

[tip:locking/core] locking/refcount: Create unchecked atomic_t implementation

2017-06-22 Thread tip-bot for Kees Cook
Commit-ID: 87f7583e9205fe5220677d0775f3a4d2b8fe8827 Gitweb: http://git.kernel.org/tip/87f7583e9205fe5220677d0775f3a4d2b8fe8827 Author: Kees Cook AuthorDate: Wed, 21 Jun 2017 13:00:26 -0700 Committer: Ingo Molnar CommitDate: Thu, 22 Jun 2017 10:36:25 +0200 locking/refcount: Create unche