From: Kay Sievers <kay@vrfy.org>
To: "Jan H. Schönherr" <schnhrr@cs.tu-berlin.de>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/12] printk() fixes, optimizations, and clean ups
Date: Thu, 15 Nov 2012 17:05:20 +0100 [thread overview]
Message-ID: <1352995520.26800.2.camel@rig.fritz.box> (raw)
In-Reply-To: <1352848389-23114-1-git-send-email-schnhrr@cs.tu-berlin.de>
On Wed, 2012-11-14 at 00:12 +0100, Jan H. Schönherr wrote:
> Hi Greg, hi Kay, and all other interested people.
>
> This series aims at cleaning up and fixing some bugs around printk().
> Patches 9 and 11 might require some discussion, see below.
This is how current git looks like:
[ 1.062953] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
[ 1.090595] List of all partitions:
[ 1.091703] 0800 117220824 sda driver: sd
[ 1.093054] 0801 1048576 sda1 1fcbc57f-4bfc-4c2b-91a3-9c84fbcd9af1
[ 1.094662] 0802 30720000 sda2 084917b7-8be2-4e86-838d-f771a9902e08
[ 1.096624] 0803 15360000 sda3 180053b6-6697-4f4c-b331-4925773197ff
[ 1.098624] 0804 54730752 sda4 b67dfc6e-d06f-4b11-bd52-96c09163aca9
[ 1.100304] 0805 15360000 sda5 6d0d537c-3107-4057-a57b-5379a0cd8e31
[ 1.101918] No filesystem could mount root, tried: btrfs
[ 1.103633] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
This with all your patches applied:
[ 1.032804] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input2
[ 1.063915] List of all partitions:
[ 1.065521] 0800 117220824 sda driver: sd
[ 1.067444] 0801 1048576 sda1 1fcbc57f-4bfc-4c2b-91a3-9c84fbcd9af1 0802 30720000 sda2 084917b7-8be2-4e86-838d-f771a9902e08 0803 15360000 sda3 180053b6-6697-4f4c-b331-4925773197ff 0804 54730752 sda4 b67dfc6e-d06f-4b11-bd52-96c09163aca9 0805 15360000 sda5 6d0d537c-3107-4057-a57b-5379a0cd8e31No filesystem could mount root, tried: btrfs
[ 1.077120] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(8,1)
Something seems broken in the patches regarding the console or newline logic.
Thanks,
Kay
next prev parent reply other threads:[~2012-11-15 16:05 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-13 23:12 Jan H. Schönherr
2012-11-13 23:12 ` [PATCH 01/12] printk: drop ambiguous LOG_CONT flag Jan H. Schönherr
2012-11-13 23:12 ` [PATCH 02/12] printk: use saved timestamp for temporarily buffered message Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 03/12] printk: reclaim cont buffer immediately for fully printed messages Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 04/12] printk: reuse reclaimed continuation buffer immediately Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 05/12] printk: move wake_klogd-check out of the loop Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 06/12] printk: reorganize storage of continuation buffer Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 07/12] printk: let cont_print_text() reuse existing code Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 08/12] printk: refactor locking in console_unlock() Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 09/12] printk: avoid glitches in console output Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 10/12] printk: retain unknown log-level until log_store() Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 11/12] printk: track previously logged message in log_store() Jan H. Schönherr
2012-11-13 23:13 ` [PATCH 12/12] printk: drop now useless tracking of previous message flags Jan H. Schönherr
2012-11-15 16:05 ` Kay Sievers [this message]
2012-11-15 21:22 ` [PATCH 00/12] printk() fixes, optimizations, and clean ups "Jan H. Schönherr"
2012-11-15 21:57 ` Kay Sievers
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1352995520.26800.2.camel@rig.fritz.box \
--to=kay@vrfy.org \
--cc=gregkh@linuxfoundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=schnhrr@cs.tu-berlin.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome