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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71E59C433ED for ; Fri, 23 Apr 2021 12:11:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2AFEF6145F for ; Fri, 23 Apr 2021 12:11:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242319AbhDWMMG (ORCPT ); Fri, 23 Apr 2021 08:12:06 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:40673 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242235AbhDWMMF (ORCPT ); Fri, 23 Apr 2021 08:12:05 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1619179887; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=smDxvNTY8YNlFlAJqKVnzmYcgvAze7hQWWN+9lrlaVA=; b=gutQpqgnUaYgG3/dUh8Cun5fT8CpbeoTiC861DiLrMOzbOekop7jgZkxqgBmRM76mA/NkA aT+znjMqJuNAz42NdtS8XJ6gq04ccegEtiao9e6yjLfgsRnfbKcHLiv1eqvSsILM7b93gc 0NnxeNIMDiZhzr7d68bu8uikBktHGWE= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-581-3xAp2z51OFm3UAB8OTn3rA-1; Fri, 23 Apr 2021 08:11:25 -0400 X-MC-Unique: 3xAp2z51OFm3UAB8OTn3rA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 990028026AD; Fri, 23 Apr 2021 12:11:24 +0000 (UTC) Received: from [10.40.195.0] (unknown [10.40.195.0]) by smtp.corp.redhat.com (Postfix) with ESMTP id 8DE78608BA; Fri, 23 Apr 2021 12:11:23 +0000 (UTC) Message-ID: <38922dcdc29d567aa8dcca365d5c4f61d22a9e57.camel@redhat.com> Subject: Re: [PATCH net 0/2] fix stack OOB read while fragmenting IPv4 packets From: Davide Caratti To: netdev@vger.kernel.org, "David S. Miller" , Jakub Kicinski In-Reply-To: References: Organization: red hat Content-Type: text/plain; charset="UTF-8" Date: Fri, 23 Apr 2021 14:11:22 +0200 MIME-Version: 1.0 User-Agent: Evolution 3.38.4 (3.38.4-1.fc33) Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Mon, 2021-04-19 at 17:22 +0200, Davide Caratti wrote: > - patch 1/2 fixes openvswitch IPv4 fragmentation, that does a stack OOB > read after commit d52e5a7e7ca4 ("ipv4: lock mtu in fnhe when received > PMTU < net.ipv4.route.min_pmt") > - patch 2/2 fixes the same issue in TC 'sch_frag' code > hello Dave and Jakub, I see that patches in this series [1][2] are marked with 'Changes Requested' in patchwork, but in my understanding no further changes are requested for the moment. do I need to re-send the series, or you can manage to change the status inside patchwork? thanks, -- davide [1] https://patchwork.kernel.org/project/netdevbpf/patch/94839fa9e7995afa6139b4f65c12ac15c1a8dc2f.1618844973.git.dcaratti@redhat.com/ [2] https://patchwork.kernel.org/project/netdevbpf/patch/80dbe764b5ae660bba3cf6edcb045a74b0f85853.1618844973.git.dcaratti@redhat.com/