From mboxrd@z Thu Jan 1 00:00:00 1970 From: kosaki.motohiro@jp.fujitsu.com (KOSAKI Motohiro) Date: Tue, 28 Oct 2008 15:08:54 +0900 (JST) Subject: [ltt-dev] [PATCH] fix build error of marker.c In-Reply-To: <20081028054453.GA16478@Krystal> References: <20081028141551.AAB6.KOSAKI.MOTOHIRO@jp.fujitsu.com> <20081028054453.GA16478@Krystal> Message-ID: <20081028150713.AABC.KOSAKI.MOTOHIRO@jp.fujitsu.com> > Hi Kosaki, > > Ah, it's been a while I've enabled the "userspace markers ABI" option in > my test tree. So yes, I broke it by changing the markers mutexes. I am > releasing LTTng 0.49 at the moment which fixes the problem. Your fix > does not follow the new locking semantics of marker.c, I now use > "lock_modules()" to protect the markers rather than markers_mutex. sorry for post broken patch. Honestly, I haven't seen "userspace markers ABI" code yet. I'll do that soon. > And yes, you are using the correct git repository. > > Thanks for reporting this issue. I see. Thanks.