linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* evdev.c(EVIOCGBIT): Suspicious buffer size 511,
@ 2008-08-18  6:10 Justin Mattock
  2008-08-20  7:00 ` Andrew Morton
  0 siblings, 1 reply; 5+ messages in thread
From: Justin Mattock @ 2008-08-18  6:10 UTC (permalink / raw)
  To: Linux Kernel Mailing List

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;

-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: evdev.c(EVIOCGBIT): Suspicious buffer size 511,
  2008-08-18  6:10 evdev.c(EVIOCGBIT): Suspicious buffer size 511, Justin Mattock
@ 2008-08-20  7:00 ` Andrew Morton
  2008-08-20 13:31   ` Dmitry Torokhov
  0 siblings, 1 reply; 5+ messages in thread
From: Andrew Morton @ 2008-08-20  7:00 UTC (permalink / raw)
  To: Justin Mattock; +Cc: Linux Kernel Mailing List, linux-input, Dmitry Torokhov

On Sun, 17 Aug 2008 23:10:54 -0700 "Justin Mattock" <justinmattock@gmail.com> 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)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: evdev.c(EVIOCGBIT): Suspicious buffer size 511,
  2008-08-20  7:00 ` Andrew Morton
@ 2008-08-20 13:31   ` Dmitry Torokhov
  2008-08-20 16:31     ` Justin Mattock
  0 siblings, 1 reply; 5+ messages in thread
From: Dmitry Torokhov @ 2008-08-20 13:31 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Justin Mattock, Linux Kernel Mailing List, linux-input

On Wed, Aug 20, 2008 at 12:00:40AM -0700, Andrew Morton wrote:
> On Sun, 17 Aug 2008 23:10:54 -0700 "Justin Mattock" <justinmattock@gmail.com> 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)
> 

You can just copy the updated file manually into
/usr/lib/xorg/modules/input/.

I tried rebuilding synaptics from here:

git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics

but unfortunately it fails with some automake crap that I don't have
time to trace through at the moment.

-- 
Dmitry

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: evdev.c(EVIOCGBIT): Suspicious buffer size 511,
  2008-08-20 13:31   ` Dmitry Torokhov
@ 2008-08-20 16:31     ` Justin Mattock
  2008-08-21 22:47       ` Justin Mattock
  0 siblings, 1 reply; 5+ messages in thread
From: Justin Mattock @ 2008-08-20 16:31 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Andrew Morton, Linux Kernel Mailing List, linux-input

On Wed, Aug 20, 2008 at 6:31 AM, Dmitry Torokhov
<dmitry.torokhov@gmail.com> wrote:
> On Wed, Aug 20, 2008 at 12:00:40AM -0700, Andrew Morton wrote:
>> On Sun, 17 Aug 2008 23:10:54 -0700 "Justin Mattock" <justinmattock@gmail.com> 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)
>>
>
> You can just copy the updated file manually into
> /usr/lib/xorg/modules/input/.
>
> I tried rebuilding synaptics from here:
>
> git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics
>
> but unfortunately it fails with some automake crap that I don't have
> time to trace through at the moment.
>
> --
> Dmitry
>

Cool, I'll have a try at it again.
What I did was copy /usr/lib/X11R6/lib/modules/input/synaptics_drv.o
to /usr/lib/xorg/modules/input/   then renamed it to synaptics_drv.so
the module loads but is broken.  When given time today I'll try and
reinstall, and see if I can get it working.


-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: evdev.c(EVIOCGBIT): Suspicious buffer size 511,
  2008-08-20 16:31     ` Justin Mattock
@ 2008-08-21 22:47       ` Justin Mattock
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Mattock @ 2008-08-21 22:47 UTC (permalink / raw)
  To: Dmitry Torokhov; +Cc: Andrew Morton, Linux Kernel Mailing List, linux-input

On Wed, Aug 20, 2008 at 9:31 AM, Justin Mattock <justinmattock@gmail.com> wrote:
> On Wed, Aug 20, 2008 at 6:31 AM, Dmitry Torokhov
> <dmitry.torokhov@gmail.com> wrote:
>> On Wed, Aug 20, 2008 at 12:00:40AM -0700, Andrew Morton wrote:
>>> On Sun, 17 Aug 2008 23:10:54 -0700 "Justin Mattock" <justinmattock@gmail.com> 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)
>>>
>>
>> You can just copy the updated file manually into
>> /usr/lib/xorg/modules/input/.
>>
>> I tried rebuilding synaptics from here:
>>
>> git://anongit.freedesktop.org/git/xorg/driver/xf86-input-synaptics
>>
>> but unfortunately it fails with some automake crap that I don't have
>> time to trace through at the moment.
>>
>> --
>> Dmitry
>>
>
> Cool, I'll have a try at it again.
> What I did was copy /usr/lib/X11R6/lib/modules/input/synaptics_drv.o
> to /usr/lib/xorg/modules/input/   then renamed it to synaptics_drv.so
> the module loads but is broken.  When given time today I'll try and
> reinstall, and see if I can get it working.
>
>
> --
> Justin P. Mattock
>


debian SID  upgraded there package
for synaptic message
is fixed.

-- 
Justin P. Mattock

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2008-08-21 22:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-08-18  6:10 evdev.c(EVIOCGBIT): Suspicious buffer size 511, Justin Mattock
2008-08-20  7:00 ` Andrew Morton
2008-08-20 13:31   ` Dmitry Torokhov
2008-08-20 16:31     ` Justin Mattock
2008-08-21 22:47       ` Justin Mattock

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).