Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1447573 > unrolled thread

[PATCH v5 0/2] Doc/memory-barriers: Add Korean translation

Started bySeongJae Park <sj38.park@gmail.com>
First post2016-07-21 03:20 +0200
Last post2016-07-21 18:30 +0200
Articles 4 — 4 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH v5 0/2] Doc/memory-barriers: Add Korean translation SeongJae Park <sj38.park@gmail.com> - 2016-07-21 03:20 +0200
    Re: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation Jonathan Corbet <corbet@lwn.net> - 2016-07-21 17:30 +0200
    Re: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation Ingo Molnar <mingo@kernel.org> - 2016-07-21 18:20 +0200
      Re: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation "Paul E. McKenney" <paulmck@linux.vnet.ibm.com> - 2016-07-21 18:30 +0200

#1447573 — [PATCH v5 0/2] Doc/memory-barriers: Add Korean translation

FromSeongJae Park <sj38.park@gmail.com>
Date2016-07-21 03:20 +0200
Subject[PATCH v5 0/2] Doc/memory-barriers: Add Korean translation
Message-ID<rXaOB-Dh-7@gated-at.bofh.it>
This patchset adds a Korean translation of memory-barriers.txt and fix a typo
that was found during the translation.  The translation has started from Feb,
2016 and using a public git tree[1] to manage the work.  It's commit history
says that it is following upstream changes as well.

Changes from v4:
 - Polish readability for overall text again:
   `1 file changed, 838 insertions(+), 799 deletions(-)`

Changes from v3:
 - Polish readability for overall text:
   `1 file changed, 533 insertions(+), 505 deletions(-)`
 - Add disclaimer of translation

[1] https://github.com/sjp38/linux.doc_trans_membarrier

SeongJae Park (2):
  Doc/memory-barriers: Fix a typo of example result
  Doc/memory-barriers: Add Korean translation

 Documentation/ko_KR/memory-barriers.txt | 3134 +++++++++++++++++++++++++++++++
 Documentation/memory-barriers.txt       |    2 +-
 2 files changed, 3135 insertions(+), 1 deletion(-)
 create mode 100644 Documentation/ko_KR/memory-barriers.txt

-- 
1.9.1

[toc] | [next] | [standalone]


#1447969 — Re: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation

FromJonathan Corbet <corbet@lwn.net>
Date2016-07-21 17:30 +0200
SubjectRe: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation
Message-ID<rXo5c-Qr-25@gated-at.bofh.it>
In reply to#1447573
On Thu, 21 Jul 2016 07:23:46 -0700
"Paul E. McKenney" <paulmck@linux.vnet.ibm.com> wrote:

> If Minchan is OK with this version, if Ingo and Jon have no objections,
> and given the small change below, I will take it.

None here.

Acked-by: Jonathan Corbet <corbet@lwn.net>

jon

[toc] | [prev] | [next] | [standalone]


#1447983 — Re: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation

FromIngo Molnar <mingo@kernel.org>
Date2016-07-21 18:20 +0200
SubjectRe: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation
Message-ID<rXoRz-1m6-11@gated-at.bofh.it>
In reply to#1447573
* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:

> On Thu, Jul 21, 2016 at 10:10:58AM +0900, SeongJae Park wrote:
> > This commit adds Korean version of memory-barriers.txt document.  The
> > header is refered to HOWTO Korean version.
> > 
> > The translation has started from Feb, 2016 and using a public git
> > repository[1] to maintain the work.  It's commit history says that it is
> > following upstream changes as well.
> > 
> > [1] https://github.com/sjp38/linux.doc_trans_membarrier
> > 
> > Acked-by: David Howells <dhowells@redhat.com>
> > Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> > Acked-by: Minchan Kim <minchan@kernel.org>
> > Signed-off-by: SeongJae Park <sj38.park@gmail.com>
> 
> If Minchan is OK with this version, if Ingo and Jon have no objections,
> and given the small change below, I will take it.

Acked-by: Ingo Molnar <mingo@kernel.org>

Thanks,

	Ingo

[toc] | [prev] | [next] | [standalone]


#1447992 — Re: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation

From"Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Date2016-07-21 18:30 +0200
SubjectRe: [PATCH v5 2/2] Doc/memory-barriers: Add Korean translation
Message-ID<rXp1g-1pX-17@gated-at.bofh.it>
In reply to#1447983
On Thu, Jul 21, 2016 at 06:15:33PM +0200, Ingo Molnar wrote:
> 
> * Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:
> 
> > On Thu, Jul 21, 2016 at 10:10:58AM +0900, SeongJae Park wrote:
> > > This commit adds Korean version of memory-barriers.txt document.  The
> > > header is refered to HOWTO Korean version.
> > > 
> > > The translation has started from Feb, 2016 and using a public git
> > > repository[1] to maintain the work.  It's commit history says that it is
> > > following upstream changes as well.
> > > 
> > > [1] https://github.com/sjp38/linux.doc_trans_membarrier
> > > 
> > > Acked-by: David Howells <dhowells@redhat.com>
> > > Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
> > > Acked-by: Minchan Kim <minchan@kernel.org>
> > > Signed-off-by: SeongJae Park <sj38.park@gmail.com>
> > 
> > If Minchan is OK with this version, if Ingo and Jon have no objections,
> > and given the small change below, I will take it.
> 
> Acked-by: Ingo Molnar <mingo@kernel.org>

Thank you both!

							Thanx, Paul

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web