Did the following: 1. install the latest daily build of artful (http://cdimage.ubuntu.com/daily-live/current/artful-desktop-amd64.iso) 26-sept 2. Install the latest mainline 4.14 from here linux-image-4.14.0-041400rc2-generic_4.14.0-041400rc2.201709242031_amd64 , headers all, generic) 3. It was a big issue to boot because apparmor seems to block most things like dhclient so its difficult to get an IP address. Needed to manually run dhclient after boot in terminal with this kernel
4. Ran my program (using xhost +) initially to get around a new sudo restriction 5. Following bug occured (below) Will keep investigating... [ 126.113573] ------------[ cut here ]------------ [ 126.113577] kernel BUG at /home/kernel/COD/linux/drivers/usb/usbip/vhci_hcd.c:683! [ 126.113584] invalid opcode: 0000 [#1] SMP [ 126.113585] Modules linked in: uas usb_storage vhci_hcd usbip_core arc4 md4 nls_utf8 cifs ccm fscache sb_edac coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc vmw_balloon aesni_intel aes_x86_64 crypto_simd glue_helper cryptd intel_rapl_perf joydev input_leds serio_raw shpchp i2c_piix4 nfit mac_hid vmw_vsock_vmci_transport vsock vmw_vmci parport_pc ppdev lp parport ip_tables x_tables autofs4 hid_generic usbhid hid vmwgfx ttm drm_kms_helper mptspi mptscsih syscopyarea mptbase sysfillrect sysimgblt fb_sys_fops ahci psmouse libahci drm e1000 scsi_transport_spi pata_acpi [ 126.113622] CPU: 0 PID: 1802 Comm: usb-storage Not tainted 4.14.0-041400rc2-generic #201709242031 [ 126.113623] Hardware name: VMware, Inc. VMware Virtual Platform/440BX Desktop Reference Platform, BIOS 6.00 07/02/2015 [ 126.113625] task: ffff8a863b280000 task.stack: ffffb44e81a74000 [ 126.113632] RIP: 0010:vhci_urb_enqueue+0x2fa/0x4f0 [vhci_hcd] [ 126.113633] RSP: 0018:ffffb44e81a77b60 EFLAGS: 00010206 [ 126.113635] RAX: 0000000000000024 RBX: ffff8a8620e2e000 RCX: ffff8a85b235c098 [ 126.113635] RDX: 0000000001400000 RSI: ffff8a85ec523e00 RDI: ffff8a8620e2e000 [ 126.113636] RBP: ffffb44e81a77bb8 R08: 0000000000000024 R09: 0000000000000000 [ 126.113637] R10: ffffb44e81a77cb8 R11: 0000000000001c40 R12: 0000000000000001 [ 126.113638] R13: ffff8a85d1c82ce0 R14: 0000000000000001 R15: ffff8a85ec523e00 [ 126.113639] FS: 0000000000000000(0000) GS:ffff8a868a200000(0000) knlGS:0000000000000000 [ 126.113640] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 [ 126.113641] CR2: 00007fca70003ad0 CR3: 0000000046d7d001 CR4: 00000000003606f0 [ 126.113698] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000 [ 126.113700] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400 [ 126.113701] Call Trace: [ 126.113711] usb_hcd_submit_urb+0xad/0xb70 [ 126.113717] ? schedule+0x2c/0x80 [ 126.113719] ? schedule_timeout+0x1f1/0x350 [ 126.113724] ? update_curr+0xf5/0x1b0 [ 126.113726] usb_submit_urb+0x22d/0x560 [ 126.113728] ? usb_alloc_urb+0x2a/0x30 [ 126.113730] usb_sg_wait+0xa0/0x190 [ 126.113736] usb_stor_bulk_transfer_sglist.part.1+0x67/0xc0 [usb_storage] [ 126.113748] usb_stor_bulk_srb+0x4b/0x80 [usb_storage] [ 126.113753] usb_stor_Bulk_transport+0x175/0x400 [usb_storage] [ 126.113755] usb_stor_invoke_transport+0x3b/0x500 [usb_storage] [ 126.113758] ? wait_for_completion_interruptible+0xb7/0x180 [ 126.113761] usb_stor_transparent_scsi_command+0xe/0x10 [usb_storage] [ 126.113763] usb_stor_control_thread+0x1c7/0x280 [usb_storage] [ 126.113767] kthread+0x125/0x140 [ 126.113769] ? usb_stor_disconnect+0xc0/0xc0 [usb_storage] [ 126.113770] ? kthread_create_on_node+0x70/0x70 [ 126.113772] ret_from_fork+0x25/0x30 [ 126.113773] Code: f1 48 89 fa 48 c7 c6 a0 6e 51 c0 48 c7 c7 20 8e 51 c0 e8 ca 08 f9 de e9 5d fd ff ff 41 8b 87 88 00 00 00 85 c0 0f 84 67 fd ff ff <0f> 0b 48 8b 7d d0 48 c7 c6 48 5d 51 c0 e8 c4 f3 0e df 4c 89 fe [ 126.113791] RIP: vhci_urb_enqueue+0x2fa/0x4f0 [vhci_hcd] RSP: ffffb44e81a77b60 [ 126.113794] ---[ end trace 6e70660d8a09a8dd ]--- [ 126.122875] audit: type=1400 audit(1506565321.693:181): apparmor="DENIED" operation= -- 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/1719888 Title: kernel BUG at /build/linux- s_bACt/linux-4.13.0/drivers/usb/usbip/vhci_hcd.c:683! Status in linux package in Ubuntu: Incomplete Bug description: When using a usb flash disk via usbip it crashes with this bug ProblemType: KernelOops DistroRelease: Ubuntu 17.10 Package: linux-image-4.13.0-12-generic 4.13.0-12.13 ProcVersionSignature: Ubuntu 4.13.0-12.13-generic 4.13.3 Uname: Linux 4.13.0-12-generic x86_64 Annotation: Your system might become unstable now and might need to be restarted. ApportVersion: 2.20.7-0ubuntu1 Architecture: amd64 AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/seq', '/dev/snd/timer'] failed with exit code 1: Date: Wed Sep 27 06:24:09 2017 Failure: oops InstallationDate: Installed on 2017-09-27 (0 days ago) InstallationMedia: Xubuntu 17.10 "Artful Aardvark" - Alpha amd64 (20170829.1) IwConfig: ens33 no wireless extensions. lo no wireless extensions. MachineType: VMware, Inc. VMware Virtual Platform ProcFB: 0 svgadrmfb ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.13.0-12-generic root=UUID=33763e28-10a5-4446-afbd-8cb727ae9363 ro find_preseed=/preseed.cfg auto noprompt priority=critical locale=en_US quiet PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No PulseAudio daemon running, or not running as session daemon. RelatedPackageVersions: kerneloops-daemon N/A RfKill: SourcePackage: linux Title: kernel BUG at /build/linux-s_bACt/linux-4.13.0/drivers/usb/usbip/vhci_hcd.c:683! UpgradeStatus: No upgrade log present (probably fresh install) dmi.bios.date: 07/02/2015 dmi.bios.vendor: Phoenix Technologies LTD dmi.bios.version: 6.00 dmi.board.name: 440BX Desktop Reference Platform dmi.board.vendor: Intel Corporation dmi.board.version: None dmi.chassis.asset.tag: No Asset Tag dmi.chassis.type: 1 dmi.chassis.vendor: No Enclosure dmi.chassis.version: N/A dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd07/02/2015:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A: dmi.product.name: VMware Virtual Platform dmi.product.version: None dmi.sys.vendor: VMware, Inc. To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1719888/+subscriptions -- Mailing list: https://launchpad.net/~kernel-packages Post to : [email protected] Unsubscribe : https://launchpad.net/~kernel-packages More help : https://help.launchpad.net/ListHelp

