From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S944457AbcJSPH4 (ORCPT ); Wed, 19 Oct 2016 11:07:56 -0400 Received: from userp1050.oracle.com ([156.151.31.82]:18914 "EHLO userp1050.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S942075AbcJSPHx (ORCPT ); Wed, 19 Oct 2016 11:07:53 -0400 Date: Wed, 19 Oct 2016 11:40:50 +0300 From: Dan Carpenter To: Weibing Zhang Cc: kys@microsoft.com, haiyangz@microsoft.com, devel@linuxdriverproject.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] tools: hv: clean up code, remove unnecessary header files and link flags Message-ID: <20161019084050.GF4469@mwanda> References: <1476848608-20745-1-git-send-email-atheism.zhang@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1476848608-20745-1-git-send-email-atheism.zhang@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Source-IP: userp1040.oracle.com [156.151.31.81] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 19, 2016 at 11:43:28AM +0800, Weibing Zhang wrote: > Remove unnecessary header files and netlink related code as the daemons > do not use netlink to communicate with the kernel now. > Fix a compile warning in snprintf. > Pthread is also not needed. > > Signed-off-by: Weibing Zhang Break this up into multiple patches. 1) cleanup makefile 2) remove unneeded header stuff 3) fix a compile warning regards, dan carpenter