CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/03/24 03:11:56

Modified files:
        sys/dev/dt     : dt_dev.c 

Log message:
dt: Deny enabling probes after recording starts

Enabling more probes after recording starts using the DTIOCRECORD ioctl
only puts these probes onto the ds_pcbs list, but not on the dtp_pcbs.
Stopping the recording afterwards crashes.

Do not allow to add more probes after recording started. For symmetry,
also do not allow to remove probes either.

ok mpi@

Reported-by: [email protected]

Reply via email to