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 4ECFCC19F2A for ; Thu, 11 Aug 2022 17:23:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235810AbiHKRXw (ORCPT ); Thu, 11 Aug 2022 13:23:52 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60636 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236794AbiHKRXg (ORCPT ); Thu, 11 Aug 2022 13:23:36 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F2BD5D6D for ; Thu, 11 Aug 2022 10:23:13 -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 AECF7B821AD for ; Thu, 11 Aug 2022 17:23:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 24D0AC433D6; Thu, 11 Aug 2022 17:23:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1660238591; bh=l35eimNCqHrzCfY6lFspwF8Dszt3X0XExhhFE27jNto=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=LfRjk+BIbh5FXhLvst06wIuzPFYVSrlmcA6vGkPlbwf08o8DuVyJ0AwIPxO2hzzQH 7GXeLKXeNuCF+owdKHt2VvNVVdg87URecUE9FdlNUQPDGeRUt4FPXLTVTOtC/sRb67 l68m0M1YWV703Mt0V8HaVijzXBHbr8vjsiL4cx3ydmMEwUtA4U1eOGEm9NUOqqyL72 JQCHukx3aKd0gG1oaN5inZk/3ovJhcK7Y7pSu/hHJu56RTLc61JvpTz91P6TmkMRJ0 9SatHUE+3zGO0yHG23vF/pxqkMNT7RX3N9uCU1L1X0FRB8ugLmxIcWanqQbXjQIffu 4GaEH7fX7u5lQ== Date: Thu, 11 Aug 2022 10:23:10 -0700 From: Jakub Kicinski To: Jakub Sitnicki Cc: netdev@vger.kernel.org, kernel-team@cloudflare.com, van fantasy Subject: Re: [PATCH net] l2tp: Serialize access to sk_user_data with sock lock Message-ID: <20220811102310.3577136d@kernel.org> In-Reply-To: <20220810102848.282778-1-jakub@cloudflare.com> References: <20220810102848.282778-1-jakub@cloudflare.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Wed, 10 Aug 2022 12:28:48 +0200 Jakub Sitnicki wrote: > Fixes: fd558d186df2 ("l2tp: Split pppol2tp patch into separate l2tp and ppp parts") That tag immediately sets off red flags. Please find the commit where to code originates, not where it was last moved. > Reported-by: van fantasy > Tested-by: van fantasy Can we get real names? Otherwise let's just drop those tags. I know that the legal name requirement is only for S-o-b tags, technically, but it feels silly.