From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751770AbcF0MPa (ORCPT ); Mon, 27 Jun 2016 08:15:30 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:36398 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751661AbcF0MP3 (ORCPT ); Mon, 27 Jun 2016 08:15:29 -0400 From: Michal Hocko To: Andrew Morton Cc: David Rientjes , Miao Xie , "Rafael J. Wysocki" , , LKML , linux-pm@vger.kernel.org Subject: [PATCH 0/2] TIF_MEMDIE usage fixlet Date: Mon, 27 Jun 2016 14:15:17 +0200 Message-Id: <1467029719-17602-1-git-send-email-mhocko@kernel.org> X-Mailer: git-send-email 2.8.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, while I was looking to move TIF_MEMDIE out of the thread info for other purpose I have noticed these two usages which are not correct. I do not think any of them warrant a stable backport because it is highly unlikely they would ever hit but it is better to have them fixed. I would route them via Andrew unless anybody has anything against.