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 34C51C433EF for ; Thu, 16 Sep 2021 07:08:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 137AA60F23 for ; Thu, 16 Sep 2021 07:08:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233880AbhIPHJ2 (ORCPT ); Thu, 16 Sep 2021 03:09:28 -0400 Received: from mail.alarsen.net ([144.76.18.233]:52260 "EHLO mail.alarsen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232254AbhIPHJ1 (ORCPT ); Thu, 16 Sep 2021 03:09:27 -0400 X-Greylist: delayed 345 seconds by postgrey-1.27 at vger.kernel.org; Thu, 16 Sep 2021 03:09:25 EDT Received: from oscar.alarsen.net (unknown [IPv6:fd8b:531:bccf:96:39a7:83c1:5247:58d7]) by joe.alarsen.net (Postfix) with ESMTPS id AAC7A180255; Thu, 16 Sep 2021 09:02:17 +0200 (CEST) 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= Received: from oscar.localnet (localhost [IPv6:::1]) by oscar.alarsen.net (Postfix) with ESMTP id 9AAD227C050D; Thu, 16 Sep 2021 09:02:17 +0200 (CEST) From: Anders Larsen 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 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> In-Reply-To: References: <20210915035227.630204-1-linux@roeck-us.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org 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