From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754143AbcCNXf1 (ORCPT ); Mon, 14 Mar 2016 19:35:27 -0400 Received: from LGEAMRELO12.lge.com ([156.147.23.52]:58560 "EHLO lgeamrelo12.lge.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750774AbcCNXfX (ORCPT ); Mon, 14 Mar 2016 19:35:23 -0400 X-Original-SENDERIP: 156.147.1.127 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 165.244.98.150 X-Original-MAILFROM: minchan@kernel.org X-Original-SENDERIP: 10.177.223.161 X-Original-MAILFROM: minchan@kernel.org Date: Tue, 15 Mar 2016 08:36:05 +0900 From: Minchan Kim To: SeongJae Park CC: Paul McKenney , David Howells , Jonathan Corbet , linux-doc , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v2 0/5] Add Korean translation of memory-barriers.txt Message-ID: <20160314233605.GA17980@bbox> References: <1457622420-25591-1-git-send-email-sj38.park@gmail.com> <20160314201713.GA9786@linux.vnet.ibm.com> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-MIMETrack: Itemize by SMTP Server on LGEKRMHUB03/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/03/15 08:35:17, Serialize by Router on LGEKRMHUB03/LGE/LG Group(Release 8.5.3FP6|November 21, 2013) at 2016/03/15 08:35:17, Serialize complete at 2016/03/15 08:35:17 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Mar 15, 2016 at 06:52:11AM +0900, SeongJae Park wrote: > On Tue, Mar 15, 2016 at 5:17 AM, Paul E. McKenney > wrote: > > On Fri, Mar 11, 2016 at 12:06:55AM +0900, SeongJae Park wrote: > >> This patchset aims to add Korean translation of memory-barriers document. > >> > >> The patchset starts from fixing minor and trivial problems in the original > >> document that found during translation. After that, the final patch adds the > >> Korean translation of the document. > >> > >> The patches are based on recent next tree: > >> 0f6dd067b9c3c712b1177fa2fc0deb21805c771c ("Add linux-next specific files for > >> 20160309") > > > > Queued, thank you! I am going to have to trust you on the Korean, good > > thing you list yourself as maintainer. ;-) > > Thank you, Paul! I believe this change may help future Korean hackers. Also, > I will do my best to maintain the document up to date with good quality. +1 I cannot expect when someone who knows Korean, understand memory-barrier stuff very well and have enough time to reivew comes up. Anyway, if the translation has a problem, we could fix it later so I really appreciate SeongJae's nice contribution translated one of hardest document but valuable. Acked-by: Minchan Kim