Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jan 2004 18:34:08 -0800 (PST)
From:      Hiroki Mori <hiroki.mori@jcom.home.ne.jp>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   misc/61345: rue driver mbuf flag is bad
Message-ID:  <200401140234.i0E2Y8os030701@www.freebsd.org>
Resent-Message-ID: <200401140240.i0E2eM2Q082254@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         61345
>Category:       misc
>Synopsis:       rue driver mbuf flag is bad
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jan 13 18:40:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Hiroki Mori
>Release:        5.2-CURRENT
>Organization:
>Environment:
5.2-CURRENT FreeBSD 5.2-CURRENT
>Description:
I useing USB ether net interface that is rue. If I useing this interface, then out put as follow message to /var/log/messages many times.

Jan 14 11:00:35 c1 kernel: Stack backtrace:
Jan 14 11:00:36 c1 kernel: Bad mbuf alloc flags: 1

>How-To-Repeat:
Useing rue interface.
>Fix:
src/sys/dev/usb/if_rue.c contain "M_NOWAIT" flag at MGETHDR,MCLGET. I think that "M_DONTWAIT" is correct flag.
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401140234.i0E2Y8os030701>