From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 17 Dec 2002 01:33:06 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 17 Dec 2002 01:33:06 -0500 Received: from ore.jhcloos.com ([64.240.156.239]:2052 "EHLO ore.jhcloos.com") by vger.kernel.org with ESMTP id ; Tue, 17 Dec 2002 01:33:06 -0500 To: linux-kernel@vger.kernel.org Cc: "Randy.Dunlap" , Andrew Morton Subject: Re: [PATCH] move LOG_BUF_SIZE to header file References: From: "James H. Cloos Jr." In-Reply-To: Date: 17 Dec 2002 01:39:33 -0500 Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org I was just looking at doing that. I'd suggest including CONFIG_CRYPTO_TEST in the default size determination, and allowing both smaller sizes (for low ram applications, such as embedded systems) and larger ones. With all of the crypto =y, the test wipes everything before ACPI out of the buffer before syslogd gets to start and log the buffer to disk. Even with a 64k buffer. -JimC