From nobody Fri Oct 3 12:14:20 2025 Received: from m16.mail.163.com (m16.mail.163.com [220.197.31.2]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 6D8CB239E8A; Mon, 1 Sep 2025 05:58:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.31.2 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756706332; cv=none; b=sIFK+GKxKoxg5er+Z07lDWkMWRgmCQiU8IrMudsfXag60WlS4DOfutllw4vinH8itEDESzbzL/MqS7r01M7sI16FOwV8ccIwJabYh5cBJpHyoREP+lxaBDMYF6G1hlR73MLSI/4/aIq3NF8tpT5ZkIltYxerf1m/jr878HWE/H8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756706332; c=relaxed/simple; bh=l7TYveTQiAGcaWLaoAz3d4DyCiFfthjfGnGuYoioYg0=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Content-Type; b=GFJc1rwi/51aRiNQv885cxjzoTN48i9/+syS/klaOJlC/Z0MUmyJMarvLUmjSfzYn7EXWjoVIHkKgc6+2mvUY64COd00WMaiaasw2PunV8CyCS6/rXHfy54Bkbxco/WFzt6fYicgMFtS5N7N+w6fsO6Htl102AdV5FhTEgL3fUA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=163.com; spf=pass smtp.mailfrom=163.com; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b=IVZUhPAc; arc=none smtp.client-ip=220.197.31.2 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=163.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=163.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=163.com header.i=@163.com header.b="IVZUhPAc" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:To:Subject:Date:Message-Id:MIME-Version: Content-Type; bh=3Mq98t2htBIwnw6/bYZGfhhwwQsQntgsCLuT01Wv9DE=; b=IVZUhPAcEl+85CHQbjc+c//jj2tj3mIenkGF0S663XlOFXUaQYJeymX24Y1/dH GXabl1X0vrN0YuPIVMACaKPc2GKSoCFjjQ61VwqOnx3YAupQLTQFFU+Wr4u1cYpc Swj4k5Xlc4MFEMFyxIOEnXrAQhURuZA9kx/rnW8CuDGcU= Received: from localhost.localdomain (unknown []) by gzga-smtp-mtada-g0-2 (Coremail) with SMTP id _____wC3VU3uNbVo9KMEFg--.9191S2; Mon, 01 Sep 2025 13:58:07 +0800 (CST) From: mysteryli To: "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni Cc: Andrew Lunn , Simon Horman , Willem de Bruijn , Mina Almasry , Jason Xing , Michal Luczaj , Alexander Lobakin , Eric Biggers , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Mystery Li <929916200@qq.com> Subject: [PATCH v2] net/core: Replace offensive comment in skbuff.c Date: Mon, 1 Sep 2025 13:58:02 +0800 Message-Id: <20250901055802.727743-1-m13940358460@163.com> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-CM-TRANSID: _____wC3VU3uNbVo9KMEFg--.9191S2 X-Coremail-Antispam: 1Uf129KBjvdXoWrur4ktryrJr4xZr45Zw17trb_yoWDKrX_Za y0vFZ7Cw4xJFy2kw43Aws3WrZ0v3y8CFyvkayvqrWUta4kJan5Ca4kAFy3ur9xWFyjqwn8 WasIgrykurnI9jkaLaAFLSUrUUUUjb8apTn2vfkv8UJUUUU8Yxn0WfASr-VFAUDa7-sFnT 9fnUUvcSsGvfC2KfnxnUUI43ZEXa7IU0jLvtUUUUU== X-CM-SenderInfo: jprtmkaqtvmkiwq6il2tof0z/1tbisgq7Omi1LcjBkQAAsR From: Mystery Li <929916200@qq.com> The original comment contained profanity to express the frustration of dealing with a complex and resource-constrained code path. While the sentiment is understandable, the language is unprofessional and unnecessary. Replace it with a more neutral and descriptive comment that maintains the original technical context and conveys the difficulty of the situation without the use of offensive language. Signed-off-by: =E2=80=9Cmystery=E2=80=9D <929916200@qq.com> --- net/core/skbuff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/core/skbuff.c b/net/core/skbuff.c index ee0274417948..202c25a01f22 100644 --- a/net/core/skbuff.c +++ b/net/core/skbuff.c @@ -5333,7 +5333,7 @@ int skb_cow_data(struct sk_buff *skb, int tailbits, s= truct sk_buff **trailer) skb_has_frag_list(skb1)) { struct sk_buff *skb2; =20 - /* Fuck, we are miserable poor guys... */ + /* This is a painfully difficult situation with limited resources... */ if (ntail =3D=3D 0) skb2 =3D skb_copy(skb1, GFP_ATOMIC); else --=20 2.25.1