Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1621089 > unrolled thread

Re: [PATCH] um: use KERN_CONT in stack dump

Started byVegard Nossum <vegard.nossum@gmail.com>
First post2017-04-11 11:40 +0200
Last post2017-04-11 11:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: [PATCH] um: use KERN_CONT in stack dump Vegard Nossum <vegard.nossum@gmail.com> - 2017-04-11 11:40 +0200

#1621089 — Re: [PATCH] um: use KERN_CONT in stack dump

FromVegard Nossum <vegard.nossum@gmail.com>
Date2017-04-11 11:40 +0200
SubjectRe: [PATCH] um: use KERN_CONT in stack dump
Message-ID<tv0rg-57u-11@gated-at.bofh.it>
On 12 March 2017 at 10:47, Vegard Nossum <vegard.nossum@oracle.com> wrote:
> On 12/03/2017 10:45, Richard Weinberger wrote:
>> diff --git a/arch/um/kernel/sysrq.c b/arch/um/kernel/sysrq.c
>> index aa1b56f5ac68..18eddf677ec6 100644
>> --- a/arch/um/kernel/sysrq.c
>> +++ b/arch/um/kernel/sysrq.c
>> @@ -17,10 +17,8 @@
>>
>>  static void _print_addr(void *data, unsigned long address, int reliable)
>>  {
>> -       pr_info(" [<%08lx>]", address);
>> -       pr_cont(" %s", reliable ? "" : "? ");
>> -       print_symbol("%s", address);
>> -       pr_cont("\n");
>> +       pr_info(" [<%08lx>] %s%pB\n", address, reliable ? "" : "? ",
>> +               (void *)address);
>>  }
>
> Tested-by: Vegard Nossum <vegard.nossum@oracle.com>

Just a heads up, this still appears unfixed in Linus's repo.


Vegard

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web