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 D2D39C433EF for ; Wed, 23 Mar 2022 12:58:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244110AbiCWM7p (ORCPT ); Wed, 23 Mar 2022 08:59:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56092 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241584AbiCWM7k (ORCPT ); Wed, 23 Mar 2022 08:59:40 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D2CD5F9F; Wed, 23 Mar 2022 05:58:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Transfer-Encoding:Content-Disposition: Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:From: Sender:Reply-To:Subject:Date:Message-ID:To:Cc:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Content-Disposition: In-Reply-To:References; bh=GJ4Y9HiyyNz6X3B1gn5Z+YSl3636N+rO7MjkOGgWPZw=; b=x4 mG4nXxnbsaiAINyAFHNIezoTEsy8ZkkHgGQ7dr0cCoRmFZ4B6Hvw9j6jxc7Z5pJVXdjGKwVYUFxOC SJgDRMqZJFC2QjeL+xfTA+yEy3HxV8ZsHzhKm2qtSoG/35PnWXZA7dvr/+A2zUfBZq9RBhT91A+Wi KFKZBr1OC+7O99g=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1nX0Yn-00CHSl-EL; Wed, 23 Mar 2022 13:57:57 +0100 Date: Wed, 23 Mar 2022 13:57:57 +0100 From: Andrew Lunn To: Alvin =?utf-8?Q?=C5=A0ipraga?= Cc: Linus Walleij , Alvin =?utf-8?Q?=C5=A0ipraga?= , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Jakub Kicinski , Paolo Abeni , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net-next] net: dsa: realtek: make interface drivers depend on OF Message-ID: References: <20220323124225.91763-1-alvin@pqrs.dk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220323124225.91763-1-alvin@pqrs.dk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Mar 23, 2022 at 01:42:25PM +0100, Alvin Šipraga wrote: > From: Alvin Šipraga > > The kernel test robot reported build warnings with a randconfig that > built realtek-{smi,mdio} without CONFIG_OF set. Since both interface > drivers are using OF and will not probe without, add the corresponding > dependency to Kconfig. > > Link: https://lore.kernel.org/all/202203231233.Xx73Y40o-lkp@intel.com/ > Link: https://lore.kernel.org/all/202203231439.ycl0jg50-lkp@intel.com/ > Signed-off-by: Alvin Šipraga Hi Alvin This looks like something which could go into net, not net-next. Could you add a Fixes: tag. Otherwise Reviewed-by: Andrew Lunn Andrew