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 17C75C43603 for ; Tue, 10 Dec 2019 08:38:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E8525206D5 for ; Tue, 10 Dec 2019 08:38:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727053AbfLJIiT (ORCPT ); Tue, 10 Dec 2019 03:38:19 -0500 Received: from relmlor2.renesas.com ([210.160.252.172]:56240 "EHLO relmlie6.idc.renesas.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726843AbfLJIiT (ORCPT ); Tue, 10 Dec 2019 03:38:19 -0500 Date: 10 Dec 2019 17:38:17 +0900 X-IronPort-AV: E=Sophos;i="5.69,299,1571670000"; d="scan'208";a="33766412" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 10 Dec 2019 17:38:17 +0900 Received: from morimoto-PC.renesas.com (unknown [10.166.18.140]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 48E9C41555C9; Tue, 10 Dec 2019 17:38:17 +0900 (JST) Message-ID: <87o8wgy3ra.wl-kuninori.morimoto.gx@renesas.com> From: Kuninori Morimoto To: Andrew Morton , Greg Kroah-Hartman , Yoshinori Sato , Rich Felker Cc: Daniel Thompson , Will Deacon , Douglas Anderson , Paul Burton , Christophe Leroy , linux-sh@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH][resend] sh: kgdb: Mark expected switch fall-throughs 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-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew I'm posting this patch from few month ago, but it seems SH maintainer is not working in these days... Is it possible to consider about it ? SH compile will be error without this patch. Thank you for your help !! Best regards --- Kuninori Morimoto