Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp170242imm; Wed, 22 Aug 2018 02:00:43 -0700 (PDT) X-Google-Smtp-Source: AA+uWPzY6KYV/cP8vkp/V0yDOIxXCJc/viK4cKN3ObH9HSVNJdmz1st+Asbi0mjvns2e8pwbZqC6 X-Received: by 2002:a62:4bc6:: with SMTP id d67-v6mr56661967pfj.175.1534928443863; Wed, 22 Aug 2018 02:00:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1534928443; cv=none; d=google.com; s=arc-20160816; b=xFI7+HmkmP5S81Q3QgF0mRhQm66EtSlKpghdbea9tGKwe7hDgyR8c67ETE6ABvqbyI 1l/JfMPTzjIDkzhpmU81fxxApnmAPd8CbyVxuJmWci6sbZ3M2SqESNrwVnWxipapyK3+ ohU8DiV12S1AiBqygwLP3WmSxBEHGIGeJ1GkCmM43rDOGLoBnUKqOUj6AseEv3xVRgJx Qws4dumB4QWsZZ/JRAeioNXzm8JR+PjKRPb0LLmQPwf2w3xZ9XFyRSrUO5yDUbi4lCwW 5rkp7X9b3BO8Mlb/ulblu5QCFSn22dEzKKmhQ5OIH5Uv+V6d2qfl6cB4f3f5hGrZP0o7 MndQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=KvtewnTcVaynT3HjoishHaOU/mEfa8L+8eDoXG09TSs=; b=bTOTxiFwRXJBfWZSJv4XVKrumT9p5H+/OnGukFgqs3XZQ3N8YM/Vn/rdm2cGDajit3 eNY8dMMcaQylyy77AE04zGL/UDQxQiEx4OhSrahAd1fXptkYJpXPWdw423YHKPMd2BNX eIsXcHyPjREgrDr+nkHU44MHyIu9aIk9Q0g4YS30PWkqlikPPzPtz/wZTk1AmUp3Yvy6 1rY49rHeGekjcH1b6Y39D0RdH3gD/NT9QJyaM8KPB/5PgCferQzlTjH8y3ga6dz3993z ubciMRI1nsmUjTa4dfDQaVqJxmH1Hn7DQVX7Newsds7F66XKBh8UDURQ4JDyy6R1zMMc kztg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b34-v6si1187900plc.170.2018.08.22.02.00.28; Wed, 22 Aug 2018 02:00:43 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728477AbeHVMXW (ORCPT + 99 others); Wed, 22 Aug 2018 08:23:22 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35222 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728208AbeHVMXV (ORCPT ); Wed, 22 Aug 2018 08:23:21 -0400 Received: from localhost (5355525A.cm-6-6b.dynamic.ziggo.nl [83.85.82.90]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 46008C93; Wed, 22 Aug 2018 08:59:22 +0000 (UTC) Date: Wed, 22 Aug 2018 10:59:19 +0200 From: Greg Kroah-Hartman To: Daniel Vetter Cc: DRI Development , Intel Graphics Development , LKML , Kees Cook , Joe Perches , Meng Xu , Nicolas Pitre , Thomas Meyer , Mike Frysinger , Bartlomiej Zolnierkiewicz , Hans de Goede , Thierry Reding , David Lechner , Philippe Ombredanne , Thomas Gleixner , Kate Stewart , Daniel Vetter Subject: Re: [PATCH 2/4] vt: Remove vc_panic_force_write Message-ID: <20180822085919.GA32014@kroah.com> References: <20180822085405.10787-1-daniel.vetter@ffwll.ch> <20180822085405.10787-2-daniel.vetter@ffwll.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180822085405.10787-2-daniel.vetter@ffwll.ch> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 22, 2018 at 10:54:03AM +0200, Daniel Vetter wrote: > It was only used by the panic support in fbcon, which is now gone. > Remove this now dead code too. > > Cc: Greg Kroah-Hartman > Cc: Kees Cook > Cc: Joe Perches > Cc: Daniel Vetter > Cc: Meng Xu > Cc: Nicolas Pitre > Cc: Thomas Meyer > Cc: Mike Frysinger > Cc: Bartlomiej Zolnierkiewicz > Cc: Hans de Goede > Cc: Thierry Reding > Cc: David Lechner > Cc: Philippe Ombredanne > Cc: Thomas Gleixner > Cc: Kate Stewart > Signed-off-by: Daniel Vetter > --- Acked-by: Greg Kroah-Hartman