From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DDFBA3858414; Sat, 11 Nov 2023 08:19:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DDFBA3858414 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1699690771; bh=fOo+9+OkYTs3c/4w2s7vcjWQ7jgi/+aiM9gTwuSzWPU=; h=From:To:Subject:Date:From; b=kXpP6ed8nOufu00kgJbw9Aj9YulqG5k6O0gkiFwN86asMKCKI3SWQLYm4+FtyXw7n ye78Fuz4xUY6GXMgtQdendITkghue5LWcpbDNi/kbJb7I+ORHlEc/rVhxhxWrOvNBW YdJjxsujh1bin7NnDZ1IeMQCxlFXeYDuqzcUQzc8= From: "agentzh at gmail dot com" To: systemtap@sourceware.org Subject: [Bug runtime/31054] New: non-system-wide perf event probes should not use work queues for registration Date: Sat, 11 Nov 2023 08:19:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: systemtap X-Bugzilla-Component: runtime X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: agentzh at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: systemtap at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D31054 Bug ID: 31054 Summary: non-system-wide perf event probes should not use work queues for registration Product: systemtap Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 Component: runtime Assignee: systemtap at sourceware dot org Reporter: agentzh at gmail dot com Target Milestone: --- The non-system-wide task-finder-based perf event probes do not have the limitation of always requiring SYS_CAP_ADMIN like the system-wide ones. So avoiding the work queue thing for this case is a nice-to-have optimization. Getting rid of work queue in this case also make it easier if we want to support resolving task executable file paths in another mount namespace in = the future (otherwise the current task context would be kworker instead of stapio/staprun). --=20 You are receiving this mail because: You are the assignee for the bug.=