dynamic-loc-call test fails

Bug #2023570 reported by Andrei Gherzan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
dahdi-linux (Ubuntu)
New
Undecided
Unassigned
Lunar
Won't Fix
Undecided
Unassigned

Bug Description

The dynamic-loc-call test fails with the following:

[E] Spans not created or channels not properly registered in Asterisk.

The module is loaded without issue,s but there are failed logs in dmesg:

[ 1183.547021] dahdi: dahdi_unassign_span: DYN/loc/1:0
[ 1183.547039] dahdi: disable_span: span 1
[ 1183.552345] dahdi: dahdi_unassign_span: DYN/loc/1:1
[ 1183.552366] dahdi: disable_span: span 2
[ 1183.575782] TDMoL: Removed interface for DYN/loc/1:1, key 1 id 1
[ 1183.575792] dahdi: disable_span: span 0
[ 1183.575796] dahdi_devices dynamic:loc:1: local span 1 is already unassigned
[ 1183.673992] TDMoL: Removed interface for DYN/loc/1:0, key 1 id 0
[ 1183.674002] dahdi: disable_span: span 0
[ 1183.674005] dahdi_devices dynamic:loc:0: local span 1 is already unassigned
[ 1183.875872] DAHDI Dynamic Span support unloaded
[ 1183.900454] dahdi: Telephony Interface Unloaded
[ 1187.979061] dahdi: Version: 2.11.1.0.20170917
[ 1187.979236] dahdi: Telephony Interface Registered on major 196
[ 1187.982430] DAHDI Dynamic Span support LOADED
[ 1187.984543] TDMoL: Added new interface for DYN/loc/1:0, key 1 id 0
[ 1187.984590] TDMoX: No master.
[ 1188.049900] dahdi_echocan_oslec: disagrees about version of symbol oslec_create
[ 1188.049907] dahdi_echocan_oslec: Unknown symbol oslec_create (err -22)
[ 1188.049917] dahdi_echocan_oslec: disagrees about version of symbol oslec_update
[ 1188.049919] dahdi_echocan_oslec: Unknown symbol oslec_update (err -22)
[ 1188.049929] dahdi_echocan_oslec: disagrees about version of symbol oslec_free
[ 1188.049930] dahdi_echocan_oslec: Unknown symbol oslec_free (err -22)
[ 1188.085064] TDMoL: Added new interface for DYN/loc/1:1, key 1 id 1
[ 1188.085116] TDMoX: No master.
[ 1188.113916] Span DYN/loc/1:1: Expected seq no 0, but received 48 instead
[ 1188.132020] dahdi_echocan_oslec: disagrees about version of symbol oslec_create
[ 1188.132024] dahdi_echocan_oslec: Unknown symbol oslec_create (err -22)
[ 1188.132030] dahdi_echocan_oslec: disagrees about version of symbol oslec_update
[ 1188.132031] dahdi_echocan_oslec: Unknown symbol oslec_update (err -22)
[ 1188.132037] dahdi_echocan_oslec: disagrees about version of symbol oslec_free
[ 1188.132037] dahdi_echocan_oslec: Unknown symbol oslec_free (err -22)

This issue was spotted on Lunar linux-aws while carrying out the tests for the 6.2.0-1005.5 release. Full logs can be seen here: https://autopkgtest.ubuntu.com/results/autopkgtest-lunar/lunar/amd64/d/dahdi-linux/20230612_112344_3ff1c@/log.gz

It seems to affect all arches supported by this kernel.

One version before (6.2.0-1004.4) worked as expected. See full logs here: https://autopkgtest.ubuntu.com/results/autopkgtest-lunar/lunar/amd64/d/dahdi-linux/20230416_102938_dcd58@/log.gz

tags: added: sru-20230612
Revision history for this message
Stefan Bader (smb) wrote :

This looks to be an odd interaction between binutils, the kernel, and the way dahdi gets built. The dahdi_echocan_oslec module depends on echo.ko and the reported symbols belong to that. This modules is part of the kernel. It used to be in drivers/staging but moved to drivers/misc. The required header "oslec.h" unfortunately is not exported but seems to match the copy in dahdi-linux.

The dahdi-dkms spec file got modified so it does not install echo.ko from the dahdi build, but the module gets built regardless whenever dahdi_echocan_oslec is built. I am guessing that in that case linkage prefers the external built module over the existing kernel module. Which seems to work sometimes but then there are the cases where things do not match up. So dahdi_echocan_oslec cannot be loaded and the test fails.

I was able to get a previously failing test to work by changing the /usr/src/dahdi-*/drivers/dahdi/Kbuild file the following way (additional comment):

ifneq (,$(wildcard $(src)/../staging/echo/echo.c))
obj-m += dahdi_echocan_oslec.o
#obj-m += ../staging/echo/echo.o
endif

Revision history for this message
Stefan Bader (smb) wrote :

This could be an approach to fix. I tested the principle in a Lunar VM. The patch is typed by hand, so might contain typos.

tags: added: patch
Revision history for this message
Brian Murray (brian-murray) wrote :

Ubuntu 23.04 (Lunar Lobster) has reached end of life, so this bug will not be fixed for that specific release.

Changed in dahdi-linux (Ubuntu Lunar):
status: New → Won't Fix
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.