From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755792Ab3IKRUW (ORCPT ); Wed, 11 Sep 2013 13:20:22 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7286 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754958Ab3IKRUU (ORCPT ); Wed, 11 Sep 2013 13:20:20 -0400 Date: Wed, 11 Sep 2013 19:13:41 +0200 From: Oleg Nesterov To: Andrew Morton Cc: Andy Lutomirski , Brad Spengler , "Eric W. Biederman" , Willy Tarreau , linux-kernel@vger.kernel.org Subject: [PATCH v2 0/1] proc: make proc_fd_permission() thread-friendly Message-ID: <20130911171341.GA15371@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 Andrew, could you take this patch? It was lost in the lost discussion. Linus agrees with this change, and afaics Eric doesn't object. v2: update the changelog Oleg.