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 3149B631 for ; Mon, 11 Mar 2024 01:10:09 +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=1710119410; cv=none; b=hbCSrs6pSt59PY2R0PxRgt40cr39rzQeMhSdloZ4rgUJ6d4mh6/4e9pQ/w5FMpPs4J7MbVxopI5MhNnd98LV7bD1UqFnm2VDpiERnNuWjlsGuwt9vqMCUlTrbduSLCLvUNwQt4Z2TmOzPHeGCLvOodmkM/ITzLoocZZneF5zj1k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710119410; c=relaxed/simple; bh=0qmoNDEAoiLRFtm6J0UXmwnhvJVPbUTq4PbOTwG8zTQ=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=LuNkEeTvM2I++XzOwYDp2OTyI6F7/B2T1WbtWlDEK3ukRnNc7enF7CTIsBwl6L5MJFR69+rLs6lYiCpYyB2nbhayPOvbZsYolPxEBkFCGjzalVsRJFBObCIFYNE1zPuhuRYSbRsOI5hzO/ZSoloy18tkBYX4vxJykKks5vEuwOU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=UbD8BxAW; 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="UbD8BxAW" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2A087C433C7; Mon, 11 Mar 2024 01:10:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1710119409; bh=0qmoNDEAoiLRFtm6J0UXmwnhvJVPbUTq4PbOTwG8zTQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=UbD8BxAWV+VN12U+QiESAaKPakrwA0myKfpO+qckFeKPSN/wE/nElE+3UpY9WdB7J hvQ2myjiQdfn7TveX6KMbESl63biywZoJNqmu3UfdiIdgMBrufYALGV+J7MPX2WT7o nlE8uKrTRMSwBydSQ2cKMCJI0+l62xjLQS83Lmgm1i5kHWo2h/KcaiXBmbDvjhJSUL UViy0du1TzdzjO+JwWV1RH27jMFUsyhdat2KZ6ZWabxWcSVFam1w+WExFzxPQwKhO/ wxn5RAWGOe4vcF2QhjAk7qgKCVDWVMNaqG8HAYZC/BgXSM6vTA9iQudmrB/IdcdMp9 nEtOdlb17LEKA== Message-ID: <913ad46d-4cfe-4f79-81d2-fd1f01dfb026@kernel.org> Date: Sun, 10 Mar 2024 19:10:08 -0600 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH net-next 1/2] nexthop: Fix out-of-bounds access during attribute validation Content-Language: en-US To: Ido Schimmel Cc: netdev@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, pabeni@redhat.com, edumazet@google.com, petrm@nvidia.com References: <20240310173215.200791-1-idosch@nvidia.com> <20240310173215.200791-2-idosch@nvidia.com> From: David Ahern In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 3/10/24 3:41 PM, Ido Schimmel wrote: > However, I can add [1] and [2] as patches #1 and #2 and then squash [3] > into the current patch. yes, please. Thank you for the fixups.