Skip to content
Success

#1159 (Jul 6, 2026, 11:20:00 PM)

Started 22 hr ago
Took 37 sec on build5-deb12build-ansible

Started by timer

This run spent:

  • 2 ms waiting;
  • 37 sec build duration;
  • 37 sec total from scheduled to completion.
Revision: 77f32aee5a05a13d48d06ad28d6ae31df3ddfa95
Repository: https://gerrit.osmocom.org/dahdi-linux
  • origin/master
Revert "Adjust to strncpy removal in linux 7.2-rc1"

There is another repository at
https://github.com/asterisk/dahdi-linux that appears to be compatible to
linux >= 2.6 and we want to in theory merge everything from our repo
into that at some point. strscpy isn't available in such early linux
versions yet, so revert commit b1bc81f8077c5cb52eae7fbd4021bf180159aed7
and add a different fix for building with 7.2-rc1 as next patch.

Related: https://gerrit.osmocom.org/c/dahdi-linux/+/42906/comments/c06cfbe4_fbd94c6e
Change-Id: I71ad66d33b4a19e4cf9b431bcc3d3cd02cad5e2f
Oliver Smith at
compatibility with kernel >= 7.2 which removed strncpy

In commit 079a028d6327e68cfa5d38b36123637b321c19a7 the kernel removed
strncpy.  Let's use strscpy instead.

Change-Id: I11a16ffed90223cbeae456a26834c0342146eb88
Oliver Smith at