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.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, T_DKIMWL_WL_HIGH,USER_AGENT_MUTT 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 867FFC04AB1 for ; Thu, 9 May 2019 13:16:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 57755216C4 for ; Thu, 9 May 2019 13:16:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557407780; bh=GIqliF5524DxevnKWgo78eBvg6VnxUicwiq331kQDDY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=ZpbEFA+6QY5zEKHBSoyx4OYAUSKdNUxws4ziUFT8ALsDTlWVSh+8k39tUD3FZih1a UfftEEnHr900A5Ij81yjGAbRpLpDHVGTVu9LJ4RB67mMiB791TAHHvTIYByku/y+4M ZLCl0RZO864qw+1mxomTP+IJAFmM8fvcqY8QMsbo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726192AbfEINQT (ORCPT ); Thu, 9 May 2019 09:16:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:57258 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725992AbfEINQT (ORCPT ); Thu, 9 May 2019 09:16:19 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 5C4732089E; Thu, 9 May 2019 13:16:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557407778; bh=GIqliF5524DxevnKWgo78eBvg6VnxUicwiq331kQDDY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=M9oTIHI/Dcm0AdykEFqZzoKAdYcrBCpBA6FDOW6h3zLbopvc6rM99UP+vUPko+e+y ugTveD2krX6Jrd1S8gi614rBDgyrhBeKVZma4NbX5pKS122P/eOPRZD3SqQMYZC9OV wkNDcwxTduWYxdZJk1krvIKkSTZngIAUC2r9G8EI= Date: Thu, 9 May 2019 15:16:16 +0200 From: Greg KH To: Fabio Estevam Cc: kvalo@codeaurora.org, ath10k@lists.infradead.org, andreyknvl@google.com, linux-wireless@vger.kernel.org Subject: Re: [PATCH] ath10k: Change the warning message string Message-ID: <20190509131616.GB19094@kroah.com> References: <20190509121500.4730-1-festevam@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190509121500.4730-1-festevam@gmail.com> User-Agent: Mutt/1.11.4 (2019-03-13) Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org On Thu, May 09, 2019 at 09:15:00AM -0300, Fabio Estevam wrote: > The "WARNING" string confuses syzbot, which thinks it found > a crash [1]. > > Change the string to avoid such problem. > > [1] https://lkml.org/lkml/2019/5/9/243 > > Reported-by: syzbot+c1b25598aa60dcd47e78@syzkaller.appspotmail.com > Suggested-by: Greg Kroah-Hartman > Signed-off-by: Fabio Estevam > --- > drivers/net/wireless/ath/ath10k/usb.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Reviewed-by: Greg Kroah-Hartman