From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755956AbcHVOIp (ORCPT ); Mon, 22 Aug 2016 10:08:45 -0400 Received: from wtarreau.pck.nerim.net ([62.212.114.60]:58034 "EHLO 1wt.eu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754158AbcHVOIl (ORCPT ); Mon, 22 Aug 2016 10:08:41 -0400 Date: Mon, 22 Aug 2016 16:07:50 +0200 From: Willy Tarreau To: Jari Ruusu Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org, Al Viro , Ben Hutchings , Greg Kroah-Hartman Subject: Re: [PATCH 3.10 099/180] fix d_walk()/non-delayed __d_free() race Message-ID: <20160822140750.GC21145@1wt.eu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Aug 22, 2016 at 04:56:57PM +0300, Jari Ruusu wrote: > This patch for 3.10 branch appears to be missing one important > > + dentry->d_flags |= DCACHE_RCUACCESS; > > in fs/dcache.c __d_materialise_dentry() function. When Ben Hutchings > backported Al Viro's original fix to stable branches that he maintains, > he added that one additional line to both 3.2 and 3.16 branches. Please > consider including that additional one line fix for 3.10 stable branch > also. (...) Many thanks Jari, I'll use Ben's backport then. Cheers, Willy