[Kernel-packages] [Bug 2048951] Re: Kernel Oops - kernel NULL pointer dereference (apparmor_bprm_creds_for_exec, profile_transition) with linux-image-6.5.0-18-generic (linux-image-generic-hwe-22.04)

2024-09-08 Thread Raphaël Droz
tldr; double-check the syntax of your apparmor profiles / subprofiles.

I could reproduce with apparmor 3.1.7-1 on 6.8.0-40-generic with a
simple profile transition and could pintpoint the underlying reason:

```
/usr/local/bin/MyProg flags=(complain) {
  /usr/bin/fusermount3 Cx,
  profile /usr/bin/fusermount3 flags=(complain) {
  }
}
```

=> Although it sounds like an historically valid configuration, this
results in a kernel OOPS


```
/usr/local/bin/MyProg flags=(complain) {
  /usr/bin/fusermount3 Cx -> fusermount3,
  profile fusermount3 flags=(complain) {
  }
}
```

=> No OOPS

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

Title:
  Kernel Oops - kernel NULL pointer dereference
  (apparmor_bprm_creds_for_exec, profile_transition) with linux-
  image-6.5.0-18-generic (linux-image-generic-hwe-22.04)

Status in linux-hwe-6.5 package in Ubuntu:
  Confirmed

Bug description:
  Today one of my NUCs got new kernel 6.5.0-14 and the host started to hang few 
minutes after the boot.
  I can't find anything in the journal for the previous boot it just ends 
without any error. Remote syslog server does not receive any error log from 
this host. I've tried running journalctl on the local console and wait for the 
hang got nothing.
  On the screen (this is Ubuntu Server) I see 18 hex numbers at the top of the 
screen and the rest is what was on the console before the hang:
   ff ff 73 01 c3 48 8b 0d 74 ed 12 00 f7 d8 64 89 01 48

  Booting the previous HWE linux-image-6.2.0-39-generic fixes the issue,
  so it is definitely the new kernel.

  I don't have enough time to generate report with ubuntu-bug on the new
  kernel, so attaching dmidecode, lspci, lsusb and dmesg from the older
  one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.5/+bug/2048951/+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 2048951] Re: Kernel Oops - kernel NULL pointer dereference (apparmor_bprm_creds_for_exec, profile_transition) with linux-image-6.5.0-18-generic (linux-image-generic-hwe-22.04)

2024-09-06 Thread Raphaël Droz
Here on 6.8.0-40-generic

My guess is that structure representing mount options changed in
Apparmor resulting in a mismatch between the user/kernel side.

I've an AppImage, generated with genprof but after a couple of `aa-
logprof` runs, it stopped working (while still in complain mode!)...
because this line triggered a OOPS very similar (if not identical) to
the above (attached)

> apparmor="ALLOWED" operation="mount" class="mount" info="failed mntpnt
match" error=-13 profile="/usr/local/bin/foobar"
name="/tmp/.mount_foobarfDWxdu/" pid=147850 comm="foobar"
fstype="fuse.foobar" srcname="foobar" flags="ro, nosuid, nodev"


I couldn't isolate the actual profile change triggering this but it's likely 
related to fuse/custom fstype/mount options within one of the profiles. Some of 
the rules (related to fusermount3, which may deserve a check):

```
capability dac_read_search,
/dev/fuse rw,
/etc/fuse.conf r,
/proc/*/mounts r,
/usr/bin/fusermount3 mr,
owner /etc/nsswitch.conf r,
owner /etc/passwd r,
```


** Attachment added: "oops on an AppImage"
   
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.5/+bug/2048951/+attachment/5814102/+files/oops.txt

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

Title:
  Kernel Oops - kernel NULL pointer dereference
  (apparmor_bprm_creds_for_exec, profile_transition) with linux-
  image-6.5.0-18-generic (linux-image-generic-hwe-22.04)

Status in linux-hwe-6.5 package in Ubuntu:
  Confirmed

Bug description:
  Today one of my NUCs got new kernel 6.5.0-14 and the host started to hang few 
minutes after the boot.
  I can't find anything in the journal for the previous boot it just ends 
without any error. Remote syslog server does not receive any error log from 
this host. I've tried running journalctl on the local console and wait for the 
hang got nothing.
  On the screen (this is Ubuntu Server) I see 18 hex numbers at the top of the 
screen and the rest is what was on the console before the hang:
   ff ff 73 01 c3 48 8b 0d 74 ed 12 00 f7 d8 64 89 01 48

  Booting the previous HWE linux-image-6.2.0-39-generic fixes the issue,
  so it is definitely the new kernel.

  I don't have enough time to generate report with ubuntu-bug on the new
  kernel, so attaching dmidecode, lspci, lsusb and dmesg from the older
  one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-hwe-6.5/+bug/2048951/+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 1874605] Re: focal live usb fails to boot

2020-08-01 Thread Raphaël Droz
Same ext4 kernel bug (sysinfo above) from  `mount -t ext4 -o loop
foo.img /tmp/mount`


août 01 17:16:51 localhost kernel: [ cut here ]
août 01 17:16:51 localhost kernel: kernel BUG at fs/ext4/extents_status.c:884!
août 01 17:16:51 localhost kernel: invalid opcode:  [#1] SMP PTI
août 01 17:16:51 localhost kernel: CPU: 2 PID: 4547 Comm: mount Tainted: P  
 OE 5.4.0-42-generic #46-Ubuntu
août 01 17:16:51 localhost kernel: Hardware name: Entroware Kratos/Kratos, BIOS 
1.05.14E 06/15/2017
août 01 17:16:51 localhost kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
août 01 17:16:51 localhost kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 c5 4c a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 53 
54 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
août 01 17:16:51 localhost kernel: RSP: 0018:b2cbc21fb908 EFLAGS: 00010207
août 01 17:16:51 localhost kernel: RAX: 07ff RBX: 41821dd8 
RCX: 07ff
août 01 17:16:51 localhost kernel: RDX: 52274d17 RSI: ef5ad0c2 
RDI: 9f7caae100e8
août 01 17:16:51 localhost kernel: RBP: b2cbc21fb958 R08: 47ff 
R09: 9f7cdfdb2ca8
août 01 17:16:51 localhost kernel: R10: 000e R11: 77e4 
R12: ef5ad0c2
août 01 17:16:51 localhost kernel: R13: 9f7caae100e8 R14: 9f7d1282a770 
R15: 41821dd9
août 01 17:16:51 localhost kernel: FS:  7f355f808840() 
GS:9f7d86a8() knlGS:
août 01 17:16:51 localhost kernel: CS:  0010 DS:  ES:  CR0: 
80050033
août 01 17:16:51 localhost kernel: CR2: 55e1d85bca60 CR3: 0001ac5a2006 
CR4: 003606e0
août 01 17:16:51 localhost kernel: Call Trace:
août 01 17:16:51 localhost kernel:  ext4_cache_extents+0xb1/0xe0
août 01 17:16:51 localhost kernel:  __read_extent_tree_block+0x114/0x190
août 01 17:16:51 localhost kernel:  ? __kmalloc+0x189/0x280
août 01 17:16:51 localhost kernel:  ext4_find_extent+0x15a/0x320
août 01 17:16:51 localhost kernel:  ext4_ext_map_blocks+0x77/0xea0
août 01 17:16:51 localhost kernel:  ? bit_wait_timeout+0xa0/0xa0
août 01 17:16:51 localhost kernel:  ? io_schedule+0x16/0x40
août 01 17:16:51 localhost kernel:  ? ext4_es_lookup_extent+0xa0/0x210
août 01 17:16:51 localhost kernel:  ext4_map_blocks+0x34c/0x600
août 01 17:16:51 localhost kernel:  ? var_wake_function+0x30/0x30
août 01 17:16:51 localhost kernel:  _ext4_get_block+0x95/0x110
août 01 17:16:51 localhost kernel:  ? ext4_data_block_valid+0x21/0x30
août 01 17:16:51 localhost kernel:  ext4_get_block+0x16/0x20
août 01 17:16:51 localhost kernel:  generic_block_bmap+0x4f/0x70
août 01 17:16:51 localhost kernel:  ext4_bmap+0x77/0xf0
août 01 17:16:51 localhost kernel:  bmap+0x1f/0x30
août 01 17:16:51 localhost kernel:  jbd2_journal_init_inode+0x18/0xb0
août 01 17:16:51 localhost kernel:  ext4_load_journal+0x121/0x460
août 01 17:16:51 localhost kernel:  ext4_fill_super+0x1f7d/0x2ef0
août 01 17:16:51 localhost kernel:  ? pointer+0x2fe/0x350
août 01 17:16:51 localhost kernel:  ? vsnprintf+0x1ec/0x4e0
août 01 17:16:51 localhost kernel:  mount_bdev+0x17f/0x1b0
août 01 17:16:51 localhost kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
août 01 17:16:51 localhost kernel:  ? mount_bdev+0x17f/0x1b0
août 01 17:16:51 localhost kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
août 01 17:16:51 localhost kernel:  ext4_mount+0x15/0x20
août 01 17:16:51 localhost kernel:  legacy_get_tree+0x2b/0x50
août 01 17:16:51 localhost kernel:  vfs_get_tree+0x2a/0xc0
août 01 17:16:51 localhost kernel:  ? capable+0x19/0x20
août 01 17:16:51 localhost kernel:  do_mount+0x7b6/0x9c0
août 01 17:16:51 localhost kernel:  ksys_mount+0x82/0xd0
août 01 17:16:51 localhost kernel:  __x64_sys_mount+0x25/0x30
août 01 17:16:51 localhost kernel:  do_syscall_64+0x57/0x190
août 01 17:16:51 localhost kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
août 01 17:16:51 localhost kernel: RIP: 0033:0x7f355fa6ac4e
août 01 17:16:51 localhost kernel: Code: 48 8b 0d 45 82 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d 12 82 0c 00 f7 d8 64 89 01 48
août 01 17:16:51 localhost kernel: RSP: 002b:7ffeef07c2d8 EFLAGS: 0246 
ORIG_RAX: 00a5
août 01 17:16:51 localhost kernel: RAX: ffda RBX: 7f355fb99204 
RCX: 7f355fa6ac4e
août 01 17:16:51 localhost kernel: RDX: 5650816d8d00 RSI: 5650816d8d80 
RDI: 5650816e4220
août 01 17:16:51 localhost kernel: RBP: 5650816d8af0 R08:  
R09: 7ffeef07b050
août 01 17:16:51 localhost kernel: R10:  R11: 0246 
R12: 
août 01 17:16:51 localhost kernel: R13: 5650816e4220 R14: 5650816d8d00 
R15: 5650816d8af0
août 01 17:16:51 localhost kernel: Modules linked in: uas usb_storage rfcomm 
aufs cmac algif_hash algif_skcipher af_alg overlay bnep binfmt_misc 

[Kernel-packages] [Bug 1874605] RfKill.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1874605/+attachment/5397766/+files/RfKill.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 

[Kernel-packages] [Bug 1874605] WifiSyslog.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397768/+files/WifiSyslog.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09:

[Kernel-packages] [Bug 1874605] UdevDb.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1874605/+attachment/5397767/+files/UdevDb.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 

[Kernel-packages] [Bug 1874605] PulseList.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397765/+files/PulseList.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 0

[Kernel-packages] [Bug 1874605] Lspci-vt.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397756/+files/Lspci-vt.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 000

[Kernel-packages] [Bug 1874605] IwConfig.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397754/+files/IwConfig.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 000

[Kernel-packages] [Bug 1874605] CRDA.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1874605/+attachment/5397752/+files/CRDA.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 

[Kernel-packages] [Bug 1874605] ProcCpuinfo.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397760/+files/ProcCpuinfo.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R0

[Kernel-packages] [Bug 1874605] Lsusb-v.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397759/+files/Lsusb-v.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 0

[Kernel-packages] [Bug 1874605] Lsusb-t.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397758/+files/Lsusb-t.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 0

[Kernel-packages] [Bug 1874605] Lspci.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1874605/+attachment/5397755/+files/Lspci.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 00

[Kernel-packages] [Bug 1874605] ProcEnviron.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397762/+files/ProcEnviron.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R0

[Kernel-packages] [Bug 1874605] ProcInterrupts.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397763/+files/ProcInterrupts.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08: 00

[Kernel-packages] [Bug 1874605] Lsusb.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1874605/+attachment/5397757/+files/Lsusb.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 00

[Kernel-packages] [Bug 1874605] ProcCpuinfoMinimal.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397761/+files/ProcCpuinfoMinimal.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08: 00

[Kernel-packages] [Bug 1874605] ProcModules.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397764/+files/ProcModules.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R0

[Kernel-packages] [Bug 1874605] AlsaInfo.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397751/+files/AlsaInfo.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  
R09: 000

[Kernel-packages] [Bug 1874605] CurrentDmesg.txt

2020-08-01 Thread Raphaël Droz
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1874605/+attachment/5397753/+files/CurrentDmesg.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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36:46 ubuntu kernel:  jbd2_journal_init_inode+0x18/0xb0
  Apr 23 14:36:46 ubuntu kernel:  ext4_load_journal+0x121/0x460
  Apr 23 14:36:46 ubuntu kernel:  ext4_fill_super+0x1f7d/0x2ef0
  Apr 23 14:36:46 ubuntu kernel:  ? pointer+0x2fe/0x350
  Apr 23 14:36:46 ubuntu kernel:  ? vsnprintf+0x1ec/0x4e0
  Apr 23 14:36:46 ubuntu kernel:  mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ? mount_bdev+0x17f/0x1b0
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_calculate_overhead+0x4a0/0x4a0
  Apr 23 14:36:46 ubuntu kernel:  ext4_mount+0x15/0x20
  Apr 23 14:36:46 ubuntu kernel:  legacy_get_tree+0x2b/0x50
  Apr 23 14:36:46 ubuntu kernel:  vfs_get_tree+0x2a/0xc0
  Apr 23 14:36:46 ubuntu kernel:  ? capable+0x19/0x20
  Apr 23 14:36:46 ubuntu kernel:  do_mount+0x7b6/0x9c0
  Apr 23 14:36:46 ubuntu kernel:  ksys_mount+0x82/0xd0
  Apr 23 14:36:46 ubuntu kernel:  __x64_sys_mount+0x25/0x30
  Apr 23 14:36:46 ubuntu kernel:  do_syscall_64+0x57/0x190
  Apr 23 14:36:46 ubuntu kernel:  entry_SYSCALL_64_after_hwframe+0x44/0xa9
  Apr 23 14:36:46 ubuntu kernel: RIP: 0033:0x7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: Code: 48 8b 0d f5 81 0c 00 f7 d8 64 89 01 48 
83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 90 f3 0f 1e fa 49 89 ca b8 a5 00 00 
00 0f 05 <48> 3d 01 f0 ff ff 73 01 c3 48 8b 0d c2 81 0c 00 f7 d8 64 89 01 48
  Apr 23 14:36:46 ubuntu kernel: RSP: 002b:7ffeed62afb8 EFLAGS: 0202 
ORIG_RAX: 00a5
  Apr 23 14:36:46 ubuntu kernel: RAX: ffda RBX: 8401 
RCX: 7f22f1b2ec9e
  Apr 23 14:36:46 ubuntu kernel: RDX: 7ffeed62cdcd RSI: 7ffeed62cde9 
RDI: 7ffeed62cde0
  Apr 23 14:36:46 ubuntu kernel: RBP:  R08:  

[Kernel-packages] [Bug 1874605] apport information

2020-08-01 Thread Raphaël Droz
ProblemType: Bug
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  yug1542 F pulseaudio
 /dev/snd/controlC0:  yug1542 F pulseaudio
 /dev/snd/pcmC0D0p:   yug1542 F...m pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
DistroRelease: Ubuntu 20.04
HibernationDevice: RESUME=UUID=9125b1e1-1e9e-4bb6-942d-aced081667e9
InstallationDate: Installed on 2018-05-10 (814 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: Entroware Kratos
NonfreeKernelModules: nvidia_modeset nvidia
Package: linux (not installed)
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-5.4.0-42-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet 
resume=UUID=9125b1e1-1e9e-4bb6-942d-aced081667e9
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-42-generic N/A
 linux-backports-modules-5.4.0-42-generic  N/A
 linux-firmware1.187.2
Tags:  focal
Uname: Linux 5.4.0-42-generic x86_64
UpgradeStatus: Upgraded to focal on 2020-05-16 (77 days ago)
UserGroups: adm cdrom debian-tor dialout dip docker input lp lpadmin plugdev 
sambashare staff sudo
_MarkForUpload: True
dmi.bios.date: 06/15/2017
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.05.14E
dmi.board.asset.tag: Tag 12345
dmi.board.name: Kratos
dmi.board.vendor: Entroware
dmi.board.version: R3
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.05.14E:bd06/15/2017:svnEntroware:pnKratos:pvrR3:rvnEntroware:rnKratos:rvrR3:cvnNotebook:ct10:cvrN/A:
dmi.product.family: Not Applicable
dmi.product.name: Kratos
dmi.product.sku: Not Applicable
dmi.product.version: R3
dmi.sys.vendor: Entroware

-- 
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/1874605

Title:
  focal live usb fails to boot

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Apr 23 14:36:46 ubuntu kernel: [ cut here ]
  Apr 23 14:36:46 ubuntu kernel: kernel BUG at fs/ext4/extents_status.c:884!
  Apr 23 14:36:46 ubuntu kernel: invalid opcode:  [#1] SMP PTI
  Apr 23 14:36:46 ubuntu kernel: CPU: 1 PID: 530 Comm: mount Not tainted 
5.4.0-21-generic #25-Ubuntu
  Apr 23 14:36:46 ubuntu kernel: Hardware name: Micro-Star International Co., 
Ltd. MS-7B22/B360-A PRO (MS-7B22), BIOS 2.90 12/26/2019
  Apr 23 14:36:46 ubuntu kernel: RIP: 0010:ext4_es_cache_extent+0xfd/0x100
  Apr 23 14:36:46 ubuntu kernel: Code: 1f 49 8b 06 49 8b 7e 08 49 83 c6 18 48 
8d 55 b0 4c 89 ee e8 b5 5d a6 00 49 8b 06 48 85 c0 75 e4 e9 56 ff ff ff e8 b3 
64 d0 ff <0f> 0b 90 0f 1f 44 00 00 55 48 89 e5 41 57 49 89 ff 41 56 41 55 49
  Apr 23 14:36:46 ubuntu kernel: RSP: 0018:a4cf00737938 EFLAGS: 00010213
  Apr 23 14:36:46 ubuntu kernel: RAX: 07ff RBX: 18007da7 
RCX: 07ff
  Apr 23 14:36:46 ubuntu kernel: RDX: 453a3a8e RSI: d2c6431a 
RDI: 95ac094b4928
  Apr 23 14:36:46 ubuntu kernel: RBP: a4cf00737988 R08: 47ff 
R09: 95ac1b841708
  Apr 23 14:36:46 ubuntu kernel: R10: 000301c0 R11: 000d 
R12: d2c6431a
  Apr 23 14:36:46 ubuntu kernel: R13: 95ac094b4928 R14: 7911 
R15: 95ac0a787740
  Apr 23 14:36:46 ubuntu kernel: FS:  7f22f1bff600() 
GS:95ac1da4() knlGS:
  Apr 23 14:36:46 ubuntu kernel: CS:  0010 DS:  ES:  CR0: 
80050033
  Apr 23 14:36:46 ubuntu kernel: CR2: 7f22f1baa688 CR3: 00044a2b6005 
CR4: 003606e0
  Apr 23 14:36:46 ubuntu kernel: DR0:  DR1:  
DR2: 
  Apr 23 14:36:46 ubuntu kernel: DR3:  DR6: fffe0ff0 
DR7: 0400
  Apr 23 14:36:46 ubuntu kernel: Call Trace:
  Apr 23 14:36:46 ubuntu kernel:  __read_extent_tree_block+0x18c/0x270
  Apr 23 14:36:46 ubuntu kernel:  ? __kmalloc+0x266/0x270
  Apr 23 14:36:46 ubuntu kernel:  ext4_find_extent+0x147/0x300
  Apr 23 14:36:46 ubuntu kernel:  ext4_ext_map_blocks+0x77/0xea0
  Apr 23 14:36:46 ubuntu kernel:  ? bit_wait_timeout+0xa0/0xa0
  Apr 23 14:36:46 ubuntu kernel:  ? io_schedule+0x16/0x40
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_es_lookup_extent+0xa0/0x210
  Apr 23 14:36:46 ubuntu kernel:  ext4_map_blocks+0x34c/0x600
  Apr 23 14:36:46 ubuntu kernel:  ? var_wake_function+0x30/0x30
  Apr 23 14:36:46 ubuntu kernel:  _ext4_get_block+0x95/0x110
  Apr 23 14:36:46 ubuntu kernel:  ? ext4_data_block_valid+0x21/0x30
  Apr 23 14:36:46 ubuntu kernel:  ext4_get_block+0x16/0x20
  Apr 23 14:36:46 ubuntu kernel:  generic_block_bmap+0x4f/0x70
  Apr 23 14:36:46 ubuntu kernel:  ext4_bmap+0x77/0xf0
  Apr 23 14:36:46 ubuntu kernel:  bmap+0x1f/0x30
  Apr 23 14:36

[Kernel-packages] [Bug 1794245] Re: Attached USB devices are ignored.

2020-06-08 Thread Raphaël Droz
** Attachment added: "recurrent-libinput-unload.txt"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1794245/+attachment/5381741/+files/recurrent-libinput-unload.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/1794245

Title:
  Attached USB devices are ignored.

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  After few suspends or detach-/attachments of USB devices libinput
  starts ignoring new devices due to too many input devices. Unnecessary
  to say there is only one device attached.

  journalctr reports this behavior:

  /usr/lib/gdm3/gdm-x-session[1407]: (**) PixArt USB Optical Mouse: always 
reports core events#
  /usr/lib/gdm3/gdm-x-session[1407]: (**) Option "Device" "/dev/input/event295"
  /usr/lib/gdm3/gdm-x-session[1407]: (**) Option "_source" "server/udev"
  /usr/lib/gdm3/gdm-x-session[1407]: (II) event295 - PixArt USB Optical Mouse: 
is tagged by udev as: Mouse
  /usr/lib/gdm3/gdm-x-session[1407]: (II) event295 - PixArt USB Optical Mouse: 
device set to 1000 DPI
  /usr/lib/gdm3/gdm-x-session[1407]: (II) event295 - PixArt USB Optical Mouse: 
device is a pointer
  /usr/lib/gdm3/gdm-x-session[1407]: (II) event295 - PixArt USB Optical Mouse: 
device removed
  /usr/lib/gdm3/gdm-x-session[1407]: (EE) Too many input devices. Ignoring 
PixArt USB Optical Mouse
  /usr/lib/gdm3/gdm-x-session[1407]: (II) UnloadModule: "libinput"

  The bug seems related to a known libinput bug 1579567.
  https://bugzilla.redhat.com/show_bug.cgi?id=1579567

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: xserver-xorg-input-libinput 0.27.1-1
  ProcVersionSignature: Ubuntu 4.15.0-34.37-generic 4.15.18
  Uname: Linux 4.15.0-34-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  BootLog: Error: [Errno 13] Keine Berechtigung: '/var/log/boot.log'
  CurrentDesktop: ubuntu:GNOME
  Date: Tue Sep 25 09:11:31 2018
  DistUpgraded: Fresh install
  DistroCodename: bionic
  DistroVariant: ubuntu
  MachineType: ASUSTeK COMPUTER INC. UX51VZA
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-34-generic 
root=UUID=05aab5a7-bef4-4178-acea-7bebfacf8766 ro quiet splash vt.handoff=1
  SourcePackage: xserver-xorg-input-libinput
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 12/03/2012
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: UX51VZA.204
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: UX51VZA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrUX51VZA.204:bd12/03/2012:svnASUSTeKCOMPUTERINC.:pnUX51VZA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnUX51VZA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: UX
  dmi.product.name: UX51VZA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.91-2
  version.libgl1-mesa-dri: libgl1-mesa-dri 18.0.5-0ubuntu0~18.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx 18.0.5-0ubuntu0~18.04.1
  version.xserver-xorg-core: xserver-xorg-core 2:1.19.6-1ubuntu4
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:18.0.1-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20171229-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.15-2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1794245/+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 1794245] Re: Attached USB devices are ignored.

2020-06-08 Thread Raphaël Droz
I'm getting a possibly similar bug.
Lately, during the first couple of minutes after login, I'm getting terrible 
mouse freezes every two seconds:
Here is a truncated sample:
juin 08 10:01:57 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) XINPUT: Adding 
extended input device "SEMICCHIP Usb Mouse" (type: MOUSE, id 14)
juin 08 10:01:57 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) Option 
"AccelerationScheme" "none"
juin 08 10:01:57 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) SEMICCHIP Usb 
Mouse: (accel) selected scheme none/0
juin 08 10:01:57 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) SEMICCHIP Usb 
Mouse: (accel) acceleration factor: 2.000
juin 08 10:01:57 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) SEMICCHIP Usb 
Mouse: (accel) acceleration threshold: 4
juin 08 10:01:57 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) event17 - 
SEMICCHIP Usb Mouse: is tagged by udev as: Mouse
juin 08 10:01:57 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) event17 - 
SEMICCHIP Usb Mouse: device is a pointer
juin 08 10:01:59 hostn kernel: usb 1-1: USB disconnect, device number 125
juin 08 10:01:59 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) config/udev: 
removing device SEMICCHIP Usb Mouse
juin 08 10:01:59 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) Option "fd" "82"
juin 08 10:01:59 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) event17 - 
SEMICCHIP Usb Mouse: device removed
juin 08 10:01:59 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) UnloadModule: 
"libinput"
juin 08 10:01:59 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) systemd-logind: 
releasing fd for 13:81
juin 08 10:01:59 hostn kernel: usb 1-1: new low-speed USB device number 126 
using xhci_hcd
juin 08 10:02:00 hostn kernel: usb 1-1: New USB device found, idVendor=1a2c, 
idProduct=0042, bcdDevice= 1.10
juin 08 10:02:00 hostn kernel: usb 1-1: New USB device strings: Mfr=1, 
Product=2, SerialNumber=0
juin 08 10:02:00 hostn kernel: usb 1-1: Product: Usb Mouse
juin 08 10:02:00 hostn kernel: usb 1-1: Manufacturer: SEMICCHIP
juin 08 10:02:00 hostn kernel: input: SEMICCHIP Usb Mouse as 
/devices/pci:00/:00:14.0/usb1/1-1/1-1:1.0/0003:1A2C:0042.007A/input/input147
juin 08 10:02:00 hostn kernel: hid-generic 0003:1A2C:0042.007A: input,hidraw0: 
USB HID v1.10 Mouse [SEMICCHIP Usb Mouse] on usb-:00:14.0-1/input0
juin 08 10:02:00 hostn mtp-probe[7409]: checking bus 1, device 126: 
"/sys/devices/pci:00/:00:14.0/usb1/1-1"
juin 08 10:02:00 hostn mtp-probe[7409]: bus: 1, device: 126 was not an MTP 
device
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) config/udev: 
Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) No input driver 
specified, ignoring this device.
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) This device may 
have been added with another device file.
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[1617]: (II) config/udev: 
Adding input device SEMICCHIP Usb Mouse (/dev/input/mouse0)
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[1617]: (II) No input driver 
specified, ignoring this device.
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[1617]: (II) This device may 
have been added with another device file.
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) config/udev: 
Adding input device SEMICCHIP Usb Mouse (/dev/input/event17)
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[1617]: (II) config/udev: 
Adding input device SEMICCHIP Usb Mouse (/dev/input/event17)
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[1617]: (**) SEMICCHIP Usb 
Mouse: Applying InputClass "libinput pointer catchall"
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[1617]: (II) Using input 
driver 'libinput' for 'SEMICCHIP Usb Mouse'
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) SEMICCHIP Usb 
Mouse: Applying InputClass "libinput pointer catchall"
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) Using input 
driver 'libinput' for 'SEMICCHIP Usb Mouse'
juin 08 10:02:00 hostn mtp-probe[7419]: checking bus 1, device 126: 
"/sys/devices/pci:00/:00:14.0/usb1/1-1"
juin 08 10:02:00 hostn mtp-probe[7419]: bus: 1, device: 126 was not an MTP 
device
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[1617]: (II) systemd-logind: 
got fd for /dev/input/event17 13:81 fd 30 paused 1
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[1617]: (II) systemd-logind: 
releasing fd for 13:81
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) systemd-logind: 
got fd for /dev/input/event17 13:81 fd 82 paused 0
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) SEMICCHIP Usb 
Mouse: always reports core events
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) Option "Device" 
"/dev/input/event17"
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (**) Option "_source" 
"server/udev"
juin 08 10:02:00 hostn /usr/lib/gdm3/gdm-x-session[3092]: (II) event17 - 
SEMICCHIP Usb Mouse: is t

[Kernel-packages] [Bug 1629509] Re: Cannot mount overlay with upperdir on overlay

2018-06-18 Thread Raphaël Droz
Any workaround found so far? (still affect kernel 4.9 [both host and
guest])

-- 
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/1629509

Title:
  Cannot mount overlay with upperdir on overlay

Status in linux package in Ubuntu:
  Confirmed
Status in linux source package in Xenial:
  Confirmed

Bug description:
  I have a docker setup using overlay as its storage driver. I mount an
  overlay in the container. Both the lower, upper and work directories
  are themselves on an overlay filesystem. This mount started to fail
  after upgrading to kernel 4.4.0-38 from 4.4.0-34 with the error
  message "overlayfs: filesystem on '/mnt/overlay/upper' not supported
  as upperdir".

  ProblemType: Bug
  DistroRelease: Ubuntu 16.04
  Package: linux-image-4.4.0-38-generic 4.4.0-38.57
  ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
  Uname: Linux 4.4.0-38-generic x86_64
  ApportVersion: 2.20.1-0ubuntu2.1
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  shaw   2257 F pulseaudio
   /dev/snd/controlC1:  shaw   2257 F pulseaudio
  CurrentDesktop: Unity
  Date: Fri Sep 30 20:06:03 2016
  HibernationDevice: RESUME=UUID=f23b927f-5173-43fe-9269-8c7714fb0927
  InstallationDate: Installed on 2016-07-23 (69 days ago)
  InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 
(20160719)
  MachineType: Dell Inc. XPS13 9333
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.4.0-38-generic 
root=UUID=306f5ab9-de0e-4920-be20-3f4081e13c7e ro persistent quiet splash 
vt.handoff=7
  RelatedPackageVersions:
   linux-restricted-modules-4.4.0-38-generic N/A
   linux-backports-modules-4.4.0-38-generic  N/A
   linux-firmware1.157.3
  SourcePackage: linux
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 03/19/2014
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A04
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: 0.1
  dmi.modalias: 
dmi:bvnDellInc.:bvrA04:bd03/19/2014:svnDellInc.:pnXPS139333:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr0.1:
  dmi.product.name: XPS13 9333
  dmi.sys.vendor: Dell Inc.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1629509/+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 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-05-23 Thread Raphaël Droz
Intel on Entroware laptop for me so hardly a driver problem (but maybe not even 
the same bug)
efficient diagnosis procedure welcomed.

-- 
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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in xserver-xorg-video-nouveau package in Ubuntu:
  New
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] ProcCpuinfo.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139763/+files/ProcCpuinfo.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] ProcInterrupts.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139766/+files/ProcInterrupts.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] UdevDb.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1743094/+attachment/5139769/+files/UdevDb.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-05-15 Thread Raphaël Droz
On freshly installed bionic.
When suspending from a text tty I can see a couple of lines at resume (mostly 
related to wifi and icc profile in ~/.local/share/icc), then it hangs after a 
couple of seconds.


May 15 01:22:54 kratos systemd[1]: Started Getty on tty4.
May 15 01:22:54 kratos gnome-shell[1924]: Failed to apply DRM plane transform 
0: Permission denied
May 15 01:22:54 kratos gnome-shell[1924]: Failed to set power save mode for 
output eDP-1: Permission denied
May 15 01:22:54 kratos gsd-color[2258]: failed to set screen _ICC_PROFILE: 
Failed to open file 
“/home/yug/.local/share/icc/edid-2a314e28a76ee089ed6b07ab7269ee33.icc”: 
Permission denied
May 15 01:24:13 kratos NetworkManager[1401]:   [1526358253.1419] manager: 
sleep: sleep requested (sleeping: no  enabled: yes)
May 15 01:24:13 kratos NetworkManager[1401]:   [1526358253.1421] device 
(wlp4s0): state change: disconnected -> unmanaged (reason 'sleeping', 
sys-iface-state: 'managed')
May 15 01:24:13 kratos gnome-shell[1924]: Screen lock is locked down, not 
locking
May 15 01:24:13 kratos NetworkManager[1401]:   [1526358253.1455] manager: 
NetworkManager state is now ASLEEP
May 15 01:24:13 kratos wpa_supplicant[1397]: nl80211: deinit 
ifname=p2p-dev-wlp4s0 disabled_11b_rates=0
May 15 01:24:13 kratos whoopsie[2589]: [01:24:13] offline
May 15 01:24:13 kratos gnome-shell[1924]: Failed to set power save mode for 
output eDP-1: Permission denied
May 15 01:24:13 kratos gsd-color[2258]: failed to set screen _ICC_PROFILE: 
Failed to open file 
“/home/yug/.local/share/icc/edid-2a314e28a76ee089ed6b07ab7269ee33.icc”: 
Permission denied
May 15 01:24:13 kratos wpa_supplicant[1397]: nl80211: deinit ifname=wlp4s0 
disabled_11b_rates=0
May 15 01:24:18 kratos systemd[1]: Reached target Sleep.
May 15 01:24:18 kratos systemd[1]: Starting Suspend...
May 15 01:24:18 kratos systemd-sleep[22018]: Suspending system...

-- 
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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] Lsusb.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1743094/+attachment/5139762/+files/Lsusb.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] ProcEnviron.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139765/+files/ProcEnviron.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] WifiSyslog.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139770/+files/WifiSyslog.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] ProcModules.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139767/+files/ProcModules.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] IwConfig.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139760/+files/IwConfig.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] Lspci.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1743094/+attachment/5139761/+files/Lspci.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] RfKill.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1743094/+attachment/5139768/+files/RfKill.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] CRDA.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1743094/+attachment/5139758/+files/CRDA.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] Re: [regression] hibernation (freezes on resume) since 4.13.0-25.29

2018-05-15 Thread Raphaël Droz
ApportVersion: 2.20.9-0ubuntu7
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gdm2093 F pulseaudio
  yug3986 F pulseaudio
DistroRelease: Ubuntu 18.04
HibernationDevice: RESUME=UUID=9125b1e1-1e9e-4bb6-942d-aced081667e9
InstallationDate: Installed on 2018-05-10 (5 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
MachineType: Entroware Kratos
Package: linux (not installed)
ProcFB: 0 inteldrmfb
ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.15.0-20-generic 
root=/dev/mapper/ubuntu--vg-root ro quiet splash vt.handoff=1
ProcVersionSignature: Ubuntu 4.15.0-20.21-generic 4.15.17
PulseList:
 Error: command ['pacmd', 'list'] failed with exit code 1: Home directory not 
accessible: Permission denied
 No PulseAudio daemon running, or not running as session daemon.
RelatedPackageVersions:
 linux-restricted-modules-4.15.0-20-generic N/A
 linux-backports-modules-4.15.0-20-generic  N/A
 linux-firmware 1.173
Tags:  bionic
Uname: Linux 4.15.0-20-generic x86_64
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups:
 
_MarkForUpload: True
dmi.bios.date: 06/15/2017
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1.05.14E
dmi.board.asset.tag: Tag 12345
dmi.board.name: Kratos
dmi.board.vendor: Entroware
dmi.board.version: R3
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: Notebook
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1.05.14E:bd06/15/2017:svnEntroware:pnKratos:pvrR3:rvnEntroware:rnKratos:rvrR3:cvnNotebook:ct10:cvrN/A:
dmi.product.family: Not Applicable
dmi.product.name: Kratos
dmi.product.version: R3
dmi.sys.vendor: Entroware


** Tags added: bionic

-- 
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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] AlsaInfo.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139757/+files/AlsaInfo.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] CurrentDmesg.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139759/+files/CurrentDmesg.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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 1743094] ProcCpuinfoMinimal.txt

2018-05-15 Thread Raphaël Droz
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1743094/+attachment/5139764/+files/ProcCpuinfoMinimal.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/1743094

Title:
  [regression] hibernation (freezes on resume) since 4.13.0-25.29

Status in linux package in Ubuntu:
  Confirmed
Status in linux-hwe package in Ubuntu:
  Confirmed
Status in linux source package in Artful:
  Confirmed

Bug description:
  After hibernating the system and than resuming it the system reboots
  notifying that it is resuming and than stops/freezes. The system does
  not respond to anything (no tty's other notifying textg are
  available).

  
  After booting kernel 4.10-042 the hibernation and hibride hibernation/sleep 
functions as proposed.
  --- 
  ApportVersion: 2.20.1-0ubuntu2.15
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  jb 1717 F pulseaudio
  CurrentDesktop: X-Cinnamon
  DistroRelease: Linux 18.3
  HibernationDevice: RESUME=UUID=00059f88-0cf2-44a0-a23d-f0a995cb1478
  InstallationDate: Installed on 2017-12-10 (34 days ago)
  InstallationMedia: Linux Mint 18.3 "Sylvia" - Release amd64 20171124
  MachineType: Acer Aspire S3-391
  Package: linux (not installed)
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-26-generic 
root=UUID=5397ffb7-8114-45c4-824f-b1da7cce468c ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 4.13.0-26.29~16.04.2-generic 4.13.13
  RelatedPackageVersions:
   linux-restricted-modules-4.13.0-26-generic N/A
   linux-backports-modules-4.13.0-26-generic  N/A
   linux-firmware 1.157.14
  Tags:  sylvia
  Uname: Linux 4.13.0-26-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 10/31/2012
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: V2.10
  dmi.board.asset.tag: Type2 - Board Asset Tag
  dmi.board.name: Hummingbird2
  dmi.board.vendor: Acer
  dmi.board.version: V2.10
  dmi.chassis.asset.tag: Chassis Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: V2.10
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrV2.10:bd10/31/2012:svnAcer:pnAspireS3-391:pvrV2.10:rvnAcer:rnHummingbird2:rvrV2.10:cvnAcer:ct10:cvrV2.10:
  dmi.product.family: ChiefRiver System
  dmi.product.name: Aspire S3-391
  dmi.product.version: V2.10
  dmi.sys.vendor: Acer

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1743094/+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