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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 16E86C433FE for ; Wed, 6 Apr 2022 09:23:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=NJeMu8itjFFtGUkZ4wLiMAw3kcw1EZAOVSlsIdzKwsk=; b=tcV7JUCmHiZdmV z/lU73hqP+flUh7xf82IxlmFnSFlHoGNe4/Uoe+zcRAz4CJW6nGrsa+9Z2JJkx0UDLNuItKwgY0GC plfuEFFKAb6//3SFIYTi40qfkNlVKizscCGEitELnrjmhzc+Wgcz/RuVji8jdXHobBwUFTP33TvOo eFtwBIjeAxz6FiwCppsD/RZ2wDSQSIiGwUxo85D+i/LHwUwwVQzDY1pBd2jp3AeByN/obo2/CRpfl IRlfmWQA9SCX7eBpgIJYcd5SK+ocuC2bBccExi+lNL5WK1oDzKTwzp1O6f+kgMo1AUsaeIAZHD49j P3lKrVEcoGMGv4BFBiAw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc1rr-004y2x-TV; Wed, 06 Apr 2022 09:22:24 +0000 Received: from mail.skyhub.de ([5.9.137.197]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nc1ro-004y0n-Pl for linux-arm-kernel@lists.infradead.org; Wed, 06 Apr 2022 09:22:22 +0000 Received: from zn.tnic (p2e55dff8.dip0.t-ipconnect.de [46.85.223.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id 4993F1EC0426; Wed, 6 Apr 2022 11:22:05 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1649236925; 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:in-reply-to:in-reply-to: references:references; bh=qP0C10N1CSNA2SJRmtWMahzNQ7X5qGdPNxvgqFFnb6c=; b=m01wgMU7ym6Sa7x0LY2LRianZFz5B5Z2q5gISbqxwkXRCA5qIPeDRouXrQ0QEM8QJWbYEo OUI6f/x6M6yjmIO8axsOyWlQ52CSDoL+RRxHi/mGwLHcfGcIwzbb1SFyVXxxXOTGrgA7JJ U3k1FNj5Eyh4rgHxsyMTDm8nIIDGngU= Date: Wed, 6 Apr 2022 11:22:03 +0200 From: Borislav Petkov To: Tong Tiangen Cc: Andrew Morton , Thomas Gleixner , Ingo Molnar , Dave Hansen , Catalin Marinas , Will Deacon , Alexander Viro , x86@kernel.org, "H. Peter Anvin" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [RFC PATCH -next V2 1/7] x86: fix copy_mc_to_user compile error Message-ID: References: <20220406091311.3354723-1-tongtiangen@huawei.com> <20220406091311.3354723-2-tongtiangen@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220406091311.3354723-2-tongtiangen@huawei.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220406_022221_031541_4E3EED53 X-CRM114-Status: UNSURE ( 8.99 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Apr 06, 2022 at 09:13:05AM +0000, Tong Tiangen wrote: > The follow patch There's no concept of "follow patch" in git - you need to explain this differently. > will add copy_mc_to_user to include/linux/uaccess.h, X86 > must declare Implemented to avoid compile error. I don't know what that means. Try again pls. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel