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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 57975C433EF for ; Tue, 28 Sep 2021 05:34:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3A78F60FC2 for ; Tue, 28 Sep 2021 05:34:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235140AbhI1FgV (ORCPT ); Tue, 28 Sep 2021 01:36:21 -0400 Received: from out30-54.freemail.mail.aliyun.com ([115.124.30.54]:48799 "EHLO out30-54.freemail.mail.aliyun.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231330AbhI1FgT (ORCPT ); Tue, 28 Sep 2021 01:36:19 -0400 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R191e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e01e04357;MF=yun.wang@linux.alibaba.com;NM=1;PH=DS;RN=7;SR=0;TI=SMTPD_---0UpuToG2_1632807276; Received: from testdeMacBook-Pro.local(mailfrom:yun.wang@linux.alibaba.com fp:SMTPD_---0UpuToG2_1632807276) by smtp.aliyun-inc.com(127.0.0.1); Tue, 28 Sep 2021 13:34:37 +0800 Subject: Re: [RESEND PATCH v2] net: prevent user from passing illegal stab size To: Cong Wang Cc: Jamal Hadi Salim , Jiri Pirko , "David S. Miller" , Jakub Kicinski , "open list:TC subsystem" , open list References: From: =?UTF-8?B?546L6LSH?= Message-ID: Date: Tue, 28 Sep 2021 13:34:36 +0800 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org My bad... failed to get the notify, please ignore the noise. Regards, Michael Wang On 2021/9/28 δΈ‹εˆ1:11, Cong Wang wrote: > Hi, > > It has been applied, no need to resend. > > commit b193e15ac69d56f35e1d8e2b5d16cbd47764d053 > Author: ηŽ‹θ΄‡ > AuthorDate: Fri Sep 24 10:35:58 2021 +0800 > Commit: David S. Miller > CommitDate: Sun Sep 26 11:09:07 2021 +0100 > > net: prevent user from passing illegal stab size > > Thanks. >