First
|
Prev |
Next
|
Last
Pages: 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282
[PATCH 11/27] drivers/i2c: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. Note that in the second case, the ++i is no longer necessary, as the last value is already freed if needed by the call to memdup_user. The semantic patch that makes this change is as follows: (ht... 22 May 2010 05:09
[PATCH 20/27] drivers/s390/net: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to,size,flag; position p; identifier l1,l2; @@ - to = \(kmalloc@p\|kza... 22 May 2010 05:09
[PATCH 12/27] drivers/ieee1394: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to,size,flag; position p; identifier l1,l2; @@ - to = \(kmalloc@p\|kza... 22 May 2010 05:09
[PATCH 15/27] drivers/mtd: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to,size,flag; position p; identifier l1,l2; @@ - to = \(kmalloc@p\|kza... 22 May 2010 05:09
[PATCH 13/27] fs/autofs4: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. Elimination of the variable ads, which is no longer useful. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to,size,flag; p... 22 May 2010 05:09
[PATCH 25/27] drivers/usb/gadget: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to,size,flag; position p; identifier l1,l2; @@ - to = \(kmalloc@p\|kza... 22 May 2010 05:09
[PATCH 7/27] drivers/net/wan: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to,size,flag; position p; identifier l1,l2; @@ - to = \(kmalloc@p\|kza... 22 May 2010 05:09
[PATCH 18/27] drivers/message/i2o/i2o_config.c: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to,size,flag; position p; identifier l1,l2; @@ - to = \(kmalloc@p\|kza... 22 May 2010 05:09
[GIT PULL] SLAB fixes for 2.6.35-rc0 Hi Linus, It's been a rather quiet cycle this time for slab. The most interesting bits here are SLAB memory hotplug support from David Rientjes and slab minimum alignment cleanups from David Woodhouse. There are also some slab debugging code fixes from Shiyong Li and Eric Dumazet. P... 22 May 2010 05:09
[PATCH 16/27] drivers/char/applicom.c: Use memdup_user From: Julia Lawall <julia(a)diku.dk> Use memdup_user when user data is immediately copied into the allocated region. The semantic patch that makes this change is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression from,to,size,flag; position p; identifier l1,l2; @@ - to = \(kmalloc@p\|kza... 22 May 2010 05:09 |