From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Nesterov Subject: [PATCH v6 0/6] task_work_add: generic process-context callbacks Date: Fri, 20 Apr 2012 01:14:31 +0200 Message-ID: <20120419231431.GA15820@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.redhat.com ([209.132.183.28]:54245 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751577Ab2DSXPZ (ORCPT ); Thu, 19 Apr 2012 19:15:25 -0400 Content-Disposition: inline Sender: linux-arch-owner@vger.kernel.org List-ID: To: Andrew Morton , David Howells , Linus Torvalds , Thomas Gleixner Cc: Alexander Gordeev , Chris Zankel , David Smith , "Frank Ch. Eigler" , Geert Uytterhoeven , Larry Woodman , Peter Zijlstra , Richard Kuo , Tejun Heo , linux-arch@vger.kernel.org, linux-kernel@vger.kernel.org Hello. The final-final-final version. Andrew, I hope you can take it. Compared to v5 this series has the new patches which remove the dead code, 5/6 and 6/6. And, while doing 5/6 I noticed that arch/hexagon/kernel/signal.c lacks tracehook_notify_resume(), this one-liner comes as 3/6. The patches from v5 were not changed. To all: sorry for this endless spam. It seems that nobody objects, I'll trim CC if I need to send v7. Oleg.