[GIT] kbuild modpost fix
Hi Linus, Please pull another kbuild fix. This time it's a pointer arithmetics overflow in modpost that started to show up with newer gcc. Thanks, Michal The following changes since commit 607b30fcf20c6e5339591692db6ffa0b15e041a0: kbuild: Create output directory in Makefile.modbuiltin (2010-06-10 12:23:... 12 Jun 2010 14:52
[PATCH] Remove EXPERIMENTAL flag from Btrfs
Resubmitting, as it doesn't seem to be upstream yet. ----------------- Remove EXPERIMENTAL flag from btrfs and also state that the disk format has indeed been finalized. Signed-off-by: Christian Kujau <lists(a)nerdbynature.de> diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystem... 12 Jun 2010 14:52
Linuix-2.6.35-rc3, regression(s)
Greetings all; The first thing I noted on rebooting from .34 to .35-rc3, was a blank spot on my screen where gkrellm should have been. It had apparently crashed but was still visible in an htop report. I had to go as root and use the kde system monitor to kill it, at which point the screen area was repaired.... 12 Jun 2010 12:39
Use ktime_get() instead of sched_clock() for blkio cgroup stats.
On Sat, Jun 12, 2010 at 12:18 AM, Ingo Molnar <mingo(a)elte.hu> wrote: * Divyesh Shah <dpshah(a)google.com> wrote: This will take care of the pre-emptive kernel issue and the unbounded TSC drift problem. We will lose resolution though in some cases. - � � blkg->stats.start_group_wait_time = sched_cl... 12 Jun 2010 12:39
Remove preempt_enable/disable calls around sched_clock()
On Sat, Jun 12, 2010 at 12:19 AM, Ingo Molnar <mingo(a)elte.hu> wrote: * Divyesh Shah <dpshah(a)google.com> wrote: calls in the block layer. This was a temporary fix added. Not good, this commit reintroduces those ugly warnings, if someone happens to bisect straight into this commit. You're right. ... 12 Jun 2010 12:39
(none)
I am Mr Cook Adams,I gives out loans at low interest rate of 3% to student,individuals,business men and woman with low credit all over the globe.Sound lending is base on the promise that the borrowers will repay.contact us via Email:mrcookadamsinvestment5(a)gmail.com Below are the loan Applications: *App... 12 Jun 2010 11:32
Bug#584846: Detects only 64MB and fails to boot on Intel Green City board if e820 hooked by GRUB2
Josh Triplett reported this problem with memory sizing: On Fri, 2010-06-11 at 23:03 -0700, Josh Triplett wrote: Package: linux-2.6 Severity: normal I managed to reproduce the problem using stock upstream kernels and defconfig, and with defconfig (and no initramfs) the kernel managed to use little ... 12 Jun 2010 10:26
x86, mm: Set first MB as RW+NX
FYI, the NX commits in tip:x86/mm have triggered a new boot crash in -tip testing (x86, 32-bit): [ 1.176004] calling pci_arch_init+0x0/0x54 @ 1 [ 1.185812] kernel tried to execute NX-protected page - exploit attempt? (uid: 0) [ 1.188000] BUG: unable to handle kernel paging request at c00fbfcb [ 1... 16 Jun 2010 21:02
[PATCH] These are my first patches to the kernel
From 6b9ac8708d856a425a9aaa598acdea3d89485bde Mon Sep 17 00:00:00 2001 From: UndiFineD <k.dejong(a)undifined.nl> Date: Sat, 12 Jun 2010 00:24:28 +0200 Subject: [PATCH] These are my first patches to the kernel Janitor patches to kvm Linus2.6: virt/kvm/ Signed-off-by: UndiFineD <k.dejong(a)undifined.nl> --- virt/k... 12 Jun 2010 09:20
fs/ubifs: Use ERR_CAST
On Sat, 2010-05-22 at 12:00 +0200, Julia Lawall wrote: From: Julia Lawall <julia(a)diku.dk> Use ERR_CAST(x) rather than ERR_PTR(PTR_ERR(x)). The former makes more clear what is the purpose of the operation, which otherwise looks like a no-op. Pushed to the ubifs-2.6.git tree, thank you! -- Best R... 12 Jun 2010 08:15