kbuild: Do not unnecessarily regenerate modules.builtin
Hi Michal, On Mon, 8 Mar 2010 12:20:22 +0100 Michal Marek <mmarek(a)suse.cz> wrote: Only regenerate it if the configuration has changed. Also, do this after the modules build to fix errors with some weird Makefiles that are generated during build. This breaks a "make modules modules_install" type build... 11 Mar 2010 06:43
linux-next: manual merge of the omap_dss2 tree with the omap tree
Hi Tomi, Today's linux-next merge of the omap_dss2 tree got a conflict in drivers/video/omap2/vram.c between commit 4ff6baf45cd23593592e5786ccd607bdc8785f4c ("omap: Fix compile for early_param and omap_smc1") from the omap tree and commit 5c1f96f4cffbdde9e194f3ae5373953f3fa12836 ("OMAP: DSS2: VRAM: Fix early_pa... 11 Mar 2010 00:13
[PATCH 2/2] xen: events: Fix checkpatch issues
drivers/xen/events.c:31: WARNING: Use #include <linux/ptrace.h> instead of <asm/ptrace.h> drivers/xen/events.c:76: ERROR: open brace '{' following struct go on the same line drivers/xen/events.c:509: WARNING: line over 80 characters drivers/xen/events.c:581: ERROR: space required before the open parenthesis '(' dri... 11 Mar 2010 00:13
linux-next: manual merge of the wireless tree with the wireless-current tree
On Thursday 11 March 2010 11:15:00 Stephen Rothwell wrote: Hi John, Today's linux-next merge of the wireless tree got a conflict in drivers/net/wireless/ath/ath5k/phy.c between commit 86415d43efd4f7093979cfa8a80232114266f1a4 ("ath5k: fix I/Q calibration (for real)") from the wireless-current tree and... 10 Mar 2010 22:00
: soft lockup in dmesg after suspend/resume
I wanted to ask about potential work arounds for the issue noted at [1]. I wasn't subscribed to this list when that thread was started, so unfortunately I can't reply directly. I also haven't found any follow up to the thread, but please point me in the right direction if there has been any. We're seeing a numbe... 10 Mar 2010 22:00
[PATCH -v2 0/2] ACPI, APEI, use general HEST table parsing in AER firmware_first setup (resend)
Changelog: v2: - Setup firmware_first for every PCIE end point instead of just root point. - Wrap firmware accessing in a function instead of raw hardware, because HEST parsing involved. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger... 10 Mar 2010 22:00
[PATCH] lp3971: Fix BUCK_VOL_CHANGE_SHIFT logic
From 99175ed0f281d54efdaf8eef548077a8f0b4924a Mon Sep 17 00:00:00 2001 From: Axel Lin <axel.lin(a)gmail.com> Date: Thu, 11 Mar 2010 09:50:07 +0800 Subject: [PATCH] lp3971: Fix BUCK_VOL_CHANGE_SHIFT logic Given x=0,1,2, current implementation of BUCK_VOL_CHANGE_SHIFT(x) returns 0,4,8. The correct return value shoul... 10 Mar 2010 22:00
DMA_ERROR_CODE (was: Re: linux-next: build failure after merge of the final tree)
On Wed, 10 Mar 2010 12:03:37 +0100 Geert Uytterhoeven <geert(a)linux-m68k.org> wrote: On Mon, Mar 1, 2010 at 10:40, Stephen Rothwell <sfr(a)canb.auug.org.au> wrote: After merging the final tree, today's linux-next build (powerpc allyesconfig) failed like this: drivers/mtd/nand/r852.c:22: error: 'e... 11 Mar 2010 13:26
ST SPEAr: Added basic header files for SPEAr platform
On Wed, Mar 10, 2010 at 02:16:53PM -0800, Tony Lindgren wrote: * Thomas Gleixner <tglx(a)linutronix.de> [100310 08:38]: On Wed, 10 Mar 2010, Paul Mundt wrote: This is hardly a unique situation for your platform, this is true for most platforms. There's no reason why clockevents couldn't just be ... 10 Mar 2010 18:41
fs/partition/msdos: Fix unusable extended partition for > 512B sector
In the near future, WD will be releasing products that need this patch. Wouldn't it be a better Linux user experience to never have the problem, rather than wait for a bug-fix cycle on the kernel? OTOH, it would be reasonable to wait until someone else had a chance to test the change. We are awaiting NDAs from... 11 Mar 2010 17:59