From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa3.mentor.iphmx.com (esa3.mentor.iphmx.com [68.232.137.180]) by sourceware.org (Postfix) with ESMTPS id 122853858414 for ; Fri, 10 Feb 2023 21:48:34 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 122853858414 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="5.97,287,1669104000"; d="scan'208";a="96364182" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa3.mentor.iphmx.com with ESMTP; 10 Feb 2023 13:48:31 -0800 IronPort-SDR: diUcslo9RFBTtaeYPSBiZQ5LluPrGRs8AmPhqjXjnGKqvU8O3jZ3VmpWRzcC4RfV6HCV6A6TDA 2oE1m9UfnRtDrEOooM4RsOQmyb9vQRvzTPn64LlJ3J/F7sCIYx8aLNu8a5fPBGnw8nD3ep7r/k 1K/MgmdvAaZStRCzTd9cot+AM9Y0nXndY3gudJmnkMzh60WphxA62a/f8s1Vif8Z8lCG+1EIGg dPChubnV3uKndH0XFO/1CypPLY4+GsdRhffYb77SmEaTk015TZGkT7Ld5x5suJCF9SGPZ3FEqa 9zI= Date: Fri, 10 Feb 2023 21:48:26 +0000 From: Joseph Myers To: Helge Deller CC: , , Subject: Re: [PATCH v2] hppa: Drop old parisc-specific MADV_* constants In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-Originating-IP: [137.202.0.90] X-ClientProxiedBy: svr-ies-mbx-15.mgc.mentorg.com (139.181.222.15) To svr-ies-mbx-10.mgc.mentorg.com (139.181.222.10) X-Spam-Status: No, score=-3108.4 required=5.0 tests=BAYES_00,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Fri, 10 Feb 2023, Helge Deller via Libc-alpha wrote: > - [Add deprecations, removals and changes affecting compatibility here] > +* In the Linux kernel for the hppa/parisc architecture some of the > + MADV_XXX constants were changed to have the same values as the other > + architectures. New programs compiled with this glibc version and which > + use the madvise call will require at least Linux kernel version 6.2, > + alternatively stable kernels from versions 6.1.6, 5.15.87, 5.10.163, > + 5.4.228, 4.19.270 or 4.14.303. Normally we'd be a lot more conservative about kernel version requirements, but if we require a new kernel we'd put it in arch_minimum_kernel in the relevant configure.ac. -- Joseph S. Myers joseph@codesourcery.com