From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 647843806A6 for ; Tue, 24 Feb 2026 17:42:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771954947; cv=none; b=JvjJ0YAjrhmtPpwuCkGGYXjUbvIpQsqFie3865O4jlLn0RrW0Tp5LEvtgmsyc+IacCe/0FUDunzJz3tZhbHBlb4aKAHboWrP78ns+o0KGUXjrWrKGJXJX3BoOuCfj25fC2LR+W/he7TTArwuM70kDqjFG3vGJjkJzFSkEkFYKc0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771954947; c=relaxed/simple; bh=dBsh6xgDb9ZPW+X6SdtuDBQ09fSTQ9ZflnOz9RKl5EM=; h=From:To:Subject:Date:Message-ID:Content-Type:MIME-Version; b=R6+Rn62uAkcLGHx3PA6yZNFWlDItVdGOqx944XrdI8Ekn2i0+QHTcFGYHiSm9Ogc/Gi8cZrVCr4ezIO6XF+x54KThs1qpm7R9laueeQlfCabIUNG26rrw9CgHQM7N4Z489OBK4c0Rs30kGiQ5F+yU4QATwgZFFfZrq4m7UaRtUs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=B443tCHg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="B443tCHg" Received: by smtp.kernel.org (Postfix) with ESMTPS id 3E922C19425 for ; Tue, 24 Feb 2026 17:42:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1771954947; bh=dBsh6xgDb9ZPW+X6SdtuDBQ09fSTQ9ZflnOz9RKl5EM=; h=From:To:Subject:Date:From; b=B443tCHgdKPTUZAiq09ynSzWWllZtVxn8ebgWOA4ddhm0vxW9cP/twcpbxdEeGSgj xGbGNy73UGRMk8qfs+a8IKXUOJ7U+uzX9xQ8CVD0xn4/IDpy1serK4wI8RsH57Pw7K rosCTbMmutRtV1FqFBomRXkpfv/7OoGlluTwmsmIJ+8a9QrguKNrjTrTCRSLatscyo SPfu0F7MUeQQOi1L/VfriGfue6jEMDmLmWrQSkr4FV0QpwVKNu8cAcsO/eHgswYfOm aYXZ9p34AhNEHAgZ64chzbPfY5iDh5//yWaQkYeoJVOWdvNZD+dqRtsIIT2QLYZ7Q5 ofvdpJvYxy1GQ== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 30898CAB781; Tue, 24 Feb 2026 17:42:27 +0000 (UTC) From: bugzilla-daemon@kernel.org To: linux-man@vger.kernel.org Subject: [Bug 221134] New: Missing info in prctl's man page about PR_SET_DUMPABLE being reset Date: Tue, 24 Feb 2026 17:42:26 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: AssignedTo documentation_man-pages@kernel-bugs.osdl.org X-Bugzilla-Product: Documentation X-Bugzilla-Component: man-pages X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: h.sousou97@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: documentation_man-pages@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cf_regression Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated Precedence: bulk X-Mailing-List: linux-man@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 https://bugzilla.kernel.org/show_bug.cgi?id=3D221134 Bug ID: 221134 Summary: Missing info in prctl's man page about PR_SET_DUMPABLE being reset Product: Documentation Version: unspecified Hardware: All OS: Linux Status: NEW Severity: normal Priority: P3 Component: man-pages Assignee: documentation_man-pages@kernel-bugs.osdl.org Reporter: h.sousou97@gmail.com Regression: No According to [proc pid man page ](https://man7.org/linux/man-pages/man5/proc_pid.5.html) > The attribute was reset to the value in the file /proc/sys/fs/suid_dumpab= le > (described below), for the reasons described in > [prctl](https://man7.org/linux/man-pages/man2/prctl.2.html)(2). Its not clear where in prctl's man page those reasons are described. --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=