[PATCH 0/2] microblaze: Makefile fixes
Michal, Following are the two patches for Makefile we discussed. Please consider applying. -Arun -- 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 t... 17 Mar 2010 04:40
sdhci-pltfm: Do not print errors in case of an extended iomem size
On 3/16/10 7:34 PM, Anton Vorontsov wrote: Some hosts have an extended SDHCI iomem size, so the driver should only print errors if the iomem size is less than 0x100. With this change you allow a bigger resource than we really need. I think you should also change request_mem_region and ioremap to only request... 17 Mar 2010 02:31
460EX on-chip SATA driver<kernel 2.6.33> < resubmission : 01>
Hi Stephen, Thanks for your suggestions. I used git-send-email earlier and emails never appeared in the archive. This time I sent through outlook & the message appeared in the archive. Looks like outlook did that word wrap. I am not sure why the emails from the git-send-email did not get delivered. At the ti... 17 Mar 2010 09:06
[Patch] netpoll: allow spaces in its parameter
It would be nice if we allow spaces in netconsole parameters, otherwise we get weird results if there are spaces in it. After this patch, we will allow things like: "netconsole= @192.168.0.1/eth0 , 66666(a)192.168.0.2/". Signed-off-by: WANG Cong <amwang(a)redhat.com> Cc: David Miller <davem(a)davemloft.net> --... 17 Mar 2010 02:30
[PATCH] Netfilter: Remove unused headers in net/netfilter/nfnetlink.c
Remove unused headers in net/netfilter/nfnetlink.c Signed-off-by: Zhitong Wang <zhitong.wangzt(a)alibaba-inc.com> --- net/netfilter/nfnetlink.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/net/netfilter/nfnetlink.c b/net/netfilter/nfnetlink.c index 8eb0cc2..0794f9a 100644 --- a/... 17 Mar 2010 02:30
460EX on-chip SATA driver<kernel 2.6.33> < resubmission : 01>
Hi, Just a couple of quick points ... On Tue, 16 Mar 2010 21:23:16 -0700 "Rupjyoti Sarmah" <rsarmah(a)amcc.com> wrote: This patch enables the on-chip DWC SATA controller of the AppliedMicro processor 460EX. Signed-off-by: Rupjyoti Sarmah <rsarmah(a)appliedmicro.com> ,Mark Miesfeld <mmiesfeld(a)applie... 17 Mar 2010 17:23
linux-next: build failure after merge of the driver-core tree
Hi Greg, After merging the driver-core tree, today's linux-next build (x86_64 allmodconfig) failed like this: fs/ceph/msgpool.c: In function 'ceph_msgpool_put': fs/ceph/msgpool.c:173: error: implicit declaration of function 'kref_set' Caused by commit 10c5d9fdc9ba89606b34f01cbe6ea287abba7395 ("kref: remove ... 24 Mar 2010 11:10
drivers/net/e100.c: Use pr_<level> and netif_<level>
From: Joe Perches <joe(a)perches.com> Date: Mon, 01 Mar 2010 13:16:21 -0800 Convert DPRINTK, commonly used for debugging, to netif_<level> Remove #define PFX Use #define pr_fmt Consistently use no periods for non-sentence logging messages Signed-off-by: Joe Perches <joe(a)perches.com> Applied. -- ... 17 Mar 2010 01:24
KVM: cleanup kvm_get_dirty_log()
Takuya Yoshikawa wrote: Xiao Guangrong wrote: Using bitmap_empty() to see whether memslot->dirty_bitmap is empty You can do this for arch specific get_dirty_log() too. OK, i'll do it in the next version Signed-off-by: Xiao Guangrong <xiaoguangrong(a)cn.fujitsu.com> --- virt/kvm... 17 Mar 2010 01:24
linux-next: build warning after merge of the tip tree
Hi all, After merging the tip tree, today's linux-next build (powerpc ppc64_defconfig) produced this warning: kernel/sched.c: In function 'SYSC_sched_getaffinity': kernel/sched.c:4915: warning: comparison of distinct pointer types lacks a cast Introduced by commit cd3d8031eb4311e516329aee03c79a08333141f1 ("s... 17 Mar 2010 04:40