From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D1F41A00C4; Fri, 16 Dec 2022 16:27:03 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7649D42D24; Fri, 16 Dec 2022 16:27:03 +0100 (CET) Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by mails.dpdk.org (Postfix) with ESMTP id DE8024068E for ; Fri, 16 Dec 2022 16:27:02 +0100 (CET) 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 6E80DB81D37; Fri, 16 Dec 2022 15:27:02 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CCF45C433EF; Fri, 16 Dec 2022 15:27:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1671204421; bh=+1ItDOxjlCnm4BpJtdBDcsOj3sMzUDzNXRUbxcwEmYg=; h=Subject:From:To:Cc:Date:In-Reply-To:References:From; b=P+/taqu+j1ofxCogSgH66uZklVWoMKOo3i/0Uv/yuD6j9SQlCraTLeLY5tKuUvaMo +xyhCAvgPLpRyPSaz6VrHzRZcj6SU24fKYD8kRSv6ramqiz1RMOTEPRQPdC1DdwMqE zlFVMbotaaRB7aUUAgsbQuYf6CNOsCjfbAiGx9hqr8sJWhTrCZ07obXFjMys4eZsus sHDCVWVQ0pIW326LCOwTVb4Fvlq1KfKFWVrNclv1R+FdzMacvYNGtrpWjWIkM+pj4J CbBelQLLFVvvJ4Det7BaSRokfXBwgmxeJWN9OtlWpCFMTNOWqp4x1G5oVg0bhURGuk fmjXSKc3Ui4Nw== Message-ID: Subject: Re: [PATCH RESEND v2 00/11] codeql fixes for various subsystems From: Sinan Kaya To: Dmitry Kozlyuk Cc: dev@dpdk.org Date: Fri, 16 Dec 2022 10:26:59 -0500 In-Reply-To: References: <20221122153053.1172434-1-okaya@kernel.org> <750bb3b53fe0521b1850a49666aba09d5d9565cf.camel@kernel.org> <20221213195901.3b0ff025@sovereign> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.36.5-0ubuntu1 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Tue, 2022-12-13 at 12:02 -0500, Sinan Kaya wrote: > On Tue, 2022-12-13 at 19:59 +0300, Dmitry Kozlyuk wrote: > > 2022-12-13 11:43 (UTC-0500), Sinan Kaya: > > > Checking to see if I need to cover any feedback. > > > > There was some feedback to pre-resend v2 that is not visible on > > patchwork: > > > > http://inbox.dpdk.org/dev/CAJFAV8yEe9awya3OVLuqavfW0MzonSQJQ-K+2q4WampmyrjEGg@mail.gmail.com/ > > > > > > > > Yes, I sent it again with RESEND tag this time on this series. > Just checking to see if it went through this time. > I do see the RESEND series on patchwork. > > I was planning to send the fixes in batches hoping this one to merge first. I guess I'll post the remaning bugfixes using a different series.