syzbot


possible deadlock in vcs_write (2)

Status: auto-closed as invalid on 2019/02/22 10:22
Subsystems: serial
[Documentation on labels]
Reported-by: syzbot+363fa846ec910d61a5e0ce3da97289dfb192083e@syzkaller.appspotmail.com
First crash: 2366d, last: 2343d
Similar bugs (1)
Kernel Title Repro Cause bisect Fix bisect Count Last Reported Patched Status
upstream possible deadlock in vcs_write 3 2425d 2434d 0/26 closed as invalid on 2017/11/05 09:59

Sample crash report:
======================================================
WARNING: possible circular locking dependency detected
4.15.0-rc2+ #209 Not tainted
------------------------------------------------------
syz-executor4/16108 is trying to acquire lock:
 (console_lock){+.+.}, at: [<00000000ec170b5b>] vcs_write+0x14d/0xca0 drivers/tty/vt/vc_screen.c:397

but task is already holding lock:
 (&pipe->mutex/1){+.+.}, at: [<0000000040ee4d01>] pipe_lock_nested fs/pipe.c:67 [inline]
 (&pipe->mutex/1){+.+.}, at: [<0000000040ee4d01>] pipe_lock+0x56/0x70 fs/pipe.c:75

which lock already depends on the new lock.


the existing dependency chain (in reverse order) is:

-> #3 (&pipe->mutex/1){+.+.}:
       lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
       __mutex_lock_common kernel/locking/mutex.c:756 [inline]
       __mutex_lock+0x16f/0x1a80 kernel/locking/mutex.c:893
       mutex_lock_nested+0x16/0x20 kernel/locking/mutex.c:908
       pipe_lock_nested fs/pipe.c:67 [inline]
       pipe_lock+0x56/0x70 fs/pipe.c:75
       iter_file_splice_write+0x264/0xf30 fs/splice.c:699
       do_splice_from fs/splice.c:851 [inline]
       do_splice fs/splice.c:1147 [inline]
       SYSC_splice fs/splice.c:1402 [inline]
       SyS_splice+0x7d5/0x1630 fs/splice.c:1382
       entry_SYSCALL_64_fastpath+0x1f/0x96

-> #2 (sb_writers){.+.+}:
       put_ucounts+0x71/0x2d0 kernel/ucount.c:170

-> #1 ((completion)&req.done){+.+.}:
       lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
       complete_acquire include/linux/completion.h:40 [inline]
       __wait_for_common kernel/sched/completion.c:109 [inline]
       wait_for_common kernel/sched/completion.c:123 [inline]
       wait_for_completion+0xcb/0x7b0 kernel/sched/completion.c:144
       devtmpfs_create_node+0x32b/0x4a0 drivers/base/devtmpfs.c:115
       device_add+0x120f/0x1640 drivers/base/core.c:1824
       device_create_groups_vargs+0x1f3/0x250 drivers/base/core.c:2430
       device_create_vargs drivers/base/core.c:2470 [inline]
       device_create+0xda/0x110 drivers/base/core.c:2506
       vcs_make_sysfs+0x35/0x60 drivers/tty/vt/vc_screen.c:629
       vc_allocate+0x4b7/0x6b0 drivers/tty/vt/vt.c:797
       con_install+0x52/0x440 drivers/tty/vt/vt.c:2876
       tty_driver_install_tty drivers/tty/tty_io.c:1215 [inline]
       tty_init_dev+0xf6/0x4a0 drivers/tty/tty_io.c:1315
       tty_open_by_driver drivers/tty/tty_io.c:1942 [inline]
       tty_open+0x608/0xab0 drivers/tty/tty_io.c:1990
       chrdev_open+0x257/0x730 fs/char_dev.c:417
       do_dentry_open+0x682/0xd70 fs/open.c:752
       vfs_open+0x107/0x230 fs/open.c:866
       do_last fs/namei.c:3379 [inline]
       path_openat+0x1157/0x3530 fs/namei.c:3519
       do_filp_open+0x25b/0x3b0 fs/namei.c:3554
       do_sys_open+0x502/0x6d0 fs/open.c:1059
       SYSC_open fs/open.c:1077 [inline]
       SyS_open+0x2d/0x40 fs/open.c:1072
       entry_SYSCALL_64_fastpath+0x1f/0x96

-> #0 (console_lock){+.+.}:
       check_prevs_add kernel/locking/lockdep.c:2031 [inline]
       validate_chain kernel/locking/lockdep.c:2473 [inline]
       __lock_acquire+0x3498/0x47f0 kernel/locking/lockdep.c:3500
       lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
       console_lock+0x4b/0x80 kernel/printk/printk.c:2047
       vcs_write+0x14d/0xca0 drivers/tty/vt/vc_screen.c:397
       __vfs_write+0xef/0x970 fs/read_write.c:480
       __kernel_write+0xfe/0x350 fs/read_write.c:501
       write_pipe_buf+0x175/0x220 fs/splice.c:797
       splice_from_pipe_feed fs/splice.c:502 [inline]
       __splice_from_pipe+0x328/0x730 fs/splice.c:626
       splice_from_pipe+0x1e9/0x330 fs/splice.c:661
       default_file_splice_write+0x40/0x90 fs/splice.c:809
       do_splice_from fs/splice.c:851 [inline]
       do_splice fs/splice.c:1147 [inline]
       SYSC_splice fs/splice.c:1402 [inline]
       SyS_splice+0x7d5/0x1630 fs/splice.c:1382
       entry_SYSCALL_64_fastpath+0x1f/0x96

other info that might help us debug this:

Chain exists of:
  console_lock --> sb_writers --> &pipe->mutex/1

 Possible unsafe locking scenario:

       CPU0                    CPU1
       ----                    ----
  lock(&pipe->mutex/1);
                               lock(sb_writers);
                               lock(&pipe->mutex/1);
  lock(console_lock);

 *** DEADLOCK ***

1 lock held by syz-executor4/16108:
 #0:  (&pipe->mutex/1){+.+.}, at: [<0000000040ee4d01>] pipe_lock_nested fs/pipe.c:67 [inline]
 #0:  (&pipe->mutex/1){+.+.}, at: [<0000000040ee4d01>] pipe_lock+0x56/0x70 fs/pipe.c:75

stack backtrace:
CPU: 0 PID: 16108 Comm: syz-executor4 Not tainted 4.15.0-rc2+ #209
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
 __dump_stack lib/dump_stack.c:17 [inline]
 dump_stack+0x194/0x257 lib/dump_stack.c:53
 print_circular_bug+0x42d/0x610 kernel/locking/lockdep.c:1271
 check_prev_add+0x666/0x15f0 kernel/locking/lockdep.c:1914
 check_prevs_add kernel/locking/lockdep.c:2031 [inline]
 validate_chain kernel/locking/lockdep.c:2473 [inline]
 __lock_acquire+0x3498/0x47f0 kernel/locking/lockdep.c:3500
 lock_acquire+0x1d5/0x580 kernel/locking/lockdep.c:4004
 console_lock+0x4b/0x80 kernel/printk/printk.c:2047
 vcs_write+0x14d/0xca0 drivers/tty/vt/vc_screen.c:397
 __vfs_write+0xef/0x970 fs/read_write.c:480
 __kernel_write+0xfe/0x350 fs/read_write.c:501
 write_pipe_buf+0x175/0x220 fs/splice.c:797
 splice_from_pipe_feed fs/splice.c:502 [inline]
 __splice_from_pipe+0x328/0x730 fs/splice.c:626
 splice_from_pipe+0x1e9/0x330 fs/splice.c:661
 default_file_splice_write+0x40/0x90 fs/splice.c:809
 do_splice_from fs/splice.c:851 [inline]
 do_splice fs/splice.c:1147 [inline]
 SYSC_splice fs/splice.c:1402 [inline]
 SyS_splice+0x7d5/0x1630 fs/splice.c:1382
 entry_SYSCALL_64_fastpath+0x1f/0x96
RIP: 0033:0x452a39
RSP: 002b:00007f78f0139c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000113
RAX: ffffffffffffffda RBX: 00007f78f013a700 RCX: 0000000000452a39
RDX: 0000000000000013 RSI: 0000000000000000 RDI: 0000000000000014
RBP: 0000000000000000 R08: 00000000fffff5fc R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000212 R12: 0000000000000000
R13: 0000000000a6f7ff R14: 00007f78f013a9c0 R15: 0000000000000000
binder: 16122:16126 ERROR: BC_REGISTER_LOOPER called without request
binder: 16122:16126 DecRefs 0 refcount change on invalid ref 0 ret -22
binder: 16122:16126 BC_INCREFS_DONE u0000000080000000 no match
binder: 16122:16126 ERROR: BC_ENTER_LOOPER called after BC_REGISTER_LOOPER
binder: 16126 RLIMIT_NICE not set
binder: 16126 RLIMIT_NICE not set
binder: release 16122:16126 transaction 125 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: 16122:16126 BC_FREE_BUFFER u0000020400000000 no match
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16122:16126 ioctl 40046207 0 returned -16
binder_alloc: 16122: binder_alloc_buf, no vma
binder: 16122:16126 transaction failed 29189/-3, size 0-0 line 2890
binder: 16122:16139 ERROR: BC_REGISTER_LOOPER called without request
binder: 16122:16139 DecRefs 0 refcount change on invalid ref 0 ret -22
binder: 16122:16139 BC_INCREFS_DONE u0000000080000000 no match
binder: 16122:16139 ERROR: BC_ENTER_LOOPER called after BC_REGISTER_LOOPER
binder: 16139 RLIMIT_NICE not set
binder: undelivered TRANSACTION_ERROR: 29189
binder: 16122:16126 BC_FREE_BUFFER u0000020400000000 no match
binder_alloc: 16122: binder_alloc_buf, no vma
binder: 16122:16126 transaction failed 29189/-3, size 0-0 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 16122:16126 transaction 126 out, still active
binder: release 16122:16126 transaction 125 in, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 126, target dead
binder: send failed reply for transaction 125, target dead
binder: 16164 RLIMIT_NICE not set
binder: 16164 RLIMIT_NICE not set
binder: 16162:16164 BC_CLEAR_DEATH_NOTIFICATION invalid ref 0
binder: 16164 RLIMIT_NICE not set
binder: 16173:16174 ERROR: BC_REGISTER_LOOPER called without request
binder: 16174 RLIMIT_NICE not set
binder: 16164 RLIMIT_NICE not set
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16162:16168 ioctl 40046207 0 returned -16
binder_alloc: 16162: binder_alloc_buf, no vma
binder: 16162:16168 transaction failed 29189/-3, size 0-0 line 2890
binder: 16162:16179 BC_CLEAR_DEATH_NOTIFICATION invalid ref 0
binder: 16162:16179 BC_FREE_BUFFER u0000000020000000 no match
binder: 16162:16179 got reply transaction with no transaction stack
binder: 16162:16179 transaction failed 29201/-71, size 0-0 line 2690
binder: 16173:16181 unknown command 0
binder: 16173:16181 ioctl c0306201 2000a000 returned -22
binder: 16174 RLIMIT_NICE not set
binder: release 16173:16174 transaction 135 in, still active
binder: send failed reply for transaction 135 to 16173:16181
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered transaction 131, process died.
binder: 16173:16181 ERROR: BC_REGISTER_LOOPER called without request
binder: 16181 RLIMIT_NICE not set
binder: 16173:16181 unknown command 0
binder: 16173:16181 ioctl c0306201 2000a000 returned -22
binder: release 16173:16174 transaction 138 out, still active
binder: undelivered TRANSACTION_COMPLETE
binder: send failed reply for transaction 138, target dead
binder: 16200 RLIMIT_NICE not set
kauditd_printk_skb: 589 callbacks suppressed
audit: type=1326 audit(1512586009.277:2356): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=202 compat=0 ip=0x452a39 code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2357): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=202 compat=0 ip=0x452a39 code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2358): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=228 compat=0 ip=0x4557da code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2359): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=248 compat=0 ip=0x452a39 code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2360): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=202 compat=0 ip=0x452a39 code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2361): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=202 compat=0 ip=0x452a39 code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2362): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=202 compat=0 ip=0x452a39 code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2363): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=228 compat=0 ip=0x4557da code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2364): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=2 compat=0 ip=0x452a39 code=0x7ffc0000
audit: type=1326 audit(1512586009.278:2365): auid=4294967295 uid=0 gid=0 ses=4294967295 subj=kernel pid=16195 comm="syz-executor2" exe="/root/syz-executor2" sig=0 arch=c000003e syscall=202 compat=0 ip=0x452a39 code=0x7ffc0000
binder: 16197:16210 DecRefs 0 refcount change on invalid ref 0 ret -22
binder: 16197:16210 unknown command 5
binder: 16197:16210 ioctl c0306201 20008000 returned -22
binder_alloc: binder_alloc_mmap_handler: 16197 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16197:16210 ioctl 40046207 0 returned -16
binder: 16197:16210 DecRefs 0 refcount change on invalid ref 0 ret -22
binder: 16197:16210 unknown command 5
binder: 16197:16210 ioctl c0306201 20008000 returned -22
binder: 16198:16216 BC_CLEAR_DEATH_NOTIFICATION invalid ref 0
binder: 16198:16216 BC_FREE_BUFFER u0000000020000000 matched unreturned buffer
binder: 16198:16216 got reply transaction with bad transaction stack, transaction 142 has target 16198:0
binder: 16198:16216 transaction failed 29201/-71, size 0-0 line 2705
binder: 16216 RLIMIT_NICE not set
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16198:16228 ioctl 40046207 0 returned -16
binder_alloc: 16198: binder_alloc_buf, no vma
binder: 16198:16228 transaction failed 29189/-3, size 0-0 line 2890
binder: 16198:16231 BC_CLEAR_DEATH_NOTIFICATION invalid ref 0
binder: 16198:16231 BC_FREE_BUFFER u0000000020000000 no match
binder: 16198:16231 got reply transaction with no transaction stack
binder: 16198:16231 transaction failed 29201/-71, size 0-0 line 2690
device eql entered promiscuous mode
device eql entered promiscuous mode
binder: 16200 RLIMIT_NICE not set
binder: undelivered TRANSACTION_ERROR: 29189
binder: release 16198:16200 transaction 142 in, still active
binder: send failed reply for transaction 142 to 16198:16216
binder: undelivered TRANSACTION_ERROR: 29189
binder: 16288:16290 sending u0000000000000000 node 146, cookie mismatch 0000000000000002 != 0000000000000000
device eql entered promiscuous mode
binder: 16288:16290 transaction failed 29201/-22, size 24-8 line 2969
binder_alloc: binder_alloc_mmap_handler: 16288 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16288:16298 ioctl 40046207 0 returned -16
device eql entered promiscuous mode
binder: undelivered TRANSACTION_ERROR: 29201
device eql entered promiscuous mode
FAULT_INJECTION: forcing a failure.
name failslab, interval 1, probability 0, space 0, times 0
CPU: 0 PID: 16339 Comm: syz-executor2 Not tainted 4.15.0-rc2+ #209
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 01/01/2011
Call Trace:
 __dump_stack lib/dump_stack.c:17 [inline]
 dump_stack+0x194/0x257 lib/dump_stack.c:53
 fail_dump lib/fault-inject.c:51 [inline]
 should_fail+0x8c0/0xa40 lib/fault-inject.c:149
 should_failslab+0xec/0x120 mm/failslab.c:32
 slab_pre_alloc_hook mm/slab.h:421 [inline]
 slab_alloc_node mm/slab.c:3292 [inline]
 kmem_cache_alloc_node+0x56/0x760 mm/slab.c:3635
 __alloc_skb+0xf1/0x780 net/core/skbuff.c:193
 alloc_skb_fclone include/linux/skbuff.h:1025 [inline]
 sk_stream_alloc_skb+0x11d/0x900 net/ipv4/tcp.c:870
 do_tcp_sendpages+0xefa/0x1c50 net/ipv4/tcp.c:973
 tcp_sendpage_locked+0x82/0x130 net/ipv4/tcp.c:1075
 tcp_sendpage+0x43/0x60 net/ipv4/tcp.c:1085
 inet_sendpage+0x1aa/0x660 net/ipv4/af_inet.c:780
 kernel_sendpage+0x8d/0xe0 net/socket.c:3386
 sock_sendpage+0x92/0xc0 net/socket.c:857
 pipe_to_sendpage+0x290/0x3b0 fs/splice.c:451
 splice_from_pipe_feed fs/splice.c:502 [inline]
 __splice_from_pipe+0x328/0x730 fs/splice.c:626
 splice_from_pipe+0x1e9/0x330 fs/splice.c:661
 generic_splice_sendpage+0x40/0x50 fs/splice.c:832
 do_splice_from fs/splice.c:851 [inline]
 do_splice fs/splice.c:1147 [inline]
 SYSC_splice fs/splice.c:1402 [inline]
 SyS_splice+0x7d5/0x1630 fs/splice.c:1382
 entry_SYSCALL_64_fastpath+0x1f/0x96
RIP: 0033:0x452a39
RSP: 002b:00007fe0b0398c58 EFLAGS: 00000212 ORIG_RAX: 0000000000000113
RAX: ffffffffffffffda RBX: 00007fe0b0398aa0 RCX: 0000000000452a39
RDX: 0000000000000015 RSI: 0000000000000000 RDI: 0000000000000013
RBP: 00007fe0b0398a90 R08: 000000002e2e742c R09: 0000000000000000
R10: 0000000000000000 R11: 0000000000000212 R12: 00000000004b75fb
R13: 00007fe0b0398bc8 R14: 00000000004b75fb R15: 0000000000000000
device eql entered promiscuous mode
binder: 16382:16387 got transaction to invalid handle
binder: 16382:16387 transaction failed 29201/-22, size 0-8 line 2775
binder: 16382:16387 got transaction with invalid offsets size, 76
binder: 16382:16387 transaction failed 29201/-22, size 0-76 line 2926
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16382:16391 ioctl 40046207 0 returned -16
binder: 16382:16391 got transaction with invalid offsets size, 76
binder: 16382:16391 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 16382 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16382 2055a000-2055c000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16382 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16382:16403 ioctl 40046207 0 returned -16
binder: 16382:16391 got transaction to invalid handle
binder: 16382:16391 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 16382: binder_alloc_buf, no vma
binder: 16382:16403 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16382:16403 ioctl 40046207 0 returned -16
binder_alloc: 16382: binder_alloc_buf, no vma
binder: 16382:16417 transaction failed 29189/-3, size 0-76 line 2890
device eql entered promiscuous mode
binder_alloc: binder_alloc_mmap_handler: 16382 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16382 2055a000-2055c000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 16425:16426 got transaction to invalid handle
binder: 16425:16426 transaction failed 29201/-22, size 0-8 line 2775
binder: 16425:16426 got transaction with invalid offsets size, 76
binder: 16425:16426 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16425:16431 ioctl 40046207 0 returned -16
binder: 16425:16431 got transaction with invalid offsets size, 76
binder: 16425:16431 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 16425 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16425 2055a000-2055c000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16425 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16425:16438 ioctl 40046207 0 returned -16
binder: 16425:16431 got transaction to invalid handle
binder: 16425:16431 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 16425: binder_alloc_buf, no vma
binder: 16425:16438 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16425:16438 ioctl 40046207 0 returned -16
binder_alloc: 16425: binder_alloc_buf, no vma
binder: 16425:16440 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 16425 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16425 2055a000-2055c000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
device eql entered promiscuous mode
device eql entered promiscuous mode
device eql entered promiscuous mode
device eql entered promiscuous mode
device eql entered promiscuous mode
device eql entered promiscuous mode
device eql entered promiscuous mode
device eql entered promiscuous mode
device eql entered promiscuous mode
binder: 16637:16639 got transaction to invalid handle
binder: 16637:16639 transaction failed 29201/-22, size 0-8 line 2775
binder: 16637:16639 got transaction with invalid offsets size, 76
binder: 16637:16639 transaction failed 29201/-22, size 0-76 line 2926
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16637:16655 ioctl 40046207 0 returned -16
binder: 16637:16655 got transaction with invalid offsets size, 76
binder: 16637:16655 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 16637 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16637 2055a000-2055c000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16637:16678 ioctl 40046207 0 returned -16
binder: 16637:16655 got transaction to invalid handle
binder_alloc: 16637: binder_alloc_buf, no vma
binder: 16637:16678 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16637:16693 ioctl 40046207 0 returned -16
binder_alloc: 16637: binder_alloc_buf, no vma
binder: 16637:16694 transaction failed 29189/-3, size 0-76 line 2890
binder: 16637:16655 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: binder_alloc_mmap_handler: 16637 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16637 2055a000-2055c000 already mapped failed -16
device eql entered promiscuous mode
binder: 16637:16655 ioctl c0306201 20006000 returned -14
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29189
device eql entered promiscuous mode
binder: 16719:16725 got transaction to invalid handle
binder: 16719:16725 transaction failed 29201/-22, size 0-8 line 2775
binder: 16719:16725 got transaction with invalid offsets size, 76
binder: 16719:16725 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16719:16740 ioctl 40046207 0 returned -16
binder: 16719:16740 got transaction with invalid offsets size, 76
binder: 16719:16740 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 16719 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16719 2055a000-2055c000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16719 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16719:16761 ioctl 40046207 0 returned -16
binder: 16719:16740 got transaction to invalid handle
binder: 16719:16740 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 16719: binder_alloc_buf, no vma
binder: 16719:16761 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16719:16761 ioctl 40046207 0 returned -16
binder_alloc: 16719: binder_alloc_buf, no vma
binder: 16719:16763 transaction failed 29189/-3, size 0-76 line 2890
device eql entered promiscuous mode
binder_alloc: binder_alloc_mmap_handler: 16719 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16719 2055a000-2055c000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
device eql entered promiscuous mode
binder: 16782:16786 got transaction to invalid handle
binder: 16782:16786 transaction failed 29201/-22, size 0-8 line 2775
binder: 16782:16786 got transaction with invalid offsets size, 76
binder: 16782:16786 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16782:16803 ioctl 40046207 0 returned -16
binder: 16782:16803 got transaction with invalid offsets size, 76
binder: 16782:16803 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 16782 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16782 2055a000-2055c000 already mapped failed -16
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16782:16830 ioctl 40046207 0 returned -16
binder_alloc: 16782: binder_alloc_buf, no vma
binder: 16782:16830 transaction failed 29189/-3, size 0-76 line 2890
binder: 16782:16803 got transaction to invalid handle
binder: 16782:16803 transaction failed 29201/-22, size 0-8 line 2775
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16782:16830 ioctl 40046207 0 returned -16
binder_alloc: 16782: binder_alloc_buf, no vma
binder: 16782:16840 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 16782 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16782 2055a000-2055c000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 16846:16847 got transaction to invalid handle
binder: 16846:16847 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 16846: binder_alloc_buf, no vma
binder: 16846:16847 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16846:16853 ioctl 40046207 0 returned -16
binder_alloc: 16846: binder_alloc_buf, no vma
binder: 16846:16853 transaction failed 29189/-3, size 0-76 line 2890
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16846:16856 ioctl 40046207 0 returned -16
binder_alloc: 16846: binder_alloc_buf, no vma
binder: 16846:16856 transaction failed 29189/-3, size 0-76 line 2890
binder: 16846:16853 got transaction to invalid handle
binder: 16846:16853 transaction failed 29201/-22, size 0-8 line 2775
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16846:16856 ioctl 40046207 0 returned -16
binder_alloc: 16846: binder_alloc_buf, no vma
binder: 16846:16857 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 16859:16871 got transaction to invalid handle
binder: 16859:16871 transaction failed 29201/-22, size 0-8 line 2775
binder: 16859:16884 got transaction with invalid offsets size, 76
binder: 16859:16884 transaction failed 29201/-22, size 0-76 line 2926
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16859:16884 ioctl 40046207 0 returned -16
binder: 16859:16884 got transaction with invalid offsets size, 76
binder: 16859:16884 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 16859 20005000-20009000 already mapped failed -16
device eql entered promiscuous mode
binder_alloc: binder_alloc_mmap_handler: 16859 2055a000-2055c000 already mapped failed -16
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16859:16920 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 16859 20000000-20002000 already mapped failed -16
binder: 16859:16884 got transaction to invalid handle
binder: 16859:16884 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 16859: binder_alloc_buf, no vma
binder: 16859:16920 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16859:16920 ioctl 40046207 0 returned -16
binder_alloc: 16859: binder_alloc_buf, no vma
binder: 16859:16928 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 16859 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16859 2055a000-2055c000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 16943:16945 got transaction to invalid handle
binder: 16943:16945 transaction failed 29201/-22, size 0-8 line 2775
binder: 16943:16945 got transaction with invalid offsets size, 76
binder: 16943:16945 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16943:16950 ioctl 40046207 0 returned -16
binder: 16943:16950 got transaction with invalid offsets size, 76
binder: 16943:16950 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 16943 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16943 2055a000-2055c000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 16943 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16943:16965 ioctl 40046207 0 returned -16
binder: 16943:16950 got transaction to invalid handle
binder: 16943:16950 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 16943: binder_alloc_buf, no vma
binder: 16943:16965 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16943:16965 ioctl 40046207 0 returned -16
binder_alloc: 16943: binder_alloc_buf, no vma
binder: 16943:16974 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 16943 20005000-20009000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 16986:16987 got transaction to invalid handle
device eql entered promiscuous mode
binder: 16986:16987 transaction failed 29201/-22, size 0-8 line 2775
binder: 16986:16987 got transaction with invalid offsets size, 76
binder: 16986:16987 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16986:17009 ioctl 40046207 0 returned -16
binder: 16986:17009 got transaction with invalid offsets size, 76
binder: 16986:17009 transaction failed 29201/-22, size 0-76 line 2926
device eql entered promiscuous mode
binder_alloc: binder_alloc_mmap_handler: 16986 20005000-20009000 already mapped failed -16
device eql entered promiscuous mode
binder: 17031:17032 got transaction to invalid handle
binder: 17031:17032 transaction failed 29201/-22, size 0-8 line 2775
binder: 17031:17032 got transaction with invalid offsets size, 76
binder: 17031:17032 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16986:17015 ioctl 40046207 0 returned -16
binder: 16986:17009 got transaction to invalid handle
binder: 16986:17009 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 16986: binder_alloc_buf, no vma
binder: 16986:17015 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 16986:17015 ioctl 40046207 0 returned -16
binder_alloc: 16986: binder_alloc_buf, no vma
binder: 16986:17038 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 16986 20005000-20009000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17031:17041 ioctl 40046207 0 returned -16
binder: 17031:17041 got transaction with invalid offsets size, 76
binder: 17031:17041 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17031 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 17031 2055a000-2055c000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17049:17050 got transaction to invalid handle
binder: 17049:17050 transaction failed 29201/-22, size 0-8 line 2775
binder: 17049:17050 got transaction with invalid offsets size, 76
binder: 17049:17050 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17049:17057 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17031:17052 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 17031 20000000-20002000 already mapped failed -16
binder: 17049:17057 got transaction with invalid offsets size, 76
binder: 17049:17057 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: 17031: binder_alloc_buf, no vma
binder: 17031:17052 transaction failed 29189/-3, size 0-76 line 2890
binder: 17031:17041 got transaction to invalid handle
binder: 17031:17041 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: binder_alloc_mmap_handler: 17049 20005000-20009000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17031:17052 ioctl 40046207 0 returned -16
binder_alloc: 17031: binder_alloc_buf, no vma
binder: 17031:17054 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17031 20005000-20009000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder_alloc: binder_alloc_mmap_handler: 17049 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17049:17064 ioctl 40046207 0 returned -16
binder: 17068:17069 got transaction to invalid handle
binder: 17068:17069 transaction failed 29201/-22, size 0-8 line 2775
binder: 17049:17057 got transaction to invalid handle
binder: 17049:17057 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17049: binder_alloc_buf, no vma
binder: 17049:17064 transaction failed 29189/-3, size 0-76 line 2890
binder: 17068:17069 got transaction with invalid offsets size, 76
binder: 17068:17069 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17049:17064 ioctl 40046207 0 returned -16
binder_alloc: 17049: binder_alloc_buf, no vma
binder: 17049:17071 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17068:17076 ioctl 40046207 0 returned -16
binder: 17068:17076 got transaction with invalid offsets size, 76
binder: 17068:17076 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17068 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 17068 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17068:17082 ioctl 40046207 0 returned -16
binder: 17068:17076 got transaction to invalid handle
binder: 17068:17076 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17068: binder_alloc_buf, no vma
binder: 17068:17082 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17068:17082 ioctl 40046207 0 returned -16
binder_alloc: 17068: binder_alloc_buf, no vma
binder: 17068:17085 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17068 20005000-20009000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17087:17092 got transaction to invalid handle
binder: 17086:17099 got transaction to invalid handle
binder: 17086:17099 transaction failed 29201/-22, size 0-8 line 2775
binder: 17086:17099 got transaction with invalid offsets size, 76
binder: 17086:17099 transaction failed 29201/-22, size 0-76 line 2926
device eql entered promiscuous mode
binder: 17090:17095 got transaction to invalid handle
binder: 17090:17095 transaction failed 29201/-22, size 0-8 line 2775
binder: 17090:17095 got transaction with invalid offsets size, 76
binder: 17090:17095 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17086:17103 ioctl 40046207 0 returned -16
binder: 17087:17104 got transaction with invalid offsets size, 76
binder: 17087:17104 transaction failed 29201/-22, size 0-76 line 2926
binder: 17086:17103 got transaction with invalid offsets size, 76
binder: 17086:17103 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17086 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 17086 2055a000-2055c000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17090:17109 ioctl 40046207 0 returned -16
binder: 17090:17109 got transaction with invalid offsets size, 76
binder: 17090:17109 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17087:17116 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17086:17114 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 17086 20000000-20002000 already mapped failed -16
binder: 17087:17116 got transaction with invalid offsets size, 76
binder: 17087:17116 transaction failed 29201/-22, size 0-76 line 2926
binder: 17086:17103 got transaction to invalid handle
binder: 17086:17103 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17086: binder_alloc_buf, no vma
binder: 17086:17114 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17090 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17090:17115 ioctl 40046207 0 returned -16
binder: 17090:17109 got transaction to invalid handle
binder: 17090:17109 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17090: binder_alloc_buf, no vma
binder: 17090:17115 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17086:17114 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17090:17115 ioctl 40046207 0 returned -16
binder_alloc: 17086: binder_alloc_buf, no vma
binder: 17086:17120 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17087 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 17086 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 17086 2055a000-2055c000 already mapped failed -16
binder_alloc: 17090: binder_alloc_buf, no vma
binder: 17090:17122 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder_alloc: binder_alloc_mmap_handler: 17087 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17087:17126 ioctl 40046207 0 returned -16
binder: 17131:17140 got transaction to invalid handle
binder: 17131:17140 transaction failed 29201/-22, size 0-8 line 2775
binder: 17087:17116 got transaction to invalid handle
binder: 17087:17116 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17087: binder_alloc_buf, no vma
binder: 17087:17126 transaction failed 29189/-3, size 0-76 line 2890
binder: 17131:17140 got transaction with invalid offsets size, 76
binder: 17131:17140 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17087:17126 ioctl 40046207 0 returned -16
binder_alloc: 17087: binder_alloc_buf, no vma
binder: 17087:17132 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17087 20005000-20009000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17131:17147 ioctl 40046207 0 returned -16
binder: 17131:17147 got transaction with invalid offsets size, 76
binder: 17131:17147 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17131 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17131:17152 ioctl 40046207 0 returned -16
binder_alloc: 17131: binder_alloc_buf, no vma
binder: 17131:17152 transaction failed 29189/-3, size 0-76 line 2890
binder: 17131:17147 got transaction to invalid handle
binder: 17131:17147 transaction failed 29201/-22, size 0-8 line 2775
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17131:17152 ioctl 40046207 0 returned -16
binder_alloc: 17131: binder_alloc_buf, no vma
binder: 17131:17156 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17157:17158 got transaction to invalid handle
binder: 17157:17158 transaction failed 29201/-22, size 0-8 line 2775
binder: 17157:17158 got transaction with invalid offsets size, 76
binder: 17157:17158 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17157:17160 ioctl 40046207 0 returned -16
binder: 17157:17160 got transaction with invalid offsets size, 76
binder: 17157:17160 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17157 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17157:17161 ioctl 40046207 0 returned -16
binder_alloc: 17157: binder_alloc_buf, no vma
binder: 17157:17161 transaction failed 29189/-3, size 0-76 line 2890
binder: 17157:17160 got transaction to invalid handle
binder: 17157:17160 transaction failed 29201/-22, size 0-8 line 2775
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17157:17161 ioctl 40046207 0 returned -16
binder_alloc: 17157: binder_alloc_buf, no vma
binder: 17157:17166 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17087:17092 transaction failed 29201/-22, size 0-8 line 2775
binder: 17173:17175 got transaction to invalid handle
binder: 17173:17175 transaction failed 29201/-22, size 0-8 line 2775
binder: 17173:17175 got transaction with invalid offsets size, 76
binder: 17173:17175 transaction failed 29201/-22, size 0-76 line 2926
binder: 17087:17092 ioctl c0306201 20006000 returned -14
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17174:17179 got transaction to invalid handle
binder: 17174:17179 transaction failed 29201/-22, size 0-8 line 2775
binder: 17174:17179 got transaction with invalid offsets size, 76
binder: 17174:17179 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17173:17181 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17174:17182 ioctl 40046207 0 returned -16
binder: 17174:17182 got transaction with invalid offsets size, 76
binder: 17174:17182 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17173 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17173:17183 ioctl 40046207 0 returned -16
binder: 17173:17181 got transaction to invalid handle
binder: 17173:17181 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17173: binder_alloc_buf, no vma
binder: 17173:17183 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17174 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17173:17183 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17174:17185 ioctl 40046207 0 returned -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: 17174:17182 got transaction to invalid handle
binder: 17174:17182 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17174: binder_alloc_buf, no vma
binder: 17174:17185 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29201
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17174:17185 ioctl 40046207 0 returned -16
binder_alloc: 17174: binder_alloc_buf, no vma
binder: 17174:17188 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17195:17197 got transaction to invalid handle
binder: 17193:17202 got transaction to invalid handle
binder: 17193:17202 transaction failed 29201/-22, size 0-8 line 2775
binder: 17193:17202 got transaction with invalid offsets size, 76
binder: 17193:17202 transaction failed 29201/-22, size 0-76 line 2926
binder: 17191:17204 got transaction to invalid handle
binder: 17191:17204 transaction failed 29201/-22, size 0-8 line 2775
binder: 17191:17204 got transaction with invalid offsets size, 76
binder: 17191:17204 transaction failed 29201/-22, size 0-76 line 2926
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17191:17214 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17193:17210 ioctl 40046207 0 returned -16
binder: 17195:17211 got transaction with invalid offsets size, 76
binder: 17195:17211 transaction failed 29201/-22, size 0-76 line 2926
binder: 17191:17214 got transaction with invalid offsets size, 76
binder: 17191:17214 transaction failed 29201/-22, size 0-76 line 2926
binder: 17193:17210 got transaction with invalid offsets size, 76
binder: 17193:17210 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17191 20005000-20009000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17193:17221 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17195:17217 ioctl 40046207 0 returned -16
binder_alloc: 17193: binder_alloc_buf, no vma
binder: 17193:17221 transaction failed 29189/-3, size 0-76 line 2890
binder: 17193:17210 got transaction to invalid handle
binder: 17193:17210 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: binder_alloc_mmap_handler: 17191 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17191:17224 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17193:17221 ioctl 40046207 0 returned -16
binder: 17191:17214 got transaction to invalid handle
binder: 17191:17214 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17191: binder_alloc_buf, no vma
binder: 17191:17224 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17191:17224 ioctl 40046207 0 returned -16
binder_alloc: 17191: binder_alloc_buf, no vma
binder: 17191:17234 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: 17193: binder_alloc_buf, no vma
binder: 17193:17227 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17191 20005000-20009000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 17236:17242 got transaction to invalid handle
binder: 17236:17242 transaction failed 29201/-22, size 0-8 line 2775
binder: 17236:17242 got transaction with invalid offsets size, 76
binder: 17236:17242 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17195:17232 ioctl 40046207 0 returned -16
binder: 17241:17248 got transaction to invalid handle
binder: 17241:17248 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17241: binder_alloc_buf, no vma
binder: 17241:17248 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17195 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17236:17250 ioctl 40046207 0 returned -16
binder_alloc: 17195: binder_alloc_buf, no vma
binder: 17195:17232 transaction failed 29189/-3, size 0-76 line 2890
binder: 17195:17217 got transaction to invalid handle
binder: 17195:17217 transaction failed 29201/-22, size 0-8 line 2775
binder: 17236:17250 got transaction with invalid offsets size, 76
binder: 17236:17250 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17195:17232 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17241:17256 ioctl 40046207 0 returned -16
binder_alloc: 17241: binder_alloc_buf, no vma
binder: 17241:17256 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17236:17259 ioctl 40046207 0 returned -16
binder: 17236:17250 got transaction to invalid handle
binder: 17236:17250 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17236: binder_alloc_buf, no vma
binder: 17236:17259 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17241:17261 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17236:17259 ioctl 40046207 0 returned -16
binder: 17241:17256 got transaction to invalid handle
binder: 17241:17256 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17241: binder_alloc_buf, no vma
binder: 17241:17261 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17241:17261 ioctl 40046207 0 returned -16
binder_alloc: 17241: binder_alloc_buf, no vma
binder: 17241:17267 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: 17236: binder_alloc_buf, no vma
binder: 17236:17266 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17195:17197 transaction failed 29201/-22, size 0-8 line 2775
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17276:17277 got transaction to invalid handle
binder: 17276:17277 transaction failed 29201/-22, size 0-8 line 2775
binder: 17276:17277 got transaction with invalid offsets size, 76
binder: 17276:17277 transaction failed 29201/-22, size 0-76 line 2926
binder: 17278:17279 got transaction to invalid handle
binder: 17278:17279 transaction failed 29201/-22, size 0-8 line 2775
binder: 17278:17279 got transaction with invalid offsets size, 76
binder: 17278:17279 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17278:17280 ioctl 40046207 0 returned -16
binder: 17278:17280 got transaction with invalid offsets size, 76
binder: 17278:17280 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17278 20005000-20009000 already mapped failed -16
binder_alloc: binder_alloc_mmap_handler: 17276 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17276:17282 ioctl 40046207 0 returned -16
binder: 17276:17281 got transaction to invalid handle
binder: 17276:17281 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17276: binder_alloc_buf, no vma
binder: 17276:17282 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder_alloc: binder_alloc_mmap_handler: 17278 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17278:17283 ioctl 40046207 0 returned -16
binder: 17278:17280 got transaction to invalid handle
binder: 17278:17280 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17278: binder_alloc_buf, no vma
binder: 17278:17283 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17278:17283 ioctl 40046207 0 returned -16
binder_alloc: 17278: binder_alloc_buf, no vma
binder: 17278:17284 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17290:17291 got transaction to invalid handle
binder: 17290:17291 transaction failed 29201/-22, size 0-8 line 2775
binder: 17292:17299 got transaction to invalid handle
binder: 17292:17299 transaction failed 29201/-22, size 0-8 line 2775
binder: 17292:17299 got transaction with invalid offsets size, 76
binder: 17292:17299 transaction failed 29201/-22, size 0-76 line 2926
binder: 17300:17303 got transaction to invalid handle
binder: 17300:17303 transaction failed 29201/-22, size 0-8 line 2775
binder: 17300:17303 got transaction with invalid offsets size, 76
binder: 17300:17303 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: 17290: binder_alloc_buf, no vma
binder: 17290:17304 transaction failed 29189/-3, size 0-76 line 2890
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17300:17310 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17290:17311 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 17292 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17292:17301 ioctl 40046207 0 returned -16
binder: 17300:17310 got transaction with invalid offsets size, 76
binder: 17300:17310 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: 17290: binder_alloc_buf, no vma
binder: 17290:17311 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: 17292: binder_alloc_buf, no vma
binder: 17292:17301 transaction failed 29189/-3, size 0-76 line 2890
binder: 17292:17299 got transaction to invalid handle
binder: 17292:17299 transaction failed 29201/-22, size 0-8 line 2775
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17290:17315 ioctl 40046207 0 returned -16
binder: 17317:17320 got transaction to invalid handle
binder: 17317:17320 transaction failed 29201/-22, size 0-8 line 2775
binder: 17317:17320 got transaction with invalid offsets size, 76
binder: 17290:17311 got transaction to invalid handle
binder: 17290:17311 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17290: binder_alloc_buf, no vma
binder: 17290:17315 transaction failed 29189/-3, size 0-76 line 2890
binder: 17317:17320 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17290:17315 ioctl 40046207 0 returned -16
binder_alloc: 17290: binder_alloc_buf, no vma
binder: 17290:17316 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17300:17314 ioctl 40046207 0 returned -16
binder_alloc: 17300: binder_alloc_buf, no vma
binder: 17300:17314 transaction failed 29189/-3, size 0-76 line 2890
binder: 17300:17310 got transaction to invalid handle
binder: 17300:17310 transaction failed 29201/-22, size 0-8 line 2775
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17300:17314 ioctl 40046207 0 returned -16
binder_alloc: 17300: binder_alloc_buf, no vma
binder: 17300:17328 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17317 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17317:17325 ioctl 40046207 0 returned -16
binder: 17317:17320 got transaction to invalid handle
binder: 17317:17320 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17317: binder_alloc_buf, no vma
binder: 17317:17325 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17334:17338 got transaction to invalid handle
binder: 17334:17338 transaction failed 29201/-22, size 0-8 line 2775
binder: 17334:17338 got transaction with invalid offsets size, 76
binder: 17334:17338 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17334:17339 ioctl 40046207 0 returned -16
binder_alloc: 17334: binder_alloc_buf, no vma
binder: 17334:17339 transaction failed 29189/-3, size 0-76 line 2890
binder: 17334:17338 got transaction to invalid handle
binder: 17334:17338 transaction failed 29201/-22, size 0-8 line 2775
device eql entered promiscuous mode
binder: 17336:17340 got transaction to invalid handle
binder: 17336:17340 transaction failed 29201/-22, size 0-8 line 2775
binder: 17336:17340 got transaction with invalid offsets size, 76
binder: 17336:17340 transaction failed 29201/-22, size 0-76 line 2926
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17336:17346 ioctl 40046207 0 returned -16
binder: 17336:17346 got transaction with invalid offsets size, 76
binder: 17336:17346 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17336 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17336:17348 ioctl 40046207 0 returned -16
binder: 17336:17346 got transaction to invalid handle
binder: 17336:17346 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17336: binder_alloc_buf, no vma
binder: 17336:17348 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17336:17348 ioctl 40046207 0 returned -16
binder_alloc: 17336: binder_alloc_buf, no vma
binder: 17336:17351 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: 17353:17355 got transaction to invalid handle
binder: 17353:17355 transaction failed 29201/-22, size 0-8 line 2775
binder: 17353:17355 got transaction with invalid offsets size, 76
binder: 17353:17355 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17353 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17353:17357 ioctl 40046207 0 returned -16
binder: 17353:17355 got transaction to invalid handle
binder: 17353:17355 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17353: binder_alloc_buf, no vma
binder: 17353:17357 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17365:17366 got transaction to invalid handle
binder: 17365:17366 transaction failed 29201/-22, size 0-8 line 2775
binder: 17369:17374 got transaction to invalid handle
binder: 17369:17374 transaction failed 29201/-22, size 0-8 line 2775
binder: 17369:17374 got transaction with invalid offsets size, 76
binder: 17369:17374 transaction failed 29201/-22, size 0-76 line 2926
binder: 17368:17376 got transaction to invalid handle
binder: 17368:17376 transaction failed 29201/-22, size 0-8 line 2775
binder: 17368:17376 got transaction with invalid offsets size, 76
binder: 17368:17376 transaction failed 29201/-22, size 0-76 line 2926
binder: 17365:17380 got transaction with invalid offsets size, 76
binder: 17365:17380 transaction failed 29201/-22, size 0-76 line 2926
device eql entered promiscuous mode
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17369:17383 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17368:17387 ioctl 40046207 0 returned -16
binder: 17368:17387 got transaction with invalid offsets size, 76
binder: 17368:17387 transaction failed 29201/-22, size 0-76 line 2926
binder: 17369:17383 got transaction with invalid offsets size, 76
binder: 17369:17383 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17368 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17368:17394 ioctl 40046207 0 returned -16
binder: 17368:17387 got transaction to invalid handle
binder: 17368:17387 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17368: binder_alloc_buf, no vma
binder: 17368:17394 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17369:17395 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 17369 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17368:17399 ioctl 40046207 0 returned -16
binder: 17369:17383 got transaction to invalid handle
binder: 17369:17383 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17369: binder_alloc_buf, no vma
binder: 17369:17395 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: binder_alloc_mmap_handler: 17365 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17365:17389 ioctl 40046207 0 returned -16
binder: 17365:17380 got transaction to invalid handle
binder: 17365:17380 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17365: binder_alloc_buf, no vma
binder: 17365:17389 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: 17368: binder_alloc_buf, no vma
binder: 17368:17399 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17369:17395 ioctl 40046207 0 returned -16
binder_alloc: 17369: binder_alloc_buf, no vma
binder: 17369:17404 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17407:17410 got transaction to invalid handle
binder: 17407:17410 transaction failed 29201/-22, size 0-8 line 2775
binder: 17407:17410 got transaction with invalid offsets size, 76
binder: 17407:17410 transaction failed 29201/-22, size 0-76 line 2926
device eql entered promiscuous mode
binder: 17412:17414 got transaction to invalid handle
binder: 17412:17414 transaction failed 29201/-22, size 0-8 line 2775
binder: 17412:17414 got transaction with invalid offsets size, 76
binder: 17412:17414 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17407:17423 ioctl 40046207 0 returned -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17412:17424 ioctl 40046207 0 returned -16
binder: 17412:17424 got transaction with invalid offsets size, 76
binder: 17412:17424 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17412 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17412:17428 ioctl 40046207 0 returned -16
binder: 17412:17424 got transaction to invalid handle
binder: 17412:17424 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17412: binder_alloc_buf, no vma
binder: 17412:17428 transaction failed 29189/-3, size 0-76 line 2890
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17412:17428 ioctl 40046207 0 returned -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29201
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17407:17425 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 17407 20000000-20002000 already mapped failed -16
binder_alloc: 17407: binder_alloc_buf, no vma
binder: 17407:17425 transaction failed 29189/-3, size 0-76 line 2890
binder: 17407:17423 got transaction to invalid handle
binder: 17407:17423 transaction failed 29201/-22, size 0-8 line 2775
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17407:17425 ioctl 40046207 0 returned -16
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17437:17442 got transaction to invalid handle
binder: 17437:17442 transaction failed 29201/-22, size 0-8 line 2775
binder: 17437:17442 got transaction with invalid offsets size, 76
binder: 17433:17443 got transaction to invalid handle
binder: 17433:17443 transaction failed 29201/-22, size 0-8 line 2775
binder: 17433:17443 got transaction with invalid offsets size, 76
binder: 17433:17443 transaction failed 29201/-22, size 0-76 line 2926
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17441:17449 ioctl 40046207 0 returned -16
binder: 17433:17456 got transaction with invalid offsets size, 76
binder: 17433:17456 transaction failed 29201/-22, size 0-76 line 2926
binder: send failed reply for transaction 402 to 17441:17448
binder: undelivered TRANSACTION_COMPLETE
binder: undelivered TRANSACTION_ERROR: 29189
device eql entered promiscuous mode
binder: 17461:17464 got transaction to invalid handle
binder: 17461:17464 transaction failed 29201/-22, size 0-8 line 2775
binder: 17461:17464 got transaction with invalid offsets size, 76
binder: 17461:17464 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17433 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17433:17465 ioctl 40046207 0 returned -16
binder: 17433:17456 got transaction to invalid handle
binder: 17433:17456 transaction failed 29201/-22, size 0-8 line 2775
binder_alloc: 17433: binder_alloc_buf, no vma
binder: 17433:17465 transaction failed 29189/-3, size 0-76 line 2890
binder_alloc: 17433: binder_alloc_buf, no vma
binder: 17433:17465 transaction failed 29189/-3, size 0-76 line 2890
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29189
binder_alloc: binder_alloc_mmap_handler: 17461 20000000-20002000 already mapped failed -16
binder: undelivered TRANSACTION_ERROR: 29201
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17461:17468 ioctl 40046207 0 returned -16
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17461:17468 unknown command 0
binder: 17461:17468 ioctl c0306201 20006000 returned -22
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17437:17473 ioctl 40046207 0 returned -16
binder: undelivered TRANSACTION_ERROR: 29201
binder: 17474:17478 got transaction to invalid handle
binder: 17474:17478 transaction failed 29201/-22, size 0-8 line 2775
binder: 17474:17478 got transaction with invalid offsets size, 76
binder: 17474:17478 transaction failed 29201/-22, size 0-76 line 2926
binder: 17474:17478 got transaction with invalid offsets size, 76
binder: 17474:17478 transaction failed 29201/-22, size 0-76 line 2926
binder: 17480:17482 got transaction to invalid handle
binder: 17480:17482 transaction failed 29201/-22, size 0-8 line 2775
binder: 17480:17482 got transaction with invalid offsets size, 76
binder: 17480:17482 transaction failed 29201/-22, size 0-76 line 2926
binder_alloc: binder_alloc_mmap_handler: 17474 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17474:17483 ioctl 40046207 0 returned -16
binder_alloc: binder_alloc_mmap_handler: 17437 20000000-20002000 already mapped failed -16
binder: BINDER_SET_CONTEXT_MGR already set
binder: 17437:17481 ioctl 40046207 0 returned -16
binder_alloc: 17474: binder_alloc_buf, no vma
binder: 17474:17483 transaction failed 29189/-3, size 0-76 line 2890
binder: 17474:17478 got transaction to invalid handle
binder: 17474:17478 transaction failed 29201/-22, size 0-8 line 2775
binder: undelivered TRANSACTION_ERROR: 29189
binder: undelivered TRANSACTION_ERROR: 29201

Crashes (330):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2017/12/06 18:47 upstream 328b4ed93b69 5d643f8e .config console log report ci-upstream-kasan-gce
2017/11/14 15:00 upstream 43ff2f4db9d0 cf38de00 .config console log report ci-upstream-kasan-gce
2017/11/15 00:16 upstream 894025f24bd0 cf38de00 .config console log report ci-upstream-kasan-gce-386
2017/11/28 03:47 linux-next b0a84f19a516 afba0b55 .config console log report ci-upstream-next-kasan-gce
2017/11/28 01:41 linux-next b0a84f19a516 afba0b55 .config console log report ci-upstream-next-kasan-gce
2017/11/26 22:51 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/26 06:51 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/26 05:36 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/25 17:05 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/25 05:30 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/25 02:41 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/25 01:36 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/24 18:04 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/24 11:38 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/24 08:58 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/24 08:44 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/24 05:40 linux-next 6fc478f80f68 4bd70f88 .config console log report ci-upstream-next-kasan-gce
2017/11/23 14:43 linux-next 279a24799865 cb27b030 .config console log report ci-upstream-next-kasan-gce
2017/11/23 12:00 linux-next 279a24799865 cb27b030 .config console log report ci-upstream-next-kasan-gce
2017/11/23 07:03 linux-next 279a24799865 cb27b030 .config console log report ci-upstream-next-kasan-gce
2017/11/23 05:44 linux-next 279a24799865 cb27b030 .config console log report ci-upstream-next-kasan-gce
2017/11/23 02:38 linux-next 1efc584c7106 31af2ce0 .config console log report ci-upstream-next-kasan-gce
2017/11/22 13:34 linux-next 1efc584c7106 31af2ce0 .config console log report ci-upstream-next-kasan-gce
2017/11/22 10:00 linux-next 1efc584c7106 31af2ce0 .config console log report ci-upstream-next-kasan-gce
2017/11/22 09:31 linux-next 1efc584c7106 31af2ce0 .config console log report ci-upstream-next-kasan-gce
2017/11/22 05:12 linux-next 1efc584c7106 31af2ce0 .config console log report ci-upstream-next-kasan-gce
2017/11/21 18:24 linux-next aa1fbe633d30 d4d14b03 .config console log report ci-upstream-next-kasan-gce
2017/11/20 22:40 linux-next e6016f98372b 84dd36ba .config console log report ci-upstream-next-kasan-gce
2017/11/20 20:16 linux-next e6016f98372b 84dd36ba .config console log report ci-upstream-next-kasan-gce
2017/11/20 20:02 linux-next e6016f98372b 84dd36ba .config console log report ci-upstream-next-kasan-gce
2017/11/20 14:35 linux-next e6016f98372b 84dd36ba .config console log report ci-upstream-next-kasan-gce
2017/11/20 14:15 linux-next e6016f98372b 84dd36ba .config console log report ci-upstream-next-kasan-gce
2017/11/20 12:16 linux-next e6016f98372b 84dd36ba .config console log report ci-upstream-next-kasan-gce
2017/11/19 14:34 linux-next ee92513eae01 9badd053 .config console log report ci-upstream-next-kasan-gce
2017/11/19 08:25 linux-next ee92513eae01 9badd053 .config console log report ci-upstream-next-kasan-gce
2017/11/19 06:07 linux-next ee92513eae01 9badd053 .config console log report ci-upstream-next-kasan-gce
2017/11/18 22:10 linux-next ee92513eae01 9badd053 .config console log report ci-upstream-next-kasan-gce
2017/11/17 21:34 linux-next ee92513eae01 9badd053 .config console log report ci-upstream-next-kasan-gce
2017/11/17 19:03 linux-next ee92513eae01 9badd053 .config console log report ci-upstream-next-kasan-gce
2017/11/17 15:24 linux-next ee92513eae01 9badd053 .config console log report ci-upstream-next-kasan-gce
* Struck through repros no longer work on HEAD.