<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/staging/fwserial, 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>2015-05-31T02:47:57+00:00</updated>
<entry>
<title>staging: fwserial: fix resource leak</title>
<updated>2015-05-31T02:47:57+00:00</updated>
<author>
<name>Vladimirs Ambrosovs</name>
<email>rodriguez.twister@gmail.com</email>
</author>
<published>2015-05-25T20:22:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=904998bf542309735f944387c158ceed84f6abc6'/>
<id>urn:sha1:904998bf542309735f944387c158ceed84f6abc6</id>
<content type='text'>
This patch fixes the leak, which was present in fwserial driver in the
init function. In case the tty driver allocation failed the function
returned error, leaving debugfs entry in the filesystem.

To fix the issue additional error label was added, so that the code will
jump to it in case of allocation failure, and free debugfs entries.

Signed-off-by: Vladimirs Ambrosovs &lt;rodriguez.twister@gmail.com&gt;
Reviewed-by: Peter Hurley &lt;peter@hurleysoftware.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>Staging: fixed multiple spelling errors.</title>
<updated>2015-05-08T07:23:58+00:00</updated>
<author>
<name>Carlos E. Garcia</name>
<email>carlos@cgarcia.org</email>
</author>
<published>2015-04-24T13:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=69e98df78271a71b688706dccf2ad4544d63a274'/>
<id>urn:sha1:69e98df78271a71b688706dccf2ad4544d63a274</id>
<content type='text'>
Fixed multiple spelling errors.

Signed-off-by: Carlos E. Garcia &lt;carlos@cgarcia.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: fwserial: remove extra parentheses around function arguments</title>
<updated>2015-03-15T17:41:11+00:00</updated>
<author>
<name>Aya Mahfouz</name>
<email>mahfouz.saif.elyazal@gmail.com</email>
</author>
<published>2015-03-10T16:53:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=975da35f0f6e33d9a86e5d3ee3c89cb5942d872a'/>
<id>urn:sha1:975da35f0f6e33d9a86e5d3ee3c89cb5942d872a</id>
<content type='text'>
Removes extra parentheses around function arguments. Issue
detected and resolved using the following coccinelle script:

@@
expression e;
identifier f;
@@

f(...,
-(
e
-)
,...);

Signed-off-by: Aya Mahfouz &lt;mahfouz.saif.elyazal@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging: fwserial: remove multiple blank lines</title>
<updated>2014-11-26T21:53:25+00:00</updated>
<author>
<name>Le Tan</name>
<email>tamlokveer@gmail.com</email>
</author>
<published>2014-11-11T07:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=c1e433accdb6b6a10c7be4376a0f6ec4205a51e9'/>
<id>urn:sha1:c1e433accdb6b6a10c7be4376a0f6ec4205a51e9</id>
<content type='text'>
This patch fixes the multiple blank lines issue complained by checkpatch.pl
by removing useless blank lines.

Signed-off-by: Le Tan &lt;tamlokveer@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging/fwserial: (coding style) remove not needed return statements</title>
<updated>2014-06-18T22:25:56+00:00</updated>
<author>
<name>Radek Dostal</name>
<email>rd@radekdostal.com</email>
</author>
<published>2014-06-14T14:13:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=9c079f7cdd87ca069ab157e7de95231b8b14baa8'/>
<id>urn:sha1:9c079f7cdd87ca069ab157e7de95231b8b14baa8</id>
<content type='text'>
Style-only modifications to make checkpatch.pl -f a bit happier.
Fixes warning: "void function return statements are not generally useful"

Signed-off-by: Radek Dostal &lt;rd@radekdostal.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>staging/fwserial: (coding style) add blank line after every declaration</title>
<updated>2014-06-18T22:25:56+00:00</updated>
<author>
<name>Radek Dostal</name>
<email>rd@radekdostal.com</email>
</author>
<published>2014-06-14T14:13:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e22a955ca736d811e4014992cb88b59079f4d7c3'/>
<id>urn:sha1:e22a955ca736d811e4014992cb88b59079f4d7c3</id>
<content type='text'>
Style-only modifications to make checkpatch.pl -f a bit happier.
Fixes warning: "Missing a blank line after declarations"

Signed-off-by: Radek Dostal &lt;rd@radekdostal.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>drivers/staging: Use RCU_INIT_POINTER(x, NULL) in fwserial/fwserial.c</title>
<updated>2014-04-25T21:01:40+00:00</updated>
<author>
<name>Monam Agarwal</name>
<email>monamagarwal123@gmail.com</email>
</author>
<published>2014-03-23T18:38:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=e8429b0913a08d5779b93f5dc5e017cd48026b8b'/>
<id>urn:sha1:e8429b0913a08d5779b93f5dc5e017cd48026b8b</id>
<content type='text'>
This patch replaces rcu_assign_pointer(x, NULL) with RCU_INIT_POINTER(x, NULL)

The rcu_assign_pointer() ensures that the initialization of a structure
is carried out before storing a pointer to that structure.
And in the case of the NULL pointer, there is no structure to initialize.
So, rcu_assign_pointer(p, NULL) can be safely converted to RCU_INIT_POINTER(p, NULL)

Signed-off-by: Monam Agarwal &lt;monamagarwal123@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>fwserial: (coding style) removing FSF postal address</title>
<updated>2014-04-25T21:01:40+00:00</updated>
<author>
<name>Dominique van den Broeck</name>
<email>domdevlin@free.fr</email>
</author>
<published>2014-04-12T13:18:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=cb790747383ddcebf3791219356701a40383a3a9'/>
<id>urn:sha1:cb790747383ddcebf3791219356701a40383a3a9</id>
<content type='text'>
Style-only modifications to make checkpatch.pl --file --strict a bit happier.
Removing FSF postal address from file top comment since it has changed in the
past, as stated by checkpatch.pl.

Signed-off-by: Dominique van den Broeck &lt;domdevlin@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>fwserial: (coding style) useless "extern" &amp; space</title>
<updated>2014-04-25T21:01:40+00:00</updated>
<author>
<name>Dominique van den Broeck</name>
<email>domdevlin@free.fr</email>
</author>
<published>2014-04-12T13:18:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d949210a6cb2a03c4480d3f1bdf70eb2eaa42989'/>
<id>urn:sha1:d949210a6cb2a03c4480d3f1bdf70eb2eaa42989</id>
<content type='text'>
Style-only modifications to make checkpatch.pl --file --strict a bit happier.
Removed useless "extern" in dma_fifo.h ;
Removed one supernumerary space.

Signed-off-by: Dominique van den Broeck &lt;domdevlin@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
<entry>
<title>fwserial: (coding style) if/else bracket matching</title>
<updated>2014-04-25T21:01:40+00:00</updated>
<author>
<name>Dominique van den Broeck</name>
<email>domdevlin@free.fr</email>
</author>
<published>2014-04-12T13:18:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=ea595e76c02a71d34c5536be1c64de114a5ac598'/>
<id>urn:sha1:ea595e76c02a71d34c5536be1c64de114a5ac598</id>
<content type='text'>
Style-only modifications to make checkpatch.pl --file --strict a bit happier.
if/else bracket matching (either none or both options should be bracketed).

Signed-off-by: Dominique van den Broeck &lt;domdevlin@free.fr&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
</entry>
</feed>
