On 01/18/15 02:33, Bjoern A. Zeeb wrote:
On 17 Jan 2015, at 16:36 , Hans Petter Selasky wrote:
Author: hselasky
Date: Sat Jan 17 16:36:39 2015
New Revision: 277302
URL: https://svnweb.freebsd.org/changeset/base/277302
Log:
Start importing the basic OFED linux compatibility layer changes ma
Author: kib
Date: Sun Jan 18 09:49:32 2015
New Revision: 277315
URL: https://svnweb.freebsd.org/changeset/base/277315
Log:
MFC r277023:
Avoid excessive flushing and do missed neccessary flushing in the IOMMU
page table update code.
Modified:
stable/10/sys/x86/iommu/intel_ctx.c
stable/10
On 01/18/15 04:37, Bjoern A. Zeeb wrote:
On 18 Jan 2015, at 01:33 , Bjoern A. Zeeb wrote:
On 17 Jan 2015, at 16:36 , Hans Petter Selasky wrote:
Author: hselasky
Date: Sat Jan 17 16:36:39 2015
New Revision: 277302
URL: https://svnweb.freebsd.org/changeset/base/277302
Log:
Start importing
On Fri, Jan 16, 2015 at 10:00:11AM +0100, Hans Petter Selasky wrote:
> Hi Konstantin,
>
> On 01/16/15 09:03, Konstantin Belousov wrote:
> > My opinion is that you should have tried to handle the issue at the driver
> > level, instead of making this devfs issue. I.e., if you already have
> > cdev
Author: hselasky
Date: Sun Jan 18 10:53:48 2015
New Revision: 277316
URL: https://svnweb.freebsd.org/changeset/base/277316
Log:
Extend fixes made in r277308 to fix build of LINT kernels for i386 and
amd64. Until further we need some custom C-flags when building the
Linux compat API.
MFC
See r277316.
Thank you!
--HPS
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"
Hi Konstantin,
On 01/18/15 11:54, Konstantin Belousov wrote:
On Fri, Jan 16, 2015 at 10:00:11AM +0100, Hans Petter Selasky wrote:
Hi Konstantin,
On 01/16/15 09:03, Konstantin Belousov wrote:
My opinion is that you should have tried to handle the issue at the driver
level, instead of making th
On Sun, Jan 18, 2015 at 12:08:26PM +0100, Hans Petter Selasky wrote:
> Hi Konstantin,
>
> On 01/18/15 11:54, Konstantin Belousov wrote:
> > On Fri, Jan 16, 2015 at 10:00:11AM +0100, Hans Petter Selasky wrote:
> >> Hi Konstantin,
> >>
> >> On 01/16/15 09:03, Konstantin Belousov wrote:
> >>> My opin
Author: kib
Date: Sun Jan 18 11:54:20 2015
New Revision: 277317
URL: https://svnweb.freebsd.org/changeset/base/277317
Log:
Fix known issues which blow up the process after dlopen("libthr.so")
(or loading a dso linked to libthr.so into process which was not
linked against threading library).
Author: cperciva
Date: Sun Jan 18 12:45:26 2015
New Revision: 277318
URL: https://svnweb.freebsd.org/changeset/base/277318
Log:
When disabling C3+ CPU states due to the CPU_QUIRK_NO_C3 quirk, don't
accidentally enable non-existent states.
This bug was triggered if ACPI advertises the pres
Hi Konstantin,
On 01/18/15 12:31, Konstantin Belousov wrote:
On Sun, Jan 18, 2015 at 12:08:26PM +0100, Hans Petter Selasky wrote:
Hi Konstantin,
On 01/18/15 11:54, Konstantin Belousov wrote:
On Fri, Jan 16, 2015 at 10:00:11AM +0100, Hans Petter Selasky wrote:
Hi Konstantin,
What about ev
> On 18 Jan 2015, at 10:55 , Hans Petter Selasky wrote:
>
> See r277316.
>
> Thank you!
Thanks could you also check i386.XEN which seems to conflict on redefined
macros; here’s only a short excerpt:
In file included from
/scratch/tmp/bz/head.svn/sys/modules/linuxapi/../../ofed/include/linu
Author: hselasky
Date: Sun Jan 18 14:04:55 2015
New Revision: 277319
URL: https://svnweb.freebsd.org/changeset/base/277319
Log:
Make the linuxapi module only build when WITH_OFED=YES is specified.
There needs to be some more testing done before it is ready for all
platforms and architectures
On 01/18/15 14:22, Bjoern A. Zeeb wrote:
On 18 Jan 2015, at 10:55 , Hans Petter Selasky wrote:
See r277316.
Thank you!
Thanks could you also check i386.XEN which seems to conflict on redefined
macros; here’s only a short excerpt:
See r277319. I see this needs some more testing and CPU t
inc Sun Jan 18 14:04:55 2015(r277319)
+++ head/ObsoleteFiles.inc Sun Jan 18 14:14:47 2015(r277320)
@@ -38,6 +38,60 @@
# xargs -n1 | sort | uniq -d;
# done
+# 20150118: new clang import which bumps version from 3.5.0 to 3.5.1.
+OLD_FILES+=usr/include/clang/3.5.0/__wmm
Author: kib
Date: Sun Jan 18 15:03:26 2015
New Revision: 277321
URL: https://svnweb.freebsd.org/changeset/base/277321
Log:
Make SIGSTOP working for sleeps done while waiting for fifo readers or
writers in open(2), when the fifo is located on an NFS mount.
Reported by: bde
Sponsored by:
Author: kib
Date: Sun Jan 18 15:13:11 2015
New Revision: 277322
URL: https://svnweb.freebsd.org/changeset/base/277322
Log:
Add procctl(2) PROC_TRACE_CTL command to enable or disable debugger
attachment to the process. Note that the command is not intended to
be a security measure, rather it
Author: dim
Date: Sun Jan 18 16:19:33 2015
New Revision: 277324
URL: https://svnweb.freebsd.org/changeset/base/277324
Log:
Tag llvm tags/RELEASE_360/rc1 r226102 (effectively, 3.6.0 RC1).
Added:
vendor/llvm/llvm-release_360-r226102/
- copied from r277323, vendor/llvm/dist/
___
Author: dim
Date: Sun Jan 18 16:25:15 2015
New Revision: 277326
URL: https://svnweb.freebsd.org/changeset/base/277326
Log:
Tag clang tags/RELEASE_360/rc1 r226102 (effectively, 3.6.0 RC1).
Added:
vendor/clang/clang-release_360-r226102/
- copied from r277325, vendor/clang/dist/
___
Author: allanjude (doc committer)
Date: Sun Jan 18 17:25:41 2015
New Revision: 277328
URL: https://svnweb.freebsd.org/changeset/base/277328
Log:
Fix minor syntax and grammar errors in the markup of the ee(1) man page
Differential Revision:https://reviews.freebsd.org/D1552
Submitte
Author: adrian
Date: Sun Jan 18 17:43:00 2015
New Revision: 277329
URL: https://svnweb.freebsd.org/changeset/base/277329
Log:
Oops - use the correct argument order for ar9300_set_beacon().
(It's only an issue in AP/adhoc modes. But, still. Grr.)
Modified:
head/sys/contrib/dev/ath/ath_hal
Author: adrian
Date: Sun Jan 18 18:06:40 2015
New Revision: 277331
URL: https://svnweb.freebsd.org/changeset/base/277331
Log:
Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific
bits.
The motivation here is to eventually teach netisr and potentially
other networking
Author: smh
Date: Sun Jan 18 18:25:12 2015
New Revision: 277333
URL: https://svnweb.freebsd.org/changeset/base/277333
Log:
Fix bsdinstall when working with geli boot disks
PR: 196790
Differential Revision:https://reviews.freebsd.org/D566
Submitted by: Michael Gmelin
Author: nwhitehorn
Date: Sun Jan 18 18:32:43 2015
New Revision: 277334
URL: https://svnweb.freebsd.org/changeset/base/277334
Log:
Refactor PowerPC (especially AIM) init sequence to be less baroque.
MFC after:2 months
Modified:
head/sys/conf/ldscript.powerpc
head/sys/conf/ldscript.p
Author: nwhitehorn
Date: Sun Jan 18 20:00:33 2015
New Revision: 277335
URL: https://svnweb.freebsd.org/changeset/base/277335
Log:
Use TOC to look up all kernel globals on powerpc64 instead of doing the
non-relocatable lis @ha, ori @l dance and hoping they are below 4 GB.
MFC after:2 m
Author: tuexen
Date: Sun Jan 18 20:20:27 2015
New Revision: 277337
URL: https://svnweb.freebsd.org/changeset/base/277337
Log:
Remove an unused variable.
Reported by: Coverity
CID: 750999
MFC after:1 week
Modified:
head/sys/netinet/sctp_usrreq.c
Modified: head/sys/netin
Author: pfg
Date: Sun Jan 18 20:26:27 2015
New Revision: 277340
URL: https://svnweb.freebsd.org/changeset/base/277340
Log:
Remove dead code.
After the ext2 variant of the "orlov allocator" was implemented,
the case for a negative or zero dirsize disappeared.
Drop the dead code and un
Author: np
Date: Sun Jan 18 20:38:38 2015
New Revision: 277343
URL: https://svnweb.freebsd.org/changeset/base/277343
Log:
MFC r276959:
cxgb: replace r273280 with a more comprehensive fix.
Poll for link state when the link is down, even for interrupt capable
PHYs.
Allow PHYs to repo
Author: np
Date: Sun Jan 18 20:39:24 2015
New Revision: 277344
URL: https://svnweb.freebsd.org/changeset/base/277344
Log:
MFC r276959:
cxgb: replace r273280 with a more comprehensive fix.
Poll for link state when the link is down, even for interrupt capable
PHYs.
Allow PHYs to repo
Author: np
Date: Sun Jan 18 20:40:08 2015
New Revision: 277345
URL: https://svnweb.freebsd.org/changeset/base/277345
Log:
MFC r276959:
cxgb: replace r273280 with a more comprehensive fix.
Poll for link state when the link is down, even for interrupt capable
PHYs.
Allow PHYs to repo
Author: ian
Date: Sun Jan 18 20:47:21 2015
New Revision: 277346
URL: https://svnweb.freebsd.org/changeset/base/277346
Log:
Save the command-and-flags value into the shadow register when it is written.
This doesn't actually change any behavior, because it just allows a 16-bit
read of the c
Author: tuexen
Date: Sun Jan 18 20:53:20 2015
New Revision: 277347
URL: https://svnweb.freebsd.org/changeset/base/277347
Log:
Add protection code to free memory in case of processing an address which
is neither IPv4 or IPv6.
Reported by: Coverity
CID: 749311
MFC after:1
Author: tuexen
Date: Sun Jan 18 21:16:22 2015
New Revision: 277348
URL: https://svnweb.freebsd.org/changeset/base/277348
Log:
Remove an unnecessary check.
Reported by: Coverity
CID: 749576
MFC after:1 week
Modified:
head/sys/netinet/sctp_input.c
Modified: head/sys/neti
Author: pfg
Date: Sun Jan 18 21:18:28 2015
New Revision: 277349
URL: https://svnweb.freebsd.org/changeset/base/277349
Log:
ext2: fix for uninitialized pointer read.
path.ep_bp was being used uninitialized in ext4_ext_find_extent().
CID: 1062344
MFC after:1 week
Modified
Author: tuexen
Date: Sun Jan 18 22:00:39 2015
New Revision: 277350
URL: https://svnweb.freebsd.org/changeset/base/277350
Log:
Fix a bug which only shows up when an mbuf allocation failed.
Therefore chances are low that we hit this.
Reported by: Coverity
CID: 1018886
MFC afte
Author: smh
Date: Sun Jan 18 23:15:49 2015
New Revision: 277351
URL: https://svnweb.freebsd.org/changeset/base/277351
Log:
Clean ZFS spa config before syncing
A number of entries that can be present in the spa config shouldn't be saved
to disk so add a method to ensure this is case. Witho
Author: rstone
Date: Mon Jan 19 00:33:32 2015
New Revision: 277352
URL: https://svnweb.freebsd.org/changeset/base/277352
Log:
When mountd is creating sockets, it iterates over all addresses specified
in the "hosts" array and eventually looks up the network address with
getaddrinfo(). At one
Author: marcel
Date: Mon Jan 19 02:22:03 2015
New Revision: 277353
URL: https://svnweb.freebsd.org/changeset/base/277353
Log:
Upgrade libxo to 0.2.0.
Obtained from:https://github.com/Juniper/libxo
Requested by: Phil Shafer
Revisions 276253 & 276273 were incorporated into 0.2
Author: pfg
Date: Mon Jan 19 03:30:45 2015
New Revision: 277354
URL: https://svnweb.freebsd.org/changeset/base/277354
Log:
ext2: Garbage-collect some unused variables
Reported by: clang static analysis
MFC after:2 weeks
Modified:
head/sys/fs/ext2fs/ext2_bmap.c
head/sys/fs/ext2fs
Author: ian
Date: Mon Jan 19 04:56:17 2015
New Revision: 277355
URL: https://svnweb.freebsd.org/changeset/base/277355
Log:
For armv6 builds, add -mfloat-abi=softfp. This tells the compiler it can
use floating point hardware instructions (because all armv6/7 systems we
support have fp hardwa
Author: nwhitehorn
Date: Mon Jan 19 05:14:07 2015
New Revision: 277356
URL: https://svnweb.freebsd.org/changeset/base/277356
Log:
Provide a tunable (machdep.moea64_bpvo_pool_size) to set the bootstrap
PVO pool size. The default errs on the exceedingly large side, so absent
any intelligent au
Author: ngie
Date: Mon Jan 19 06:10:01 2015
New Revision: 277357
URL: https://svnweb.freebsd.org/changeset/base/277357
Log:
Expect :overflow to fail with FreeBSD's expr as it doesn't have stringent
overflow checks like NetBSD's expr does
MFC after: 3 days
PR: 196867
Modified:
head/co
Author: ngie
Date: Mon Jan 19 06:13:07 2015
New Revision: 277358
URL: https://svnweb.freebsd.org/changeset/base/277358
Log:
Integrate contrib/netbsd-tests/bin/expr into the build/kyua as bin/expr/tests
MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
Added:
head/bin/expr/t
Author: neel
Date: Mon Jan 19 06:51:04 2015
New Revision: 277359
URL: https://svnweb.freebsd.org/changeset/base/277359
Log:
Fix a bug in libvmmapi 'vm_copy_setup()' where it would return success even if
the 'gpa' was in the guest MMIO region. This would manifest as a segmentation
fault in 'v
Author: neel
Date: Mon Jan 19 06:53:31 2015
New Revision: 277360
URL: https://svnweb.freebsd.org/changeset/base/277360
Log:
MOVS instruction emulation.
These instructions are emitted by 'bus_space_read_region()' when accessing
MMIO regions.
Since MOVS can be used with a repeat prefix
Author: hselasky
Date: Mon Jan 19 06:57:51 2015
New Revision: 277361
URL: https://svnweb.freebsd.org/changeset/base/277361
Log:
MFC r277212:
Fix compilation for 32-bit architectures.
PR: 196580
Sponsored by: Mellanox Technologies
Modified:
stable/10/contrib/ofed/management/
Author: hselasky
Date: Mon Jan 19 06:59:40 2015
New Revision: 277362
URL: https://svnweb.freebsd.org/changeset/base/277362
Log:
MFC 277212:
Fix compilation for 32-bit architectures.
PR: 196580
Sponsored by: Mellanox Technologies
Modified:
stable/9/contrib/ofed/management/op
Author: hselasky
Date: Mon Jan 19 07:03:40 2015
New Revision: 277363
URL: https://svnweb.freebsd.org/changeset/base/277363
Log:
MFC r277044:
Increase the maximum number of dynamic USB quirks. USB memory stick
devices which don't support the synchronize cache SCSI command are
likely to also
Author: hselasky
Date: Mon Jan 19 07:06:15 2015
New Revision: 277364
URL: https://svnweb.freebsd.org/changeset/base/277364
Log:
MFC r277044:
Increase the maximum number of dynamic USB quirks. USB memory stick
devices which don't support the synchronize cache SCSI command are
likely to also
Author: ngie
Date: Mon Jan 19 07:10:08 2015
New Revision: 277365
URL: https://svnweb.freebsd.org/changeset/base/277365
Log:
Fix the build when INVARIANTS is defined by restoring `bo`'s definition in
ext2_truncate(..) and by putting it under INVARIANTS ifdefs
X-MFC with: r277354
MFC afte
Author: hselasky
Date: Mon Jan 19 07:16:22 2015
New Revision: 277367
URL: https://svnweb.freebsd.org/changeset/base/277367
Log:
MFC r239237, r242628 and r277044:
- Add the UQ_MSC_NO_PREVENT_ALLOW quirk to handle devices that do not support
the 'PREVENT/ALLOW MEDIUM REMOVAL' SCSI command.
Author: hselasky
Date: Mon Jan 19 07:18:59 2015
New Revision: 277368
URL: https://svnweb.freebsd.org/changeset/base/277368
Log:
MFC r276798:
Fix handling of an error case when the MUSB driver is operating in USB
device side mode.
Modified:
stable/10/sys/dev/usb/controller/musb_otg.c
Direc
Author: ngie
Date: Mon Jan 19 07:19:56 2015
New Revision: 277369
URL: https://svnweb.freebsd.org/changeset/base/277369
Log:
MFC r277272:
r277272 (by ngie):
Don't call abort on usage errors; print out the usage message instead
PR: 196793
Sponsored by: EMC / Isilon Storage D
Author: hselasky
Date: Mon Jan 19 07:20:20 2015
New Revision: 277370
URL: https://svnweb.freebsd.org/changeset/base/277370
Log:
MFC r276798:
Fix handling of an error case when the MUSB driver is operating in USB
device side mode.
Modified:
stable/9/sys/dev/usb/controller/musb_otg.c
Direct
Author: ngie
Date: Mon Jan 19 07:24:18 2015
New Revision: 277371
URL: https://svnweb.freebsd.org/changeset/base/277371
Log:
MFC r276804:
r276804 (by ngie):
Fix 'make depend' before infiniband headers have been installed to build
host
by removing space between -I and the header d
Author: hselasky
Date: Mon Jan 19 07:29:07 2015
New Revision: 277372
URL: https://svnweb.freebsd.org/changeset/base/277372
Log:
Minor refactoring of code block.
MFC after:1 day
Modified:
head/sys/cam/scsi/scsi_da.c
Modified: head/sys/cam/scsi/scsi_da.c
==
Author: ngie
Date: Mon Jan 19 07:29:28 2015
New Revision: 277373
URL: https://svnweb.freebsd.org/changeset/base/277373
Log:
MFC r276805:
X-MFC note: the svn:mergeinfo for this MFC was accidentally committed via
r277371
r276805 (by ngie):
Build contrib/ofed/usr.{bin
57 matches
Mail list logo