[Kernel-packages] [Bug 1265841] Re: kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP: 0010:[ffffffff816e3efd] [ffffffff816e3efd] check_irqs_on.part.11+0x4/0x6

2014-01-16 Thread Maarten Baert
I don't know, the cause is apparently that IRQs are disabled, but I
don't know whether that's considered an error. The aesni_intel module is
needed to trigger the bug, but that doesn't imply that it contains the
bug. It's possible that ecryptfs is using it wrong, or that the fallback
code (which is used when aesni_intel is not available) happens to
contain something that avoids the bug. Since ecryptfs is the module that
binds all these other modules together, I thought that was the right
place to ask.

The ecryptfs mailing list doesn't seem very active though, is it normal
that this takes so long? Should I send it directly to one of the
maintainers?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP:
  0010:[816e3efd]  [816e3efd]
  check_irqs_on.part.11+0x4/0x6

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  This only happens when aesni_intel is loaded.

  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265841] Re: kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP: 0010:[ffffffff816e3efd] [ffffffff816e3efd] check_irqs_on.part.11+0x4/0x6

2014-01-05 Thread Maarten Baert
Done:
http://permalink.gmane.org/gmane.comp.file-systems.ecryptfs.general/487

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP:
  0010:[816e3efd]  [816e3efd]
  check_irqs_on.part.11+0x4/0x6

Status in “linux” package in Ubuntu:
  Triaged

Bug description:
  This only happens when aesni_intel is loaded.

  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265841] Re: kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP: 0010:[ffffffff816e3efd] [ffffffff816e3efd] check_irqs_on.part.11+0x4/0x6

2014-01-04 Thread Maarten Baert
I can do it if you really want, but I think I already know the result. 
According to this:
http://www.phoronix.com/scan.php?page=news_itempx=MTM2OTg
... ecryptfs AES-NI support was only added in kernel 3.10. Both quantal and 
raring use older kernels, so they will not load the aesni_intel module and 
won't be affected, just like 12.04.

I will try to install some older kernels on saucy, I should be able to
find out if the issue started with kernel 3.10 or later.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP:
  0010:[816e3efd]  [816e3efd]
  check_irqs_on.part.11+0x4/0x6

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This only happens when aesni_intel is loaded.

  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265841] Re: kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP: 0010:[ffffffff816e3efd] [ffffffff816e3efd] check_irqs_on.part.11+0x4/0x6

2014-01-04 Thread Maarten Baert
The tests I did confirmed what I suspected:

* kernel 3.13 is affected (if aesni_intel is loaded)
* kernel 3.11 is affected (if aesni_intel is loaded)
* kernel 3.10 is affected (if aesni_intel is loaded)
* kernel 3.9 is NOT affected (ecryptfs doesn't use aesni_intel so it doesn't 
matter whether it's loaded)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP:
  0010:[816e3efd]  [816e3efd]
  check_irqs_on.part.11+0x4/0x6

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This only happens when aesni_intel is loaded.

  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265841] [NEW] Kernel crash in ext4/ecryptfs after core dump in encrypted folder

2014-01-03 Thread Maarten Baert
Public bug reported:

In my attempts to find an easy way to reproduce this bug:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
... I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens.

The stack trace for this bug is different from the other one. This one
appears to be less severe, the system is still usable after the crash,
only the process that caused the crash will hang (uninterruptible
sleep).

This bug is 100% reproducible on both Ubuntu 13.10 with kernel 3.11.0
and Arch Linux with kernel 3.12.6.

STEPS TO REPRODUCE
--

The steps to reproduce the bug are based on this:
http://www.spinics.net/lists/linux-ext4/msg38949.html

* Set up an ecryptfs 'Private' folder in your home directory.

* In that directory, create a file called 'crashme.c' with the following
code in it:

#include assert.h
int main() { assert(0); }

* Compile the program:

gcc -Wall crashme.c -o crashme

* Change the core dump pattern so core dumps are saved in the current
directory:

echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

* Enable core dumps:

ulimit -c unlimited

* Make sure that you have a second terminal open to run dmesg, because
you may not be able to do so later.

* Run 'crashme' - this will hang and trigger the bug:

./crashme

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: linux-image-3.11.0-15-generic 3.11.0-15.23
ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
Uname: Linux 3.11.0-15-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  maarten1666 F lxpanel
CRDA: Error: [Errno 2] No such file or directory: 'iw'
Date: Fri Jan  3 15:58:24 2014
EcryptfsInUse: Yes
HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
InstallationDate: Installed on 2013-12-28 (6 days ago)
InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 (20131016.1)
IwConfig:
 eth0  no wireless extensions.
 
 lono wireless extensions.
MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
MarkForUpload: True
ProcFB: 0 EFI VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.11.0-15-generic N/A
 linux-backports-modules-3.11.0-15-generic  N/A
 linux-firmware 1.116
RfKill:
 
SourcePackage: linux
StagingDrivers: zram
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 08/02/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F7
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: Z87X-D3H-CF
dmi.board.vendor: Gigabyte Technology Co., Ltd.
dmi.board.version: x.x
dmi.chassis.asset.tag: To Be Filled By O.E.M.
dmi.chassis.type: 3
dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
dmi.chassis.version: To Be Filled By O.E.M.
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
dmi.product.name: Z87X-D3H
dmi.product.version: To be filled by O.E.M.
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug saucy staging

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  Kernel crash in ext4/ecryptfs after core dump in encrypted folder

Status in “linux” package in Ubuntu:
  New

Bug description:
  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  ... I actually found a very simple way to trigger a bug that is similar but 
not identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens.

  The stack trace for this bug is different from the other one. This one
  appears to be less severe, the system is still usable after the crash,
  only the process that caused the crash will hang (uninterruptible
  sleep).

  This bug is 100% reproducible on both Ubuntu 13.10 with kernel 3.11.0
  and Arch Linux with kernel 3.12.6.

  STEPS TO REPRODUCE
  --

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.

  * In that directory, create a file called 'crashme.c' with the
  following code in it:

  #include assert.h
  int main() { assert(0); }

  * Compile the program:

  gcc -Wall crashme.c 

[Kernel-packages] [Bug 1265841] Re: Kernel crash in ext4/ecryptfs after core dump in encrypted folder

2014-01-03 Thread Maarten Baert
Blacklisting the aesni_intel module appears to fix this crash (but maybe
not the other one, I don't know). I will try to get the latest kernel
and do more testing.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  Kernel crash in ext4/ecryptfs after core dump in encrypted folder

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265684] Re: [Gigabyte Z87X-D3H] Kernel crash, appears related to ext4 and ecryptfs

2014-01-03 Thread Maarten Baert
My attempts to reproduce the bug on purpose have failed so far, bug I did find 
a very simple way to reproduce a similar bug that may have the same cause:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265684

Title:
  [Gigabyte Z87X-D3H] Kernel crash, appears related to ext4 and ecryptfs

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This problem is very similar, but happened with a different kernel (I
  was using Arch Linux): I am using firefox, I have encrypted my firefox
  profile folder with ecryptfs, and the underlying file system is ext4.
  While I was using firefox, the program became frozen and could not be
  killed. The 'htop' utility indicated that firefox and some other
  processes had status 'D', i.e. 'uninterruptible sleep'. My graphical
  session was still functional, and I could open a terminal and run
  'dmesg', but any attempt to save it to the hard disk would freeze bash
  (uninterruptible sleep, just like firefox). I was able to save the
  output on a different physical hard disk (i.e. not the one that was
  used by firefox and ecrypt). After that I tried to reboot, but this
  caused the kernel to lock up and required a hard reset.

  So far I have not been able to reproduce this issue, so I can only
  give a stack trace for Linux 3.12.6 (from Arch Linux):

  [42210.127535] [ cut here ]
  [42210.127540] kernel BUG at fs/buffer.c:1278!
  [42210.127542] invalid opcode:  [#1] PREEMPT SMP
  [42210.127544] Modules linked in: md5 ecb ecryptfs cbc sha256_ssse3 
sha256_generic encrypted_keys hmac trusted tpm tpm_bios snd_hda_codec_hdmi 
snd_hda_codec_realtek nls_cp437 vfat fat nvidia(PO) x86_pkg_temp_thermal 
coretemp kvm_intel kvm crct10dif_pclmul crct10dif_common crc32_pclmul 
crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd hid_logitech_dj iTCO_wdt iTCO_vendor_support 
mxm_wmi ip6t_REJECT microcode evdev xt_hl ip6t_rt snd_hda_intel snd_hda_codec 
drm snd_hwdep snd_pcm nf_conntrack_ipv6 e1000e nf_defrag_ipv6 snd_page_alloc 
i2c_i801 snd_timer snd psmouse ptp soundcore mei_me i2c_core pps_core shpchp 
mei lpc_ich ipt_REJECT serio_raw pcspkr xt_LOG xt_recent fan thermal 
xt_multiport xt_limit xt_tcpudp xt_addrtype wmi video processor button 
nf_conntrack_ipv4
  [42210.127583]  nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables 
nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat 
nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables ext4 crc16 
mbcache jbd2 hid_generic usbhid hid sr_mod cdrom sd_mod ahci libahci libata 
ehci_pci xhci_hcd ehci_hcd scsi_mod usbcore usb_common
  [42210.127600] CPU: 0 PID: 7198 Comm: firefox Tainted: P   O 
3.12.6-1-ARCH #1
  [42210.127601] Hardware name: Gigabyte Technology Co., Ltd. 
Z87X-D3H/Z87X-D3H-CF, BIOS F7 08/02/2013
  [42210.127603] task: 8802070c1a10 ti: 8800cad36000 task.ti: 
8800cad36000
  [42210.127604] RIP: 0010:[811d6ab8]  [811d6ab8] 
__find_get_block+0x288/0x290
  [42210.127609] RSP: 0018:8800cad375a0  EFLAGS: 00010046
  [42210.127610] RAX: 0092 RBX: 88009a0baaf8 RCX: 
880222edc800
  [42210.127611] RDX: 1000 RSI: 00d000bb RDI: 
8800cd0f0700
  [42210.127613] RBP: 8800cad375f8 R08: 0003 R09: 
0003
  [42210.127614] R10: 880222edc800 R11: a0256a40 R12: 
8800cd0f0700
  [42210.127615] R13: 1000 R14: 88022eb54400 R15: 
0010
  [42210.127616] FS:  () GS:88022ec0() 
knlGS:
  [42210.127617] CS:  0010 DS:  ES:  CR0: 80050033
  [42210.127618] CR2: 7fa7e5e00018 CR3: 0280d000 CR4: 
001407f0
  [42210.127619] Stack:
  [42210.127621]  811d6f75 8800cad375f0 8109c074 
8800cad37fd8
  [42210.127624]  880222deb000 00d000bb 88009a0baaf8 
8800cad376b0
  [42210.127626]  880222edc000 88022eb54400 0010 
8800cad37660
  [42210.127628] Call Trace:
  [42210.127631]  [811d6f75] ? __getblk+0x25/0x2e0
  [42210.127636]  [8109c074] ? dequeue_entity+0x144/0x4d0
  [42210.127646]  [a0288465] __ext4_get_inode_loc+0x105/0x440 [ext4]
  [42210.127653]  [a028affd] ext4_get_inode_loc+0x1d/0x20 [ext4]
  [42210.127659]  [a028c866] ext4_reserve_inode_write+0x26/0xa0 [ext4]
  [42210.127665]  [a028fed0] ? ext4_dirty_inode+0x40/0x60 [ext4]
  [42210.127671]  [a028c91f] ext4_mark_inode_dirty+0x3f/0x230 [ext4]
  [42210.127676]  [a028fed0] ext4_dirty_inode+0x40/0x60 [ext4]
  [42210.127681]  [811ce24a] __mark_inode_dirty+0x3a/0x2f0
  [42210.127685]  [811bec21] update_time+0x81/0xd0
  [42210.127687]  [811bee30] 

[Kernel-packages] [Bug 1265841] Re: Kernel crash in ext4/ecryptfs after core dump in encrypted folder

2014-01-03 Thread Maarten Baert
Still reproducible on upstream kernel 3.13.0-rc6. As with the other
kernels, it only happens when aesni_intel is loaded.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

** Tags removed: needs-upstream-testing
** Tags added: kernel-bug-exists-upstream kernel-bug-exists-upstream-v3.13-rc6

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  Kernel crash in ext4/ecryptfs after core dump in encrypted folder

Status in “linux” package in Ubuntu:
  Confirmed

Bug description:
  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265841] Re: kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP: 0010:[ffffffff816e3efd] [ffffffff816e3efd] check_irqs_on.part.11+0x4/0x6

2014-01-03 Thread Maarten Baert
I tried kernel 3.13.0-rc6 with:
* noapic
* pci=routeirq
* pci=noacpi
* acpi=off
In all cases I can still reproduce the bug, nothing changes.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP:
  0010:[816e3efd]  [816e3efd]
  check_irqs_on.part.11+0x4/0x6

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This only happens when aesni_intel is loaded.

  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265841] Re: kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP: 0010:[ffffffff816e3efd] [ffffffff816e3efd] check_irqs_on.part.11+0x4/0x6

2014-01-03 Thread Maarten Baert
Oh, and for what it's worth, I have run memtest86+ and mprime to
eliminate the most obvious hardware problems, and both tests didn't find
any errors.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP:
  0010:[816e3efd]  [816e3efd]
  check_irqs_on.part.11+0x4/0x6

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This only happens when aesni_intel is loaded.

  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265841] Re: kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP: 0010:[ffffffff816e3efd] [ffffffff816e3efd] check_irqs_on.part.11+0x4/0x6

2014-01-03 Thread Maarten Baert
I don't know, this is a new computer. But on my older computer I had an
identical setup that I have used for months with kernels 3.9 up to 3.12
with no issues at all. On the new computer it happened twice in just one
week. So I suspect it is hardware-related somehow.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP:
  0010:[816e3efd]  [816e3efd]
  check_irqs_on.part.11+0x4/0x6

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This only happens when aesni_intel is loaded.

  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265841/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1265841] Re: kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP: 0010:[ffffffff816e3efd] [ffffffff816e3efd] check_irqs_on.part.11+0x4/0x6

2014-01-03 Thread Maarten Baert
I tried to install 12.04 but I ran into some issues. The installer seems
buggy, it used the wrong EFI partition and failed to install grub, but I
was still able to boot it by re-using the 13.10 grub install, and I
think the install is okay. Unfortunately 12.04 doesn't seem to have
drivers for my ethernet controller, so I couldn't connect to the
internet and update (this was already the case with the live as well). I
did the test anyway based on the packages that came with the CD (that
was the very first 12.04 I believe, not 12.04.2).

It turns out ecryptfs on 12.04 does not load the aesni_intel module (I
suppose it didn't support it yet). Because of that it does not crash. I
tried loading the aesni_intel module manually, but this does not seem to
make a difference (ecryptfs probably doesn't use it).

So technically this is a regression from 12.04, but only because 12.04
didn't use aesni_intel yet.

My previous installation *did* use aesni_intel without problems (but
with different hardware).

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1265841

Title:
  kernel BUG at /build/buildd/linux-3.11.0/fs/buffer.c:1268!; RIP:
  0010:[816e3efd]  [816e3efd]
  check_irqs_on.part.11+0x4/0x6

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  This only happens when aesni_intel is loaded.

  In my attempts to find an easy way to reproduce this bug:
  https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1265684
  I actually found a very simple way to trigger a bug that is similar but not 
identical. I suspect that both bugs have the same cause: something in the 
kernel is disabling IRQs and the ext4 code will crash when this happens. The 
stack trace for this bug is different from the other one. This one appears to 
be less severe, the system is still usable after the crash, only the process 
that caused the crash will hang (uninterruptible sleep). This bug is 100% 
reproducible on both Ubuntu 13.10 with kernel 3.11.0 and Arch Linux with kernel 
3.12.6.

  The steps to reproduce the bug are based on this:
  http://www.spinics.net/lists/linux-ext4/msg38949.html

  * Set up an ecryptfs 'Private' folder in your home directory.
  * In that directory, create a file called 'crashme.c' with the following code 
in it:
  #include assert.h
  int main() { assert(0); }

  * Compile the program:
  gcc -Wall crashme.c -o crashme

  * Change the core dump pattern so core dumps are saved in the current 
directory:
  echo coredump-%p | sudo tee /proc/sys/kernel/core_pattern

  * Enable core dumps:
  ulimit -c unlimited

  * Make sure that you have a second terminal open to run dmesg, because you 
may not be able to do so later.
  * Run 'crashme' - this will hang and trigger the bug:
  ./crashme

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: linux-image-3.11.0-15-generic 3.11.0-15.23
  ProcVersionSignature: Ubuntu 3.11.0-15.23-generic 3.11.10
  Uname: Linux 3.11.0-15-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  maarten1666 F lxpanel
  CRDA: Error: [Errno 2] No such file or directory: 'iw'
  Date: Fri Jan  3 15:58:24 2014
  EcryptfsInUse: Yes
  HibernationDevice: RESUME=UUID=bc17e234-da75-457f-b17c-22d9c0e27dd8
  InstallationDate: Installed on 2013-12-28 (6 days ago)
  InstallationMedia: Lubuntu 13.10 Saucy Salamander - Release amd64 
(20131016.1)
  IwConfig:
   eth0  no wireless extensions.

   lono wireless extensions.
  MachineType: Gigabyte Technology Co., Ltd. Z87X-D3H
  MarkForUpload: True
  ProcFB: 0 EFI VGA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.11.0-15-generic.efi.signed 
root=UUID=5a8ae1fc-91bf-4ce0-8dea-a519976fd56b ro quiet splash vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-3.11.0-15-generic N/A
   linux-backports-modules-3.11.0-15-generic  N/A
   linux-firmware 1.116
  RfKill:

  SourcePackage: linux
  StagingDrivers: zram
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 08/02/2013
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F7
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z87X-D3H-CF
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: Gigabyte Technology Co., Ltd.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF7:bd08/02/2013:svnGigabyteTechnologyCo.,Ltd.:pnZ87X-D3H:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ87X-D3H-CF:rvrx.x:cvnGigabyteTechnologyCo.,Ltd.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.name: Z87X-D3H
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.

To manage 

[Kernel-packages] [Bug 1258313] Re: Kernel crashes with error in fs/buffer.c:1268

2014-01-02 Thread Maarten Baert
@Christopher M. Penalver:
I can submit a new bug report with my hardware, but I am not able to reproduce 
this issue. So far I've only seen it happen once, and I don't know what 
triggers the bug. So the best I can do at the moment is give you a hardware 
report from Ubuntu with a trace from Arch Linux. Do you still want the report?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1258313

Title:
  Kernel crashes with error in fs/buffer.c:1268

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After the upgrade to 3.11.0-15, the kernel crashes with the following
  message:

  Dec  5 22:05:02 excelsior kernel: [22046.717322] kernel BUG at 
/build/buildd/linux-3.11.0/fs/buffer.c:1268!
  Dec  5 22:05:02 excelsior kernel: [22046.717376] invalid opcode:  [#1] 
SMP 
  Dec  5 22:05:02 excelsior kernel: [22046.717413] Modules linked in: 
parport_pc ppdev rfcomm bnep binfmt_misc dm_crypt x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel kvm crc32_pclmul aesni_intel aes_i586 xts 
lrw gf128mul ablk_helper cryptd joydev snd_hda_codec_hdmi snd_hda_codec_idt 
dell_wmi sparse_keymap snd_hda_intel uvcvideo snd_hda_codec videobuf2_vmalloc 
videobuf2_memops videobuf2_core snd_hwdep videodev rts5139(C) ath3k btusb 
snd_pcm bluetooth dell_laptop dcdbas snd_page_alloc snd_seq_midi 
snd_seq_midi_event arc4 snd_rawmidi microcode ath9k ath9k_common psmouse 
serio_raw ath9k_hw ath snd_seq mac80211 lpc_ich snd_seq_device snd_timer 
cfg80211 intel_rst snd mac_hid mei_me mei soundcore lp parport hid_generic 
usbhid hid radeon i915 ttm ahci i2c_algo_bit drm_kms_helper libahci alx drm 
mdio wmi video [last unloaded: ipmi_msghandler]
  Dec  5 22:05:02 excelsior kernel: [22046.718054] CPU: 2 PID: 9814 Comm: 
firefox Tainted: G C   3.11.0-15-generic #22-Ubuntu
  Dec  5 22:05:02 excelsior kernel: [22046.718120] Hardware name: Dell Inc. 
Inspiron 5423/0YW78J, BIOS A06 09/17/2012
  Dec  5 22:05:02 excelsior kernel: [22046.718176] task: e9e1b380 ti: e975c000 
task.ti: e975c000
  Dec  5 22:05:02 excelsior kernel: [22046.718217] EIP: 0060:[c1625279] 
EFLAGS: 00210046 CPU: 2
  Dec  5 22:05:02 excelsior kernel: [22046.718263] EIP is at 
check_irqs_on.part.11+0x3/0x5
  Dec  5 22:05:02 excelsior kernel: [22046.718300] EAX: 00200096 EBX:  
ECX:  EDX: 04400091
  Dec  5 22:05:02 excelsior kernel: [22046.718345] ESI: f68f0400 EDI: 0010 
EBP: e975d894 ESP: e975d894
  Dec  5 22:05:02 excelsior kernel: [22046.718394]  DS: 007b ES: 007b FS: 00d8 
GS: 00e0 SS: 0068
  Dec  5 22:05:02 excelsior kernel: [22046.718434] CR0: 80050033 CR2: b6dbb4a0 
CR3: 01a56000 CR4: 001407f0
  Dec  5 22:05:02 excelsior kernel: [22046.718481] Stack:
  Dec  5 22:05:02 excelsior kernel: [22046.718498]  e975d8d0 c1194e25  
04400091 f6125e00 f7bd7648 a33ea876 e975d8f4
  Dec  5 22:05:02 excelsior kernel: [22046.718569]  c1084db6 e9e1b3b4 e9e1b3b4 
ee2a2780  1000 0010 e975d93c
  Dec  5 22:05:02 excelsior kernel: [22046.718634]  c119687e 1000  
1406 3c39 f6125e00 f6125e00 01406a33
  Dec  5 22:05:02 excelsior kernel: [22046.718700] Call Trace:
  Dec  5 22:05:02 excelsior kernel: [22046.718726]  [c1194e25] 
__find_get_block+0x1e5/0x1f0
  Dec  5 22:05:02 excelsior kernel: [22046.718770]  [c1084db6] ? 
update_curr+0xa6/0x1d0
  Dec  5 22:05:02 excelsior kernel: [22046.718809]  [c119687e] 
__getblk+0x2e/0x320
  Dec  5 22:05:02 excelsior kernel: [22046.718845]  [c12f1ca8] ? 
cpumask_next_and+0x28/0x40
  Dec  5 22:05:02 excelsior kernel: [22046.718885]  [c1088fc5] ? 
update_sd_lb_stats+0xc5/0x450
  Dec  5 22:05:02 excelsior kernel: [22046.718929]  [c11ede6e] 
__ext4_get_inode_loc+0xde/0x410
  Dec  5 22:05:02 excelsior kernel: [22046.718973]  [c1237900] ? 
start_this_handle+0x80/0x4e0
  Dec  5 22:05:02 excelsior kernel: [22046.719015]  [c11effe9] 
ext4_get_inode_loc+0x19/0x20
  Dec  5 22:05:02 excelsior kernel: [22046.719055]  [c11f17ce] 
ext4_reserve_inode_write+0x1e/0x80
  Dec  5 22:05:02 excelsior kernel: [22046.719099]  [c1237f76] ? 
jbd2__journal_start+0xb6/0x1a0
  Dec  5 22:05:02 excelsior kernel: [22046.719143]  [c11f186e] 
ext4_mark_inode_dirty+0x3e/0x1b0
  Dec  5 22:05:02 excelsior kernel: [22046.719188]  [c1219359] ? 
__ext4_journal_start_sb+0x59/0xc0
  Dec  5 22:05:02 excelsior kernel: [22046.719233]  [c11f4b20] ? 
ext4_dirty_inode+0x40/0x60
  Dec  5 22:05:02 excelsior kernel: [22046.719274]  [c11f4b20] 
ext4_dirty_inode+0x40/0x60
  Dec  5 22:05:02 excelsior kernel: [22046.719312]  [c118f341] 
__mark_inode_dirty+0xf1/0x290
  Dec  5 22:05:02 excelsior kernel: [22046.719353]  [c1180fd0] 
update_time+0x80/0xc0
  Dec  5 22:05:02 excelsior kernel: [22046.719392]  [c118118b] 
file_update_time+0x6b/0xa0
  Dec  5 22:05:02 excelsior kernel: [22046.719436]  [c1119928] 
__generic_file_aio_write+0x218/0x460
  Dec  5 22:05:02 excelsior kernel: [22046.719483]  [c104c036] ? 

[Kernel-packages] [Bug 1265684] [NEW] Kernel crash, appears related to ext4 and ecryptfs

2014-01-02 Thread Maarten Baert
Public bug reported:

As requested by Christopher M. Penalver, I'm submitting a new bug report for 
the problem I mentioned here:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258313

This problem is very similar, but happened with a different kernel (I
was using Arch Linux): I am using firefox, I have encrypted my firefox
profile folder with ecryptfs, and the underlying file system is ext4.
While I was using firefox, the program became frozen and could not be
killed. The 'htop' utility indicated that firefox and some other
processes had status 'D', i.e. 'uninterruptible sleep'. My graphical
session was still functional, and I could open a terminal and run
'dmesg', but any attempt to save it to the hard disk would freeze bash
(uninterruptible sleep, just like firefox). I was able to save the
output on a different physical hard disk (i.e. not the one that was used
by firefox and ecrypt). After that I tried to reboot, but this caused
the kernel to lock up and required a hard reset.

So far I have not been able to reproduce this issue, so I can only give
a stack trace for Linux 3.12.6 (from Arch Linux):

[42210.127535] [ cut here ]
[42210.127540] kernel BUG at fs/buffer.c:1278!
[42210.127542] invalid opcode:  [#1] PREEMPT SMP 
[42210.127544] Modules linked in: md5 ecb ecryptfs cbc sha256_ssse3 
sha256_generic encrypted_keys hmac trusted tpm tpm_bios snd_hda_codec_hdmi 
snd_hda_codec_realtek nls_cp437 vfat fat nvidia(PO) x86_pkg_temp_thermal 
coretemp kvm_intel kvm crct10dif_pclmul crct10dif_common crc32_pclmul 
crc32c_intel ghash_clmulni_intel aesni_intel aes_x86_64 lrw gf128mul 
glue_helper ablk_helper cryptd hid_logitech_dj iTCO_wdt iTCO_vendor_support 
mxm_wmi ip6t_REJECT microcode evdev xt_hl ip6t_rt snd_hda_intel snd_hda_codec 
drm snd_hwdep snd_pcm nf_conntrack_ipv6 e1000e nf_defrag_ipv6 snd_page_alloc 
i2c_i801 snd_timer snd psmouse ptp soundcore mei_me i2c_core pps_core shpchp 
mei lpc_ich ipt_REJECT serio_raw pcspkr xt_LOG xt_recent fan thermal 
xt_multiport xt_limit xt_tcpudp xt_addrtype wmi video processor button 
nf_conntrack_ipv4
[42210.127583]  nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables 
nf_conntrack_netbios_ns nf_conntrack_broadcast nf_nat_ftp nf_nat 
nf_conntrack_ftp nf_conntrack iptable_filter ip_tables x_tables ext4 crc16 
mbcache jbd2 hid_generic usbhid hid sr_mod cdrom sd_mod ahci libahci libata 
ehci_pci xhci_hcd ehci_hcd scsi_mod usbcore usb_common
[42210.127600] CPU: 0 PID: 7198 Comm: firefox Tainted: P   O 
3.12.6-1-ARCH #1
[42210.127601] Hardware name: Gigabyte Technology Co., Ltd. 
Z87X-D3H/Z87X-D3H-CF, BIOS F7 08/02/2013
[42210.127603] task: 8802070c1a10 ti: 8800cad36000 task.ti: 
8800cad36000
[42210.127604] RIP: 0010:[811d6ab8]  [811d6ab8] 
__find_get_block+0x288/0x290
[42210.127609] RSP: 0018:8800cad375a0  EFLAGS: 00010046
[42210.127610] RAX: 0092 RBX: 88009a0baaf8 RCX: 880222edc800
[42210.127611] RDX: 1000 RSI: 00d000bb RDI: 8800cd0f0700
[42210.127613] RBP: 8800cad375f8 R08: 0003 R09: 0003
[42210.127614] R10: 880222edc800 R11: a0256a40 R12: 8800cd0f0700
[42210.127615] R13: 1000 R14: 88022eb54400 R15: 0010
[42210.127616] FS:  () GS:88022ec0() 
knlGS:
[42210.127617] CS:  0010 DS:  ES:  CR0: 80050033
[42210.127618] CR2: 7fa7e5e00018 CR3: 0280d000 CR4: 001407f0
[42210.127619] Stack:
[42210.127621]  811d6f75 8800cad375f0 8109c074 
8800cad37fd8
[42210.127624]  880222deb000 00d000bb 88009a0baaf8 
8800cad376b0
[42210.127626]  880222edc000 88022eb54400 0010 
8800cad37660
[42210.127628] Call Trace:
[42210.127631]  [811d6f75] ? __getblk+0x25/0x2e0
[42210.127636]  [8109c074] ? dequeue_entity+0x144/0x4d0
[42210.127646]  [a0288465] __ext4_get_inode_loc+0x105/0x440 [ext4]
[42210.127653]  [a028affd] ext4_get_inode_loc+0x1d/0x20 [ext4]
[42210.127659]  [a028c866] ext4_reserve_inode_write+0x26/0xa0 [ext4]
[42210.127665]  [a028fed0] ? ext4_dirty_inode+0x40/0x60 [ext4]
[42210.127671]  [a028c91f] ext4_mark_inode_dirty+0x3f/0x230 [ext4]
[42210.127676]  [a028fed0] ext4_dirty_inode+0x40/0x60 [ext4]
[42210.127681]  [811ce24a] __mark_inode_dirty+0x3a/0x2f0
[42210.127685]  [811bec21] update_time+0x81/0xd0
[42210.127687]  [811bee30] file_update_time+0x80/0xd0
[42210.127691]  [8113778c] __generic_file_aio_write+0x16c/0x3b0
[42210.127695]  [8101517f] ? math_state_restore+0x9f/0x190
[42210.127698]  [81137a28] generic_file_aio_write+0x58/0xa0
[42210.127703]  [a0284159] ext4_file_write+0x99/0x3e0 [ext4]
[42210.127707]  [a0753083] ? __ablk_encrypt+0x43/0x50 [ablk_helper]
[42210.127709]  [811524bd] ? kzfree+0x2d/0x30
[42210.127713] 

[Kernel-packages] [Bug 1265684] Re: Kernel crash, appears related to ext4 and ecryptfs

2014-01-02 Thread Maarten Baert
No, I meant I have no idea how to reproduce it at all, either on Arch or
Ubuntu. It happened for the first time a few days ago, and again 5
minutes ago (also on Arch, because my Ubuntu install isn't using
ecryptfs at the moment).

I will try to set up ecryptfs on my Ubuntu install and try to trigger
the bug. I've also moved my firefox profile outside ecryptfs on my Arch
install to see if this is really related to ecryptfs or just firefox.

Here's the stack trace from the new crash. It's nearly identical:
firefox, ecryptfs and ext4. The symptoms were exactly the same except
that this time firefox was killed instead of frozen (but other
applications would still freeze when writing to the disk).

[ 1525.865720] [ cut here ]
[ 1525.865725] kernel BUG at fs/buffer.c:1278!
[ 1525.865726] invalid opcode:  [#1] PREEMPT SMP 
[ 1525.865728] Modules linked in: xfs nilfs2 jfs btrfs raid6_pq libcrc32c xor 
fuse md5 ecb ecryptfs cbc sha256_ssse3 sha256_generic encrypted_keys hmac 
trusted tpm tpm_bios snd_hda_codec_hdmi snd_hda_codec_realtek nls_cp437 vfat 
fat nvidia(PO) x86_pkg_temp_thermal coretemp kvm_intel kvm crct10dif_pclmul 
crct10dif_common crc32_pclmul crc32c_intel ghash_clmulni_intel aesni_intel 
aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd mxm_wmi iTCO_wdt 
iTCO_vendor_support microcode hid_logitech_dj psmouse serio_raw evdev 
ip6t_REJECT pcspkr i2c_i801 xt_hl ip6t_rt drm nf_conntrack_ipv6 nf_defrag_ipv6 
i2c_core ipt_REJECT xt_LOG snd_hda_intel snd_hda_codec fan xt_recent snd_hwdep 
snd_pcm snd_page_alloc xt_multiport e1000e snd_timer snd mei_me soundcore 
xt_limit xt_tcpudp ptp shpchp mei xt_addrtype pps_core wmi
[ 1525.865755]  processor lpc_ich video button thermal nf_conntrack_ipv4 
nf_defrag_ipv4 xt_conntrack ip6table_filter ip6_tables nf_conntrack_netbios_ns 
nf_conntrack_broadcast nf_nat_ftp nf_nat nf_conntrack_ftp nf_conntrack 
iptable_filter ip_tables x_tables ext4 crc16 mbcache jbd2 hid_generic usbhid 
hid sr_mod cdrom sd_mod ahci libahci ehci_pci xhci_hcd libata ehci_hcd scsi_mod 
usbcore usb_common
[ 1525.865768] CPU: 0 PID: 839 Comm: firefox Tainted: P   O 
3.12.6-1-ARCH #1
[ 1525.865769] Hardware name: Gigabyte Technology Co., Ltd. 
Z87X-D3H/Z87X-D3H-CF, BIOS F7 08/02/2013
[ 1525.865770] task: 88007fe64e30 ti: 8800c6862000 task.ti: 
8800c6862000
[ 1525.865771] RIP: 0010:[811d6ab8]  [811d6ab8] 
__find_get_block+0x288/0x290
[ 1525.865775] RSP: 0018:8800c68635a0  EFLAGS: 00010046
[ 1525.865776] RAX: 0092 RBX: 8802156393e8 RCX: 88007ff73800
[ 1525.865777] RDX: 1000 RSI: 00d00068 RDI: 880225c28380
[ 1525.865777] RBP: 8800c68635f8 R08: 0003 R09: 0003
[ 1525.865778] R10: 88007ff73800 R11: 0001 R12: 880225c28380
[ 1525.865779] R13: 1000 R14: 88022eb20400 R15: 0010
[ 1525.865780] FS:  7f1d7364b740() GS:88022ec0() 
knlGS:
[ 1525.865781] CS:  0010 DS:  ES:  CR0: 80050033
[ 1525.865781] CR2: 7f2729800018 CR3: 0280d000 CR4: 001407f0
[ 1525.865782] DR0:  DR1:  DR2: 
[ 1525.865783] DR3:  DR6: fffe0ff0 DR7: 0400
[ 1525.865783] Stack:
[ 1525.865784]  811d6f75 8800cd071300 880221c1f000 
8800cd0b1900
[ 1525.865786]  8800c68635d0 00d00068 8802156393e8 
8800c68636b0
[ 1525.865787]  88007ff73000 88022eb20400 0010 
8800c6863660
[ 1525.865789] Call Trace:
[ 1525.865791]  [811d6f75] ? __getblk+0x25/0x2e0
[ 1525.865800]  [a0284465] __ext4_get_inode_loc+0x105/0x440 [ext4]
[ 1525.865805]  [a0286ffd] ext4_get_inode_loc+0x1d/0x20 [ext4]
[ 1525.865810]  [a0288866] ext4_reserve_inode_write+0x26/0xa0 [ext4]
[ 1525.865816]  [a028bed0] ? ext4_dirty_inode+0x40/0x60 [ext4]
[ 1525.865821]  [a028891f] ext4_mark_inode_dirty+0x3f/0x230 [ext4]
[ 1525.865827]  [a028bed0] ext4_dirty_inode+0x40/0x60 [ext4]
[ 1525.865829]  [811ce24a] __mark_inode_dirty+0x3a/0x2f0
[ 1525.865832]  [811bec21] update_time+0x81/0xd0
[ 1525.865834]  [811bee30] file_update_time+0x80/0xd0
[ 1525.865837]  [8113778c] __generic_file_aio_write+0x16c/0x3b0
[ 1525.865841]  [8101517f] ? math_state_restore+0x9f/0x190
[ 1525.865843]  [81137a28] generic_file_aio_write+0x58/0xa0
[ 1525.865848]  [a0280159] ext4_file_write+0x99/0x3e0 [ext4]
[ 1525.865851]  [a070d083] ? __ablk_encrypt+0x43/0x50 [ablk_helper]
[ 1525.865853]  [811524bd] ? kzfree+0x2d/0x30
[ 1525.865856]  [811a430a] do_sync_write+0x5a/0x90
[ 1525.865858]  [811a49cd] vfs_write+0xbd/0x1e0
[ 1525.865860]  [811d0e38] kernel_write+0x38/0x50
[ 1525.865864]  [a006bce9] ecryptfs_write_lower+0x29/0x50 [ecryptfs]
[ 1525.865867]  [a006d0d3] 

[Kernel-packages] [Bug 1258313] Re: Kernel crashes with error in fs/buffer.c:1268

2013-12-30 Thread Maarten Baert
I had a crash with a stack trace that looks VERY similar, but this was
on Arch Linux with kernel 3.12.6, with very different hardware. I am
running firefox with the .mozilla folder in ecryptfs on an ext4 hard
disk, and the crash happened while I was using firefox. Is that what you
are doing as well?

The strange thing is, I have been doing the same for months on a
different computer with no issues (also with kernel 3.11).

** Attachment added: Trace for very similar bug with kernel 3.12.6
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1258313/+attachment/3938039/+files/crash-ecryptfs-ext4-firefox.txt

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1258313

Title:
  Kernel crashes with error in fs/buffer.c:1268

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  After the upgrade to 3.11.0-15, the kernel crashes with the following
  message:

  Dec  5 22:05:02 excelsior kernel: [22046.717322] kernel BUG at 
/build/buildd/linux-3.11.0/fs/buffer.c:1268!
  Dec  5 22:05:02 excelsior kernel: [22046.717376] invalid opcode:  [#1] 
SMP 
  Dec  5 22:05:02 excelsior kernel: [22046.717413] Modules linked in: 
parport_pc ppdev rfcomm bnep binfmt_misc dm_crypt x86_pkg_temp_thermal 
intel_powerclamp coretemp kvm_intel kvm crc32_pclmul aesni_intel aes_i586 xts 
lrw gf128mul ablk_helper cryptd joydev snd_hda_codec_hdmi snd_hda_codec_idt 
dell_wmi sparse_keymap snd_hda_intel uvcvideo snd_hda_codec videobuf2_vmalloc 
videobuf2_memops videobuf2_core snd_hwdep videodev rts5139(C) ath3k btusb 
snd_pcm bluetooth dell_laptop dcdbas snd_page_alloc snd_seq_midi 
snd_seq_midi_event arc4 snd_rawmidi microcode ath9k ath9k_common psmouse 
serio_raw ath9k_hw ath snd_seq mac80211 lpc_ich snd_seq_device snd_timer 
cfg80211 intel_rst snd mac_hid mei_me mei soundcore lp parport hid_generic 
usbhid hid radeon i915 ttm ahci i2c_algo_bit drm_kms_helper libahci alx drm 
mdio wmi video [last unloaded: ipmi_msghandler]
  Dec  5 22:05:02 excelsior kernel: [22046.718054] CPU: 2 PID: 9814 Comm: 
firefox Tainted: G C   3.11.0-15-generic #22-Ubuntu
  Dec  5 22:05:02 excelsior kernel: [22046.718120] Hardware name: Dell Inc. 
Inspiron 5423/0YW78J, BIOS A06 09/17/2012
  Dec  5 22:05:02 excelsior kernel: [22046.718176] task: e9e1b380 ti: e975c000 
task.ti: e975c000
  Dec  5 22:05:02 excelsior kernel: [22046.718217] EIP: 0060:[c1625279] 
EFLAGS: 00210046 CPU: 2
  Dec  5 22:05:02 excelsior kernel: [22046.718263] EIP is at 
check_irqs_on.part.11+0x3/0x5
  Dec  5 22:05:02 excelsior kernel: [22046.718300] EAX: 00200096 EBX:  
ECX:  EDX: 04400091
  Dec  5 22:05:02 excelsior kernel: [22046.718345] ESI: f68f0400 EDI: 0010 
EBP: e975d894 ESP: e975d894
  Dec  5 22:05:02 excelsior kernel: [22046.718394]  DS: 007b ES: 007b FS: 00d8 
GS: 00e0 SS: 0068
  Dec  5 22:05:02 excelsior kernel: [22046.718434] CR0: 80050033 CR2: b6dbb4a0 
CR3: 01a56000 CR4: 001407f0
  Dec  5 22:05:02 excelsior kernel: [22046.718481] Stack:
  Dec  5 22:05:02 excelsior kernel: [22046.718498]  e975d8d0 c1194e25  
04400091 f6125e00 f7bd7648 a33ea876 e975d8f4
  Dec  5 22:05:02 excelsior kernel: [22046.718569]  c1084db6 e9e1b3b4 e9e1b3b4 
ee2a2780  1000 0010 e975d93c
  Dec  5 22:05:02 excelsior kernel: [22046.718634]  c119687e 1000  
1406 3c39 f6125e00 f6125e00 01406a33
  Dec  5 22:05:02 excelsior kernel: [22046.718700] Call Trace:
  Dec  5 22:05:02 excelsior kernel: [22046.718726]  [c1194e25] 
__find_get_block+0x1e5/0x1f0
  Dec  5 22:05:02 excelsior kernel: [22046.718770]  [c1084db6] ? 
update_curr+0xa6/0x1d0
  Dec  5 22:05:02 excelsior kernel: [22046.718809]  [c119687e] 
__getblk+0x2e/0x320
  Dec  5 22:05:02 excelsior kernel: [22046.718845]  [c12f1ca8] ? 
cpumask_next_and+0x28/0x40
  Dec  5 22:05:02 excelsior kernel: [22046.718885]  [c1088fc5] ? 
update_sd_lb_stats+0xc5/0x450
  Dec  5 22:05:02 excelsior kernel: [22046.718929]  [c11ede6e] 
__ext4_get_inode_loc+0xde/0x410
  Dec  5 22:05:02 excelsior kernel: [22046.718973]  [c1237900] ? 
start_this_handle+0x80/0x4e0
  Dec  5 22:05:02 excelsior kernel: [22046.719015]  [c11effe9] 
ext4_get_inode_loc+0x19/0x20
  Dec  5 22:05:02 excelsior kernel: [22046.719055]  [c11f17ce] 
ext4_reserve_inode_write+0x1e/0x80
  Dec  5 22:05:02 excelsior kernel: [22046.719099]  [c1237f76] ? 
jbd2__journal_start+0xb6/0x1a0
  Dec  5 22:05:02 excelsior kernel: [22046.719143]  [c11f186e] 
ext4_mark_inode_dirty+0x3e/0x1b0
  Dec  5 22:05:02 excelsior kernel: [22046.719188]  [c1219359] ? 
__ext4_journal_start_sb+0x59/0xc0
  Dec  5 22:05:02 excelsior kernel: [22046.719233]  [c11f4b20] ? 
ext4_dirty_inode+0x40/0x60
  Dec  5 22:05:02 excelsior kernel: [22046.719274]  [c11f4b20] 
ext4_dirty_inode+0x40/0x60
  Dec  5 22:05:02 excelsior kernel: [22046.719312]  [c118f341] 
__mark_inode_dirty+0xf1/0x290
  Dec  5 22:05:02 excelsior kernel: [22046.719353]  [c1180fd0]