On Sun, Nov 1, 2015 at 8:11 AM, Ian Lepore wrote:
>
> It's almost certainly not related to sysinit ordering. This exception
> is happening during mmc probing after interrupts are enabled.
>
> It appears that the problem is the faulting code is running on one of
> the very early pre-allocated ker
Author: gonzo
Date: Tue Nov 3 05:25:06 2015
New Revision: 290322
URL: https://svnweb.freebsd.org/changeset/base/290322
Log:
Fix cache issues with bulk transfers
- Use pmap_quick_enter_page/pmap_quick_remove_page to bounce non-cacheline
aligned head and tail fragments
- Switch from
Author: gonzo
Date: Tue Nov 3 04:50:58 2015
New Revision: 290321
URL: https://svnweb.freebsd.org/changeset/base/290321
Log:
Raspberry Pi firmware passes cache line size as a DTB parameter
- Add cache-line-size paramter to vchiq node
- Add cache_line_size DTB parameter referencing to
Author: markj
Date: Tue Nov 3 03:29:35 2015
New Revision: 290320
URL: https://svnweb.freebsd.org/changeset/base/290320
Log:
Have elf_lookup() return an error if the specified non-weak symbol could
not be found. Otherwise, relocations against such symbols will be silently
ignored instead of
Author: jhibbits
Date: Tue Nov 3 00:54:14 2015
New Revision: 290319
URL: https://svnweb.freebsd.org/changeset/base/290319
Log:
Use 64-bit addresses for configuring inbound and outbound address windows.
This allows using the full host and PCI ranges in the controller
configuration.
Modifi
Author: hrs
Date: Tue Nov 3 00:46:06 2015
New Revision: 290318
URL: https://svnweb.freebsd.org/changeset/base/290318
Log:
sdl->sdl_len in sockaddr_dl can be longer than
sizeof(struct sockaddr_dl).
Modified:
head/lib/libc/net/getnameinfo.c
Modified: head/lib/libc/net/getnameinfo.c
Author: jhibbits
Date: Tue Nov 3 00:21:23 2015
New Revision: 290317
URL: https://svnweb.freebsd.org/changeset/base/290317
Log:
Use the correct space (PCI addresses) for the I/O and memory ranges.
PCIR_IOBASE/IOLIMIT/... all use PCI-space addresses, not host addresses.
Modified:
head/sys
Author: ian
Date: Mon Nov 2 23:37:19 2015
New Revision: 290316
URL: https://svnweb.freebsd.org/changeset/base/290316
Log:
Fix an alignment check that is wrong in half the busdma implementations.
This will enable the elimination of a workaround in the USB driver that
artifically allocates bu
Author: ian
Date: Mon Nov 2 22:49:39 2015
New Revision: 290309
URL: https://svnweb.freebsd.org/changeset/base/290309
Log:
Eliminate the last dregs of the old global arm_root_dma_tag.
In the old days, device drivers passed NULL for the parent tag when creating
a new tag, and on arm platfo
On Mon, Nov 2, 2015 at 1:21 PM, Randall Stewart wrote:
> Author: rrs
> Date: Mon Nov 2 21:21:00 2015
> New Revision: 290276
> URL: https://svnweb.freebsd.org/changeset/base/290276
>
> Log:
> Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue.
>
This commit message is not he
Author: brooks
Date: Mon Nov 2 22:21:02 2015
New Revision: 290298
URL: https://svnweb.freebsd.org/changeset/base/290298
Log:
The ops EL_SIGNAL, EL_EDITMODE, EL_UNBUFFERED, and EL_PREP_TERM all take
an int, not an int*.
Sponsored by: DARPA, AFRL
Discovered with: CHERI
Differentia
Hi Tijl, and others;
Here's something that Jeff came up with that fixes my problem:
adrian@victoria:~/work/freebsd/head-embedded/src % svn diff sys/kern/
Index: sys/kern/vfs_bio.c
===
--- sys/kern/vfs_bio.c (revision 290048)
+++ sys
Hi,
try this?
adrian@victoria:~/work/freebsd/head-embedded/src/sys/kern % svn diff vfs_bio.c
Index: vfs_bio.c
===
--- vfs_bio.c (revision 290048)
+++ vfs_bio.c (working copy)
@@ -3623,6 +3623,13 @@
if (bp == NULL)
Author: rrs
Date: Mon Nov 2 21:21:00 2015
New Revision: 290276
URL: https://svnweb.freebsd.org/changeset/base/290276
Log:
Fix three flowtable bugs, a) one lookup issue, b) a two cleaner issue.
MFC after:3 days
Sponsored by: Netflix Inc.
Differential Revision:https://reviews.fr
Author: dteske
Date: Mon Nov 2 20:03:59 2015
New Revision: 290275
URL: https://svnweb.freebsd.org/changeset/base/290275
Log:
Make figpar(3) types/macros [more] unique (s/fp_/figpar_/gi)
Modified:
head/lib/libdpv/dialogrc.c
head/lib/libdpv/dialogrc.h
head/lib/libfigpar/figpar.3
head/lib
> On Nov 2, 2015, at 1:36 AM, Andrew Turner wrote:
>
> On Sun, 1 Nov 2015 22:17:39 + (UTC)
> Oleksandr Tymoshenko wrote:
>
>> Author: gonzo
>> Date: Sun Nov 1 22:17:39 2015
>> New Revision: 290245
>> URL: https://svnweb.freebsd.org/changeset/base/290245
>>
>> Log:
>> Synchronize with la
On 2 November 2015 at 09:18, Andriy Gapon wrote:
> On 02/11/2015 18:13, Adrian Chadd wrote:
>> The same reason we don't use it for dri, etc.
>>
>> The vendor driver isn't portable by any stretch. We could put it
>> there, but then we'd have to maintain the vendor changes on top of it
>> in subvers
On 02/11/2015 18:13, Adrian Chadd wrote:
> The same reason we don't use it for dri, etc.
>
> The vendor driver isn't portable by any stretch. We could put it
> there, but then we'd have to maintain the vendor changes on top of it
> in subversion and I kinda dont want to think about how that'll wor
El 02/11/15 a les 17.41, Oliver Pinter ha escrit:
> Okay, the server survived a full buildworld + installer generation
> with the new patch.
Thanks for the heads up! I will wait a couple more days and then commit it.
Roger.
___
svn-src-head@freebsd.org
Author: zbb
Date: Mon Nov 2 16:56:34 2015
New Revision: 290273
URL: https://svnweb.freebsd.org/changeset/base/290273
Log:
Add support for branch instruction on armv7 with ptrace single step
Previous code supported only "continuous" code without any kind of
branch instructions. To change
On Mon, Nov 2, 2015 at 1:36 AM, Garrett Cooper wrote:
> Author: ngie
> Date: Mon Nov 2 07:36:42 2015
> New Revision: 290259
> URL: https://svnweb.freebsd.org/changeset/base/290259
>
> Log:
> Sync makefs(8) content a bit with src/usr.sbin/makefs/makefs.8@1.53
>
> Sections involving unimplemen
Author: andrew
Date: Mon Nov 2 16:43:26 2015
New Revision: 290272
URL: https://svnweb.freebsd.org/changeset/base/290272
Log:
Make the arm64_cpu driver quiet as it adds no new information.
Only report the register used to start each cpu in bootverbose.
Sponsored by: ABT Systems Ltd
Modif
bounce buffer
> code, other arches are left untouched.
>
> Reviewed by:kib, jah
> Differential Revision: https://reviews.freebsd.org/D888
> Sponsored by: Citrix Systems R&D
>
> root@nyi-01 src# uname -a
> FreeBSD nyi-01.build.hardene
The same reason we don't use it for dri, etc.
The vendor driver isn't portable by any stretch. We could put it
there, but then we'd have to maintain the vendor changes on top of it
in subversion and I kinda dont want to think about how that'll work
out.. :)
-adrian
sd.org 11.0-CURRENT-HBSD FreeBSD
11.0-CURRENT-HBSD #14 8f6110b(jenkins-world-kernel-20151102): Mon Nov
2 09:42:26 EST 2015
r...@nyi-01.build.hardenedbsd.org:/usr/obj/usr/src/sys/JENKINS amd64
root@nyi-01 src# uptime
10:05AM up 3 mins, 2 users, load averages: 0.46, 1.09, 0.57
root@nyi-01 src#
N
On 11/2/15, Roger Pau Monné wrote:
> El 29/10/15 a les 22.48, Oliver Pinter ha escrit:
>> Yes, at next week I have time for the test. Please ping me again at
>> Monday.
>
> Ping :).
Pong. :) I now stared a new build with the patch, so I will report
back 1-2 hours from now.
>
>
__
El 29/10/15 a les 22.48, Oliver Pinter ha escrit:
> Yes, at next week I have time for the test. Please ping me again at
> Monday.
Ping :).
___
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe,
On Mon, Nov 02, 2015 at 12:47:18PM +0100, Michal Meloun wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Dne 02.11.2015 v 11:37 Gleb Smirnoff napsal(a):
> > On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote:
> > A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal Melo
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Dne 02.11.2015 v 11:37 Gleb Smirnoff napsal(a):
> On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote:
> A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal Meloun wrote:
> A> > New Revision: 290234 A> > URL:
> https://svnweb.freebsd.o
Author: ngie
Date: Mon Nov 2 11:06:51 2015
New Revision: 290270
URL: https://svnweb.freebsd.org/changeset/base/290270
Log:
Add testcases for -t ffs -o version=[12]
Verify the filesystem type using dumpfs. Add preliminary support
for NetBSD (needs to be validated)
MFC after: 1 week
On Mon, Nov 02, 2015 at 07:13:46AM +, Alexey Dokuchaev wrote:
A> On Sun, Nov 01, 2015 at 04:54:55PM +, Michal Meloun wrote:
A> > New Revision: 290234
A> > URL: https://svnweb.freebsd.org/changeset/base/290234
A> >
A> > Log:
A> > Install myself as src committer.
A> >
A> > Approved by
Author: ngie
Date: Mon Nov 2 10:09:09 2015
New Revision: 290268
URL: https://svnweb.freebsd.org/changeset/base/290268
Log:
Sync minor whitespace / type changes in ffs_csum_swap and ffs_sb_swap with
src/sys/ufs/ffs/ffs_bswap.c@1.39
Obtained from: NetBSD
MFC after: 1 week
Sponsored by:
Author: ngie
Date: Mon Nov 2 10:08:00 2015
New Revision: 290267
URL: https://svnweb.freebsd.org/changeset/base/290267
Log:
Clean up mtree keyword support a slight bit and add a few more default
keywords
- Parameterize the mtree keywords as $DEFAULT_MTREE_KEYWORDS
- Test with the extra m
Author: avg
Date: Mon Nov 2 10:07:21 2015
New Revision: 290266
URL: https://svnweb.freebsd.org/changeset/base/290266
Log:
zfs: allow the lookup of extended attributes of an unlinked file
That's required for extattr_get_fd(2) and the like to work properly.
PR: 203201
MFC af
On Sun, 1 Nov 2015 22:17:39 + (UTC)
Oleksandr Tymoshenko wrote:
> Author: gonzo
> Date: Sun Nov 1 22:17:39 2015
> New Revision: 290245
> URL: https://svnweb.freebsd.org/changeset/base/290245
>
> Log:
> Synchronize with latest upstream VCHI code:
>
> - Add LIB_VERSION ioctl
> - Add
Author: ngie
Date: Mon Nov 2 09:16:51 2015
New Revision: 290265
URL: https://svnweb.freebsd.org/changeset/base/290265
Log:
Add testcases for -t cd9660 -o isolevel=[1-3]
-- -o isolevel=1 currently fails because of path comparison issues,
so mark it as an expected failure.
-- -o isole
Author: ngie
Date: Mon Nov 2 08:43:15 2015
New Revision: 290264
URL: https://svnweb.freebsd.org/changeset/base/290264
Log:
Limit isoLevel to 1 and 2 to avoid segfaulting when isoLevel is set to 3 by
dereferencing a NULL function pointer
Add some asserts to ensure that isolevel is always
37 matches
Mail list logo