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=-5.8 required=3.0 tests=BAYES_00,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 665A1C43461 for ; Sun, 11 Apr 2021 08:18:30 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2BC75610A2 for ; Sun, 11 Apr 2021 08:18:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235206AbhDKISo (ORCPT ); Sun, 11 Apr 2021 04:18:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58682 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235190AbhDKISn (ORCPT ); Sun, 11 Apr 2021 04:18:43 -0400 Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C76DCC06138B for ; Sun, 11 Apr 2021 01:18:27 -0700 (PDT) Received: by mail-pj1-x1029.google.com with SMTP id x21-20020a17090a5315b029012c4a622e4aso5353575pjh.2 for ; Sun, 11 Apr 2021 01:18:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=vaSoa75rP/4Huh8kDe6n5FhH7rWjAzBRDPBL/0IMkkY=; b=Jf4qQNpGY3o5V+3ZNBXFRyxoSytflAT8YyZN1NChFFLSxyt/OlCXLkSrvuhvvB8PyJ SumZUfyRK87hHfH4deuhTxLRha2QcZxeqyvAiiw8U8svTRey4Kd80c6Hy1mlS/qWrps7 WSv5H+RdQViyQoB4qCCEbSokV4SpO/OBtmugToqMWZP1fGL8cfYo5bseveTuJ0LTtCWN 8CMLc2a62icl26uHt3ihnGDXlwvgZGdjuhIVy2W5Edv/LWXuDDQvgRbL5LHIbt+fzaxh 56OnftmyhRJEmsB2wt24hhhcOpcbfaOMqonc5ztBlQ4GLobrr5o6gtC6a2tvxw5kWVWQ bLjQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=vaSoa75rP/4Huh8kDe6n5FhH7rWjAzBRDPBL/0IMkkY=; b=itLrqjlHNNXCnENJRd6c683lGCK6+OJd0qhQm6q7NGUlyDxgjzMe47Ol8z8XjV5GyZ SaCfvrya948xMEMXJtvDKyayB7uPjIabeBKCCzu/kx0rRFUemTSGNCe6AZ791cf+FZkn QikUIWNkH20clJnT70eV5aTPUORkMGL6Xd6FocgFv32TimeKSLmZ8n09qBn+uVPHmE/2 /VS+H9hwnBVYTqxc484AxjiaJdZgzvWd1XfypR1zlk+RP7XMIunk+4SbFMgV8vl229Tn rSEXBOA0rVIl7V8dJEdvHQ5RntnJnKcjrqdjdGtcBtmQhQdKomJkkQ7dAxS3Mo8D+tEf r04Q== X-Gm-Message-State: AOAM531BOZMerQDXZuZ49DkdloiaI9/mhLnY5pS/Yoair5/+Dk+SJOVs JwRn1niu17upEn/meJTGrGk9 X-Google-Smtp-Source: ABdhPJwI8YrTBaO30qCFE0Ih6wlnvxRbheGktUCxIExVgvuHw1p6kkdVhgSlh/G/HrLvM9XYuAug1A== X-Received: by 2002:a17:90a:9281:: with SMTP id n1mr22341973pjo.146.1618129107180; Sun, 11 Apr 2021 01:18:27 -0700 (PDT) Received: from thinkpad ([2409:4072:6c92:7292:bfd8:b465:2e65:8337]) by smtp.gmail.com with ESMTPSA id l6sm7821409pgf.35.2021.04.11.01.18.22 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 11 Apr 2021 01:18:26 -0700 (PDT) Date: Sun, 11 Apr 2021 13:48:19 +0530 From: Manivannan Sadhasivam To: Greg KH Cc: hemantk@codeaurora.org, bbhatt@codeaurora.org, linux-arm-msm@vger.kernel.org, jhugo@codeaurora.org, linux-kernel@vger.kernel.org, jarvis.w.jiang@gmail.com, loic.poulain@linaro.org Subject: Re: MHI changes for v5.13 Message-ID: <20210411081819.GA2030@thinkpad> References: <20210411055559.GA2068@thinkpad> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Greg, On Sun, Apr 11, 2021 at 08:57:03AM +0200, Greg KH wrote: > On Sun, Apr 11, 2021 at 11:25:59AM +0530, Manivannan Sadhasivam wrote: > > Hi Greg, > > > > Here is the MHI Pull request for the v5.13 cycle. I stayed with the PR as the > > number patches got increased. > > > > Details are in the signed tag, please consider merging! > > A suggestion, please put [GIT PULL] in your subject line, so that I know > what this is for, that's a semi-standard thing these days. > Sorry, sent it a hurry so missed it. > Also, you have a number of patches in this set that look like they > should be backported to stable kernels. Any reason why you did not tag > them with a "Cc: stable@..." tag in the commit? After they are merged > into Linus's tree, please send the git ids of the commits that should go > to stable kernels to stable@vger.kernel.org so that we can add them > properly. > Should've done that. Will send them once merged into mainline. Thanks, Mani > Now pulled and pushed out, thanks. > > thanks, > > greg k-h