Re: kexec/kdump kernel fails to start

2012-10-18 Thread Flavio Leitner
applied. thanks a lot! Acked-by: Flavio Leitner f...@redhat.com Tested-by: Flavio Leitner f...@redhat.com fbl -- 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

[PATCH] serial: set correct baud_base for EXSYS EX-41092 Dual 16950

2012-09-17 Thread Flavio Leitner
Apparently the same card model has two IDs, so this patch complements the commit 39aced68d664291db3324d0fcf0985ab5626aac2 adding the missing one. Signed-off-by: Flavio Leitner f...@redhat.com --- drivers/tty/serial/8250/8250_pci.c | 7 +-- include/linux/pci_ids.h| 3 ++- 2 files

[PATCH] 8250: fix autoconfig to work with serial console

2012-09-18 Thread Flavio Leitner
The autoconfig prints messages while holding the port's spinlock and that causes a deadlock when using serial console. Signed-off-by: Flavio Leitner f...@redhat.com --- drivers/tty/serial/8250/8250.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git

[PATCH v2] serial: set correct baud_base for EXSYS EX-41092 Dual 16950

2012-09-21 Thread Flavio Leitner
Apparently the same card model has two IDs, so this patch complements the commit 39aced68d664291db3324d0fcf0985ab5626aac2 adding the missing one. Signed-off-by: Flavio Leitner f...@redhat.com --- drivers/tty/serial/8250/8250_pci.c | 9 +++-- include/linux/pci_ids.h| 1 - 2 files

kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
Hi folks, I have system that no longer boots kdump kernel. Basically, # echo c /proc/sysrq-trigger to dump a vmcore doesn't work. It just hangs after showing the usual panic messages. I've bisected the problem and the commit introducing the issue is the one below. Any idea? commit

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 12:02:00 -0700 Yinghai Lu ying...@kernel.org wrote: On Tue, Sep 4, 2012 at 10:32 AM, Flavio Leitner f...@redhat.com wrote: Hi folks, I have system that no longer boots kdump kernel. Basically, # echo c /proc/sysrq-trigger to dump a vmcore doesn't work. It just

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 12:20:14 -0700 Yinghai Lu ying...@kernel.org wrote: On Tue, Sep 4, 2012 at 12:17 PM, Flavio Leitner f...@redhat.com wrote: On Tue, 4 Sep 2012 12:02:00 -0700 [0.00] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [0.00] last_pfn

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 12:20:14 -0700 Yinghai Lu ying...@kernel.org wrote: On Tue, Sep 4, 2012 at 12:17 PM, Flavio Leitner f...@redhat.com wrote: On Tue, 4 Sep 2012 12:02:00 -0700 [0.00] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 [0.00] last_pfn

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 13:45:23 -0700 Yinghai Lu ying...@kernel.org wrote: On Tue, Sep 4, 2012 at 1:26 PM, Flavio Leitner f...@redhat.com wrote: Sorry, but it didn't work. The same problem happened. can you send out boot log ? sure, there you go: http://sysclose.org/kdump/dmesg-debug.log

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 15:25:45 -0700 Yinghai Lu ying...@kernel.org wrote: On Tue, Sep 4, 2012 at 2:37 PM, Flavio Leitner f...@redhat.com wrote: On Tue, 4 Sep 2012 13:45:23 -0700 Yinghai Lu ying...@kernel.org wrote: On Tue, Sep 4, 2012 at 1:26 PM, Flavio Leitner f...@redhat.com wrote

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 15:25:45 -0700 Yinghai Lu ying...@kernel.org wrote: On Tue, Sep 4, 2012 at 2:37 PM, Flavio Leitner f...@redhat.com wrote: On Tue, 4 Sep 2012 13:45:23 -0700 Yinghai Lu ying...@kernel.org wrote: On Tue, Sep 4, 2012 at 1:26 PM, Flavio Leitner f...@redhat.com wrote

Re: kexec/kdump kernel fails to start

2012-09-05 Thread Flavio Leitner
On Tue, 4 Sep 2012 18:15:25 -0700 Yinghai Lu ying...@kernel.org wrote: assume when we have good_end setting for 64 bit, page table for [4g, TOMH) will be just under 512M, and later when first first 2M lines changes, will push that page table range a little low, and will make kdump not happy.

Re: [patch net-next 01/16] net: introduce upper device lists

2012-08-13 Thread Flavio Leitner
On Mon, 13 Aug 2012 17:27:00 +0200 Jiri Pirko j...@resnulli.us wrote: This lists are supposed to serve for storing pointers to all upper devices. Eventually it will replace dev-master pointer which is used for bonding, bridge, team but it cannot be used for vlan, macvlan where there might be

Re: [patch net-next 03/16] vlan: add link to upper device

2012-08-13 Thread Flavio Leitner
On Mon, 13 Aug 2012 17:27:02 +0200 Jiri Pirko j...@resnulli.us wrote: Signed-off-by: Jiri Pirko j...@resnulli.us --- net/8021q/vlan.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c index 9096bcb..739665e 100644 ---

Re: [patch net-next 01/16] net: introduce upper device lists

2012-08-14 Thread Flavio Leitner
On Tue, 14 Aug 2012 14:24:33 +0200 Jiri Pirko j...@resnulli.us wrote: Mon, Aug 13, 2012 at 07:52:17PM CEST, f...@redhat.com wrote: On Mon, 13 Aug 2012 17:27:00 +0200 Jiri Pirko j...@resnulli.us wrote: + /* + * To prevent loops, check if dev is not upper device to upper_dev. + */ +

Re: RIP: mem_cgroup_move_account+0xf4/0x290

2013-10-29 Thread Flavio Leitner
On Sat, Oct 26, 2013 at 08:41:11AM -0700, Greg Thelen wrote: On Sat, Oct 26 2013, 含黛 wrote: On 10/26/2013 11:39 AM, Johannes Weiner wrote: On Fri, Oct 25, 2013 at 02:15:55PM -0200, Flavio Leitner wrote: While playing with guests and net-next kernel, I've triggered this with some

RIP: mem_cgroup_move_account+0xf4/0x290

2013-10-25 Thread Flavio Leitner
While playing with guests and net-next kernel, I've triggered this with some frequency. Even Fedora 19 kernel reproduces. It it a known issue? Thanks, fbl [ 6790.349763] kvm: zapping shadow pages for mmio generation wraparound [ 6792.283879] kvm: zapping shadow pages for mmio generation

[PATCH] i8k: increase fan limit to 3

2014-05-21 Thread Flavio Leitner
From: Flavio Leitner f...@sysclose.org It is possible to increase left fan speed on a DELL Precision 490n system up to 3. valuefan rpm 1 35460 2 64740 3 78510 Signed-off-by: Flavio Leitner f...@sysclose.org --- drivers/char/i8k.c | 4 ++-- include

Re: [PATCH] i8k: increase fan limit to 3

2014-05-21 Thread Flavio Leitner
On Wed, May 21, 2014 at 08:32:24PM -0700, Guenter Roeck wrote: On 05/21/2014 07:19 PM, Flavio Leitner wrote: From: Flavio Leitner f...@sysclose.org It is possible to increase left fan speed on a DELL Precision 490n system up to 3. valuefan rpm 1 35460 2

Re: [PATCH] i8k: increase fan limit to 3

2014-05-22 Thread Flavio Leitner
On Wed, May 21, 2014 at 10:36:45PM -0700, Guenter Roeck wrote: On 05/21/2014 08:45 PM, Flavio Leitner wrote: On Wed, May 21, 2014 at 08:32:24PM -0700, Guenter Roeck wrote: On 05/21/2014 07:19 PM, Flavio Leitner wrote: From: Flavio Leitner f...@sysclose.org It is possible to increase left

Re: [PATCH] i8k: increase fan limit to 3

2014-05-22 Thread Flavio Leitner
On Thu, May 22, 2014 at 08:10:48AM -0700, Guenter Roeck wrote: On Wed, May 21, 2014 at 11:19:28PM -0300, Flavio Leitner wrote: From: Flavio Leitner f...@sysclose.org It is possible to increase left fan speed on a DELL Precision 490n system up to 3. valuefan rpm 1

Re: [PATCH] i8k: increase fan limit to 3

2014-05-23 Thread Flavio Leitner
On Thu, May 22, 2014 at 11:00:23AM -0700, Guenter Roeck wrote: On Thu, May 22, 2014 at 12:54:58PM -0300, Flavio Leitner wrote: On Thu, May 22, 2014 at 08:10:48AM -0700, Guenter Roeck wrote: On Wed, May 21, 2014 at 11:19:28PM -0300, Flavio Leitner wrote: From: Flavio Leitner f

Re: [PATCH] i8k: increase fan limit to 3

2014-05-25 Thread Flavio Leitner
On Fri, May 23, 2014 at 11:33:11AM -0700, Guenter Roeck wrote: On 05/23/2014 10:09 AM, Flavio Leitner wrote: On Thu, May 22, 2014 at 11:00:23AM -0700, Guenter Roeck wrote: On Thu, May 22, 2014 at 12:54:58PM -0300, Flavio Leitner wrote: On Thu, May 22, 2014 at 08:10:48AM -0700, Guenter Roeck

Re: [PATCH] rtnetlink: fix missing size for IFLA_IF_NETNSID

2017-11-15 Thread Flavio Leitner
On Mon, 6 Nov 2017 16:16:20 +0100 Jiri Benc wrote: > On Mon, 6 Nov 2017 15:04:54 +, Colin King wrote: > > The size for IFLA_IF_NETNSID is missing from the size calculation > > because the proceeding semicolon was not removed. Fix this by removing > > the semicolon. > >

Re: [PATCH] netfilter: check if the socket netns is correct.

2018-09-27 Thread Flavio Leitner
On Thu, Sep 27, 2018 at 01:46:29PM -0700, Guenter Roeck wrote: > Hi Flavio, > > On Wed, Jun 27, 2018 at 10:34:25AM -0300, Flavio Leitner wrote: > > Netfilter assumes that if the socket is present in the skb, then > > it can be used because that reference is cle

Re: RIP: mem_cgroup_move_account+0xf4/0x290

2013-10-29 Thread Flavio Leitner
On Sat, Oct 26, 2013 at 08:41:11AM -0700, Greg Thelen wrote: > On Sat, Oct 26 2013, 含黛 wrote: > > > On 10/26/2013 11:39 AM, Johannes Weiner wrote: > >> On Fri, Oct 25, 2013 at 02:15:55PM -0200, Flavio Leitner wrote: > >>> While playing with guests an

RIP: mem_cgroup_move_account+0xf4/0x290

2013-10-25 Thread Flavio Leitner
While playing with guests and net-next kernel, I've triggered this with some frequency. Even Fedora 19 kernel reproduces. It it a known issue? Thanks, fbl [ 6790.349763] kvm: zapping shadow pages for mmio generation wraparound [ 6792.283879] kvm: zapping shadow pages for mmio generation

Re: [PATCH] i8k: increase fan limit to 3

2014-05-22 Thread Flavio Leitner
On Thu, May 22, 2014 at 08:10:48AM -0700, Guenter Roeck wrote: > On Wed, May 21, 2014 at 11:19:28PM -0300, Flavio Leitner wrote: > > From: Flavio Leitner > > > > It is possible to increase left fan speed on a > > DELL Precision 490n system up to 3. > > >

Re: [PATCH] i8k: increase fan limit to 3

2014-05-23 Thread Flavio Leitner
On Thu, May 22, 2014 at 11:00:23AM -0700, Guenter Roeck wrote: > On Thu, May 22, 2014 at 12:54:58PM -0300, Flavio Leitner wrote: > > On Thu, May 22, 2014 at 08:10:48AM -0700, Guenter Roeck wrote: > > > On Wed, May 21, 2014 at 11:19:28PM -0300, Flavio Leitner wrote: > >

Re: [PATCH] i8k: increase fan limit to 3

2014-05-25 Thread Flavio Leitner
On Fri, May 23, 2014 at 11:33:11AM -0700, Guenter Roeck wrote: > On 05/23/2014 10:09 AM, Flavio Leitner wrote: > >On Thu, May 22, 2014 at 11:00:23AM -0700, Guenter Roeck wrote: > >>On Thu, May 22, 2014 at 12:54:58PM -0300, Flavio Leitner wrote: > >>>On Thu, Ma

[PATCH] i8k: increase fan limit to 3

2014-05-21 Thread Flavio Leitner
From: Flavio Leitner It is possible to increase left fan speed on a DELL Precision 490n system up to 3. valuefan rpm 1 35460 2 64740 3 78510 Signed-off-by: Flavio Leitner --- drivers/char/i8k.c | 4 ++-- include/uapi/linux/i8k.h | 3 ++- 2 files

Re: [PATCH] i8k: increase fan limit to 3

2014-05-21 Thread Flavio Leitner
On Wed, May 21, 2014 at 08:32:24PM -0700, Guenter Roeck wrote: > On 05/21/2014 07:19 PM, Flavio Leitner wrote: > >From: Flavio Leitner > > > >It is possible to increase left fan speed on a > >DELL Precision 490n system up to 3. > > > > valuefan

Re: [PATCH] i8k: increase fan limit to 3

2014-05-22 Thread Flavio Leitner
On Wed, May 21, 2014 at 10:36:45PM -0700, Guenter Roeck wrote: > On 05/21/2014 08:45 PM, Flavio Leitner wrote: > >On Wed, May 21, 2014 at 08:32:24PM -0700, Guenter Roeck wrote: > >>On 05/21/2014 07:19 PM, Flavio Leitner wrote: > >>>From: Flavio Leitner > >>

[PATCH v2] serial: set correct baud_base for EXSYS EX-41092 Dual 16950

2012-09-21 Thread Flavio Leitner
Apparently the same card model has two IDs, so this patch complements the commit 39aced68d664291db3324d0fcf0985ab5626aac2 adding the missing one. Signed-off-by: Flavio Leitner --- drivers/tty/serial/8250/8250_pci.c | 9 +++-- include/linux/pci_ids.h| 1 - 2 files changed, 7

Re: kexec/kdump kernel fails to start

2012-10-18 Thread Flavio Leitner
e Young > --- > arch/x86/mm/init.c | 22 +----- > 1 file changed, 9 insertions(+), 13 deletions(-) The patch looks good. I reproduced the issue with last upstream commit 43c422eda99b894f18d1cca17bcd2401efaf7bd0 and confirmed that it does work with the patch applied. tha

Re: [patch net-next 01/16] net: introduce upper device lists

2012-08-13 Thread Flavio Leitner
On Mon, 13 Aug 2012 17:27:00 +0200 Jiri Pirko wrote: > This lists are supposed to serve for storing pointers to all upper devices. > Eventually it will replace dev->master pointer which is used for > bonding, bridge, team but it cannot be used for vlan, macvlan where > there might be multiple

Re: [patch net-next 03/16] vlan: add link to upper device

2012-08-13 Thread Flavio Leitner
On Mon, 13 Aug 2012 17:27:02 +0200 Jiri Pirko wrote: > Signed-off-by: Jiri Pirko > --- > net/8021q/vlan.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff --git a/net/8021q/vlan.c b/net/8021q/vlan.c > index 9096bcb..739665e 100644 > --- a/net/8021q/vlan.c > +++

Re: [patch net-next 01/16] net: introduce upper device lists

2012-08-14 Thread Flavio Leitner
On Tue, 14 Aug 2012 14:24:33 +0200 Jiri Pirko wrote: > Mon, Aug 13, 2012 at 07:52:17PM CEST, f...@redhat.com wrote: > >On Mon, 13 Aug 2012 17:27:00 +0200 > >Jiri Pirko wrote: > >> + /* > >> + * To prevent loops, check if dev is not upper device to upper_dev. > >> + */ > >> + if

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 13:45:23 -0700 Yinghai Lu wrote: > On Tue, Sep 4, 2012 at 1:26 PM, Flavio Leitner wrote: > > > > Sorry, but it didn't work. > > The same problem happened. > > can you send out boot log ? sure, there you go: http://sysclose.org/kdump/dmesg-debug.lo

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 15:25:45 -0700 Yinghai Lu wrote: > On Tue, Sep 4, 2012 at 2:37 PM, Flavio Leitner wrote: > > On Tue, 4 Sep 2012 13:45:23 -0700 > > Yinghai Lu wrote: > > > >> On Tue, Sep 4, 2012 at 1:26 PM, Flavio Leitner wrote: > >> > > &g

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 15:25:45 -0700 Yinghai Lu wrote: > On Tue, Sep 4, 2012 at 2:37 PM, Flavio Leitner wrote: > > On Tue, 4 Sep 2012 13:45:23 -0700 > > Yinghai Lu wrote: > > > >> On Tue, Sep 4, 2012 at 1:26 PM, Flavio Leitner wrote: > >> > > &g

Re: kexec/kdump kernel fails to start

2012-09-05 Thread Flavio Leitner
On Tue, 4 Sep 2012 18:15:25 -0700 Yinghai Lu wrote: > assume when we have good_end setting for 64 bit, page table for [4g, > TOMH) will be just under 512M, and later when first > first 2M lines changes, will push that page table range a little low, > and will make kdump not happy. > > BTW the

kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
Hi folks, I have system that no longer boots kdump kernel. Basically, # echo c > /proc/sysrq-trigger to dump a vmcore doesn't work. It just hangs after showing the usual panic messages. I've bisected the problem and the commit introducing the issue is the one below. Any idea? commit

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 12:02:00 -0700 Yinghai Lu wrote: > On Tue, Sep 4, 2012 at 10:32 AM, Flavio Leitner wrote: > > Hi folks, > > > > I have system that no longer boots kdump kernel. Basically, > > > > # echo c > /proc/sysrq-trigger > > > > to

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 12:20:14 -0700 Yinghai Lu wrote: > On Tue, Sep 4, 2012 at 12:17 PM, Flavio Leitner wrote: > > On Tue, 4 Sep 2012 12:02:00 -0700 > > [0.00] x86 PAT enabled: cpu 0, old 0x7040600070406, new > > 0x7010600070106 > > [0.00] last

Re: kexec/kdump kernel fails to start

2012-09-04 Thread Flavio Leitner
On Tue, 4 Sep 2012 12:20:14 -0700 Yinghai Lu wrote: > On Tue, Sep 4, 2012 at 12:17 PM, Flavio Leitner wrote: > > On Tue, 4 Sep 2012 12:02:00 -0700 > > [0.00] x86 PAT enabled: cpu 0, old 0x7040600070406, new > > 0x7010600070106 > > [0.00] last

[PATCH] serial: set correct baud_base for EXSYS EX-41092 Dual 16950

2012-09-17 Thread Flavio Leitner
Apparently the same card model has two IDs, so this patch complements the commit 39aced68d664291db3324d0fcf0985ab5626aac2 adding the missing one. Signed-off-by: Flavio Leitner --- drivers/tty/serial/8250/8250_pci.c | 7 +-- include/linux/pci_ids.h| 3 ++- 2 files changed, 7

[PATCH] 8250: fix autoconfig to work with serial console

2012-09-18 Thread Flavio Leitner
The autoconfig prints messages while holding the port's spinlock and that causes a deadlock when using serial console. Signed-off-by: Flavio Leitner --- drivers/tty/serial/8250/8250.c | 25 ++--- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/drivers/tty

Re: [PATCH] rtnetlink: fix missing size for IFLA_IF_NETNSID

2017-11-15 Thread Flavio Leitner
On Mon, 6 Nov 2017 16:16:20 +0100 Jiri Benc wrote: > On Mon, 6 Nov 2017 15:04:54 +, Colin King wrote: > > The size for IFLA_IF_NETNSID is missing from the size calculation > > because the proceeding semicolon was not removed. Fix this by removing > > the semicolon. > > Acked-by: Jiri

Re: [PATCH] netfilter: check if the socket netns is correct.

2018-09-27 Thread Flavio Leitner
On Thu, Sep 27, 2018 at 01:46:29PM -0700, Guenter Roeck wrote: > Hi Flavio, > > On Wed, Jun 27, 2018 at 10:34:25AM -0300, Flavio Leitner wrote: > > Netfilter assumes that if the socket is present in the skb, then > > it can be used because that reference is cle