Re: [PATCH] ipv4/ipvs: Convert to kthread API

2007-04-19 Thread Simon Horman
On Thu, Apr 19, 2007 at 01:58:57AM -0600, Eric W. Biederman wrote: From: Eric W. Biederman [EMAIL PROTECTED] Modify startup of ipvs sync threads to use kthread_run instead of a weird combination of calling kernel_thread to start a fork_sync_thread whose hole purpose in life was to call

Re: Update the list information for kexec and kdump

2007-04-23 Thread Simon Horman
On Mon, Apr 23, 2007 at 12:04:01PM -0600, Eric W. Biederman wrote: Simon Horman [EMAIL PROTECTED] writes: Update the list information for kexec and kdump Signed-off-by: Simon Horman [EMAIL PROTECTED] --- Is it too early for this change? It looks like the new list is working

[PATCH] VFS: initlalise found in fs/block_dev.c:bd_claim_by_kobject()

2007-02-13 Thread Simon Horman
tree, 33e563c1190c26b6bf61990c505cdcb5cdbba7e4. 2.6.20+ Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: linux-2.6/fs/block_dev.c === --- linux-2.6.orig/fs/block_dev.c 2007-02-14 13:31:48.0 +0900 +++ linux-2.6/fs

Re: [PATCH 17/30] Use menuconfig objects - IPVS

2007-04-10 Thread Simon Horman
On Tue, Apr 10, 2007 at 11:25:59PM +0200, Jan Engelhardt wrote: Use menuconfigs instead of menus, so the whole menu can be disabled at once instead of going through all options. Signed-off-by: Jan Engelhardt [EMAIL PROTECTED] This seems to work fine to me. Signed-off-by: Simon

Re: [PATCH 0/4] hard_smp_processor_id overhaul (v.2)

2007-04-11 Thread Simon Horman
On Wed, Apr 04, 2007 at 05:51:07PM +0900, Fernando Luis Vázquez Cao wrote: This new version (v.2) fixes generic arch i386 up build, has (hopefully) clearer explanations, and does not break git bisect searches. --- With the advent of kdump, the assumption that the boot CPU when running an UP

[PATCH] kdump/kexec: calculate note size at compile time

2007-03-27 Thread Simon Horman
is a much more robust idea. Signed-off-by: Simon Horman [EMAIL PROTECTED] include/asm-arm/kexec.h |2 -- include/asm-i386/kexec.h|2 -- include/asm-ia64/kexec.h|2 -- include/asm-mips/kexec.h|2 -- include/asm-powerpc/kexec.h |2 -- include/asm-s390/kexec.h

Re: [PATCH] kdump/kexec: calculate note size at compile time

2007-03-28 Thread Simon Horman
] Signed-off-by: Simon Horman [EMAIL PROTECTED] arch/ia64/kernel/crash.c|2 +- include/asm-arm/kexec.h |2 -- include/asm-i386/kexec.h|2 -- include/asm-ia64/kexec.h|2 -- include/asm-mips/kexec.h|2 -- include/asm-powerpc/kexec.h |2 -- include/asm-s390

Re: [PATCH] kdump/kexec: calculate note size at compile time

2007-03-28 Thread Simon Horman
On Thu, Mar 29, 2007 at 09:14:21AM +0530, Vivek Goyal wrote: On Thu, Mar 29, 2007 at 12:30:59PM +0900, Simon Horman wrote: Hi, this is a(nother) minor update to this patch. Explanation below. -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en

[PATCH] CPUSETS: add mems to basic usage documentation

2007-03-29 Thread Simon Horman
to dmsg, explaining why a write failed, would be a good enhancement. I ended up having rummage arround in cpuset.c in order to work out why my configuration was failing. Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: linux-2.6/Documentation/cpusets.txt

Re: [PATCH] kdump/kexec: calculate note size at compile time

2007-03-29 Thread Simon Horman
On Thu, Mar 29, 2007 at 05:41:45PM -0700, Andrew Morton wrote: On Thu, 29 Mar 2007 12:30:59 +0900 Simon Horman [EMAIL PROTECTED] wrote: [PATCH] kdump/kexec: calculate note size at compile time i386 allmodconfig, gcc-4.1.0: In file included from init/initramfs.c:508: include/linux

Re: [PATCH] CPUSETS: add mems to basic usage documentation

2007-03-30 Thread Simon Horman
On Fri, Mar 30, 2007 at 02:30:47AM -0700, Paul Jackson wrote: Simon Horman wrote: +++ linux-2.6/Documentation/cpusets.txt 2007-03-30 13:03:19.0 +0900 ... +Add some mems: +# /bin/echo 0-7 mems Nice change - thanks. Acked-by: Paul Jackson [EMAIL PROTECTED] Thanks (I

Re: [PATCH] kdump/kexec: calculate note size at compile time

2007-04-01 Thread Simon Horman
On Thu, Mar 29, 2007 at 05:41:45PM -0700, Andrew Morton wrote: On Thu, 29 Mar 2007 12:30:59 +0900 Simon Horman [EMAIL PROTECTED] wrote: [PATCH] kdump/kexec: calculate note size at compile time i386 allmodconfig, gcc-4.1.0: In file included from init/initramfs.c:508: include/linux

Re: [PATCH] kdump/kexec: calculate note size at compile time

2007-04-02 Thread Simon Horman
On Mon, Apr 02, 2007 at 01:48:48PM +0900, Simon Horman wrote: On Thu, Mar 29, 2007 at 05:41:45PM -0700, Andrew Morton wrote: On Thu, 29 Mar 2007 12:30:59 +0900 Simon Horman [EMAIL PROTECTED] wrote: [PATCH] kdump/kexec: calculate note size at compile time i386 allmodconfig, gcc

Re: [PATCH] kdump/kexec: calculate note size at compile time

2007-04-03 Thread Simon Horman
choice. However, I think that the approach in this patch is a much more robust idea. Signed-off-by: Simon Horman [EMAIL PROTECTED] Acked-by: Vivek Goyal [EMAIL PROTECTED] --- As suggested by Milton Miller * Changed KEXEC_NOTE_NAME_BYTES to KEXEC_CORE_NOTE_NAME_BYTES

Re: [PATCH -mm 2/2] kexec/i386: kexec page table code clean up - page table setup in C

2008-01-09 Thread Simon Horman
[ CCing Ian Campbell who handles much of the maintenance of kexec in Xen ] On Thu, Jan 10, 2008 at 10:08:09AM +0800, Huang, Ying wrote: On Wed, 2008-01-09 at 20:05 -0500, Vivek Goyal wrote: On Wed, Jan 09, 2008 at 10:57:50AM +0800, Huang, Ying wrote: This patch transforms the kexec page

Re: [PATCH -mm 1/2] kexec/i386: kexec page table code clean up - add arch_kimage

2008-01-10 Thread Simon Horman
[ CCing Magnus Damm and Ian Campbell ] On Wed, Jan 09, 2008 at 08:14:23PM -0500, Vivek Goyal wrote: On Wed, Jan 09, 2008 at 10:57:47AM +0800, Huang, Ying wrote: This patch add an architecture specific struct arch_kimage into struct kimage. Three pointers to page table pages used by kexec are

Re: [PATCH -mm 1/2] kexec/i386: kexec page table code clean up - add arch_kimage

2008-01-14 Thread Simon Horman
On Mon, Jan 14, 2008 at 01:29:36PM +, Ian Campbell wrote: On Thu, 2008-01-10 at 17:15 +0900, Simon Horman wrote: Have you tested Xen too? Does it run into issues with this change? Xen will need to be updated for this change but it shouldn't be a big deal. Basically right now

[IA64] Kexec: Remove vector from ia64_machine_kexec()

2007-09-18 Thread Simon Horman
The use of vector in ia64_machine_kexec() seems spurios, and removing it simplifies the code slightly. As suggested by Alex Williamson [EMAIL PROTECTED] Cc: Alex Williamson [EMAIL PROTECTED] Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: linux-2.6/arch/ia64/kernel/machine_kexec.c

Re: [2.6 patch] net/ipv4/ipvs/: remove unused exports

2007-11-11 Thread Simon Horman
it a different way? Acked-by: Simon Horman [EMAIL PROTECTED] --- net/ipv4/ipvs/ip_vs_conn.c |1 - net/ipv4/ipvs/ip_vs_ctl.c |1 - 2 files changed, 2 deletions(-) ad9f400d4f66ea3423f97e609d6ef2572055c603 diff --git a/net/ipv4/ipvs/ip_vs_conn.c b/net/ipv4/ipvs/ip_vs_conn.c index

[patch] ia64: Guard elfcorehdr_addr with #if CONFIG_PROC_FS

2007-11-11 Thread Simon Horman
/sba_iommu.c:2043: undefined reference to `elfcorehdr_addr' Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: net-2.6/arch/ia64/hp/common/sba_iommu.c === --- net-2.6.orig/arch/ia64/hp/common/sba_iommu.c2007-11-12 12:49

Re: [PATCH] IA64 efi: make full use of macro efi_md_size

2007-11-14 Thread Simon Horman
On Mon, Nov 12, 2007 at 09:42:53AM +0800, Li Zefan wrote: Macro efi_md_size is defined in efi.c, and here we apply it throughout efi.c. Signed-off-by: Li Zefan [EMAIL PROTECTED] This looks correct to me. Acked-by: Simon Horman [EMAIL PROTECTED] --- arch/ia64/kernel/efi.c | 10

Re: [PATCH 4/5] Fix the configuration dependencies

2007-11-16 Thread Simon Horman
be enabled. Acked-by: Simon Horman [EMAIL PROTECTED] --- diff -rpuN a/arch/ia64/kernel/machine_kexec.c b/arch/ia64/kernel/machine_kexec.c --- a/arch/ia64/kernel/machine_kexec.c2007-11-14 15:39:06.0 +0900 +++ b/arch/ia64/kernel/machine_kexec.c2007-11-14 15:41

Re: [PATCH 5/5] Add the array length of free_list for filtering free pages

2007-11-16 Thread Simon Horman
if VMCOREINFO_LENGTH derived the length from the element of the type in question. Just a thought, I haven't hacked it up to see how practical it might be. Acked-by: Simon Horman [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL

Re: [PATCH 3/5] Add VMCOREINFO_ to all the call for vmcoreinfo_append_str()

2007-11-16 Thread Simon Horman
-by: Ken'ichi Ohmichi [EMAIL PROTECTED] Acked-by: Simon Horman [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

Re: [PATCH 2/5] Use the existing offsetof() for VMCOREINFO_OFFSET()

2007-11-16 Thread Simon Horman
] Acked-by: Simon Horman [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Re: [PATCH 1/5] Rename vmcoreinfo's macros returning the size

2007-11-16 Thread Simon Horman
. Acked-by: Simon Horman [EMAIL PROTECTED] - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

Update ip command line processing

2007-12-18 Thread Simon Horman
=::off actually turns off ip autoconfiguration. This patch also notes more specifically that ip=on (aka ip=::on) is the default. Cc: Amos Waterland [EMAIL PROTECTED] Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: net-2.6.25/net/ipv4/ipconfig.c

Re: Update ip command line processing

2007-12-20 Thread Simon Horman
On Thu, Dec 20, 2007 at 03:21:21PM -0800, David Miller wrote: From: Simon Horman [EMAIL PROTECTED] Date: Tue, 18 Dec 2007 17:57:32 +0900 @@ -1414,9 +1414,16 @@ late_initcall(ip_auto_config); */ static int __init ic_proto_name(char *name) { + if (!name) { + return 1

Re: [PATCH] Updates to nfsroot documentation

2007-12-03 Thread Simon Horman
On Mon, Dec 03, 2007 at 10:43:45PM -0500, Amos Waterland wrote: The difference between ip=off and ip=::off has been a cause of much confusion. Document how each behaves, and do not contradict ourselves by saying that off is the default when in fact any is the default and is descibed as

Re: [PATCH] Updates to nfsroot documentation

2007-12-03 Thread Simon Horman
On Tue, Dec 04, 2007 at 01:24:40PM +0900, Simon Horman wrote: On Mon, Dec 03, 2007 at 10:43:45PM -0500, Amos Waterland wrote: The difference between ip=off and ip=::off has been a cause of much confusion. Document how each behaves, and do not contradict ourselves by saying that off

Re: [PATCH] Updates to nfsroot documentation (take 2)

2007-12-04 Thread Simon Horman
[ CCed netdev ] On Tue, Dec 04, 2007 at 11:59:32PM -0500, Amos Waterland wrote: The difference between ip=off and ip=::off has been a cause of much confusion. Document how each behaves, and do not contradict ourselves by saying that off is the default when in fact any is the default and

Re: [PATCH 52/59] net/ipv4: Add missing space

2007-11-19 Thread Simon Horman
On Mon, Nov 19, 2007 at 05:53:39PM -0800, Joe Perches wrote: Signed-off-by: Joe Perches [EMAIL PROTECTED] Acked-by: Simon Horman [EMAIL PROTECTED] --- net/ipv4/ipvs/ip_vs_core.c |2 +- net/ipv4/netfilter/iptable_raw.c |2 +- 2 files changed, 2 insertions(+), 2 deletions

Re: [PATCH 01/59] arch/ia64: Add missing space

2007-11-19 Thread Simon Horman
[snip] diff --git a/arch/ia64/kernel/kprobes.c b/arch/ia64/kernel/kprobes.c index 5fd65d8..90518e4 100644 --- a/arch/ia64/kernel/kprobes.c +++ b/arch/ia64/kernel/kprobes.c @@ -182,8 +182,8 @@ static int __kprobes unsupported_inst(uint template, uint slot, qp = kprobe_inst 0x3f;

Re: [PATCH 01/59] arch/ia64: Add missing space

2007-11-19 Thread Simon Horman
On Mon, Nov 19, 2007 at 11:09:25PM -0800, Joe Perches wrote: On Tue, 2007-11-20 at 15:54 +0900, Simon Horman wrote: Is it really neccessary for this fragment to create a line that is greater than 80 characters long? Persumably the entire reason that the printk line was split in the first

[patch] ipv4: Update ip command line processing (take II)

2007-12-25 Thread Simon Horman
=::off actually turns off ip autoconfiguration. This patch also notes more specifically that ip=on (aka ip=::on) is the default. Cc: Amos Waterland [EMAIL PROTECTED] Signed-off-by: Simon Horman [EMAIL PROTECTED] --- Fri, 21 Dec 2007 16:48:16 +0900 * Removed check on if (name

Re: [patch] ipv4: Update ip command line processing (take II)

2007-12-25 Thread Simon Horman
On Tue, Dec 25, 2007 at 08:55:43PM -0800, David Miller wrote: From: Simon Horman [EMAIL PROTECTED] Date: Wed, 26 Dec 2007 11:59:05 +0900 Recently the documentation in Documentation/nfsroot.txt was update to note that in fact ip=off and ip=::off as the latter is ignored

Re: [PATCH] Fix regression in ip command line processing

2008-01-06 Thread Simon Horman
On Sat, Jan 05, 2008 at 11:20:33PM -0800, David Miller wrote: From: Amos Waterland [EMAIL PROTECTED] Date: Sat, 5 Jan 2008 22:58:16 -0500 ADDRESS ASSIGNED qemu -kernel x86/arch/i386/boot/bzImage /dev/zero -append ip=on qemu -kernel x86/arch/i386/boot/bzImage /dev/zero -append ip=dhcp

Re: Problems with nfsroot due to ip= cmdline changes

2008-01-06 Thread Simon Horman
On Sat, Jan 05, 2008 at 06:56:23PM +0200, Ville Syrjälä wrote: I recently rebased my kernel tree and discovered that my nfsroot setup no longer worked. Here's the relevat part of my cmdline: ip=192.168.2.200:192.168.2.185:192.168.2.1:255.255.255.0::eth0:off

[PATCH] vmcore_find_descriptor_size should be in __init

2007-10-29 Thread Simon Horman
vmcore_find_descriptor_size() is only called by reserve_elfcorehdr(), which is in __init, so it seems to me that vmcore_find_descriptor_size() should be there too. Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: linux-2.6/arch/ia64/kernel/efi.c

Re: [2.6 patch] ia64/mm/init.c: fix section mismatches

2007-10-29 Thread Simon Horman
: vmlinux.o(.text+0x5b842): Section mismatch: reference to .init.text:memmap_init_zone (between 'virtual_memmap_init' and 'ia64_mmu_init') ... -- snip -- Signed-off-by: Adrian Bunk [EMAIL PROTECTED] That seems correct me and makes the warnings go away in my build. Acked-by: Simon Horman

Re: [PATCH] fix typo in per_cpu_offset

2007-10-30 Thread Simon Horman
-by: Simon Horman [EMAIL PROTECTED] -- Horms H: http://www.vergenet.net/~horms/ W: http://www.valinux.co.jp/en/ - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] fix typo in per_cpu_offset

2007-10-30 Thread Simon Horman
On Tue, Oct 30, 2007 at 12:36:22AM -0700, David Miller wrote: From: Simon Horman [EMAIL PROTECTED] Date: Tue, 30 Oct 2007 16:15:13 +0900 Though curiuously with my config nothing uses per_cpu_offset() (I added a bogus call to produce an error.) Is it actually used on ia64? It is unused

Re: [PATCH 2/3] [kexec-tools] Pass vmcoreinfo's address and size

2007-10-17 Thread Simon Horman
On Wed, Oct 17, 2007 at 02:16:19PM +0900, Ken'ichi Ohmichi wrote: Hi Simon, Simon Horman wrote: On Wed, Aug 22, 2007 at 09:13:39PM +0900, Ken'ichi Ohmichi wrote: [2/3] [kexec-tools] Pass vmcoreinfo's address and size The patch is for kexec-tools-testing-20070330. (http

Re: [PATCH 2/3] [kexec-tools] Pass vmcoreinfo's address and size

2007-10-18 Thread Simon Horman
On Thu, Oct 18, 2007 at 06:14:07PM +0900, [EMAIL PROTECTED] wrote: Hi Simon, On Thu, 18 Oct 2007 14:37:41 +0900, Simon Horman [EMAIL PROTECTED] wrote: On Wed, Oct 17, 2007 at 02:16:19PM +0900, Ken'ichi Ohmichi wrote: Hi Simon, Simon Horman wrote: On Wed, Aug 22, 2007

Re: [RFC] ipvs: Cleanup sync daemon code

2008-02-09 Thread Simon Horman
for a few days skiing, so if I am quiet you will know why. Acked-by: Simon Horman [EMAIL PROTECTED] -- Horms -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH 01/17] ARM: shmobile: fix memory size for kota2_defconfig

2012-10-04 Thread Simon Horman
On Thu, Oct 04, 2012 at 08:34:54AM +, Arnd Bergmann wrote: On Wednesday 03 October 2012, Simon Horman wrote: I looked through my fines and found a config that I believe worked with a derivative of 2.6.35.7. It has CONFIG_MEMORY_SIZE=0x1e80. So what I suspect has happened

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Simon Horman
On Thu, Oct 04, 2012 at 02:41:46PM +0530, Santosh Shilimkar wrote: On Thursday 04 October 2012 02:20 PM, Stephen Boyd wrote: The TWD and SCU configs are selected by default as long as SCORPIONMP is false and/or MCT is false. Implementing the logic this way certainly saves lines in the Kconfig

Re: [PATCH] ARM: Push selects for TWD/SCU into machine entries

2012-10-04 Thread Simon Horman
Hauer ker...@pengutronix.de Cc: Shiraz Hashim shiraz.has...@st.com Cc: Simon Horman ho...@verge.net.au Cc: Srinidhi Kasagar srinidhi.kasa...@stericsson.com Cc: Stephen Warren swar...@wwwdotorg.org Cc: Tony Lindgren t...@atomide.com Cc: Viresh Kumar viresh.li...@gmail.com --- The shmobile

Re: [PATCH 08/16] ipvs: fix ip_vs_set_timeout debug messages

2012-10-08 Thread Simon Horman
On Sat, Oct 06, 2012 at 09:54:15AM +, Arnd Bergmann wrote: On Saturday 06 October 2012, Julian Anastasov wrote: On Sat, 6 Oct 2012, Arnd Bergmann wrote: Are there any CONFIG_IP_VS_PROTO_xxx options in this default config? It is a waste of memory if IPVS is compiled

Re: [PATCH] [343/2many] MAINTAINERS - IPVS

2007-10-07 Thread Simon Horman
On Sun, Aug 12, 2007 at 11:32:48PM -0700, [EMAIL PROTECTED] wrote: Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index dbfdb75..a8fb231 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3300,6 +3300,8 @@ P:

Re: [PATCH] [275/2many] MAINTAINERS - KDUMP

2007-10-16 Thread Simon Horman
On Sun, Aug 12, 2007 at 11:30:38PM -0700, [EMAIL PROTECTED] wrote: Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index 1ea2c63..d61676a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2634,6 +2634,7 @@ L:

Re: [PATCH 2/3] [kexec-tools] Pass vmcoreinfo's address and size

2007-10-16 Thread Simon Horman
On Wed, Aug 22, 2007 at 09:13:39PM +0900, Ken'ichi Ohmichi wrote: [2/3] [kexec-tools] Pass vmcoreinfo's address and size The patch is for kexec-tools-testing-20070330. (http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/) kexec command gets the address and size of the vmcoreinfo

Re: [PATCH] [275/2many] MAINTAINERS - KDUMP

2007-10-16 Thread Simon Horman
On Tue, Oct 16, 2007 at 07:45:34PM -0700, Joe Perches wrote: On Wed, 2007-10-17 at 11:19 +0900, Simon Horman wrote: I take it that these changes got shelved or canned, as I still don't seem them in Linus' tree. I have all the changes kept up-to-date. I still hope to get some variant

Re: [PATCH 2/3] [kexec-tools] Pass vmcoreinfo's address and size

2007-10-17 Thread Simon Horman
On Wed, Oct 17, 2007 at 02:16:19PM +0900, Ken'ichi Ohmichi wrote: Hi Simon, Simon Horman wrote: On Wed, Aug 22, 2007 at 09:13:39PM +0900, Ken'ichi Ohmichi wrote: [2/3] [kexec-tools] Pass vmcoreinfo's address and size The patch is for kexec-tools-testing-20070330. (http

Re: [PATCH] ipvs: fixed sparse warning

2012-07-15 Thread Simon Horman
On Fri, Jul 13, 2012 at 07:57:22PM +0300, Claudiu Ghioc wrote: Removed the following sparse warnings: * warning: symbol 'ip_vs_control_net_init_sysctl' was not declared. Should it be static? * warning: symbol 'ip_vs_control_net_cleanup_sysctl' was not declared. Should it

Re: [PATCH v2] ipvs: fixed sparse warning

2012-07-18 Thread Simon Horman
On Wed, Jul 18, 2012 at 12:10:22PM +0300, Claudiu Ghioc wrote: Removed the following sparse warnings, wether CONFIG_SYSCTL is defined or not: * warning: symbol 'ip_vs_control_net_init_sysctl' was not declared. Should it be static? * warning: symbol

Re: [PATCH 19/26] sh: Don't use create_proc_read_entry() [RFC]

2013-04-16 Thread Simon Horman
On Thu, Apr 11, 2013 at 02:30:09PM +0100, David Howells wrote: Don't use create_proc_read_entry() as that is deprecated, but rather use proc_create_data() and seq_file instead. Paul, do you want me to handle this? Signed-off-by: David Howells dhowe...@redhat.com cc: Paul Mundt

Re: [PATCH 19/26] sh: Don't use create_proc_read_entry() [RFC]

2013-04-16 Thread Simon Horman
On Wed, Apr 17, 2013 at 03:42:03AM +0900, Paul Mundt wrote: On Tue, Apr 16, 2013 at 07:28:42AM +0100, Al Viro wrote: On Tue, Apr 16, 2013 at 03:11:13PM +0900, Simon Horman wrote: On Thu, Apr 11, 2013 at 02:30:09PM +0100, David Howells wrote: Don't use create_proc_read_entry

Re: [PATCH 14/18] cpufreq: sh: move cpufreq driver to drivers/cpufreq

2013-04-09 Thread Simon Horman
On Thu, Apr 04, 2013 at 06:24:22PM +0530, Viresh Kumar wrote: This patch moves cpufreq driver of SUPERH architecture to drivers/cpufreq. Why? I am missing the cover email where I assume the explanation lies. Cc: Paul Mundt let...@linux-sh.org Cc: linux...@vger.kernel.org Signed-off-by:

Re: [PATCH 14/18] cpufreq: sh: move cpufreq driver to drivers/cpufreq

2013-04-09 Thread Simon Horman
On Tue, Apr 09, 2013 at 07:42:51PM +0530, Viresh Kumar wrote: On 9 April 2013 18:25, Simon Horman ho...@verge.net.au wrote: On Thu, Apr 04, 2013 at 06:24:22PM +0530, Viresh Kumar wrote: This patch moves cpufreq driver of SUPERH architecture to drivers/cpufreq. Why? I am missing

Re: [PATCH 14/18] cpufreq: sh: move cpufreq driver to drivers/cpufreq

2013-04-09 Thread Simon Horman
On Wed, Apr 10, 2013 at 08:21:51AM +0530, Viresh Kumar wrote: On 10 April 2013 07:42, Simon Horman ho...@verge.net.au wrote: Thanks, I understand. I have no objections to this, but Paul should probably review it. It is already Acked by him and applied by Rafael. :) -- To unsubscribe

Re: [PATCH/RFC 6/6] ARM: shmobile: kzm9g-reference: add DMA channels to the MMCIF DT

2013-04-10 Thread Simon Horman
On Thu, Apr 11, 2013 at 12:19:49AM +0200, Guennadi Liakhovetski wrote: The MMCIF driver can use DMA for data transfer, add suitable Device Tree bindings. Signed-off-by: Guennadi Liakhovetski g.liakhovetski+rene...@gmail.com Hi Guennadi, this seems reasonable to me. I guess the best thing is

Re: [PATCH/RFC 4/6] ARM: shmobile: sh73a0: add support for the DMA0 controller in DT

2013-04-10 Thread Simon Horman
On Thu, Apr 11, 2013 at 12:19:47AM +0200, Guennadi Liakhovetski wrote: Add a Device Tree node for the DMA0 controller on sh73a0 and auxdata to supply platform data to the driver. To enable the DMA0 controller it also has to be taken out of reset. Signed-off-by: Guennadi Liakhovetski

Re: [PATCH/RFC 4/6] ARM: shmobile: sh73a0: add support for the DMA0 controller in DT

2013-04-10 Thread Simon Horman
On Thu, Apr 11, 2013 at 12:01:27PM +0900, Simon Horman wrote: On Thu, Apr 11, 2013 at 12:19:47AM +0200, Guennadi Liakhovetski wrote: Add a Device Tree node for the DMA0 controller on sh73a0 and auxdata to supply platform data to the driver. To enable the DMA0 controller it also has

Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-03-28 Thread Simon Horman
On Thu, Mar 28, 2013 at 07:24:02PM +0100, Maxime Ripard wrote: Hi Simon, Le 28/03/2013 13:42, Simon Horman a écrit : On Thu, Mar 28, 2013 at 10:41:44AM +0100, Maxime Ripard wrote: Now that the arm core code calls irqchip_init, we can remove it from all the machines that were using

Re: [PATCH 1/2] sysfs: Add crash_notes_size to export percpu note size

2013-03-28 Thread Simon Horman
it intead of using 1024. The idea came from Vivek Goyal. And a later patch will be sent to kexec-tools to let it parse the size. Acked-by: Simon Horman ho...@verge.net.au Cc: Greg KH gre...@linuxfoundation.org Cc: Eric W. Biederman ebied...@xmission.com Cc: Vivek Goyal vgo

Re: [PATCH 2/2] Documentation: Add ABI entry for crash_notes and crash_notes_size

2013-03-28 Thread Simon Horman
...@redhat.com Signed-off-by: Zhang Yanfei zhangyan...@cn.fujitsu.com Assuming that patch 1 of this series is accepted: Acked-by: Simon Horman ho...@verge.net.au --- Documentation/ABI/testing/sysfs-devices-system-cpu | 12 1 files changed, 12 insertions(+), 0 deletions

Re: [PATCH] sysfs: fix crash_notes_size build warning

2013-04-03 Thread Simon Horman
int', but argument 3 has type 'unsigned int' [-Wformat=] Signed-off-by: Arnd Bergmann a...@arndb.de Cc: Zhang Yanfei zhangyan...@cn.fujitsu.com Cc: Simon Horman ho...@verge.net.au Cc: Greg Kroah-Hartman gre...@linuxfoundation.org Sorry for letting that slip through. Acked-by: Simon Horman ho

Re: [PATCH 00/03] gpio: Renesas R-Car GPIO driver update

2013-03-16 Thread Simon Horman
On Thu, Mar 14, 2013 at 02:13:52PM +0100, Laurent Pinchart wrote: Hi Magnus, On Thursday 14 March 2013 13:23:46 Magnus Damm wrote: On Wed, Mar 13, 2013 at 9:58 PM, Laurent Pinchart wrote: On Wednesday 13 March 2013 20:32:03 Magnus Damm wrote: gpio: Renesas R-Car GPIO driver update

Re: [PATCH] gpio: Renesas R-Car GPIO driver V3

2013-03-27 Thread Simon Horman
On Tue, Mar 26, 2013 at 11:16:30PM +0900, Magnus Damm wrote: Hi Laurent, On Tue, Mar 26, 2013 at 10:03 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Magnus, Thanks for the patch. On Tuesday 26 March 2013 09:23:01 Magnus Damm wrote: From: Magnus Damm

Re: [PATCH 1/1 v1] the recommended crash memory reservation is too small for x86_64.

2013-03-27 Thread Simon Horman
On Mon, Mar 25, 2013 at 06:56:49PM +0800, zhouzho...@gmail.com wrote: From: root root@zzy-Lenovo.(none) The above line is bogus. On Documentation/kdump/kdump.txt, section Boot into System Kernel: On x86 and x86_64, use crashkernel=64M@16M, but some OSes like ubuntu 12.10 use ram fs

Re: [PATCH 2/2] ARM: remove mach .init_irq for irqchip_init users

2013-03-28 Thread Simon Horman
|1 - arch/arm/mach-zynq/common.c|1 - 18 files changed, 18 deletions(-) mach-shmobile portion: Acked-by: Simon Horman horms+rene...@verge.net.au I have some new users of this queued up for v3.10. How should we handle that? In particular: arch

Re: [PATCH] irqchip: Renesas INTC External IRQ pin driver

2013-03-07 Thread Simon Horman
On Wed, Mar 06, 2013 at 02:05:52PM +0100, Thomas Gleixner wrote: On Wed, 6 Mar 2013, Simon Horman wrote: On Wed, Mar 06, 2013 at 11:01:14AM +0100, Thomas Gleixner wrote: On Wed, 6 Mar 2013, Simon Horman wrote: On Mon, Feb 18, 2013 at 11:28:34PM +0900, Magnus Damm wrote: The SoCs

Re: [PATCH] kexec: consolidate crash late initialization

2013-03-04 Thread Simon Horman
On Wed, May 30, 2012 at 02:05:09PM +0400, Vladimir Davydov wrote: Use one module_init() instead of two. I'm not sure I understand the motivation for this change. --- kernel/kexec.c |9 +++-- 1 files changed, 7 insertions(+), 2 deletions(-) diff --git a/kernel/kexec.c

Re: [PATCH] irqchip: Renesas INTC External IRQ pin driver

2013-03-05 Thread Simon Horman
On Mon, Feb 18, 2013 at 11:28:34PM +0900, Magnus Damm wrote: From: Magnus Damm d...@opensource.se This patch adds a driver for external IRQ pins connected to the INTC block on recent SoCs from Renesas. The INTC hardware block usually contains a rather wide range of features ranging from

Re: [PATCH] irqchip: intc-irqpin: Initial DT support

2013-03-05 Thread Simon Horman
On Wed, Mar 06, 2013 at 03:16:08PM +0900, Magnus Damm wrote: From: Magnus Damm d...@opensource.se Add initial DT support to the INTC External IRQ Pin driver. At this point only hardware with 4-bit wide sense registers is supported via DT. I have added this to topic/intc-external-irq with

Re: [PATCH] irqchip: irqc: Add DT support

2013-03-05 Thread Simon Horman
On Wed, Mar 06, 2013 at 03:23:39PM +0900, Magnus Damm wrote: From: Magnus Damm d...@opensource.se Add DT support to the IRQC External IRQ Pin driver. I have added this to topic/intc-external-irq with the related patches. The holding-pen for INTC. -- To unsubscribe from this list: send the

Re: [PATCH] irqchip: Renesas INTC External IRQ pin driver

2013-03-06 Thread Simon Horman
On Wed, Mar 06, 2013 at 11:01:14AM +0100, Thomas Gleixner wrote: On Wed, 6 Mar 2013, Simon Horman wrote: On Mon, Feb 18, 2013 at 11:28:34PM +0900, Magnus Damm wrote: The SoCs using this driver are currently mainly used together with regular platform devices so this driver allows

Re: [PATCH 01/17] ARM: shmobile: fix memory size for kota2_defconfig

2012-11-30 Thread Simon Horman
On Fri, Nov 30, 2012 at 02:10:47PM -0800, Olof Johansson wrote: Hi, On Thu, Oct 4, 2012 at 1:58 AM, Simon Horman ho...@verge.net.au wrote: On Thu, Oct 04, 2012 at 08:34:54AM +, Arnd Bergmann wrote: On Wednesday 03 October 2012, Simon Horman wrote: I looked through my fines and found

Re: [PATCH 00/08] clocksource: sh_cmt: CMT driver update

2013-02-13 Thread Simon Horman
On Wed, Feb 13, 2013 at 10:45:13AM +0100, Guennadi Liakhovetski wrote: Hi Magnus On Fri, 14 Dec 2012, Magnus Damm wrote: clocksource: sh_cmt: CMT driver update [PATCH 01/08] clocksource: sh_cmt: Take care of clk_put() when setup_irq() fails [PATCH 02/08] clocksource: sh_cmt:

Re: [PATCH v6 0/4] Renesas IPMMU driver for sh7372, sh73a0 and r8a7740

2013-02-05 Thread Simon Horman
anything of significance. Acked-by: Paul Mundt let...@linux-sh.org Likewise. shmobile patches: Acked-by: Simon Horman horms+rene...@verge.net.au -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http

Re: [PATCH 6/7] net: change type of netns_ipvs-sysctl_sync_qlen_max

2013-02-06 Thread Simon Horman
On Wed, Feb 06, 2013 at 05:36:12PM +0800, Zhang Yanfei wrote: 于 2013年02月06日 17:29, Julian Anastasov 写道: Hello, Sorry that I'm writing a private email but I deleted your original message by mistake. Your change of the sysctl_sync_qlen_max from int to long is may be not

Re: [PATCH v2] net: fix functions and variables related to netns_ipvs-sysctl_sync_qlen_max

2013-02-06 Thread Simon Horman
...@davemloft.net Cc: Julian Anastasov j...@ssi.bg Cc: Simon Horman ho...@verge.net.au Signed-off-by: Zhang Yanfei zhangyan...@cn.fujitsu.com Acked-by: Simon Horman ho...@verge.net.au --- include/net/ip_vs.h|6 +++--- net/netfilter/ipvs/ip_vs_ctl.c |4 ++-- 2 files changed, 5

Re: [PATCH] ARM: shmobile: armadillo800eva: set clock rates before timer init

2013-01-29 Thread Simon Horman
On Fri, Jan 18, 2013 at 02:02:05PM +0900, Hideki EIRAKU wrote: Previously clock rates were set after initialization of timer. Therefore the timer used the default extal1 clock rate (25MHz) instead of the correct rate for this board (24MHz). Signed-off-by: Hideki EIRAKU h...@igel.co.jp

Re: [PATCH 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-02-26 Thread Simon Horman
] irqchip: intc-irqpin: Make use of devm functions [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data These patches update the v1 of the INTC External IRQ pin driver in various ways based on feedback kindly received from: - Simon Horman - Kuninori Morimoto - Thomas Gleixner

Re: linux-next: manual merge of the renesas tree with Linus' tree

2013-02-26 Thread Simon Horman
On Wed, Feb 27, 2013 at 12:17:06PM +1100, Stephen Rothwell wrote: Hi Simon, Today's linux-next merge of the renesas tree got a conflict in arch/arm/mach-shmobile/setup-sh73a0.c between commit 9a27dee73f55 (ARM: mach-shmobile: sh73a0: Add IPMMU device) from Linus' tree and commit

Re: [PATCH] irqchip: Renesas IRQC driver

2013-02-27 Thread Simon Horman
On Wed, Feb 27, 2013 at 05:15:01PM +0900, Magnus Damm wrote: From: Magnus Damm d...@opensource.se This patch adds a driver for external IRQ pins connected to the IRQC hardware block on recent SoCs from Renesas. The IRQC hardware block is used together with more recent ARM based SoCs using

Re: [PATCH] gpio: em: Add Device Tree support

2013-02-27 Thread Simon Horman
On Wed, Feb 27, 2013 at 07:13:46PM +0900, Magnus Damm wrote: Hi Dmitry, Thanks for your feedback! On Wed, Feb 27, 2013 at 7:41 AM, Dmitry Torokhov dmitry.torok...@gmail.com wrote: Hi Magnus, On Tue, Feb 26, 2013 at 10:26:23PM +0900, Magnus Damm wrote: From: Magnus Damm

Re: [PATCH v3 1/2] kexec: fix wrong types of some local variables

2013-02-28 Thread Simon Horman
: Andrew Morton a...@linux-foundation.org Cc: Simon Horman ho...@verge.net.au Signed-off-by: Zhang Yanfei zhangyan...@cn.fujitsu.com No complaints here. Reviewed-by: Simon Horman ho...@verge.net.au --- kernel/kexec.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

Re: [PATCH] linux/of_platform.h: fix compilation warnings with DT disabled

2013-02-28 Thread Simon Horman
the #ifdef move doesn't help... Reported-by: Vladimir Barinov vladimir.bari...@cogentembedded.com Signed-off-by: Sergei Shtylyov sergei.shtyl...@cogentembedded.com Reviewed-by: Simon Horman horms+rene...@verge.net.au Grant, could you consider taking this patch? --- Actually, it compiles

Re: [PATCH] irqchip: Renesas IRQC driver

2013-03-01 Thread Simon Horman
On Wed, Feb 27, 2013 at 05:15:01PM +0900, Magnus Damm wrote: From: Magnus Damm d...@opensource.se This patch adds a driver for external IRQ pins connected to the IRQC hardware block on recent SoCs from Renesas. The IRQC hardware block is used together with more recent ARM based SoCs using

Re: [PATCH 00/05] irqchip: Renesas INTC External IRQ pin v2 update

2013-03-01 Thread Simon Horman
] irqchip: intc-irqpin: Make use of devm functions [PATCH 05/05] irqchip: intc-irqpin: GPL header for platform data These patches update the v1 of the INTC External IRQ pin driver in various ways based on feedback kindly received from: - Simon Horman - Kuninori Morimoto - Thomas Gleixner

Re: [PATCH 01/19] ARM: shmobile: fix defconfig warning on CONFIG_USB

2013-01-27 Thread Simon Horman
On Fri, Jan 25, 2013 at 10:44:00PM +, Arnd Bergmann wrote: A recent update to the marzen_defconfig introduced a duplicate CONFIG_USB=y line. This removes one of the two. arch/arm/configs/marzen_defconfig:86:warning: override: reassigning to symbol USB Acked-by: Simon Horman horms

Re: [PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-20 Thread Simon Horman
On Fri, Jan 18, 2013 at 08:16:12AM +0100, Thierry Reding wrote: The asm/hardware/gic.h header does no longer exist and the corresponding functionality was moved to linux/irqchip.h and linux/irqchip/arm-gic.h respectively. gic_handle_irq() and of_irq_init() are no longer available either and

Re: [PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-21 Thread Simon Horman
On Mon, Jan 21, 2013 at 08:03:01AM +0100, Thierry Reding wrote: On Mon, Jan 21, 2013 at 09:54:39AM +0900, Simon Horman wrote: On Fri, Jan 18, 2013 at 08:16:12AM +0100, Thierry Reding wrote: The asm/hardware/gic.h header does no longer exist and the corresponding functionality was moved

Re: [PATCH v2 1/2] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-22 Thread Simon Horman
On Mon, Jan 21, 2013 at 11:29:12PM -0800, Olof Johansson wrote: On Mon, Jan 21, 2013 at 08:03:01AM +0100, Thierry Reding wrote: On Mon, Jan 21, 2013 at 09:54:39AM +0900, Simon Horman wrote: On Fri, Jan 18, 2013 at 08:16:12AM +0100, Thierry Reding wrote: The asm/hardware/gic.h header does

Re: [RFC PATCH 3/6] usb: otg: utils: change the phy lib to support multiple PHYs of same type

2013-01-16 Thread Simon Horman
-shmobile/board-marzen.c |2 +- Modification to the above file: Acked-by: Simon Horman horms+rene...@verge.net.au -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH v2] drivers/pinctrl: grab default handles from device core

2013-01-16 Thread Simon Horman
On Wed, Jan 16, 2013 at 10:49:05AM -0700, Stephen Warren wrote: On 01/11/2013 01:45 PM, Linus Walleij wrote: On Fri, Jan 11, 2013 at 9:36 PM, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: I've sent several patch series for the SH PFC (Pin Function Controller) to the

Re: [PATCH v2] drivers/pinctrl: grab default handles from device core

2013-01-17 Thread Simon Horman
On Thu, Jan 17, 2013 at 09:31:01AM -0700, Stephen Warren wrote: On 01/16/2013 11:02 PM, Simon Horman wrote: On Wed, Jan 16, 2013 at 10:49:05AM -0700, Stephen Warren wrote: On 01/11/2013 01:45 PM, Linus Walleij wrote: On Fri, Jan 11, 2013 at 9:36 PM, Laurent Pinchart laurent.pinch

Re: [PATCH] ARM: shmobile: sh73a0: Use generic irqchip_init()

2013-01-17 Thread Simon Horman
On Thu, Jan 17, 2013 at 01:00:13PM +0100, Thierry Reding wrote: The asm/hardware/gic.h header does no longer exist and the corresponding functionality was moved to linux/irqchip.h and linux/irqchip/arm-gic.h respectively. gic_handle_irq() and of_irq_init() are no longer available either and

  1   2   3   4   5   6   7   8   9   10   >