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=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 426D1C04A6B for ; Sun, 12 May 2019 04:31:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 19EDF2084F for ; Sun, 12 May 2019 04:31:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726232AbfELEbk (ORCPT ); Sun, 12 May 2019 00:31:40 -0400 Received: from mail03.asahi-net.or.jp ([202.224.55.15]:33464 "EHLO mail03.asahi-net.or.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725919AbfELEbk (ORCPT ); Sun, 12 May 2019 00:31:40 -0400 Received: from h61-195-96-97.vps.ablenet.jp (h61-195-96-97.vps.ablenet.jp [61.195.96.97]) (Authenticated sender: PQ4Y-STU) by mail03.asahi-net.or.jp (Postfix) with ESMTPA id C658241EDD; Sun, 12 May 2019 13:31:38 +0900 (JST) Received: from yo-satoh-debian.ysato.ml (ZM005235.ppp.dion.ne.jp [222.8.5.235]) by h61-195-96-97.vps.ablenet.jp (Postfix) with ESMTPSA id 96457240085; Sun, 12 May 2019 13:31:37 +0900 (JST) Date: Sun, 12 May 2019 13:31:37 +0900 Message-ID: <87sgtkqonq.wl-ysato@users.sourceforge.jp> From: Yoshinori Sato To: John Paul Adrian Glaubitz Cc: Masahiro Yamada , Nick Desaulniers , Rich Felker , Geert Uytterhoeven , Andy Lutomirski , clang-built-linux , Linux-sh list , LKML Subject: Re: [PATCH v2] sh: vsyscall: drop unnecessary cc-ldoption In-Reply-To: References: <20190424180223.253025-1-ndesaulniers@google.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (=?ISO-8859-4?Q?Goj=F2?=) APEL/10.8 EasyPG/1.0.0 Emacs/25.1 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 09 May 2019 17:44:45 +0900, John Paul Adrian Glaubitz wrote: > > Hi Masahiro! > > On 5/9/19 9:07 AM, Masahiro Yamada wrote: > >> So, if in doubt, there are folks in Debian which can test your kernel patch > >> if you fear that it breaks something. > > > > Thanks for taking care of them in Debian. > > > > I am talking about the sh sub-system in the kernel here. > > Yes, I'm aware of that :). > > > SH patches occasionally fly around in LKML, but > > the SH maintainers are not picking up them these days. > > Rich was normally the one maintaining the SH tree and collecting the patches, > not sure whether he is still active. It's been a while since he sent Linus > a pull request. > > Sato-san was recently a patch himself, but I think he doesn't have a tree > himself. > > @Sato: Could you have a look at the patch and ack it if it's okay? I sent ack now. Sorry too late reply. > > This one is trivial from the build system point of view. > > So, I offer to apply it to my tree. > > I'm fine with that. If you need to test build the kernel for SH, Debian > has an easily installable cross-compiler for SH and every other architecture > except ia64 (working on fixing that) available. > > In any case, thanks for taking care of SH in this case. > > Adrian > > -- > .''`. John Paul Adrian Glaubitz > : :' : Debian Developer - glaubitz@debian.org > `. `' Freie Universitaet Berlin - glaubitz@physik.fu-berlin.de > `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 -- Yosinori Sato