From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 859593858430; Wed, 12 Jul 2023 10:26:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 859593858430 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1689157600; bh=AGFLzBJzP0utWjVhB1u7A7LN85K44+SmGC4+xMYYSjg=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Uv3Z/vX7pP7rkOJDgeXX2eDWctJIkuSMDBIKGrM/2SfCd2U1V85Tj0TGdyqM00XB+ XDsOBNli7qLMFn0AkocPLlweO6TcUlBYaMlMBnA2Mh11tzMNzh723nUHgPF8XCTNEL c618lRf3C82qsHVGxfFK7A2sG1qBZQ+hUERq9lvE= From: "pedro at palves dot net" To: gdb-prs@sourceware.org Subject: [Bug gdb/30541] Add target valgrind Date: Wed, 12 Jul 2023 10:26:39 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: pedro at palves dot net X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: 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=3D30541 --- Comment #24 from Pedro Alves --- I just found out that flatpak bind mounts /etc/machine-id in containers: https://github.com/flatpak/flatpak/issues/4311 so maybe not ideal to infer whether the whole filesystem is shared... I learned from that issue about /proc/sys/kernel/random/boot_id:=20 "a UUID that uniquely identifies a run of the system=20 (it is reset to a new random value when you reboot)." Sounds like that one would be better. --=20 You are receiving this mail because: You are on the CC list for the bug.=