From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752948Ab2DNCNI (ORCPT ); Fri, 13 Apr 2012 22:13:08 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35014 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752204Ab2DNCNH (ORCPT ); Fri, 13 Apr 2012 22:13:07 -0400 Date: Sat, 14 Apr 2012 04:12:01 +0200 From: Oleg Nesterov 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 , Tejun Heo , linux-kernel@vger.kernel.org Subject: [PATCH v4 0/3] task_work_add (was: task_work_queue) Message-ID: <20120414021201.GA23385@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello. Changes based on review from Andrew: - s/task_work_queue/task_work_add/ - don't create a secret dependency upon task_work.h including sched.h in tracehook.h and keys/internal.h - add more includes into task_work.[ch] to not rely on "sched.h includes everything" The genirq patch comes as 2/3, it was already acked by Thomas. 3/3 still needs the ack from David, although his last review was positive and I hope I fully addressed his comments. Oleg.