Re: [RFC 00/19] Kernel API Specification Framework

2025-06-18 Thread Sasha Levin
On Wed, Jun 18, 2025 at 02:29:37PM -0700, Kees Cook wrote: On Sat, Jun 14, 2025 at 09:48:39AM -0400, Sasha Levin wrote: This patch series introduces a framework for formally specifying kernel APIs, addressing the long-standing challenge of maintaining stable interfaces between the kernel and use

Re: [RFC 00/19] Kernel API Specification Framework

2025-06-18 Thread Kees Cook
On Sat, Jun 14, 2025 at 09:48:39AM -0400, Sasha Levin wrote: > This patch series introduces a framework for formally specifying kernel > APIs, addressing the long-standing challenge of maintaining stable > interfaces between the kernel and user-space programs. As outlined in > previous discussions

Re: [RFC 00/19] Kernel API Specification Framework

2025-06-17 Thread David Laight
On Sat, 14 Jun 2025 09:48:39 -0400 Sasha Levin wrote: > This patch series introduces a framework for formally specifying kernel > APIs, addressing the long-standing challenge of maintaining stable > interfaces between the kernel and user-space programs. As outlined in > previous discussions about

[RFC 00/19] Kernel API Specification Framework

2025-06-14 Thread Sasha Levin
This patch series introduces a framework for formally specifying kernel APIs, addressing the long-standing challenge of maintaining stable interfaces between the kernel and user-space programs. As outlined in previous discussions about kernel ABI stability, the lack of machine-readable API specific