First  |  Prev |  Next  |  Last
Pages: 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996
Makefile asking for mrproper on new checkout with KBUILD_OUTPUT
I get this problem: When a few Header files are changed, like when doing a git checkout the Makefile is complaining about mrproper needed. Now I'm building a: make ARCH=arch KBUILD_OUTPUT=.build_arch/ But a: make ARCH=arch KBUILD_OUTPUT=.build_arch/ mrproper Will not help. What the Makefile wants is a:... 17 Jun 2010 12:18
(none)
Your email have won �891,934.00 Send:Name,Age, Address, Tel,Country -- 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/ ... 16 Jun 2010 18:49
[PATCH 1/1] FS: attr, check ATTR_SIZE in ia_valid not ia_mode
Fix a bug introduced by commit "check ATTR_SIZE contraints in inode_change_ok" which added a size check, but checks the size even if ATTR_SIZE is not in attr->ia_valid because it tests the bit in attr->ia_mode. Test properly against ia_valid. Signed-off-by: Jiri Slaby <jslaby(a)suse.cz> Cc: Christoph Hellwig <h... 16 Jun 2010 18:49
patch usb-gadget-langwell_udc.c-printk-needs-a-unsigned-long-long-cast-for-a-dma_t.patch added to gregkh-2.6 tree
This is a note to let you know that I've just added the patch titled Subject: USB: gadget: langwell_udc.c: printk needs a (unsigned long long) cast for a dma_t to my gregkh-2.6 tree. Its filename is usb-gadget-langwell_udc.c-printk-needs-a-unsigned-long-long-cast-for-a-dma_t.patch This tree can b... 16 Jun 2010 17:43
sparc/of: Move of_device fields into struct pdev_archdata
From: Grant Likely <grant.likely(a)secretlab.ca> Date: Fri, 04 Jun 2010 15:11:33 -0600 This patch moves SPARC architecture specific data members out of struct of_device and into the pdev_archdata structure. The reason for this change is to unify the struct of_device definition amongst all the architecture... 16 Jun 2010 17:43
perf: avoid synthesizing mmap() for all processes in per-thread mode perf record
Em Wed, Jun 16, 2010 at 08:59:01PM +0200, Stephane Eranian escreveu: A bug was introduced by commit c45c6ea2e5c57960dc67e00294c2b78e9540c007. Perf record was scanning /proc/PID to create synthetic PERF_RECOR_MMAP entries even though it was running in per-thread mode. There was a bogus check to select wh... 16 Jun 2010 17:43
[PATCH 1/1] x86_64: initialize VDSO earlier
When initrd is in use and a driver does request_module() in its module_init (i.e. __initcall or device_initcall), a modprobe process is created with VDSO mapping. But VDSO is inited even in __initcall, i.e. on the same level (at the same time), so it may not be inited yet (link order matters). Move the VDSO init... 16 Jun 2010 17:43
IPMI: Set schedule_timeout_wait value back to one
On Wed, 16 Jun 2010 08:51:44 -0500 Corey Minyard <minyard(a)acm.org> wrote: From: Martin Wilck <martin.wilck(a)ts.fujitsu.com> Some systems were seeing CPU usage go up dramatically with the recent changes to try to reduce timer usage in the IPMI driver. This was traced down to schedule_timeout_interrupt... 16 Jun 2010 17:43
How to printk/sprintf uint64_t on Sparc without format and argument types mismatch
From: Vladislav Bolkhovitin <vst(a)vlnb.net> Date: Wed, 16 Jun 2010 23:08:03 +0400 We in SCST project need to printk/sprintf variables of type uint64_t. Size of those variables is required to be 64-bit integer. On x86 we printk/sprintf them as %lld, but on Sparc we have a compiler warnings like: scs... 16 Jun 2010 17:43
Fwd: [2.6.34] INFO: task rsync:20019 blocked for more than 120 seconds.
On poniedziałek, 14 czerwca 2010 o 21:49:30 Jan De Luyck wrote: Hey Folks, I recently switched over to 2.6.34, and now I'm getting these: INFO: task rsync:20019 blocked for more than 120 seconds. "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message. rsync D 000000000006a7c6 0 2001... 16 Jun 2010 16:35
First  |  Prev |  Next  |  Last
Pages: 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996