Attention is currently required from: laforge.
osmith has posted comments on this change by laforge. ( https://gerrit.osmocom.org/c/dahdi-linux/+/42898?usp=email )
Change subject: compatibility with kernel >= 7.2 which removed strncpy ......................................................................
Patch Set 1: Code-Review-1
(1 comment)
Patchset:
PS1: I think it is better to replace strncpy with strscpy directly in the code instead of adding a define.
From https://docs.kernel.org/process/deprecated.html#strncpy:
[…] Due to its various behaviors, it was an ambiguous API for determining what an author’s true intent was for the copy. The replacements for strncpy() are: […]
See https://gerrit.osmocom.org/c/dahdi-linux/+/42906.