On Fri 11-03-16 15:58:43, Vlastimil Babka wrote: > On 02/29/2016 06:42 PM, Michal Hocko wrote: [...] > >@@ -1468,7 +1470,8 @@ static void dup_xol_work(struct callback_head *work) > > if (current->flags & PF_EXITING) > > return; > > > >- if (!__create_xol_area(current->utask->dup_xol_addr)) > >+ if (!__create_xol_area(current->utask->dup_xol_addr) && > >+ !fatal_signal_pending(current) > ^ missing ")" > Fixed > Other than that, > Acked-by: Vlastimil Babka <vbabka@xxxxxxx> Thanks! > > > uprobe_warn(current, "dup xol area"); > > } > > > > -- Michal Hocko SUSE Labs -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>