Displaying 6 results from an estimated 6 matches for "63f5".
Did you mean:
635
2003 May 06
2
capi + bri ?
Hello,
I have som problems with my BRI/capi setup. I manage to call in to the system (some rows below).
----------------
-- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") in new stack
-- Called s@janm
-- SIP/janm-63f5 is ringing
-- SIP/janm-63f5 is ringing
-- SIP/janm-63f5 is ringing
----------------
But I can't make outgoing calls from my SIP phones.
----------------
-- Executing Dial("SIP/janm-088c", "CAPI/contr1") in new stack
== data = contr1
== capi request omsn = cont...
2016 Jun 16
2
[PATCH v7 00/12] Support non-lru page migration
...head>
> 63e4: a8 01 test $0x1,%al
> 63e6: 0f 84 d9 02 00 00 je 66c5 <zs_compact+0x57a>
> 63ec: 48 83 e0 fe and $0xfffffffffffffffe,%rax
> 63f0: bf 01 00 00 00 mov $0x1,%edi
> 63f5: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp)
> 63fc: e8 00 00 00 00 callq 6401 <zs_compact+0x2b6>
> 6401: 48 8b 85 b0 fe ff ff mov -0x150(%rbp),%rax
RAX: 2065676162726166 so rax is totally garbage, I think.
It means obj_to_head returns gar...
2016 Jun 16
2
[PATCH v7 00/12] Support non-lru page migration
...head>
> 63e4: a8 01 test $0x1,%al
> 63e6: 0f 84 d9 02 00 00 je 66c5 <zs_compact+0x57a>
> 63ec: 48 83 e0 fe and $0xfffffffffffffffe,%rax
> 63f0: bf 01 00 00 00 mov $0x1,%edi
> 63f5: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp)
> 63fc: e8 00 00 00 00 callq 6401 <zs_compact+0x2b6>
> 6401: 48 8b 85 b0 fe ff ff mov -0x150(%rbp),%rax
RAX: 2065676162726166 so rax is totally garbage, I think.
It means obj_to_head returns gar...
2016 Jun 15
2
[PATCH v7 00/12] Support non-lru page migration
Hi Sergey,
On Wed, Jun 15, 2016 at 04:59:09PM +0900, Sergey Senozhatsky wrote:
> Hello Minchan,
>
> -next 4.7.0-rc3-next-20160614
>
>
> [ 315.146533] kasan: CONFIG_KASAN_INLINE enabled
> [ 315.146538] kasan: GPF could be caused by NULL-ptr deref or user memory access
> [ 315.146546] general protection fault: 0000 [#1] PREEMPT SMP KASAN
> [ 315.146576] Modules
2016 Jun 15
2
[PATCH v7 00/12] Support non-lru page migration
Hi Sergey,
On Wed, Jun 15, 2016 at 04:59:09PM +0900, Sergey Senozhatsky wrote:
> Hello Minchan,
>
> -next 4.7.0-rc3-next-20160614
>
>
> [ 315.146533] kasan: CONFIG_KASAN_INLINE enabled
> [ 315.146538] kasan: GPF could be caused by NULL-ptr deref or user memory access
> [ 315.146546] general protection fault: 0000 [#1] PREEMPT SMP KASAN
> [ 315.146576] Modules
2016 Jun 16
0
[PATCH v7 00/12] Support non-lru page migration
...callq 3d4b <obj_to_head>
63e4: a8 01 test $0x1,%al
63e6: 0f 84 d9 02 00 00 je 66c5 <zs_compact+0x57a>
63ec: 48 83 e0 fe and $0xfffffffffffffffe,%rax
63f0: bf 01 00 00 00 mov $0x1,%edi
63f5: 48 89 85 b0 fe ff ff mov %rax,-0x150(%rbp)
63fc: e8 00 00 00 00 callq 6401 <zs_compact+0x2b6>
6401: 48 8b 85 b0 fe ff ff mov -0x150(%rbp),%rax
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6408: f0 0f ba 28 00 lock btsl $0x0,(%rax)...