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=-2.4 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 9AC8EC433E1 for ; Wed, 20 May 2020 08:05:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6E8D6207D3 for ; Wed, 20 May 2020 08:05:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (4096-bit key) header.d=valentin-vidic.from.hr header.i=@valentin-vidic.from.hr header.b="w9BbRZzk" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726844AbgETIFE (ORCPT ); Wed, 20 May 2020 04:05:04 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52486 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726436AbgETIFD (ORCPT ); Wed, 20 May 2020 04:05:03 -0400 Received: from valentin-vidic.from.hr (valentin-vidic.from.hr [IPv6:2001:470:1f0b:3b7::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A153C061A0E; Wed, 20 May 2020 01:05:03 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at valentin-vidic.from.hr Received: by valentin-vidic.from.hr (Postfix, from userid 1000) id A33C5543; Wed, 20 May 2020 10:04:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=valentin-vidic.from.hr; s=2020; t=1589961899; bh=yK7wU61+XNDe5ayjqFhyHcHXhrCQnIi9K6wH9jeqssQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=w9BbRZzkcc9XXiPyJc7nC2fU8tC2FgYU4zVejiyAznWpkLqxVtUxm1AnJ6JJmuHnG 7mwexG3YwkNOyxEd7cMM+mWJwLzjhKTPCUr1dLyz1w92GB7PD4sRAJnTMjGKDXg7gB ip0m+t4exQsSCms350+8uJHrfvxt2tsInOR/6DMuJhTcccJ07Nwu6qEwFH7lt3quYI CsCqxtIcFv6rOoy+kt4DlQcnNxn9QBkhIqjUbiRGJO8IdoKwnypV/QP3RFY+3vAJ4Z CAmIiXzbk1tNW69umhm52LGFWFUifMRMvcFq22q/Iflm77jJcbX8mUw5HQWwnVIvX+ oz3qqlZtnlgtXOxIjjQv63HbVa2cRCfZxUQJF+htjbz2uOoVjO3uAcAglIxmGOm5Ce PAm1D4d2Uz4Wi3qgBUXZbq10XtPrJGqJ4CAmYuv6B3QBkjp5fQK/ZyzyuNAmZI2KR9 491FBUaqBhnEJFGiprPBYvTVZpZIv1AqppB1HIWQBLdsy4JiVrZ8HnyBaYyQKm3Rmf 8syXXYkLDSzeeTWfO6/RpwARIhpMHfBvCUJMLqhEBJw43pZfOIn0PV119T81FQLzLO Mx1w4BFffTcHyNG71ljUa/xhzgqlSZsH/pDIEmtyPJUgV8As3iYp36TxtsnYelu4VF s6+Qkml6jpu8Ut5p4pk0BGn4= Date: Wed, 20 May 2020 10:04:59 +0200 From: Valentin =?utf-8?B?VmlkacSH?= To: Christian Borntraeger Cc: Heiko Carstens , Vasily Gorbik , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH] s390/sclp_vt220: Fix console name to match device Message-ID: <20200520080459.GP4974@valentin-vidic.from.hr> References: <20200519181654.16765-1-vvidic@valentin-vidic.from.hr> <65218cdb-d03f-29a8-1e78-42ff2d4f958d@de.ibm.com> <20200520070743.GO4974@valentin-vidic.from.hr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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, May 20, 2020 at 09:14:23AM +0200, Christian Borntraeger wrote: > My point was more that a similar issue should happen when installing in LPAR. LPAR > uses the line mode style console which is ttyS0 for the console but sclp_line0 for the > tty. How does the debian installer handle this? I suppose it would fail the same way, but I have no way to verify. > Regarding your patch I fear that this patch would break existing > setups so we cannot use it as is. Right, if some software/documentation depends on the name ttysclp0, then I guess it is not possible to change any of the two names. -- Valentin