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 D1C99C7EE2D for ; Tue, 23 May 2023 16:33:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237701AbjEWQdL (ORCPT ); Tue, 23 May 2023 12:33:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237691AbjEWQdE (ORCPT ); Tue, 23 May 2023 12:33:04 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A5A6B130 for ; Tue, 23 May 2023 09:32:57 -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 1CAE06344A for ; Tue, 23 May 2023 16:32:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 28754C433D2; Tue, 23 May 2023 16:32:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1684859576; bh=tXErXodtzQ7xkbVVy/c6EV2jea5JDWKVX4GsnCREwNY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cSH7YN0WoNCXtGgfzGf7NMDg6v5lyBJ6hGZ89dztcR5LiBg0vY+N9snqFxT3OqiGV juV6iYuM1lanGqEsqkvBtx0Yxw5dgmBP+wGTt0G9AbADY1L15gPQ7M7QZDkWPgIsw1 WDVeEBd+j3PJzppChdBGOpBfsPLkUas4PF2xLAm8= Date: Tue, 23 May 2023 17:32:52 +0100 From: Greg KH To: Xia Fukun Cc: prajnoha@redhat.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6] kobject: Fix global-out-of-bounds in kobject_action_type() Message-ID: <2023052351-extruding-semifinal-6314@gregkh> References: <20230517101957.14655-1-xiafukun@huawei.com> <2023051739-shrunk-reopen-b968@gregkh> <111fa8ed-9031-a393-401c-0266a9bf7544@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 23, 2023 at 04:52:23PM +0800, Xia Fukun wrote: > Gentle ping ... Please relax, there are lots of other changes to review before yours, and frankly, due to all of the problems that this patch has had over time, it's on the bottom of my list. To help out, why don't you review stuff as well? thanks, greg k-h