From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9BB092574 for ; Thu, 16 Mar 2023 09:34:28 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D0257C433EF; Thu, 16 Mar 2023 09:34:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678959268; bh=N6qBnppIi8AfwTjyHCvwjRK9nwxr0aaHUgabjTQA6gc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DeQWqElFbJqJyKYkHDHjFDA9gqhcmUurTa0rr6DnHTOccBMxG8C3dxD6NP3YP+Lys tu/L4bFq+AhbWdyf5m6kk7jg8KUmWMBHnECMN80mgl+w62fqIX1qkf51mYBQy9DN39 cTkz+e1E+BgHE5HlC3ctWFBlZ5mVsm+LChY8NZrA= Date: Thu, 16 Mar 2023 10:34:25 +0100 From: Greg Kroah-Hartman To: Pavel Machek Cc: stable@vger.kernel.org, patches@lists.linux.dev, linux-kernel@vger.kernel.org, torvalds@linux-foundation.org, akpm@linux-foundation.org, linux@roeck-us.net, shuah@kernel.org, patches@kernelci.org, lkft-triage@lists.linaro.org, jonathanh@nvidia.com, f.fainelli@gmail.com, sudipm.mukherjee@gmail.com, srw@sladewatkins.net, rwarsow@gmx.de Subject: Re: Missing patches in 4.19? was Re: [PATCH 4.19 00/39] 4.19.278-rc1 review Message-ID: References: <20230315115721.234756306@linuxfoundation.org> Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Thu, Mar 16, 2023 at 09:51:11AM +0100, Pavel Machek wrote: > Hi! > > > Pseudo-Shortlog of commits: > > There is something missing here. > > In 5.10-rc we have: > > de365066382ce0dbbf3b7189128ccc16e4eae198 net: caif: Fix use-after-free in cfusbl_device_notify() > > 4.14-rc has: > > 921b052b636c72fbb97c50bd0be33bd7358ab374 net: caif: Fix use-after-free in cfusbl_device_notify() > > But I don't see corresponding patch in 4.19. > > More than one patch may be affected: > > |70cec8eec 9781e9 .: 5.10| net: caif: Fix use-after-free in cfusbl_device_notify() > |f690886b9 9781e9 .: 4.14| net: caif: Fix use-after-free in cfusbl_device_notify() > |98e6078de 11f180 .: 5.10| nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties > |012961752 11f180 .: 4.14| nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties > |b4e4d4931 693aa2 o: 5.10| ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() > |f2b350c04 693aa2 o: 4.14| ila: do not generate empty messages in ila_xlat_nl_cmd_get_mapping() Good catch, now queued up and I'll push out a -rc3.