Advertisement
Guest User

Untitled

a guest
Oct 31st, 2017
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. ==================================================================
  2. BUG: KASAN: use-after-free in move_expired_inodes+0xce6/0xdf0
  3. Write of size 8 at addr ffff8800a3a36bf8 by task kworker/u8:0/5
  4.  
  5. CPU: 0 PID: 5 Comm: kworker/u8:0 Not tainted 4.14.0-rc4 #1
  6. Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
  7. Workqueue: writeback wb_workfn (flush-8:0)
  8. Call Trace:
  9. dump_stack+0x115/0x1da
  10. print_address_description+0x6a/0x270
  11. kasan_report+0x25e/0x340
  12. __asan_report_store8_noabort+0x17/0x20
  13. move_expired_inodes+0xce6/0xdf0
  14. queue_io+0x300/0x840
  15. wb_writeback+0x9a3/0xdb0
  16. wb_workfn+0x2a7/0x1310
  17. process_one_work+0xbc4/0x1ba0
  18. worker_thread+0x223/0x1830
  19. kthread+0x39c/0x470
  20. ret_from_fork+0x2a/0x40
  21.  
  22. Allocated by task 11312:
  23. save_stack_trace+0x16/0x20
  24. save_stack+0x43/0xd0
  25. kasan_kmalloc+0xae/0xe0
  26. kasan_slab_alloc+0x12/0x20
  27. kmem_cache_alloc+0xfe/0x2d0
  28. ext4_alloc_inode+0xb3/0x790
  29. alloc_inode+0x65/0x180
  30. new_inode_pseudo+0x69/0x190
  31. new_inode+0x1c/0x40
  32. __ext4_new_inode+0x4cf/0x4e30
  33. ext4_symlink+0x550/0xae0
  34. vfs_symlink+0x2c4/0x4c0
  35. SyS_symlink+0x134/0x200
  36. entry_SYSCALL_64_fastpath+0x1f/0xbe
  37.  
  38. Freed by task 2705:
  39. save_stack_trace+0x16/0x20
  40. save_stack+0x43/0xd0
  41. kasan_slab_free+0x72/0xc0
  42. kmem_cache_free+0xba/0x2e0
  43. ext4_i_callback+0x20/0x30
  44. rcu_process_callbacks+0x7ce/0x2b70
  45. __do_softirq+0x279/0xb48
  46.  
  47. The buggy address belongs to the object at ffff8800a3a36840
  48. which belongs to the cache ext4_inode_cache of size 2096
  49. The buggy address is located 952 bytes inside of
  50. 2096-byte region [ffff8800a3a36840, ffff8800a3a37070)
  51. The buggy address belongs to the page:
  52. page:ffffea00028e8c00 count:1 mapcount:0 mapping: (null) index:0x0 compound_mapcount: 0
  53. flags: 0x100000000008100(slab|head)
  54. raw: 0100000000008100 0000000000000000 0000000000000000 00000001800e000e
  55. raw: dead000000000100 dead000000000200 ffff8800b6a33e00 0000000000000000
  56. page dumped because: kasan: bad access detected
  57.  
  58. Memory state around the buggy address:
  59. ffff8800a3a36a80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
  60. ffff8800a3a36b00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
  61. >ffff8800a3a36b80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
  62. ^
  63. ffff8800a3a36c00: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
  64. ffff8800a3a36c80: fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb fb
  65. ==================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement