From owner-svn-src-all@freebsd.org Sun Dec 20 22:29:22 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7DF3A4E22A for ; Sun, 20 Dec 2015 22:29:22 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: from mail-wm0-x236.google.com (mail-wm0-x236.google.com [IPv6:2a00:1450:400c:c09::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 450C017D6 for ; Sun, 20 Dec 2015 22:29:22 +0000 (UTC) (envelope-from oliver.pinter@hardenedbsd.org) Received: by mail-wm0-x236.google.com with SMTP id p187so46783460wmp.0 for ; Sun, 20 Dec 2015 14:29:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=hardenedbsd-org.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TP41phaSeAHlWbaLEPRZTmQz+q0F528HNasoKkWLvGA=; b=ejW1vo/ELY4gk+u09Bg4bJ2G6OLSe8kG1MAETISHY/XnVoiofBYj/pB2JYjnYL5Bfz WUzg38sv/osPjpvc/ZlHUug8+heq+8UBY1NCEUwRwMBH6X51yuxHhvl/gmlQLpa151lm n0SQgvNCJKqmgAVcGBfqPE8j7I6voo7RcIS/g82LDRldFEwIQMGzMblsU/SIAMeCOc1y QxP41upjFYyTaZV4BxF962WkJpLJyvIKogaenhv8qiP92I3EO9+6NYzhp7Ry2GbM7ynM i85yl4h3DF9Py8EzeusRfpN433ptfEoO3VaJ4pSqEC37V6GzzIBm5/dPrxlDB7eq8/6b mMiw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=TP41phaSeAHlWbaLEPRZTmQz+q0F528HNasoKkWLvGA=; b=D70R/K5dBUQbQaF6mm80I0y7jFDgSRuPR/iSQLbaWQjD03lp3yGISAXHlFzWhbBkUe FyMNRfyO3yIewpe60rOA1Emmj7tKx2Z1IHe6UfNv8FWDQiabsrZUygP2I4JO4fYOsRUQ 7GJmBR6g14yf4UTR5WixzMWb2L5f198hH6KSwKIFx9izPqS5QhlZKcDL7lCDzRPf5oHP iv7sF+RmkbfIqNE+wg8hrx5Qv7WVUeKbW/9DunZbjebKy2pINbeGCdj2MUH6tafnS/y+ RfIgwUZQaSrFG7SdrW/I6XD9fhMigib+aUqBYAAtnOEBfQxj3BDqeT9QJwMUjnSaWwkq yrOA== X-Gm-Message-State: ALoCoQnbBXaJg6588I3cuV4kQXS/IG0NrtPCDwVac2ME1D/QuzGOYkFXHwFhMNme2Q7jkeK96z9z6+SuihTBf1Lf+KVLhCHIZ8cIo6oxmga8sw9F2oP7Yg4= MIME-Version: 1.0 X-Received: by 10.194.178.70 with SMTP id cw6mr16783166wjc.73.1450650559812; Sun, 20 Dec 2015 14:29:19 -0800 (PST) Received: by 10.194.85.167 with HTTP; Sun, 20 Dec 2015 14:29:19 -0800 (PST) In-Reply-To: References: <201508051932.t75JWa43099865@repo.freebsd.org> <1438803660.4365.13.camel@hardenedbsd.org> <3E3DCB20-264A-4348-B7D1-5F451B275FF0@FreeBSD.org> Date: Sun, 20 Dec 2015 23:29:19 +0100 Message-ID: Subject: Re: svn commit: r286337 - head/sys/contrib/dev/ath/ath_hal/ar9300 From: Oliver Pinter To: gavin@freebsd.org Cc: Renato Botelho , "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , Shawn Webb , "src-committers@freebsd.org" , =?UTF-8?Q?Ermal_Lu=C3=A7i?= , avos@freebsd.org, Adrian Chadd Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Dec 2015 22:29:22 -0000 Add gavin@ to thread On 11/8/15, Oliver Pinter wrote: > On Sun, Nov 8, 2015 at 8:24 PM, Adrian Chadd wrote: >> i'm burnt out and still too busy fixing issues introduced into -head >> (both wifi and low-memory platform support.) > > That's bad to read. :( > >> >> Someone else at this stage has to MFC things :( > > Renato, Avos anyone else? > >> >> Sorry, >> >> >> -a >> >> >> On 8 November 2015 at 10:49, Oliver Pinter >> wrote: >>> On 8/19/15, Renato Botelho wrote: >>>>> On Aug 19, 2015, at 18:31, Adrian Chadd wrote: >>>>> >>>>> jim asked me again to do the MFC, so once I've finished doing some >>>>> more tidying up of bits and pieces I'll do the MFC. >>> >>> What's the status of this MFC? You need a tester or you have a patch? >>> >>>> >>>> Thank you very much! >>>> >>>> -- >>>> Renato Botelho >>>> >>>> >