Re: [Xen-devel] [PATCH 1/5] xl: Command line: Adjust Fix segfaults from `xl psr-cat-cbm-set`...

2015-07-21 Thread Ian Campbell
On Tue, 2015-07-21 at 15:36 +0100, Wei Liu wrote: On Tue, Jul 21, 2015 at 03:27:26PM +0100, Ian Jackson wrote: Ian Campbell writes (Re: [PATCH 1/5] xl: Command line: Adjust Fix segfaults from `xl psr-cat-cbm-set`...): On Fri, 2015-07-17 at 18:00 +0100, Ian Jackson wrote: Replying

Re: [Xen-devel] [PATCH 1/5] xl: Command line: Adjust Fix segfaults from `xl psr-cat-cbm-set`...

2015-07-21 Thread Ian Campbell
On Fri, 2015-07-17 at 18:00 +0100, Ian Jackson wrote: Replying here in lieu of a 0/N: Is any subset of this aimed at 4.6? This adjust commit a49077e5 Fix segfaults from `xl psr-cat-cbm-set` command line handling: * Do not use the constant `required_argument' here (we simply use 1

Re: [Xen-devel] [PATCH 1/5] xl: Command line: Adjust Fix segfaults from `xl psr-cat-cbm-set`...

2015-07-21 Thread Ian Jackson
Ian Campbell writes (Re: [PATCH 1/5] xl: Command line: Adjust Fix segfaults from `xl psr-cat-cbm-set`...): On Fri, 2015-07-17 at 18:00 +0100, Ian Jackson wrote: Replying here in lieu of a 0/N: Is any subset of this aimed at 4.6? Yes, ideally, all of them. I think they are bugfixes or

[Xen-devel] [PATCH 1/5] xl: Command line: Adjust Fix segfaults from `xl psr-cat-cbm-set`...

2015-07-17 Thread Ian Jackson
This adjust commit a49077e5 Fix segfaults from `xl psr-cat-cbm-set` command line handling: * Do not use the constant `required_argument' here (we simply use 1 everywhere else). * Fix the minimum required arguments argument to SWITCH_FOREACH_OPT. Leave the separate check on optind, because

Re: [Xen-devel] [PATCH 1/5] xl: Command line: Adjust Fix segfaults from `xl psr-cat-cbm-set`...

2015-07-17 Thread Andrew Cooper
On 17/07/15 18:00, Ian Jackson wrote: This adjust commit a49077e5 Fix segfaults from `xl psr-cat-cbm-set` command line handling: * Do not use the constant `required_argument' here (we simply use 1 everywhere else). * Fix the minimum required arguments argument to SWITCH_FOREACH_OPT.