Message ID | 1448890534-1430-1-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 0d8587b49a445d11e497fbe296576e7ab7c54109 |
Headers | show |
On Mon, Nov 30, 2015 at 02:35:34PM +0100, Geert Uytterhoeven wrote: > Enable timestamps for kernel log output to improve debugging. > You can always use "dmesg -t" to strip the timestamps. > > Don't specify CONFIG_LOG_BUF_SHIFT=16 while we're at it. There's a > reason the default in Kconfig is higher ;-) > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Thanks, I have queued this up. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Hi Simon, On Tue, Dec 1, 2015 at 7:44 AM, Simon Horman <horms@verge.net.au> wrote: > On Mon, Nov 30, 2015 at 02:35:34PM +0100, Geert Uytterhoeven wrote: >> Enable timestamps for kernel log output to improve debugging. >> You can always use "dmesg -t" to strip the timestamps. >> >> Don't specify CONFIG_LOG_BUF_SHIFT=16 while we're at it. There's a >> reason the default in Kconfig is higher ;-) >> >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > Thanks, I have queued this up. Still not present in renesas-devel? Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Dec 09, 2015 at 10:28:22AM +0100, Geert Uytterhoeven wrote: > Hi Simon, > > On Tue, Dec 1, 2015 at 7:44 AM, Simon Horman <horms@verge.net.au> wrote: > > On Mon, Nov 30, 2015 at 02:35:34PM +0100, Geert Uytterhoeven wrote: > >> Enable timestamps for kernel log output to improve debugging. > >> You can always use "dmesg -t" to strip the timestamps. > >> > >> Don't specify CONFIG_LOG_BUF_SHIFT=16 while we're at it. There's a > >> reason the default in Kconfig is higher ;-) > >> > >> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > > > Thanks, I have queued this up. > > Still not present in renesas-devel? Sorry about that, it should appear there soon. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index cc8ece33a7e38796..70d718e088a65fed 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -2,7 +2,6 @@ CONFIG_SYSVIPC=y CONFIG_NO_HZ=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y -CONFIG_LOG_BUF_SHIFT=16 CONFIG_BLK_DEV_INITRD=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_SYSCTL_SYSCALL=y @@ -199,6 +198,7 @@ CONFIG_NFS_V4_1=y CONFIG_ROOT_NFS=y CONFIG_NLS_CODEPAGE_437=y CONFIG_NLS_ISO8859_1=y +CONFIG_PRINTK_TIME=y # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set # CONFIG_ARM_UNWIND is not set
Enable timestamps for kernel log output to improve debugging. You can always use "dmesg -t" to strip the timestamps. Don't specify CONFIG_LOG_BUF_SHIFT=16 while we're at it. There's a reason the default in Kconfig is higher ;-) Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm/configs/shmobile_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)