Re: [PATCH v7 0/5] printk: Userspace format indexing support

From: Petr Mladek
Date: Mon Jul 19 2021 - 09:06:09 EST


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 <pmladek@xxxxxxxx> 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.

I am sorry for the delay. I was partly off and partly busy.

Best Regards,
Petr