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 10B60EB64DD for ; Tue, 25 Jul 2023 23:35:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230328AbjGYXfz (ORCPT ); Tue, 25 Jul 2023 19:35:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43796 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231721AbjGYXft (ORCPT ); Tue, 25 Jul 2023 19:35:49 -0400 Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 72926212D for ; Tue, 25 Jul 2023 16:35:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=i9stS88GRQ0XDqPN1RVCHpzzs7K8vA+FiBHULCzsBkk=; b=bNv7VRyRJsYNSKD6vFBBIoh7hj HPEqg8htiMNqwpX4rrsralVF5b7GXhkBv9dxYPOPxVMUhoZbuurzPT558oUL/pfJkjaYNoLlXAj/o u0IWEr6r0wUpU/a0ic5Uf2TFMbbpz3ZH5iukFaqpTfsjtJQHSipZ7We/uRqQVD+R9S+IAlLqvI+qJ kWXWxsC00k3f8HAnDaGFEOtotvXrtzoPvILcq9BmVmRzVH63Hcub+2Q74rOwLgoitn2WMjX6ImMdq /brkDo6+fwWTKctSRqRDtA5amsfQvingLoWpSPW9akMXgD+PoEp4Pd4qUthkO9zk2pU3LrhlxH24e keegQM9Q==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.96 #2 (Red Hat Linux)) id 1qORZ3-008j7s-1Q; Tue, 25 Jul 2023 23:35:37 +0000 Date: Tue, 25 Jul 2023 16:35:37 -0700 From: Luis Chamberlain To: Petr Mladek Cc: Arnd Bergmann , Arnd Bergmann , Rong Tao , Masami Hiramatsu , Andrew Morton , Will Deacon , Quentin Perret , linux-kernel@vger.kernel.org Subject: Re: [PATCH] samples/hw_breakpoint: fix building without module unloading Message-ID: References: <20230725082546.941346-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: Luis Chamberlain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 25, 2023 at 11:38:48AM +0200, Petr Mladek wrote: > Reviewed-by: Petr Mladek Thanks, patch applied and pushed! > But even better solution would be to define symbol_put_name() as > a noop in both situations and use it. Patch welcomed! Luis