From owner-freebsd-net@FreeBSD.ORG Thu Jul 10 21:07:06 2014 Return-Path: Delivered-To: freebsd-net@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 ESMTPS id BD671A46; Thu, 10 Jul 2014 21:07:06 +0000 (UTC) Received: from mail-qa0-x231.google.com (mail-qa0-x231.google.com [IPv6:2607:f8b0:400d:c00::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B4D624B8; Thu, 10 Jul 2014 21:07:06 +0000 (UTC) Received: by mail-qa0-f49.google.com with SMTP id dc16so140945qab.36 for ; Thu, 10 Jul 2014 14:07:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=o4MueEeyIjUUvJ8q4Wk9ID+pw13T/9qwdr4w4OGb3lw=; b=eh8TlAGTjoXT5XhRhPcFW5n727F90FNHwU7QoQR60D9E8IJ8PfEVeb002e6LeJDkjj lBD2ZQo8Zpbsj7NGAMs9yAJfja09vRfzzrmS11Xx3chXgED99EMfWpezx/lNsttEFJ0b bswPowC+TGocS26FaDOK5DZZek+SRZtTmtT7FMNpAtO/0ehC/opbJAO7JxV7XrMYGGwv L8FSudcyoHJVf2n8uzz8FA3t2YaCNnVUjfdjHOayawO978DmfQhtMl4rkdCRgQKXH6sa REaIhLgPdjTmnDEqwAQc9s/6ZBGTN11bTIb0mTlEXzD3XlU8Ykz8PajwERF6rKqNdX3q TmQA== MIME-Version: 1.0 X-Received: by 10.140.89.18 with SMTP id u18mr38622944qgd.87.1405026425058; Thu, 10 Jul 2014 14:07:05 -0700 (PDT) Received: by 10.96.73.39 with HTTP; Thu, 10 Jul 2014 14:07:05 -0700 (PDT) In-Reply-To: <201407101336.00965.jhb@freebsd.org> References: <37229F0A-4BEA-4712-9AE1-5446A630AF9F@transactionware.com> <53BA8666.9040608@omnilan.de> <201407101336.00965.jhb@freebsd.org> Date: Thu, 10 Jul 2014 14:07:05 -0700 Message-ID: Subject: Re: r256920 missing in stable/9 and releng/9.3 From: hiren panchasara To: John Baldwin Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-net@freebsd.org" , Andre Oppermann , "freebsd-net@freebsd.org" , FreeBSD Stable Mailing List , Harald Schmalzbauer X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 21:07:06 -0000 On Thu, Jul 10, 2014 at 10:36 AM, John Baldwin wrote: > On Monday, July 07, 2014 12:58:53 pm hiren panchasara wrote: >> + freebsd-net@, >> >> On Mon, Jul 7, 2014 at 4:37 AM, Harald Schmalzbauer >> wrote: >> > Bez=C3=BCglich Jan Mikkelsen's Nachricht vom 24.06.2014 04:49 (localti= me): >> >> Hi, >> >> >> >> I=E2=80=99m bringing 9.3-RC1 into our local Perforce depot and moving= our local > patches to 9.2 forward. >> >> >> >> I noticed that r256920 (changing sys/netinet/tcp_input.c) has not bee= n > MFC=E2=80=99d. It was listed as =E2=80=9CMFC after 3 days=E2=80=9D back i= n October 2013. >> >> >> >> Is this patch missing for a reason? >> > >> > I'm wondering too if there's any good reason not to MFC? >> >> I also don't see any obvious reason. >> >> If nobody objects on -net@, I can do it. > > I think this looks fine to merge. Thanks John for confirming. Committed as r268506 to stable/9. It's a bit too late for 9.3-R. cheers, Hiren