From owner-freebsd-net@FreeBSD.ORG Fri Apr 27 20:42:40 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 057E6106564A; Fri, 27 Apr 2012 20:42:40 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f44.google.com (mail-pz0-f44.google.com [209.85.210.44]) by mx1.freebsd.org (Postfix) with ESMTP id B6F328FC17; Fri, 27 Apr 2012 20:42:39 +0000 (UTC) Received: by dadz14 with SMTP id z14so4920665dad.17 for ; Fri, 27 Apr 2012 13:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=KFarAbheAZ1CUzw2EUou2csUYk9naN4tWQDaENAQdYo=; b=yoqS1YKOSGja7SNFrdus8vv9IWFrLen7DdBdLeosQGCOQjBDbBcZPwJ9AsuSEnhNat strdR6+niz1RnNtWtwoRzil/ABhzLPwB1mNKrszRwrgVO84UksWfpbEDY5ajZBPM3Qqz WdFTcim+BbqBcE1BsbD5lBm8BCv3Jo5tSDPGgqVWlj2dU807sZ6AHaNjjHf0Ywnn+Yz2 PXXW635UTeKiweZVBTP6nkred8fviRFgO5By8221g8KOZYD6GSLkA+z9ssMcH4G5aAjo JhA7OxRQJ/3zAUugueP+b6OqxSL/T+7q7A5H5HWNmCgVP4Q7t17cvjtDcuaueeca+6AA io8g== MIME-Version: 1.0 Received: by 10.68.213.200 with SMTP id nu8mr13956780pbc.59.1335559359538; Fri, 27 Apr 2012 13:42:39 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.142.101.9 with HTTP; Fri, 27 Apr 2012 13:42:39 -0700 (PDT) In-Reply-To: <4F91240C.3050703@ipfw.ru> References: <201204060653.q366rwLa096182@svn.freebsd.org> <4F7E9413.20602@FreeBSD.org> <4F8BBD4E.1040106@FreeBSD.org> <4F91240C.3050703@ipfw.ru> Date: Fri, 27 Apr 2012 13:42:39 -0700 X-Google-Sender-Auth: wFTBDahJZWfGg4fbgug1a9YSzhQ Message-ID: From: Adrian Chadd To: "Alexander V. Chernikov" Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, freebsd-net@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r233937 - in head/sys: kern net security/mac X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Apr 2012 20:42:40 -0000 Hi Alex, I don't want to be demanding, but would you please consider committing your fixes? And if you could, would you please do it as a set of commits, one per 'thing', rather than one big monolithic commit that does half a dozen different things? That way if there are any further regressions, I/others could test things out. This is breaking bpf for a few people - ladv causes a crash, wifi also causes a crash. Thanks! Adrian