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 4CE58CCA479 for ; Thu, 7 Jul 2022 11:51:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235383AbiGGLvI (ORCPT ); Thu, 7 Jul 2022 07:51:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232060AbiGGLvH (ORCPT ); Thu, 7 Jul 2022 07:51:07 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 45A3633358; Thu, 7 Jul 2022 04:51:02 -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 ams.source.kernel.org (Postfix) with ESMTPS id E6916B82139; Thu, 7 Jul 2022 11:51:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2CC58C341C6; Thu, 7 Jul 2022 11:50:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1657194659; bh=TP53YBQef1ChOsCkOpSzExLmVlTCAif4oYcWv8otfSQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RY90JevPl0TVo4BTTieT6ZL52OQT5su34lvywU81tRT6kkTGLstayMyXXQcZuFVyG MDLsn4a0S3IdSYHnoK8RJI7dhnSKgVlCHWv5qbrByWNpKELFCjfwiy08a23EdGBti1 I1aBblLBvsgcFHXQY9d0i5A1QccI6jCOTMg1ERGs= Date: Thu, 7 Jul 2022 13:50:56 +0200 From: Greg KH To: Siddh Raman Pant Cc: Johannes Berg , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , netdev , linux-wireless , linux-kernel , linux-kernel-mentees Subject: Re: Ping: [PATCH] net: Fix UAF in ieee80211_scan_rx() Message-ID: References: <20220701145423.53208-1-code@siddh.me> <181d8729017.4900485b8578.8329491601163367716@siddh.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <181d8729017.4900485b8578.8329491601163367716@siddh.me> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 07, 2022 at 05:06:35PM +0530, Siddh Raman Pant via Linux-kernel-mentees wrote: > Ping? context-less pings, on a patch that was sent less than 1 week ago, are usually not a good idea. Normally wait for 2 weeks and then resend if you have not heard anything back. good luck! greg k-h