Kexec Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 makedumpfile 0/3] Add option to limit file size
@ 2021-07-08  7:06 Benjamin Poirier
  2021-07-08  7:06 ` [PATCH v2 makedumpfile 1/3] Fix off by one error when checking cache_size Benjamin Poirier
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Benjamin Poirier @ 2021-07-08  7:06 UTC (permalink / raw)
  To: kexec

See feature description in patch "Add -L option to limit output file
size"

v1:
	http://lists.infradead.org/pipermail/kexec/2021-June/022728.html
v2:
	Add patches 1, 2 to support dmesg limit with different kernel
	versions.

	Stricter parsing of -L option value.

	Instead of using RLIMIT_FSIZE, use write_bytes or SEEK_CUR to
	enforce limit. This better integrates with the -F option for
	stdout output.

Benjamin Poirier (3):
  Fix off by one error when checking cache_size
  Dump dmesg using write_and_check_space()
  Add -L option to limit output file size

 makedumpfile.8 |  12 ++++--
 makedumpfile.c | 115 +++++++++++++++++++++++++++++++++++--------------
 makedumpfile.h |   6 ++-
 print_info.c   |   3 ++
 printk.c       |  24 +++++++----
 sadump_info.c  |   2 +-
 6 files changed, 116 insertions(+), 46 deletions(-)

-- 
2.32.0


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-30  3:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-08  7:06 [PATCH v2 makedumpfile 0/3] Add option to limit file size Benjamin Poirier
2021-07-08  7:06 ` [PATCH v2 makedumpfile 1/3] Fix off by one error when checking cache_size Benjamin Poirier
2021-07-08  7:06 ` [PATCH v2 makedumpfile 2/3] Dump dmesg using write_and_check_space() Benjamin Poirier
2021-07-08  7:06 ` [PATCH v2 makedumpfile 3/3] Add -L option to limit output file size Benjamin Poirier
2021-07-30  2:13 ` [PATCH v2 makedumpfile 0/3] Add option to limit " HAGIO KAZUHITO(萩尾 一仁)
2021-07-30  3:51   ` Benjamin Poirier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox