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 C5461C3DA7D for ; Sat, 31 Dec 2022 09:57:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229563AbiLaJ5Y (ORCPT ); Sat, 31 Dec 2022 04:57:24 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60204 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229514AbiLaJ5T (ORCPT ); Sat, 31 Dec 2022 04:57:19 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2E5C3E0BD for ; Sat, 31 Dec 2022 01:57:18 -0800 (PST) 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 C707BB802C4 for ; Sat, 31 Dec 2022 09:57:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3469EC433EF; Sat, 31 Dec 2022 09:57:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672480635; bh=AXXOh/RY6WDMCQPMGkbuxwLrHQ9KX6rDRlQcTaOGsqo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hE08b1hgNn0QNDUXcxgqBA25nWgMPQVoaySOwt2XjEibMBlH0NVcAFUL1wMhOj516 q1XKmOf/19l81ZFGTbuor2/8OgkdL0KCtZuXwTzRX4zXKU53zoDPSPkytydOSd2xJ3 g3HR0Z5TeHmVizar0W7TluODc7RA+wa8+CxsyUS0= Date: Sat, 31 Dec 2022 10:57:13 +0100 From: Greg KH To: Yoochan Lee Cc: matt.hsiao@hpe.com, arnd@arndb.de, linux-kernel@vger.kernel.org Subject: Re: [PATCH] misc: hpilo: Fix use-after-free in ilo_open Message-ID: References: <20221231055310.2040648-1-yoochan1026@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221231055310.2040648-1-yoochan1026@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 31, 2022 at 02:53:10PM +0900, Yoochan Lee wrote: > A race condition may occur if the user physically removes the > hpilo device while calling open(). How did you test any of this, and how can you remove one of these devices like this? thanks, greg k-h