From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS autolearn=no autolearn_force=no version=3.4.1 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:reply-to :from:date:message-id:subject:to:content-transfer-encoding; bh=G3oYdV7nZn33FpmcQWzuVAXibLqj7s7LjZJNwUwaXaU=; b=cXDHytTfTfRcIpSrYX3ZxFrWuVsAn3QVm5f6bbImFTwQrn46AfkR0vUmRyFx/ZMcaB j6iJ9Gbs46z9AKaLfjq7ytuOTOIrNylLMvryCW2IZ8/WhT6zLzo99HvuoeNcFYSXG8G4 4U1ZVE8cHzj7mvQrDOpGnKZqT8CzUA9h0umsKqJqAmCMMFWYCCbQeaMzsylUnQmBao80 ey8mKkbBu0cG3BQbDJyOgqazgwPfUAqPWdl/KcYoyTFwr1pgq4hepvNWSnojV46SDdbb 4DEks3VkWMt/8I9c2o52dXdTVEOOQ6egVSC50O9ZHJ+Xvg8ZayAYyi7smD+xFl3gnDQi IZTw== X-Gm-Message-State: APjAAAX5JkObRb5B/SZz5/5xYxLg+Csv0VXd1RaWdBjZ2UYC/E5hD43Q QxRWGh7JhsCVEnwEAUZp4pvH4VB/2oek47/grG7pmg== X-Google-Smtp-Source: APXvYqx19KQygk1PxepgXRd2VSHoICQuTsI6/2sCHrBEh7SNVqkd7XIQexC6FUgrRxiL1TtTn7+gv75aNLu+yACjyxM= X-Received: by 2002:a63:a34c:: with SMTP id v12mr24377454pgn.198.1560344769708; Wed, 12 Jun 2019 06:06:09 -0700 (PDT) MIME-Version: 1.0 References: <5cc19b8a.1c69fb81.6f70f.d8f0@mx.google.com> <20190508091928.GB25512@Legion-PC.fortress> In-Reply-To: <20190508091928.GB25512@Legion-PC.fortress> From: =?UTF-8?B?QsOhbGludCBSw6ljemV5?= Date: Wed, 12 Jun 2019 15:05:57 +0200 Message-ID: To: Linux console tools development discussion Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [kbd] [PATCH] kbd_mode: Add -f option and deny dangerous mode switches without it X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: balint@balintreczey.hu, Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jun 2019 13:06:16 -0000 Archived-At: List-Archive: Hi Alexey, Alexey Gladkov ezt =C3=ADrta (id=C5=91pont: 2019= . m=C3=A1j. 8., Sze, 11:19): > > On Tue, Apr 23, 2019 at 05:38:07PM +0200, Balint Reczey wrote: > > kbd_mode(1) already had a warning but kbd_mode still performed all > > mode changes even when they made keyboards unusable. > > > > The added flag let's the callers try safe changes or force the risky > > ones. This change may break scripts but the broken scripts most likely > > made the keyboard unusable and should be updated. > > > > Original bug report at: > > https://bugs.launchpad.net/ubuntu/+source/kbd/+bug/520546 > > > > Signed-off-by: Balint Reczey > > It sounds sane. Applied. Thanks! Thanks! When do you plan making the next release? It would be nice to have this change widely tested in distributions. Debian starts a new release cycle soon and Ubuntu is around the middle of the LTS cycle, too, thus we could start testing a new kbd release soon. Cheers, Balint