Re: [PATCH] Docs/translations/ko_KR: remove memory-barriers

From: Jonathan Corbet

Date: Tue Jan 06 2026 - 16:54:42 EST


SeongJae Park <sj@xxxxxxxxxx> writes:

> The memory-barriers.txt Korean translation is quite outdated. The last
> update on the translation was made on 2022-10-10, by commit ee5a86f451f7
> ("docs/memory-barriers.txt/kokr: Fix confusing name of 'data dependency
> barrier'"). After the date, the original memory-barriers.txt got seven
> more changes so far. The most recent one was made on 2025-11-05. But
> none of those are applied to the translation.
>
> Maybe I can work again on keeping it updated. But, given the
> advancement of translation tools, I think it might not be worth keeping
> it at all. Remove the outdated translation.
>
> If it turns out to be worthy to keep the translation and someone willing
> to keep it updated steps up, this could be reverted.
>
> This change was inspired from the last kernel summit discussion [1].
>
> [1] https://lpc.events/event/19/contributions/2259/
>
> Cc: "Paul E. McKenney" <paulmck@xxxxxxxxxx>
> Signed-off-by: SeongJae Park <sj@xxxxxxxxxx>
> ---
> .../core-api/wrappers/memory-barriers.rst | 18 -
> Documentation/translations/ko_KR/index.rst | 1 -
> .../translations/ko_KR/memory-barriers.txt | 2952 -----------------
> 3 files changed, 2971 deletions(-)
> delete mode 100644 Documentation/translations/ko_KR/core-api/wrappers/memory-barriers.rst
> delete mode 100644 Documentation/translations/ko_KR/memory-barriers.txt

Applied, thanks.

jon