[<prev] [next>] [day] [month] [year] [list]
Message-ID: <475EE9B5.8060208@cosmosbay.com>
Date: Tue, 11 Dec 2007 20:49:09 +0100
From: Eric Dumazet <dada1@...mosbay.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux kernel <linux-kernel@...r.kernel.org>
Subject: [PATCH] parport : "dev->timeslice" is an unsigned long, not an int
While auditing proc_doulongvec_ms_jiffies_minmax() usage in kernel, I
found a bug
in drivers/parport/procfs.c, incorrectly using sizeof(int) instead of
sizeof(unsigned long)
Only 64bit arches are affected by this old bug.
Signed-off-by: Eric Dumazet <dada1@...mosbay.com>
View attachment "parport.patch" of type "text/plain" (461 bytes)
Powered by blists - more mailing lists