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. -- To view, visit https://gerrit.osmocom.org/c/dahdi-linux/+/42898?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: comment Gerrit-Project: dahdi-linux Gerrit-Branch: master Gerrit-Change-Id: I11a16ffed90223cbeae456a26834c0342146eb88 Gerrit-Change-Number: 42898 Gerrit-PatchSet: 1 Gerrit-Owner: laforge <[email protected]> Gerrit-Reviewer: Jenkins Builder Gerrit-Reviewer: osmith <[email protected]> Gerrit-Attention: laforge <[email protected]> Gerrit-Comment-Date: Tue, 30 Jun 2026 08:58:45 +0000 Gerrit-HasComments: Yes Gerrit-Has-Labels: Yes
