From owner-freebsd-mips@FreeBSD.ORG Mon Sep 27 08:13:15 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1963A1065675 for ; Mon, 27 Sep 2010 08:13:15 +0000 (UTC) (envelope-from phcoder@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 9A56B8FC0A for ; Mon, 27 Sep 2010 08:13:14 +0000 (UTC) Received: by fxm9 with SMTP id 9so3371070fxm.13 for ; Mon, 27 Sep 2010 01:13:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type; bh=v7reuyX365EcGp4kmHQIwnN/AqAKEYFEK8t9xKRDLE4=; b=Jss0vROUCcCrCHrDGob08vK1hfo3LdxUjJnY1jkEaWAnsjk4F47OmXBpY25rIXOXfM HftDpX1YVoAtDQQJD3pY3jFPPr180YKunI0HizhPbGVk8RzIOWPQQIdHREOhFcxVzOhn bXYt774vtoFXAzv1wABLx1mdHUDioX6r12FEI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type; b=d1gzWeFQQFl68KnHN0LBjgohUwAUH8yAmSjxIWwkPKDQ9rQ9V+tcaovlxNTPwlDfXh oJSCf8A0fvG0an6H0S6QaQp5pqLsT/PJFu8bpBluqbrnik4yZVVA/b+3lMFHMxO3mBAE aZc8tJq6jWu+2FH3xtxtf/Bg66D4/x04FDd3c= Received: by 10.223.113.70 with SMTP id z6mr7061922fap.10.1285573765280; Mon, 27 Sep 2010 00:49:25 -0700 (PDT) Received: from debian.yeeloong.phnet (hg-public-dock-207-dhcp.ethz.ch [82.130.80.207]) by mx.google.com with ESMTPS id 14sm2240072fav.26.2010.09.27.00.49.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 27 Sep 2010 00:49:20 -0700 (PDT) Message-ID: <4CA04686.2080101@gmail.com> Date: Mon, 27 Sep 2010 09:23:50 +0200 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla/5.0 (X11; U; Linux mips64; en-US; rv:1.9.1.12) Gecko/20100913 Icedove/3.0.7 MIME-Version: 1.0 To: freebsd-mips@freebsd.org X-Enigmail-Version: 1.0.1 Content-Type: multipart/mixed; boundary="------------060601000906050407080006" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: [PATCH] [yeeloong] Create frame in blkclr X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 08:13:15 -0000 This is a multi-part message in MIME format. --------------060601000906050407080006 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It happens often that one tries to bzero an incorrect range which, of course, triggers a kernel panic but unfortunately backtrace doesn't work properly because bzero doesn't create a stack frame. Attached patch fixes it -- Regards Vladimir 'φ-coder/phcoder' Serbinenko --------------060601000906050407080006--