Page MenuHomeFreeBSD

linuxkpi: Define `seq_has_overflowed()` and `single_open_size()`
ClosedPublic

Authored by dumbbell on Mar 13 2023, 2:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 30, 9:14 AM
Unknown Object (File)
Jan 28 2024, 4:26 AM
Unknown Object (File)
Jan 14 2024, 7:28 AM
Unknown Object (File)
Dec 20 2023, 6:37 AM
Unknown Object (File)
Nov 25 2023, 2:57 AM
Unknown Object (File)
Nov 22 2023, 9:05 AM
Unknown Object (File)
Nov 22 2023, 8:58 AM
Unknown Object (File)
Nov 22 2023, 8:43 AM

Details

Summary

This required non-trivial changes to linux_seq_file.c to manage a new (struct seq_file)->size field. This field is read directly by DRM drivers, so we can't alias it to a call to sbuf_len(9).

single_open_size() also depended on the ability to allocate the sbuf with a specified size instead of relying on sbuf_new_auto().

This is part of the update of the DRM drivers to Linux 5.17.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable