From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: evdev.c(EVIOCGBIT): Suspicious buffer size 511, Date: Wed, 20 Aug 2008 00:00:40 -0700 Message-ID: <20080820000040.55015b48.akpm@linux-foundation.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:58946 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751288AbYHTHBR (ORCPT ); Wed, 20 Aug 2008 03:01:17 -0400 In-Reply-To: Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Justin Mattock Cc: Linux Kernel Mailing List , linux-input@vger.kernel.org, Dmitry Torokhov On Sun, 17 Aug 2008 23:10:54 -0700 "Justin Mattock" wrote: > I'm noticing: > evdev.c(EVIOCGBIT): Suspicious buffer size 511, limiting output to 64 > bytes. See http://userweb.kernel.org/~dtor/eviocgbit-bug.html > with rc-3 not with rc2. > Did the patch to synaptics, seems > my xorg is not reading /usr/X11R6/lib/modules/input/synaptics_drv.o > only /usr/lib/xorg/modules/input/synaptics_drv.so > is there any easy fix, or do I have to recompile xorg? > regards; > (cc's added)