Re: [PATCH] Ext4 Docs: Add missing bigalloc documentation.

2019-09-08 Thread Theodore Y. Ts'o
On Sat, Aug 31, 2019 at 10:44:19AM -0500, Ayush Ranjan wrote: > There was a broken link for bigalloc. The page > https://ext4.wiki.kernel.org/index.php/Bigalloc was not migrated into > the current documentation sources. This patch adds the contents of that > missing page into the section for Bigall

Re: [PATCH 0/6] Address issues with SPDX requirements and PEP-263

2019-09-08 Thread Matthew Wilcox
On Sat, Sep 07, 2019 at 11:17:22PM +0200, Thomas Gleixner wrote: > On Sat, 7 Sep 2019, Markus Heiser wrote: > > Am 07.09.19 um 20:04 schrieb Mauro Carvalho Chehab: > > > No idea. I would actually prefer to just remove the restriction, and let > > > the SPDX header to be anywhere inside the first co

Re: [PATCH 0/6] Address issues with SPDX requirements and PEP-263

2019-09-08 Thread Thomas Gleixner
On Sun, 8 Sep 2019, Matthew Wilcox wrote: > On Sat, Sep 07, 2019 at 11:17:22PM +0200, Thomas Gleixner wrote: > > On Sat, 7 Sep 2019, Markus Heiser wrote: > > > Am 07.09.19 um 20:04 schrieb Mauro Carvalho Chehab: > > > > No idea. I would actually prefer to just remove the restriction, and let > > >

[PATCH] Ext4 Documentation: Add missing quota section.

2019-09-08 Thread Ayush Ranjan
There were a few broken links for quota. The page https://ext4.wiki.kernel.org/index.php/Quota was not migrated into the current documentation sources. This patch adds the contents of that missing page as a new section in the overview page. Also fixes those broken links by replacing them with cross

Re: [PATCH] Documentation: kunit: Fix verification command

2019-09-08 Thread Brendan Higgins
On Sat, Sep 7, 2019 at 2:01 PM SeongJae Park wrote: > > kunit wrapper script ('kunit.py') receives a sub-command (only 'run' for > now) as its argument. If no sub-command is given, it prints help > message and just quit. However, an example command in the kunit > documentation for a verification

Re: [RFC 02/19] ktf: Introduce the main part of the kernel side of ktf

2019-09-08 Thread Brendan Higgins
On Tue, Aug 13, 2019 at 08:09:17AM +0200, Knut Omang wrote: Sorry, it's taken me way too long to get down to a proper code review on this. I was hoping to send you something a couple weeks ago in preparation for Tuesday, but I have been crazy busy. > The ktf module itself and basic data structure

Re: [RFC 03/19] ktf: Introduce a generic netlink protocol for test result communication

2019-09-08 Thread Brendan Higgins
On Tue, Aug 13, 2019 at 08:09:18AM +0200, Knut Omang wrote: > The generic netlink protocol used to communicate between > kernel and user space about tests and test results, as well as some > means for configuring tests within the kernel. > > Unlike other kernel side test code in the kernel, ktf do