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 798722EA164 for ; Thu, 24 Jul 2025 15:15:23 +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=1753370123; cv=none; b=M+JNfG99Z5iSRmMyfOn3TsleG6hr0WIMwxGCB1qG13k5Kc3HEHa/UUfat5vDZgCWIg1WbmcqGkAOvD3KO4RK6xdaO97VUSEZHT9PrI1HoFKzBVvRk0H1wQw25YwLbMDH9rG7ypbP17GvKha/dMcCN1+WsTkfViMLU6YXPpl9OSA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753370123; c=relaxed/simple; bh=w/Ed3QO1Ij7t6YI2carfE0DTyhElfnuoledAP7RxVgk=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version:Content-Type; b=QboCO16OZj9PP8XwbbJzRvZx9DpkxHuBPtf/BWUnEhaJIQ1vz+c8k8fI4GNFZNKRZpl6Y6CMxMlpfjc85PpS4QnenpIJorYB+6S97Eg4NYmR7XYT7kg4y0A7sQf0OCRpeUxUxLYMAgrixakBJ3IB2TRr9FEVn1fHnOjLlOya58Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=OpGH19N4; 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="OpGH19N4" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB8BDC4CEFA; Thu, 24 Jul 2025 15:15:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753370123; bh=w/Ed3QO1Ij7t6YI2carfE0DTyhElfnuoledAP7RxVgk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=OpGH19N4gMMZRuu4NBDoMfKEOhgrylcr3XXJiYJ006glN8dltHJop0aiS3WKF+Zk2 Kcs3JZx7KOwjB2MaOrlT3/GiaZnOkHE3afzj7LGBAEbFm+Z1anj2Dj0WhCjs2U7ARE rIBHstvDcho6hr++6r8pfURNfM12BivEdVjT9deaS/67qj6Zd0JB2KHbbmH/Z+ONxo Y7Q1muAmtQV2y56Pi6MTk7kD/zRiTtHh1qqHSiWREWBJGX/G9iaOWziDQgMTzUN5n5 FKDyhHqHIqAvomLpsmqbrlmX+J2bOeflSwsSK5O+OntSv5xVTyiGPtKK6ZxiAauecl Lfde/yFfSmsfA== From: Sasha Levin To: stable@vger.kernel.org, sumanth.gavini@yahoo.com Cc: Sasha Levin Subject: Re: [PATCH 6.1] net: add netdev_lockdep_set_classes() to virtual drivers Date: Thu, 24 Jul 2025 11:15:20 -0400 Message-Id: <1753367981-e2a8d101@stable.kernel.org> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20250724043010.129297-1-sumanth.gavini@yahoo.com> 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=UTF-8 Content-Transfer-Encoding: 8bit [ Sasha's backport helper bot ] Hi, Summary of potential issues: ❌ Patch application failures detected The upstream commit SHA1 provided is correct: 0bef512012b1cd8820f0c9ec80e5f8ceb43fdd59 WARNING: Author mismatch between patch and upstream commit: Backport author: Sumanth Gavini Commit author: Eric Dumazet Status in newer kernel trees: 6.15.y | Present (exact SHA1) 6.12.y | Present (exact SHA1) 6.6.y | Not found Note: Could not generate a diff with upstream commit: --- Note: Could not generate diff - patch failed to apply for comparison --- Results of testing on various branches: | Branch | Patch Apply | Build Test | |---------------------------|-------------|------------| | origin/linux-6.1.y | Failed | N/A |