Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755697AbeAIB2E (ORCPT + 1 other); Mon, 8 Jan 2018 20:28:04 -0500 Received: from mail-pf0-f193.google.com ([209.85.192.193]:42520 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753595AbeAIB2C (ORCPT ); Mon, 8 Jan 2018 20:28:02 -0500 X-Google-Smtp-Source: ACJfBovdoNBTtIyLuQ+ldyifMq7Wxa6zad55j/qq/yK7J6VWZ5gG0QMpFTO1wLGLr+WJIdnTqdnQow== Subject: [RFC] RISC-V: Don't set CLONE_BACKWARDS Date: Mon, 8 Jan 2018 17:27:56 -0800 Message-Id: <20180109012756.2401-1-palmer@sifive.com> X-Mailer: git-send-email 2.13.6 Cc: patches@groups.riscv.org, Palmer Dabbelt , Adhemerval Zanella From: Palmer Dabbelt To: linux-kernel@vger.kernel.org, Arnd Bergmann , Olof Johansson Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: During the glibc upstreaming it was suggested that CLONE_BACKWARDS was a deprecated ABI decision. I think we just copied it from ARM, but I don't see any reason to favor one over the other. While we haven't released yet so I think it's still legal to change our ABI, I'd actually kind of prefer to avoid changing our ABI this late in the game. I guess this is more of an RFC than a patch: is there a reason to avoid CLONE_BACKWARDS? Note that I haven't tried any of this -- I'll give it some thourough testing and submit an actual patch if this is the way we want to go. CC: Adhemerval Zanella Signed-off-by: Palmer Dabbelt --- arch/riscv/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig index 2c6adf12713a..02076f3a2883 100644 --- a/arch/riscv/Kconfig +++ b/arch/riscv/Kconfig @@ -10,7 +10,6 @@ config RISCV select OF_IRQ select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE select ARCH_WANT_FRAME_POINTERS - select CLONE_BACKWARDS select COMMON_CLK select GENERIC_CLOCKEVENTS select GENERIC_CPU_DEVICES -- 2.13.6