[PATCH] um: Include missing header file in os-linux/mem.c
On Wed, Jun 16, 2010 at 7:16 AM, Boaz Harrosh <bharrosh(a)panasas.com> wrote: On 06/15/2010 04:06 AM, Liu Aleaxander wrote: The os-linux/mem.c file calls fchmod function, which is declared in sys/stat.h header file, so include it. Yes. I have the same patch. Apparently it's new for Fedora 13. P... 16 Jun 2010 02:22
[PATCH] perf: excluding "." and ".." directories when calculating tids.
Introduce a filter function to skip "." and ".." directories when calculating tid number. Signed-off-by: Gui Jianfeng <guijianfeng(a)cn.fujitsu.com> --- tools/perf/util/thread.c | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/tools/perf/util/thread.c b/tools/perf/util/thread.... 16 Jun 2010 02:22
[PATCH] pci: fix compilation when CONFIG_PCI_MSI=n
drivers/pci/pci.c:2277: error: redefinition of 'pci_msi_off' include/linux/pci.h:786: note: previous definition of 'pci_msi_off' was here Signed-off-by: Rusty Russell <rusty(a)rustcorp.com.au> --- drivers/pci/pci.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c -... 16 Jun 2010 01:17
linux-next: build warning after merge of the final tree (net tree related)
From: Herbert Xu <herbert(a)gondor.apana.org.au> Date: Wed, 16 Jun 2010 13:56:30 +1000 bridge: Add const to dummy br_netpoll_send_skb The version of br_netpoll_send_skb used when netpoll is off is missing a const thus causing a warning. Signed-off-by: Herbert Xu <herbert(a)gondor.apana.org.au> App... 16 Jun 2010 03:26
Economic Solutions
contact us for a 3% loan interest. -- 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 01:17
linux-next: Tree for June 16
Hi all, Changes since 20100615: My fixes tree contains: v4l-dvb: update gfp/slab.h includes arm: update gfp/slab.h includes davinci: update gfp/slab.h includes ocfs2: update gfp/slab.h includes acpi: update gfp/slab.h includes The i.MX tree lost its conflicts. The net tree... 16 Jun 2010 00:12
[PATCH] module: initialize module dynamic debug later
From: Yehuda Sadeh <yehuda(a)hq.newdream.net> We should initialize the module dynamic debug datastructures only after determining that the module is not loaded yet. This fixes a bug that introduced in 2.6.35-rc2, where when a trying to load a module twice, we also load it's dynamic printing data twice which causes... 16 Jun 2010 00:12
linux-next: build warning after merge of the final tree (net tree related)
On Wed, Jun 16, 2010 at 01:48:48PM +1000, Stephen Rothwell wrote: Hi Dave, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) produced this warning: net/bridge/br_forward.c: In function '__br_deliver': net/bridge/br_forward.c:76: warning: passing argument 1 of 'br_n... 16 Jun 2010 00:12
soc/sh: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210
On Tue, Jun 15, 2010 at 05:38:55PM +0200, Peter Huewe wrote: The config option SND_FSI_AK4642 selects SND_SOC_AK4642 which in turn enables the compilation of ak4642.c - however this codec uses I2C to communicate with the HW. Same applies to DA7210. It uses I2C, but it doesn't matter which I2C master it... 16 Jun 2010 04:31
linux-next: build warning after merge of the final tree (net tree related)
Hi Dave, After merging the final tree, today's linux-next build (powerpc ppc44x_defconfig) produced this warning: net/bridge/br_forward.c: In function '__br_deliver': net/bridge/br_forward.c:76: warning: passing argument 1 of 'br_netpoll_send_skb' discards qualifiers from pointer target type net/bridge/br_priv... 16 Jun 2010 00:12