From owner-freebsd-stable@FreeBSD.ORG Mon Jul 4 12:18:59 2011 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4356B1065686 for ; Mon, 4 Jul 2011 12:18:59 +0000 (UTC) (envelope-from astralblue@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id 09FEC8FC08 for ; Mon, 4 Jul 2011 12:18:58 +0000 (UTC) Received: by yic13 with SMTP id 13so559741yic.13 for ; Mon, 04 Jul 2011 05:18:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=rPn824ZGpCvLZfMf4j677gza2RbbnJPwiVycBnS9zhM=; b=jigSjDjtyyiLsJOea4ua6bVLQh16t7fg0bezbW3xB7ZK804rB3ouu53HPECmbCHXSG JUJeHJkZa0SISTUc7zGRkAv2whjXL5/Bpcj9CyYnkFpHoPy/8Q674HNyIObpXEGm3yN7 BSQM0z5x0XZlfvOJFzh7HX2byZaThLZKPm0q4= MIME-Version: 1.0 Received: by 10.147.96.9 with SMTP id y9mr26717yal.1.1309780430468; Mon, 04 Jul 2011 04:53:50 -0700 (PDT) Received: by 10.147.99.10 with HTTP; Mon, 4 Jul 2011 04:53:50 -0700 (PDT) Date: Mon, 4 Jul 2011 04:53:50 -0700 Message-ID: From: Eugene Kim To: stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Subject: Request for MFC r215299: Echoing asterisks for GELI passphrase X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Jul 2011 12:18:59 -0000 Greetings, Could someone please MFC r215299? This commit enhances a workaround for a long-standing bug (kern/105368) and is pretty much required for any production system affected by the bug. (Without the patch, anyone that can run dmesg can see the passphrase entered for the root filesystem. ;_;) Regards, Eugene Kim