Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp666559pxb; Wed, 22 Sep 2021 10:08:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyLPi/TAP+ytzNg1dOFUM2UiRKV5RXuUi7AQSHvPn5N3wnGrgYC2k6fYcFK/iboLIj4V4kt X-Received: by 2002:a17:906:29d0:: with SMTP id y16mr188455eje.477.1632330493615; Wed, 22 Sep 2021 10:08:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1632330493; cv=none; d=google.com; s=arc-20160816; b=QTkzoYIIwyEZ+ZWcp0/YJnwhrIeNw/XwGk7e3LeOz8CQCCSkkgLDXwXrrQf/kB9guG uHzzeUMOhxdLBQsrRMD1XNxhWWVtIYAqVRqpz4NICrI+1Uswt0VQ+HSBQXeQq1bsCdf9 23Q8l5vcCtx5UkBsKr0NG5QCnbd2p3wxFQb8+Jx5e3d+NwrDu/2b4Tv9RVSJIW94A2vo 3lsbN+0DqA0r76NfYwkk1HH92v6R79Hj5g1pAm9F0dbX1EEUEFZSeMS7GwH5N+yLyhgp 67btZJ/kzNp/OOJfBPQH6x9iC8BoNMcfUnXOnSHgM1xG2zBJxMr5Avz+yza1vjgk7URs YHYA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:references:in-reply-to:message-id :cc:to:subject:from:date; bh=l7CdPS7+5Eepdh5oHOdiV5foKWA2fSQ5nk3ExXOsOxo=; b=khFBwTCF9HsguKnxZcd6Ny0a3AbGjhAqdHwVJKk85SjU/nWeLXopHO3bM/AVRYosYz KzyiwHgcNmA5GMihYFQ8B8vFeshfOGdU3bfYphRCbIZ5xZlitHVDFYspIDnApY2qOUA/ EH+i4n4p7WqP5fj8HMng+DjWYrXguf+K+5TI2lrFZGVJFVRdywX6iRe2m4uBt/w53ZBu BWC+lP21LOdyTG9E2PONsIDwGcQV+KdmRyLcjLrSnedM7/KQGAGJ2v0qvh8ieTeLDvam TelF3bBfpMklove+cgDSQca5WiJliur4NpGy0O4pGV6ZmqS1co70gyvoZ7Tv8dRoPvbU 53jw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ds17si3109925ejc.79.2021.09.22.10.07.48; Wed, 22 Sep 2021 10:08:13 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=crapouillou.net Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236845AbhIVRDs (ORCPT + 99 others); Wed, 22 Sep 2021 13:03:48 -0400 Received: from aposti.net ([89.234.176.197]:49826 "EHLO aposti.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236836AbhIVRDp (ORCPT ); Wed, 22 Sep 2021 13:03:45 -0400 Date: Wed, 22 Sep 2021 18:01:58 +0100 From: Paul Cercueil Subject: Re: [PATCH 1/2] net: Remove net/ipx.h and uapi/linux/ipx.h header files To: Eugene Syromiatnikov Cc: Cai Huoqing , Steve Grubb , linux-audit@redhat.com, strace development discussions , linux-api@vger.kernel.org, davem@davemloft.net, yoshfuji@linux-ipv6.org, dsahern@kernel.org, kuba@kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ldv@strace.io Message-Id: In-Reply-To: <20210902160840.GA2220@asgard.redhat.com> References: <20210813120803.101-1-caihuoqing@baidu.com> <20210901160244.GA5957@asgard.redhat.com> <20210901165202.GA4518@asgard.redhat.com> <1797920.tdWV9SEqCh@x2> <20210902133529.GA32500@LAPTOP-UKSR4ENP.internal.baidu.com> <20210902160840.GA2220@asgard.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, >> IPX is marked obsolete for serveral years. so remove it and the >> dependency in linux tree. >> I'm sorry to not thinking about linux-audit and strace. >> Might you remove the dependency or make the part of the code. >> Many thanks. > > Unfortunately, that is not how UAPI works. That change breaks > building > of the existing code; one cannot change already released versions > of either audit, strace, or any other userspace program that happens > to unconditionally include without any fallback (like > provided by glibc). Also, the fallback is only provided by glibc (and maybe uclibc?). With this patch, it is now impossible to compile even the very latest version of "strace" with a musl toolchain. Cheers, -Paul