All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] parse_bool fixes
@ 2014-07-29 19:57 Don Slutz
  2014-07-29 19:57 ` [PATCH v2 1/2] cmdline_parse: Convert no- prefix into =no for OPT_CUSTOM Don Slutz
                   ` (2 more replies)
  0 siblings, 3 replies; 14+ messages in thread
From: Don Slutz @ 2014-07-29 19:57 UTC (permalink / raw)
  To: xen-devel
  Cc: Keir Fraser, Ian Campbell, Andrew Cooper, Ian Jackson, Don Slutz,
	Tim Deegan, Jan Beulich


Changes v1 to v2:

Jan Beulich, Keir Fraser, Andrew Cooper:
  v1 #1 "cmdline_parse: Also pass bool_assert to OPT_CUSTOM..."
    NAK (several ways of saying this) so drop this pacth.

As suggested by Jan Beulich:
  v2 #1 "cmdline_parse: Convert no- prefix into =no for OPT_CUSTOM"


  V2 #2 "xen/console: Better handing of console_timestamps as a boolean_param"
     Drop stacked inversions part of patch.

---

console_timestamps use to be a boolean_param.  Now it is more.  This
patch series is to make old xen command lines with
console_timestamps in them continue to work the way they did at 4.4.


Don Slutz (2):
  cmdline_parse: Convert no- prefix into =no for OPT_CUSTOM
  xen/console: Better handing of console_timestamps as a boolean_param

 xen/common/kernel.c        | 15 ++++++++++++++-
 xen/drivers/char/console.c | 26 ++++++++++++++++++--------
 2 files changed, 32 insertions(+), 9 deletions(-)

-- 
1.8.4

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

end of thread, other threads:[~2014-08-04 11:39 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-29 19:57 [PATCH v2 0/2] parse_bool fixes Don Slutz
2014-07-29 19:57 ` [PATCH v2 1/2] cmdline_parse: Convert no- prefix into =no for OPT_CUSTOM Don Slutz
2014-07-30  7:58   ` Jan Beulich
2014-07-31  0:59     ` Don Slutz
2014-08-01  6:57       ` Jan Beulich
2014-08-01 12:36         ` Don Slutz
2014-08-04 10:58     ` Ian Campbell
2014-08-04 11:39       ` Jan Beulich
2014-07-29 19:57 ` [PATCH v2 2/2] xen/console: Better handing of console_timestamps as a boolean_param Don Slutz
2014-07-30  8:01   ` Jan Beulich
2014-07-30  8:06     ` Jan Beulich
2014-07-31  0:36       ` Don Slutz
2014-08-04 11:00       ` Ian Campbell
2014-07-29 20:10 ` [PATCH v2 0/2] parse_bool fixes Andrew Cooper

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.