From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CFDA83858D37; Wed, 1 Nov 2023 20:28:49 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CFDA83858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1698870529; bh=hI4mbfyHX0zdr6OaFliD9NdQseBRp0ITjMF0tT+AHl0=; h=From:To:Subject:Date:From; b=ePbvPOG/zx0Y0UgC7ZE5wwIQWwdRy/08tV/A0LeX8UQlkNzvqhP9c99M1831RP1ve XNZRaLceiVEX7NcBq3EL3N1zUV/y+fp22KCrnw/b3kaQfjuhslN+9SJ2bRhvDQcMVw 11Fair0arfVj5YOCp84zKGKaMIL7Zy44FEcNZAC4= From: "agentzh at gmail dot com" To: systemtap@sourceware.org Subject: [Bug runtime/31024] New: uprobes might work on the fake proxy inodes instead of the real inodes when overlay fs is used Date: Wed, 01 Nov 2023 20:28:49 +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=3D31024 Bug ID: 31024 Summary: uprobes might work on the fake proxy inodes instead of the real inodes when overlay fs is used 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: --- overlay fs is popular in containerized applications and currently the stap runtime does not always use the real inode for the target processes/program= s. This may make the uprobes registered on the fake inode insead of the true o= nes, making the probe handlers never fire. I've got a patch to push soon. --=20 You are receiving this mail because: You are the assignee for the bug.=