First  |  Prev |  Next  |  Last
Pages: 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575
anonymous mmap() and random heap allocation
It seems mmap() can not do random allocation for malloc()/heap on Linux, anyone used pax's 'mmap randonness' option for that? what's the price for that? I want to port openbsd's malloc() to linux to avoid heap crashes(overrun/underrun), openbsd's malloc() can do random allocation for security reasons, meanwhile ... 16 Jul 2010 09:54
video/ivtv: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
On Thu, 2010-07-15 at 21:08 +0200, Peter Huewe wrote: From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. Hi Peter, I have to dis... 15 Jul 2010 18:43
xfs: fix unsigned underflow
On Thu, Jul 15, 2010 at 10:46:45PM +0400, Kulikov Vasiliy wrote: map_len is unsigned. Checking map_len <= 0 is buggy when it should be below zero. So, check exact expression instead of map_len. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Looks good, Reviewed-by: Christoph Hellwig <hch(a)lst.de... 20 Jul 2010 20:10
Linux 2.6.28.10 and Linux 2.6.29.6 XEN Guest Support Broken x86_64 in BUILD
On 07/14/2010 04:33 PM, Jeffrey Merkey wrote: [root(a)cloudstream linux-2.6.29.6]# [root(a)cloudstream linux-2.6.29.6]# [root(a)cloudstream linux-2.6.29.6]# [root(a)cloudstream linux-2.6.29.6]# make bzImage modules modules_install install CHK include/linux/version.h CHK include/linux/utsrelease.h ... 15 Jul 2010 17:38
char: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
On Thu, 2010-07-15 at 13:45 -0700, Greg KH wrote: I much prefer the PCI_DEVICE() macro instead, and as such, I'm not willing to take any of these patches, sorry. grepping for pci device ids using constants and expecting the result to be comprehensive isn't sensible. $ grep -rwP --include=*.[ch] -w PCI_VD... 16 Jul 2010 02:20
char: Convert pci_table entries to PCI_VDEVICE (if PCI_ANY_ID is used)
On Thu, Jul 15, 2010 at 08:52:37PM +0200, Peter Huewe wrote: From: Peter Huewe <peterhuewe(a)gmx.de> This patch converts pci_table entries, where .subvendor=PCI_ANY_ID and .subdevice=PCI_ANY_ID, .class=0 and .class_mask=0, to use the PCI_VDEVICE macro, and thus improves readability. Signed-off-by: ... 16 Jul 2010 02:20
touchscreen: fix sign bug
On Thu, Jul 15, 2010 at 10:43:54PM +0400, Kulikov Vasiliy wrote: platform_get_irq_byname() can return negative results, it is not seen to unsigned ts_irq. Make it signed. Signed-off-by: Kulikov Vasiliy <segooon(a)gmail.com> Acked-By: Luotao Fu <l.fu(a)pengutronix.de> --- drivers/input/touchscreen/s... 25 Jul 2010 18:22
xstat: Add a pair of system calls to make extended file stats available [ver #6]
On Thursday 15 July 2010 04:17:12 David Howells wrote: (10) Can be extended by using more request flags and tagging further data after the end of the standard return data. Such things as the following could be returned: - BSD st_flags or FS_IOC_GETFLAGS. - Volume ID / Remot... 31 Jul 2010 16:10
[PATCH] cpuidle: extend cpuidle and menu governor to handle dynamic states
On some SoC chips, HW resources may be in use during any particular idle period. As a consequence, the cpuidle states that the SoC is safe to enter can change from idle period to idle period. In addition, the latency and threshold of each cpuidle state can vary, depending on the operating condition when the CPU b... 15 Jul 2010 17:38
[PATCH] sched: No need for bootmem special cases
As of commit dcce284 ("mm: Extend gfp masking to the page allocator") and commit 7e85ee0 ("slab,slub: don't enable interrupts during early boot"), the slab allocator makes sure we don't attempt to sleep during boot. Therefore, remove bootmem special cases from the scheduler and use plain GFP_KERNEL instead. Cc... 15 Jul 2010 16:31
First  |  Prev |  Next  |  Last
Pages: 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575