From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751847AbeEJXTj (ORCPT ); Thu, 10 May 2018 19:19:39 -0400 Received: from mail-oi0-f53.google.com ([209.85.218.53]:33120 "EHLO mail-oi0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751478AbeEJXTf (ORCPT ); Thu, 10 May 2018 19:19:35 -0400 X-Google-Smtp-Source: AB8JxZqooa2b9KnuqUNdsx1gPhVBl+XIDQedf5qQ1XzGRf8DVneTNYud9qaLY2I2L1ZpOy26DNXWu+57VCqdcJFWO8A= MIME-Version: 1.0 In-Reply-To: <20180510161242.0f9f97686a9c0a47f07eef4e@linux-foundation.org> References: <20180503192430.7582-1-ross.zwisler@linux.intel.com> <20180508174424.GA12638@linux.intel.com> <20180510154844.dc4e4c7471a885b73ed50576@linux-foundation.org> <20180510161242.0f9f97686a9c0a47f07eef4e@linux-foundation.org> From: Dan Williams Date: Thu, 10 May 2018 16:19:34 -0700 Message-ID: Subject: Re: [PATCH 0/5] fix radix tree multi-order iteration race To: Andrew Morton Cc: Ross Zwisler , Linux Kernel Mailing List , Matthew Wilcox , Christoph Hellwig , Dave Chinner , Jan Kara , linux-nvdimm Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, May 10, 2018 at 4:12 PM, Andrew Morton wrote: > On Thu, 10 May 2018 15:54:53 -0700 Dan Williams wrote: > >> > - The Fixes: tag >> > - The Reported-by >> >> Those were there. >> >> > - Jan's reviewed-by >> >> Right, Jan's came after I pushed it for -next soaking, but I updated it. >> >> > - the cc:stable tag >> >> That was there too, not sure where you were looking. > > git show 4272afac65e0debacae7eb6af4591e31ba89dcad That was the unit test suite patch, see the following actual fix: 7fa96cd88dbc: before Jan's reviewed-by ce376ed6b706: after