From owner-freebsd-current@FreeBSD.ORG Sat Jan 26 04:36:43 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 89E4F16A419 for ; Sat, 26 Jan 2008 04:36:43 +0000 (UTC) (envelope-from chargen@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158]) by mx1.freebsd.org (Postfix) with ESMTP id 17A1F13C448 for ; Sat, 26 Jan 2008 04:36:42 +0000 (UTC) (envelope-from chargen@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so974678fgg.35 for ; Fri, 25 Jan 2008 20:36:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=tE+SZ3ZtfXEME8jacvaj/gtVDJ3hIa3orL7P6OzyHf4=; b=LijfDT4jkn4ArSN6rAYeStYDEsPiMxx2E2fwy8Joy/WH9FEi0CkUksdy9WvuZ+7Id1gBdAsuLUI7mOKhDJsbIKqqz4nJeCsLUVhsPoAnHkzsCpxBjxyTAuCmgHbm+lVDLtNnKjitVrV95/Pffm/ntFHmbpExblpiJ2PNQ2br1mY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=VPkkcJpwBsdJIJ5+o5VwVvmR4evalKaCp3iW8e03nClqBWaZFU1XDl8/EQeuHlnZ1OliyzTT9UQeVoVnzp7aQthB+NNPgfawSze3y6peUZ5jk45unfNX48WRuAzWJOq7EMFuoV7IX8AMJkLKluOHPS91N4vnLeZh9kA+MSFt5uA= Received: by 10.86.100.7 with SMTP id x7mr2612475fgb.7.1201322201830; Fri, 25 Jan 2008 20:36:41 -0800 (PST) Received: by 10.86.49.12 with HTTP; Fri, 25 Jan 2008 20:36:41 -0800 (PST) Message-ID: <292361ab0801252036g75df6800x3b799aedaed02bde@mail.gmail.com> Date: Sat, 26 Jan 2008 05:36:41 +0100 From: Chargen To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: 7cur: SMP kernels /w POLLING enabled - combination garbles (syncer?) console line message(s) on reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Jan 2008 04:36:43 -0000 7cur: SMP kernels /w POLLING enabled - combination garbles (syncer?) console line message(s) on reboot SMP kernel with POLLING enabled garbles one or more of the last lines in console after issuing the {reboot} command options DEVICE_POLLING options HZ=1000 with or without sysctl -w kern.polling.enable=1 or sysctl -w kern.polling.enable=0 The garbled lines are between 'shutting down bufdaemon' and 'all buffs synced' (after 'bufdaemon', I presume these are the syncer, 'Syncing disks, vnodes synced' lines) I found it only reproducable with SMP /apic enabled kernel. Console messages after issuing reboot on UP kernels with polling_enabled are readable. Note: polling wasn't manually set on any device (tested on UP and SMP kernels) e.g.: no ifconfig em0 polling