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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 E761FC4363A for ; Mon, 26 Oct 2020 14:40:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD84122263 for ; Mon, 26 Oct 2020 14:40:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603723222; bh=cTgwGhVJW9l7gAJRWGZrNGjuQjLk+5fJlfa3XX8ksdU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=mIk99Mtd6y3938yy/Jwz67FMRSFIo2WBmc9CdAyhAT5PcIGSeaB3iWmoHnZkr87Mv j0m1mQmV2jXRHFd4YBo/T2PFrH3JbRIzY4L9SI2I9d28S/BTTuk/pXB5oCXV843gK3 8J25apvm8zdOqk6NJrfPBvqj8adtHl5P1Y/DBNns= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1781782AbgJZOkV (ORCPT ); Mon, 26 Oct 2020 10:40:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:33918 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1781661AbgJZOi0 (ORCPT ); Mon, 26 Oct 2020 10:38:26 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id E51BD22263; Mon, 26 Oct 2020 14:38:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1603723106; bh=cTgwGhVJW9l7gAJRWGZrNGjuQjLk+5fJlfa3XX8ksdU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qp1O0hwd2GwbEv4XWvz/2K71KK+Fr25JaHVgMFPxZcJGOyikT6MUuqYhcbuYfRKnH /SbfY31THcIMl/MreFvzHJCTitB+FUXXtxgZMuTvVahagCHQ+CEu6/s6MYsZONVqwG WgwodV40e/qNbkGhnKvA47MYBV7xUHUvdIRtVJLg= Date: Mon, 26 Oct 2020 10:38:25 -0400 From: Sasha Levin To: Julian Wiedmann Cc: stable-commits@vger.kernel.org, stable@vger.kernel.org Subject: Re: Patch "s390/qeth: strictly order bridge address events" has been added to the 5.8-stable tree Message-ID: <20201026143825.GK4060117@sasha-vm> References: <20201026053517.556992085B@mail.kernel.org> <4617e1c2-d791-3a18-9cfb-953589ab6c29@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <4617e1c2-d791-3a18-9cfb-953589ab6c29@linux.ibm.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Oct 26, 2020 at 10:16:08AM +0200, Julian Wiedmann wrote: >On 26.10.20 07:35, Sasha Levin wrote: >> This is a note to let you know that I've just added the patch titled >> >> s390/qeth: strictly order bridge address events >> >> to the 5.8-stable tree which can be found at: >> http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary >> >> The filename of the patch is: >> s390-qeth-strictly-order-bridge-address-events.patch >> and it can be found in the queue-5.8 subdirectory. >> >> If you, or anyone else, feels it should not be added to the stable tree, >> please let know about it. >> > >This requires >commit a04f0ecacdb0 ("s390/qeth: don't let HW override the configured port role"). I'll grab that commit too, thanks! -- Thanks, Sasha