[lttng-dev] 回复: 回复: help modpost: "__bad_cmpxchg"

2021-01-12 Thread Zhang, Qiang via lttng-dev
发件人: Jonathan Rajotte-Julien 发送时间: 2021年1月8日 0:54 收件人: Zhang, Qiang 抄送: lttng-dev 主题: Re: 回复: help modpost: "__bad_cmpxchg" [Please note this e-mail is from an EXTERNAL e-mail address] >Hi, > >Note > The initial email was sent to the "owner" of the mail

Re: [lttng-dev] LTTng 2.12 modules from PPA fail to install

2021-01-12 Thread Bernd Hufmann via lttng-dev
Thanks Michael, for the information. I was able to make it work with the latest stable PPA. BR Bernd From: Michael Jeanson Sent: January 12, 2021 11:38 AM To: lttng-dev@lists.lttng.org Cc: Bernd Hufmann Subject: Re: [lttng-dev] LTTng 2.12 modules from PPA fail

Re: [lttng-dev] LTTng Support for Mount Namespace

2021-01-12 Thread Mohammad Kavousi via lttng-dev
Thanks again for your reply, To be specific, I did exactly this: - Install linux source code, then copy the mentioned file to the folder using: cp /usr/src/linux-headers-5.4.0-59/fs/mount.h /lib/modules/$(uname -r)/build - Run sudo dkms autoinstall (I also did reboot) - Create the session and a

Re: [lttng-dev] LTTng Support for Mount Namespace

2021-01-12 Thread Michael Jeanson via lttng-dev
On 2021-01-12 12 h 29, Mohammad Kavousi wrote: Thanks again for your reply, To be specific, I did exactly this: - Install linux source code, then copy the mentioned file to the folder using: cp /usr/src/linux-headers-5.4.0-59/fs/mount.h /lib/modules/$(uname -r)/build The path to the header

Re: [lttng-dev] LTTng 2.12 modules from PPA fail to install

2021-01-12 Thread Michael Jeanson via lttng-dev
On 2021-01-08 14 h 13, Michael Jeanson via lttng-dev wrote: On 2021-01-07 15 h 54, Bernd Hufmann via lttng-dev wrote: Hi LTTng experts, On my Linux Ubuntu 18.04 machine (4.15.0-129-generic kernel) the installation of the LTTng kernel modules fail using the official PPA. I found a log file l

Re: [lttng-dev] LTTng Support for Mount Namespace

2021-01-12 Thread Michael Jeanson via lttng-dev
On 2021-01-09 09 h 03, Mohammad Kavousi wrote: Michael, Thank you for your swift response. However, for the first part, I'm not sure what it means by "using" the full kernel source. How would I use it with lttng-modules? As for the quick hack part, I grabbed the kernel source and copied the