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=-8.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_PASS,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 4D0FEC31D63 for ; Mon, 21 Jan 2019 07:21:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0BC8720880 for ; Mon, 21 Jan 2019 07:21:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548055312; bh=ZnUDsQ0g7UTmm2ynaPHuJAzov6dTJBDNIS6HVE5ToCE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=SQO5lMMxYeouPyxEpCIxa3rh0R4o8H083YGYHy6FAfNAPjkYdL1zZK6PNWK+AB5yA PfATVR3OHh4VJVUEaQxveGVEbQoj9ydUq+wW/yFxgQ/XPsKiQi3sECdkxZr5BaRYZI h4g2tPVvLJdK6dwq/lknhvb4egj8Pq5wRPcGeEQM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726843AbfAUHVv (ORCPT ); Mon, 21 Jan 2019 02:21:51 -0500 Received: from mail.kernel.org ([198.145.29.99]:44410 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726133AbfAUHVv (ORCPT ); Mon, 21 Jan 2019 02:21:51 -0500 Received: from localhost (5356596B.cm-6-7b.dynamic.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 6673620823; Mon, 21 Jan 2019 07:21:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1548055310; bh=ZnUDsQ0g7UTmm2ynaPHuJAzov6dTJBDNIS6HVE5ToCE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DwsK36uJVqbJkvXigGi/NGLEkb/AB5c2Mv9H1DPN0NbiTT9s0ptXNZqMl/y5zmtrM gI9f09yfz+o63veEt9EWVWWeMN08K0C7G7gt6C0HY15H66HYHNCGm/BZP9rty4UABU svA/t/BHhn5wIaY7OFNtOHohfdvlPwERjVeqnMS4= Date: Mon, 21 Jan 2019 08:21:48 +0100 From: "gregkh@linuxfoundation.org" To: Peter Chen Cc: "dan.carpenter@oracle.com" , "stable@vger.kernel.org" Subject: Re: patch "usb: chipidea: fix static checker warning for NULL pointer" added to usb-linus Message-ID: <20190121072148.GA32637@kroah.com> References: <15478007419157@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.2 (2019-01-07) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Jan 21, 2019 at 05:29:19AM +0000, Peter Chen wrote: > > > This is a note to let you know that I've just added the patch titled > > > > usb: chipidea: fix static checker warning for NULL pointer > > > > to my usb git tree which can be found at > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git > > in the usb-linus branch. > > > > The patch will show up in the next release of the linux-next tree (usually sometime > > within the next 24 hours during the week.) > > > > The patch will hopefully also be merged in Linus's tree for the next -rc kernel > > release. > > > > If you have any questions about this process, please let me know. > > > > > > Hi Greg, > > This patch does not need to go stable tree, this issue is introduced by v5.0-rc1. Next time please add a "Fixes:" tag so that it is more obvious :( thanks, greg k-h