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:	Fri, 7 Dec 2007 13:23:41 -0800
From:	"Ray Lee" <ray-lk@...rabbit.org>
To:	"Dmitry Torokhov" <dmitry.torokhov@...il.com>
Cc:	"Jiri Kosina" <jkosina@...e.cz>, "Mark Lord" <lkml@....ca>,
	rubini@...ion.unipv.it, linux-input@...r.kernel.org,
	"Linux Kernel" <linux-kernel@...r.kernel.org>,
	"Jeff Garzik" <jeff@...zik.org>,
	linux-usb-devel@...ts.sourceforge.net
Subject: Re: 2.6.24: false double-clicks from USB mouse

On Dec 7, 2007 10:32 AM, Dmitry Torokhov <dmitry.torokhov@...il.com> wrote:
> On Dec 7, 2007 12:59 PM, Ray Lee <ray-lk@...rabbit.org> wrote:
> > On Dec 2, 2007 2:07 PM, Jiri Kosina <jkosina@...e.cz> wrote:
> > > Thanks. To sum up this longish thread:
> > >
> > > - Mark seems to be able to reproduce the problem quite easily; I was not
> > >   successful reproducing this no matter how hard I tried, and I also
> > >   didn't receive any similar bugreports from anyone else
> > > - we are currently waiting for Mark to provide HID_DEBUG (and preferably
> > >   also usbmon) output from the situation where multiple clicks are
> > >   being generated incorrectly
> >
> > Okay, I'm having a problem with 2.6.24-rc4 that I didn't with 2.6.23-rc6.
> >
> > When the problem hits, my mouse (synaptics touchpad) is randomly
> > moving about and clicking things whenever I have my finger on the
> > trackpad. This behavior will persists for five to ten minutes (is
> > happening now), and seems to be triggered by load (watching online
> > videos in flash player, for example -- this matches Mark's experience
> > with a make -j4).
> >
> > I *think* the touchpad is connected via ps2, which looks like it'd
> > clear usb of any blame. It's /dev/input/event6 at any rate.
> >
> > This has been happening about once a day, and seems to start because
> > of high CPU usage. ONce the CPU is idle, it still happens though, so
> > I'm not sure why it clears up.
> >
> > Any clues for where I should hunt from here?
> >
>
> Can you try replacing drivers/input/ and include/linux/input.h from
> 2.6.23-rc6 and see if it works or not? That should give us idea if
> input locking changes are to blame.

I'm hitting a number of build errors, trying to compile a hybrid
between the two.

git checkout v2.6.24-rc4
git checkout v2.6.23 include/linux/input.h drivers/input
make
# fails with kconfig issues
git checkout v2.6.24-rc4 drivers/input/misc/Kconfig
make
# fails
...adding to include/linux/input.h:
#define KEY_CNT                   (KEY_MAX+1)

takes the build a little farther until it dies on more missing
definitions. Doing a checkout of 2.6.24-rc4's include/linux/input.h
leads to different build errors.

Looking at git log for drivers/input, it appears the patches you're
talking about are the ones starting with 8006479c9b? If so, perhaps I
should just build the revision right before that commit and test that?

Ray
--
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