Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751713AbcKREjG (ORCPT ); Thu, 17 Nov 2016 23:39:06 -0500 Received: from mail-bl2nam02on0139.outbound.protection.outlook.com ([104.47.38.139]:10464 "EHLO NAM02-BL2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751021AbcKREjE (ORCPT ); Thu, 17 Nov 2016 23:39:04 -0500 X-Greylist: delayed 851 seconds by postgrey-1.27 at vger.kernel.org; Thu, 17 Nov 2016 23:39:04 EST From: Matthew Wilcox To: Ross Zwisler , Matthew Wilcox CC: "linux-kernel@vger.kernel.org" , "Andrew Morton" , Konstantin Khlebnikov , "linux-fsdevel@vger.kernel.org" , "linux-mm@kvack.org" , "Kirill A . Shutemov" Subject: RE: [PATCH 00/29] Improve radix tree for 4.10 Thread-Topic: [PATCH 00/29] Improve radix tree for 4.10 Thread-Index: AQHSQFglM5VLAR7vYUupTpx4jm9QDKDcTyWAgAFw+QCAAGT9gA== Date: Fri, 18 Nov 2016 04:24:49 +0000 Message-ID: References: <1479341856-30320-1-git-send-email-mawilcox@linuxonhyperv.com> <1479341856-30320-37-git-send-email-mawilcox@linuxonhyperv.com> <20161117221738.GA2738@linux.intel.com> In-Reply-To: <20161117221738.GA2738@linux.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=mawilcox@microsoft.com; x-originating-ip: [184.175.4.94] x-ms-office365-filtering-correlation-id: a006bfe0-10a1-41d5-915c-08d40f6ad604 x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001);SRVR:SN1PR21MB0078; x-microsoft-exchange-diagnostics: 1;SN1PR21MB0078;7:qqopLCt3LLMl143zER9YT/1z4Da7gNMzyKyzIMwUFrhVNmenyCMnDclUN1Kvaiq+acmY6GZvgpoixm7tbX/vJJQ2lfcaTpHpUD4r1grR1Im6uyWwpuSIv49pO7pLEk2RMXsNJHrPA6rzUGvcmWQiPA5sbAhImvCCRs9HLCpE0PNe5WE04vr0bzE2sXta/JSxBCuc3MOjPeyqTa186F+zjR9/W0OjxG8VnhJmda+keCCTq8nbN9loa8j0VddhPYPSfUOMnr8ljAxKAQ5SumLHYS0bhbZwbd22b2KI6cA7McMnOyN92yIJk1vPM1HKOnsyJA4wGIqxl3ZnUarxVbDloWcY/SvVnYVIQWBCMD2DlZAdbUanULUNkYwGql4eFBuPu3z+83utsD6N7pnp3TbMDeqYPYgj6t6dR9aVul9aroUdsAGzGj2tgX+j41wG5XOSudJXX505N/0GhG01gD6WxEFmpYotMmIYMSjlMz0rWPk= x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:(228905959029699); x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(61425038)(6040281)(6060326)(601004)(2401047)(8121501046)(5005006)(10201501046)(3002001)(6055026)(61426038)(61427038)(6061324)(6041223)(6072148);SRVR:SN1PR21MB0078;BCL:0;PCL:0;RULEID:;SRVR:SN1PR21MB0078; x-forefront-prvs: 01304918F3 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(7916002)(24454002)(199003)(189002)(5660300001)(50986999)(7696004)(76576001)(66066001)(2950100002)(68736007)(81156014)(76176999)(81166006)(8990500004)(8936002)(3280700002)(2900100001)(10090500001)(33656002)(3660700001)(10290500002)(229853002)(106116001)(101416001)(77096005)(106356001)(6506003)(5005710100001)(86612001)(99286002)(92566002)(54356999)(122556002)(87936001)(9686002)(4326007)(7846002)(7736002)(74316002)(305945005)(8676002)(189998001)(2906002)(6116002)(5001770100001)(3846002)(97736004)(102836003)(105586002)(86362001);DIR:OUT;SFP:1102;SCL:1;SRVR:SN1PR21MB0078;H:SN1PR21MB0077.namprd21.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; spamdiagnosticoutput: 1:99 spamdiagnosticmetadata: NSPM Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 18 Nov 2016 04:24:49.6124 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1PR21MB0078 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id uAI4dB7s015874 Content-Length: 877 Lines: 14 From: Ross Zwisler [mailto:ross.zwisler@linux.intel.com] > On Wed, Nov 16, 2016 at 04:17:01PM -0800, Matthew Wilcox wrote: > > From: Matthew Wilcox > > > > Hi Andrew, > > > > Please include these patches in the -mm tree for 4.10. Mostly these are > > improvements; the only bug fixes in here relate to multiorder entries > > (which as far as I'm aware remain unused). > > My DAX PMD patches use multiorder entries, and are queued for v4.10 merge: That's great; the point that I was trying to make was that while there are indeed bug fixes in the patches, they're latent bugs because there are no current users in the tree. So there's no need to hurry up and get these fixes in, they can wait for 4.10. I don't think your patches will run into these bugs either because you don't use tags. I do think that Kirill's patches might hit them though.