From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3142C07E9B for ; Mon, 19 Jul 2021 13:08:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C74756112D for ; Mon, 19 Jul 2021 13:08:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237456AbhGSM1g (ORCPT ); Mon, 19 Jul 2021 08:27:36 -0400 Received: from smtp-out1.suse.de ([195.135.220.28]:45802 "EHLO smtp-out1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237357AbhGSM11 (ORCPT ); Mon, 19 Jul 2021 08:27:27 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id E1CD122347; Mon, 19 Jul 2021 13:08:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1626700085; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=l+48uTVBKsAfQWrBi2h/Hpln0+Jk5Zzi0x20gJCesT0=; b=hpx37GdhPhruOYAmy6y5Vz5Jdv4J9u0IPYS7rY5HEdsmi5oZ5brxmgj/+OenJq6Qc9tp3U /k/8+pmUFu8YnRI0zzp5WSOfG0PvzpQWBYCleBCNs05CXGhFO6zS0SXbwneIrQjl8JUMkC 85gjGwWVgUK5ySEkUg3jkBdn9u8z2qA= Received: from suse.cz (unknown [10.100.224.162]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by relay2.suse.de (Postfix) with ESMTPS id BC511A3B92; Mon, 19 Jul 2021 13:08:05 +0000 (UTC) Date: Mon, 19 Jul 2021 15:08:05 +0200 From: Petr Mladek To: Chris Down Cc: Andrew Morton , linux-kernel@vger.kernel.org, Jessica Yu , Sergey Senozhatsky , John Ogness , Steven Rostedt , Greg Kroah-Hartman , Johannes Weiner , Kees Cook , Andy Shevchenko , Rasmus Villemoes , kernel-team@fb.com Subject: Re: [PATCH v7 0/5] printk: Userspace format indexing support Message-ID: References: <20210623140847.6c548197dd03c6137a2b1a53@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon 2021-07-19 15:06:05, Petr Mladek wrote: > On Fri 2021-06-25 11:35:06, Petr Mladek wrote: > > On Wed 2021-06-23 14:08:47, Andrew Morton wrote: > > > On Mon, 21 Jun 2021 10:54:06 +0200 Petr Mladek wrote: > > > > > > > > Well, I would still like to get acks from: > > > > > > > > > > + Andy for the 1st patch > > > > > + Jessica for the changes in the module loader code in 4th patch. > > > > > > > > They provided the Acks, so that we could push it. > > > > > > > > Andrew, this patchset depends on seq_file and string_helpers changes > > > > that are in -mm tree: > > > > > > > > lib-string_helpers-switch-to-use-bit-macro.patch > > > > lib-string_helpers-move-escape_np-check-inside-else-branch-in-a-loop.patch > > > > lib-string_helpers-drop-indentation-level-in-string_escape_mem.patch > > > > lib-string_helpers-introduce-escape_na-for-escaping-non-ascii.patch > > > > lib-string_helpers-introduce-escape_nap-to-escape-non-ascii-and-non-printable.patch > > > > lib-string_helpers-allow-to-append-additional-characters-to-be-escaped.patch > > > > lib-test-string_helpers-print-flags-in-hexadecimal-format.patch > > > > lib-test-string_helpers-get-rid-of-trailing-comma-in-terminators.patch > > > > lib-test-string_helpers-add-test-cases-for-new-features.patch > > > > maintainers-add-myself-as-designated-reviewer-for-generic-string-library.patch > > > > seq_file-introduce-seq_escape_mem.patch > > > > seq_file-add-seq_escape_str-as-replica-of-string_escape_str.patch > > > > seq_file-convert-seq_escape-to-use-seq_escape_str.patch > > > > nfsd-avoid-non-flexible-api-in-seq_quote_mem.patch > > > > seq_file-drop-unused-_escape_mem_ascii.patch > > > > > > > > > > > > Would you mind to take this patchset via -mm tree as well, please? > > > > > > > > You were not in CC. Should Chris send v8 with all the Acks and > > > > you in CC? > > > > > > We're at -rc7, so I wouldn't be inclined to merge significant feature > > > work at this time. I suggest a resend after -rc1, at which time the > > > above changes will be in mainline. > > > > Fair enough. Let's postpone this patchset for 5.15. I am going to > > push it into the printk tree after the 5.14 merge window. > > The patchset has been committed into printk/linux.git, branch > for-4.14-printk-index. It is actually for-5.15-printk-index I am sorry for the confusion. Best Regards, Petr