Re: [GIT PULL] bcache changes for 3.17

2015-02-05 Thread Francis Moreau
On 09/05/2014 07:10 PM, Jens Axboe wrote: > On 09/05/2014 11:03 AM, Arne Wiebalck wrote: >> >> On Sep 5, 2014, at 6:41 PM, Peter Kieser >> wrote: >> >>> >>> On 2014-09-05 8:37 AM, Eddie Chapman wrote: On 05/09/14 15:17, Jens Axboe wrote: > (from oldest to newest). And that's just from

Re: [GIT PULL] bcache changes for 3.17

2015-02-05 Thread Francis Moreau
On 09/05/2014 07:10 PM, Jens Axboe wrote: On 09/05/2014 11:03 AM, Arne Wiebalck wrote: On Sep 5, 2014, at 6:41 PM, Peter Kieser pe...@kieser.ca wrote: On 2014-09-05 8:37 AM, Eddie Chapman wrote: On 05/09/14 15:17, Jens Axboe wrote: (from oldest to newest). And that's just from 3.16 to

kernel 3.17.1: fail to use USB3 device after resuming from suspend

2014-10-23 Thread Francis Moreau
Hello, After resuming from a suspend (to RAM), I can't use an external USB hard drive anymore, the kernel seems to fail to detect it. Here is the kernel log when doing a suspend/resume cycle. [Oct23 22:03] wlp2s0: deauthenticating from 92:23:b1:f9:54:e4 by local choice (Reason:

kernel 3.17.1: fail to use USB3 device after resuming from suspend

2014-10-23 Thread Francis Moreau
Hello, After resuming from a suspend (to RAM), I can't use an external USB hard drive anymore, the kernel seems to fail to detect it. Here is the kernel log when doing a suspend/resume cycle. [Oct23 22:03] wlp2s0: deauthenticating from 92:23:b1:f9:54:e4 by local choice (Reason:

Re: oops on kernel 3.14.17 seems related to EFI

2014-10-06 Thread Francis Moreau
Hello Matt, On 09/05/2014 02:09 PM, Matt Fleming wrote: > (Adding linux-efi) > > On Fri, 05 Sep, at 08:51:31AM, Francis Moreau wrote: >> [ +0.45] RIP: 0010:[<>] [< (null)>] >> (null) >> [ +0.46] RSP:

Re: oops on kernel 3.14.17 seems related to EFI

2014-10-06 Thread Francis Moreau
Hello Matt, On 09/05/2014 02:09 PM, Matt Fleming wrote: (Adding linux-efi) On Fri, 05 Sep, at 08:51:31AM, Francis Moreau wrote: [ +0.45] RIP: 0010:[] [ (null)] (null) [ +0.46] RSP: 0018:8800b4001da8 EFLAGS: 00010002 [ +0.32] RAX

Why is max_part default value 0 for loop devices ?

2014-10-01 Thread Francis Moreau
Hello, I'm wondering why max_part parameter for loop device is 0 by default. Also would it make sense to allow one to change this default value at kernel build time ? Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Why is max_part default value 0 for loop devices ?

2014-10-01 Thread Francis Moreau
Hello, I'm wondering why max_part parameter for loop device is 0 by default. Also would it make sense to allow one to change this default value at kernel build time ? Thanks. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

Re: [GIT PULL] bcache changes for 3.17

2014-09-06 Thread Francis Moreau
On 09/05/2014 11:45 PM, Greg KH wrote: > On Fri, Sep 05, 2014 at 09:31:06AM +0200, Francis Moreau wrote: >> On 08/10/2014 09:54 AM, Peter Kieser wrote: >>> >>> On 2014-08-05 9:58 AM, Jens Axboe wrote: >>>> On 08/04/2014 10:33 PM, Kent Overstreet wrote:

Re: [GIT PULL] bcache changes for 3.17

2014-09-06 Thread Francis Moreau
On 09/05/2014 11:45 PM, Greg KH wrote: On Fri, Sep 05, 2014 at 09:31:06AM +0200, Francis Moreau wrote: On 08/10/2014 09:54 AM, Peter Kieser wrote: On 2014-08-05 9:58 AM, Jens Axboe wrote: On 08/04/2014 10:33 PM, Kent Overstreet wrote: Hey Jens, here's the pull request for 3.17 - typically

Re: [PATCH 3.10.y+] PM / sleep: Use valid_state() for platform-dependent sleep states only

2014-09-05 Thread Francis Moreau
On 09/05/2014 09:45 AM, Brian Norris wrote: > On Fri, Sep 05, 2014 at 08:29:09AM +0200, Francis Moreau wrote: >> On 09/04/2014 11:21 PM, Brian Norris wrote: > [...] >>> Signed-off-by: Rafael J. Wysocki >>> Cc: # 3.10+: 27ddcc6596e5: PM / sleep: Add state >>&

Re: [GIT PULL] bcache changes for 3.17

2014-09-05 Thread Francis Moreau
On 09/05/2014 04:17 PM, Jens Axboe wrote: > > We need to do something about this. From this latest pull, looks like > all should go to stable: > > 5b1016e62f74c53e0330403025954c8d95384c03 > 9aa61a992acceeec0d1de2cd99938421498659d5 > dbd810ab678d262d3772d29b65844d7b20dc47bc >

Re: oops on kernel 3.14.17 seems related to EFI

2014-09-05 Thread Francis Moreau
On 09/05/2014 02:09 PM, Matt Fleming wrote: > (Adding linux-efi) > > On Fri, 05 Sep, at 08:51:31AM, Francis Moreau wrote: >> [ +0.45] RIP: 0010:[<>] [< (null)>] >> (null) >> [ +0.46] RSP: 0018:8800b4001da8

Re: [GIT PULL] bcache changes for 3.17

2014-09-05 Thread Francis Moreau
On 08/10/2014 09:54 AM, Peter Kieser wrote: > > On 2014-08-05 9:58 AM, Jens Axboe wrote: >> On 08/04/2014 10:33 PM, Kent Overstreet wrote: >>> Hey Jens, here's the pull request for 3.17 - typically late, but lots of >>> tasty >>> fixes in this one :) >> Normally I'd say no, but since it's

Re: [PATCH] bcache: fix uninterruptible sleep in writeback thread

2014-09-05 Thread Francis Moreau
On 07/25/2014 09:30 AM, Francis Moreau wrote: > Hi, > > On 06/02/2014 04:07 PM, Francis Moreau wrote: >> Hello, >> >> On 05/15/2014 07:30 PM, Jens Axboe wrote: >>> On 05/15/2014 02:02 AM, Francis Moreau wrote: >>>> Hello Jens, >

oops on kernel 3.14.17 seems related to EFI

2014-09-05 Thread Francis Moreau
Hello, Another day, another oops... [ +0.055412] BUG: unable to handle kernel NULL pointer dereference at (null) [ +0.62] IP: [< (null)>] (null) [ +0.34] PGD 2b3c067 PUD 2b3d067 PMD 2b3e067 PTE 8163 [ +0.47] Oops: 0011 [#1] SMP [

Re: [PATCH 3.10.y+] PM / sleep: Use valid_state() for platform-dependent sleep states only

2014-09-05 Thread Francis Moreau
Hello, On 09/04/2014 11:21 PM, Brian Norris wrote: > From: "Rafael J. Wysocki" > > [Upstream commit 43e8317b0bba1d6eb85f38a4a233d82d7c20d732] > > Use the observation that, for platform-dependent sleep states > (PM_SUSPEND_STANDBY, PM_SUSPEND_MEM), a given state is either > always supported or

Re: [PATCH 3.10.y+] PM / sleep: Use valid_state() for platform-dependent sleep states only

2014-09-05 Thread Francis Moreau
Hello, On 09/04/2014 11:21 PM, Brian Norris wrote: From: Rafael J. Wysocki rafael.j.wyso...@intel.com [Upstream commit 43e8317b0bba1d6eb85f38a4a233d82d7c20d732] Use the observation that, for platform-dependent sleep states (PM_SUSPEND_STANDBY, PM_SUSPEND_MEM), a given state is either

oops on kernel 3.14.17 seems related to EFI

2014-09-05 Thread Francis Moreau
Hello, Another day, another oops... [ +0.055412] BUG: unable to handle kernel NULL pointer dereference at (null) [ +0.62] IP: [ (null)] (null) [ +0.34] PGD 2b3c067 PUD 2b3d067 PMD 2b3e067 PTE 8163 [ +0.47] Oops: 0011 [#1] SMP [ +0.27]

Re: [PATCH] bcache: fix uninterruptible sleep in writeback thread

2014-09-05 Thread Francis Moreau
On 07/25/2014 09:30 AM, Francis Moreau wrote: Hi, On 06/02/2014 04:07 PM, Francis Moreau wrote: Hello, On 05/15/2014 07:30 PM, Jens Axboe wrote: On 05/15/2014 02:02 AM, Francis Moreau wrote: Hello Jens, On 05/12/2014 08:27 PM, Peter Kieser wrote: On 2014-05-05 3:30 PM, Nikolay

Re: [GIT PULL] bcache changes for 3.17

2014-09-05 Thread Francis Moreau
On 08/10/2014 09:54 AM, Peter Kieser wrote: On 2014-08-05 9:58 AM, Jens Axboe wrote: On 08/04/2014 10:33 PM, Kent Overstreet wrote: Hey Jens, here's the pull request for 3.17 - typically late, but lots of tasty fixes in this one :) Normally I'd say no, but since it's basically just fixes,

Re: oops on kernel 3.14.17 seems related to EFI

2014-09-05 Thread Francis Moreau
On 09/05/2014 02:09 PM, Matt Fleming wrote: (Adding linux-efi) On Fri, 05 Sep, at 08:51:31AM, Francis Moreau wrote: [ +0.45] RIP: 0010:[] [ (null)] (null) [ +0.46] RSP: 0018:8800b4001da8 EFLAGS: 00010002 [ +0.32] RAX: 80050033 RBX

Re: [GIT PULL] bcache changes for 3.17

2014-09-05 Thread Francis Moreau
On 09/05/2014 04:17 PM, Jens Axboe wrote: We need to do something about this. From this latest pull, looks like all should go to stable: 5b1016e62f74c53e0330403025954c8d95384c03 9aa61a992acceeec0d1de2cd99938421498659d5 dbd810ab678d262d3772d29b65844d7b20dc47bc

Re: [PATCH 3.10.y+] PM / sleep: Use valid_state() for platform-dependent sleep states only

2014-09-05 Thread Francis Moreau
On 09/05/2014 09:45 AM, Brian Norris wrote: On Fri, Sep 05, 2014 at 08:29:09AM +0200, Francis Moreau wrote: On 09/04/2014 11:21 PM, Brian Norris wrote: [...] Signed-off-by: Rafael J. Wysocki rafael.j.wyso...@intel.com Cc: sta...@vger.kernel.org # 3.10+: 27ddcc6596e5: PM / sleep: Add state

Re: kernel 3.14.2 oops: seems related to EFI

2014-05-27 Thread Francis Moreau
On 05/20/2014 01:54 PM, Matt Fleming wrote: > On Mon, 19 May, at 09:09:58AM, Francis Moreau wrote: >> >> I don't know, I can't really afford to configure/compile/test this new >> kernel, sorry. > > It would be useful to know whether this issue still occurs when boo

Re: kernel 3.14.2 oops: seems related to EFI

2014-05-27 Thread Francis Moreau
On 05/20/2014 01:54 PM, Matt Fleming wrote: On Mon, 19 May, at 09:09:58AM, Francis Moreau wrote: I don't know, I can't really afford to configure/compile/test this new kernel, sorry. It would be useful to know whether this issue still occurs when booting with the efi=old_map kernel

Re: kernel 3.14.2 oops: seems related to EFI

2014-05-20 Thread Francis Moreau
On 05/20/2014 01:54 PM, Matt Fleming wrote: > On Mon, 19 May, at 09:09:58AM, Francis Moreau wrote: >> >> I don't know, I can't really afford to configure/compile/test this new >> kernel, sorry. > > It would be useful to know whether this issue still occurs when boo

Re: kernel 3.14.2 oops: seems related to EFI

2014-05-20 Thread Francis Moreau
On 05/20/2014 01:54 PM, Matt Fleming wrote: On Mon, 19 May, at 09:09:58AM, Francis Moreau wrote: I don't know, I can't really afford to configure/compile/test this new kernel, sorry. It would be useful to know whether this issue still occurs when booting with the efi=old_map kernel

Re: kernel 3.14.2 oops: seems related to EFI

2014-05-19 Thread Francis Moreau
On 05/18/2014 03:42 PM, Borislav Petkov wrote: > On Sat, May 17, 2014 at 05:25:47PM +0200, Francis Moreau wrote: >> [ +0.018677] general protection fault: [#1] PREEMPT SMP >> [ +0.68] Modules linked in: usb_storage tun raid1 md_mod loop fuse >> joydev coretemp

Re: kernel 3.14.2 oops: seems related to EFI

2014-05-19 Thread Francis Moreau
On 05/18/2014 03:42 PM, Borislav Petkov wrote: On Sat, May 17, 2014 at 05:25:47PM +0200, Francis Moreau wrote: [ +0.018677] general protection fault: [#1] PREEMPT SMP [ +0.68] Modules linked in: usb_storage tun raid1 md_mod loop fuse joydev coretemp hwmon arc4 intel_rapl

kernel 3.14.2 oops: seems related to EFI

2014-05-17 Thread Francis Moreau
[ +0.018677] general protection fault: [#1] PREEMPT SMP [ +0.68] Modules linked in: usb_storage tun raid1 md_mod loop fuse joydev coretemp hwmon arc4 intel_rapl x86_pkg_temp_thermal intel_powerclamp kvm_intel nls_iso8859_1 nls_cp437 iTCO_wdt kvm vfat fat iTCO_vendor_support iwldvm

kernel 3.14.2 oops: seems related to EFI

2014-05-17 Thread Francis Moreau
[ +0.018677] general protection fault: [#1] PREEMPT SMP [ +0.68] Modules linked in: usb_storage tun raid1 md_mod loop fuse joydev coretemp hwmon arc4 intel_rapl x86_pkg_temp_thermal intel_powerclamp kvm_intel nls_iso8859_1 nls_cp437 iTCO_wdt kvm vfat fat iTCO_vendor_support iwldvm

Re: Can't umount /mnt/dev after calling dd(1) and with /mnt/dev is a bind mount

2014-03-30 Thread Francis Moreau
up On 03/22/2014 05:52 PM, Francis Moreau wrote: > Hello, > > I'm posting here because it might be a behaviour related to the kernel > internals that I can't explain from my user point of view :) > > Basically I'm doing this: > > mount -o bind /dev/ /mnt/dev &&

Re: Can't umount /mnt/dev after calling dd(1) and with /mnt/dev is a bind mount

2014-03-30 Thread Francis Moreau
up On 03/22/2014 05:52 PM, Francis Moreau wrote: Hello, I'm posting here because it might be a behaviour related to the kernel internals that I can't explain from my user point of view :) Basically I'm doing this: mount -o bind /dev/ /mnt/dev chroot /mnt dd bs=440 conv=notrunc

Re: Can't umount /mnt/dev after calling dd(1) and with /mnt/dev is a bind mount

2014-03-22 Thread Francis Moreau
Hello, On 03/22/2014 08:24 PM, Al Viro wrote: > On Sat, Mar 22, 2014 at 05:52:24PM +0100, Francis Moreau wrote: >> I'm posting here because it might be a behaviour related to the kernel >> internals that I can't explain from my user point of view :) >> >> Basically I'

Can't umount /mnt/dev after calling dd(1) and with /mnt/dev is a bind mount

2014-03-22 Thread Francis Moreau
Hello, I'm posting here because it might be a behaviour related to the kernel internals that I can't explain from my user point of view :) Basically I'm doing this: mount -o bind /dev/ /mnt/dev && chroot /mnt dd bs=440 conv=notrunc count=1 if=gptmbr.bin of=/dev/loop0 umount /mnt/dev but

Can't umount /mnt/dev after calling dd(1) and with /mnt/dev is a bind mount

2014-03-22 Thread Francis Moreau
Hello, I'm posting here because it might be a behaviour related to the kernel internals that I can't explain from my user point of view :) Basically I'm doing this: mount -o bind /dev/ /mnt/dev chroot /mnt dd bs=440 conv=notrunc count=1 if=gptmbr.bin of=/dev/loop0 umount /mnt/dev but

Re: Can't umount /mnt/dev after calling dd(1) and with /mnt/dev is a bind mount

2014-03-22 Thread Francis Moreau
Hello, On 03/22/2014 08:24 PM, Al Viro wrote: On Sat, Mar 22, 2014 at 05:52:24PM +0100, Francis Moreau wrote: I'm posting here because it might be a behaviour related to the kernel internals that I can't explain from my user point of view :) Basically I'm doing this: mount -o bind /dev

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-11 Thread Francis Moreau
On 02/12/2014 12:58 AM, Rafael J. Wysocki wrote: > On Tuesday, February 11, 2014 07:17:37 PM Peter Wu wrote: >> On Tuesday 11 February 2014 12:42:37 Mika Westerberg wrote: >>> On Mon, Feb 10, 2014 at 11:39:29PM +0100, Rafael J. Wysocki wrote: > _STA() returns 0x0A instead of 0x0F. Could there

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-11 Thread Francis Moreau
On 02/12/2014 12:58 AM, Rafael J. Wysocki wrote: On Tuesday, February 11, 2014 07:17:37 PM Peter Wu wrote: On Tuesday 11 February 2014 12:42:37 Mika Westerberg wrote: On Mon, Feb 10, 2014 at 11:39:29PM +0100, Rafael J. Wysocki wrote: _STA() returns 0x0A instead of 0x0F. Could there be

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-10 Thread Francis Moreau
> > That came three times before suspend. > > Only two lines about hotplug, none special. > > Stripped journal attached for the suspend cycle. > > > Le 07/02/2014 08:29, Francis Moreau a écrit : >> yeah, but calling this "fast resolution" is quite inc

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-10 Thread Francis Moreau
08:29, Francis Moreau a écrit : yeah, but calling this fast resolution is quite incorrect. I don't blame anyone for this and I'm quite happy that a workaround has been found at last but calling this fast resolution is a bit funny compare to the PITA it was to debug this. Sorry, I didn't mean

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-06 Thread Francis Moreau
On 02/07/2014 12:15 AM, Bastien Traverse wrote: > > I was also hit by the rtsx driver bug > (https://bugs.archlinux.org/task/37720) and was delighted with its fast > resolution. I was hoping that its fix would also address the > disappearing Ethernet bug. yeah, but calling this "fast resolution"

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-06 Thread Francis Moreau
On 02/06/2014 01:40 PM, Rafael J. Wysocki wrote: > On Thursday, February 06, 2014 08:38:15 AM Francis Moreau wrote: >> Hi, >> >> On 02/06/2014 12:42 AM, Bastien Traverse wrote: >>> Hello, >>> >>> I'm encountering the exact same problem (sam

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-06 Thread Francis Moreau
On 02/06/2014 01:40 PM, Rafael J. Wysocki wrote: On Thursday, February 06, 2014 08:38:15 AM Francis Moreau wrote: Hi, On 02/06/2014 12:42 AM, Bastien Traverse wrote: Hello, I'm encountering the exact same problem (same model of machine, same controller, same OS) and was wondering where

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-06 Thread Francis Moreau
On 02/07/2014 12:15 AM, Bastien Traverse wrote: I was also hit by the rtsx driver bug (https://bugs.archlinux.org/task/37720) and was delighted with its fast resolution. I was hoping that its fix would also address the disappearing Ethernet bug. yeah, but calling this fast resolution is

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-05 Thread Francis Moreau
Hi, On 02/06/2014 12:42 AM, Bastien Traverse wrote: > Hello, > > I'm encountering the exact same problem (same model of machine, same > controller, same OS) and was wondering where this bug was at. I'm still leaving with this issue since my initial posting unfortunately :( I'm wondering why PM

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2014-02-05 Thread Francis Moreau
Hi, On 02/06/2014 12:42 AM, Bastien Traverse wrote: Hello, I'm encountering the exact same problem (same model of machine, same controller, same OS) and was wondering where this bug was at. I'm still leaving with this issue since my initial posting unfortunately :( I'm wondering why PM

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2014-01-10 Thread Francis Moreau
On 01/10/2014 10:52 AM, Samuel Ortiz wrote: > Hi Francis, > > On Fri, Jan 10, 2014 at 08:26:13AM +0100, Francis Moreau wrote: >> Hi. >> >> On 12/10/2013 09:29 AM, Samuel Ortiz wrote: >>> Hi Micky, >>> >>> On Tue, Dec 10, 2013 at 09:56:48AM +

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2014-01-10 Thread Francis Moreau
On 01/10/2014 10:52 AM, Samuel Ortiz wrote: Hi Francis, On Fri, Jan 10, 2014 at 08:26:13AM +0100, Francis Moreau wrote: Hi. On 12/10/2013 09:29 AM, Samuel Ortiz wrote: Hi Micky, On Tue, Dec 10, 2013 at 09:56:48AM +0800, micky wrote: Hi Francis: On 12/10/2013 09:39 AM, wwang wrote

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2014-01-09 Thread Francis Moreau
Hi. On 12/10/2013 09:29 AM, Samuel Ortiz wrote: > Hi Micky, > > On Tue, Dec 10, 2013 at 09:56:48AM +0800, micky wrote: >> Hi Francis: >> On 12/10/2013 09:39 AM, wwang wrote: >>> which is based on Thomas' patch. >> >> Can you help us test this patch, we disable irq while suspend here. > I already

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2014-01-09 Thread Francis Moreau
Hi. On 12/10/2013 09:29 AM, Samuel Ortiz wrote: Hi Micky, On Tue, Dec 10, 2013 at 09:56:48AM +0800, micky wrote: Hi Francis: On 12/10/2013 09:39 AM, wwang wrote: which is based on Thomas' patch. Can you help us test this patch, we disable irq while suspend here. I already pushed a patch

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-18 Thread Francis Moreau
On 12/18/2013 05:05 AM, micky wrote: > Hi: > > It seems that the card-reader was removed during suspend or resume, is > that right? or did you removed by hand? yes during a suspend/resume cycle. > I want to know with Thomas' patch, after resume, is the card-reader and > card-reader driver

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-18 Thread Francis Moreau
On 12/18/2013 05:05 AM, micky wrote: Hi: It seems that the card-reader was removed during suspend or resume, is that right? or did you removed by hand? yes during a suspend/resume cycle. I want to know with Thomas' patch, after resume, is the card-reader and card-reader driver still

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2013-12-17 Thread Francis Moreau
Hello Rafael, Could you see something in the logs ? Thanks On 12/12/2013 08:17 PM, Francis Moreau wrote: > On 12/12/2013 06:58 PM, Rafael J. Wysocki wrote: >> On Thursday, December 12, 2013 06:43:03 PM Francis Moreau wrote: > > [...] > >>> >

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-17 Thread Francis Moreau
Hi, On 12/10/2013 02:56 AM, micky wrote: > Hi Francis: > On 12/10/2013 09:39 AM, wwang wrote: >> which is based on Thomas' patch. > > Can you help us test this patch, we disable irq while suspend here. This patch doesn't seem to help, it still oops: [ 29.843910] [ cut here

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-17 Thread Francis Moreau
Hi, On 12/10/2013 02:56 AM, micky wrote: Hi Francis: On 12/10/2013 09:39 AM, wwang wrote: which is based on Thomas' patch. Can you help us test this patch, we disable irq while suspend here. This patch doesn't seem to help, it still oops: [ 29.843910] [ cut here

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2013-12-17 Thread Francis Moreau
Hello Rafael, Could you see something in the logs ? Thanks On 12/12/2013 08:17 PM, Francis Moreau wrote: On 12/12/2013 06:58 PM, Rafael J. Wysocki wrote: On Thursday, December 12, 2013 06:43:03 PM Francis Moreau wrote: [...] Actually I can see this now: [ 42.400974] r8169 :03

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2013-12-12 Thread Francis Moreau
On 12/12/2013 06:58 PM, Rafael J. Wysocki wrote: > On Thursday, December 12, 2013 06:43:03 PM Francis Moreau wrote: [...] >> >> Actually I can see this now: >> >> [ 42.400974] r8169 :03:00.2: System wakeup disabled by ACPI > > This should be harmless.

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2013-12-12 Thread Francis Moreau
On 12/12/2013 09:00 AM, Francis Moreau wrote: > Hello, > > I'm encountering an issue after resuming my system from suspend to RAM: > my ethernet controller is missing, it seems that the kernel doesn't see > it anymore. It's missing from /sys/class/net. > > Before suspendin

3.12: ethernet controller missing after resuming from suspend to RAM

2013-12-12 Thread Francis Moreau
Hello, I'm encountering an issue after resuming my system from suspend to RAM: my ethernet controller is missing, it seems that the kernel doesn't see it anymore. It's missing from /sys/class/net. Before suspending, this is what lspci gives. 03:00.2 Ethernet controller: Realtek Semiconductor

3.12: ethernet controller missing after resuming from suspend to RAM

2013-12-12 Thread Francis Moreau
Hello, I'm encountering an issue after resuming my system from suspend to RAM: my ethernet controller is missing, it seems that the kernel doesn't see it anymore. It's missing from /sys/class/net. Before suspending, this is what lspci gives. 03:00.2 Ethernet controller: Realtek Semiconductor

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2013-12-12 Thread Francis Moreau
On 12/12/2013 09:00 AM, Francis Moreau wrote: Hello, I'm encountering an issue after resuming my system from suspend to RAM: my ethernet controller is missing, it seems that the kernel doesn't see it anymore. It's missing from /sys/class/net. Before suspending, this is what lspci gives

Re: 3.12: ethernet controller missing after resuming from suspend to RAM

2013-12-12 Thread Francis Moreau
On 12/12/2013 06:58 PM, Rafael J. Wysocki wrote: On Thursday, December 12, 2013 06:43:03 PM Francis Moreau wrote: [...] Actually I can see this now: [ 42.400974] r8169 :03:00.2: System wakeup disabled by ACPI This should be harmless. Please run lspci -vv before and after suspend

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-10 Thread Francis Moreau
Hi, On 12/10/2013 02:56 AM, micky wrote: > Hi Francis: > On 12/10/2013 09:39 AM, wwang wrote: >> which is based on Thomas' patch. > > Can you help us test this patch, we disable irq while suspend here. I'll give it a try tonight. Thanks. -- To unsubscribe from this list: send the line

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-10 Thread Francis Moreau
Hi, On 12/09/2013 11:17 PM, Samuel Ortiz wrote: > Hi Francis, > > Adding Lee to the Cc list. > > On Tue, Dec 03, 2013 at 09:14:14AM +0100, Francis Moreau wrote: >> Now that you did the hard work, I hope driver's maintainer/developper >> will care about this issue

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-10 Thread Francis Moreau
Hi, On 12/09/2013 11:17 PM, Samuel Ortiz wrote: Hi Francis, Adding Lee to the Cc list. On Tue, Dec 03, 2013 at 09:14:14AM +0100, Francis Moreau wrote: Now that you did the hard work, I hope driver's maintainer/developper will care about this issue. I applied Thomas' patch to mfd-fixes

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-10 Thread Francis Moreau
Hi, On 12/10/2013 02:56 AM, micky wrote: Hi Francis: On 12/10/2013 09:39 AM, wwang wrote: which is based on Thomas' patch. Can you help us test this patch, we disable irq while suspend here. I'll give it a try tonight. Thanks. -- To unsubscribe from this list: send the line unsubscribe

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-09 Thread Francis Moreau
On 12/03/2013 09:14 AM, Francis Moreau wrote: > Hello Thomas, > > On 12/02/2013 12:20 PM, Thomas Gleixner wrote: >> On Mon, 2 Dec 2013, Thomas Gleixner wrote: >>> On Sat, 30 Nov 2013, Francis Moreau wrote: >>>> Hello Thomas, >>>> >>>> S

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-09 Thread Francis Moreau
On 12/03/2013 09:14 AM, Francis Moreau wrote: Hello Thomas, On 12/02/2013 12:20 PM, Thomas Gleixner wrote: On Mon, 2 Dec 2013, Thomas Gleixner wrote: On Sat, 30 Nov 2013, Francis Moreau wrote: Hello Thomas, Sorry for the delay. On 11/29/2013 10:02 AM, Thomas Gleixner wrote: On Fri, 29

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-03 Thread Francis Moreau
Hello Thomas, On 12/02/2013 12:20 PM, Thomas Gleixner wrote: > On Mon, 2 Dec 2013, Thomas Gleixner wrote: >> On Sat, 30 Nov 2013, Francis Moreau wrote: >>> Hello Thomas, >>> >>> Sorry for the delay. >>> >>> On 11/29/2013 10:02 AM, Thomas Gl

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-03 Thread Francis Moreau
Hello Thomas, On 12/02/2013 12:20 PM, Thomas Gleixner wrote: On Mon, 2 Dec 2013, Thomas Gleixner wrote: On Sat, 30 Nov 2013, Francis Moreau wrote: Hello Thomas, Sorry for the delay. On 11/29/2013 10:02 AM, Thomas Gleixner wrote: On Fri, 29 Nov 2013, Francis Moreau wrote: Since it seems

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-01 Thread Francis Moreau
On 11/30/2013 09:17 PM, Rafael J. Wysocki wrote: [...] > If your system survives resume (I guess it does?), can you please send > /proc/interrupts before and after the first suspend/resume cycle? > Please find both dumps attached. Thanks CPU0 CPU1 CPU2 CPU3

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-01 Thread Francis Moreau
On 11/30/2013 09:17 PM, Rafael J. Wysocki wrote: > On Saturday, November 30, 2013 04:07:36 PM Francis Moreau wrote: >> Hello Thomas, >> >> Sorry for the delay. >> >> On 11/29/2013 10:02 AM, Thomas Gleixner wrote: >>> On Fri, 29 Nov 2013, Francis Morea

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-01 Thread Francis Moreau
On 11/30/2013 09:17 PM, Rafael J. Wysocki wrote: On Saturday, November 30, 2013 04:07:36 PM Francis Moreau wrote: Hello Thomas, Sorry for the delay. On 11/29/2013 10:02 AM, Thomas Gleixner wrote: On Fri, 29 Nov 2013, Francis Moreau wrote: Since it seems to be related to rtsx driver or its

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-12-01 Thread Francis Moreau
On 11/30/2013 09:17 PM, Rafael J. Wysocki wrote: [...] If your system survives resume (I guess it does?), can you please send /proc/interrupts before and after the first suspend/resume cycle? Please find both dumps attached. Thanks CPU0 CPU1 CPU2 CPU3

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-30 Thread Francis Moreau
Hello Thomas, Sorry for the delay. On 11/29/2013 10:02 AM, Thomas Gleixner wrote: > On Fri, 29 Nov 2013, Francis Moreau wrote: >> Since it seems to be related to rtsx driver or its upper layer, could >> the folks involved in this area have a look to this issue please ? >

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-30 Thread Francis Moreau
Hello Thomas, Sorry for the delay. On 11/29/2013 10:02 AM, Thomas Gleixner wrote: On Fri, 29 Nov 2013, Francis Moreau wrote: Since it seems to be related to rtsx driver or its upper layer, could the folks involved in this area have a look to this issue please ? I'm not involved

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-29 Thread Francis Moreau
Hello, On 11/25/2013 11:47 AM, Rafael J. Wysocki wrote: > On Monday, November 25, 2013 08:42:21 AM Francis Moreau wrote: >> On 11/24/2013 10:06 PM, Rafael J. Wysocki wrote: >>> On Sunday, November 24, 2013 10:39:20 AM Francis Moreau wrote: >>>> Hello Thomas &g

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-29 Thread Francis Moreau
Hello, On 11/25/2013 11:47 AM, Rafael J. Wysocki wrote: On Monday, November 25, 2013 08:42:21 AM Francis Moreau wrote: On 11/24/2013 10:06 PM, Rafael J. Wysocki wrote: On Sunday, November 24, 2013 10:39:20 AM Francis Moreau wrote: Hello Thomas On 11/22/2013 11:27 PM, Thomas Gleixner wrote

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-24 Thread Francis Moreau
On 11/24/2013 10:06 PM, Rafael J. Wysocki wrote: > On Sunday, November 24, 2013 10:39:20 AM Francis Moreau wrote: >> Hello Thomas >> >> On 11/22/2013 11:27 PM, Thomas Gleixner wrote: >>> On Fri, 22 Nov 2013, Rafael J. Wysocki wrote: >>>> On Friday, No

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-24 Thread Francis Moreau
Hello Rafael, On 11/22/2013 11:08 PM, Rafael J. Wysocki wrote: > On Friday, November 22, 2013 10:36:23 PM Francis Moreau wrote: >> On 11/22/2013 01:54 PM, Rafael J. Wysocki wrote: >>> On Friday, November 22, 2013 10:57:25 AM Francis Moreau wrote: >>>> Le 22/11/2013

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-24 Thread Francis Moreau
Hello Rafael, On 11/22/2013 11:08 PM, Rafael J. Wysocki wrote: On Friday, November 22, 2013 10:36:23 PM Francis Moreau wrote: On 11/22/2013 01:54 PM, Rafael J. Wysocki wrote: On Friday, November 22, 2013 10:57:25 AM Francis Moreau wrote: Le 22/11/2013 08:43, Francis Moreau a écrit : Le 21/11

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-24 Thread Francis Moreau
On 11/24/2013 10:06 PM, Rafael J. Wysocki wrote: On Sunday, November 24, 2013 10:39:20 AM Francis Moreau wrote: Hello Thomas On 11/22/2013 11:27 PM, Thomas Gleixner wrote: On Fri, 22 Nov 2013, Rafael J. Wysocki wrote: On Friday, November 22, 2013 10:36:23 PM Francis Moreau wrote: Ok, I've

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-22 Thread Francis Moreau
On 11/22/2013 01:54 PM, Rafael J. Wysocki wrote: > On Friday, November 22, 2013 10:57:25 AM Francis Moreau wrote: >> Le 22/11/2013 08:43, Francis Moreau a écrit : >>> Le 21/11/2013 12:17, Jingoo Han a écrit : >>> [...] >>>>> >>>>>&g

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-22 Thread Francis Moreau
Le 22/11/2013 08:43, Francis Moreau a écrit : > Le 21/11/2013 12:17, Jingoo Han a écrit : > [...] >>> >>>> Also I took a look at the changes between v3.11 and v3.12 in this area >>>> and those changes match the issue I'm facing: >>>> >>>

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-22 Thread Francis Moreau
Le 22/11/2013 08:43, Francis Moreau a écrit : Le 21/11/2013 12:17, Jingoo Han a écrit : [...] Also I took a look at the changes between v3.11 and v3.12 in this area and those changes match the issue I'm facing: $ git log --oneline v3.11..v3.12 -- drivers/mfd/rtsx_pcr.c 09fd867 mfd: rtsx

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-22 Thread Francis Moreau
On 11/22/2013 01:54 PM, Rafael J. Wysocki wrote: On Friday, November 22, 2013 10:57:25 AM Francis Moreau wrote: Le 22/11/2013 08:43, Francis Moreau a écrit : Le 21/11/2013 12:17, Jingoo Han a écrit : [...] Also I took a look at the changes between v3.11 and v3.12 in this area and those

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-21 Thread Francis Moreau
Le 21/11/2013 12:17, Jingoo Han a écrit : [...] >> >>> Also I took a look at the changes between v3.11 and v3.12 in this area >>> and those changes match the issue I'm facing: >>> >>> $ git log --oneline v3.11..v3.12 -- drivers/mfd/rtsx_pcr.c >>> 09fd867 mfd: rtsx: Copyright modifications >>>

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-21 Thread Francis Moreau
Le 21/11/2013 12:17, Jingoo Han a écrit : [...] Also I took a look at the changes between v3.11 and v3.12 in this area and those changes match the issue I'm facing: $ git log --oneline v3.11..v3.12 -- drivers/mfd/rtsx_pcr.c 09fd867 mfd: rtsx: Copyright modifications eb891c6 mfd: rtsx:

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-20 Thread Francis Moreau
Hello Borislav, On 11/19/2013 11:15 AM, Borislav Petkov wrote: > On Tue, Nov 19, 2013 at 11:01:14AM +0100, Francis Moreau wrote: >> I think the easiest way to do it is to install a minimal system on a >> USB stick and try to reproduce first in order to preserve my system. > &g

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-20 Thread Francis Moreau
Hello Borislav, On 11/19/2013 11:15 AM, Borislav Petkov wrote: On Tue, Nov 19, 2013 at 11:01:14AM +0100, Francis Moreau wrote: I think the easiest way to do it is to install a minimal system on a USB stick and try to reproduce first in order to preserve my system. Yep, sounds simple enough

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-18 Thread Francis Moreau
Le 17/11/2013 23:46, Borislav Petkov a écrit : > On Sun, Nov 17, 2013 at 11:34:20PM +0100, Rafael J. Wysocki wrote: >> This looks like a softirq bug to me (and related to cpuidle). > > Reportedly, it happens right after resume from RAM. Francis, is that > correct? yes that's correct. I haven't

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-18 Thread Francis Moreau
Le 17/11/2013 23:34, Rafael J. Wysocki a écrit : > On Sunday, November 17, 2013 11:06:12 PM Borislav Petkov wrote: >> On Sun, Nov 17, 2013 at 09:49:40PM +0100, Francis Moreau wrote: >>> On Sun, Nov 17, 2013 at 8:53 PM, Borislav Petkov wrote: >>>> On Sun, Nov 17, 201

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-18 Thread Francis Moreau
Hello Borislav, Le 17/11/2013 23:06, Borislav Petkov a écrit : > On Sun, Nov 17, 2013 at 09:49:40PM +0100, Francis Moreau wrote: >> On Sun, Nov 17, 2013 at 8:53 PM, Borislav Petkov wrote: >>> On Sun, Nov 17, 2013 at 07:02:21PM +0100, Francis Moreau wrote: >>>> Sorr

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-18 Thread Francis Moreau
Hello Borislav, Le 17/11/2013 23:06, Borislav Petkov a écrit : On Sun, Nov 17, 2013 at 09:49:40PM +0100, Francis Moreau wrote: On Sun, Nov 17, 2013 at 8:53 PM, Borislav Petkov b...@alien8.de wrote: On Sun, Nov 17, 2013 at 07:02:21PM +0100, Francis Moreau wrote: Sorry I haven't taken

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-18 Thread Francis Moreau
Le 17/11/2013 23:34, Rafael J. Wysocki a écrit : On Sunday, November 17, 2013 11:06:12 PM Borislav Petkov wrote: On Sun, Nov 17, 2013 at 09:49:40PM +0100, Francis Moreau wrote: On Sun, Nov 17, 2013 at 8:53 PM, Borislav Petkov b...@alien8.de wrote: On Sun, Nov 17, 2013 at 07:02:21PM +0100

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-18 Thread Francis Moreau
Le 17/11/2013 23:46, Borislav Petkov a écrit : On Sun, Nov 17, 2013 at 11:34:20PM +0100, Rafael J. Wysocki wrote: This looks like a softirq bug to me (and related to cpuidle). Reportedly, it happens right after resume from RAM. Francis, is that correct? yes that's correct. I haven't been

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-17 Thread Francis Moreau
On Sun, Nov 17, 2013 at 8:53 PM, Borislav Petkov wrote: > On Sun, Nov 17, 2013 at 07:02:21PM +0100, Francis Moreau wrote: >> Sorry I haven't taken the original picture large enough, and getting >> this kernel panic is pretty hard since the kernel usually displays the >> black

Re: 3.12: kernel panic when resuming from suspend to RAM (x86_64)

2013-11-17 Thread Francis Moreau
On Sun, Nov 17, 2013 at 5:01 PM, Borislav Petkov wrote: > On Sun, Nov 17, 2013 at 04:50:23PM +0100, Francis Moreau wrote: >> AFAIK, the kernel has 2 simple patches on top of the vanilla one. >> They're both are trivial and can't be related to this issue. >> >> You

  1   2   3   >