On Fri, Sep 29, 2017 at 02:03:14PM -0500, Eric Blake wrote: > On 09/28/2017 11:14 PM, Peter Xu wrote: > > On Thu, Sep 28, 2017 at 08:58:25PM -0700, [email protected] wrote: > >> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c: In function > >> ‘monitor_io_thread_init’: > >> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4286:32: error: > >> implicit declaration of function ‘iothread_create’ > >> [-Werror=implicit-function-declaration] > >> mon_global.mon_io_thread = iothread_create("monitor_io_thr", > >> ^~~~~~~~~~~~~~~ > >> /var/tmp/patchew-tester-tmp-hw4oylij/src/monitor.c:4286:5: error: nested > >> extern declaration of ‘iothread_create’ [-Werror=nested-externs] > > > > > This is because the iothread series that this series used has not yet > > been pushed to master. > > In which case, you can add a 'Based-on: <message-id>' tag in your cover > letter of this series to tell patchew to not try this series unless it > applies all Based-on series first.
I've heard of this new patchew feature but I definitely missed it this time. Thanks for mentioning that! -- Peter Xu
