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 35897C6FD18 for ; Fri, 31 Mar 2023 07:04:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230519AbjCaHEn (ORCPT ); Fri, 31 Mar 2023 03:04:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50888 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230389AbjCaHEU (ORCPT ); Fri, 31 Mar 2023 03:04:20 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 471741287A; Fri, 31 Mar 2023 00:04:19 -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 B571B623DB; Fri, 31 Mar 2023 07:04:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A2649C433EF; Fri, 31 Mar 2023 07:04:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1680246258; bh=PYv7G/JmT/Gc/Y1YyWLWV64SIhGDqKdAn7gQpNDA+Ns=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hlwD5XEj/jkDer6k1vhP5m32/gDFw/SppN6Samg+2pVeWd45ozFZwSiyZ4xrOa35r V1uTSps+nuw5laWwPoOP+fKn6oLhcmY5Sf6V0KvvzTzwGn/VtVM+qr476kqTCzmYg4 omNic+e9tf0lnIAS+h4/lIW2K7yjr3bdBj2K9LZM= Date: Fri, 31 Mar 2023 09:04:15 +0200 From: Greg Kroah-Hartman To: Jakub Kicinski Cc: linux-kernel@vger.kernel.org, Karsten Keil , netdev@vger.kernel.org Subject: Re: [PATCH] mISDN: remove unneeded mISDN_class_release() Message-ID: References: <20230329060127.2688492-1-gregkh@linuxfoundation.org> <20230330231739.14ead816@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230330231739.14ead816@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Mar 30, 2023 at 11:17:39PM -0700, Jakub Kicinski wrote: > On Wed, 29 Mar 2023 08:01:27 +0200 Greg Kroah-Hartman wrote: > > Note: I would like to take this through the driver-core tree as I have > > later struct class cleanups that depend on this change being made to the > > tree if that's ok with the maintainer of this file. > > It must be on top of .owner removal? Cause it doesn't apply for us: > > Acked-by: Jakub Kicinski Ah, yeah, it is, that's in my tree already. thanks for the ack! greg k-h