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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no 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 4D896C2B9F4 for ; Fri, 25 Jun 2021 09:35:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 33BB661423 for ; Fri, 25 Jun 2021 09:35:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231286AbhFYJh3 (ORCPT ); Fri, 25 Jun 2021 05:37:29 -0400 Received: from smtp-out2.suse.de ([195.135.220.29]:47436 "EHLO smtp-out2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230461AbhFYJh2 (ORCPT ); Fri, 25 Jun 2021 05:37:28 -0400 Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 9F7761FE67; Fri, 25 Jun 2021 09:35:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.com; s=susede1; t=1624613706; 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=o42d1dGuPFyadZRMsGPu1xZA6lvdaKH30P8L794IIbc=; b=DzD2yZNyqUYsGHrdRAiDWXkohQXam7Xm3vb+WkS4Wstc36qQrZzyJLukyI401GGw7sQ8Qg d6WXNfGkiVq1sIk0XZlahiyx474QbERdSkJ+/Y6tXvrAsYj8sZ4frmtTsmOyhr/8LrOIGV j8S3RavrHQNXlvhLbB+73wBRhBHPIvU= Received: from suse.cz (unknown [10.100.216.66]) (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 52DB6A3BF8; Fri, 25 Jun 2021 09:35:06 +0000 (UTC) Date: Fri, 25 Jun 2021 11:35:06 +0200 From: Petr Mladek To: Andrew Morton Cc: Chris Down , 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: <20210623140847.6c548197dd03c6137a2b1a53@linux-foundation.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Best Regards, Petr