Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752585AbdHDWcy (ORCPT ); Fri, 4 Aug 2017 18:32:54 -0400 Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:45878 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752202AbdHDWcu (ORCPT ); Fri, 4 Aug 2017 18:32:50 -0400 From: Nick Terrell To: Linus Torvalds CC: "Austin S . Hemmelgarn" , Herbert Xu , Kernel Team , Chris Mason , Yann Collet , Adam Borowski , David Sterba , "squashfs-devel@lists.sourceforge.net" , linux-btrfs , Linux Kernel Mailing List , Phillip Lougher , Sean Purcell Subject: Re: [PATCH v4 4/5] squashfs: Add zstd support Thread-Topic: [PATCH v4 4/5] squashfs: Add zstd support Thread-Index: AQHTDWAByjCDOXQDXkaItevASQo3eKJ0wi+A//+QyoA= Date: Fri, 4 Aug 2017 22:32:22 +0000 Message-ID: References: <20170804201921.156890-1-terrelln@fb.com> <20170804201921.156890-5-terrelln@fb.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [2620:10d:c090:200::7:adb2] x-ms-publictraffictype: Email x-microsoft-exchange-diagnostics: 1;DM5PR15MB1212;20:PJtjV+sQ6edo0dTpagGYIMSoOnGu5O7m+4S/b2UB/N4tXyiKQXCFlQyOPdiLE8OJFnq3dps96/7RiMv6JhNJhVyHIgQlrZYqpkmR3kvnwXmPadM3E5CKMKgoiHlrr+KlWKBI2Wot6/ilQZ8SMQH6hJVyD/CBbz/1D6Dx+u2qk+Y= x-ms-office365-filtering-correlation-id: f3c3777c-5344-424c-c416-08d4db88acc6 x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:(300000500095)(300135000095)(300000501095)(300135300095)(22001)(300000502095)(300135100095)(2017030254152)(300000503095)(300135400095)(2017052603031)(201703131423075)(201703031133081)(201702281549075)(300000504095)(300135200095)(300000505095)(300135600095)(300000506095)(300135500095);SRVR:DM5PR15MB1212; x-ms-traffictypediagnostic: DM5PR15MB1212: x-exchange-antispam-report-test: UriScan:(67672495146484); x-microsoft-antispam-prvs: x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(100000700101)(100105000095)(100000701101)(100105300095)(100000702101)(100105100095)(6040450)(601004)(2401047)(5005006)(8121501046)(10201501046)(3002001)(100000703101)(100105400095)(93006095)(93001095)(6041248)(20161123562025)(20161123555025)(20161123564025)(20161123558100)(20161123560025)(201703131423075)(201702281528075)(201703061421075)(201703061406153)(6072148)(100000704101)(100105200095)(100000705101)(100105500095);SRVR:DM5PR15MB1212;BCL:0;PCL:0;RULEID:(100000800101)(100110000095)(100000801101)(100110300095)(100000802101)(100110100095)(100000803101)(100110400095)(100000804101)(100110200095)(100000805101)(100110500095);SRVR:DM5PR15MB1212; x-forefront-prvs: 0389EDA07F x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(6009001)(39850400002)(39450400003)(39400400002)(39840400002)(39410400002)(199003)(51914003)(377454003)(24454002)(189002)(105586002)(102836003)(14454004)(8676002)(83716003)(25786009)(82746002)(68736007)(81156014)(8936002)(50986999)(54356999)(478600001)(76176999)(6486002)(77096006)(81166006)(7416002)(3660700001)(5660300001)(6116002)(106356001)(101416001)(6506006)(4326008)(33656002)(6512007)(39060400002)(110136004)(38730400002)(2900100001)(2950100002)(6916009)(2906002)(54906002)(3280700002)(86362001)(6246003)(229853002)(97736004)(305945005)(6436002)(53936002)(36756003)(99286003)(7736002)(189998001)(53546010);DIR:OUT;SFP:1102;SCL:1;SRVR:DM5PR15MB1212;H:DM5PR15MB1753.namprd15.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" Content-ID: <8DE58253ED6DD2458E36B8BE1E059FFB@namprd15.prod.outlook.com> MIME-Version: 1.0 X-MS-Exchange-CrossTenant-originalarrivaltime: 04 Aug 2017 22:32:22.5262 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 8ae927fe-1255-47a7-a2af-5f3a069daaa2 X-MS-Exchange-Transport-CrossTenantHeadersStamped: DM5PR15MB1212 X-OriginatorOrg: fb.com X-Proofpoint-Spam-Reason: safe X-FB-Internal: Safe X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2017-08-04_13:,, signatures=0 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 nfs id v74MWwca008449 Content-Length: 663 Lines: 19 On 8/4/17, 3:10 PM, "linus971@gmail.com on behalf of Linus Torvalds" wrote: > On Fri, Aug 4, 2017 at 1:19 PM, Nick Terrell wrote: > > > > This patch was written by Sean Purcell , but I will be > > taking over the submission process. > > Please, if so, get Sean's sign-off, and also make sure that the patch > gets submitted with > > From: Sean Purcell > > at the top of the body of the email so that authorship gets properly > attributed by all the usual tools. > > Linus > Thanks for the help, I'll fix it for the next version.