Re: [Xen-devel] [PATCH v3 11/39] Add list_sort() routine from Linux

2018-03-21 Thread Julien Grall
Hi Andre, On 03/21/2018 04:32 PM, Andre Przywara wrote: This pulls in Linux' list_sort.c, which is a merge sort implementation s/Linux'/Linux's/ ? for linked lists. Apart from adding a full featured license header and adjusting the #include file, nothing has been changed in this code. Define

Re: [Xen-devel] [PATCH v3 11/39] Add list_sort() routine from Linux

2018-03-21 Thread Jan Beulich
>>> On 21.03.18 at 17:32, wrote: > --- a/xen/common/Kconfig > +++ b/xen/common/Kconfig > @@ -44,6 +44,9 @@ config HAS_GDBSX > config HAS_IOPORTS > bool > > +config NEEDS_LIST_SORT > +bool > + > config HAS_BUILD_ID > string > option env="XEN_HAS_BUILD_ID" Please look

[Xen-devel] [PATCH v3 11/39] Add list_sort() routine from Linux

2018-03-21 Thread Andre Przywara
This pulls in Linux' list_sort.c, which is a merge sort implementation for linked lists. Apart from adding a full featured license header and adjusting the #include file, nothing has been changed in this code. Define a promptless Kconfig which configurations can select when they need this code and