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 D509EC48BDF for ; Tue, 15 Jun 2021 16:01:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BFF6361465 for ; Tue, 15 Jun 2021 16:01:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231583AbhFOQDw (ORCPT ); Tue, 15 Jun 2021 12:03:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32974 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231486AbhFOQDu (ORCPT ); Tue, 15 Jun 2021 12:03:50 -0400 Received: from mail-qk1-x735.google.com (mail-qk1-x735.google.com [IPv6:2607:f8b0:4864:20::735]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37BD5C061574 for ; Tue, 15 Jun 2021 09:01:46 -0700 (PDT) Received: by mail-qk1-x735.google.com with SMTP id f70so27289100qke.13 for ; Tue, 15 Jun 2021 09:01:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7C7EVveR2N28ai5r9/J+2yOqz+gY5pQumT6AbxDu9NQ=; b=BMDmDwevRAQ/jZtfGP7p38zmpe9NJVDCl+GWwBgJ4KO/Ve2LeGgmD7Qj6TTdeSUewV rmTwm91IMkKMHCOrZXNL0KEmd1YUcfnCR6Y18iF/KIN6Y0mnI+Fh4YURVYOn071j2bTw FJF8aUtMSOX4S+wBwhW/LG3zFECq46pFpONoo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7C7EVveR2N28ai5r9/J+2yOqz+gY5pQumT6AbxDu9NQ=; b=hnoNQq9hBMV/yMhuYNeLs8snizJTgsizqoswvXotxk6VQO+AMGl5FF34hxB6klIWsm 2CDqEW4Hz5fkR/dHy2xl2MbeVEm5gWdqBMWK3z1Ggoa7yzeE9w/Euhd2DWlTlVNpXkdo dmKCpehtJxdZtn0Fb6jthruqXl7uyRkLWjEUIsHY8IGswiBQRkzAYGqqUNhGe5bYJi+n hRbwl9hkvYB31z3jl1tWR3jCV4HqeXKM5rmy4zpGuoy6LtfGb5veveU4YaOsdOMkq60O 1BQ+lRoPGC5+tzPINBiDgHFTCWdrlFcFEjrTpDAaeA1SKYXS0WFDwgDRmqAbMHT9h0Dc VdLA== X-Gm-Message-State: AOAM5338MA+vG35Ma1qX2ERkeeWBRu/IcuvF5us/QawnIyx/zQhEuZ2T ayxFcqk7Ivd7KsRIQ3WouO+H4F7kpcSmh5MkYPiM4w== X-Google-Smtp-Source: ABdhPJwMhLK3ojmLgXGBYK7lXx8LuQWFcV18TBkTwaLl6+qHJap0zIeFZXk+ggFYSjpX/FOfrM6i9m3q1kO7mfCsLi8= X-Received: by 2002:a05:620a:a87:: with SMTP id v7mr340087qkg.468.1623772905288; Tue, 15 Jun 2021 09:01:45 -0700 (PDT) MIME-Version: 1.0 References: <20210615152840.GD11724@lx2k> In-Reply-To: <20210615152840.GD11724@lx2k> From: Daniel Palmer Date: Wed, 16 Jun 2021 01:03:49 +0900 Message-ID: Subject: Re: [GIT PULL] ARM: mstar for v5.14 v2 To: Olof Johansson List-Id: Cc: Arnd Bergmann , SoC Team , linux-arm-kernel , Linux Kernel Mailing List , Romain Perier , Mohammed Billoo Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Olof, On Wed, 16 Jun 2021 at 00:31, Olof Johansson wrote: > This time it seems like you based your branch on 5.14-rc5, which is a newer -rc > than what we have the rest of our trees on. The general rule of thumb is to > base it on the oldest meaningful rc for the release (rc1 or rc2, most of the > time). We normally base our tree on rc2 or so, in this case I went forward to > rc3 earlier. Sorry, I hadn't even thought of that but it makes sense. > (Maybe you had the same base last time around, and I missed it -- my tooling > failed out on the S-o-b checking before I noticed) Last one was rc5 too. > To avoid another roundtrip here, I'll apply the two patches directly, but > please keep it in mind in the future, especially once you have more material > for a cycle. Thanks for doing that and the hand holding. I think I can manage to get it right next time. :) I have one DTS patch I would like to get into 5.14 for the watchdog driver that was recently accepted. Is it still ok to send a PR for that one or is it too late now? I think I read the cut off is around rc6. Thanks, Daniel 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=-3.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 B2E94C48BDF for ; Tue, 15 Jun 2021 20:24:43 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 6858A613B3 for ; Tue, 15 Jun 2021 20:24:43 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 6858A613B3 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=0x0f.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gClcalAowfu2AZ5thTbcPm3RtjLpdGI9qzcyjtgELQ8=; b=OXzlAp+aUHTEk5 GrdDIgFZQgZsfBkFqfIEwmhePm5a8OyAg36FGohJ79TkWc5CwuQHWXs/+nSzDuEnNUIStpWcoBZy5 UGloUMV4dnJXmR6h6kzhl/Atjl1wSYqblLxRviycr9PrB1h7SsaS4GKPujFGDknGVLafyzrnd1W7B M0oDcjKzh+7gTzRQrgsOhWhpJmdZTHEbXg4cyxJRDfYIu7Lccwc4971+OWOL5kpwQSsW10Hfju7yH Ys3WAzuxlXrEZz0YGywkmWsDHD/hLaZ0QJYAkpBD9NvYRGcNmhe9rb8R7sM9NJH/p1gyJ0t0a6e4X 2KG4Fiv85j2RzINmfWGw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltFaA-002lHR-M3; Tue, 15 Jun 2021 20:22:47 +0000 Received: from mail-qk1-x731.google.com ([2607:f8b0:4864:20::731]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ltBVc-001Bp4-BK for linux-arm-kernel@lists.infradead.org; Tue, 15 Jun 2021 16:01:50 +0000 Received: by mail-qk1-x731.google.com with SMTP id j184so42482680qkd.6 for ; Tue, 15 Jun 2021 09:01:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=7C7EVveR2N28ai5r9/J+2yOqz+gY5pQumT6AbxDu9NQ=; b=BMDmDwevRAQ/jZtfGP7p38zmpe9NJVDCl+GWwBgJ4KO/Ve2LeGgmD7Qj6TTdeSUewV rmTwm91IMkKMHCOrZXNL0KEmd1YUcfnCR6Y18iF/KIN6Y0mnI+Fh4YURVYOn071j2bTw FJF8aUtMSOX4S+wBwhW/LG3zFECq46pFpONoo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=7C7EVveR2N28ai5r9/J+2yOqz+gY5pQumT6AbxDu9NQ=; b=nhDlCI5dQMR5xxDv5p9SNyiN9CvokQmrb0HQNu5qI4DqPwsG6/s9mwT3lzygYSDCl1 vGx/dQLfkui1BwHS5kMZVo0OUA+GDOgmbFd3pTgqo4F+iUx17ac9qO6k8jfbNa81ePFj i6JXUyLuXcB4F51pnEHhi39RHVX74nl9kgP1ElsQbetfnHZSjPv53Yw6ihcysBz4ZX/u yNol7KaOapVbYKaAUc8bAEG66mQOxAOmA/BdF1VU/gVhV05xzbudimxf7YqCcgGNHYYU 2uRdzDJNAcex9MFhWDbpUH5+b4p5td9HF74nSd33N0JL8rwHPJI0gdH2jan/iHNeycyK 8cNg== X-Gm-Message-State: AOAM533Oplcb//FhKfIfXXttzKS2B6bzhiGABIs0ukYnNQKcKLGrhpgg fNuOXgD3vqAMqDWsMGDaaPBap8yoS+eGjG9nzDzW4g== X-Google-Smtp-Source: ABdhPJwMhLK3ojmLgXGBYK7lXx8LuQWFcV18TBkTwaLl6+qHJap0zIeFZXk+ggFYSjpX/FOfrM6i9m3q1kO7mfCsLi8= X-Received: by 2002:a05:620a:a87:: with SMTP id v7mr340087qkg.468.1623772905288; Tue, 15 Jun 2021 09:01:45 -0700 (PDT) MIME-Version: 1.0 References: <20210615152840.GD11724@lx2k> In-Reply-To: <20210615152840.GD11724@lx2k> From: Daniel Palmer Date: Wed, 16 Jun 2021 01:03:49 +0900 Message-ID: Subject: Re: [GIT PULL] ARM: mstar for v5.14 v2 To: Olof Johansson List-Id: Cc: Arnd Bergmann , SoC Team , linux-arm-kernel , Linux Kernel Mailing List , Romain Perier , Mohammed Billoo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210615_090148_561372_728DBC43 X-CRM114-Status: GOOD ( 20.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Olof, On Wed, 16 Jun 2021 at 00:31, Olof Johansson wrote: > This time it seems like you based your branch on 5.14-rc5, which is a newer -rc > than what we have the rest of our trees on. The general rule of thumb is to > base it on the oldest meaningful rc for the release (rc1 or rc2, most of the > time). We normally base our tree on rc2 or so, in this case I went forward to > rc3 earlier. Sorry, I hadn't even thought of that but it makes sense. > (Maybe you had the same base last time around, and I missed it -- my tooling > failed out on the S-o-b checking before I noticed) Last one was rc5 too. > To avoid another roundtrip here, I'll apply the two patches directly, but > please keep it in mind in the future, especially once you have more material > for a cycle. Thanks for doing that and the hand holding. I think I can manage to get it right next time. :) I have one DTS patch I would like to get into 5.14 for the watchdog driver that was recently accepted. Is it still ok to send a PR for that one or is it too late now? I think I read the cut off is around rc6. Thanks, Daniel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel