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 E44D97E for ; Sat, 14 Oct 2023 01:10:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="oSis4Kd0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA527C433C7; Sat, 14 Oct 2023 01:10:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697245821; bh=PVaD7CmLTUBd6K4WNVtUaCxsdNdlcU2IAOFVlyxl0aI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oSis4Kd0mVD905+VTMQp3LuVR2fMiGPEiaSAQfBuJclsJYEr8jkE87+mKiialvECL SaQP8s/LAPGhjrKbzbhFDb53v5tB6axxuJhpfKPQDPXgNYgLqLqOfaaKhgGBhzLDdA 1mqRrCa1Bm0C1K4ShgRp5vNwVTQyiHiZoi3kty9CL/3zj28hT53mx9X6HvpgXfTC5q 7UhKyTn+1K+nOO3p6dNfntW0L+GQ/ILrf5Dy8F3StOEtY+DmCyPMKITkllZ3umyAvm q+3fIJfDV5Hl81kR9e8gwbjV5BGDWk27xdBk2j9id4jW94mQ7EmS6EJLtIkItCa0WG vl78UoDx5JgeA== Date: Fri, 13 Oct 2023 18:10:19 -0700 From: Jakub Kicinski To: Saeed Mahameed Cc: "David S. Miller" , Paolo Abeni , Eric Dumazet , Saeed Mahameed , netdev@vger.kernel.org, Tariq Toukan Subject: Re: [pull request][net-next V2 00/15] mlx5 updates 2023-10-10 Message-ID: <20231013181019.1c8540dd@kernel.org> In-Reply-To: <20231012192750.124945-1-saeed@kernel.org> References: <20231012192750.124945-1-saeed@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 12 Oct 2023 12:27:35 -0700 Saeed Mahameed wrote: > v1->v2: > - patch #2, remove leftover mutex_init() to fix the build break > > This provides misc updates to mlx5 driver. > For more information please see tag log below. > > Please pull and let me know if there is any problem. There are missing sign-offs on the PR and patches don't apply because I pulled Leon's ipsec branch :(