From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oa1-x31.google.com (mail-oa1-x31.google.com [IPv6:2001:4860:4864:20::31]) by sourceware.org (Postfix) with ESMTPS id 483A13841809 for ; Mon, 20 Feb 2023 14:30:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 483A13841809 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=linaro.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=linaro.org Received: by mail-oa1-x31.google.com with SMTP id 586e51a60fabf-1720e748c89so1290536fac.3 for ; Mon, 20 Feb 2023 06:30:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:from:to:cc:subject:date:message-id:reply-to; bh=+a+iUBJ1sYDWwlgak2L1Q81PQagSaEE4W1JMOxgaOGg=; b=gKN5ZciULJgmL+IOgOTkKgtctrwTdLuSMpmt9Dsl2ZIsdJeKM6eg2bjCVl0jN0kHdo gE4kn64LUwjlSw3k5KqD9Cwpl9c3CQ6PEcZ8zSYfPpjy2/t0Jlkcn5BBusLKA3XZVu/h jdBqaeqWSXsx848B29aZ95oPvouj+yZMatfBETVuwi4YdtWarukU/Vzxj5w51oSXfAKI Rbwdoks6nZXF0fsOxEC2VxC/z0qnTd7QCBuImy1Zbj1+g69QCBsnDhQuEwbz1AvTlvmu 4RRTAE88fhaHSScaOQilILBy/HJLQ6miCxI0kW0WigcJjITjjrO/ysv1dM7Ps2crKJ5n hCHg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=+a+iUBJ1sYDWwlgak2L1Q81PQagSaEE4W1JMOxgaOGg=; b=PbOiV/mXWWHxgotATTz56YOMWVpFkwV8ihHL3zPeYlNZ5wZmLr+Bdtk49kh/oU4+ov gLxbmTZt5FGov01oENiZB5QVfKda++2TiINqssQvqfwBld4oAEiTHLAV+4fyuFkv+QPD npq+9xxL9jCRMwHuGIlpNOTf7FBaPdOTUs7HL7KNTBx5d1kWOoPTVzmq8dHX+qZHcc+n fV8oSacJrAoCFy1z7tbt7NnezPgJr/2ow/bvNTrNyjpz8QtwRAJ2tU3l76MeN4p9Gnw4 20QwSuML/c/zaaWakfDMhU3xtkjJe4Nq4VxQyOgaw+f2wwo/E2EpLXeLrK87PxUh/LRs ezLw== X-Gm-Message-State: AO0yUKXVIyFqNDAszcE57MkzpMQPlnP48rK9a6cl9RobRrVj/S3h8Ge5 QXV9tm7JOAyrfk/Y9nh47FFOVuqn2fdi7iQLlzk= X-Google-Smtp-Source: AK7set/C2GcETY/pGm2smaDcXc2raUrqkqbgSwhvGn8BzRWAVvHzDEpv1+UBXLZA/7zEiPX/K9DJYw== X-Received: by 2002:a05:6870:ea97:b0:16d:c5c3:de1b with SMTP id s23-20020a056870ea9700b0016dc5c3de1bmr5003879oap.45.1676903401880; Mon, 20 Feb 2023 06:30:01 -0800 (PST) Received: from mandiga.. ([2804:1b3:a7c3:3a5:41b1:cd01:745d:be16]) by smtp.gmail.com with ESMTPSA id g1-20020a056870c38100b0016b0369f08fsm4446774oao.15.2023.02.20.06.30.00 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Feb 2023 06:30:01 -0800 (PST) From: Adhemerval Zanella To: libc-alpha@sourceware.org Subject: [PATCH v3 0/5] Remove Linux generic sysdep Date: Mon, 20 Feb 2023 11:29:52 -0300 Message-Id: <20230220142957.1180692-1-adhemerval.zanella@linaro.org> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: With recent BZ#29657, where struct stat were not adapted for 64 time because I forgot that generic folder is not always used for ports with default 64 bit time_t; it seems better to finish the generic integration and make the Linux default implementation the de-facto "generic" implementation. Changes for v3: - Fixed commit message. - Remove rb+tb carried forward. Changes for v2: - Fixed sparc32 getsockname and getpeername kernel definition. - Added epoll_create and inotify_init Makefile rules. - Expanded commits messages. Adhemerval Zanella (5): Linux: Move wordsize-32 Version to default Linux: Assume and consolidate getsockname wire-up syscall Linux: Assume and consolidate getpeername wire-up syscall Linux: Remove unused generic Makefile Linux: Remove generic Implies sysdeps/unix/sysv/linux/Versions | 3 +++ sysdeps/unix/sysv/linux/aarch64/Implies | 1 - sysdeps/unix/sysv/linux/arc/Implies | 2 -- sysdeps/unix/sysv/linux/arm/Versions | 3 --- sysdeps/unix/sysv/linux/csky/Implies | 2 -- sysdeps/unix/sysv/linux/generic/Makefile | 3 --- sysdeps/unix/sysv/linux/generic/README | 11 ----------- sysdeps/unix/sysv/linux/generic/syscalls.list | 5 ----- sysdeps/unix/sysv/linux/generic/wordsize-32/Versions | 5 ----- sysdeps/unix/sysv/linux/getpeername.c | 7 +------ sysdeps/unix/sysv/linux/getsockname.c | 7 +------ sysdeps/unix/sysv/linux/hppa/Versions | 3 --- sysdeps/unix/sysv/linux/i386/Versions | 4 ---- sysdeps/unix/sysv/linux/i386/kernel-features.h | 8 ++------ sysdeps/unix/sysv/linux/kernel-features.h | 2 ++ sysdeps/unix/sysv/linux/loongarch/lp64/Implies | 1 - sysdeps/unix/sysv/linux/m68k/Versions | 3 --- sysdeps/unix/sysv/linux/m68k/kernel-features.h | 8 ++------ sysdeps/unix/sysv/linux/microblaze/Versions | 5 ----- sysdeps/unix/sysv/linux/microblaze/kernel-features.h | 2 -- sysdeps/unix/sysv/linux/mips/Versions | 3 --- sysdeps/unix/sysv/linux/nios2/Implies | 2 -- sysdeps/unix/sysv/linux/or1k/Implies | 2 -- sysdeps/unix/sysv/linux/powerpc/kernel-features.h | 2 -- sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions | 3 --- sysdeps/unix/sysv/linux/riscv/rv32/Implies | 2 -- sysdeps/unix/sysv/linux/riscv/rv64/Implies | 1 - sysdeps/unix/sysv/linux/s390/kernel-features.h | 8 ++------ sysdeps/unix/sysv/linux/s390/s390-32/Versions | 3 --- sysdeps/unix/sysv/linux/sh/Versions | 3 --- sysdeps/unix/sysv/linux/sh/kernel-features.h | 2 -- sysdeps/unix/sysv/linux/sparc/kernel-features.h | 7 +++++++ sysdeps/unix/sysv/linux/sparc/sparc32/Versions | 3 --- 33 files changed, 20 insertions(+), 106 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/generic/Makefile delete mode 100644 sysdeps/unix/sysv/linux/generic/README delete mode 100644 sysdeps/unix/sysv/linux/generic/syscalls.list delete mode 100644 sysdeps/unix/sysv/linux/generic/wordsize-32/Versions delete mode 100644 sysdeps/unix/sysv/linux/microblaze/Versions -- 2.34.1