All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] xen: prefer xenbus_scanf() over xenbus_gather()
@ 2016-07-08 12:21 Jan Beulich
  2016-07-08 12:25 ` [PATCH v2 1/4] xenbus: " Jan Beulich
                   ` (8 more replies)
  0 siblings, 9 replies; 21+ messages in thread
From: Jan Beulich @ 2016-07-08 12:21 UTC (permalink / raw)
  To: david.vrabel, boris.ostrovsky, Juergen Gross; +Cc: xen-devel, linux-kernel

For single items being collected this should be preferred as being more
typesafe (as the compiler can check format string and to-be-written-to
variable match) and more efficient (requiring one less parameter to be
passed).

1: xenbus: prefer xenbus_scanf() over xenbus_gather()
2: xen-blkback: prefer xenbus_scanf() over xenbus_gather()
3: xen-blkfront: prefer xenbus_scanf() over xenbus_gather()
4: xen-netback: prefer xenbus_scanf() over xenbus_gather()

Signed-off-by: Jan Beulich <jbeulich@suse.com>
---
v2: Avoid commit messages to continue from subjects. Group into a series.

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

end of thread, other threads:[~2016-07-08 16:14 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-08 12:21 [PATCH v2 0/4] xen: prefer xenbus_scanf() over xenbus_gather() Jan Beulich
2016-07-08 12:25 ` [PATCH v2 1/4] xenbus: " Jan Beulich
2016-07-08 12:25 ` Jan Beulich
2016-07-08 12:26 ` [PATCH v2 2/4] xen-blkback: " Jan Beulich
2016-07-08 12:26 ` Jan Beulich
2016-07-08 12:27 ` [PATCH v2 3/4] xen-blkfront: " Jan Beulich
2016-07-08 12:27 ` Jan Beulich
2016-07-08 12:28 ` [PATCH v2 4/4] xen-netback: " Jan Beulich
2016-07-08 16:14   ` Wei Liu
2016-07-08 16:14   ` [Xen-devel] " Wei Liu
2016-07-08 12:28 ` Jan Beulich
2016-07-08 14:17 ` [Xen-devel] [PATCH v2 0/4] xen: " Konrad Rzeszutek Wilk
2016-07-08 14:17   ` Konrad Rzeszutek Wilk
2016-07-08 15:06   ` Jan Beulich
2016-07-08 15:06   ` [Xen-devel] " Jan Beulich
2016-07-08 15:12     ` Konrad Rzeszutek Wilk
2016-07-08 15:12       ` Konrad Rzeszutek Wilk
2016-07-08 15:41   ` David Vrabel
2016-07-08 15:41   ` [Xen-devel] " David Vrabel
2016-07-08 15:54     ` Konrad Rzeszutek Wilk
2016-07-08 15:54       ` Konrad Rzeszutek Wilk

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.