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 A2C3DC4167B for ; Thu, 15 Dec 2022 11:43:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229947AbiLOLnp (ORCPT ); Thu, 15 Dec 2022 06:43:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229448AbiLOLnm (ORCPT ); Thu, 15 Dec 2022 06:43:42 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0BB7B2C10E; Thu, 15 Dec 2022 03:43:41 -0800 (PST) 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 B56CEB81B84; Thu, 15 Dec 2022 11:43:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF120C433D2; Thu, 15 Dec 2022 11:43:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671104618; bh=Oh7qR3FqKNXC4yCGOLnMkkPDHqlsorxxWcum/D2kYSg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=addAOdAOJbgv/HjUd9rHl7Y8DJhOUktDJYvGf2S5HfPG0YRYHukY28mx8j5AdMhAk AbhpZ1gVXitHPYQSqyqC+dZI+GH2q0SStlZodKJYge9lfCtEAXkx6TbRD/4VEGC+Wg /j/75CrEg4TsZ4sG5aI0QR0HGKjJZhM0yWT94mJs= Date: Thu, 15 Dec 2022 12:43:35 +0100 From: Greg KH To: ChiYuan Huang Cc: linux@roeck-us.net, heikki.krogerus@linux.intel.com, matthias.bgg@gmail.com, tommyyl.chen@mediatek.com, macpaul.lin@mediatek.com, gene_chen@richtek.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, ChiYuan Huang , stable@vger.kernel.org Subject: Re: [PATCH] usb: typec: tcpm: Fix altmode re-registration causes sysfs create fail Message-ID: References: <1671096096-20307-1-git-send-email-u0084500@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 15, 2022 at 05:53:44PM +0800, ChiYuan Huang wrote: > Greg KH 於 2022年12月15日 週四 下午5:44寫道: > > > > On Thu, Dec 15, 2022 at 05:21:36PM +0800, cy_huang wrote: > > > From: ChiYuan Huang > > > > Why not send directly from this address so we can validate that this is > > the correct email address of yours? > > > It's the company mailbox policy. To send the external mail, there's > the security text block at the bottom. > Except this, some mail address are also blocked. To avoid this, I use > my personal mail to send the patch > and leave the SoB for the Richtek mailbox. > It's lazy to fight for this. Please fix it, otherwise your company's email address will be spoofed and people can claim to be sending changes from their domain. Please fix that up, abusing random gmail addresses like this is not ok, sorry. greg k-h