Re: [Xen-devel] [PATCH] common/sched: Fix ARM build following c/s 340edc3902

2018-03-08 Thread George Dunlap
On 03/07/2018 07:41 PM, Andrew Cooper wrote: > The OSSTest smoke tests reports: > > sched_credit2.c: In function 'csched2_alloc_domdata': > sched_credit2.c:3015:9: error: implicit declaration of function 'ERR_PTR' > [-Werror=implicit-function-declaration] >return ERR_PTR(-ENOMEM);

Re: [Xen-devel] [PATCH] common/sched: Fix ARM build following c/s 340edc3902

2018-03-08 Thread Dario Faggioli
On Wed, 2018-03-07 at 12:04 -0800, Stefano Stabellini wrote: > On Wed, 7 Mar 2018, Andrew Cooper wrote: > > The OSSTest smoke tests reports: > > > > sched_credit2.c: In function 'csched2_alloc_domdata': > > sched_credit2.c:3015:9: error: implicit declaration of function > 'ERR_PTR' [-Werror=im

Re: [Xen-devel] [PATCH] common/sched: Fix ARM build following c/s 340edc3902

2018-03-07 Thread Stefano Stabellini
On Wed, 7 Mar 2018, Andrew Cooper wrote: > The OSSTest smoke tests reports: > > sched_credit2.c: In function 'csched2_alloc_domdata': > sched_credit2.c:3015:9: error: implicit declaration of function 'ERR_PTR' > [-Werror=implicit-function-declaration] >return ERR_PTR(-ENOMEM); >