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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 32F8FC433EF for ; Mon, 7 Feb 2022 19:26:51 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 65A0110F8E4; Mon, 7 Feb 2022 19:26:50 +0000 (UTC) Received: from mail-qk1-x72e.google.com (mail-qk1-x72e.google.com [IPv6:2607:f8b0:4864:20::72e]) by gabe.freedesktop.org (Postfix) with ESMTPS id 70D6F10F8E6 for ; Mon, 7 Feb 2022 19:26:49 +0000 (UTC) Received: by mail-qk1-x72e.google.com with SMTP id b22so11812598qkk.12 for ; Mon, 07 Feb 2022 11:26:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ziepe.ca; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=bGzAS0zKkWkFPCiUJqrRhTBAlrJP3SGf1MGlPyahzN4=; b=b7ELmtzNyf/nrudljsQzl4Q1Js/C7bJel76vjls1xYAgKYUp0D32NW/dwCQI91vZZP cXbYYhEP/g8elhxNJkVvAoFewT4/BqI63tG4dQgRBW68M7alExU2eUsV3nwL+RRGhNfV j9OssUbyMS/ts/M6+OwPFFARzPDqKR87URSREqouyR+yUBPPCOc+h8b8yGuU3ej+D/xM yigD/3UGPd7ytRh96Y0Q0EKXaGboDozlOgbEE8YSvDdrFF+CXBdAOzxWkzfsUC5OZ96L FougQ7rtCxrXPxFtxmHqPYYsSOKmfZn62Sni/waJLdqf1/0D0HpcPN3YMwknPx6e2shw Hl0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bGzAS0zKkWkFPCiUJqrRhTBAlrJP3SGf1MGlPyahzN4=; b=kNnDSX6HjPl/egKjVtmzVjrUo7y6yTqJAavnYcKQo69cfjAgoUZyFnNdyRpw9X2ni+ yhjpc1vixtq3GGEtH2M5fs+LudPIXu/5Z+7XC6wy4BG5RJ3yvPi19/Zdt/gMuMFH4Ty1 6Myk2RoktwkLHoImgPQefa+YwMlNTTxo/vPaRRhgIpZZTvs/S1PEKHInKcp7dMxfQK4d IlXMTy3b5wJ8+/vAGNgb7rGPR+OIk5Zly/RfZDovv5tuO8Cz9dttT6YdDBsuHWColZbj 0yZgF1jXtKepIfd84L+kVA5x30DTiKR+p8W/cWU1a4s+aG95uMtm4JMTWgJJYXo6I+yA 8ERQ== X-Gm-Message-State: AOAM531NSO3WK801L1+kou1G34kYUP397Wr4VRxzoRw6Tuoi0ZBGpVFz TktlZGOe0ledINbFK8Vclf7AqA== X-Google-Smtp-Source: ABdhPJyr6K2wB/TmouPqeHofF9/cBL8QhnN30S2Z0xEYqLSWtmQW56XluhEWaS6dhmSL4EVhM8SlGg== X-Received: by 2002:a05:620a:1204:: with SMTP id u4mr761415qkj.707.1644262008607; Mon, 07 Feb 2022 11:26:48 -0800 (PST) Received: from ziepe.ca (hlfxns017vw-142-162-113-129.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.162.113.129]) by smtp.gmail.com with ESMTPSA id w8sm5913769qti.21.2022.02.07.11.26.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Feb 2022 11:26:47 -0800 (PST) Received: from jgg by mlx with local (Exim 4.94) (envelope-from ) id 1nH9ex-000HvP-5E; Mon, 07 Feb 2022 15:26:47 -0400 Date: Mon, 7 Feb 2022 15:26:47 -0400 From: Jason Gunthorpe To: Christoph Hellwig Subject: Re: [PATCH 2/8] mm: remove the __KERNEL__ guard from Message-ID: <20220207192647.GD49147@ziepe.ca> References: <20220207063249.1833066-1-hch@lst.de> <20220207063249.1833066-3-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220207063249.1833066-3-hch@lst.de> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: nvdimm@lists.linux.dev, Ralph Campbell , Alistair Popple , dri-devel@lists.freedesktop.org, Karol Herbst , nouveau@lists.freedesktop.org, Felix Kuehling , "Pan, Xinhui" , linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, Christian =?utf-8?B?S8O2bmln?= , linux-mm@kvack.org, Ben Skeggs , Alex Deucher , Andrew Morton , Logan Gunthorpe , Dan Williams Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Mon, Feb 07, 2022 at 07:32:43AM +0100, Christoph Hellwig wrote: > __KERNEL__ ifdefs don't make sense outside of include/uapi/. > > Signed-off-by: Christoph Hellwig > --- > include/linux/mm.h | 4 ---- > 1 file changed, 4 deletions(-) Reviewed-by: Jason Gunthorpe Jason From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-qk1-f171.google.com (mail-qk1-f171.google.com [209.85.222.171]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 975E22F26 for ; Mon, 7 Feb 2022 19:26:49 +0000 (UTC) Received: by mail-qk1-f171.google.com with SMTP id o12so11839723qke.5 for ; Mon, 07 Feb 2022 11:26:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ziepe.ca; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=bGzAS0zKkWkFPCiUJqrRhTBAlrJP3SGf1MGlPyahzN4=; b=b7ELmtzNyf/nrudljsQzl4Q1Js/C7bJel76vjls1xYAgKYUp0D32NW/dwCQI91vZZP cXbYYhEP/g8elhxNJkVvAoFewT4/BqI63tG4dQgRBW68M7alExU2eUsV3nwL+RRGhNfV j9OssUbyMS/ts/M6+OwPFFARzPDqKR87URSREqouyR+yUBPPCOc+h8b8yGuU3ej+D/xM yigD/3UGPd7ytRh96Y0Q0EKXaGboDozlOgbEE8YSvDdrFF+CXBdAOzxWkzfsUC5OZ96L FougQ7rtCxrXPxFtxmHqPYYsSOKmfZn62Sni/waJLdqf1/0D0HpcPN3YMwknPx6e2shw Hl0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bGzAS0zKkWkFPCiUJqrRhTBAlrJP3SGf1MGlPyahzN4=; b=fq85Z4VA0QOb6HKAuUs7Dk1JD0LTSy2ROGOSTu5KbzXB+EPHqT9w1Q40tpJ9JdHZNH LvKC68GH8QpRGf40rFUubGRB9ISS1P1KjEn4/Ek8aoBLMMsAPDCNXipUrre8y3tL8VtA WwLMMWkLIkEMKvqSL1YZ1zNO0XG8R+gL0KSxcS8B+9/TbeLjFA1KFjFClmKOylo8x+5j CJTr1Bb2M0XvzNjmJzeR/faNAgigBE/KUb1rHKGN0r11dhpHnCtn5qClhZL2NqGSo1Wo qjaDP6Hrg5IS22Cwn+cmvj0grGvIzmHb5dVJuqKDsjkSXn7dFNhMAeTepPy2+/QQ7Y+F Gp4w== X-Gm-Message-State: AOAM530Gni/WY7CJ7MqUU6SdeX2zZGGW1j+7nMuQsxsnH9xUQGkakayI AATKSl9Iib45juyfP+VMEdUiGg== X-Google-Smtp-Source: ABdhPJyr6K2wB/TmouPqeHofF9/cBL8QhnN30S2Z0xEYqLSWtmQW56XluhEWaS6dhmSL4EVhM8SlGg== X-Received: by 2002:a05:620a:1204:: with SMTP id u4mr761415qkj.707.1644262008607; Mon, 07 Feb 2022 11:26:48 -0800 (PST) Received: from ziepe.ca (hlfxns017vw-142-162-113-129.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.162.113.129]) by smtp.gmail.com with ESMTPSA id w8sm5913769qti.21.2022.02.07.11.26.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Feb 2022 11:26:47 -0800 (PST) Received: from jgg by mlx with local (Exim 4.94) (envelope-from ) id 1nH9ex-000HvP-5E; Mon, 07 Feb 2022 15:26:47 -0400 Date: Mon, 7 Feb 2022 15:26:47 -0400 From: Jason Gunthorpe To: Christoph Hellwig Cc: Andrew Morton , Dan Williams , Felix Kuehling , Alex Deucher , Christian =?utf-8?B?S8O2bmln?= , "Pan, Xinhui" , Ben Skeggs , Karol Herbst , Lyude Paul , Alistair Popple , Logan Gunthorpe , Ralph Campbell , linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, nvdimm@lists.linux.dev, linux-mm@kvack.org Subject: Re: [PATCH 2/8] mm: remove the __KERNEL__ guard from Message-ID: <20220207192647.GD49147@ziepe.ca> References: <20220207063249.1833066-1-hch@lst.de> <20220207063249.1833066-3-hch@lst.de> Precedence: bulk X-Mailing-List: nvdimm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220207063249.1833066-3-hch@lst.de> On Mon, Feb 07, 2022 at 07:32:43AM +0100, Christoph Hellwig wrote: > __KERNEL__ ifdefs don't make sense outside of include/uapi/. > > Signed-off-by: Christoph Hellwig > --- > include/linux/mm.h | 4 ---- > 1 file changed, 4 deletions(-) Reviewed-by: Jason Gunthorpe Jason 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 53BEBC433FE for ; Mon, 7 Feb 2022 19:26:52 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 3A19D10F8E6; Mon, 7 Feb 2022 19:26:51 +0000 (UTC) Received: from mail-qk1-x72f.google.com (mail-qk1-x72f.google.com [IPv6:2607:f8b0:4864:20::72f]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7054B10F8E5 for ; Mon, 7 Feb 2022 19:26:49 +0000 (UTC) Received: by mail-qk1-x72f.google.com with SMTP id o10so11895098qkg.0 for ; Mon, 07 Feb 2022 11:26:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ziepe.ca; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=bGzAS0zKkWkFPCiUJqrRhTBAlrJP3SGf1MGlPyahzN4=; b=b7ELmtzNyf/nrudljsQzl4Q1Js/C7bJel76vjls1xYAgKYUp0D32NW/dwCQI91vZZP cXbYYhEP/g8elhxNJkVvAoFewT4/BqI63tG4dQgRBW68M7alExU2eUsV3nwL+RRGhNfV j9OssUbyMS/ts/M6+OwPFFARzPDqKR87URSREqouyR+yUBPPCOc+h8b8yGuU3ej+D/xM yigD/3UGPd7ytRh96Y0Q0EKXaGboDozlOgbEE8YSvDdrFF+CXBdAOzxWkzfsUC5OZ96L FougQ7rtCxrXPxFtxmHqPYYsSOKmfZn62Sni/waJLdqf1/0D0HpcPN3YMwknPx6e2shw Hl0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=bGzAS0zKkWkFPCiUJqrRhTBAlrJP3SGf1MGlPyahzN4=; b=g7n8SDgh5EnRZXTqxu4LA80xMf59UTva4OOobwk1D9VzkDN9sswFjP4aia92ma7a4w UAAY/VyIi6ccA9s+uZqb0wOi6zEk/TiLxMAfj+od+1ZOpudQS10iDtbiBFOE6XTiJymi kL3ptZQUxOuykpOqyKEWBO8CIfDNAvbrZTM3B1l4JDzilD7A6gpjMVjfYqYruysRIIp/ O1GvOwiX0p5gMVqdezhJscfik5zWv4iLVvh2YgggHTo+erpx1eSlhcL7GNkPAzeshQAy xyyktWl2KeNy2VLkh2X7bxVl0CpWaVA8TKc32HvycRdWy08eA6U+b0Pn+TCg9VE019pD PA9Q== X-Gm-Message-State: AOAM533I4wdakS6IvGx1pQMxIzg/e3iM9axHutls+s8fAJdu8/KkS0KA pokU7mBrJabZEemoJRQjZTiJWw== X-Google-Smtp-Source: ABdhPJyr6K2wB/TmouPqeHofF9/cBL8QhnN30S2Z0xEYqLSWtmQW56XluhEWaS6dhmSL4EVhM8SlGg== X-Received: by 2002:a05:620a:1204:: with SMTP id u4mr761415qkj.707.1644262008607; Mon, 07 Feb 2022 11:26:48 -0800 (PST) Received: from ziepe.ca (hlfxns017vw-142-162-113-129.dhcp-dynamic.fibreop.ns.bellaliant.net. [142.162.113.129]) by smtp.gmail.com with ESMTPSA id w8sm5913769qti.21.2022.02.07.11.26.47 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 07 Feb 2022 11:26:47 -0800 (PST) Received: from jgg by mlx with local (Exim 4.94) (envelope-from ) id 1nH9ex-000HvP-5E; Mon, 07 Feb 2022 15:26:47 -0400 Date: Mon, 7 Feb 2022 15:26:47 -0400 From: Jason Gunthorpe To: Christoph Hellwig Message-ID: <20220207192647.GD49147@ziepe.ca> References: <20220207063249.1833066-1-hch@lst.de> <20220207063249.1833066-3-hch@lst.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220207063249.1833066-3-hch@lst.de> Subject: Re: [Nouveau] [PATCH 2/8] mm: remove the __KERNEL__ guard from X-BeenThere: nouveau@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Nouveau development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: nvdimm@lists.linux.dev, Ralph Campbell , Alistair Popple , dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, Felix Kuehling , "Pan, Xinhui" , linux-kernel@vger.kernel.org, amd-gfx@lists.freedesktop.org, Christian =?utf-8?B?S8O2bmln?= , linux-mm@kvack.org, Ben Skeggs , Alex Deucher , Andrew Morton , Logan Gunthorpe , Dan Williams Errors-To: nouveau-bounces@lists.freedesktop.org Sender: "Nouveau" On Mon, Feb 07, 2022 at 07:32:43AM +0100, Christoph Hellwig wrote: > __KERNEL__ ifdefs don't make sense outside of include/uapi/. > > Signed-off-by: Christoph Hellwig > --- > include/linux/mm.h | 4 ---- > 1 file changed, 4 deletions(-) Reviewed-by: Jason Gunthorpe Jason