Hello
Good Day, I have a Business Proposal of $21,300,000.00 for you to handle with me from my bank. I need to know if you will be able to handle this with me, if you agree to work with me please send me the below details via my email address: {from_icbc_liuling(a)yahoo.com.hk} 1,Full names, 2,occupation, 3,p... 27 Apr 2010 19:05
[PATCHv2] [RFC] Xilinx MPMC SDMA subsystem
This is the 2nd version of Xilinx MPMC LocalLink SDMA subsystem Changelog v2: * Changed the functions and struct definition prefix from sdma_ to xllsdma_ * Platform bus bindings and various changes by Steven J. Magnani. * Moved source files from arch/powerpc/sysdev to global locations and added CONFIG_XLLSDMA ... 28 Apr 2010 14:00
2.6.33.3-rt16 - not reaching login.
Hi. I tried 2.6.33.3-rt16 patch, and it did not work, first compile failure, and then after applying the inode fix, it will not reach the login screen. It does run some scripts before though. Peace Be With You, Uwaysi Bin Kareem. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ... 27 Apr 2010 19:04
Staging: hv: NetVsc.c: Fixed a spacing issue
On Sat, Mar 20, 2010 at 02:07:28AM -0400, Vikram Dhillon wrote: Fixed spacing issues in 2 pointers. Signed-off-by: Vikram Dhillon <opensolarisdev(a)gmail.com> --- drivers/staging/hv/NetVsc.c | 4 ++-- Sorry, someone else already submitted this patch before you :( greg k-h -- To unsubscribe ... 27 Apr 2010 19:04
STAGING: hv: Update blkvsc_drive.c to remove spaces before newlines
On Sat, Mar 13, 2010 at 04:01:12PM -0500, Steven Harms wrote: Remove warnings for newlines with spaces before them, as indicated by the checkpatch.pl tool. Signed-off-by: Steven Harms <sharms(a)ubuntu.com> Sorry, someone else already sent in this patch before you :( greg k-h -- To unsubscribe from this list... 27 Apr 2010 19:04
perf tools: Fix libdw-dev package name in error message
Arnaldo Carvalho de Melo wrote: Em Tue, Apr 27, 2010 at 09:48:20AM -0400, Valdis.Kletnieks(a)vt.edu escreveu: On Tue, 27 Apr 2010 12:59:19 -0000, tip-bot for Stefan Hajnoczi said: Commit-ID: f93830fbb06b67848c762f2177c06cc3cbb97deb Gitweb: http://git.kernel.org/tip/f93830fbb06b67848c762f2177c06cc3cb... 27 Apr 2010 19:04
FS: libfs, implement simple_write_to_buffer
On Tuesday 27 April 2010, Jiri Slaby wrote: It will be used in suspend code and serves as an easy wrap around copy_from_user. Similar to simple_read_from_buffer, it takes care of transfers with proper lengths depending on available and count parameters and advances ppos appropriately. Signed-off-by: ... 1 May 2010 18:42
[RFC] ehci: Disable wake on overcurrent (WKOC_E) and disconnect (WKDISC_E)
On Tue, Apr 27, 2010 at 10:46:48PM +0200, Ondrej Zary wrote: Why would you want to change the jumper settings? Host controllers are _supposed_ to supply 5V power during system suspend. Maybe because I don't want all my USB devices to be powered when the system is turned off. I doubt that laptop in... 27 Apr 2010 17:56
[PATCH 2/3] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information
vma_adjust() is updating anon VMA information without any locks taken. In contrast, file-backed mappings use the i_mmap_lock and this lack of locking can result in races with page migration. During rmap_walk(), vma_address() can return -EFAULT for an address that will soon be valid. This leaves a dangling migration... 27 Apr 2010 17:56
[PATCH 0/3] Fix migration races in rmap_walk() V2
After V1, it was clear that execve was still racing but eventually died in an exec-related race. An additional part of the test was created that hammers exec() to reproduce typically within 10 minutes rather than several hours. The problem was that the VMA is moved under lock but not the page tables. Migration fai... 27 Apr 2010 17:56