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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D0043C4361B for ; Fri, 11 Dec 2020 20:43:57 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 92ADC23BCD for ; Fri, 11 Dec 2020 20:43:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2392284AbgLKTDH (ORCPT ); Fri, 11 Dec 2020 14:03:07 -0500 Received: from mail.skyhub.de ([5.9.137.197]:42870 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2391551AbgLKTCr (ORCPT ); Fri, 11 Dec 2020 14:02:47 -0500 Received: from zn.tnic (p200300ec2f124300da799288a8bc7530.dip0.t-ipconnect.de [IPv6:2003:ec:2f12:4300:da79:9288:a8bc:7530]) (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 A729A1EC038E; Fri, 11 Dec 2020 20:02:05 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1607713325; 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=G1QdGYcDTW0B9pLacQcKlGP5gjL9zeHP1/bEwt95B1k=; b=Eco9TFSPdJj7r1rA2XJTfjc/YX8L5J91rNmAnvoLKEscJHoy9dlQ9LTWhZOHMVprHvKtOC R9y4YKvp5rP6KeFEWj+ilQpEy001BbvpIEOh+yEnjhbCIaMzryi8lGtfWd+gmh8YkAyejk i5Z1wHatgT0O3scmg6+ZouStMnvXb8k= Date: Fri, 11 Dec 2020 20:02:00 +0100 From: Borislav Petkov To: Lukas Bulwahn Cc: Thomas Gleixner , Ingo Molnar , X86 ML , "H . Peter Anvin" , Al Viro , kernel-janitors@vger.kernel.org, Linux Kernel Mailing List Subject: Re: [PATCH] x86: ia32_setup_rt_frame(): propagate __user annotations properly Message-ID: <20201211190200.GF25974@zn.tnic> References: <20201207124141.21859-1-lukas.bulwahn@gmail.com> <20201211184715.GE25974@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 11, 2020 at 07:55:50PM +0100, Lukas Bulwahn wrote: > Yes, agree. Other maintainers noted that I should point out that the > patch is only a minor clean-up and it is not urgent to be considered. > > So, I add this remark to make clear that it is not top priority to > apply just that the maintainers know. > > You will sure review it eventually, and hopefully accept it then. Well, after I review it, I probably should know what the priority is, right? > If that comment disturbs you, please ignore it. I was just wondering why you're writing something which is not really needed. Notes under "---" are usually used to clarify aspects of the patch handling, versioning, etc. Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette From mboxrd@z Thu Jan 1 00:00:00 1970 From: Borislav Petkov Date: Fri, 11 Dec 2020 19:02:00 +0000 Subject: Re: [PATCH] x86: ia32_setup_rt_frame(): propagate __user annotations properly Message-Id: <20201211190200.GF25974@zn.tnic> List-Id: References: <20201207124141.21859-1-lukas.bulwahn@gmail.com> <20201211184715.GE25974@zn.tnic> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Lukas Bulwahn Cc: Thomas Gleixner , Ingo Molnar , X86 ML , "H . Peter Anvin" , Al Viro , kernel-janitors@vger.kernel.org, Linux Kernel Mailing List On Fri, Dec 11, 2020 at 07:55:50PM +0100, Lukas Bulwahn wrote: > Yes, agree. Other maintainers noted that I should point out that the > patch is only a minor clean-up and it is not urgent to be considered. > > So, I add this remark to make clear that it is not top priority to > apply just that the maintainers know. > > You will sure review it eventually, and hopefully accept it then. Well, after I review it, I probably should know what the priority is, right? > If that comment disturbs you, please ignore it. I was just wondering why you're writing something which is not really needed. Notes under "---" are usually used to clarify aspects of the patch handling, versioning, etc. Thx. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette