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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 69D9CC47E48 for ; Thu, 15 Jul 2021 11:13:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 50833611AB for ; Thu, 15 Jul 2021 11:13:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S241830AbhGOLQS (ORCPT ); Thu, 15 Jul 2021 07:16:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:33542 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241139AbhGOLQR (ORCPT ); Thu, 15 Jul 2021 07:16:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9E952613BC; Thu, 15 Jul 2021 11:13:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1626347603; bh=zagrihgDRoo1hqbAygIIr5cILA2U3B6BwooCsj6HERQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f1KCnQ0FGxjfmySEoIc/SBe0KCrQsG4vvw/62X4RJ2ml+AGV+gee9obCRTGmNcM4k WrUZJ7pQ3Ouz6UcbVW2md/ZsNuN9/r8yCraL8b52RI0mH+MM06RS+cIBcXSPLMs10E BqPyGsugq4pf7YSa1tByBEVO0T38sI+OhToFTxQM= Date: Thu, 15 Jul 2021 13:12:08 +0200 From: Greg Kroah-Hartman To: Hanjun Guo Cc: stable@vger.kernel.org, linux-kernel@vger.kernel.org, Sasha Levin Subject: Re: [Backport for 5.10.y PATCH 0/7] Patches for 5.10.y Message-ID: References: <1626167917-11972-1-git-send-email-guohanjun@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1626167917-11972-1-git-send-email-guohanjun@huawei.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 13, 2021 at 05:18:30PM +0800, Hanjun Guo wrote: > Hi Greg, Sasha, > > Patches below are some collections of bugfixes, those fixes are > found when we are using the stable 5.10 kernel, please consider > to apply them, I also Cced the author and maintainer for each > patch to see if any objections. > All look good, thanks for these, now queued up. greg k-h