<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/panel, branch v4.4.171</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v4.4.171</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v4.4.171'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2017-11-18T10:11:07+00:00</updated>
<entry>
<title>misc: panel: properly restore atomic counter on error path</title>
<updated>2017-11-18T10:11:07+00:00</updated>
<author>
<name>Willy Tarreau</name>
<email>w@1wt.eu</email>
</author>
<published>2017-09-07T09:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e8d650563c5fc1ef9f862a8122397e18043fd51b'/>
<id>urn:sha1:e8d650563c5fc1ef9f862a8122397e18043fd51b</id>
<content type='text'>
commit 93dc1774d2a4c7a298d5cdf78cc8acdcb7b1428d upstream.

Commit f4757af ("staging: panel: Fix single-open policy race condition")
introduced in 3.19-rc1 attempted to fix a race condition on the open, but
failed to properly do it and used to exit without restoring the semaphore.

This results in -EBUSY being returned after the first open error until
the module is reloaded or the system restarted (ie: consecutive to a
dual open resulting in -EBUSY or to a permission error).

Fixes: f4757af85 # 3.19-rc1
Cc: Mariusz Gorski &lt;marius.gorski@gmail.com&gt;
Signed-off-by: Willy Tarreau &lt;w@1wt.eu&gt;
[wt: driver is in staging/panel in 4.4]
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Revert "Staging: panel: usleep_range is preferred over udelay"</title>
<updated>2016-03-03T23:07:26+00:00</updated>
<author>
<name>Sudip Mukherjee</name>
<email>sudipm.mukherjee@gmail.com</email>
</author>
<published>2016-01-23T09:19:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=f021f05c1223ce0424d9bd9bddb013aa68b88801'/>
<id>urn:sha1:f021f05c1223ce0424d9bd9bddb013aa68b88801</id>
<content type='text'>
commit b64a1cbef6df47c986ad622b5b2e4d3d1940070c upstream.

This reverts commit ebd43516d3879f882a403836bba8bc5791f26a28.

We should not be sleeping inside spin_lock.

Fixes: ebd43516d387 ("Staging: panel: usleep_range is preferred over udelay")
Cc: Sirnam Swetha &lt;theonly.ultimate@gmail.com&gt;
Signed-off-by: Sudip Mukherjee &lt;sudip@vectorindia.org&gt;
Reported-by: Huang, Ying &lt;ying.huang@intel.com&gt;
Tested-by: Huang, Ying &lt;ying.huang@intel.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

</content>
</entry>
<entry>
<title>Staging: panel: Logical continuations should be on the previous line</title>
<updated>2015-10-28T22:55:17+00:00</updated>
<author>
<name>Sirnam Swetha</name>
<email>theonly.ultimate@gmail.com</email>
</author>
<published>2015-10-27T09:26:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=832bf28ce436c97c224ad88e304d76f1f96b7a99'/>
<id>urn:sha1:832bf28ce436c97c224ad88e304d76f1f96b7a99</id>
<content type='text'>
This patch fixes the checkpatch issue:

CHECK: Logical continuations should be on the previous line

Signed-off-by: Sirnam Swetha &lt;theonly.ultimate@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: panel: usleep_range is preferred over udelay</title>
<updated>2015-10-28T22:55:17+00:00</updated>
<author>
<name>Sirnam Swetha</name>
<email>theonly.ultimate@gmail.com</email>
</author>
<published>2015-10-27T09:25:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ebd43516d3879f882a403836bba8bc5791f26a28'/>
<id>urn:sha1:ebd43516d3879f882a403836bba8bc5791f26a28</id>
<content type='text'>
This patch fixes the issue:

CHECK: usleep_range is preferred over udelay; see
Documentation/timers/timers-howto.txt

Signed-off-by: Sirnam Swetha &lt;theonly.ultimate@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: panel: Removing multiple blank lines</title>
<updated>2015-10-28T22:55:17+00:00</updated>
<author>
<name>Sirnam Swetha</name>
<email>theonly.ultimate@gmail.com</email>
</author>
<published>2015-10-27T09:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=46f566ed53b00f186ce77833453b983e3a0feb08'/>
<id>urn:sha1:46f566ed53b00f186ce77833453b983e3a0feb08</id>
<content type='text'>
This patch fixes the checkpatch issue

CHECK: Please don't use multiple blank lines

Signed-off-by: Sirnam Swetha &lt;theonly.ultimate@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: panel: spaces preferred around that '/'</title>
<updated>2015-10-28T22:55:17+00:00</updated>
<author>
<name>Sirnam Swetha</name>
<email>theonly.ultimate@gmail.com</email>
</author>
<published>2015-10-27T09:24:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=2b3c9eb292b0d9b5e82ba69215b7f19a6c41fce8'/>
<id>urn:sha1:2b3c9eb292b0d9b5e82ba69215b7f19a6c41fce8</id>
<content type='text'>
This patch fixes the checkpatch issue:

CHECK: spaces preferred around that '/'

Signed-off-by: Sirnam Swetha &lt;theonly.ultimate@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: panel: Prefer using BIT Macro</title>
<updated>2015-10-17T06:05:17+00:00</updated>
<author>
<name>Amitoj Kaur Chawla</name>
<email>amitoj1606@gmail.com</email>
</author>
<published>2015-10-16T16:41:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=79f2af620ef5ae6a6ddf4a3da65568c90c0c5e25'/>
<id>urn:sha1:79f2af620ef5ae6a6ddf4a3da65568c90c0c5e25</id>
<content type='text'>
Replace bit shifting on 1 with the BIT(x) Macro

The semantic patch used to find this is:
@@ int g; @@

-(1 &lt;&lt; g)
+BIT(g)

Signed-off-by: Amitoj Kaur Chawla &lt;amitoj1606@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: panel: Replace NULL comparison.</title>
<updated>2015-10-04T08:37:23+00:00</updated>
<author>
<name>Aybuke Ozdemir</name>
<email>aybuke.147@gmail.com</email>
</author>
<published>2015-10-03T11:52:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b565b3fbeca1e65702a37ab837ea625284809923'/>
<id>urn:sha1:b565b3fbeca1e65702a37ab837ea625284809923</id>
<content type='text'>
Use ! operating instead of NULL checks.
Addresses "CHECK: Comparison to NULL" from checkpatch.pl.

Signed-off-by: Aybuke Ozdemir &lt;aybuke.147@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: panel: panel.c: Fixed coding style issues</title>
<updated>2015-09-13T01:24:37+00:00</updated>
<author>
<name>Nayeemahmed Badebade</name>
<email>itachi.opsrc@gmail.com</email>
</author>
<published>2015-08-27T15:32:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=8c17893c2fe2e0a506ef07eda486ebc9aa709da7'/>
<id>urn:sha1:8c17893c2fe2e0a506ef07eda486ebc9aa709da7</id>
<content type='text'>
Fixed warnings reported by checkpatch.pl:
 - Block comments use a trailing */ on a separate line
 - Block comments use * on subsequent lines

Signed-off-by: Nayeemahmed Badebade &lt;itachi.opsrc@gmail.com&gt;
Acked-by: Willy Tarreau &lt;w@1wt.eu&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: panel: fix block comment usage</title>
<updated>2015-07-31T23:18:43+00:00</updated>
<author>
<name>Alex Wilson</name>
<email>alex.david.wilson@gmail.com</email>
</author>
<published>2015-07-31T17:08:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=881bf281237c3eaf7759040653e779c6cc6c2e00'/>
<id>urn:sha1:881bf281237c3eaf7759040653e779c6cc6c2e00</id>
<content type='text'>
Fixed two coding style warnings concerning multiline comments.

Signed-off-by: Alex Wilson &lt;alex.david.wilson@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
