From nobody Fri Oct 3 12:13:06 2025 Received: from m16.mail.163.com (m16.mail.163.com [117.135.210.2]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 7118014C5B0; Mon, 1 Sep 2025 06:07:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=117.135.210.2 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756706851; cv=none; b=jPhHG9ptdahNecwNraa4GvMlSejhOO26/O8My8Bz8IFcLVoBrJP4aMEvXzTJcEabFSDHhxpsqxAEhrawnzRkqs4bFxXh4K8BoZiB7zb4PdwRa7jRetu/Jh0zRruRX/0ppyfglxQsNa9d/nyxTCuTHXuGBPzcq6kzazOS+5onrFw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756706851; c=relaxed/simple; bh=Fiqf2OV+w04RoAqL3Hknz8jueYrThcYmF32Z35QGv8E=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=XXlec5LzQLQvhfwJm3f4aRm2LpALZf4P6wR4g/6mnNF1LVjP1cdKaMp6Pe3QEf3mrCOT8YKMA5J/FbouDC04tX6TLc0upJ9Ll+0Wwbzmz4BZROGBHNcSw9Z9pmXVOZbJFgzlH/3DlFoj1HlCsgnhnXPN9Bc4/f3dKzEssqRorfU= 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=GRQ4AGcC; arc=none smtp.client-ip=117.135.210.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="GRQ4AGcC" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=163.com; s=s110527; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=KD NujxQhZ4dZPsrf39XnQIMTiyfKtPoWMNjlft/OYgg=; b=GRQ4AGcCq65NRE94Bb y+qvzCyikUeWJJ0Z30t9eeEX4gDRoDPQjIwZoln2hUpdeH5gv3uGr+Jsn3PR1lpP DCybtzpH7dknMRxNMp+MQSQok9hrjMsGvClTmqevXOAljWqV3oXvsbD1rOgLqRqf aX7Ik4gv3cUlcAbdDXY1iVrW0= Received: from localhost.localdomain (unknown []) by gzsmtp1 (Coremail) with SMTP id PCgvCgAXPbjtN7VosBAMBQ--.8409S2; Mon, 01 Sep 2025 14:06:38 +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>, "Mystery Li" Subject: [PATCH v4] net/core: Replace offensive comment in skbuff.c Date: Mon, 1 Sep 2025 14:06:35 +0800 Message-Id: <20250901060635.735038-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-Transfer-Encoding: quoted-printable X-CM-TRANSID: PCgvCgAXPbjtN7VosBAMBQ--.8409S2 X-Coremail-Antispam: 1Uf129KBjvJXoWrur4ktryrJr4xZr45Zw17trb_yoW8JrWfpr yxG34fCF4Dur17Aw4kAFn7ur4Fv3s5GF1UKrsxt34rJwn8Grn2gFs8KFs3ZFWYv3y3tryj qrZIv3y5KFWUAaDanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDUYxBIdaVFxhVjvjDU0xZFpf9x0pETa03UUUUU= X-CM-SenderInfo: jprtmkaqtvmkiwq6il2tof0z/xtbBNQO7Omi1M1JlLQABsC Content-Type: text/plain; charset="utf-8" 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. Indeed, I do not believe this will offend any particular individual or grou= p. Nonetheless, it is advisable to revise any commit that appears overly emoti= onal or rude. Signed-off-by: "Mystery Li" --- 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