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 D2566C433F5 for ; Tue, 1 Mar 2022 13:12:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231247AbiCANNc (ORCPT ); Tue, 1 Mar 2022 08:13:32 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49482 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232317AbiCANNb (ORCPT ); Tue, 1 Mar 2022 08:13:31 -0500 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id D24AC240B4 for ; Tue, 1 Mar 2022 05:12:50 -0800 (PST) Received: from [192.168.1.214] (dynamic-089-012-174-087.89.12.pool.telefonica.de [89.12.174.87]) by linux.microsoft.com (Postfix) with ESMTPSA id 9832E20B7178; Tue, 1 Mar 2022 05:12:49 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 9832E20B7178 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1646140370; bh=YzfQ1kFKohbndtZ2Oekn23n750dVmkPlvhNMEma+5aI=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=lR6VbERnAFW2v4Ki+4yFCqD8gSazxo/7SjG5/G8ykAQiMRjVUXEGQTXz7dUAwSODF XEk/c3Vql2TvyDmAyuOzmn/aDGFb6+Q8+mtfy8FA+honB/MJZm7RU0hrnpEPoJU5wy nc0rvLOF33v6iL8FfQgVXf5q3CG8bCM/WFq8BohE= Subject: Re: [PATCH 2/2] Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0" To: Jakub Kicinski Cc: netdev@vger.kernel.org, Steffen Klassert , Eyal Birger References: <447cf566-8b6e-80d2-b20d-c20ccd89bdb9@linux.microsoft.com> <924f1394-5fd4-590a-16b4-fb4d60185972@linux.microsoft.com> <20220228224332.0cca8d99@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> From: =?UTF-8?B?S2FpIEzDvGtl?= Message-ID: <0d449d5b-e169-cd9f-0731-9a45b25da3cb@linux.microsoft.com> Date: Tue, 1 Mar 2022 14:12:41 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: <20220228224332.0cca8d99@kicinski-fedora-PC1C0HJN.hsd1.ca.comcast.net> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Content-Language: en-US Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hello, > What's the story here? You posted your patches twice and they look > white space damaged (tabs replaced by spaces). yeah, sorry for the spam, now I've set up git send-email and hope it works ;) > Does commit 6d0d95a1c2b0 > ("xfrm: fix the if_id check in changelink") which is in net/master now > solve the issue for you? I don't think it solves the regression that the kernel now fails syscalls that use id 0. I reported this to the LTS kernel list and was told to send it here since it is a regression. Regards, Kai