First  |  Prev |  Next  |  Last
Pages: 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443
AoE: undetected corruption of single bits?
hi, i'm testing a cluster filesystem ocfs2 with rad10-over-AoE backend and discovered some fancy data corruption during svn checkout. here's a diff between good checkout stored on nfs and broken on ocfs2 (gfs2 also have similar errors). --- /remote/nfs/home/pawels/foo/trunk/buildenv/linux/gcc-4.3/32/boost-1... 22 Jul 2010 21:19
patch "U6715 8250 serial like driver" added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled U6715 8250 serial like driver to my gregkh-2.6 tree which can be found in directory form at: http://www.kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/patches/ and in git form at: git://git.kernel.org/pub/scm/linux/kernel... 27 Jul 2010 11:44
USB: gadget: composite: Better string override handling
On Thu, Jul 22, 2010 at 02:16:33PM +0200, Michal Nazarewicz wrote: The iManufatcurer, iProduct and iSerialNumber composite module parameters are only used when the gadget driver registers strings for manufacturer, product and serial number. If the gadget never bothered to set corresponding fields in USB ... 6 Aug 2010 10:27
New branches for linux-next
Hi Stephen, Could you add: git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git upstream/xen This merges cleanly into the current linux-next/master branch. Thanks, J -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger... 23 Jul 2010 03:48
Driver core: Fix memory leak on sysdev_class_register error path
On Thu, Jul 22, 2010 at 03:09:04PM -0700, Patrick Pannuto wrote: This leak is the same as the bus path; cls->kset.kobj.name is set, but kset_register fails, thus nothing will ever call kset_unregister and name will be leaked Same objection. -- To unsubscribe from this list: send the line "unsubscribe linu... 22 Jul 2010 20:14
Driver core: Fix memory leak on bus_register error path
On Thu, Jul 22, 2010 at 03:09:02PM -0700, Patrick Pannuto wrote: There is a subtle memory leak in driver core error path. Consider the simplified view of bus_register (drivers/base/bus.c): priv = kzalloc... kobject_set_name(&priv->subsys.kobj,...) <== allocate in priv->subsys.kobj.name if kset_regist... 26 Jul 2010 20:29
Driver core: Fix memory leak on class_register error path
On Thu, Jul 22, 2010 at 03:09:03PM -0700, Patrick Pannuto wrote: This leak is the same as the bus path; cp's kobj name is set, but kset_register fails, free'ing cp, but not cp->class_subsys.kobj.name Same objection here, I don't like how you are having to "know" about how kobject names are handled here. ... 22 Jul 2010 20:14
kobj: Fix memory leak on error path of kset_create_and_add
On Thu, Jul 22, 2010 at 03:09:06PM -0700, Patrick Pannuto wrote: This leak is the same as the bus path; kset->kobj.name is set, but kset_register fails, thus nothing will ever call kset_unregister and name will be leaked Signed-off-by: Patrick Pannuto <ppannuto(a)codeaurora.org> --- lib/kobject.c |... 22 Jul 2010 20:14
Driver core: Fix potential memory leak
On Thu, Jul 22, 2010 at 03:09:01PM -0700, Patrick Pannuto wrote: In both of the 'goto out' cases, priv has already been allocated and assigned to bus->p. We reset bus->p to NULL, but neglect to free bus->p Signed-off-by: Patrick Pannuto <ppannuto(a)codeaurora.org> --- drivers/base/bus.c | 2 +- ... 22 Jul 2010 20:14
x86: Do not try to disable hpet if it hasn't been initialized before
On 07/22/2010 04:22 PM, Jeremy Fitzhardinge wrote: [ x86 folk: While this patch is just a generic x86 bugfix, it really only affects the Xen pv-on-hvm patch series that I'm going to post shortly. Do you want to commit it separately via tip.git, or are you OK with me sending it to Linus directly? -... 22 Jul 2010 21:19
First  |  Prev |  Next  |  Last
Pages: 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443