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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 464F4C433F5 for ; Thu, 19 May 2022 00:11:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231828AbiESALN (ORCPT ); Wed, 18 May 2022 20:11:13 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229821AbiESALK (ORCPT ); Wed, 18 May 2022 20:11:10 -0400 Received: from mail-ej1-x62f.google.com (mail-ej1-x62f.google.com [IPv6:2a00:1450:4864:20::62f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D18CF3465C for ; Wed, 18 May 2022 17:11:09 -0700 (PDT) Received: by mail-ej1-x62f.google.com with SMTP id f9so6942710ejc.0 for ; Wed, 18 May 2022 17:11:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vsD2gYKrmncZIFDAn8aAbR7fYyev8iCUSUiE3JDCdXU=; b=P0jtfwqAMPHT2xnb4oXs4LhGOxLbgS997dRSMqdpa8FJC5k/GFSAVU9Yc2/LmG/j8n rh/DxTEiJMcGLKUFwMTf05V0C5sDCGHBiVi0EUYUET3Nogln1aE30E8MC5f/LzjQLWPe FdrP0JqfJxp2uDiy6tmn3Xwvfzfk0HItC5DFw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vsD2gYKrmncZIFDAn8aAbR7fYyev8iCUSUiE3JDCdXU=; b=gd63WqOCEu5/2aIdWi2XTWT+WdOSVJoaLQZayLgAhZjYBV8lh2uTB+6FjvAvbrKvOI q17PDS2fflq8zroVpYP4I0ZbcpYiRvKmJnYGbwNKvekAfQk/A8twcIYt7rxB2Jfytjfb Hlp3KKTzV8lPJlLD3ZbKopBYOiZ7uqqDPbaFmggNUmWho3BpnTkbEDcAsGdL6tFt5YHt iDI16U1mvkjs73iLOGhxulESBT98bIJCL4jpfx+kl7KiwlMgtHar/1Bf/hMb58u4/raE K3AUC3hZMMYJJZwCCOODySQagKs774rsnuJwf3FQhkXhmzGAjjIoLGLoVcMr15IfiFJ1 duhQ== X-Gm-Message-State: AOAM533iRuLhlSTUeR1ktU3MdN7qyCL/wDzB5hfvOyAoaWQSjbJU7/It qB4I9MY7UoS4aLuwB54KJiqpSFyUMIIj2lni X-Google-Smtp-Source: ABdhPJw3ByHYUv8NbxTBAwpxcZb+DsmhYpkiOzQCfXo7XS+eOltSiZ9pPA1hHJ77hQnnwrpqTZgwqg== X-Received: by 2002:a17:906:a219:b0:6e4:86a3:44ea with SMTP id r25-20020a170906a21900b006e486a344eamr1910587ejy.385.1652919068208; Wed, 18 May 2022 17:11:08 -0700 (PDT) Received: from mail-wr1-f45.google.com (mail-wr1-f45.google.com. [209.85.221.45]) by smtp.gmail.com with ESMTPSA id ml16-20020a170906cc1000b006f3ef214e23sm1485277ejb.137.2022.05.18.17.11.07 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 18 May 2022 17:11:07 -0700 (PDT) Received: by mail-wr1-f45.google.com with SMTP id r30so4839476wra.13 for ; Wed, 18 May 2022 17:11:07 -0700 (PDT) X-Received: by 2002:adf:ec08:0:b0:20a:d39d:6ab6 with SMTP id x8-20020adfec08000000b0020ad39d6ab6mr1650614wrn.442.1652919066859; Wed, 18 May 2022 17:11:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Wed, 18 May 2022 14:10:50 -1000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [GIT PULL] ARM: SoC fixes for v5.18, part 4 To: Arnd Bergmann Cc: SoC Team , Linux ARM , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 18, 2022 at 7:19 AM Arnd Bergmann wrote: > > I'm sorry for the lack of a signed tag this time, I'm travelling at > the moment and > forgot to tag it first. The top commit in the branch is tagged with my > usual key, > and I can send the signed tag when I'm back on Saturday if you prefer to wait. I've tried to encourage everybody to use signed tags, but for kernel.org pulls it's not like it's a hard requirement, so no worries. Linus 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 4E2C2C433EF for ; Thu, 19 May 2022 00:12:19 +0000 (UTC) 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=joxoANlQ063LSAHI9ZuF6gPHq+C3R2G9+1wddIMzBs4=; b=BZLCHHu51hM3tV L5PuYp8kpvUHAVQbUSUBVoqigmyy+HScQ8pzPL2UWZDux+epsz1ZNu8s8RVWcFldipD3idt6cEcTP uQQx/c+fZUCV9m6HBlAws8I4LjLhahErrF/ySzijmezK4lzF+fGb56je8k5OAdcvsYFSsJLaede4r WcBeTh0+H2HXoYXSXdNU60kRQa8pLkz63udB8TCudknabZuFgK35GdQo8LHXGrxe0eLGkc6Sxttxh sDUSXPkQhMQK5AeVbsrMQppEfohUl7xNcEKrtvP/jGvbNzxoPWm9g7p9eABvAR6kIVA88zbbuasNA 2E6Ote+NY4MzS/sUculg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrTl3-004OA0-TZ; Thu, 19 May 2022 00:11:14 +0000 Received: from mail-ed1-x529.google.com ([2a00:1450:4864:20::529]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nrTl1-004O9O-60 for linux-arm-kernel@lists.infradead.org; Thu, 19 May 2022 00:11:12 +0000 Received: by mail-ed1-x529.google.com with SMTP id i40so5016175eda.7 for ; Wed, 18 May 2022 17:11:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=vsD2gYKrmncZIFDAn8aAbR7fYyev8iCUSUiE3JDCdXU=; b=P0jtfwqAMPHT2xnb4oXs4LhGOxLbgS997dRSMqdpa8FJC5k/GFSAVU9Yc2/LmG/j8n rh/DxTEiJMcGLKUFwMTf05V0C5sDCGHBiVi0EUYUET3Nogln1aE30E8MC5f/LzjQLWPe FdrP0JqfJxp2uDiy6tmn3Xwvfzfk0HItC5DFw= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vsD2gYKrmncZIFDAn8aAbR7fYyev8iCUSUiE3JDCdXU=; b=G6bEfdbwWCGyNG+VGilU+lGlCwBTy5/YHtSqKOraHiXIFkNd8DjgsrG5ytrEVuz98C WtKdp5XruW/g5m606WPZAle7p38FueaNrqBaFsQmYlWVTdlwOVRA9Y4q78qmcGCNfVl0 aFbM+dc2j/aE7nSTC7oPLQKzYKEhybNbEEmXys+fyPJZ6+mPMAucNU5xnXLreKVS83JX rrYxsWE5S1ABmU7zSVebbWlLsAH9hGbsB9kPjBEDdy2VgUK4Pa1O0eS9chc9CxVhVf37 AUoF86QfSu+odBhmJzKWFCCAMgkYYYsYGNDZw8B5lEmSkPc1AAa6MMBKrH5O9Yi89oj+ DMCQ== X-Gm-Message-State: AOAM530LRquJQZw0DTGRoY5J8TEGTxiIm0C7kC0YlN7MdiljIO2V+xMd WromlLtCl0DfeG13uogW8cuTzHdmcg9/ieDN X-Google-Smtp-Source: ABdhPJzQ44zEa4XE8Sd2devT4vWgpAGfdQoXAtS6SJzaaeBDs7yZuWQ+i+UvcRRbfBH1Etb3IXvEhg== X-Received: by 2002:a05:6402:1941:b0:413:2822:9c8 with SMTP id f1-20020a056402194100b00413282209c8mr2544324edz.13.1652919068372; Wed, 18 May 2022 17:11:08 -0700 (PDT) Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com. [209.85.221.50]) by smtp.gmail.com with ESMTPSA id 14-20020a17090601ce00b006f3ef214db6sm1510074ejj.28.2022.05.18.17.11.07 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 18 May 2022 17:11:07 -0700 (PDT) Received: by mail-wr1-f50.google.com with SMTP id h14so4883524wrc.6 for ; Wed, 18 May 2022 17:11:07 -0700 (PDT) X-Received: by 2002:adf:ec08:0:b0:20a:d39d:6ab6 with SMTP id x8-20020adfec08000000b0020ad39d6ab6mr1650614wrn.442.1652919066859; Wed, 18 May 2022 17:11:06 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Wed, 18 May 2022 14:10:50 -1000 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [GIT PULL] ARM: SoC fixes for v5.18, part 4 To: Arnd Bergmann Cc: SoC Team , Linux ARM , Linux Kernel Mailing List X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220518_171111_262905_16976224 X-CRM114-Status: GOOD ( 14.40 ) 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 On Wed, May 18, 2022 at 7:19 AM Arnd Bergmann wrote: > > I'm sorry for the lack of a signed tag this time, I'm travelling at > the moment and > forgot to tag it first. The top commit in the branch is tagged with my > usual key, > and I can send the signed tag when I'm back on Saturday if you prefer to wait. I've tried to encourage everybody to use signed tags, but for kernel.org pulls it's not like it's a hard requirement, so no worries. Linus _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel