From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759927Ab0FJXLv (ORCPT ); Thu, 10 Jun 2010 19:11:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:17662 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753351Ab0FJXLa (ORCPT ); Thu, 10 Jun 2010 19:11:30 -0400 Date: Fri, 11 Jun 2010 01:09:39 +0200 From: Oleg Nesterov To: Ingo Molnar Cc: Peter Zijlstra , Stanislaw Gruszka , Thomas Gleixner , linux-kernel@vger.kernel.org Subject: [PATCH 0/5] sched/cpu-timers: task->signal is stable now Message-ID: <20100610230939.GA25895@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 With the recent changes task->signal is pinned to task_struct, it is always valid and can't go away. We can simplify some code in sched / posix-cpu-timers files. Oleg.