From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] hv_netvsc: select needed ucs2_string routine Date: Sun, 22 Apr 2018 21:07:50 -0400 (EDT) Message-ID: <20180422.210750.2210882858452029663.davem@davemloft.net> References: <20180420154847.29476-1-sthemmin@microsoft.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, sthemmin@microsoft.com To: stephen@networkplumber.org Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:42446 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753755AbeDWBHw (ORCPT ); Sun, 22 Apr 2018 21:07:52 -0400 In-Reply-To: <20180420154847.29476-1-sthemmin@microsoft.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Stephen Hemminger Date: Fri, 20 Apr 2018 08:48:47 -0700 > The conversion of rndis friendly name to utf8 uses a standard > kernel routine which is optional in config. Therefore build > would fail for some configurations. Resolve by selecting needed > library. > > Fixes: 0fe554a46a0f ("hv_netvsc: propogate Hyper-V friendly name into interface alias") > Signed-off-by: Stephen Hemminger Please put 'net' or 'net-next' in your Subject lines as appropriate. I guessed that this is net-next since the Fixes commit only exists there. Applied.