From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 3A0C2361DA9 for ; Fri, 10 Jul 2026 16:46:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783701978; cv=none; b=VIUvwi0evVXmMZbhA4Mh2s0rrf45m+o/urv7ESHBuMBwDjwJYt9I16gsM1R7NiSqdTbMTh2g07ZyiFdSmYUIPm58V0oBRxz4OZwzFQE/PskK9qPFyBartmrAinszs1/nofvV7BrFmXkD6E3LR55MUMgkzIn6jkVy4CIAyNJJqR0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783701978; c=relaxed/simple; bh=3y5l1Grcsi5HJTu64YXBYj1MaJho1lhI1iO3POlCJXI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Uo9rPxPg0cQPKe0kmapLlB13ENUwyedD8ga3ZLeV+2xmkJFTKfWkb8FDaNN1gCF+sM0BLMLVGLTXllT6Lz1ugxarhILdeO/HFrqOSV3ZbGLf2vBaYiF0j5uanaWbDYP0k1aJ7g/NoRsKBHSSDZC8Ijv7jr/OFIbGCXjb3bOnOyM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=oM7EU5jX; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oM7EU5jX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3BA031F000E9; Fri, 10 Jul 2026 16:46:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783701976; bh=NzxWWhvr8QUxfQ2YZrymqjmno1YBh528tGx77V8YEyM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=oM7EU5jXH8e7rfqc1XPw/WP3jW67bDfx1YNGWU3fJBe3bNcmr5/tnszf+Nf8fcAT7 nxFeRfRIFVyPrGKdAG38Os99R03NUjdUylyuA3cdbsE+ld4Dy061TeobwZQI5Oargt ZHoBwDa6de3Ai/mNvtoWEQcMaLWXENuS+u8Pv6IyvQbweysWUg8I6t0dS3KY1leGpR Msl9KPkVsvm+XXHQwlVqaL9hxHuH/3YyfXoLY4S5ZLrKTgT+AYilCTjnDzv6UIhTYb xFlsDte2l3CLMwl+aM2hCwYQHkrHrEl+eQlZXEW8dQ+wG6GTZScGSWWC/M5uXqjhUo c7MeOMbsxmklA== Date: Fri, 10 Jul 2026 18:46:14 +0200 From: Alejandro Colomar To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: linux-man@vger.kernel.org Subject: Re: [PATCH 2/3] man/man7/pipe.7: Note kernel commit of the soft limit triggered cap increase Message-ID: References: <20260709153422.210312-1-stepnem@smrk.net> <20260709153422.210312-2-stepnem@smrk.net> Precedence: bulk X-Mailing-List: linux-man@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wm3zqrd5jj4mc6ni" Content-Disposition: inline In-Reply-To: <20260709153422.210312-2-stepnem@smrk.net> --wm3zqrd5jj4mc6ni Content-Type: text/plain; protected-headers=v1; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable From: Alejandro Colomar To: =?utf-8?B?xaB0xJtww6FuIE7Em21lYw==?= Cc: linux-man@vger.kernel.org Subject: Re: [PATCH 2/3] man/man7/pipe.7: Note kernel commit of the soft limit triggered cap increase Message-ID: References: <20260709153422.210312-1-stepnem@smrk.net> <20260709153422.210312-2-stepnem@smrk.net> MIME-Version: 1.0 In-Reply-To: <20260709153422.210312-2-stepnem@smrk.net> Hi, On 2026-07-09T17:34:21+0200, =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec wrote: > 7543e84442d7 did reference the kernel commit in its commit > message, but the convention to include it in the man page > source as well is helpful to wider audience. >=20 > Fixes: 7543e84442d7 ("pipe.7: Document change to default pipe size when s= oft limit is exceeded") > Signed-off-by: =C5=A0t=C4=9Bp=C3=A1n N=C4=9Bmec Thanks! I've applied the patch. Cheers, Alex > --- > man/man7/pipe.7 | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/man/man7/pipe.7 b/man/man7/pipe.7 > index 8641bcf4d807..d5744c2186b8 100644 > --- a/man/man7/pipe.7 > +++ b/man/man7/pipe.7 > @@ -229,6 +229,7 @@ .SS /proc files > So long as the total number of pages allocated to pipe buffers > for this user is at this limit, > individual pipes created by a user will be > +.\" commit 46c4c9d1beb7f5b4cec4dd90e7728720583ee348 > limited to two pages > (one page before Linux 5.14), > and attempts to increase a pipe's capacity will be denied. > --=20 > 2.55.0 >=20 >=20 --=20 --wm3zqrd5jj4mc6ni Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEES7Jt9u9GbmlWADAi64mZXMKQwqkFAmpRIdUACgkQ64mZXMKQ wqk/zRAAuiJF2sRBVw3/NdI/eIrq4ScvJTPB8iduGCP4u8O8jzTRJZMv2acwW0o0 Ot1WJEVP1FnIXhvTq8cL5q1gHZraXP/WOcxExnABYqeFslPN5iuwnoXthEPCXEOt EddyH8epeEMRwmQDe8HoXng3ZzDlcotTc4rglFaW4hWzp4BkbWUp5DIP833TTnwv e7qxDRkI6hcA1ludB9rCaGGy/Q/DSA7IwRF8pBkj7D/0EEfUm6E+gMwgecnA9YIp TKVAU/xJIr7JnfEqYytgqEhqufSx+LxFUn4xKZ2S1flz6Ju6Upe8j/UUVUrOPndo egtWhyx6NaeOH5V8OyHsd6yGkJfq0costEbKHFhzCcSjjGk3Z0UO5S3jJ7yqVG+E +G589VdfCINCZv+njdHjb3seRmL2FsY+UYgrcoKLihsqO4oDiXdTeEgzAvEJW3TM nV+yc4kAoz0NSvmwKd1GKJZfuUqeEv728IRoB1huiYAfpTLT2QgmnMXPdkFWIlRw gykuEH3m/9OBU8Dd3q2GuLsyEvi7HQyzMizXE9sY08ZiJVCAFPz5r0rtJbIySh9F 4yPyeSr2syxxhfetcwYpyDOPvKiZFGvncgjn2/WlRONh3YFApEfHvoER7grMjluK /L8+SI8QO6DpEKlkkIamTlukZqE2ULbFjwg2j0viO3/nwDe4QOc= =OvBx -----END PGP SIGNATURE----- --wm3zqrd5jj4mc6ni--