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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 7F0E8C433DB for ; Tue, 5 Jan 2021 14:00:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4774822AAB for ; Tue, 5 Jan 2021 14:00:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727984AbhAEOAu (ORCPT ); Tue, 5 Jan 2021 09:00:50 -0500 Received: from mail.kernel.org ([198.145.29.99]:42186 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725939AbhAEOAu (ORCPT ); Tue, 5 Jan 2021 09:00:50 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 4F7D8229C4; Tue, 5 Jan 2021 14:00:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1609855209; bh=ocyrC6aP8OkRzam8KDcWaeRpT/tK4GJHmOiU+2CWX9A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=D0dqu7V+3IHgiRVGHUJsiJ68sxesEYcHui7b8NbjVCbyYoMbQ9BEYxTTD2isOGzno vC6zUCayJekf2uK5pLvHUufjNLlvnyk+H5hiRXPh4YBT64kK/kpacMctEbyNtxPI7u QWjbi/x/0g/R+H0gtFsfMCryXbsxuc+AG3q7cPow= Date: Tue, 5 Jan 2021 15:01:33 +0100 From: Greg KH To: Defang Bo Cc: jason.wessel@windriver.com, daniel.thompson@linaro.org, dianders@chromium.org, arnd@arndb.de, kgdb-bugreport@lists.sourceforge.net, linux-kernel@vger.kernel.org Subject: Re: [PATCH] kgdbts: Passing ekgdbts to command line causes panic Message-ID: References: <1609120738-202321-1-git-send-email-bodefang@126.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1609120738-202321-1-git-send-email-bodefang@126.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 28, 2020 at 09:58:58AM +0800, Defang Bo wrote: > Similar to commit<1bd54d851f50>("kgdboc: Passing ekgdboc to command line causes panic"), Please wrap your lines, and use the correct way to reference a commit in a changelog as documented. It should look like: 1bd54d851f50 ("kgdboc: Passing ekgdboc to command line causes panic") > kgdbts_option_setup does not check input argument before passing it to strlen. > The argument would be a NULL pointer. What argument? As others pointed out, your subject line does not make sense, please fix up. thanks, greg k-h