On Tue, Jul 30, 2019 at 07:00:28PM -0300, Mauro Carvalho Chehab wrote: > Em Tue, 30 Jul 2019 17:50:07 -0400 > Joel Fernandes <joel@xxxxxxxxxxxxxxxxx> escreveu: > > > On Tue, Jul 30, 2019 at 02:22:50PM -0700, Paul E. McKenney wrote: > > > On Fri, Jul 26, 2019 at 09:51:35AM -0300, Mauro Carvalho Chehab wrote: > > > > There are 4 RCU articles that are written on html format. > > > > > > > > The way they are, they can't be part of the Linux Kernel > > > > documentation body nor share the styles and pdf output. > > > > > > > > So, convert them to ReST format. > > > > > > > > This way, make htmldocs and make pdfdocs will produce a > > > > documentation output that will be like the original ones, but > > > > will be part of the Linux Kernel documentation body. > > > > > > > > Part of the conversion was done with the help of pandoc, but > > > > the result had some broken things that had to be manually > > > > fixed. > > > > > > > > Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> > > > > > > I am having some trouble applying these, at least in part due to UTF-8 > > > sequences, for example double left quotation mark. These end up being > > > "=E2=80=9C", with a few space characters turned into "=20". > > > > > > Any advice on how to apply these? Should I just pull commits from > > > somewhere? > > > > I was able to successfully apply and build this particular patch. I think > > this is the only one in the series that applies to RCU. > > > > Sadly, I can't find the patch in any of the public archives, but I could > > perhaps email it to you as an .mbox attach which 'git am' should be able to > > apply. > > > > Mauro did say he was going to add some more details to changelog, or it could > > be added when it is applied: > > https://lore.kernel.org/rcu/20190726154550.5eeae294@xxxxxxxx/ > > Yeah, I'm also planning to address at least some of the issues you > pointed, in order to improve the html output, but got sidetracked by something > else and didn't find any time yet to finish. I'm adding some CI automation for > the media subsystem in order to help us dealing with the huge amount of patches > we receive there. > > Feel free to add those details to the changelog. I may find some spare time > this week or the next one for the improvements you suggested, but those > could be sent on followup patches, once done. Ok, I will re-send this RCU patch with the changes, leave this one to me. The other memory model one, needs a lot more work so we can keep that aside for now till someone has the time. thanks, - Joel