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 5949AC43334 for ; Mon, 4 Jul 2022 13:38:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233954AbiGDNip (ORCPT ); Mon, 4 Jul 2022 09:38:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47942 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233494AbiGDNin (ORCPT ); Mon, 4 Jul 2022 09:38:43 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 43D8810A5; Mon, 4 Jul 2022 06:38:43 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E3817B80D01; Mon, 4 Jul 2022 13:38:41 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EEF81C3411E; Mon, 4 Jul 2022 13:38:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1656941920; bh=sX7TxP424twppRN1f/ZzLHQ8nFFTfUPTC9wPXPhX3Hk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ra4jra+raOcTf1THMILW6OB7aZ6DT4eeTMnRU52o1MtnzmNDD3Oea+p95DTX6shvI VMfXlVDD5BSE/zM0EEb51Qtl6ITvqoWDu1gKsgSKMFJz6Kx2i6/WhP0fSmhzTv6ipb uLIA60f3yG4fTZKl9RZ55QU+Jypn/c1BA5XEbbck= Date: Mon, 4 Jul 2022 15:38:37 +0200 From: Greg KH To: Zhang Zekun Cc: Larry.Finger@lwfinger.net, phil@philpotter.co.uk, paskripkin@gmail.com, martin@kaiser.cx, straube.linux@gmail.com, linux-media@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, xuqiang36@huawei.com Subject: Re: [PATCH -next] staging: r8188eu: use 'is_zero_ether_addr' to identify an empty address Message-ID: References: <20220704123140.100128-1-zhangzekun11@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 04, 2022 at 03:27:01PM +0200, Greg KH wrote: > On Mon, Jul 04, 2022 at 12:31:40PM +0000, Zhang Zekun wrote: > > Use 'is_zero_ether_addr' to identify an empty ethernet address, intead > > of using 'memcpy' directly. > > > > Reported-by: Hulk Robot > > I am now just going to ignore all patch submissions with this line in it > based on a total lack of responses by the developers using it. See > https://lore.kernel.org/r/Yr7DQJTPrSWTOa0c@kroah.com for why. And now just ignore patches from your domain, see: https://lore.kernel.org/r/YsLq5vXtJgLWCqqz@kroah.com for why (patches sent totally ignoring previous requests.) Please work with the open source developers in your company to fix this broken process, as it is causing more problems for me than it is worth. greg k-h