From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: Arvind Sankar <nivedita@alum.mit.edu>
Cc: Jiri Slaby <jslaby@suse.com>, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 00/24] Consolidate dummy_con initialization
Date: Sat, 4 Jan 2020 10:42:29 +0100 [thread overview]
Message-ID: <20200104094229.GA1279126@kroah.com> (raw)
In-Reply-To: <20200103171223.GA1308999@rani.riverdale.lan>
On Fri, Jan 03, 2020 at 12:12:24PM -0500, Arvind Sankar wrote:
> On Wed, Dec 18, 2019 at 03:39:38PM -0500, Arvind Sankar wrote:
> > This series moves initialization of conswitchp to dummy_con into vt.c,
> > and configures DUMMY_CONSOLE unconditionally when CONFIG_VT is enabled.
> >
> > The patches after the second one remove conswitchp = &dummy_con; from
> > the various architecture setup functions where it currently appears. If
> > the first two look ok, I was thinking of sending the others
> > individually.
> >
>
> Hi Greg/Jiri, happy new year!
>
> Are you able to look at this series?
>
> https://lore.kernel.org/lkml/20191218214506.49252-1-nivedita@alum.mit.edu/
It's in my review queue which is really long at the moment, sorry.
Please be patient.
greg k-h
prev parent reply other threads:[~2020-01-04 9:42 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-18 20:39 [PATCH 00/24] Consolidate dummy_con initialization Arvind Sankar
2019-12-18 20:39 ` [PATCH 01/24] console/dummycon: Remove bogus depends on from DUMMY_CONSOLE Arvind Sankar
2019-12-18 20:39 ` [PATCH 02/24] vt: Initialize conswitchp to dummy_con if unset Arvind Sankar
2019-12-18 20:39 ` [PATCH 03/24] arch/setup: Drop dummy_con initialization Arvind Sankar
2019-12-18 20:39 ` [PATCH 04/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 05/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 06/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 07/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 08/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 09/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 10/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 11/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 12/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 13/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 14/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 15/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 16/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 17/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 18/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 19/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 20/24] " Arvind Sankar
2019-12-18 20:39 ` [PATCH 21/24] " Arvind Sankar
2019-12-18 20:40 ` [PATCH 22/24] " Arvind Sankar
2019-12-18 20:40 ` [PATCH 23/24] " Arvind Sankar
2019-12-18 20:40 ` [PATCH 24/24] " Arvind Sankar
2019-12-18 21:12 ` [PATCH 00/24] Consolidate " Greg Kroah-Hartman
2019-12-18 21:44 ` [PATCH v2 " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 01/24] console/dummycon: Remove bogus depends on from DUMMY_CONSOLE Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 02/24] vt: Initialize conswitchp to dummy_con if unset Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 03/24] arch/alpha/setup: Drop dummy_con initialization Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 04/24] arch/arc/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 05/24] arch/arm/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 06/24] arch/arm64/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 07/24] arch/c6x/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 08/24] arch/csky/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 09/24] arch/ia64/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 10/24] arch/m68k/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 11/24] arch/microblaze/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 12/24] arch/mips/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 13/24] arch/nds32/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 14/24] arch/nios2/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 15/24] arch/openrisc/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 16/24] arch/parisc/setup: " Arvind Sankar
2019-12-18 21:44 ` [PATCH v2 17/24] arch/powerpc/setup: " Arvind Sankar
2019-12-18 21:45 ` [PATCH v2 18/24] arch/riscv/setup: " Arvind Sankar
2019-12-18 21:45 ` [PATCH v2 19/24] arch/s390/setup: " Arvind Sankar
2019-12-18 21:45 ` [PATCH v2 20/24] arch/sh/setup: " Arvind Sankar
2019-12-18 21:45 ` [PATCH v2 21/24] arch/sparc/setup: " Arvind Sankar
2019-12-18 21:45 ` [PATCH v2 22/24] arch/unicore32/setup: " Arvind Sankar
2019-12-18 21:45 ` [PATCH v2 23/24] arch/x86/setup: " Arvind Sankar
2019-12-18 21:45 ` [PATCH v2 24/24] arch/xtensa/setup: " Arvind Sankar
2020-01-14 14:36 ` [PATCH v2 00/24] Consolidate " Greg Kroah-Hartman
2020-01-03 17:12 ` [PATCH " Arvind Sankar
2020-01-04 9:42 ` Greg Kroah-Hartman [this message]
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=20200104094229.GA1279126@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=jslaby@suse.com \
--cc=linux-kernel@vger.kernel.org \
--cc=nivedita@alum.mit.edu \
/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