On Sun, 11 Feb 2018 20:05:43 +0200 Daniel Baluta <daniel.baluta@xxxxxxxxx> 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. So I've only had a chance to give this a quick once-over. It seems like useful stuff to have. Naturally I have a few thoughts... The biggest, perhaps, is that, if we're going to bring this material into the kernel documentation, we should integrate it properly. So, for example, references to kernel functions and data structures should link to the documentation for those objects. Most of the time, that can be done fairly simply using Sphinx markup - :c:func:`printk()`, for example. Beyond that, it sure would be nice if somebody could give the material a good review before merging. I can try to do that but it may take me a while to find the time... Thanks, jon -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html