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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 77357C6FD19 for ; Mon, 13 Mar 2023 06:34:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229694AbjCMGeY (ORCPT ); Mon, 13 Mar 2023 02:34:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60314 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229531AbjCMGeW (ORCPT ); Mon, 13 Mar 2023 02:34:22 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7309F2528A for ; Sun, 12 Mar 2023 23:34:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id B7B76CE0C4F for ; Mon, 13 Mar 2023 06:34:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E566C433D2; Mon, 13 Mar 2023 06:34:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678689257; bh=dfnhwwoUlLciibO9JpPLk0EYzIASM++7YkI5B2eE1Ro=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZB4sv4JVe7uy51VYKjUg26KMInXtrae46P7ZJBioVYM139M9utqeBS9K0GH+wH/ES XOnQu0eq6e7TKMvEM6Ia4w8s/B8zMO/v+ZhPv0RANjsrRMFRFIOXtyWIk3XBeYHpFK KnaM1uiRJNeOCSvp8dnq3aCoxSmMvBwYo4Ey6aIE= Date: Mon, 13 Mar 2023 07:34:15 +0100 From: Greg KH To: Vincenzo Palazzo Cc: linux-kernel@vger.kernel.org, david@redhat.com, jhubbard@nvidia.com, willy@infradead.org, jgg@ziepe.ca, Liam.Howlett@oracle.com, akpm@linux-foundation.org, linux-kernel-mentees@lists.linuxfoundation.org Subject: Re: [RFC PATCH v1 1/1] linux: mm_types: allow to modified the vm_flags in vm_area_struct Message-ID: References: <20230312224250.425727-1-vincenzopalazzodev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230312224250.425727-1-vincenzopalazzodev@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 12, 2023 at 11:42:50PM +0100, Vincenzo Palazzo wrote: > With 6.3-rc1 is not possible to build the following drivers > > - nvidia, that the compilation returns the following errors > - vboxhost/7.0.6_OSE where the build fails with the following errors Out-of-tree code needs to be fixed up all the time, this is their responsibility, not the kernel's responsibility. Please submit changes to their codebases if you rely on these modules. thanks, greg k-h