From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32047 invoked by alias); 20 Jun 2012 19:51:15 -0000 Received: (qmail 32037 invoked by uid 22791); 20 Jun 2012 19:51:14 -0000 X-SWARE-Spam-Status: No, hits=-3.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from localhost (HELO sourceware.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 20 Jun 2012 19:50:58 +0000 From: "dsmith at redhat dot com" To: systemtap@sourceware.org Subject: [Bug uprobes/13489] support upstream inode-based uprobes Date: Wed, 20 Jun 2012 19:51:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: uprobes X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: dsmith at redhat dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status CC Resolution Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2012-q2/txt/msg00286.txt.bz2 http://sourceware.org/bugzilla/show_bug.cgi?id=13489 David Smith changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |dsmith at redhat dot com Resolution| |FIXED --- Comment #3 from David Smith 2012-06-20 19:50:57 UTC --- As Josh mentioned in comment #2, finding a sleepy context was the main holdup here. Kernels >= 3.5 have a feature called "task_work" that we're now using to provide that sleepy context. There are still missing features when compared to the old utrace-based uprobes (like uretprobes), but we now support the upstream inode-based uprobes. Any remaining bugs in the new inode-based uprobes support we can track separately. -- Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.