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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_NEOMUTT autolearn=ham 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 08796C43381 for ; Wed, 20 Feb 2019 09:29:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id D869D21773 for ; Wed, 20 Feb 2019 09:29:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726904AbfBTJ3T (ORCPT ); Wed, 20 Feb 2019 04:29:19 -0500 Received: from mx0a-00191d01.pphosted.com ([67.231.149.140]:51600 "EHLO mx0a-00191d01.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725832AbfBTJ3T (ORCPT ); Wed, 20 Feb 2019 04:29:19 -0500 X-Greylist: delayed 4028 seconds by postgrey-1.27 at vger.kernel.org; Wed, 20 Feb 2019 04:29:18 EST Received: from pps.filterd (m0048589.ppops.net [127.0.0.1]) by m0048589.ppops.net-00191d01. (8.16.0.27/8.16.0.27) with SMTP id x1K8FR4Z026841; Wed, 20 Feb 2019 03:22:08 -0500 Received: from tlpd255.enaf.dadc.sbc.com (sbcsmtp3.sbc.com [144.160.112.28]) by m0048589.ppops.net-00191d01. with ESMTP id 2qrwxhxdy2-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Wed, 20 Feb 2019 03:22:07 -0500 Received: from enaf.dadc.sbc.com (localhost [127.0.0.1]) by tlpd255.enaf.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id x1K8M6rD020907; Wed, 20 Feb 2019 02:22:07 -0600 Received: from zlp30496.vci.att.com (zlp30496.vci.att.com [135.46.181.157]) by tlpd255.enaf.dadc.sbc.com (8.14.5/8.14.5) with ESMTP id x1K8M3xS020825; Wed, 20 Feb 2019 02:22:03 -0600 Received: from zlp30496.vci.att.com (zlp30496.vci.att.com [127.0.0.1]) by zlp30496.vci.att.com (Service) with ESMTP id 2F8CF40CF59C; Wed, 20 Feb 2019 08:22:03 +0000 (GMT) Received: from clpi183.sldc.sbc.com (unknown [135.41.1.46]) by zlp30496.vci.att.com (Service) with ESMTP id 140CC40CF597; Wed, 20 Feb 2019 08:22:03 +0000 (GMT) Received: from sldc.sbc.com (localhost [127.0.0.1]) by clpi183.sldc.sbc.com (8.14.5/8.14.5) with ESMTP id x1K8M2Nb029661; Wed, 20 Feb 2019 02:22:02 -0600 Received: from mail.eng.vyatta.net (mail.eng.vyatta.net [10.156.50.82]) by clpi183.sldc.sbc.com (8.14.5/8.14.5) with ESMTP id x1K8Lwem029454; Wed, 20 Feb 2019 02:21:58 -0600 Received: from debian9.local (unknown [10.156.48.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.eng.vyatta.net (Postfix) with ESMTPSA id B166F3600D2; Wed, 20 Feb 2019 00:21:56 -0800 (PST) Date: Wed, 20 Feb 2019 08:21:48 +0000 From: George Wilkie To: David Miller Cc: jiri@resnulli.us, netdev@vger.kernel.org Subject: Re: [PATCH net] team: use operstate consistently for linkup Message-ID: <20190220082148.jtf3i2gm4fe76ib2@debian9.local> References: <20190219155715.769-1-gwilkie@vyatta.att-mail.com> <20190219.141830.1399219758870863227.davem@davemloft.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190219.141830.1399219758870863227.davem@davemloft.net> User-Agent: NeoMutt/20170113 (1.7.2) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:,, definitions=2019-02-20_07:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_policy_notspam policy=outbound_policy score=0 priorityscore=1501 malwarescore=0 suspectscore=0 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=692 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1810050000 definitions=main-1902200061 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, Feb 19, 2019 at 02:18:30PM -0800, David Miller wrote: > From: George Wilkie > Date: Tue, 19 Feb 2019 15:57:15 +0000 > > > Fixes: f1d22a1e0595 ("team: account for oper state") > > > > Signed-off-by: George Wilkie > > Please do not put an empty line between Fixes: and other tags, all tags > are equal and should be grouped together. > Fixed in v2. Thanks.