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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,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 85A3AC32767 for ; Sat, 4 Jan 2020 09:42:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 53F1024649 for ; Sat, 4 Jan 2020 09:42:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578130955; bh=fvPS1jOgtlGofazng3+BUa/0zzXE76N2DTLC2K2QeKo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Ki0x43oTqMCc9EJP7XruNCp0EvGcppieSIRVO2IMJ1LlWqHpjLTtl+HDcD5acTkB/ MXNIf87lZXz8agMcy51yuwKhBffeMQu1WJZUaq23AuOY2UGEZn1OwzSHWnt7DaQCx4 zObTP8g7yBXKTPvViYx6faeRRpBfzR/Y9UCKns/A= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726390AbgADJmd (ORCPT ); Sat, 4 Jan 2020 04:42:33 -0500 Received: from mail.kernel.org ([198.145.29.99]:55204 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726103AbgADJmd (ORCPT ); Sat, 4 Jan 2020 04:42:33 -0500 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F20A0222C4; Sat, 4 Jan 2020 09:42:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578130952; bh=fvPS1jOgtlGofazng3+BUa/0zzXE76N2DTLC2K2QeKo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=WK+jPOaPIFcy6c4cs0FiTvd6EtkUJIonagbvxsDOHicEAIKJK9WDIFNgBLvXKzcZi 4JGbbBN6IOqTBjbgNI6UkY573tP86yCY8oxgGz0ccYSc9xpdLfJ0s9p/qalhuA0l/M Cmd5T53Z+KUQCMRVmaVVxoTor5/FcpOr9E+7aWFQ= Date: Sat, 4 Jan 2020 10:42:29 +0100 From: Greg Kroah-Hartman To: Arvind Sankar Cc: Jiri Slaby , linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/24] Consolidate dummy_con initialization Message-ID: <20200104094229.GA1279126@kroah.com> References: <20191218204002.30512-1-nivedita@alum.mit.edu> <20200103171223.GA1308999@rani.riverdale.lan> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200103171223.GA1308999@rani.riverdale.lan> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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