diff for duplicates of <1416925325.26128.6.camel@AMDC1943> diff --git a/a/1.txt b/N1/1.txt index fe4a859..e64ec56 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -119,3 +119,13 @@ Maybe that is the cause also on Peach. Best regards, Krzysztof + + + +-------------- next part -------------- +A non-text attachment was scrubbed... +Name: 319-Very-early-printk-for-next-20141106-3.19.patch +Type: text/x-patch +Size: 1028 bytes +Desc: not available +URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141125/c196376b/attachment.bin> diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index ebb64a5..0000000 --- a/a/2.hdr +++ /dev/null @@ -1,4 +0,0 @@ -Content-Disposition: attachment; filename="319-Very-early-printk-for-next-20141106-3.19.patch" -Content-Type: text/x-patch; name="319-Very-early-printk-for-next-20141106-3.19.patch"; - charset="UTF-8" -Content-Transfer-Encoding: 7bit diff --git a/a/2.txt b/a/2.txt deleted file mode 100644 index f6a8dfb..0000000 --- a/a/2.txt +++ /dev/null @@ -1,38 +0,0 @@ ->From def8df7c5d8098ec1656c075701e9ba17f0617c9 Mon Sep 17 00:00:00 2001 -From: Krzysztof Kozlowski <k.kozlowski@samsung.com> -Date: Thu, 6 Nov 2014 12:58:07 +0100 -Subject: [PATCH] Very early printk, for next-20141106 (3.19?) - -Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com> ---- - kernel/printk/printk.c | 8 ++++++++ - 1 file changed, 8 insertions(+) - -diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c -index 1b7092dbb590..269318013504 100644 ---- a/kernel/printk/printk.c -+++ b/kernel/printk/printk.c -@@ -1708,6 +1708,13 @@ asmlinkage int vprintk_emit(int facility, int level, - } - } - -+ if (1) { -+ extern void printascii(const char *); -+ printascii(text); -+ printed_len = 0; -+ goto early_printk_out; -+ } -+ - if (level == LOGLEVEL_DEFAULT) - level = default_message_loglevel; - -@@ -1754,6 +1761,7 @@ asmlinkage int vprintk_emit(int facility, int level, - dict, dictlen, text, text_len); - } - -+early_printk_out: - logbuf_cpu = UINT_MAX; - raw_spin_unlock(&logbuf_lock); - lockdep_on(); --- -1.9.1 diff --git a/a/content_digest b/N1/content_digest index 2193907..61fa77e 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,20 +2,11 @@ "ref\054736AD0.4070909@collabora.co.uk\0" "ref\01416907375.5023.54.camel@AMDC1943\0" "ref\0547485F5.50600@collabora.co.uk\0" - "From\0Krzysztof Kozlowski <k.kozlowski@samsung.com>\0" - "Subject\0Re: [RFC 0/2] Fix Arndale Octa/Peach Pi boot on Audio subsystem clocks\0" + "From\0k.kozlowski@samsung.com (Krzysztof Kozlowski)\0" + "Subject\0[RFC 0/2] Fix Arndale Octa/Peach Pi boot on Audio subsystem clocks\0" "Date\0Tue, 25 Nov 2014 15:22:05 +0100\0" - "To\0Javier Martinez Canillas <javier.martinez@collabora.co.uk>\0" - "Cc\0Mike Turquette <mturquette@linaro.org>" - Sylwester Nawrocki <s.nawrocki@samsung.com> - Tomasz Figa <tomasz.figa@gmail.com> - Kukjin Kim <kgene@kernel.org> - linux-kernel@vger.kernel.org - linux-samsung-soc@vger.kernel.org - linux-arm-kernel@lists.infradead.org - Vivek Gautam <gautam.vivek@samsung.com> - " Kevin Hilman <khilman@kernel.org>\0" - "\01:1\0" + "To\0linux-arm-kernel@lists.infradead.org\0" + "\00:1\0" "b\0" "On wto, 2014-11-25 at 14:36 +0100, Javier Martinez Canillas wrote:\n" "> Hello Krzysztof,\n" @@ -137,47 +128,16 @@ "Maybe that is the cause also on Peach.\n" "\n" "Best regards,\n" - Krzysztof - "\01:2\0" - "fn\0319-Very-early-printk-for-next-20141106-3.19.patch\0" - "b\0" - ">From def8df7c5d8098ec1656c075701e9ba17f0617c9 Mon Sep 17 00:00:00 2001\n" - "From: Krzysztof Kozlowski <k.kozlowski@samsung.com>\n" - "Date: Thu, 6 Nov 2014 12:58:07 +0100\n" - "Subject: [PATCH] Very early printk, for next-20141106 (3.19?)\n" + "Krzysztof\n" + "\n" "\n" - "Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>\n" - "---\n" - " kernel/printk/printk.c | 8 ++++++++\n" - " 1 file changed, 8 insertions(+)\n" "\n" - "diff --git a/kernel/printk/printk.c b/kernel/printk/printk.c\n" - "index 1b7092dbb590..269318013504 100644\n" - "--- a/kernel/printk/printk.c\n" - "+++ b/kernel/printk/printk.c\n" - "@@ -1708,6 +1708,13 @@ asmlinkage int vprintk_emit(int facility, int level,\n" - " \t\t}\n" - " \t}\n" - " \n" - "+\tif (1) {\n" - "+\t\textern void printascii(const char *);\n" - "+\t\tprintascii(text);\n" - "+\t\tprinted_len = 0;\n" - "+\t\tgoto early_printk_out;\n" - "+\t}\n" - "+\n" - " \tif (level == LOGLEVEL_DEFAULT)\n" - " \t\tlevel = default_message_loglevel;\n" - " \n" - "@@ -1754,6 +1761,7 @@ asmlinkage int vprintk_emit(int facility, int level,\n" - " \t\t\t\t\t\t dict, dictlen, text, text_len);\n" - " \t}\n" - " \n" - "+early_printk_out:\n" - " \tlogbuf_cpu = UINT_MAX;\n" - " \traw_spin_unlock(&logbuf_lock);\n" - " \tlockdep_on();\n" - "-- \n" - 1.9.1 + "-------------- next part --------------\n" + "A non-text attachment was scrubbed...\n" + "Name: 319-Very-early-printk-for-next-20141106-3.19.patch\n" + "Type: text/x-patch\n" + "Size: 1028 bytes\n" + "Desc: not available\n" + URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141125/c196376b/attachment.bin> -38ad10df53e296729d168be0d2b02b33f4affd422f0952005b70ada04658eb6a +7a7a8af885ba1258f26a87729f65bdda0b2f7b50f51c0e64f451c396f3842028
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.