lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 02 Dec 2013 09:49:33 -0500
From:	Dongsheng Yang <yangds.fnst@...fujitsu.com>
To:	Peter Hurley <peter@...leysoftware.com>
CC:	Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] perf Makefile: Correct the message in feature-libnuma
 checking.

On 12/01/2013 08:33 PM, Peter Hurley wrote:
> On 12/02/2013 09:11 AM, Dongsheng Yang wrote:
>> ccing linux-kernel@...r.kernel.org
>>
>> On 11/29/2013 01:14 PM, Arnaldo Carvalho de Melo wrote:
>>> Em Fri, Nov 29, 2013 at 04:05:52PM -0500, Dongsheng Yang escreveu:
>>>> The package required for numa is named numactl-devel in Fedora and 
>>>> RHEL and
>>>> libnuma-devel in OpenSuSE. This patch correct the package name in 
>>>> warning
>>>> message.
>
> and libnuma-dev in Ubuntu.
>

Right, I will send v2 with 'numactl-devel/libnuma-dev/libnuma-devel'.

Thanx Peter.
>>> Applying, but please always CC linux-kernel@...r.kernel.org, so that
>>> others can review it as well.
>>
>> Okey!!
>>
>> Thanx Arnaldo.
>>>
>>> - Arnaldo
>>>> Signed-off-by: Dongsheng Yang <yangds.fnst@...fujitsu.com>
>>>> ---
>>>>   tools/perf/config/Makefile | 2 +-
>>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>>
>>>> diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
>>>> index 80ea6d8..2e615d8 100644
>>>> --- a/tools/perf/config/Makefile
>>>> +++ b/tools/perf/config/Makefile
>>>> @@ -537,7 +537,7 @@ endif
>>>>   ifndef NO_LIBNUMA
>>>>     ifeq ($(feature-libnuma), 0)
>>>> -    msg := $(warning No numa.h found, disables 'perf bench numa 
>>>> mem' benchmark, please install numa-libs-devel or libnuma-dev);
>>>> +    msg := $(warning No numa.h found, disables 'perf bench numa 
>>>> mem' benchmark, please install numactl-devel or libnuma-devel);
>>>>       NO_LIBNUMA := 1
>>>>     else
>>>>       CFLAGS += -DHAVE_LIBNUMA_SUPPORT
>>>> -- 
>>>> 1.8.2.1
>
> -- 
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@...r.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ