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.0 required=3.0 tests=BAYES_00,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 A14DDC4361B for ; Tue, 8 Dec 2020 16:35:26 +0000 (UTC) Received: by mail.kernel.org (Postfix) id 81D0F23B06; Tue, 8 Dec 2020 16:35:26 +0000 (UTC) From: Arnd Bergmann Authentication-Results:mail.kernel.org; dkim=permerror (bad message/signature format) List-Id: To: arm@kernel.org, Maxime Ripard , soc@kernel.org Cc: Arnd Bergmann , Jernej Skrabec , linux-arm-kernel@lists.infradead.org, Chen-Yu Tsai Subject: Re: [GIT PULL] Allwinner arm64 Defconfig Changes for 5.11 Date: Tue, 8 Dec 2020 17:34:52 +0100 Message-Id: <160744514034.359082.2437493310457379108.b4-ty@arndb.de> X-Mailer: git-send-email 2.27.0 In-Reply-To: <5ddf5486-a20c-467a-bc67-d5e8fbc38856.lettre@localhost> References: <5ddf5486-a20c-467a-bc67-d5e8fbc38856.lettre@localhost> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Archived-At: List-Archive: List-Post: From: Arnd Bergmann On Sat, 28 Nov 2020 12:24:30 +0100, Maxime Ripard wrote: > Please pull the following changes for the next release. > > Thanks! > Maxime > > The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: > > Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) > > [...] Merged into arm/defconfig, thanks! merge commit: 69f7aeee06674daa1950e04dc61de0c6e70586fc Arnd 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=-7.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_GIT 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 1F9DBC433FE for ; Tue, 8 Dec 2020 16:38:12 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (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 BD25A233CF for ; Tue, 8 Dec 2020 16:38:11 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BD25A233CF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=/wtZmiSaTEtuWM0/T+kk7tZ33d6reTaY6W52aOgBR5Q=; b=lTsfIIgBhNOPOtNm4VdX19NpP 9WHWpPUK/virw0xSQpNAG//GOC6MD+HpFhm3Qf9d6r/Q0nTyg4NfH+JkNJNYszv/OSljuWWiooWTn yrpvBIE2x8AjCxT/817QGXPonmZHqJLmneXP8Wk4zKvWq9BbWt0guldiUQyp/7kvcAtkdgH4F2y4K lP4Dk8XRDsnKfJjClQv1TgB4YlcOYFqHd9iwrXLgjW80AYLkxyXSrdMIB4jdWteJEybRmyfYg07oR nXps0vqG+9HgqJY23a8dx+QEnQYgjEpL44iFB+k+GgRulEtsOW8dMsp0x+ScTvYVkxMI7zbTxcrSh rsrwvPN6A==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmfyp-0001oo-6u; Tue, 08 Dec 2020 16:36:47 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kmfxX-0001Ok-3P for linux-arm-kernel@lists.infradead.org; Tue, 08 Dec 2020 16:35:29 +0000 From: Arnd Bergmann Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) List-Id: To: arm@kernel.org, Maxime Ripard , soc@kernel.org Subject: Re: [GIT PULL] Allwinner arm64 Defconfig Changes for 5.11 Date: Tue, 8 Dec 2020 17:34:52 +0100 Message-ID: <160744514034.359082.2437493310457379108.b4-ty@arndb.de> X-Mailer: git-send-email 2.27.0 In-Reply-To: <5ddf5486-a20c-467a-bc67-d5e8fbc38856.lettre@localhost> References: <5ddf5486-a20c-467a-bc67-d5e8fbc38856.lettre@localhost> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201208_113527_272211_EE645AB3 X-CRM114-Status: UNSURE ( 8.47 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jernej Skrabec , Chen-Yu Tsai , linux-arm-kernel@lists.infradead.org, Arnd Bergmann 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 Message-ID: <20201208163452.cawZsfFhzxOxe-xr5EafF89Br0JNaZJkRSWcDc159jU@z> Archived-At: List-Archive: List-Post: From: Arnd Bergmann On Sat, 28 Nov 2020 12:24:30 +0100, Maxime Ripard wrote: > Please pull the following changes for the next release. > > Thanks! > Maxime > > The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec: > > Linux 5.10-rc1 (2020-10-25 15:14:11 -0700) > > [...] Merged into arm/defconfig, thanks! merge commit: 69f7aeee06674daa1950e04dc61de0c6e70586fc Arnd _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel