<feed xmlns='http://www.w3.org/2005/Atom'>
<title>snowball/legacy-kernel.git/include/net, branch android-20120201</title>
<subtitle>legacy kernel</subtitle>
<id>https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/atom?h=android-20120201</id>
<link rel='self' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/atom?h=android-20120201'/>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/'/>
<updated>2011-12-16T14:04:55+00:00</updated>
<entry>
<title>Squash</title>
<updated>2011-12-16T14:04:55+00:00</updated>
<author>
<name>Benn Pörscke</name>
<email>benn.porscke@stericsson.com</email>
</author>
<published>2011-12-16T14:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=93f379e6cfadfded0d262192ca69d1abc096d90e'/>
<id>urn:sha1:93f379e6cfadfded0d262192ca69d1abc096d90e</id>
<content type='text'>
Change-Id: I2fcf46d1fc4b0cd4c61e5be3654c43b80db86015
</content>
</entry>
<entry>
<title>ipv6: updates to privacy addresses per RFC 4941</title>
<updated>2011-10-28T09:02:46+00:00</updated>
<author>
<name>JP Abgrall</name>
<email>jpa@google.com</email>
</author>
<published>2011-08-03T01:53:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=d6f66a735a909b6dc6c4fc2626d54ad600334abf'/>
<id>urn:sha1:d6f66a735a909b6dc6c4fc2626d54ad600334abf</id>
<content type='text'>
Update the code to handle some of the differences between
RFC 3041 and RFC 4941, which obsoletes it. Also a couple
of janitorial fixes.

- Allow router advertisements to increase the lifetime of
  temporary addresses. This was not allowed by RFC 3041,
  but is specified by RFC 4941. It is useful when RA
  lifetimes are lower than TEMP_{VALID,PREFERRED}_LIFETIME:
  in this case, the previous code would delete or deprecate
  addresses prematurely.

- Change the default of MAX_RETRY to 3 per RFC 4941.

- Add a comment to clarify that the preferred and valid
  lifetimes in inet6_ifaddr are relative to the timestamp.

- Shorten lines to 80 characters in a couple of places.

Change-Id: I4da097664d4b1de7c1cebf410895319601c7f1cc
Signed-off-by: Lorenzo Colitti &lt;lorenzo@google.com&gt;
Signed-off-by: JP Abgrall &lt;jpa@google.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/35579
Tested-by: Per VAHLNE &lt;per.xx.vahlne@stericsson.com&gt;
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>Bluetooth: rfcomm: Fix sleep in invalid context in rfcomm_security_cfm</title>
<updated>2011-10-18T05:08:25+00:00</updated>
<author>
<name>Szymon Janc</name>
<email>szymon.janc@tieto.com</email>
</author>
<published>2011-09-26T12:19:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=5da64e11202651902de1eb5bab6d36edb695423a'/>
<id>urn:sha1:5da64e11202651902de1eb5bab6d36edb695423a</id>
<content type='text'>
This was triggered by turning off encryption on ACL link when rfcomm
was using high security. rfcomm_security_cfm (which is called from rx
task) was closing DLC and this involves sending disconnect message
(and locking socket).

Move closing DLC to rfcomm_process_dlcs and only flag DLC for closure
in rfcomm_security_cfm.

BUG: sleeping function called from invalid context at net/core/sock.c:2032
in_atomic(): 1, irqs_disabled(): 0, pid: 1788, name: kworker/0:3
[&lt;c0068a08&gt;] (unwind_backtrace+0x0/0x108) from [&lt;c05e25dc&gt;] (dump_stack+0x20/0x24)
[&lt;c05e25dc&gt;] (dump_stack+0x20/0x24) from [&lt;c0087ba8&gt;] (__might_sleep+0x110/0x12c)
[&lt;c0087ba8&gt;] (__might_sleep+0x110/0x12c) from [&lt;c04801d8&gt;] (lock_sock_nested+0x2c/0x64)
[&lt;c04801d8&gt;] (lock_sock_nested+0x2c/0x64) from [&lt;c05670c8&gt;] (l2cap_sock_sendmsg+0x58/0xcc)
[&lt;c05670c8&gt;] (l2cap_sock_sendmsg+0x58/0xcc) from [&lt;c047cf6c&gt;] (sock_sendmsg+0xb0/0xd0)
[&lt;c047cf6c&gt;] (sock_sendmsg+0xb0/0xd0) from [&lt;c047cfc8&gt;] (kernel_sendmsg+0x3c/0x44)
[&lt;c047cfc8&gt;] (kernel_sendmsg+0x3c/0x44) from [&lt;c056b0e8&gt;] (rfcomm_send_frame+0x50/0x58)
[&lt;c056b0e8&gt;] (rfcomm_send_frame+0x50/0x58) from [&lt;c056b168&gt;] (rfcomm_send_disc+0x78/0x80)
[&lt;c056b168&gt;] (rfcomm_send_disc+0x78/0x80) from [&lt;c056b9f4&gt;] (__rfcomm_dlc_close+0x2d0/0x2fc)
[&lt;c056b9f4&gt;] (__rfcomm_dlc_close+0x2d0/0x2fc) from [&lt;c056bbac&gt;] (rfcomm_security_cfm+0x140/0x1e0)
[&lt;c056bbac&gt;] (rfcomm_security_cfm+0x140/0x1e0) from [&lt;c0555ec0&gt;] (hci_event_packet+0x1ce8/0x4d84)
[&lt;c0555ec0&gt;] (hci_event_packet+0x1ce8/0x4d84) from [&lt;c0550380&gt;] (hci_rx_task+0x1d0/0x2d0)
[&lt;c0550380&gt;] (hci_rx_task+0x1d0/0x2d0) from [&lt;c009ee04&gt;] (tasklet_action+0x138/0x1e4)
[&lt;c009ee04&gt;] (tasklet_action+0x138/0x1e4) from [&lt;c009f21c&gt;] (__do_softirq+0xcc/0x274)
[&lt;c009f21c&gt;] (__do_softirq+0xcc/0x274) from [&lt;c009f6c0&gt;] (do_softirq+0x60/0x6c)
[&lt;c009f6c0&gt;] (do_softirq+0x60/0x6c) from [&lt;c009f794&gt;] (local_bh_enable_ip+0xc8/0xd4)
[&lt;c009f794&gt;] (local_bh_enable_ip+0xc8/0xd4) from [&lt;c05e5804&gt;] (_raw_spin_unlock_bh+0x48/0x4c)
[&lt;c05e5804&gt;] (_raw_spin_unlock_bh+0x48/0x4c) from [&lt;c040d470&gt;] (data_from_chip+0xf4/0xaec)
[&lt;c040d470&gt;] (data_from_chip+0xf4/0xaec) from [&lt;c04136c0&gt;] (send_skb_to_core+0x40/0x178)
[&lt;c04136c0&gt;] (send_skb_to_core+0x40/0x178) from [&lt;c04139f4&gt;] (cg2900_hu_receive+0x15c/0x2d0)
[&lt;c04139f4&gt;] (cg2900_hu_receive+0x15c/0x2d0) from [&lt;c0414cb8&gt;] (hci_uart_tty_receive+0x74/0xa0)
[&lt;c0414cb8&gt;] (hci_uart_tty_receive+0x74/0xa0) from [&lt;c02cbd9c&gt;] (flush_to_ldisc+0x188/0x198)
[&lt;c02cbd9c&gt;] (flush_to_ldisc+0x188/0x198) from [&lt;c00b2774&gt;] (process_one_work+0x144/0x4b8)
[&lt;c00b2774&gt;] (process_one_work+0x144/0x4b8) from [&lt;c00b2e8c&gt;] (worker_thread+0x198/0x468)
[&lt;c00b2e8c&gt;] (worker_thread+0x198/0x468) from [&lt;c00b9bc8&gt;] (kthread+0x98/0xa0)
[&lt;c00b9bc8&gt;] (kthread+0x98/0xa0) from [&lt;c0061744&gt;] (kernel_thread_exit+0x0/0x8)

Change-Id: Iaa50763772d31b0ae506fc993f1c46e02323f6b2
Signed-off-by: Szymon Janc &lt;szymon.janc@tieto.com&gt;
Signed-off-by: Gustavo F. Padovan &lt;padovan@profusion.mobi&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/34153
Reviewed-by: Lukasz RYMANOWSKI &lt;lukasz.rymanowski@stericsson.com&gt;
Reviewed-by: Ulrik LAUREN &lt;ulrik.lauren@stericsson.com&gt;
</content>
</entry>
<entry>
<title>CAIF : coverity issues</title>
<updated>2011-09-22T12:09:46+00:00</updated>
<author>
<name>Durga Prasada Rao BATHINA</name>
<email>durgaprasadarao.b@stericcson.com</email>
</author>
<published>2011-08-24T13:47:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=abca64e5d564e8902c831e24348f6215f884d352'/>
<id>urn:sha1:abca64e5d564e8902c831e24348f6215f884d352</id>
<content type='text'>
free phy_driver memory and initialize linkid to 0.

ST-Ericsson ID: 358047
ST-Ericsson Linux next: NA
ST-Ericsson FOSS-OUT ID: NA

Change-Id: Icb295648b23bd836b9f5a40a0b605e4792a8511d
Signed-off-by: Durga Prasada Rao BATHINA &lt;durgaprasadarao.b@stericcson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/31751
Reviewed-by: Bibek BASU &lt;bibek.basu@stericsson.com&gt;
Tested-by: Bibek BASU &lt;bibek.basu@stericsson.com&gt;
</content>
</entry>
<entry>
<title>bluetooth: Add SCO parameters support for socket</title>
<updated>2011-09-19T14:05:59+00:00</updated>
<author>
<name>Andrzej Kaczmarek</name>
<email>andrzej.kaczmarek@tieto.com</email>
</author>
<published>2011-03-17T11:17:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=1c0fbc2d1b56e0445812c15f24a6a9bf902efe70'/>
<id>urn:sha1:1c0fbc2d1b56e0445812c15f24a6a9bf902efe70</id>
<content type='text'>
Adds ability to setup SCO connection parameters through socket option.

ST-Ericsson Linux next: Not tested, ER 256277
ST-Ericsson ID: 256277
ST-Ericsson FOSS-OUT ID: STETL-FOSS-OUT-10137

Change-Id: If859341019fd9f7cc7c0efe95750779e84fac801
Signed-off-by: Andrzej Kaczmarek &lt;andrzej.kaczmarek@tieto.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/30136
Reviewed-by: Par-Gunnar HJALMDAHL &lt;par-gunnar.p.hjalmdahl@stericsson.com&gt;
Tested-by: Par-Gunnar HJALMDAHL &lt;par-gunnar.p.hjalmdahl@stericsson.com&gt;
Reviewed-by: Srinidhi KASAGAR &lt;srinidhi.kasagar@stericsson.com&gt;
</content>
</entry>
<entry>
<title>Merge linux-linaro-3.0-2011.07-1-android-1 into..</title>
<updated>2011-09-19T13:40:54+00:00</updated>
<author>
<name>Ulf Hansson</name>
<email>ulf.hansson@stericsson.com</email>
</author>
<published>2011-09-19T13:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=9ab67899804448f2bea4087bb6e9e4d952a79258'/>
<id>urn:sha1:9ab67899804448f2bea4087bb6e9e4d952a79258</id>
<content type='text'>
..linux-linaro-3.0-2011.07-1_glk3.0

Conflicts:
	arch/arm/common/Makefile
	drivers/misc/Kconfig
	drivers/misc/Makefile
	kernel/printk.c

Change-Id: I126f34edb1879981909072beefb2738cad26f951
</content>
</entry>
<entry>
<title>CAIF: Alignment with internal CAIF development git</title>
<updated>2011-09-19T13:15:13+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-05-11T08:01:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=7b078831c1fb049c0ef93043d1237df417f36c28'/>
<id>urn:sha1:7b078831c1fb049c0ef93043d1237df417f36c28</id>
<content type='text'>
Code changes from internal git that will / are submitted to kernel
upstream.
- CAIF SPI. Multiple bug fixes, power management.

Change-Id: I7e0f989ec5508358efeb3459c561d40dc94ed0a8
Signed-off-by: Erwan Bracq &lt;erwan.bracq@stericsson.com&gt;
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/21536
Reviewed-by: QATEST
Reviewed-by: Jonas ABERG &lt;jonas.aberg@stericsson.com&gt;
</content>
</entry>
<entry>
<title>caif: Add CAIF HSI Link Layer &amp; porting on 2.6.38</title>
<updated>2011-09-19T13:14:50+00:00</updated>
<author>
<name>Philippe Langlais</name>
<email>philippe.langlais@linaro.org</email>
</author>
<published>2011-04-18T15:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=34f41f0d78c1f1a6b3fef48cc9ba80a8aa8d43ec'/>
<id>urn:sha1:34f41f0d78c1f1a6b3fef48cc9ba80a8aa8d43ec</id>
<content type='text'>
Change-Id: I001c4470c26833d1f53af1eb31cb669d3424e60a
Signed-off-by: Pawel Szyszuk &lt;pawel.szyszuk@stericsson.com&gt;
Signed-off-by: Philippe Langlais &lt;philippe.langlais@linaro.org&gt;
</content>
</entry>
<entry>
<title>Merge branch 'upstream/linaro-3.0' into linaro-android-3.0</title>
<updated>2011-07-25T16:58:06+00:00</updated>
<author>
<name>John Stultz</name>
<email>john.stultz@linaro.org</email>
</author>
<published>2011-07-25T16:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=21a602b5cdc203cbcf8bbeeb26edeb3de7c65955'/>
<id>urn:sha1:21a602b5cdc203cbcf8bbeeb26edeb3de7c65955</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge commit 'v3.0-rc7' into android-3.0</title>
<updated>2011-07-13T03:10:37+00:00</updated>
<author>
<name>Colin Cross</name>
<email>ccross@android.com</email>
</author>
<published>2011-07-13T03:10:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.etezian.org/cgit.cgi/snowball/legacy-kernel.git/commit/?id=75c56a81116e51c5cf15c0641906d0745188cd16'/>
<id>urn:sha1:75c56a81116e51c5cf15c0641906d0745188cd16</id>
<content type='text'>
</content>
</entry>
</feed>
