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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7E76FC43334 for ; Wed, 6 Jul 2022 06:36:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229835AbiGFGgk (ORCPT ); Wed, 6 Jul 2022 02:36:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35544 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229530AbiGFGgh (ORCPT ); Wed, 6 Jul 2022 02:36:37 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4DB65AE7F; Tue, 5 Jul 2022 23:36:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id DCAB561D06; Wed, 6 Jul 2022 06:36:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E50AAC3411C; Wed, 6 Jul 2022 06:36:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657089396; bh=j32+zFM4zoacK2sBzNi6XW/mR6LtUSh2jG2cItIv5is=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QYIbHs71nTQAkacifa50oxmT6CpvOj8PiaJntckKrH34ybC5VUw/g8gGqX6SGUWgS 92/ZeIzTGqNOUcrfKdi2HMopGeHvUdbL60PpwtDRizYN0EXhLvYsuKfllsQ5IQk9jH 4HN8OHDkf6UcWPiYtYFpZ478QK3PSHbsgWtqultA= Date: Wed, 6 Jul 2022 08:36:33 +0200 From: Greg Kroah-Hartman To: Pavel Machek Cc: linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 4.9 05/29] usbnet: make sure no NULL pointer is passed through Message-ID: References: <20220705115605.742248854@linuxfoundation.org> <20220705115605.903898317@linuxfoundation.org> <20220705203601.GA3184@amd> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220705203601.GA3184@amd> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 05, 2022 at 10:36:02PM +0200, Pavel Machek wrote: > Hi! > > > From: Oliver Neukum > > > > commit 6c22fce07c97f765af1808ec3be007847e0b47d1 upstream. > > > > Coverity reports: > > > > ** CID 751368: Null pointer dereferences (FORWARD_NULL) > > /drivers/net/usb/usbnet.c: 1925 in __usbnet_read_cmd() > > > > ________________________________________________________________________________________________________ > > There's something wrong here. Changelog is cut, so signed-offs are > missing. It is wrong in git, too. > > There's something wrong with the whitespace in the patch (indentation > by 4 spaces instead of tab), too. Looks like quilt messed this up and got confused about the patch header. I'll go fix this up, thanks. greg k-h