From: Jonathan Corbet <corbet@lwn.net>
To: Jakub Wilk <jwilk@jwilk.net>
Cc: linux-doc@vger.kernel.org, Alexander Viro <viro@zeniv.linux.org.uk>
Subject: Re: [PATCH] Documentation: fix core_pattern max length
Date: Mon, 25 Mar 2019 09:51:32 -0600 [thread overview]
Message-ID: <20190325095132.2cdbbdbc@lwn.net> (raw)
In-Reply-To: <20190318173421.502-1-jwilk@jwilk.net>
On Mon, 18 Mar 2019 18:34:21 +0100
Jakub Wilk <jwilk@jwilk.net> wrote:
> The buffer size for core_pattern is 128, but one character is used for
> terminating null byte, so the actual limit is 127:
>
> # printf '%0999d' > /proc/sys/kernel/core_pattern
> # tr -d '\n' < /proc/sys/kernel/core_pattern | wc -c
> 127
>
> Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Applied, thanks.
jon
prev parent reply other threads:[~2019-03-25 15:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-18 17:34 [PATCH] Documentation: fix core_pattern max length Jakub Wilk
2019-03-25 15:51 ` Jonathan Corbet [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190325095132.2cdbbdbc@lwn.net \
--to=corbet@lwn.net \
--cc=jwilk@jwilk.net \
--cc=linux-doc@vger.kernel.org \
--cc=viro@zeniv.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.