[PATCH net-next 2/2] sysctl: range checking in do_proc_dointvec_ms_jiffies_conv

2013-07-24 Thread Francesco Fusco
("Range checking in do_proc_dointvec_(userhz_)jiffies_conv"). Signed-off-by: Francesco Fusco CC: Andrew Morton CC: linux-kernel@vger.kernel.org --- kernel/sysctl.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kernel/sysctl.c b/kernel/sysctl.c index ac09d9

[PATCH net-next v2 2/2] sysctl: range checking in do_proc_dointvec_ms_jiffies_conv

2013-07-24 Thread Francesco Fusco
("Range checking in do_proc_dointvec_(userhz_)jiffies_conv"). Signed-off-by: Francesco Fusco CC: Andrew Morton CC: linux-kernel@vger.kernel.org --- v1 => v2 - fix style suggested by Sergei Shtylyov kernel/sysctl.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff -

[PATCH] tools: perf: util: fix include for non x86 architectures

2014-01-27 Thread Francesco Fusco
these new functions, it fixes the compilation and therefore seems to be the most appropriate solution to go with. Signed-off-by: Francesco Fusco --- tools/perf/util/include/asm/hash.h | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 tools/perf/util/include/asm/hash.h diff --git a/

[PATCH net-next v2 1/2] lib: introduce arch optimized hash library

2013-12-12 Thread Francesco Fusco
instructions for accelerating the computation of CRC, so they could be added as well in follow-up work. Signed-off-by: Francesco Fusco Signed-off-by: Daniel Borkmann Signed-off-by: Thomas Graf Cc: linux-kernel@vger.kernel.org --- arch/x86/include/asm/hash.h | 7 arch/x86/lib/Makefile

Re: linux-next: build failure after merge of the net-next tree

2013-12-18 Thread Francesco Fusco
On 12/18/2013 03:30 AM, David Miller wrote: From: David Miller Date: Tue, 17 Dec 2013 21:21:45 -0500 (EST) I'll try to fix this up, thanks for the report. Here's what I committed, thanks again Stephen: [PATCH] lib: Add missing arch generic-y entries for asm-generic/hash

[tip:perf/urgent] perf tools: Fix include for non x86 architectures

2014-02-02 Thread tip-bot for Francesco Fusco
Commit-ID: 6a02652df511029127406cf8fa89cdf5e987f963 Gitweb: http://git.kernel.org/tip/6a02652df511029127406cf8fa89cdf5e987f963 Author: Francesco Fusco AuthorDate: Mon, 27 Jan 2014 14:39:13 +0100 Committer: Arnaldo Carvalho de Melo CommitDate: Fri, 31 Jan 2014 17:21:42 -0300 perf tools