From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-176.mta1.migadu.com (out-176.mta1.migadu.com [95.215.58.176]) (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 48D771922DD for ; Fri, 9 Aug 2024 10:44:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.176 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723200274; cv=none; b=bcEq3sPsI0oDc5Z+RrulFgwQ+rJFZQfh8DivRFtkdZfVtTKhfKS2IGC1yrkSlavmVnHef4+CNhkYaZjhOUBEYJxhBD876d6PRlr5Uk1fgDmeKjE6yCFo5Trn8BDB0i0K2+beARYM4c45tdkBi/ZmmgmAXc6CyzhwXlIExEOIkyU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723200274; c=relaxed/simple; bh=3m+JzrMFymn1hseJJlO+/uUN3xAN/dajin5z1ik7b5w=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=dxOPyDFYYSY7iyb55vlZg7yyxo4TMMGx7292GxMTXxNrfRCMJ0agOwIfGT8z83KzD34ksYCJgSjoVhcdUcxDClsbtfUoA30zRGShlnEm1vIDy7Yvr1gID9PMElvM+Ry933d0klbbLV5ZgWzvjjWY5WFTFd4PKmMh9qLM0KgZbDA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=FBUT1tH5; arc=none smtp.client-ip=95.215.58.176 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="FBUT1tH5" Message-ID: <25b4c3e0-784d-41ea-8ff3-8cb175983676@linux.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1723200270; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=3m+JzrMFymn1hseJJlO+/uUN3xAN/dajin5z1ik7b5w=; b=FBUT1tH54L+WWit7FfwXs30PzwSpYyfUSVA8efZ/mYQs1zNYxl29BHQph91f6XfUeYg1Zx 3uo6GQFQQIO/eQdkvqXIrtzc/OR2KhQez463hBzjNqE1JXFxd5jxby4cjYJ3tTG4gkRNZK RD8QLvYYVK4G3BVnfRQ4zIErM7YrrZM= Date: Fri, 9 Aug 2024 18:44:19 +0800 Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Subject: Re: [PATCH v5] docs/zh_CN: Add dev-tools/kcsan Chinese translation To: Haoyang Liu , Jonathan Corbet , Alex Shi , Yanteng Si , Nathan Chancellor , Nick Desaulniers , Bill Wendling , Justin Stitt Cc: hust-os-kernel-patches@googlegroups.com, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, llvm@lists.linux.dev References: <20240807162720.46588-1-tttturtleruss@hust.edu.cn> <87r0b0th7l.fsf@trenco.lwn.net> Content-Language: en-US X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: YanTeng Si In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT Hi Haoyang, 在 2024/8/8 0:48, Haoyang Liu 写道: > > 在 2024/8/8 0:45, Jonathan Corbet 写道: >> Haoyang Liu writes: >> >>> This is a mistake but I missed it before sending this patch. >>> >>> What should I do to revert or correct this patch? >>> >>> Thanks for your help and patience. >> Send a v6 with the correction made - but wait a while for other reviews >> first. > > OK. > The doc is good enough for me, so you can send a v6 after fix the typo. Reviewed-by: Yanteng Si Thanks, Yanteng > > Thank you, > > Haoyang > >> >> Thanks, >> >> jon > >