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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A78B0C433F5 for ; Fri, 22 Apr 2022 10:10:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1446424AbiDVKNH (ORCPT ); Fri, 22 Apr 2022 06:13:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48426 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1352684AbiDVKNF (ORCPT ); Fri, 22 Apr 2022 06:13:05 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DC45C2BB04 for ; Fri, 22 Apr 2022 03:10:12 -0700 (PDT) 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 dfw.source.kernel.org (Postfix) with ESMTPS id 7554461E38 for ; Fri, 22 Apr 2022 10:10:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id CEA61C385AB; Fri, 22 Apr 2022 10:10:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650622211; bh=5o0k17JUbjinBPHY3d9VN22XMaUz/TimHJQCkGFQ0hE=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=UqYve/ZsrFSsMBx1DcbJDrEHaY1lbtSRTzkG5Sl05oTiQqhVv3G8wtl8BESiZyRC9 vJgidA54/pPEm10NfL8mEoLl/rmb1iwKHE7puCEwNeHmAlfHoHkTYhklDjAnH0WD3O /udV6PYMqQFTd31gdEvXZvcyy/tR3uKmnO43dvy1jc7peFCGR6w+9pouRsKsr9q0g+ TMx3wsnoxy1uZRKsxcaP8s7XND7SlzCFtSa2W3n6HghYJSJPNjI8jQvVpaZBv8PHLa ZHeeiFMXY52br4cEzP44mQACNPVyVxtPPVSD/xdUbJnVn1pRY4M6kIbElxT1zFdgfN nUcZE1zUqLaiQ== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id B119EE8DBDA; Fri, 22 Apr 2022 10:10:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next] Revert "rtnetlink: return EINVAL when request cannot succeed" From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165062221172.10818.17738644265301241370.git-patchwork-notify@kernel.org> Date: Fri, 22 Apr 2022 10:10:11 +0000 References: <20220419125151.15589-1-florent.fourcot@wifirst.fr> In-Reply-To: <20220419125151.15589-1-florent.fourcot@wifirst.fr> To: Florent Fourcot Cc: netdev@vger.kernel.org, stephen@networkplumber.org, brian.baboch@wifirst.fr Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by David S. Miller : On Tue, 19 Apr 2022 14:51:51 +0200 you wrote: > This reverts commit b6177d3240a4 > > ip-link command is testing kernel capability by sending a RTM_NEWLINK > request, without any argument. It accepts everything in reply, except > EOPNOTSUPP and EINVAL (functions iplink_have_newlink / accept_msg) > > So we must keep compatiblity here, invalid empty message should not > return EINVAL > > [...] Here is the summary with links: - [net-next] Revert "rtnetlink: return EINVAL when request cannot succeed" https://git.kernel.org/netdev/net-next/c/6f37c9f9dfbf You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html