From owner-freebsd-mips@FreeBSD.ORG Sun Jul 28 11:24:01 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 0694C31E; Sun, 28 Jul 2013 11:24:01 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B67852998; Sun, 28 Jul 2013 11:24:00 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r6SBNxfP044289; Sun, 28 Jul 2013 07:23:59 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r6SBNxu4044267; Sun, 28 Jul 2013 11:23:59 GMT (envelope-from tinderbox@freebsd.org) Date: Sun, 28 Jul 2013 11:23:59 GMT Message-Id: <201307281123.r6SBNxu4044267@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 11:24:01 -0000 TB --- 2013-07-28 10:23:35 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-07-28 10:23:35 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-07-28 10:23:35 - starting HEAD tinderbox run for mips/mips TB --- 2013-07-28 10:23:35 - cleaning the object tree TB --- 2013-07-28 10:23:35 - /usr/local/bin/svn stat /src TB --- 2013-07-28 10:23:38 - At svn revision 253737 TB --- 2013-07-28 10:23:39 - building world TB --- 2013-07-28 10:23:39 - CROSS_BUILD_TESTING=YES TB --- 2013-07-28 10:23:39 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-28 10:23:39 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-28 10:23:39 - SRCCONF=/dev/null TB --- 2013-07-28 10:23:39 - TARGET=mips TB --- 2013-07-28 10:23:39 - TARGET_ARCH=mips TB --- 2013-07-28 10:23:39 - TZ=UTC TB --- 2013-07-28 10:23:39 - __MAKE_CONF=/dev/null TB --- 2013-07-28 10:23:39 - cd /src TB --- 2013-07-28 10:23:39 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Sun Jul 28 10:23:46 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/usr.sbin/watch/watch.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -o watch watch.o -ltermcap gzip -cn /src/usr.sbin/watch/watch.8 > watch.8.gz ===> usr.sbin/watchdogd (all) cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.sbin/watchdogd/watchdogd.c cc1: warnings being treated as errors /src/usr.sbin/watchdogd/watchdogd.c: In function 'parse_timeout_to_pow2ns': /src/usr.sbin/watchdogd/watchdogd.c:236: warning: format '%ld' expects type 'long int', but argument 6 has type 'time_t' *** Error code 1 Stop. bmake: stopped in /src/usr.sbin/watchdogd *** Error code 1 Stop. bmake: stopped in /src/usr.sbin *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-07-28 11:23:59 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-07-28 11:23:59 - ERROR: failed to build world TB --- 2013-07-28 11:23:59 - 2600.50 user 655.35 system 3624.22 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Sun Jul 28 19:48:17 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 7CF59344; Sun, 28 Jul 2013 19:48:17 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 359B327B0; Sun, 28 Jul 2013 19:48:16 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r6SJmFYU013126; Sun, 28 Jul 2013 15:48:15 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r6SJmFre013125; Sun, 28 Jul 2013 19:48:15 GMT (envelope-from tinderbox@freebsd.org) Date: Sun, 28 Jul 2013 19:48:15 GMT Message-Id: <201307281948.r6SJmFre013125@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Jul 2013 19:48:17 -0000 TB --- 2013-07-28 18:47:11 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-07-28 18:47:11 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-07-28 18:47:11 - starting HEAD tinderbox run for mips/mips TB --- 2013-07-28 18:47:11 - cleaning the object tree TB --- 2013-07-28 18:48:13 - /usr/local/bin/svn stat /src TB --- 2013-07-28 18:48:16 - At svn revision 253742 TB --- 2013-07-28 18:48:17 - building world TB --- 2013-07-28 18:48:17 - CROSS_BUILD_TESTING=YES TB --- 2013-07-28 18:48:17 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-28 18:48:17 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-28 18:48:17 - SRCCONF=/dev/null TB --- 2013-07-28 18:48:17 - TARGET=mips TB --- 2013-07-28 18:48:17 - TARGET_ARCH=mips TB --- 2013-07-28 18:48:17 - TZ=UTC TB --- 2013-07-28 18:48:17 - __MAKE_CONF=/dev/null TB --- 2013-07-28 18:48:17 - cd /src TB --- 2013-07-28 18:48:17 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Sun Jul 28 18:48:24 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything [...] cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -c /src/usr.sbin/watch/watch.c cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign -o watch watch.o -ltermcap gzip -cn /src/usr.sbin/watch/watch.8 > watch.8.gz ===> usr.sbin/watchdogd (all) cc -O -pipe -G0 -std=gnu99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -W -Wno-unused-parameter -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wreturn-type -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wunused-parameter -Wcast-align -Wchar-subscripts -Winline -Wnested-externs -Wredundant-decls -Wold-style-definition -Wno-pointer-sign -c /src/usr.sbin/watchdogd/watchdogd.c cc1: warnings being treated as errors /src/usr.sbin/watchdogd/watchdogd.c: In function 'parse_timeout_to_pow2ns': /src/usr.sbin/watchdogd/watchdogd.c:236: warning: format '%ld' expects type 'long int', but argument 6 has type 'time_t' *** Error code 1 Stop. bmake: stopped in /src/usr.sbin/watchdogd *** Error code 1 Stop. bmake: stopped in /src/usr.sbin *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-07-28 19:48:15 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-07-28 19:48:15 - ERROR: failed to build world TB --- 2013-07-28 19:48:15 - 2603.76 user 660.80 system 3664.69 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Mon Jul 29 11:06:48 2013 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1F6731EC for ; Mon, 29 Jul 2013 11:06:48 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D0CC2DD8 for ; Mon, 29 Jul 2013 11:06:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6TB6lF2061827 for ; Mon, 29 Jul 2013 11:06:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6TB6lEt061825 for freebsd-mips@FreeBSD.org; Mon, 29 Jul 2013 11:06:47 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 29 Jul 2013 11:06:47 GMT Message-Id: <201307291106.r6TB6lEt061825@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-mips@FreeBSD.org Subject: Current problem reports assigned to freebsd-mips@FreeBSD.org X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 11:06:48 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o kern/178319 mips [patch] [arge] arge_stop() doesn't clean the tx ring p o kern/178318 mips [patch] [arge] if_arge/bootp race under some circunsta o kern/177876 mips [mips] kernel stack overflow panic on mips64, EdgeRout o kern/177832 mips [mips] [gpio] [patch] GPIO and RF LED do not function o kern/177032 mips [arge] arge1 fails to attach on UBNT Routerstation o kern/165951 mips [ar913x] [ath] DDR flush isn't being done for the WMAC p kern/163670 mips [mips][arge] arge can't allocate ring buffer on multip 7 problems total. From owner-freebsd-mips@FreeBSD.ORG Mon Jul 29 14:40:46 2013 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D9FEAFE8 for ; Mon, 29 Jul 2013 14:40:46 +0000 (UTC) (envelope-from nobody@opus30.register.it) Received: from hostingsmtp.register.it (hostingsmtp10.register.it [81.88.50.251]) by mx1.freebsd.org (Postfix) with ESMTP id 34F3F2AB1 for ; Mon, 29 Jul 2013 14:40:46 +0000 (UTC) Received: (qmail 24388 invoked from network); 29 Jul 2013 14:40:45 -0000 Received: from unknown (HELO opus30.register.it) by hostingsmtp.register.it with ESMTP; 29 Jul 2013 14:40:45 -0000 Received: (from nobody@localhost) by opus30.register.it (8.14.3/8.12.11/Submit) id r6TEeioH011228; Mon, 29 Jul 2013 16:40:44 +0200 Date: Mon, 29 Jul 2013 16:40:44 +0200 X-RID: 7OnsJ3NuKzt0JW1yK2ZuOy9zbjtn6CjsL3RuI3RuK2Mt7FsvYiNbL3NjK2R06S8K|dDsnbSVjJW0jZCdbW1sK|MCwnLPkn4F0nXeDgCg==|WE5MR05JVFNPSAo= To: freebsd-mips@freebsd.org Subject: =?utf-8?B?KNCx0LXQtyDRgtC10LzRiyk=?= X-PHP-Originating-Script: 99:informations.php From: =?utf-8?B?0JLQuNC60YLQvtGA0LjRjyDQl9C10LnQvdCw0LvQvtCy0LA=?= Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jul 2013 14:40:46 -0000 Добрый день! Предлагаю сим карту для отдыхающих за границей звонки в Россию от 4,8 рублей. Срок действия карты неограничен, без абонентской платы. Подскажите, какой у Вас сотовый оператор, чтобы я могла уточнить сможете ли Вы привязать свой мобильный номер к новой сим карте? PS Могу сделать не только для Турции. с уважением, Людмила From owner-freebsd-mips@FreeBSD.ORG Tue Jul 30 01:06:29 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B82CB5BF; Tue, 30 Jul 2013 01:06:29 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DA8F2A2D; Tue, 30 Jul 2013 01:06:29 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r6U16Stm034037; Mon, 29 Jul 2013 21:06:28 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r6U16SSb034034; Tue, 30 Jul 2013 01:06:28 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 30 Jul 2013 01:06:28 GMT Message-Id: <201307300106.r6U16SSb034034@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 01:06:29 -0000 TB --- 2013-07-30 00:04:43 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-07-30 00:04:43 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-07-30 00:04:43 - starting HEAD tinderbox run for mips/mips TB --- 2013-07-30 00:04:43 - cleaning the object tree TB --- 2013-07-30 00:04:43 - /usr/local/bin/svn stat /src TB --- 2013-07-30 00:04:47 - At svn revision 253785 TB --- 2013-07-30 00:04:48 - building world TB --- 2013-07-30 00:04:48 - CROSS_BUILD_TESTING=YES TB --- 2013-07-30 00:04:48 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-30 00:04:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-30 00:04:48 - SRCCONF=/dev/null TB --- 2013-07-30 00:04:48 - TARGET=mips TB --- 2013-07-30 00:04:48 - TARGET_ARCH=mips TB --- 2013-07-30 00:04:48 - TZ=UTC TB --- 2013-07-30 00:04:48 - __MAKE_CONF=/dev/null TB --- 2013-07-30 00:04:48 - cd /src TB --- 2013-07-30 00:04:48 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Tue Jul 30 00:04:54 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jul 30 01:05:53 UTC 2013 TB --- 2013-07-30 01:05:53 - cd /src/sys/mips/conf TB --- 2013-07-30 01:05:53 - /usr/sbin/config -m ADM5120 TB --- 2013-07-30 01:05:53 - skipping ADM5120 kernel TB --- 2013-07-30 01:05:53 - cd /src/sys/mips/conf TB --- 2013-07-30 01:05:53 - /usr/sbin/config -m ALCHEMY TB --- 2013-07-30 01:05:53 - skipping ALCHEMY kernel TB --- 2013-07-30 01:05:53 - cd /src/sys/mips/conf TB --- 2013-07-30 01:05:53 - /usr/sbin/config -m AP121 TB --- 2013-07-30 01:05:53 - building AP121 kernel TB --- 2013-07-30 01:05:53 - CROSS_BUILD_TESTING=YES TB --- 2013-07-30 01:05:53 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-30 01:05:53 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-30 01:05:53 - SRCCONF=/dev/null TB --- 2013-07-30 01:05:53 - TARGET=mips TB --- 2013-07-30 01:05:53 - TARGET_ARCH=mips TB --- 2013-07-30 01:05:53 - TZ=UTC TB --- 2013-07-30 01:05:53 - __MAKE_CONF=/dev/null TB --- 2013-07-30 01:05:53 - cd /src TB --- 2013-07-30 01:05:53 - /usr/bin/make -B buildkernel KERNCONF=AP121 >>> Kernel build for AP121 started on Tue Jul 30 01:05:54 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies [...] awk -f /src/sys/tools/makeobjops.awk /src/sys/kern/serdev_if.m -h rm -f .newdep /obj/src/make.amd64/bmake -V CFILES_NOZFS -V SYSTEM_CFILES -V GEN_CFILES | MKDEP_CPP="cc -E" CC="cc " xargs mkdep -a -f .newdep -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -nostdinc -I. -I/src/sys -I/src/sys/contrib/altq -I/src/sys/contrib/ipfilter -I/src/sys/dev/ath -I/src/sys/dev/ath/ath_hal -I/src/sys/contrib/dev/ath/ath_hal -I/src/sys/contrib/ngatm -I/src/sys/dev/twa -I/src/sys/dev/cxgb -I/src/sys/dev/cxgbe -I/src/sys/contrib/libfdt -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=10000 --param large-function-growth=100000 --param max-inline-insns-single=10000 -fno-pic -mno-abicalls -G0 -DKERNLOADADDR=0x80050000 -march=mips32 -msoft-float -ffreestanding cc: /src/sys/dev/random/random_adaptors.c: No such file or directory /src/sys/dev/random/probe.c:40:40: error: dev/random/random_adaptors.h: No such file or directory /src/sys/dev/random/randomdev_soft.c:54:40: error: dev/random/random_adaptors.h: No such file or directory /src/sys/dev/random/yarrow.c:44:40: error: dev/random/random_adaptors.h: No such file or directory mkdep: compile failed *** Error code 1 Stop. bmake: stopped in /obj/mips.mips/src/sys/AP121 *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-07-30 01:06:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-07-30 01:06:28 - ERROR: failed to build AP121 kernel TB --- 2013-07-30 01:06:28 - 2653.79 user 635.68 system 3704.64 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Tue Jul 30 09:25:44 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AF466873; Tue, 30 Jul 2013 09:25:44 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 75B822062; Tue, 30 Jul 2013 09:25:44 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r6U9Phuo010351; Tue, 30 Jul 2013 05:25:43 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r6U9PhJr010347; Tue, 30 Jul 2013 09:25:43 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 30 Jul 2013 09:25:43 GMT Message-Id: <201307300925.r6U9PhJr010347@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 09:25:44 -0000 TB --- 2013-07-30 08:18:18 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-07-30 08:18:18 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-07-30 08:18:18 - starting HEAD tinderbox run for mips/mips TB --- 2013-07-30 08:18:18 - cleaning the object tree TB --- 2013-07-30 08:19:04 - /usr/local/bin/svn stat /src TB --- 2013-07-30 08:19:07 - At svn revision 253790 TB --- 2013-07-30 08:19:08 - building world TB --- 2013-07-30 08:19:08 - CROSS_BUILD_TESTING=YES TB --- 2013-07-30 08:19:08 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-30 08:19:08 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-30 08:19:08 - SRCCONF=/dev/null TB --- 2013-07-30 08:19:08 - TARGET=mips TB --- 2013-07-30 08:19:08 - TARGET_ARCH=mips TB --- 2013-07-30 08:19:08 - TZ=UTC TB --- 2013-07-30 08:19:08 - __MAKE_CONF=/dev/null TB --- 2013-07-30 08:19:08 - cd /src TB --- 2013-07-30 08:19:08 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Tue Jul 30 08:19:15 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jul 30 09:19:48 UTC 2013 TB --- 2013-07-30 09:19:48 - cd /src/sys/mips/conf TB --- 2013-07-30 09:19:48 - /usr/sbin/config -m ADM5120 TB --- 2013-07-30 09:19:48 - skipping ADM5120 kernel TB --- 2013-07-30 09:19:48 - cd /src/sys/mips/conf TB --- 2013-07-30 09:19:48 - /usr/sbin/config -m ALCHEMY TB --- 2013-07-30 09:19:48 - skipping ALCHEMY kernel TB --- 2013-07-30 09:19:48 - cd /src/sys/mips/conf TB --- 2013-07-30 09:19:48 - /usr/sbin/config -m AP121 TB --- 2013-07-30 09:19:48 - building AP121 kernel TB --- 2013-07-30 09:19:48 - CROSS_BUILD_TESTING=YES TB --- 2013-07-30 09:19:48 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-30 09:19:48 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-30 09:19:48 - SRCCONF=/dev/null TB --- 2013-07-30 09:19:48 - TARGET=mips TB --- 2013-07-30 09:19:48 - TARGET_ARCH=mips TB --- 2013-07-30 09:19:48 - TZ=UTC TB --- 2013-07-30 09:19:48 - __MAKE_CONF=/dev/null TB --- 2013-07-30 09:19:48 - cd /src TB --- 2013-07-30 09:19:48 - /usr/bin/make -B buildkernel KERNCONF=AP121 >>> Kernel build for AP121 started on Tue Jul 30 09:19:48 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for AP121 completed on Tue Jul 30 09:22:55 UTC 2013 TB --- 2013-07-30 09:22:55 - cd /src/sys/mips/conf TB --- 2013-07-30 09:22:55 - /usr/sbin/config -m AP91 TB --- 2013-07-30 09:22:55 - building AP91 kernel TB --- 2013-07-30 09:22:55 - CROSS_BUILD_TESTING=YES TB --- 2013-07-30 09:22:55 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-30 09:22:55 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-30 09:22:55 - SRCCONF=/dev/null TB --- 2013-07-30 09:22:55 - TARGET=mips TB --- 2013-07-30 09:22:55 - TARGET_ARCH=mips TB --- 2013-07-30 09:22:55 - TZ=UTC TB --- 2013-07-30 09:22:55 - __MAKE_CONF=/dev/null TB --- 2013-07-30 09:22:55 - cd /src TB --- 2013-07-30 09:22:55 - /usr/bin/make -B buildkernel KERNCONF=AP91 >>> Kernel build for AP91 started on Tue Jul 30 09:22:55 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] awk -f /src/sys/conf/kmod_syms.awk xhci.ko.debug export_syms | xargs -J% objcopy % xhci.ko.debug objcopy --only-keep-debug xhci.ko.debug xhci.ko.symbols objcopy --strip-debug --add-gnu-debuglink=xhci.ko.symbols xhci.ko.debug xhci.ko ===> usb/rsu (all) cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls -mlong-calls -I/obj/mips.mips/src/sys/AP91 -msoft-float -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/usb/rsu/../../../dev/usb/wlan/if_rsu.c cc1: warnings being treated as errors /src/sys/modules/usb/rsu/../../../dev/usb/wlan/if_rsu.c: In function 'rsu_load_firmware': /src/sys/modules/usb/rsu/../../../dev/usb/wlan/if_rsu.c:2139: warning: cast discards qualifiers from pointer target type *** Error code 1 Stop. bmake: stopped in /src/sys/modules/usb/rsu *** Error code 1 Stop. bmake: stopped in /src/sys/modules/usb *** Error code 1 Stop. bmake: stopped in /src/sys/modules *** Error code 1 Stop. bmake: stopped in /obj/mips.mips/src/sys/AP91 *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-07-30 09:25:43 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-07-30 09:25:43 - ERROR: failed to build AP91 kernel TB --- 2013-07-30 09:25:43 - 2896.70 user 670.15 system 4044.77 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Tue Jul 30 19:45:30 2013 Return-Path: Delivered-To: mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 1798CC02; Tue, 30 Jul 2013 19:45:30 +0000 (UTC) (envelope-from tinderbox@freebsd.org) Received: from freebsd-current.sentex.ca (freebsd-current.sentex.ca [64.7.128.98]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D0742277B; Tue, 30 Jul 2013 19:45:29 +0000 (UTC) Received: from freebsd-current.sentex.ca (localhost [127.0.0.1]) by freebsd-current.sentex.ca (8.14.5/8.14.5) with ESMTP id r6UJjSo6088625; Tue, 30 Jul 2013 15:45:28 -0400 (EDT) (envelope-from tinderbox@freebsd.org) Received: (from tinderbox@localhost) by freebsd-current.sentex.ca (8.14.5/8.14.5/Submit) id r6UJjSQR088624; Tue, 30 Jul 2013 19:45:28 GMT (envelope-from tinderbox@freebsd.org) Date: Tue, 30 Jul 2013 19:45:28 GMT Message-Id: <201307301945.r6UJjSQR088624@freebsd-current.sentex.ca> X-Authentication-Warning: freebsd-current.sentex.ca: tinderbox set sender to FreeBSD Tinderbox using -f Sender: FreeBSD Tinderbox From: FreeBSD Tinderbox To: FreeBSD Tinderbox , , Subject: [head tinderbox] failure on mips/mips Precedence: bulk X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jul 2013 19:45:30 -0000 TB --- 2013-07-30 18:39:33 - tinderbox 2.10 running on freebsd-current.sentex.ca TB --- 2013-07-30 18:39:33 - FreeBSD freebsd-current.sentex.ca 8.3-PRERELEASE FreeBSD 8.3-PRERELEASE #0: Mon Mar 26 13:54:12 EDT 2012 des@freebsd-current.sentex.ca:/usr/obj/usr/src/sys/GENERIC amd64 TB --- 2013-07-30 18:39:33 - starting HEAD tinderbox run for mips/mips TB --- 2013-07-30 18:39:33 - cleaning the object tree TB --- 2013-07-30 18:40:31 - /usr/local/bin/svn stat /src TB --- 2013-07-30 18:40:35 - At svn revision 253805 TB --- 2013-07-30 18:40:36 - building world TB --- 2013-07-30 18:40:36 - CROSS_BUILD_TESTING=YES TB --- 2013-07-30 18:40:36 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-30 18:40:36 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-30 18:40:36 - SRCCONF=/dev/null TB --- 2013-07-30 18:40:36 - TARGET=mips TB --- 2013-07-30 18:40:36 - TARGET_ARCH=mips TB --- 2013-07-30 18:40:36 - TZ=UTC TB --- 2013-07-30 18:40:36 - __MAKE_CONF=/dev/null TB --- 2013-07-30 18:40:36 - cd /src TB --- 2013-07-30 18:40:36 - /usr/bin/make -B buildworld >>> Building an up-to-date make(1) >>> World build started on Tue Jul 30 18:40:43 UTC 2013 >>> Rebuilding the temporary build tree >>> stage 1.1: legacy release compatibility shims >>> stage 1.2: bootstrap tools >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3: cross tools >>> stage 4.1: building includes >>> stage 4.2: building libraries >>> stage 4.3: make dependencies >>> stage 4.4: building everything >>> World build completed on Tue Jul 30 19:39:44 UTC 2013 TB --- 2013-07-30 19:39:44 - cd /src/sys/mips/conf TB --- 2013-07-30 19:39:44 - /usr/sbin/config -m ADM5120 TB --- 2013-07-30 19:39:44 - skipping ADM5120 kernel TB --- 2013-07-30 19:39:44 - cd /src/sys/mips/conf TB --- 2013-07-30 19:39:44 - /usr/sbin/config -m ALCHEMY TB --- 2013-07-30 19:39:44 - skipping ALCHEMY kernel TB --- 2013-07-30 19:39:44 - cd /src/sys/mips/conf TB --- 2013-07-30 19:39:44 - /usr/sbin/config -m AP121 TB --- 2013-07-30 19:39:44 - building AP121 kernel TB --- 2013-07-30 19:39:44 - CROSS_BUILD_TESTING=YES TB --- 2013-07-30 19:39:44 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-30 19:39:44 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-30 19:39:44 - SRCCONF=/dev/null TB --- 2013-07-30 19:39:44 - TARGET=mips TB --- 2013-07-30 19:39:44 - TARGET_ARCH=mips TB --- 2013-07-30 19:39:44 - TZ=UTC TB --- 2013-07-30 19:39:44 - __MAKE_CONF=/dev/null TB --- 2013-07-30 19:39:44 - cd /src TB --- 2013-07-30 19:39:44 - /usr/bin/make -B buildkernel KERNCONF=AP121 >>> Kernel build for AP121 started on Tue Jul 30 19:39:44 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything >>> Kernel build for AP121 completed on Tue Jul 30 19:42:45 UTC 2013 TB --- 2013-07-30 19:42:45 - cd /src/sys/mips/conf TB --- 2013-07-30 19:42:45 - /usr/sbin/config -m AP91 TB --- 2013-07-30 19:42:45 - building AP91 kernel TB --- 2013-07-30 19:42:45 - CROSS_BUILD_TESTING=YES TB --- 2013-07-30 19:42:45 - MAKEOBJDIRPREFIX=/obj TB --- 2013-07-30 19:42:45 - PATH=/usr/bin:/usr/sbin:/bin:/sbin TB --- 2013-07-30 19:42:45 - SRCCONF=/dev/null TB --- 2013-07-30 19:42:45 - TARGET=mips TB --- 2013-07-30 19:42:45 - TARGET_ARCH=mips TB --- 2013-07-30 19:42:45 - TZ=UTC TB --- 2013-07-30 19:42:45 - __MAKE_CONF=/dev/null TB --- 2013-07-30 19:42:45 - cd /src TB --- 2013-07-30 19:42:45 - /usr/bin/make -B buildkernel KERNCONF=AP91 >>> Kernel build for AP91 started on Tue Jul 30 19:42:45 UTC 2013 >>> stage 1: configuring the kernel >>> stage 2.1: cleaning up the object tree >>> stage 2.2: rebuilding the object tree >>> stage 2.3: build tools >>> stage 3.1: making dependencies >>> stage 3.2: building everything [...] awk -f /src/sys/conf/kmod_syms.awk xhci.ko.debug export_syms | xargs -J% objcopy % xhci.ko.debug objcopy --only-keep-debug xhci.ko.debug xhci.ko.symbols objcopy --strip-debug --add-gnu-debuglink=xhci.ko.symbols xhci.ko.debug xhci.ko ===> usb/rsu (all) cc -O -pipe -G0 -Werror -D_KERNEL -DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /obj/mips.mips/src/sys/AP91/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -g -G0 -fno-pic -mno-abicalls -mlong-calls -I/obj/mips.mips/src/sys/AP91 -msoft-float -ffreestanding -std=iso9899:1999 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -Wmissing-include-dirs -fdiagnostics-show-option -c /src/sys/modules/usb/rsu/../../../dev/usb/wlan/if_rsu.c cc1: warnings being treated as errors /src/sys/modules/usb/rsu/../../../dev/usb/wlan/if_rsu.c: In function 'rsu_load_firmware': /src/sys/modules/usb/rsu/../../../dev/usb/wlan/if_rsu.c:2139: warning: cast discards qualifiers from pointer target type *** Error code 1 Stop. bmake: stopped in /src/sys/modules/usb/rsu *** Error code 1 Stop. bmake: stopped in /src/sys/modules/usb *** Error code 1 Stop. bmake: stopped in /src/sys/modules *** Error code 1 Stop. bmake: stopped in /obj/mips.mips/src/sys/AP91 *** Error code 1 Stop. bmake: stopped in /src *** Error code 1 Stop in /src. TB --- 2013-07-30 19:45:28 - WARNING: /usr/bin/make returned exit code 1 TB --- 2013-07-30 19:45:28 - ERROR: failed to build AP91 kernel TB --- 2013-07-30 19:45:28 - 2883.98 user 640.36 system 3955.77 real http://tinderbox.freebsd.org/tinderbox-head-build-HEAD-mips-mips.full From owner-freebsd-mips@FreeBSD.ORG Wed Jul 31 13:45:03 2013 Return-Path: Delivered-To: freebsd-mips@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CD8FF39A; Wed, 31 Jul 2013 13:45:03 +0000 (UTC) (envelope-from loos@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A319E22E5; Wed, 31 Jul 2013 13:45:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6VDj358095051; Wed, 31 Jul 2013 13:45:03 GMT (envelope-from loos@freefall.freebsd.org) Received: (from loos@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6VDj3ss095050; Wed, 31 Jul 2013 13:45:03 GMT (envelope-from loos) Date: Wed, 31 Jul 2013 13:45:03 GMT Message-Id: <201307311345.r6VDj3ss095050@freefall.freebsd.org> To: loos@FreeBSD.org, freebsd-mips@FreeBSD.org, loos@FreeBSD.org From: loos@FreeBSD.org Subject: Re: kern/178318: [patch] [arge] if_arge/bootp race under some circunstances X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 13:45:03 -0000 Synopsis: [patch] [arge] if_arge/bootp race under some circunstances Responsible-Changed-From-To: freebsd-mips->loos Responsible-Changed-By: loos Responsible-Changed-When: Wed Jul 31 13:45:03 UTC 2013 Responsible-Changed-Why: Take it http://www.freebsd.org/cgi/query-pr.cgi?pr=178318 From owner-freebsd-mips@FreeBSD.ORG Wed Jul 31 13:47:02 2013 Return-Path: Delivered-To: freebsd-mips@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id D64463FC; Wed, 31 Jul 2013 13:47:02 +0000 (UTC) (envelope-from loos@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA5462309; Wed, 31 Jul 2013 13:47:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6VDl23N095135; Wed, 31 Jul 2013 13:47:02 GMT (envelope-from loos@freefall.freebsd.org) Received: (from loos@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6VDl2Ll095134; Wed, 31 Jul 2013 13:47:02 GMT (envelope-from loos) Date: Wed, 31 Jul 2013 13:47:02 GMT Message-Id: <201307311347.r6VDl2Ll095134@freefall.freebsd.org> To: loos@FreeBSD.org, freebsd-mips@FreeBSD.org, loos@FreeBSD.org From: loos@FreeBSD.org Subject: Re: kern/178319: [patch] [arge] arge_stop() doesn't clean the tx ring properly X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 13:47:02 -0000 Synopsis: [patch] [arge] arge_stop() doesn't clean the tx ring properly Responsible-Changed-From-To: freebsd-mips->loos Responsible-Changed-By: loos Responsible-Changed-When: Wed Jul 31 13:47:02 UTC 2013 Responsible-Changed-Why: Take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=178319