From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B6A24C3271E for ; Mon, 8 Jul 2024 05:31:57 +0000 (UTC) Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id DBE753D39ED for ; Mon, 8 Jul 2024 07:31:55 +0200 (CEST) Received: from in-6.smtp.seeweb.it (in-6.smtp.seeweb.it [IPv6:2001:4b78:1:20::6]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id F21A73D39E8 for ; Mon, 8 Jul 2024 07:31:36 +0200 (CEST) Authentication-Results: in-6.smtp.seeweb.it; spf=pass (sender SPF authorized) smtp.mailfrom=uniontech.com (client-ip=54.243.244.52; helo=smtpbguseast3.qq.com; envelope-from=lufei@uniontech.com; receiver=lists.linux.it) Received: from smtpbguseast3.qq.com (smtpbguseast3.qq.com [54.243.244.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by in-6.smtp.seeweb.it (Postfix) with ESMTPS id B6AF61402F86 for ; Mon, 8 Jul 2024 07:31:33 +0200 (CEST) X-QQ-GoodBg: 2 X-QQ-SSF: 00400000000000F0 X-QQ-XMRINFO: NyFYKkN4Ny6FSmKK/uo/jdU= X-QQ-FEAT: rZJGTgY0+YOb5AoQSY7Xv7SDmVWPM44kNuJXjuySlyRK163S54ScUWnN+03st iIhgJcFT7eEgE/fg/tYy29MUiC0JwOHtm/a7PUJ8SDrr7NHzIa4uOzqknYt0Xi0GVjcXIhm EJxdYD+82SVWXlEc4gkQlC502V6u8NRqFMdHWzOWzeMwi7WzeSVmoVNjjlrqfXZecWqu94n esUmGfbWBdSM+jQBxyXShS/t6ImtYyiQe/szt/2FIJLVE1eRpshKLIkssyUiqIe22W9fbjN kZknc6zRbmfzKsBxOjzK+R6PBTcp99Mgfvgmulkr9Kb7SV1MPqkuHi489z/dAAH+HOY5Mz/ THkfbB57KQkgyU7oSv+qtt7UhxpRNToToHeWiIYr3CizHir05Pq4s/hMjbwzjfK1iDqr1ts XFZqEtA0sYcLmFNLsAxGKA== X-QQ-BUSINESS-ORIGIN: 2 X-QQ-Originating-IP: V7bSI4a8iWP+k+MVVjtDuyrYwh1N11baaBOmTYTkskI= X-Originating-IP: 125.76.39.228 X-QQ-STYLE: X-QQ-mid: t5gz6a-3t1720416687t9041336 From: "=?utf-8?B?6Lev5paQ?=" To: "=?utf-8?B?UGV0ciBWb3JlbA==?=" , "=?utf-8?B?Q3lyaWwgSHJ1Ymlz?=" , "=?utf-8?B?bHRw?=" Mime-Version: 1.0 Date: Mon, 8 Jul 2024 05:31:27 +0000 X-Priority: 3 Message-ID: X-QQ-MIME: TCMime 1.0 by Tencent X-Mailer: QQMail 2.x X-QQ-Mailer: QQMail 2.x References: <20240606065506.1686-1-lufei@uniontech.com> <20240624015245.54968-1-lufei@uniontech.com> <20240624015245.54968-2-lufei@uniontech.com> <20240708042318.GA119348@pevik> In-Reply-To: <20240708042318.GA119348@pevik> X-QQ-ReplyHash: 2631809715 X-BIZMAIL-ID: 11339285976284122351 X-QQ-SENDSIZE: 520 Received: from qq.com (unknown [127.0.0.1]) by smtp.qq.com (ESMTP) with SMTP id ; Mon, 08 Jul 2024 13:31:29 +0800 (CST) Feedback-ID: t:uniontech.com:qybglogicsvrsz:qybglogicsvrsz4a-1 X-Virus-Scanned: clamav-milter 1.0.3 at in-6.smtp.seeweb.it X-Virus-Status: Clean X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [LTP] [PATCH] acct01: add EFAULT errno check. X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Hi Petr, Cyril. Really thanks for the advises. Each of them makes me learned. Sorry for the patches not so good I've sent, I'm trying to make it better in the future. I will make warnings clearnup patches after this one merged. Best reguards. Lu Fei   ------------------ Original ------------------ From:  "Petr Vorel"