Merge "ion: blacklist %p kptr_restrict"
This commit is contained in:
commit
378e65ea2b
1 changed files with 1 additions and 1 deletions
|
@ -807,7 +807,7 @@ static int ion_debug_client_show(struct seq_file *s, void *unused)
|
||||||
struct ion_handle *handle = rb_entry(n, struct ion_handle,
|
struct ion_handle *handle = rb_entry(n, struct ion_handle,
|
||||||
node);
|
node);
|
||||||
|
|
||||||
seq_printf(s, "%16.16s: %16zx : %16d : %12p",
|
seq_printf(s, "%16.16s: %16zx : %16d : %12pK",
|
||||||
handle->buffer->heap->name,
|
handle->buffer->heap->name,
|
||||||
handle->buffer->size,
|
handle->buffer->size,
|
||||||
atomic_read(&handle->ref.refcount),
|
atomic_read(&handle->ref.refcount),
|
||||||
|
|
Loading…
Add table
Reference in a new issue