<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/linux.git/drivers/net/wireless/rsi, branch v3.15.2</title>
<subtitle>Linux kernel stable tree (mirror)</subtitle>
<id>https://git.radix-linux.su/kernel/linux.git/atom?h=v3.15.2</id>
<link rel='self' href='https://git.radix-linux.su/kernel/linux.git/atom?h=v3.15.2'/>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/'/>
<updated>2014-04-14T18:31:42+00:00</updated>
<entry>
<title>rsi: Fix a potential memory leak in rsi_send_auto_rate_request()</title>
<updated>2014-04-14T18:31:42+00:00</updated>
<author>
<name>Christian Engelmayer</name>
<email>cengelma@gmx.at</email>
</author>
<published>2014-04-10T18:37:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=61698b7e222c33e1d38996519b38dd34cbcb8634'/>
<id>urn:sha1:61698b7e222c33e1d38996519b38dd34cbcb8634</id>
<content type='text'>
Fix a potential memory leak in the error path of function
rsi_send_auto_rate_request(). In case memory allocation for array
'selected_rates' fails, the error path exits and leaves the previously
allocated skb in place. Detected by Coverity: CID 1195575.

Signed-off-by: Christian Engelmayer &lt;cengelma@gmx.at&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: Fix a potential memory leak in rsi_set_channel()</title>
<updated>2014-04-14T18:31:41+00:00</updated>
<author>
<name>Christian Engelmayer</name>
<email>cengelma@gmx.at</email>
</author>
<published>2014-04-09T19:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=98ddcbe03366c19b6da9b75a00f9c8d0a7c2dc6d'/>
<id>urn:sha1:98ddcbe03366c19b6da9b75a00f9c8d0a7c2dc6d</id>
<content type='text'>
Fix a potential memory leak in function rsi_set_channel() that is used to
program channel changes. The channel check block for the frequency bands
directly exits the function in case of an error, thus leaving an already
allocated skb unreferenced. Move the checks above allocating the skb.
Detected by Coverity: CID 1195576.

Signed-off-by: Christian Engelmayer &lt;cengelma@gmx.at&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: Add missing initialization of ii</title>
<updated>2014-04-14T18:31:41+00:00</updated>
<author>
<name>Geert Uytterhoeven</name>
<email>geert@linux-m68k.org</email>
</author>
<published>2014-04-06T13:30:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=af64dc7474a43fb653255ecf8ae879c8227feab2'/>
<id>urn:sha1:af64dc7474a43fb653255ecf8ae879c8227feab2</id>
<content type='text'>
drivers/net/wireless/rsi/rsi_91x_core.c: In function ‘rsi_core_determine_hal_queue’:
drivers/net/wireless/rsi/rsi_91x_core.c:91: warning: ‘ii’ may be used uninitialized in this function

Signed-off-by: Geert Uytterhoeven &lt;geert@linux-m68k.org&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: Fixed issue relating to doing dma on stack error.</title>
<updated>2014-04-09T17:55:54+00:00</updated>
<author>
<name>Fariya Fatima</name>
<email>fariyaf@gmail.com</email>
</author>
<published>2014-04-02T03:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d453ba81cd2981d0040dad0def161f91f209ddf9'/>
<id>urn:sha1:d453ba81cd2981d0040dad0def161f91f209ddf9</id>
<content type='text'>
Signed-off-by: Fariya Fatima &lt;fariyaf@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: Fixed issue relating to index of q_num.</title>
<updated>2014-04-09T17:55:54+00:00</updated>
<author>
<name>Fariya Fatima</name>
<email>fariyaf@gmail.com</email>
</author>
<published>2014-04-02T03:59:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=5156fd24e9aec406ae14f02fc1779e234553fbd3'/>
<id>urn:sha1:5156fd24e9aec406ae14f02fc1779e234553fbd3</id>
<content type='text'>
Signed-off-by: Fariya Fatima &lt;fariyaf@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: Fixed issue relating to return value.</title>
<updated>2014-04-09T17:55:54+00:00</updated>
<author>
<name>Fariya Fatima</name>
<email>fariyaf@gmail.com</email>
</author>
<published>2014-04-02T03:59:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=d50c761aefbd6785fd46ce4f7f387cf2aa749a2a'/>
<id>urn:sha1:d50c761aefbd6785fd46ce4f7f387cf2aa749a2a</id>
<content type='text'>
Signed-off-by: Fariya Fatima &lt;fariyaf@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: Fixed issue relating to variable de-referenced before check 'adapter'</title>
<updated>2014-04-09T17:55:53+00:00</updated>
<author>
<name>Fariya Fatima</name>
<email>fariyaf@gmail.com</email>
</author>
<published>2014-04-02T03:59:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=57a2a093b42a2addeb18a22a5eab02579f4dc1d2'/>
<id>urn:sha1:57a2a093b42a2addeb18a22a5eab02579f4dc1d2</id>
<content type='text'>
Signed-off-by: Fariya Fatima &lt;fariyaf@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: Fixed signedness bug reported by static code analyzer.</title>
<updated>2014-04-09T17:55:53+00:00</updated>
<author>
<name>Fariya Fatima</name>
<email>fariyaf@gmail.com</email>
</author>
<published>2014-04-02T03:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=bff37af7f25919f1af3e8dac5a9263c63b533e74'/>
<id>urn:sha1:bff37af7f25919f1af3e8dac5a9263c63b533e74</id>
<content type='text'>
Signed-off-by: Fariya Fatima &lt;fariyaf@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: Potential null pointer derefernce issue fixed.</title>
<updated>2014-04-09T17:55:53+00:00</updated>
<author>
<name>Fariya Fatima</name>
<email>fariyaf@gmail.com</email>
</author>
<published>2014-04-02T03:59:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=b25e77fdfa9510a7d47b35ecddc16f5ea583ca4e'/>
<id>urn:sha1:b25e77fdfa9510a7d47b35ecddc16f5ea583ca4e</id>
<content type='text'>
Signed-off-by: Fariya Fatima &lt;fariyaf@gmail.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>rsi: rsi_91x: misleading debug printk</title>
<updated>2014-03-31T17:47:41+00:00</updated>
<author>
<name>Dan Carpenter</name>
<email>dan.carpenter@oracle.com</email>
</author>
<published>2014-03-28T08:27:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.radix-linux.su/kernel/linux.git/commit/?id=3f3aa2fb48bd637002c5742c6d1cd4dfa931b771'/>
<id>urn:sha1:3f3aa2fb48bd637002c5742c6d1cd4dfa931b771</id>
<content type='text'>
There is a missing set of curly braces here so the debug output says
"Probe confirm received" unintentionally.

Signed-off-by: Dan Carpenter &lt;dan.carpenter@oracle.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
