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.7 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 6A155C433DF for ; Fri, 9 Oct 2020 15:43:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 09F9522261 for ; Fri, 9 Oct 2020 15:43:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=mg.codeaurora.org header.i=@mg.codeaurora.org header.b="BMmZcT1W" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2389338AbgJIPn3 (ORCPT ); Fri, 9 Oct 2020 11:43:29 -0400 Received: from z5.mailgun.us ([104.130.96.5]:17787 "EHLO z5.mailgun.us" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388696AbgJIPn3 (ORCPT ); Fri, 9 Oct 2020 11:43:29 -0400 DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=mg.codeaurora.org; q=dns/txt; s=smtp; t=1602258208; h=Content-Transfer-Encoding: Content-Type: MIME-Version: Message-ID: In-Reply-To: Date: References: Subject: Cc: To: From: Sender; bh=YjxIF3Ji/QmYt5sjPuySlWu/hH2szUxIVvrgfKdThtY=; b=BMmZcT1W4lW4yom18yZYEPhk46Loi0WVADf+72LOQQ88+Rp8ovFL8ZKZROLQUFsDtYpD1R7I vxkiSFtBuMNnjrlhhyt/6wXQmECsZ8Bs+xrQPROjqSEDKhs2YpD1reHkslf2asxeMqdS8W3Q d+W6ZG1P89vfmFobnmeuHndt2fU= X-Mailgun-Sending-Ip: 104.130.96.5 X-Mailgun-Sid: WyI0MWYwYSIsICJsaW51eC1rZXJuZWxAdmdlci5rZXJuZWwub3JnIiwgImJlOWU0YSJd Received: from smtp.codeaurora.org (ec2-35-166-182-171.us-west-2.compute.amazonaws.com [35.166.182.171]) by smtp-out-n02.prod.us-west-2.postgun.com with SMTP id 5f8084f406d81bc48d9747ba (version=TLS1.2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256); Fri, 09 Oct 2020 15:42:44 GMT Sender: kvalo=codeaurora.org@mg.codeaurora.org Received: by smtp.codeaurora.org (Postfix, from userid 1001) id 99520C43382; Fri, 9 Oct 2020 15:42:44 +0000 (UTC) Received: from tynnyri.adurom.net (tynnyri.adurom.net [51.15.11.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: kvalo) by smtp.codeaurora.org (Postfix) with ESMTPSA id F3974C433C9; Fri, 9 Oct 2020 15:42:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org F3974C433C9 Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: aws-us-west-2-caf-mail-1.web.codeaurora.org; spf=fail smtp.mailfrom=kvalo@codeaurora.org From: Kalle Valo To: miaoqinglang Cc: Jakub Kicinski , Greg Kroah-Hartman , , open list Subject: Re: [PATCH -next] mt7601u: Convert to DEFINE_SHOW_ATTRIBUTE References: <20200716085749.11105-1-miaoqinglang@huawei.com> <20200716082036.76f47d2f@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> Date: Fri, 09 Oct 2020 18:42:37 +0300 In-Reply-To: (miaoqinglang's message of "Sat, 19 Sep 2020 10:49:46 +0800") Message-ID: <87eem7s8wi.fsf@tynnyri.adurom.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org miaoqinglang writes: > =E5=9C=A8 2020/7/16 23:20, Jakub Kicinski =E5=86=99=E9=81=93: >> On Thu, 16 Jul 2020 16:57:49 +0800 Qinglang Miao wrote: >>> Use DEFINE_SHOW_ATTRIBUTE macro to simplify the code. >>> >>> Signed-off-by: Qinglang Miao >> >> Acked-by: Jakub Kicinski >> > Hi Jakub, > > I noticed that this patch has been acked by you and not patched into > linux-next. There's little difference now so resent a new patch > against linux-next(20200917), and it can be applied to mainline > cleanly now. This patch didn't apply to wireless-drivers-next and my script sent you an email about it: https://patchwork.kernel.org/patch/11666949/ Please rebase over latest wireless-drivers-next and resend as v2. --=20 https://patchwork.kernel.org/project/linux-wireless/list/ https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatc= hes