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=-6.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,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 C1B54C2BB40 for ; Mon, 14 Dec 2020 18:30:20 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 90251224D1 for ; Mon, 14 Dec 2020 18:30:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2440840AbgLNSaO (ORCPT ); Mon, 14 Dec 2020 13:30:14 -0500 Received: from mail.kernel.org ([198.145.29.99]:45750 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2440449AbgLNS34 (ORCPT ); Mon, 14 Dec 2020 13:29:56 -0500 Date: Mon, 14 Dec 2020 13:29:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1607970555; bh=20HnP498QOKwNnxWdPlKAsPzoUCM0IYYFMY4LLh9MJM=; h=From:To:Subject:References:In-Reply-To:From; b=Ft7j2cmhQBm7VNzDX/4P6KXE0oL9bjVwbakggglxnBx6L10lgufIK6QP2f7O1MnCV 7zaujoRkYdSZk6Y+7OF0Fcseb1kHGY6XW8EaGXm8gzc6A5KjI+chl3fEomaFKEuaf0 aHiFAtqlnmj13nikLkNa5lmdv8Wl/7vBMvs53mF/Ui60pHdkPbhhkfZtB6T5iyasnX DtdJNcxxS4erE2b6xnazCalcKxyuaG/l4sU13jE4FOuBy3FDgmwJOdgSicG1tEfiTV vLmTi+qVx//uSLshdF0au4BqRSEu17DvbzDdzqkKf2oaXNo/uzevwhxkw8VfyFHWjy oUPvy5inQxrwg== From: Sasha Levin To: Dan Carpenter , Andrea Parri , "Martin K. Petersen" , linux-scsi@vger.kernel.org, "James E.J. Bottomley" , linux-kernel@vger.kernel.org, stable@vger.kernel.org, devel@linuxdriverproject.org, Saruhan Karademir Subject: Re: [PATCH AUTOSEL 5.9 15/23] scsi: storvsc: Validate length of incoming packet in storvsc_on_channel_callback() Message-ID: <20201214182914.GU643756@sasha-vm> References: <20201212160804.2334982-1-sashal@kernel.org> <20201212160804.2334982-15-sashal@kernel.org> <20201212180901.GA19225@andrea> <20201214110711.GB2831@kadam> <20201214130625.x2v53xhx5xw6jp4o@chatter.i7.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20201214130625.x2v53xhx5xw6jp4o@chatter.i7.local> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Dec 14, 2020 at 08:06:25AM -0500, Konstantin Ryabitsev wrote: >On Mon, Dec 14, 2020 at 02:07:11PM +0300, Dan Carpenter wrote: >> On Sat, Dec 12, 2020 at 07:09:01PM +0100, Andrea Parri wrote: >> > Hi Sasha, >> > >> > On Sat, Dec 12, 2020 at 11:07:56AM -0500, Sasha Levin wrote: >> > > From: "Andrea Parri (Microsoft)" >> > > >> > > [ Upstream commit 3b8c72d076c42bf27284cda7b2b2b522810686f8 ] >> > >> > FYI, we found that this commit introduced a regression and posted a >> > revert: >> > >> > https://lkml.kernel.org/r/20201211131404.21359-1-parri.andrea@gmail.com >> > >> > Same comment for the AUTOSEL 5.4, 4.19 and 4.14 you've just posted. >> > >> >> Konstantin, is there anyway we could make searching lore.kernel.org >> search all the mailing lists? Right now we can only search one mailing >> list at a time. > >This functionality is coming in the next version of public-inbox and >should be available on lore.kernel.org within the next little while. That's a good idea Dan; I had something running on linux-next, but I guess it's not enough and cases such as these sneak in. I wrote a script to do what you've suggested by simply cloning the repos on erol.kernel.org locally and then doing a simple search for the "Fixes:" and revert patterns. -- Thanks, Sasha