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:	Thu, 20 Nov 2014 21:27:35 +0100
From:	Oliver Neukum <oneukum@...e.de>
To:	Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc:	scott <scott.liu@....com.tw>, linux-kernel@...r.kernel.org,
	linux-input@...r.kernel.org,
	Vincent Wang <vincent.wang@....com.tw>,
	Jeff Chuang <jeff.chuang@....com.tw>,
	Benson Leung <bleung@...omium.org>,
	Benjamin Tissoires <benjamin.tissoires@...il.com>,
	Henrik Rydberg <rydberg@...omail.se>,
	David Herrmann <dh.herrmann@...il.com>
Subject: Re: [PATCH v1] Input: elants_i2c: Add Elan touchscreen support

On Thu, 2014-11-20 at 09:47 -0800, Dmitry Torokhov wrote:
> Hi Oliver,
> 
> On Thu, Nov 20, 2014 at 11:31:30AM +0100, Oliver Neukum wrote:
> > > +static int elants_i2c_initialize(struct elants_data *ts)
> > > +{
> > > +       struct i2c_client *client = ts->client;
> > > +       int error, retry_cnt;
> > > +       const u8 hello_packet[] = { 0x55, 0x55, 0x55, 0x55 };
> > > +       const u8 recov_packet[] = { 0x55, 0x55, 0x80, 0x80 };
> > > +       u8 buf[HEADER_SIZE];
> > > +
> > 
> > Strictly speaking you should disable preemption here.
> 
> Umm, why?

You said the upper bound matters. So you need to protect yourself
against losing too much time by preemption.

	Regards
		Oliver


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