Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262381AbUKKVFf (ORCPT ); Thu, 11 Nov 2004 16:05:35 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262382AbUKKVFe (ORCPT ); Thu, 11 Nov 2004 16:05:34 -0500 Received: from bay-bridge.veritas.com ([143.127.3.10]:15808 "EHLO MTVMIME01.enterprise.veritas.com") by vger.kernel.org with ESMTP id S262381AbUKKVFa (ORCPT ); Thu, 11 Nov 2004 16:05:30 -0500 Date: Thu, 11 Nov 2004 21:05:11 +0000 (GMT) From: Hugh Dickins X-X-Sender: hugh@localhost.localdomain To: Andrew Morton cc: linux-kernel@vger.kernel.org Subject: [PATCH] WTF is VLI? Message-ID: 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 Content-Length: 990 Lines: 23 What is this "VLI" that 2.6.9 started putting after the taint string in i386 oopses? Vick Library Index? Vineyard Leadership Institute? Shall we just remove it? Signed-off-by: Hugh Dickins --- 2.6.10-rc1-bk20/arch/i386/kernel/traps.c 2004-11-10 14:05:34.000000000 +0000 +++ linux/arch/i386/kernel/traps.c 2004-11-11 20:53:06.725490224 +0000 @@ -215,7 +215,7 @@ void show_registers(struct pt_regs *regs ss = regs->xss & 0xffff; } print_modules(); - printk("CPU: %d\nEIP: %04x:[<%08lx>] %s VLI\nEFLAGS: %08lx" + printk("CPU: %d\nEIP: %04x:[<%08lx>] %s\nEFLAGS: %08lx" " (%s) \n", smp_processor_id(), 0xffff & regs->xcs, regs->eip, print_tainted(), regs->eflags, system_utsname.release); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/