public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
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: Wed, 18 Dec 2019 22:12:31 +0100	[thread overview]
Message-ID: <20191218211231.GA918900@kroah.com> (raw)
In-Reply-To: <20191218204002.30512-1-nivedita@alum.mit.edu>

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.
> 
> Arvind Sankar (24):
>   console/dummycon: Remove bogus depends on from DUMMY_CONSOLE
>   vt: Initialize conswitchp to dummy_con if unset
>   arch/setup: Drop dummy_con initialization
>   arch/setup: Drop dummy_con initialization

No two patches in a series should have the same subject line, let alone
20 of them.

Please fix up.

thanks,

greg k-h

  parent reply	other threads:[~2019-12-18 21:12 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 ` Greg Kroah-Hartman [this message]
2019-12-18 21:44   ` [PATCH v2 00/24] Consolidate " 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

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=20191218211231.GA918900@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