kernel-packages team mailing list archive
-
kernel-packages team
-
Mailing list archive
-
Message #64045
[Bug 1325713] Missing required logs.
This bug is missing log files that will aid in diagnosing the problem.
>From a terminal window please run:
apport-collect 1325713
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.
** Changed in: linux (Ubuntu)
Status: New => Incomplete
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1325713
Title:
need vdso*.so images installed under /lib/modules for systemtap etc.
Status in “linux” package in Ubuntu:
Incomplete
Bug description:
The vdso* files are built into the kernel for loading into userspace
binaries to accelerate various kernel-related operations. These files
do not need to be packaged & installed for the system to operate, and
indeed they aren't part of the linux-image* deb's in Ubuntu. However,
tools such as systemtap (and possibly perf and oprofile;
https://bugs.launchpad.net/ubuntu/+source/oprofile/+bug/295975) need
them, in order to unwind user-space stacks.
In Fedora, these vdso.so's are installed with:
[...]
%{make} -s ARCH=$Arch INSTALL_MOD_PATH=$RPM_BUILD_ROOT vdso_install KERNELRELEASE=$KernelVer
[...]
so they show up under /usr/lib/modules/`uname -r`/vdso/.
Please make the change to have the linux-image deb preserve & ship
these .so's in the same location.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1325713/+subscriptions
References