svn commit: r277561 - head/sys/powerpc/aim

2015-01-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri Jan 23 07:36:51 2015 New Revision: 277561 URL: https://svnweb.freebsd.org/changeset/base/277561 Log: Use relocation-safe methods to determine the sizes of the exception handlers. A "size" symbol with its address set to the length of handler would be shifted forwa

svn commit: r277560 - in head: lib/libstand share/man/man9 sys/kern

2015-01-22 Thread Alexey Dokuchaev
Author: danfe (ports committer) Date: Fri Jan 23 07:30:57 2015 New Revision: 277560 URL: https://svnweb.freebsd.org/changeset/base/277560 Log: Fix usage example in kvprintf(9) and its copy in libstand(3): trailing '\n' in bitfield argument is wrong, as it will be treated as bit 10, causing any

svn commit: r277555 - head/sys/arm/freescale/imx

2015-01-22 Thread Ian Lepore
Author: ian Date: Fri Jan 23 01:18:08 2015 New Revision: 277555 URL: https://svnweb.freebsd.org/changeset/base/277555 Log: Enable all the mmc/sd controllers, because there's no telling which ones any given board will be using. Yes, changing source is an unusually primitive power control i

svn commit: r277544 - head/sys/net

2015-01-22 Thread Will Andrews
Author: will Date: Fri Jan 23 00:06:35 2015 New Revision: 277544 URL: https://svnweb.freebsd.org/changeset/base/277544 Log: Improve the distribution of LAGG port traffic. I edited the original change to retain the use of arc4random() as a seed for the hashing as a very basic defense again

svn commit: r277541 - in head/etc: . newsyslog.conf.d

2015-01-22 Thread Garrett Cooper
Author: ngie Date: Thu Jan 22 23:50:47 2015 New Revision: 277541 URL: https://svnweb.freebsd.org/changeset/base/277541 Log: Add sample log rotation support for opensm Up to 7 archives of the log will be kept (just for consistency with the other log rotation rules) PR: 196788 MFC af

Re: svn commit: r277530 - head/sys/netinet

2015-01-22 Thread Gleb Smirnoff
On Thu, Jan 22, 2015 at 05:09:54PM +, Will Andrews wrote: W> Author: will W> Date: Thu Jan 22 17:09:54 2015 W> New Revision: 277530 W> URL: https://svnweb.freebsd.org/changeset/base/277530 W> W> Log: W> Improve CARP logging so that all state transitions are logged. W> W> sys/netinet/ip_

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-01-22 Thread Gleb Smirnoff
On Thu, Jan 22, 2015 at 10:09:41PM +0100, Nikos Vassiliadis wrote: N> > Sorry guys, I backed this out due to broken kldunload of pf module, which N> > is critical when you are working with pf bugs. N> N> For sure. 100% understood. N> N> > I had to backout r276746 as well, since it has numerous bu

svn commit: r277539 - head/sys/powerpc/ofw

2015-01-22 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jan 22 22:04:43 2015 New Revision: 277539 URL: https://svnweb.freebsd.org/changeset/base/277539 Log: Allow use of a pre-instantiated RTAS as well as a self-instantiated one. This lets the kernel boot on RTAS-based systems by being kexec'ed from Linux. Modified:

Re: svn commit: r276747 - head/sys/netpfil/pf

2015-01-22 Thread Nikos Vassiliadis
On 01/22/15 02:27, Gleb Smirnoff wrote: On Tue, Jan 06, 2015 at 09:03:04AM +, Craig Rodrigues wrote: C> Author: rodrigc C> Date: Tue Jan 6 09:03:03 2015 C> New Revision: 276747 C> URL: https://svnweb.freebsd.org/changeset/base/276747 C> C> Log: C> Instead of creating a purge thread for e

svn commit: r277536 - head/release

2015-01-22 Thread Glen Barber
Author: gjb Date: Thu Jan 22 19:43:05 2015 New Revision: 277536 URL: https://svnweb.freebsd.org/changeset/base/277536 Log: Rename the 'release' target to 'real-release', and add two targets, 'vm-release' and 'cloudware-release', that are invoked if WITH_VMIMAGES and WITH_CLOUDWARE are not

Re: svn commit: r277532 - head/sys/arm/arm

2015-01-22 Thread Will Andrews
On Thu, Jan 22, 2015 at 05:42:31PM +, Ian Lepore wrote: > Log: > Add the Maxmem global and set it to the highest physical page number plus 1. Thanks! -- wca pgpuN_Ku7yjWE.pgp Description: PGP signature

svn commit: r277534 - head/lib/libelftc

2015-01-22 Thread Ed Maste
Author: emaste Date: Thu Jan 22 17:53:30 2015 New Revision: 277534 URL: https://svnweb.freebsd.org/changeset/base/277534 Log: Update reported elftoolchain version The last elftoolchain update is upstream rev 3136. Update our reported version and add M (Modified) suffix as our elftoolchain

svn commit: r277533 - head/sys/arm/include

2015-01-22 Thread Ian Lepore
Author: ian Date: Thu Jan 22 17:46:05 2015 New Revision: 277533 URL: https://svnweb.freebsd.org/changeset/base/277533 Log: Declare Maxmem on arm. This should have been part of r277532. Modified: head/sys/arm/include/md_var.h Modified: head/sys/arm/include/md_var.h ==

svn commit: r277532 - head/sys/arm/arm

2015-01-22 Thread Ian Lepore
Author: ian Date: Thu Jan 22 17:42:30 2015 New Revision: 277532 URL: https://svnweb.freebsd.org/changeset/base/277532 Log: Add the Maxmem global and set it to the highest physical page number plus 1. Modified: head/sys/arm/arm/physmem.c Modified: head/sys/arm/arm/physmem.c ==

svn commit: r277531 - head/bin/freebsd-version

2015-01-22 Thread Hajimu UMEMOTO
Author: ume Date: Thu Jan 22 17:13:43 2015 New Revision: 277531 URL: https://svnweb.freebsd.org/changeset/base/277531 Log: Don't include newvers.sh into freebsd-version. Modified: head/bin/freebsd-version/Makefile Modified: head/bin/freebsd-version/Makefile ==

svn commit: r277530 - head/sys/netinet

2015-01-22 Thread Will Andrews
Author: will Date: Thu Jan 22 17:09:54 2015 New Revision: 277530 URL: https://svnweb.freebsd.org/changeset/base/277530 Log: Improve CARP logging so that all state transitions are logged. sys/netinet/ip_carp.c: Add a "reason" string parameter to carp_set_state() and carp_mast

Re: svn commit: r277511 - head/sys/dev/firewire

2015-01-22 Thread Ian Lepore
On Thu, 2015-01-22 at 16:26 +, Bjoern A. Zeeb wrote: > > On 21 Jan 2015, at 20:08 , Will Andrews wrote: > > > > Author: will > > Date: Wed Jan 21 20:08:24 2015 > > New Revision: 277511 > > URL: https://svnweb.freebsd.org/changeset/base/277511 > > > > Log: > > Fix remote DMA based firewire d

Re: svn commit: r277511 - head/sys/dev/firewire

2015-01-22 Thread Bjoern A. Zeeb
> On 21 Jan 2015, at 20:08 , Will Andrews wrote: > > Author: will > Date: Wed Jan 21 20:08:24 2015 > New Revision: 277511 > URL: https://svnweb.freebsd.org/changeset/base/277511 > > Log: > Fix remote DMA based firewire debugging when targeting > systems with more than 4GB of physical memory.

svn commit: r277529 - head/sys/cam/ctl

2015-01-22 Thread Alexander Motin
Author: mav Date: Thu Jan 22 14:49:36 2015 New Revision: 277529 URL: https://svnweb.freebsd.org/changeset/base/277529 Log: Don't count requests with status sent as overlapping. While those requests are still in target OOA queue, for initiator they are already completed, so tags can be reu

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Randy Stewart
Hans: I think this is the wrong approach. You should: a) Back out the commit you did to head b) create a project branch and put your changes in there c) fix *everything* you break in these subtle ways d) Discuss through a review process if your changes are correct e) When consensus is reached th

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Randall Stewart
Let me re-send my email.. my silly mac sent my first try from the wrong address.. sigh (sorry moderator where ever you are ;-o) All: I have finally pulled my head out of the sands of TLS and had some time to look at this interesting long thread. I agree with Warner and Adrian on this.. Lets bac

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Randy Stewart
All: I have finally pulled my head out of the sands of TLS and had some time to look at this interesting long thread. I agree with Warner and Adrian on this.. Lets back it out and then in a branch chew this over piece by piece.. R > On Jan 21, 2015, at 7:10 PM, Adrian Chadd wrote: > > On 21 Ja

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Hans Petter Selasky
On 01/22/15 12:26, Randy Stewart wrote: Hans: We (netflix) run in production 35% of the internet with these very things you identify no lock an all. We *do* have some issue we are looking at but so far I have *never* connected the dots the way you were claiming that would cause a crash. I can s

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Randall Stewart
Hans Thats great, could you please open a project branch that we can look at it in too? I would very much appreciate that. Sometimes I like to look at the whole code with it all in place (not just patches) and a project branch really helps with that. R > On Jan 22, 2015, at 3:39 AM, Hans Petter

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Randy Stewart
Hans: We (netflix) run in production 35% of the internet with these very things you identify no lock an all. We *do* have some issue we are looking at but so far I have *never* connected the dots the way you were claiming that would cause a crash. I can see where TCP would do incorrect retransmis

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Hans Petter Selasky
Hi, Please move any further comments on this thread to: https://reviews.freebsd.org/D1438 See "r277528". Discussion ends here. --HPS ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send

svn commit: r277528 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 22 11:12:42 2015 New Revision: 277528 URL: https://svnweb.freebsd.org/changeset/base/277528 Log: Revert for r277213: FreeBSD developers need more time to review patches in the surrounding areas like the TCP stack which are using MPSAFE callouts to restore

Re: svn commit: r277487 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon modules/drm2/i915kms

2015-01-22 Thread Ivan Klymenko
В Thu, 22 Jan 2015 11:18:37 +0300 "Max N. Boyarov" пишет: > On Wed, Jan 21, 2015 at 7:10 PM, Konstantin Belousov > wrote: > > Author: kib > > Date: Wed Jan 21 16:10:37 2015 > > New Revision: 277487 > > URL: https://svnweb.freebsd.org/changeset/base/277487 > > > > Log: > > An update for the i91

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread roseknr1
http://www.mrs-realestate.blogspot.in/ 2400sq.ft 2400*200=48 only near (sez-3) tamilnadu 6km only sez-3 after 10 year land valu w contact:7373730713(sms only) ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Hans Petter Selasky
On 01/22/15 10:49, K. Macy wrote: Sigh, you still do not understand. It is your duty to identify all pieces which break after your change. After that, we can argue whether each of them is critical or not to allow the migration. But this must have been done before the KPI change hit the tree.

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread K. Macy
>> Sigh, you still do not understand. It is your duty to identify all pieces >> which break after your change. After that, we can argue whether each of >> them is critical or not to allow the migration. But this must have been >> done before the KPI change hit the tree. >> > > Hi, > > Are you say

svn commit: r277527 - head/tools/regression/file/flock

2015-01-22 Thread Garrett Cooper
Author: ngie Date: Thu Jan 22 09:25:31 2015 New Revision: 277527 URL: https://svnweb.freebsd.org/changeset/base/277527 Log: Make this compile with WARNS=6 and clang/gcc MFC after: 3 days Sponsored by: EMC / Isilon Storage Division Modified: head/tools/regression/file/flock/flock.c Mod

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Erik Cederstrand
> Den 22/01/2015 kl. 09.39 skrev Hans Petter Selasky : > > Are you saying that pieces of code that runs completely unlocked using > "volatile" as only synchronization mechanism is better than what I would call > a temporary and hopefully short TCP stack performance loss? > > I don't understand?

Re: svn commit: r277487 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon modules/drm2/i915kms

2015-01-22 Thread Garrett Cooper
On Jan 22, 2015, at 1:14, Konstantin Belousov wrote: > On Wed, Jan 21, 2015 at 01:45:47PM -0500, Shawn Webb wrote: >> On Wed, 2015-01-21 at 16:10 +, Konstantin Belousov wrote: >>> Author: kib >>> Date: Wed Jan 21 16:10:37 2015 >>> New Revision: 277487 >>> URL: https://svnweb.freebsd.org/chang

Re: svn commit: r277489 - head/sys/kern

2015-01-22 Thread Konstantin Belousov
On Wed, Jan 21, 2015 at 09:24:44PM +0300, Gleb Smirnoff wrote: > On Wed, Jan 21, 2015 at 04:32:55PM +, Konstantin Belousov wrote: > K> Author: kib > K> Date: Wed Jan 21 16:32:54 2015 > K> New Revision: 277489 > K> URL: https://svnweb.freebsd.org/changeset/base/277489 > K> > K> Log: > K> Do n

Re: svn commit: r277487 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon modules/drm2/i915kms

2015-01-22 Thread Konstantin Belousov
On Wed, Jan 21, 2015 at 01:45:47PM -0500, Shawn Webb wrote: > On Wed, 2015-01-21 at 16:10 +, Konstantin Belousov wrote: > > Author: kib > > Date: Wed Jan 21 16:10:37 2015 > > New Revision: 277487 > > URL: https://svnweb.freebsd.org/changeset/base/277487 > > > > Log: > > An update for the i91

Re: svn commit: r277421 - head/sys/powerpc/powerpc

2015-01-22 Thread Konstantin Belousov
On Wed, Jan 21, 2015 at 06:04:57PM -0700, Warner Losh wrote: > > > On Jan 21, 2015, at 12:54 AM, Konstantin Belousov > > wrote: > > > > On Tue, Jan 20, 2015 at 07:59:08PM -0800, Nathan Whitehorn wrote: > >> > >> On 01/20/15 11:14, Konstantin Belousov wrote: > >>> On Tue, Jan 20, 2015 at 04:21:

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Hans Petter Selasky
On 01/22/15 09:10, Konstantin Belousov wrote: On Thu, Jan 22, 2015 at 08:14:26AM +0100, Hans Petter Selasky wrote: On 01/22/15 06:26, Warner Losh wrote: > The code simply needs an update. It is not broken in any ways - right? If it is not broken, fixing it is not that urgent. Radically cha

Re: svn commit: r277487 - in head/sys: dev/drm2 dev/drm2/i915 dev/drm2/radeon modules/drm2/i915kms

2015-01-22 Thread Max N. Boyarov
On Wed, Jan 21, 2015 at 7:10 PM, Konstantin Belousov wrote: > Author: kib > Date: Wed Jan 21 16:10:37 2015 > New Revision: 277487 > URL: https://svnweb.freebsd.org/changeset/base/277487 > > Log: > An update for the i915 GPU driver, which brings the code up to Linux > commit 4d93914ae3db4a897ea

Re: svn commit: r277213 - in head: share/man/man9 sys/kern sys/ofed/include/linux sys/sys

2015-01-22 Thread Konstantin Belousov
On Thu, Jan 22, 2015 at 08:14:26AM +0100, Hans Petter Selasky wrote: > On 01/22/15 06:26, Warner Losh wrote: > > > >> The code simply needs an update. It is not broken in any ways - right? If > >> it is not broken, fixing it is not that urgent. > > > > Radically changing the performance character