From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregkh@linuxfoundation.org (Greg Kroah-Hartman) Date: Mon, 25 Feb 2019 16:28:48 +0100 Subject: [PATCH for-4.20 0/7] erofs fixes for linux-4.20.y In-Reply-To: <20190222154637.22785-1-gaoxiang25@huawei.com> References: <20190222154637.22785-1-gaoxiang25@huawei.com> Message-ID: <20190225152848.GE16015@kroah.com> On Fri, Feb 22, 2019@11:46:30PM +0800, Gao Xiang wrote: > This series backports bugfixes already merged in linux upstream > which we found these issues in our commercial products, which > are serious and should be fixed immediately. > > Note that it also includes some xarray modification since > upcoming patches heavily needs it, which can reduce more > conflicts later. > > All patches have been tested again as a whole. All now queued up, thanks. greg k-h From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 33D44C43381 for ; Mon, 25 Feb 2019 15:29:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 01263213A2 for ; Mon, 25 Feb 2019 15:29:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1551108546; bh=PgqdgqZGt0LtdvKgs7p604PnCLPsEs45egvgF4wiajA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=SKXltqcMt5dW5rdzO0UyReL56qjxUOTE0oZJPTiOWwiD7RbzXQYFVyJ+RBq7UjYa7 qMxWPSbpbqLPRO9RcYBCkuEdFfQhsbE3hV4ox3MysQtbHqreFMYeWOv0O/6W9I4d1j YWJMxATSlaZHOFz+8HwhbxcszHAoG8/DUeQEsO+s= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727662AbfBYP3F (ORCPT ); Mon, 25 Feb 2019 10:29:05 -0500 Received: from mail.kernel.org ([198.145.29.99]:50430 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727515AbfBYP3F (ORCPT ); Mon, 25 Feb 2019 10:29:05 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5D2A320663; Mon, 25 Feb 2019 15:29:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1551108544; bh=PgqdgqZGt0LtdvKgs7p604PnCLPsEs45egvgF4wiajA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LT2Y7b63ptmLcAemPHaM6vW0LLoqAhjxD/9DIh0v9baBZj0NiyGGAUArVwZiQyw2e GN0fSkxhFDcWYBYjNDjNyrfOtzE1aB68HHgjCkSm5qvEI/MbR4H1SN+Qrp63+P9lGS TVqLEHtVSnZzjzIvDMpSwaLJxENk72oZF3hPvgD8= Date: Mon, 25 Feb 2019 16:28:48 +0100 From: Greg Kroah-Hartman To: Gao Xiang Cc: stable@vger.kernel.org, Chao Yu , linux-erofs@lists.ozlabs.org, miaoxie@huawei.com, fangwei1@huawei.com Subject: Re: [PATCH for-4.20 0/7] erofs fixes for linux-4.20.y Message-ID: <20190225152848.GE16015@kroah.com> References: <20190222154637.22785-1-gaoxiang25@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190222154637.22785-1-gaoxiang25@huawei.com> User-Agent: Mutt/1.11.3 (2019-02-01) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Feb 22, 2019 at 11:46:30PM +0800, Gao Xiang wrote: > This series backports bugfixes already merged in linux upstream > which we found these issues in our commercial products, which > are serious and should be fixed immediately. > > Note that it also includes some xarray modification since > upcoming patches heavily needs it, which can reduce more > conflicts later. > > All patches have been tested again as a whole. All now queued up, thanks. greg k-h