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 C10A8C4332F for ; Thu, 8 Dec 2022 13:17:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230203AbiLHNRK (ORCPT ); Thu, 8 Dec 2022 08:17:10 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230227AbiLHNRA (ORCPT ); Thu, 8 Dec 2022 08:17:00 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3D68492A06 for ; Thu, 8 Dec 2022 05:17:00 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id E22A7B823A9 for ; Thu, 8 Dec 2022 13:16:58 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1659CC433D6; Thu, 8 Dec 2022 13:16:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1670505417; bh=gpubDH/pCGKvPdJH9MG3bPfxMTeRtDSfnPVSy+DbnLk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=jBkmfJZ6qJpv3Ik9DFQqizGYkmp0o/o8SxnPdw4Up/E+ZDKQwJL7eE/g82MhnJIrg zVf+fMuakZHpvZyQzMDHzI5wwEbzhoCXw5w5SPJVddfEWv1A+3saQSPs8tgPhqN+rp StTcmJUOLnEufgsnoOw4OZoHlVaa1DXVMV7csjYo= Date: Thu, 8 Dec 2022 14:16:53 +0100 From: Greg Kroah-Hartman To: =?utf-8?B?0JDQu9C10LrRgdCw0L3QtNGAINCR0YPRgNCw0LrQvtCy?= Cc: Frank Haverkamp , Arnd Bergmann , linux-kernel@vger.kernel.org, lvc-project@linuxtesting.org Subject: Re: [PATCH 2/2] misc: genwqe: card_dev: Array index overflow fix in ddcb_cmd_fixups() Message-ID: References: <20221207141808.22922-1-a.burakov@rosalinux.ru> <20221207141808.22922-2-a.burakov@rosalinux.ru> <1315574310.3286650.1670496901569.JavaMail.zimbra@rosalinux.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1315574310.3286650.1670496901569.JavaMail.zimbra@rosalinux.ru> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I include quotations after my reply? http://daringfireball.net/2007/07/on_top On Thu, Dec 08, 2022 at 01:55:01PM +0300, Александр Бураков wrote: > Hello! > > The subject was created this way due to technical issues. There is only one patch here. Great, then please fix up those issues and resend a version 2 of this patch, otherwise it confuses us all. Please remember that we optimize for review, and as such, if you make a mistake like this, it's up to you to fix it up, not us. thanks, greg k-h