Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-21 Thread Mauro Carvalho Chehab
Em Fri, 21 Apr 2017 08:37:45 +0200 Markus Heiser escreveu: > Am 21.04.2017 um 01:21 schrieb Mauro Carvalho Chehab > : > > > - I'm not a python programmer ;-) I just took Markus "generic" kernel-cmd > > code, hardcoding there a call to the

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-21 Thread Mauro Carvalho Chehab
Em Fri, 21 Apr 2017 08:37:45 +0200 Markus Heiser escreveu: > Am 21.04.2017 um 01:21 schrieb Mauro Carvalho Chehab > : > > > - I'm not a python programmer ;-) I just took Markus "generic" kernel-cmd > > code, hardcoding there a call to the script. > > > > With (a lot of) time, I would likely

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-21 Thread Markus Heiser
Am 21.04.2017 um 01:21 schrieb Mauro Carvalho Chehab : > - I'm not a python programmer ;-) I just took Markus "generic" kernel-cmd > code, hardcoding there a call to the script. > > With (a lot of) time, I would likely be able to find a solution to add > the entire

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-21 Thread Markus Heiser
Am 21.04.2017 um 01:21 schrieb Mauro Carvalho Chehab : > - I'm not a python programmer ;-) I just took Markus "generic" kernel-cmd > code, hardcoding there a call to the script. > > With (a lot of) time, I would likely be able to find a solution to add > the entire ABI logic there, but, in

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-20 Thread Mauro Carvalho Chehab
Em Thu, 20 Apr 2017 15:40:00 -0600 Jonathan Corbet escreveu: > On Thu, 13 Apr 2017 07:08:43 -0300 > Mauro Carvalho Chehab wrote: > > > That's the third attempt to add support for the Kernel ABI > > at the Documentation's admin guide. > > > > The first

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-20 Thread Mauro Carvalho Chehab
Em Thu, 20 Apr 2017 15:40:00 -0600 Jonathan Corbet escreveu: > On Thu, 13 Apr 2017 07:08:43 -0300 > Mauro Carvalho Chehab wrote: > > > That's the third attempt to add support for the Kernel ABI > > at the Documentation's admin guide. > > > > The first approach was based on a generic extension

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-20 Thread Jonathan Corbet
On Thu, 13 Apr 2017 07:08:43 -0300 Mauro Carvalho Chehab wrote: > That's the third attempt to add support for the Kernel ABI > at the Documentation's admin guide. > > The first approach was based on a generic extension that > calls a random script. This one is based on

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-20 Thread Jonathan Corbet
On Thu, 13 Apr 2017 07:08:43 -0300 Mauro Carvalho Chehab wrote: > That's the third attempt to add support for the Kernel ABI > at the Documentation's admin guide. > > The first approach was based on a generic extension that > calls a random script. This one is based on a new Sphinx > extension

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-13 Thread Mauro Carvalho Chehab
Em Thu, 13 Apr 2017 07:08:43 -0300 Mauro Carvalho Chehab escreveu: > That's the third attempt to add support for the Kernel ABI > at the Documentation's admin guide. > > The first approach was based on a generic extension that > calls a random script. This one is based

Re: [PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-13 Thread Mauro Carvalho Chehab
Em Thu, 13 Apr 2017 07:08:43 -0300 Mauro Carvalho Chehab escreveu: > That's the third attempt to add support for the Kernel ABI > at the Documentation's admin guide. > > The first approach was based on a generic extension that > calls a random script. This one is based on a new Sphinx >

[PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-13 Thread Mauro Carvalho Chehab
That's the third attempt to add support for the Kernel ABI at the Documentation's admin guide. The first approach was based on a generic extension that calls a random script. This one is based on a new Sphinx extension with adds a symbol specific for parsing ABI symbols. It adds a new script

[PATCH v2 00/11] Documentation: Add ABI to the admin guide

2017-04-13 Thread Mauro Carvalho Chehab
That's the third attempt to add support for the Kernel ABI at the Documentation's admin guide. The first approach was based on a generic extension that calls a random script. This one is based on a new Sphinx extension with adds a symbol specific for parsing ABI symbols. It adds a new script