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 BDFE2C4332F for ; Thu, 20 Oct 2022 12:44:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230209AbiJTMoI (ORCPT ); Thu, 20 Oct 2022 08:44:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230246AbiJTMoD (ORCPT ); Thu, 20 Oct 2022 08:44:03 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 989E2180ACA; Thu, 20 Oct 2022 05:44:00 -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 sin.source.kernel.org (Postfix) with ESMTPS id 6409ACE2592; Thu, 20 Oct 2022 12:43:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3047CC433C1; Thu, 20 Oct 2022 12:43:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666269835; bh=EMeRt+MoM9VnLhCCrJJOGBgjdGTe/y/YDLyePQFA6Jo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=kkYJFidxNMuZ70jUpI70l6YBOAn3OjZEBQ+1fsbrGRoE8w3US2wgRgq5Y4uLdZXvt xFm1hYFfRsiWT5oRCJgxzwg7upqaxxPq6zgNKFzHvhG4UF1AF/1AKgBUAHywUfg+mN aujcUGMgL6GLGX0uEPVdL/y4QiEUHlYzEpdBw4eo= Date: Thu, 20 Oct 2022 14:43:52 +0200 From: Greg KH To: jinpeng Cui Cc: Zeal Robot , alan.maguire@oracle.com, ast@kernel.org, bpf@vger.kernel.org, cui.jinpeng2@zte.com.cn, jolsa@kernel.org, keescook@chromium.org, linux-kernel@vger.kernel.org, peterz@infradead.org, stephen.s.brennan@oracle.com Subject: Re: [PATCH linux-next] kallsyms: Use strscpy() instead of strlcpy() Message-ID: References: <20221020090547.398680-1-cui.jinpeng2@zte.com.cn> 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 Thu, Oct 20, 2022 at 08:27:39PM +0800, jinpeng Cui wrote: > Hello,Please do not ban my private account cuijinpeng666@gmail.com Sorry, that has already happened. > I am very sorry if the patches from zte.com.cn > in the past few months have made you angry, > we have decided to fix the problem you pointed out > as soon as possible. > Our company's mailbox name@zte.com.cn > cannot send emails to the external network, > so we use name@gmail.com to send patches; You all have been warned numerous times over many weeks and months and never responded to our emails. We have no proof that using gmail accounts is actually coming from a ZTE employee, so until that happens, we can not take your changes (not to mention the basic fact that you all keep ignoring our review comments, which is a good enough reason to ignore them.) Please fix your email systems. Also, do not attempt to send html emails (like this one), as the lists by default, reject them as you know. greg k-h