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 5BCB8C6FD18 for ; Fri, 31 Mar 2023 11:40:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230096AbjCaLkI (ORCPT ); Fri, 31 Mar 2023 07:40:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232167AbjCaLjz (ORCPT ); Fri, 31 Mar 2023 07:39:55 -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 C07191D872 for ; Fri, 31 Mar 2023 04:39:36 -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 C143E62845 for ; Fri, 31 Mar 2023 11:39:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D3C6C4339B; Fri, 31 Mar 2023 11:39:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1680262775; bh=3EhB2PFpFyjZt5zg+eQXbNuoXzFQfoUqtMWAuLOj42I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EEiyqjLpVWM4H5vAAGjQTKMrRQukqxpsBlh9M33AVfRzKmlaqTRSvKjuoP2FTc2Tu 6B3hmKxcMKxBLLOlF4tLGNwZ3td36Jl+MYwsi33P7CL0Hdrl3IKqd5dPYHZE52zebg R0PQdtbn/kGiLd3UtfIzqe51uGrGYejMXra+tLIkTMw5mMFlXKlHljdPZr2snc0uoK TOOt38yQflUNL6HRnbhFC82QvMznxYrN5S/kzKm8+uq/Nj8DGDNLt6oXrIoDoN765I SVgsjfCLS5sS3AL5W9Jd4+7YSV0mWyT4vTPsaPSEvckbXBSo5vhE4LMzvQ0aJW0fFf IQEiHIeg9O3Bw== Date: Fri, 31 Mar 2023 07:39:33 -0400 From: Sasha Levin To: Nobel Barakat Cc: stable@vger.kernel.org Subject: Re: 6.1 Backport Request: act_mirred: use the backlog for nested calls to mirred ingress Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Thu, Mar 30, 2023 at 03:04:56PM -0700, Nobel Barakat wrote: >Hey sorry, looks like >act_mirred-use-the-backlog-for-nested-calls-to-mirre.patch isn't >compiling correctly on 6.1. It probably should be removed. Same goes >for 5.15 and 5.10, looks like those two are running into compilation >errors on our config. I've tried the provided 6.1 config, and it seems to compile just fine for me. What errors are you seeing? -- Thanks, Sasha