[PATCH RFC 1/1] doc/rcu: Add some more listRCU patterns in the kernel

2019-06-01 Thread Joel Fernandes (Google)
We keep the initially written audit examples and add to it, since the code that audit has is still relevant even though slightly different in the kernel. Cc: r...@vger.kernel.org Signed-off-by: Joel Fernandes (Google) --- Documentation/RCU/listRCU.txt | 154 +++--- 1

Re: [PATCH RFC 1/1] doc/rcu: Add some more listRCU patterns in the kernel

2019-06-01 Thread Joel Fernandes
Forgot to CC +Neil Brown , will do in the next posting, thanks! On Sat, Jun 1, 2019 at 5:39 AM Joel Fernandes (Google) wrote: > > We keep the initially written audit examples and add to it, since the > code that audit has is still relevant even though slightly different in > the kernel. > > Cc: r

Re: [PATCH RFC] Rough draft document on merging and rebasing

2019-06-01 Thread Theodore Ts'o
On Thu, May 30, 2019 at 01:53:17PM -0600, Jonathan Corbet wrote: > +Rebasing > + > + > +"Rebasing" is the process of changing the history of a series of commits > +within a repository. At its simplest, a rebase could change the starting > +point of a patch series from one point to another.

Re: [PATCH v3 2/3] kernel/ucounts: expose count of inotify watches in use

2019-06-01 Thread Albert Vaca Cintora
On Sat, Jun 1, 2019 at 2:00 AM Andrew Morton wrote: > > On Fri, 31 May 2019 21:50:15 +0200 Albert Vaca Cintora > wrote: > > > Adds a readonly 'current_inotify_watches' entry to the user sysctl table. > > The handler for this entry is a custom function that ends up calling > > proc_dointvec. Said