From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Larsen Subject: Re: [PATCH v2 0/4] Introduce and use absolute_pointer macro Date: Thu, 16 Sep 2021 09:02:17 +0200 Message-ID: <5497691.DvuYhMxLoT@alarsen.net> References: <20210915035227.630204-1-linux@roeck-us.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alarsen.net; s=joe; t=1631775737; bh=oaWiy3941asGmQdU0t8Spdb3xrM4VKJq8AFtrBfhgJw=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=FA8bIvnmYzDGl1DiFArlpFrsxGozZYdTiPu3FAjfQ8BBaJL01aFd1YVLlrzsz8TEn dv+GKlWr7ihbAGrWebwbn410wk8qOwdKRBK7xP0k6mB2I0HXtTuPbJCfnbgNIZytC4 jPDPqG0ytTKEtbkfS0IX9JQSPfWvwSGyORQqGtaA= In-Reply-To: List-ID: To: Linus Torvalds Cc: Guenter Roeck , Richard Henderson , Ivan Kokshaysky , Matt Turner , "James E . J . Bottomley" , Helge Deller , "David S . Miller" , Jakub Kicinski , alpha , Geert Uytterhoeven , Linux Kernel Mailing List , linux-parisc@vger.kernel.org, Netdev , Sparse Mailing-list On Wednesday, 2021-09-15 23:19 Linus Torvalds wrote: > Ok, I didn't love any of the patches I saw for the qnx4 problem, so I > silenced that warning with a new patch of my own. Like the sparc64 > case, the fix is to describe more extensively to the compiler what the > code is actually doing. thanks, looks good to me, too! > Looking at the qnx4 code-base history, I don't think it has gotten any > actual development outside of cleanups in the git history timeframe, > which makes me suspect nobody uses this code. > > But hey, maybe it just works so well for the very specialized user base ... it's actually the latter (although I guess the user base is shrinking) Cheers Anders