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 1BAA54437F for ; Mon, 22 Apr 2024 23:49:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713829756; cv=none; b=BJNMriRvr4JMqB2ROAQX0GcLCiJEV2V5InR2VCxVSQKe/+BlJIXdzlk/bGNmnjHBrWm8His7u0pZyk5jwAVm98UdnVvdPnqSK3qgHTXlhxyRb/DWZyn/IqfWHfgm0AJFY7UoqlHE5M/peWrO8vgS4VzYAhxo7TM8suvH5ithDPs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1713829756; c=relaxed/simple; bh=B89hhZxu43GrrOYCxRyEAwyXt1xJPeTrlQmT00oYTI0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=upRr4nVrJAxQ8MEgjdZNx4yR8kiK2BgziPBn1UoD4BrSV0n8cRP950z4eYrLlW7rmqB9ku9GbtfqCyRD8ffVyBup0dQJv6ldnnANkUmEexUkFHLlJVu+8T3HmS2Hi9JrNYUO3yoN1qUQrCIpngCIaojLMJcoEaOdVj44KNa4nsw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=E/zgHj4r; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="E/zgHj4r" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4B722C113CC; Mon, 22 Apr 2024 23:49:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1713829755; bh=B89hhZxu43GrrOYCxRyEAwyXt1xJPeTrlQmT00oYTI0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=E/zgHj4rsg/GlzKVW9Dgl4foxJT34hxvNHqY3lwgvPb/SuIDkm4kqr1SSuBLqJ9SI cXhSFtGV7xHCSLqT1QeZM+mCFNj88RhrsC3sW1ooDgzJQnxPfZXRfYth9aZTsP+/WP QTqh4YDgSEAOzzT+s0/GTaZ+jeueCTK3gtDWHC7KbUQiv89bVI/wLQ0ygGWUew1oXG YyxZj2iPepmU0xAhHJvf+TBzgAL6kbvG6CJzWPE2lra7h0y8n2kfWYU0E91nLnWIdG rvwM262kt2VRaVEWNMBnCbUaKERIxHt2C9WALIO0zhi4UNH1eL/fQE+y3RPYKDmgz3 Cu/Z7QQ6XqSgg== Date: Mon, 22 Apr 2024 19:10:33 -0400 From: Sasha Levin To: Dragos Tatulea Cc: "stable@vger.kernel.org" , Shay Drori , "Anatoli.Chechelnickiy@m.interpipe.biz" , Saeed Mahameed , "oxana@cloudflare.com" , "leon@kernel.org" Subject: Re: mlx5 driver fails to load in kernel 6.6.28 Message-ID: References: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: On Mon, Apr 22, 2024 at 05:31:25PM +0000, Dragos Tatulea wrote: >Hi, > > Based on the issue reported here [0], commit 0553e753ea9e ("net/mlx5: E- >switch, store eswitch pointer before registering devlink_param") is missing from >kernel 6.6.x due to a missing tag. Could you please include it in 6.6.x and >6.8.x? Queued up, thanks! -- Thanks, Sasha