From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kuninori Morimoto Date: Thu, 19 Dec 2019 01:20:46 +0000 Subject: [PATCH v2 0/3] sh: fixup strncpy() Message-Id: <87woatyutt.wl-kuninori.morimoto.gx@renesas.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Yoshinori Sato , Rich Felker , Karl Nasrallah Cc: Linux-SH , Linux-Renesas , Geert Uytterhoeven Hi Sato-san, Rich These are strncpy() fixup patches, but using different solutions. Karl's patches are updating current strncpy(), but using 2 patterns. Kuninori's patch is using generic strncpy(). We don't know which is the best, but we can follow SH maintainer's selection. Karl Nasrallah (2): sh: fixup strncpy() warning and add missing padding sh: fixup strncpy() warning and add missing padding Kuninori Morimoto (4): sh: use generic strncpy() Thank you for your help !! Best regards --- Kuninori Morimoto 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.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 A5847C43603 for ; Thu, 19 Dec 2019 01:20:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7FE662176D for ; Thu, 19 Dec 2019 01:20:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726641AbfLSBUt (ORCPT ); Wed, 18 Dec 2019 20:20:49 -0500 Received: from relmlor1.renesas.com ([210.160.252.171]:38252 "EHLO relmlie5.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726463AbfLSBUt (ORCPT ); Wed, 18 Dec 2019 20:20:49 -0500 Date: 19 Dec 2019 10:20:46 +0900 X-IronPort-AV: E=Sophos;i="5.69,330,1571670000"; d="scan'208";a="34796485" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 19 Dec 2019 10:20:46 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id C1407400CA1A; Thu, 19 Dec 2019 10:20:46 +0900 (JST) Message-ID: <87woatyutt.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Yoshinori Sato , Rich Felker , Karl Nasrallah Cc: Linux-SH , Linux-Renesas , Geert Uytterhoeven Subject: [PATCH v2 0/3] sh: fixup strncpy() User-Agent: Wanderlust/2.15.9 Emacs/24.5 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Sato-san, Rich These are strncpy() fixup patches, but using different solutions. Karl's patches are updating current strncpy(), but using 2 patterns. Kuninori's patch is using generic strncpy(). We don't know which is the best, but we can follow SH maintainer's selection. Karl Nasrallah (2): sh: fixup strncpy() warning and add missing padding sh: fixup strncpy() warning and add missing padding Kuninori Morimoto (4): sh: use generic strncpy() Thank you for your help !! Best regards --- Kuninori Morimoto