Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932417AbcKQTxp (ORCPT ); Thu, 17 Nov 2016 14:53:45 -0500 Received: from mail-cys01nam02on0108.outbound.protection.outlook.com ([104.47.37.108]:50893 "EHLO NAM02-CY1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752502AbcKQTxl (ORCPT ); Thu, 17 Nov 2016 14:53:41 -0500 X-Greylist: delayed 888 seconds by postgrey-1.27 at vger.kernel.org; Thu, 17 Nov 2016 14:53:40 EST From: Matthew Wilcox To: Matthew Wilcox , "linux-kernel@vger.kernel.org" , Andrew Morton , Konstantin Khlebnikov , "Ross Zwisler" CC: "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: AQHSQFglM5VLAR7vYUupTpx4jm9QDKDcTyWAgAFCv1A= Date: Thu, 17 Nov 2016 19:38:49 +0000 Message-ID: References: <1479341856-30320-1-git-send-email-mawilcox@linuxonhyperv.com> <1479341856-30320-37-git-send-email-mawilcox@linuxonhyperv.com> In-Reply-To: <1479341856-30320-37-git-send-email-mawilcox@linuxonhyperv.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: 83d595ad-a0cf-40a3-9abe-08d40f215abd x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(22001);SRVR:SN1PR21MB0080; x-microsoft-exchange-diagnostics: 1;SN1PR21MB0080;7:lh7R/FMvrQtLroBzuPqqvfBN8VKoG94/wnBA6o6aWeqM+9CIard83EoRUnUBUXiO+9IPlTlmHvui/mGQ6vLikX3g+ZMc4mDyW+kkr9ojv4G7+NBLHSGUXsPyr8rOz/08+knPmNktQjt1y4FQbtFwLGIVk2dEdTsX36Z6j9JV8/ksRA50kl10WzrtZVJ+Vfh7YgMXYvrgEXoCnt0R+FrA8k4W+6Zf2ULjaeP1J4HGRnWCORnf2gI9R1mak73/PdrOz7/V7azUxR8PNT0R5AdFl4yuHBfxXkWL7Hrk9HZ1/ij68uevKbMYK9iSil+RBQZFCru9V8Nt0ifKBkUchrG3UIzc+vtWh3KBd1RIyfm1laztPv/nc40E4NFDwqk5wr9EMMff4VidkASn7bjKxv5IXm7CEEKLpXjkz/8VkhWgS9XSw/c62X4bpKuUJ5M6Mm/l10/aO2p5x0GaE5wHg8Yd1iRPq1yT+NVVijhJZs5ass0= x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(61425038)(6040281)(6060326)(601004)(2401047)(8121501046)(5005006)(10201501046)(3002001)(6055026)(61426038)(61427038)(6041223)(6061324)(6072148);SRVR:SN1PR21MB0080;BCL:0;PCL:0;RULEID:;SRVR:SN1PR21MB0080; x-forefront-prvs: 01294F875B x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(7916002)(199003)(189002)(7846002)(54356999)(3846002)(7736002)(76176999)(189998001)(102836003)(6116002)(97736004)(4001150100001)(5001770100001)(6506003)(229853002)(74316002)(77096005)(50986999)(92566002)(305945005)(2501003)(530574008)(5005710100001)(2900100001)(10290500002)(8676002)(99286002)(106116001)(105586002)(106356001)(8990500004)(10090500001)(66066001)(9686002)(8936002)(101416001)(68736007)(33656002)(122556002)(81166006)(81156014)(76576001)(87936001)(7696004)(5660300001)(4326007)(2906002)(86362001)(3660700001)(3280700002)(86612001)(2950100002);DIR:OUT;SFP:1102;SCL:1;SRVR:SN1PR21MB0080;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: 17 Nov 2016 19:38:49.5764 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: SN1PR21MB0080 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 uAHJrnlF013673 Content-Length: 608 Lines: 7 My apologies for the confusion here. Some of these patches are indeed duplicates of each other. I had run git format-patch, then noticed a mistake, edited the patch set and ran git format-patch again without emptying the directory of patches, so I ended up sending 36 emails instead of 29. There were also a couple of small bugs caught by 0day and an infelicity in the rxrpc code pointed out by Dave Howells. Instead of spamming you all with another 29 emails, the latest version of the patchset can be found here: http://git.infradead.org/users/willy/linux-dax.git/shortlog/refs/heads/idr-2016-11-17