[Bug 2073479] Re: r8125 FTBFS with linux-hwe-6.8
Paolo Pisati
2073479 at bugs.launchpad.net
Fri Aug 2 10:26:41 UTC 2024
$ dkms status | grep r8
r8125/9.007.01, 5.15.0-118-generic, x86_64: installed
r8125/9.007.01, 6.8.0-40-generic, x86_64: installed
GA:
$ lsmod | grep r8
r8125 217088 0
HWE:
$ lsmod | grep r8
r8125 245760 0
** Tags removed: verification-needed verification-needed-jammy
** Tags added: verification-done-jammy
--
You received this bug notification because you are a member of Ubuntu
Sponsors, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/2073479
Title:
r8125 FTBFS with linux-hwe-6.8
Status in r8125 package in Ubuntu:
Invalid
Status in r8125 source package in Jammy:
Fix Committed
Bug description:
[Impact]
...
/home/ubuntu/dkms/r8125/r8125-9.007.01/src/r8125_n.c: In function ‘rtl8125_get_drvinfo’:
/home/ubuntu/dkms/r8125/r8125-9.007.01/src/r8125_n.c:4441:17: error: implicit declaration of function ‘strlcpy’; did you mean ‘strscpy’? [-Werror=implicit-function-declaration]
4441 | strlcpy(info->fw_version, rtl_fw->version,
| ^~~~~~~
...
[Fix]
Apply the attached fix.
[How to test]
Install, rebuild and load the fixed package with GA and HWE kernels.
[Regression potential]
None, the fix replaces an occurrence of the deprecated strlcpy() with
strscpy().
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/r8125/+bug/2073479/+subscriptions
More information about the Ubuntu-sponsors
mailing list