linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Printbufs v6
@ 2022-08-14 21:19 Kent Overstreet
  2022-08-14 21:19 ` [PATCH 01/32] lib/printbuf: New data structure for printing strings Kent Overstreet
                   ` (20 more replies)
  0 siblings, 21 replies; 23+ messages in thread
From: Kent Overstreet @ 2022-08-14 21:19 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

Hey Andrew, here's the final patch series:

v5 mailing:
https://lore.kernel.org/all/20220808024128.3219082-1-willy@infradead.org/

Changes since v5:
 - Add myself to MAINTAINERS for printbuf.[ch]
 - Move seq_buf to kernel/tracing instead of deleting it and drop the tracing
   patch, per Steven Rostedt
 - Fix commit message on prt_path, per Al Viro
 - Fix prt_u64_minwidth to pad with spaces instead of 0s, reported by bcachefs
   users

Cheers!



^ permalink raw reply	[flat|nested] 23+ messages in thread
* Printbufs v6
@ 2022-08-15 17:26 Kent Overstreet
  0 siblings, 0 replies; 23+ messages in thread
From: Kent Overstreet @ 2022-08-15 17:26 UTC (permalink / raw)
  To: akpm; +Cc: linux-kernel

Hey Andrew - here's the rest of the patch series. My brand new email account was
suspended halfway through because it thought I was sending spam... subtle
commentary on the contents, perhaps?

Cheers



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

end of thread, other threads:[~2022-08-15 17:26 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-14 21:19 Printbufs v6 Kent Overstreet
2022-08-14 21:19 ` [PATCH 01/32] lib/printbuf: New data structure for printing strings Kent Overstreet
2022-08-14 21:19 ` [PATCH 02/32] lib/string_helpers: Convert string_escape_mem() to printbuf Kent Overstreet
2022-08-14 21:19 ` [PATCH 03/32] vsprintf: Convert " Kent Overstreet
2022-08-14 21:19 ` [PATCH 04/32] lib/hexdump: " Kent Overstreet
2022-08-14 21:19 ` [PATCH 05/32] lib/string_helpers: string_get_size() now returns characters wrote Kent Overstreet
2022-08-14 21:19 ` [PATCH 06/32] lib/printbuf: Heap allocation Kent Overstreet
2022-08-14 21:19 ` [PATCH 07/32] lib/printbuf: Tabstops, indenting Kent Overstreet
2022-08-14 21:19 ` [PATCH 08/32] lib/printbuf: Unit specifiers Kent Overstreet
2022-08-14 21:19 ` [PATCH 09/32] vsprintf: Improve number() Kent Overstreet
2022-08-14 21:19 ` [PATCH 10/32] vsprintf: prt_u64_minwidth(), prt_u64() Kent Overstreet
2022-08-14 21:19 ` [PATCH 11/32] test_printf: Drop requirement that sprintf not write past nul Kent Overstreet
2022-08-14 21:19 ` [PATCH 12/32] vsprintf: Start consolidating printf_spec handling Kent Overstreet
2022-08-14 21:19 ` [PATCH 13/32] vsprintf: Refactor resource_string() Kent Overstreet
2022-08-14 21:19 ` [PATCH 14/32] vsprintf: Refactor fourcc_string() Kent Overstreet
2022-08-14 21:19 ` [PATCH 15/32] vsprintf: Refactor ip_addr_string() Kent Overstreet
2022-08-14 21:19 ` [PATCH 16/32] vsprintf: Refactor mac_address_string() Kent Overstreet
2022-08-14 21:19 ` [PATCH 17/32] vsprintf: time_and_date() no longer takes printf_spec Kent Overstreet
2022-08-14 21:19 ` [PATCH 18/32] vsprintf: flags_string() " Kent Overstreet
2022-08-14 21:19 ` [PATCH 19/32] vsprintf: Refactor device_node_string, fwnode_string Kent Overstreet
2022-08-14 21:19 ` [PATCH 20/32] vsprintf: Refactor hex_string, bitmap_string_list, bitmap_string Kent Overstreet
2022-08-14 21:20 ` [PATCH 21/32] Input/joystick/analog: Convert from seq_buf -> printbuf Kent Overstreet
2022-08-15 17:26 Printbufs v6 Kent Overstreet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).