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=-11.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 29BBEC2D0E4 for ; Wed, 25 Nov 2020 00:20:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BFDA9216C4 for ; Wed, 25 Nov 2020 00:20:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="V+m3S1b7" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727294AbgKYAUH (ORCPT ); Tue, 24 Nov 2020 19:20:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:60254 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726567AbgKYAUG (ORCPT ); Tue, 24 Nov 2020 19:20:06 -0500 Content-Type: text/plain; charset="utf-8" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1606263606; bh=OI/xZKY14I5vrcyoDaohCh5oELwYlWdyUoby/I5nvzY=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=V+m3S1b7QcO7262Y7zkAUCMVsz+b6vbQFOAgQ7EwjoQxS08s3z/hd3kDsV2SVF+5a kS9mVXTPC5c8pCMikpJLrY0Z5p9ElCov750nzgB2/lMAWzybda8jrZZ16TfsvPUwnv X91TejYjT7RgXyAczxIr7fyTWPxxD3fDufN3+W1g= MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH V3 net 0/3] Fixes for ENA driver From: patchwork-bot+netdevbpf@kernel.org Message-Id: <160626360618.17224.5751692742055805114.git-patchwork-notify@kernel.org> Date: Wed, 25 Nov 2020 00:20:06 +0000 References: <20201123190859.21298-1-shayagr@amazon.com> In-Reply-To: <20201123190859.21298-1-shayagr@amazon.com> To: Shay Agroskin Cc: kuba@kernel.org, netdev@vger.kernel.org, dwmw@amazon.com, zorik@amazon.com, matua@amazon.com, saeedb@amazon.com, msw@amazon.com, aliguori@amazon.com, nafea@amazon.com, gtzalik@amazon.com, netanel@amazon.com, alisaidi@amazon.com, benh@amazon.com, akiyano@amazon.com, sameehj@amazon.com, ndagan@amazon.com Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 23 Nov 2020 21:08:56 +0200 you wrote: > Hi all, > This series fixes some issues in the ENA driver: > > - fix wrong data offset on machines that support rx offset > - work-around Intel iommu issue > - fix out of bound access when request id is wrong > > [...] Here is the summary with links: - [V3,net,1/3] net: ena: handle bad request id in ena_netdev https://git.kernel.org/netdev/net/c/5b7022cf1dc0 - [V3,net,2/3] net: ena: set initial DMA width to avoid intel iommu issue https://git.kernel.org/netdev/net/c/09323b3bca95 - [V3,net,3/3] net: ena: fix packet's addresses for rx_offset feature https://git.kernel.org/netdev/net/c/1396d3148bd2 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html