Re: [RFC PATCH 0/3] Introduce Linux kernel labs documentation

2018-02-19 Thread Jonathan Corbet
On Mon, 19 Feb 2018 14:53:22 +0100 Octavian Purdila wrote: > We noticed that some APIs we used don't have kernel doc comments. > Would it be appropriate to add them as separate patches in this > series? Absolutely, though they should generally go through the appropriate maintainers for the subsy

Re: [RFC PATCH 0/3] Introduce Linux kernel labs documentation

2018-02-19 Thread Octavian Purdila
On Mon, Feb 19, 2018 at 1:22 AM, Jonathan Corbet wrote: > On Sun, 11 Feb 2018 20:05:43 +0200 > Daniel Baluta wrote: > >> The Linux kernel labs documentation is a collection of "labs" for >> various device driver topics. For each topic there are two parts: a >> walk-through which explain the basic

Re: [RFC PATCH 0/3] Introduce Linux kernel labs documentation

2018-02-18 Thread Jonathan Corbet
On Sun, 11 Feb 2018 20:05:43 +0200 Daniel Baluta wrote: > The Linux kernel labs documentation is a collection of "labs" for > various device driver topics. For each topic there are two parts: a > walk-through which explain the basic concepts and a hands-on part which > contains a few exercises.

[RFC PATCH 0/3] Introduce Linux kernel labs documentation

2018-02-11 Thread Daniel Baluta
The Linux kernel labs documentation is a collection of "labs" for various device driver topics. For each topic there are two parts: a walk-through which explain the basic concepts and a hands-on part which contains a few exercises. This patch series introduces the lab infrastructure and documentat