[PATCH] Patch b26b2d49 added lines with a missing semicolons
The following patch added lines with a missing semicolons: commit b26b2d494b659f988b4d75eb394dfa0ddac415c9 Author: Dominik Brodowski <linux(a)dominikbrodowski.net> Date: Fri Jan 1 17:40:49 2010 +0100 resource/PCI: align functions now return start of resource Add the missing semicolons to the FRV and CRIS... 24 Mar 2010 13:30
[PATCH] FRV: Hide uncached_access() when pgprot_noncached is not #defined
Hide uncached_access() when pgprot_noncached is not #defined. This prevents the following warning: CC drivers/char/mem.o drivers/char/mem.c:229: warning: 'uncached_access' defined but not used Signed-off-by: David Howells <dhowells(a)redhat.com> --- drivers/char/mem.c | 2 ++ 1 files changed, 2... 24 Mar 2010 13:30
[PATCH] do_sync_read/write() should set kiocb.ki_nbytes to be consistent
do_sync_read/write() should set kiocb.ki_nbytes to be consistent with do_sync_readv_writev(). Signed-off-by: David Howells <dhowells(a)redhat.com> --- fs/read_write.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/read_write.c b/fs/read_write.c index b7f4a1f..113386d 100644 -... 24 Mar 2010 13:30
CONFIG_NO_BOOTMEM=y breaks boot on 32bit
On Sun, Mar 21, 2010 at 09:13:28PM +0100, Rafael J. Wysocki wrote: Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=15518 Subject : CONFIG_NO_BOOTMEM=y breaks boot on 32bit Submitter : Daniel Vetter <daniel(a)ffwll.ch> Date : 2010-03-11 15:37 (11 days old) I've just retested on 3.6.34-rc2. NO_BOOTM... 24 Mar 2010 13:30
[PATCH] FDPIC: For-loop in elf_core_vma_data_size() is incorrect
Fix an incorrect for-loop in elf_core_vma_data_size(). The advance-pointer statement lacks an assignment: CC fs/binfmt_elf_fdpic.o fs/binfmt_elf_fdpic.c: In function 'elf_core_vma_data_size': fs/binfmt_elf_fdpic.c:1593: warning: statement with no effect Signed-off-by: David Howells <dhowells(a)redhat.... 24 Mar 2010 13:30
[GIT PULL] i2c fixes for 2.6.34
Hi Linus, Please pull i2c subsystem fixes for Linux 2.6.34 from: git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging.git i2c-for-linus This brings back SMBus support on some IBM machines. drivers/acpi/scan.c | 38 ++++++++++++++++++++++++++++++++++++++ drivers/i2c/busses/i2c-scmi.c ... 24 Mar 2010 13:30
[PATCH] oom killer: break from infinite loop
In multi-threading environment, if the current task(A) have got the mm->mmap_sem semaphore, and the thread(B) in the same process is selected to be oom killed, because they shares the same semaphore, thread B can not really be killed. So __alloc_pages_slowpath turns to be a infinite loop. Here set all the threads... 24 Mar 2010 13:30
Loan Offer
contact us for 2% interest rate loan. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ... 24 Mar 2010 13:30
move_task_off_dead_cpu: take rq->lock around select_fallback_rq()
On 03/24, Peter Zijlstra wrote: On Mon, 2010-03-15 at 10:10 +0100, Oleg Nesterov wrote: static void move_task_off_dead_cpu(int dead_cpu, struct task_struct *p) { + struct rq *rq = cpu_rq(dead_cpu); + int needs_cpu, dest_cpu; + unsigned long flags; again: + ... 24 Mar 2010 13:30
first bad commit: 1f36f774 Switch !O_CREAT case to use of do_last()
On 03/24/2010 06:00 PM, Al Viro wrote: On Wed, Mar 24, 2010 at 05:49:39PM +0200, Boaz Harrosh wrote: - I have an exofs filesystem mounted on /mnt/exofs - []$ cd /mnt/exofs/some_linux_git; git status; All is fine - []$ mount -t nfs4 -o minorversion=0 localhost:/ /mnt/nfs (Where etc/exports wil... 24 Mar 2010 13:30