mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2025-04-19 20:58:31 +09:00
docs: driver-api: firmware: clarify userspace requirements
The guidelines mention that firmware updates can't break the kernel, but it doesn't state directly that they can't break userspace programs. Make it explicit that firmware updates cannot break UAPI. Signed-off-by: Jacek Lawrynowicz <jacek.lawrynowicz@linux.intel.com> Acked-by: Dave Airlie <airlied@redhat.com> [jc: fixed "no trailing newline"] Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20250314100137.2972355-1-jacek.lawrynowicz@linux.intel.com
This commit is contained in:
parent
4e6b7141d1
commit
5b8f85d081
@ -42,3 +42,8 @@ then of course these rules will not apply strictly.)
|
||||
deprecating old major versions, then this should only be done as a
|
||||
last option, and be stated clearly in all communications.
|
||||
|
||||
* Firmware files that affect the User API (UAPI) shall not introduce
|
||||
changes that break existing userspace programs. Updates to such firmware
|
||||
must ensure backward compatibility with existing userspace applications.
|
||||
This includes maintaining consistent interfaces and behaviors that
|
||||
userspace programs rely on.
|
||||
|
Loading…
x
Reference in New Issue
Block a user