From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 4/4] xen_dom0: replace strict_strtoul with kstrtoul Date: Wed, 10 Dec 2014 09:39:49 +0100 Message-ID: <2924722.Ju8Avnc9sI@xps13> References: <1418182383-5744-1-git-send-email-jmiao@redhat.com> <1418182383-5744-5-git-send-email-jmiao@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev-VfR2kkLFssw@public.gmane.org To: Jincheng Miao Return-path: In-Reply-To: <1418182383-5744-5-git-send-email-jmiao-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2014-12-10 11:33, Jincheng Miao: > From upstream kernel commit 3db2e9cd, strict_strto* serial functions > are removed. So that we should directly used kstrtoul instead. > > And add xen_dom0/compat.h for be compatible with older kernel. > > Signed-off-by: Jincheng Miao Same comments as patch 3/4 apply here. -- Thomas