[f2fs-dev] [PATCH 07/27] ABI: sysfs-fs-f2fs: fix date tags

2025-02-10 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Some date tags are missing colons. Add them to comply with ABI description and produce right results when converted to html/pdf. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/testing/sysfs-fs-f2fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/

[f2fs-dev] [PATCH 00/27] Improve ABI documentation generation

2025-02-10 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Hi Jon/Greg, This series replace get_abi.pl with a Python version. I originally started it due to some issues I noticed when searching for ABI symbols. While I could just go ahead and fix the already existing script, I noticed that the script maintainance didn't have much care over all those year

Re: [f2fs-dev] [PATCH 00/27] Improve ABI documentation generation

2025-02-10 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Em Mon, 10 Feb 2025 11:30:46 -0700 Jonathan Corbet escreveu: > Mauro Carvalho Chehab writes: > > > Hi Jon/Greg, > > > > This series replace get_abi.pl with a Python version. > > > > I originally started it due to some issues I noticed when searching for > > ABI symbols. While I could just go ah

Re: [f2fs-dev] [RFC v2 00/38] Improve ABI documentation generation

2025-01-29 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Em Wed, 29 Jan 2025 02:45:18 +0100 Mauro Carvalho Chehab escreveu: > > I've only tested with current Sphinx, > > have you tried this with the more ancient versions we support? > > Not yet, but I double-checked at Sphinx documentation to be sure that > I won't be using any newer methods: I just

Re: [f2fs-dev] [RFC v2 00/38] Improve ABI documentation generation

2025-01-29 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Em Wed, 29 Jan 2025 08:58:13 -0700 Jonathan Corbet escreveu: > Mauro Carvalho Chehab writes: > > > So, I'm proposing to change the minimal requirements to: > > - Sphinx 3.4.3; > > - Python 3.9 > > > > By setting Sphinx minimal version to 3.4.3, we can get rid of all > > Sphinx backward-

[f2fs-dev] [RFC v2 10/38] ABI: sysfs-fs-f2fs: fix date tags

2025-01-27 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Some date tags are missing colons. Add them to comply with ABI description and produce right results when converted to html/pdf. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/testing/sysfs-fs-f2fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/

[f2fs-dev] [RFC v2 00/38] Improve ABI documentation generation

2025-01-27 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Hi Jon/Greg, That's the second version of my RFC patches meant to modenize the ABI parser that I wrote in Perl. I originally started it due to some issues I noticed when searching for ABI symbols. While I could just go ahead and fix the already existing script, I noticed that the script maintaina

Re: [f2fs-dev] [RFC v2 00/38] Improve ABI documentation generation

2025-01-28 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Em Tue, 28 Jan 2025 15:42:00 -0700 Jonathan Corbet escreveu: > Mauro Carvalho Chehab writes: > > > Hi Jon/Greg, > > > > That's the second version of my RFC patches meant to modenize the ABI > > parser that I wrote in Perl. > > I have a couple of minor comments on the individual patches, but

Re: [f2fs-dev] [RFC v2 00/38] Improve ABI documentation generation

2025-01-29 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Em Tue, 28 Jan 2025 15:42:00 -0700 Jonathan Corbet escreveu: > [It's probably time to raise our minimum version again, especially now > that current Sphinx has better performance.] Last change was about one year ago, so it sounds fair to also change Sphinx minimal version with about one year gap

[f2fs-dev] [PATCH RFC 00/10] Improve ABI documentation generation

2025-01-17 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Hi Jon/Greg, The main goal of this RFC is to give a heads up of a work I've been doing to replace the get_abi.pl script with a python version. Patches 1-6 are OK to be applied: - Patch 1 changes the sort criteria of the ABI generation to use alphabetic order: currently, it is *almost* alphabet

[f2fs-dev] [PATCH RFC 05/10] ABI: sysfs-fs-f2fs: fix date tags

2025-01-17 Thread Mauro Carvalho Chehab via Linux-f2fs-devel
Some date tags are missing colons. Add them to comply with ABI description and produce right results when converted to html/pdf. Signed-off-by: Mauro Carvalho Chehab --- Documentation/ABI/testing/sysfs-fs-f2fs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/