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

2025-03-27 Thread patchwork-bot+f2fs
Hello: This patch was applied to jaegeuk/f2fs.git (dev) by Jonathan Corbet : On Mon, 10 Feb 2025 11:17:49 +0100 you wrote: > 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

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

2025-02-10 Thread Mauro Carvalho Chehab
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: [PATCH 00/27] Improve ABI documentation generation

2025-02-10 Thread Jonathan Corbet
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 ahead and fix the already existing > script, I noticed that the script maintainan

[PATCH 00/27] Improve ABI documentation generation

2025-02-10 Thread Mauro Carvalho Chehab
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