From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1259088124064592386==" MIME-Version: 1.0 From: Greg KH To: kbuild-all@lists.01.org Subject: Re: [lee:android-3.18-preview 136/224] drivers/media/radio/si470x/radio-si470x-i2c.c:462:25-30: ERROR: reference preceded by free on line 460 (fwd) Date: Mon, 03 Feb 2020 10:32:51 +0000 Message-ID: <20200203103251.GA3117936@kroah.com> In-Reply-To: <20200131150809.GF3548@dell> List-Id: --===============1259088124064592386== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Fri, Jan 31, 2020 at 03:08:09PM +0000, Lee Jones wrote: > On Fri, 31 Jan 2020, Julia Lawall wrote: > = > > The code on line 462 looks suspicious. > = > Thank you Julia. > = > Have you already reported this to the other Stable Maintainers? > = > This issue appears to affect; 4.4, 4.9, 4.14 and 4.19. Ick :( Can you send us a fix-up patch for this to be applied everywhere? thanks, greg k-h --===============1259088124064592386==-- 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=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 CEAC8C33CAC for ; Mon, 3 Feb 2020 10:32:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id A17762080D for ; Mon, 3 Feb 2020 10:32:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580725974; bh=ApCdZROMbWHwnYNb29FMGtyRpx5V9PNc19Ze7FIFWMw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=wRZRT4vezYuxwoDqaAmVnC0jb72Ogu588ruHm4BhEhOmR1xJxHRrw72VDewCqlcT1 BobO1UwqYs2iBGQ0prX4ZwVMn6qoc4omv34BS41yTFSho0k0DLs3+N/L4EBfJuNgIz KGKUzYrVCl1Eol7ybyfU/xOREpjNJ7nmmtvoqGf4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727223AbgBCKcy (ORCPT ); Mon, 3 Feb 2020 05:32:54 -0500 Received: from mail.kernel.org ([198.145.29.99]:42822 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727102AbgBCKcx (ORCPT ); Mon, 3 Feb 2020 05:32:53 -0500 Received: from localhost (unknown [104.132.45.99]) (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 E284420721; Mon, 3 Feb 2020 10:32:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1580725973; bh=ApCdZROMbWHwnYNb29FMGtyRpx5V9PNc19Ze7FIFWMw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=1gmcUBtPUtUSE5kvkHUAwNqNNOc77jE8gjLCECavfQegwNWzz8ipVfs2ljDSMrvx+ VNkHYsXdinM6l2zMCzhXMbOvRZTyQ2szPuGC2+ucbnD+UtEtZA9c89SL/XV4dpobJA spAukNMI1FRtiSUghOiumRyYhlumAc3OMPSg1QE4= Date: Mon, 3 Feb 2020 10:32:51 +0000 From: Greg KH To: Lee Jones Cc: Julia Lawall , kbuild-all@lists.01.org, philip.li@intel.com, sashal@kernel.org, stable@vger.kernel.org Subject: Re: [lee:android-3.18-preview 136/224] drivers/media/radio/si470x/radio-si470x-i2c.c:462:25-30: ERROR: reference preceded by free on line 460 (fwd) Message-ID: <20200203103251.GA3117936@kroah.com> References: <20200131150809.GF3548@dell> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200131150809.GF3548@dell> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Jan 31, 2020 at 03:08:09PM +0000, Lee Jones wrote: > On Fri, 31 Jan 2020, Julia Lawall wrote: > > > The code on line 462 looks suspicious. > > Thank you Julia. > > Have you already reported this to the other Stable Maintainers? > > This issue appears to affect; 4.4, 4.9, 4.14 and 4.19. Ick :( Can you send us a fix-up patch for this to be applied everywhere? thanks, greg k-h