NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-amd64/56560: execsnoop test now fails
The following reply was made to PR port-amd64/56560; it has been noted by GNATS.
From: Taylor R Campbell <riastradh%NetBSD.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: port-amd64-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost, gson%gson.org@localhost
Subject: Re: port-amd64/56560: execsnoop test now fails
Date: Mon, 20 Dec 2021 12:38:00 +0000
> Date: Mon, 20 Dec 2021 11:50:00 +0000 (UTC)
> From: gson%gson.org@localhost (Andreas Gustafsson)
>
> I don't see any obvious connection between DRM and DTrace, but perhaps
> this is another case of the total number of symbols, types, or similar
> in the kernel growing past some fixed limit in DTrace.
This is it -- owing to some namespace shenanigans, a lot of drm
structs got duplicated many times over in the CTF data, so there's
well over 40k CTF types in the kernel. Working on reducing the
duplication.
Home |
Main Index |
Thread Index |
Old Index