First  |  Prev |  Next  |  Last
Pages: 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337
[PATCH v3 08/15] evm: inode_post_init
Initialize 'security.evm' for new files. Reduce number of arguments by defining 'struct xattr'. Signed-off-by: Mimi Zohar <zohar(a)us.ibm.com> Acked-by: Serge Hallyn <serue(a)us.ibm.com> --- include/linux/evm.h | 11 ++++++++++ include/linux/xattr.h | 6 +++++ security/integrity... 30 Jul 2010 11:53
[PATCH] swiotlb: enlarge iotlb buffer on demand
Note that this isn't for the next merge window. Seems that it works but I need more testings and cleanups (and need to fix ia64 code). = From: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> Subject: [PATCH] swiotlb: enlarge iotlb buffer on demand This enables swiotlb to enlarg iotlb (bounce) buffer on demand.... 30 Jul 2010 11:53
staging:ti dspbridge: Remove DSP_FAILED and DSP_SUCCEEDED macros
Hi Ernesto, On Wed, Jul 28, 2010 at 5:45 PM, Ernesto Ramos <ernesto(a)ti.com> wrote: This series of patches is targetted to remove macros DSP_FAILED and DSP_SUCCEEDED since bridge driver currently uses standard kernel error codes. These macros were often used to test for success, instead for errors. Thi... 30 Jul 2010 11:53
[PATCH 2/2] arch/arm/common: Eliminate use after free
From: Julia Lawall <julia(a)diku.dk> __sa1111_remove always frees its argument, so the subsequent reference to sachip->saved_state represents a use after free. __sa1111_remove does not appear to use the saved_state field, so the patch simply frees it first. A simplified version of the semantic patch that finds t... 30 Jul 2010 11:53
staging: octeon: check request_irq() return value
On 07/30/2010 04:07 AM, Kulikov Vasiliy wrote: request_irq() may fail, if so propagate error code. Signed-off-by: Kulikov Vasiliy<segooon(a)gmail.com> You can add: Acked-by: David Daney <ddaney(a)caviumnetworks.com> --- drivers/staging/octeon/ethernet-spi.c | 2 ++ 1 files changed, 2 inser... 30 Jul 2010 11:53
[PATCH 1/2] drivers/serial/icom.c: Eliminate use after free
From: Julia Lawall <julia(a)diku.dk> Release_firmware has two definitions, one of which does nothing (include/linux/firmware.h) and one of which always frees its argument (drivers/base/firmware_class.c). If the latter can be used, the access to the size field inthe argument of writeb represents a use after free. ... 30 Jul 2010 11:53
vhost: locking/rcu cleanup
Hello, On 07/29/2010 02:23 PM, Michael S. Tsirkin wrote: I saw WARN_ON(!list_empty(&dev->work_list)) trigger so our custom flush is not as airtight as need be. Could be but it's also possible that something has queued something after the last flush? Is the problem reproducible? This patch switches to... 1 Aug 2010 05:08
Rationale for wall clocks
Hi! To begin with, there are two main things that my patches concern: A) Limited access to POSIX CPU clocks B) Access to wall time information of a process/thread. By CPU time I understand "user time" + "system time". The scenerio I have, is (making the long story short) that my process supervises a set... 30 Jul 2010 11:52
[PATCH v2] loop: add some basic read-only sysfs attributes
On 07/30/2010 06:36 AM, Kay Sievers wrote: Alternatively, these attributes could be created and removed/created with the ioctl, and before the 'change' event, only if there is an active backing file, but I would expect the attribute group at the device to work just fine. I have no idea how you can ad... 30 Jul 2010 10:46
SATA / AHCI: Do not play with the link PM during suspend to RAM
Hello, Rafael. Sorry about the delay. There was a tiny crisis here and the whole link pm seems to need a lot more work than I originally expected. I'm working on it now. I'll probably have something for you to test in a few days. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsub... 6 Aug 2010 03:54
First  |  Prev |  Next  |  Last
Pages: 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337