From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms.lwn.net (ms.lwn.net [45.79.88.28]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0D6D733F9; Fri, 29 Aug 2025 22:05:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.79.88.28 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756505138; cv=none; b=uwtj21+G+3bQtyPVoYfSqGMEvK6zpI+4PlrQ72zIQwNPUbIk8f++9ZEQBjh3OFWH5wTwROOQeeBuDvy0aU4FIBSqp2Ao6G02VJNfpEq1lyoueuIvGbMew902hHGGp2gq7P3yvNy3n4NRQHPnbD6HNwSltGIbmu5oUA3l6pEroFY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1756505138; c=relaxed/simple; bh=JvutaXq+PKl//UG4IHQEgbu/fkcYYQmusgbtPr95/Bk=; h=From:To:Cc:Subject:In-Reply-To:References:Date:Message-ID: MIME-Version:Content-Type; b=uBn81C70eYoJDiVptBxoAWpNT01I7+uHRGsHzcqeT4RTZW2S8umz3H7xHQvMTcAvGHXv0EBs3PZA1ZJ2caMNXSJTSYeGuIT5hG96IIpQ+0ZaA+/kx8jUyGxCupf7ukzUbf4qUiSucuyYpTDPoTB2tzHCQf6oHCwBy4YsU6Xb+fI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net; spf=pass smtp.mailfrom=lwn.net; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b=EB8Y92mw; arc=none smtp.client-ip=45.79.88.28 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lwn.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lwn.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=lwn.net header.i=@lwn.net header.b="EB8Y92mw" DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 30E2740AE2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1756505136; bh=VdeBwtdAlWOMOczg93todwnbqhhZcuyB7FOugEXYEvI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=EB8Y92mw327RV4Jpk9JoruZ5ZuAIvg2Sdt/FKoIwAlYsKuXMtWrkEH/wFJ7FUgEV1 Q4Z1mz5EwetjFSpkPpMARv+ZvS7YNvAZ08dSojr4IWN07HDO+ReNVCBU1JmTiz2Vi1 kXCMzyWFodhlSASpRqYmFD7HZj5m8S73Qtg9zjHDCluuy/DtKvIHYBGlwrOkMDfK6n 28SPU4PnWhP4wwdcARFHUsJRWkONxjNhGcTGtMhai3ynVC65bdXcYWHlld0Kr3IFPG 0UZvre+JcllSPvWPcw25L1N/6MFU9gnPpsJOHK72/ay6fevkmeYKb4YulLTwVdUZiQ K+MrpwpEeJbCw== Received: from localhost (unknown [IPv6:2601:280:4600:2da9::1fe]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 30E2740AE2; Fri, 29 Aug 2025 22:05:36 +0000 (UTC) From: Jonathan Corbet To: Yunseong Kim Cc: Tejun Heo , Minchan Kim , Namhyung Kim , Joonsoo Kim , Hyunchul Lee , Namjae Jeon , Chanwoo Choi , Jaegeuk Kim , SeongJae Park , Minwoo Im , Seung-Woo Kim , Kukjin Kim , Chanho Min , Taehee Yoo , Harry Yoo , gwan-gyeong.mun@intel.com, yeoreum.yun@arm.com, Mingi Cho , Hyunwoo Kim , austindh.kim@gmail.com, pmnxis@gmail.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Yunseong Kim Subject: Re: [PATCH v7] Documentation: cve Korean translation In-Reply-To: <20250823193516.19485-2-ysk@kzalloc.com> References: <20250823193516.19485-2-ysk@kzalloc.com> Date: Fri, 29 Aug 2025 16:05:35 -0600 Message-ID: <878qj14wcw.fsf@trenco.lwn.net> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain Yunseong Kim writes: > Understanding the Linux kernel's CVE handling process is becoming > increasingly critical. This is especially important for Korean companies > exporting products to regions like Europe, as they must comply with > regulations such as the Cyber Resilience Act (CRA). > > This translation aims to raise awareness among Korean kernel developers and > companies, helping them better understand and adhere to the kernel > community's security practices. > > The translation is based on the contributor's direct experience with the > Linux kernel security bug process and obtaining CVEs. Furthermore, > completion of the security training program provided by the Linux > Foundation ensures the necessary accuracy for this documentation. > > I have refined the context that was present in v6. The review comments from > Seongjae have been incorporated. > > Signed-off-by: Yunseong Kim > Reviewed-by: SeongJae Park > --- > Documentation/translations/ko_KR/index.rst | 1 + > .../translations/ko_KR/process/cve.rst | 125 ++++++++++++++++++ > 2 files changed, 126 insertions(+) > create mode 100644 Documentation/translations/ko_KR/process/cve.rst Applied, thanks. jon