mbox series

[0/5] Fix target selection (yet again)

Message ID 20180809051927.243483-1-amitay@ozlabs.org
Headers show
Series Fix target selection (yet again) | expand

Message

Amitay Isaacs Aug. 9, 2018, 5:19 a.m. UTC
There are following fixes:
 - Correctly select all of specified linux cpus
 - Allow options -p/-c/-t/-l to be specified multiple times
 - probe command now only prints selected targets

Amitay Isaacs (5):
  main: Define MAX_LINUX_CPUS for convenience
  main: Use the correct length of linux cpu list
  main: Fix target selection of linux cpus
  main: Do not reset the previous selections in the list
  main: Fix print_target to only print selected targets

 src/main.c | 37 ++++++++++++++++++++-----------------
 1 file changed, 20 insertions(+), 17 deletions(-)

Comments

Alistair Popple Aug. 13, 2018, 5:36 a.m. UTC | #1
Looks good, thanks Amitay!

- Alistair

On Thursday, 9 August 2018 3:19:22 PM AEST Amitay Isaacs wrote:
> There are following fixes:
>  - Correctly select all of specified linux cpus
>  - Allow options -p/-c/-t/-l to be specified multiple times
>  - probe command now only prints selected targets
> 
> Amitay Isaacs (5):
>   main: Define MAX_LINUX_CPUS for convenience
>   main: Use the correct length of linux cpu list
>   main: Fix target selection of linux cpus
>   main: Do not reset the previous selections in the list
>   main: Fix print_target to only print selected targets
> 
>  src/main.c | 37 ++++++++++++++++++++-----------------
>  1 file changed, 20 insertions(+), 17 deletions(-)
> 
>