Loading Documentation/filesystems/sysfs.txt +2 −2 Original line number Diff line number Diff line Loading @@ -154,8 +154,8 @@ static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr, if (dev_attr->show) ret = dev_attr->show(dev, dev_attr, buf); if (ret >= (ssize_t)PAGE_SIZE) { print_symbol("dev_attr_show: %s returned bad count\n", (unsigned long)dev_attr->show); printk("dev_attr_show: %pS returned bad count\n", dev_attr->show); } return ret; } Loading Documentation/translations/zh_CN/filesystems/sysfs.txt +2 −2 Original line number Diff line number Diff line Loading @@ -167,8 +167,8 @@ static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr, if (dev_attr->show) ret = dev_attr->show(dev, dev_attr, buf); if (ret >= (ssize_t)PAGE_SIZE) { print_symbol("dev_attr_show: %s returned bad count\n", (unsigned long)dev_attr->show); printk("dev_attr_show: %pS returned bad count\n", dev_attr->show); } return ret; } Loading arch/arm/kernel/process.c +2 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ #include <linux/unistd.h> #include <linux/user.h> #include <linux/interrupt.h> #include <linux/kallsyms.h> #include <linux/init.h> #include <linux/elfcore.h> #include <linux/pm.h> Loading Loading @@ -121,8 +120,8 @@ void __show_regs(struct pt_regs *regs) show_regs_print_info(KERN_DEFAULT); print_symbol("PC is at %s\n", instruction_pointer(regs)); print_symbol("LR is at %s\n", regs->ARM_lr); printk("PC is at %pS\n", (void *)instruction_pointer(regs)); printk("LR is at %pS\n", (void *)regs->ARM_lr); printk("pc : [<%08lx>] lr : [<%08lx>] psr: %08lx\n", regs->ARM_pc, regs->ARM_lr, regs->ARM_cpsr); printk("sp : %08lx ip : %08lx fp : %08lx\n", Loading arch/arm64/kernel/process.c +2 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ #include <linux/delay.h> #include <linux/reboot.h> #include <linux/interrupt.h> #include <linux/kallsyms.h> #include <linux/init.h> #include <linux/cpu.h> #include <linux/elfcore.h> Loading Loading @@ -221,8 +220,8 @@ void __show_regs(struct pt_regs *regs) show_regs_print_info(KERN_DEFAULT); print_pstate(regs); print_symbol("pc : %s\n", regs->pc); print_symbol("lr : %s\n", lr); printk("pc : %pS\n", (void *)regs->pc); printk("lr : %pS\n", (void *)lr); printk("sp : %016llx\n", sp); i = top_reg; Loading arch/c6x/kernel/traps.c +1 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ #include <linux/module.h> #include <linux/ptrace.h> #include <linux/sched/debug.h> #include <linux/kallsyms.h> #include <linux/bug.h> #include <asm/soc.h> Loading Loading @@ -375,8 +374,7 @@ static void show_trace(unsigned long *stack, unsigned long *endstack) if (i % 5 == 0) pr_debug("\n "); #endif pr_debug(" [<%08lx>]", addr); print_symbol(" %s\n", addr); pr_debug(" [<%08lx>] %pS\n", addr, (void *)addr); i++; } } Loading Loading
Documentation/filesystems/sysfs.txt +2 −2 Original line number Diff line number Diff line Loading @@ -154,8 +154,8 @@ static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr, if (dev_attr->show) ret = dev_attr->show(dev, dev_attr, buf); if (ret >= (ssize_t)PAGE_SIZE) { print_symbol("dev_attr_show: %s returned bad count\n", (unsigned long)dev_attr->show); printk("dev_attr_show: %pS returned bad count\n", dev_attr->show); } return ret; } Loading
Documentation/translations/zh_CN/filesystems/sysfs.txt +2 −2 Original line number Diff line number Diff line Loading @@ -167,8 +167,8 @@ static ssize_t dev_attr_show(struct kobject *kobj, struct attribute *attr, if (dev_attr->show) ret = dev_attr->show(dev, dev_attr, buf); if (ret >= (ssize_t)PAGE_SIZE) { print_symbol("dev_attr_show: %s returned bad count\n", (unsigned long)dev_attr->show); printk("dev_attr_show: %pS returned bad count\n", dev_attr->show); } return ret; } Loading
arch/arm/kernel/process.c +2 −3 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ #include <linux/unistd.h> #include <linux/user.h> #include <linux/interrupt.h> #include <linux/kallsyms.h> #include <linux/init.h> #include <linux/elfcore.h> #include <linux/pm.h> Loading Loading @@ -121,8 +120,8 @@ void __show_regs(struct pt_regs *regs) show_regs_print_info(KERN_DEFAULT); print_symbol("PC is at %s\n", instruction_pointer(regs)); print_symbol("LR is at %s\n", regs->ARM_lr); printk("PC is at %pS\n", (void *)instruction_pointer(regs)); printk("LR is at %pS\n", (void *)regs->ARM_lr); printk("pc : [<%08lx>] lr : [<%08lx>] psr: %08lx\n", regs->ARM_pc, regs->ARM_lr, regs->ARM_cpsr); printk("sp : %08lx ip : %08lx fp : %08lx\n", Loading
arch/arm64/kernel/process.c +2 −3 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ #include <linux/delay.h> #include <linux/reboot.h> #include <linux/interrupt.h> #include <linux/kallsyms.h> #include <linux/init.h> #include <linux/cpu.h> #include <linux/elfcore.h> Loading Loading @@ -221,8 +220,8 @@ void __show_regs(struct pt_regs *regs) show_regs_print_info(KERN_DEFAULT); print_pstate(regs); print_symbol("pc : %s\n", regs->pc); print_symbol("lr : %s\n", lr); printk("pc : %pS\n", (void *)regs->pc); printk("lr : %pS\n", (void *)lr); printk("sp : %016llx\n", sp); i = top_reg; Loading
arch/c6x/kernel/traps.c +1 −3 Original line number Diff line number Diff line Loading @@ -11,7 +11,6 @@ #include <linux/module.h> #include <linux/ptrace.h> #include <linux/sched/debug.h> #include <linux/kallsyms.h> #include <linux/bug.h> #include <asm/soc.h> Loading Loading @@ -375,8 +374,7 @@ static void show_trace(unsigned long *stack, unsigned long *endstack) if (i % 5 == 0) pr_debug("\n "); #endif pr_debug(" [<%08lx>]", addr); print_symbol(" %s\n", addr); pr_debug(" [<%08lx>] %pS\n", addr, (void *)addr); i++; } } Loading