Thanks!
-Ravi (rpokala@)
-Original Message-
From: on behalf of Pedro Giffuni
Date: 2018-01-15, Monday at 22:06
To: Ravi Pokala , ,
,
Subject: Re: svn commit: r328020 - in head/sys/mips: mips nlm/dev/sec
Thanks for the report;
On 01/16/18 00:23, Ravi Pokala wrote:
> Hi Pedro,
>
> T
Thanks for the report;
On 01/16/18 00:23, Ravi Pokala wrote:
Hi Pedro,
This change breaks many (most? all?) MIPS kernels (universe, no special config,
-DNO_CLEAN):
Ugh, yes .. the build was broken by another change so I didn't noticeĀ
this in my builds.
Sorry .. should be fixed as r328041.
Author: wma
Date: Tue Jan 16 06:24:19 2018
New Revision: 328042
URL: https://svnweb.freebsd.org/changeset/base/328042
Log:
PowerNV: XICS support for PowerNV/OPAL
Make XICS to be OPAL-aware.
Created by:Nathan Whitehorn
Submitted by: Wojciech Macek
Sponsored by
Author: pfg
Date: Tue Jan 16 06:04:39 2018
New Revision: 328041
URL: https://svnweb.freebsd.org/changeset/base/328041
Log:
Fix build after r328020.
Should have noticed earlier but the build was already broken by another
change.
Reported by: Ravi Pokala
Modified:
head/sys/mips/mip
Hi Pedro,
This change breaks many (most? all?) MIPS kernels (universe, no special config,
-DNO_CLEAN):
--- busdma_machdep.o ---
cc1: warnings being treated as errors
/usr/home/rpokala/freebsd/clean/base/head/sys/mips/mips/busdma_machdep.c: In
function 'bus_dmamap_create':
/usr/home/rpokala/free
Author: jhibbits
Date: Tue Jan 16 04:50:23 2018
New Revision: 328040
URL: https://svnweb.freebsd.org/changeset/base/328040
Log:
Make fsl_sata driver work on P1022
P1022 SATA controller may set the wrong CCR bit for a command completion.
This would previously cause an interrupt storm. Sol
On 14 January 2018 at 12:16, Warner Losh wrote:
> On Jan 14, 2018 10:15 AM, "Mark Johnston" wrote:
>
> On Sat, Jan 13, 2018 at 05:34:24PM -0500, Pedro Giffuni wrote:
> >
> >
> > On 01/13/18 17:30, Pedro F. Giffuni wrote:
> > > Author: pfg
> > > Date: Sat Jan 13 22:30:30 2018
> > > New Revision:
On 01/15/2018 20:40, Nathan Whitehorn wrote:
>
>
> On 01/15/18 15:42, Konstantin Belousov wrote:
>> On Mon, Jan 15, 2018 at 03:20:49PM -0800, Nathan Whitehorn wrote:
>>> Fair enough. Here's a patch with a new flag (DIRECT_MAP_AVAILABLE).
>>> I've
>>> also retooled the sfbuf code to use this rather
Author: cem
Date: Tue Jan 16 02:56:27 2018
New Revision: 328038
URL: https://svnweb.freebsd.org/changeset/base/328038
Log:
random(4): Add CCP random source definitions
The implementation will follow (D12723). For now, get the changes to
commit-protected files out of the way.
Approve
On 01/15/18 15:42, Konstantin Belousov wrote:
On Mon, Jan 15, 2018 at 03:20:49PM -0800, Nathan Whitehorn wrote:
Fair enough. Here's a patch with a new flag (DIRECT_MAP_AVAILABLE). I've
also retooled the sfbuf code to use this rather than its own flags that
mean the same things. The sparc64 par
Author: ian
Date: Tue Jan 16 03:02:41 2018
New Revision: 328039
URL: https://svnweb.freebsd.org/changeset/base/328039
Log:
Add static inline rtcin_locked() and rtcout_locked() functions for doing a
related series of operations without doing a lock/unlock for each byte.
Use them when reading
Author: jhb
Date: Tue Jan 16 01:21:07 2018
New Revision: 328037
URL: https://svnweb.freebsd.org/changeset/base/328037
Log:
Rename 'recv' to 'receive' to appease shadow warnings from GCC.
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/syscalls.c
=
Author: jhb
Date: Tue Jan 16 01:05:04 2018
New Revision: 328036
URL: https://svnweb.freebsd.org/changeset/base/328036
Log:
Check for GCC first rather than clang in the MIPS lib32 rules.
This works around a bug with X_COMPILER_TYPE and permits mips64 to build
again with in-tree gcc as well
Author: jhb
Date: Tue Jan 16 00:47:53 2018
New Revision: 328035
URL: https://svnweb.freebsd.org/changeset/base/328035
Log:
Sort the list of flags in newsyslog.conf entries.
Move the 'X' and 'Y' entries into their sorted location in the list
of flags just above 'Z'.
Reviewed by: bcr
On Mon, Jan 15, 2018 at 03:20:49PM -0800, Nathan Whitehorn wrote:
> Fair enough. Here's a patch with a new flag (DIRECT_MAP_AVAILABLE). I've
> also retooled the sfbuf code to use this rather than its own flags that
> mean the same things. The sparc64 part of the patch is untested.
> -Nathan
> In
On 01/15/18 09:53, Konstantin Belousov wrote:
On Mon, Jan 15, 2018 at 09:32:56AM -0800, Nathan Whitehorn wrote:
That seems fine to me. I don't think a less-clumsy way that does not
involve extra indirection is possible. The PHYS_TO_DMAP() returning NULL
is about the best thing I can come up wi
> On 15. Jan 2018, at 20:08, John Baldwin wrote:
>
> On Saturday, January 13, 2018 01:59:35 PM Michael Tuexen wrote:
>> Author: tuexen
>> Date: Sat Jan 13 13:59:35 2018
>> New Revision: 327919
>> URL: https://svnweb.freebsd.org/changeset/base/327919
>>
>> Log:
>> Add support for readv() and w
Author: tuexen
Date: Mon Jan 15 23:17:12 2018
New Revision: 328034
URL: https://svnweb.freebsd.org/changeset/base/328034
Log:
Keep list sorted. Thanks to jhb@ to pointing out that I put it at the
wrong place in r327919.
Modified:
head/usr.bin/truss/syscalls.c
Modified: head/usr.bin/truss/s
Author: tuexen
Date: Mon Jan 15 23:12:54 2018
New Revision: 328033
URL: https://svnweb.freebsd.org/changeset/base/328033
Log:
Bump date, which I missed in r328014. Thanks to jhb@ for reporting.
Modified:
head/lib/libsysdecode/sysdecode_mask.3
Modified: head/lib/libsysdecode/sysdecode_mask.3
On Saturday, January 13, 2018 01:59:35 PM Michael Tuexen wrote:
> Author: tuexen
> Date: Sat Jan 13 13:59:35 2018
> New Revision: 327919
> URL: https://svnweb.freebsd.org/changeset/base/327919
>
> Log:
> Add support for readv() and writev() to truss.
>
> Sponsored by: Netflix, Inc.
>
On Monday, January 15, 2018 08:37:11 PM Michael Tuexen wrote:
> Author: tuexen
> Date: Mon Jan 15 20:37:11 2018
> New Revision: 328014
> URL: https://svnweb.freebsd.org/changeset/base/328014
>
> Log:
> Add support for decoding the nxt_flags, rcv_flags, and snd_flags of
> SCTP level cmsgs.
>
>
Author: kevans
Date: Mon Jan 15 22:24:11 2018
New Revision: 328032
URL: https://svnweb.freebsd.org/changeset/base/328032
Log:
service(8): Add support for interfacing with services in jails
Provide a -j option that can take a jail name or id. If -j is specified,
check that the jail exists
Author: imp
Date: Mon Jan 15 22:17:34 2018
New Revision: 328030
URL: https://svnweb.freebsd.org/changeset/base/328030
Log:
Check the return value from utf8_to_ucs2 instead of whether or not uv
is NULL. That's more correct and doesn't depend on the error behavior
of utf8_to_ucs2. In practice,
Author: imp
Date: Mon Jan 15 22:17:39 2018
New Revision: 328031
URL: https://svnweb.freebsd.org/changeset/base/328031
Log:
Need to free uv after we're done using it.
Reported by: andrew@
Sponsored by: Netflix
Modified:
head/stand/efi/boot1/boot1.c
Modified: head/stand/efi/boot1/boot1.
Author: imp
Date: Mon Jan 15 22:17:15 2018
New Revision: 328029
URL: https://svnweb.freebsd.org/changeset/base/328029
Log:
When returning an error and freeing allocated memory from ucs2_to_utf8
and utf8_to_ucs2, be sure to NULL out the return pointer too, rather
than return a pointer to free
Author: tuexen
Date: Mon Jan 15 21:59:20 2018
New Revision: 328028
URL: https://svnweb.freebsd.org/changeset/base/328028
Log:
Don't provide a (meaningless) cmsg when proving a notification
in a recvmsg() call.
MFC after:1 week
Modified:
head/sys/netinet/sctputil.c
Modified: head/s
Author: kevans
Date: Mon Jan 15 21:53:33 2018
New Revision: 328027
URL: https://svnweb.freebsd.org/changeset/base/328027
Log:
wsp(4): Update to reflect new sysctl from r314467
r314467 introduced hw.usb.wsp.enable_single_tap_clicks to enable/disable
single-tap left click behavior. Update t
Author: pfg
Date: Mon Jan 15 21:23:16 2018
New Revision: 328026
URL: https://svnweb.freebsd.org/changeset/base/328026
Log:
misc geom and gnu: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however t
Author: pfg
Date: Mon Jan 15 21:21:51 2018
New Revision: 328025
URL: https://svnweb.freebsd.org/changeset/base/328025
Log:
net*: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change is
Author: pfg
Date: Mon Jan 15 21:19:21 2018
New Revision: 328024
URL: https://svnweb.freebsd.org/changeset/base/328024
Log:
netgraph: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change
Author: pfg
Date: Mon Jan 15 21:18:04 2018
New Revision: 328023
URL: https://svnweb.freebsd.org/changeset/base/328023
Log:
kern: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change is
Author: pfg
Date: Mon Jan 15 21:15:25 2018
New Revision: 328022
URL: https://svnweb.freebsd.org/changeset/base/328022
Log:
cam: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change is s
Author: pfg
Date: Mon Jan 15 21:14:56 2018
New Revision: 328021
URL: https://svnweb.freebsd.org/changeset/base/328021
Log:
nfsclient: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the chang
Author: pfg
Date: Mon Jan 15 21:13:30 2018
New Revision: 328020
URL: https://svnweb.freebsd.org/changeset/base/328020
Log:
mips: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change is
Author: pfg
Date: Mon Jan 15 21:11:38 2018
New Revision: 328019
URL: https://svnweb.freebsd.org/changeset/base/328019
Log:
ndis: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change is
Author: pfg
Date: Mon Jan 15 21:10:40 2018
New Revision: 328018
URL: https://svnweb.freebsd.org/changeset/base/328018
Log:
powerpc: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change
Author: pfg
Date: Mon Jan 15 21:09:58 2018
New Revision: 328017
URL: https://svnweb.freebsd.org/changeset/base/328017
Log:
arm: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change is s
Author: pfg
Date: Mon Jan 15 21:08:22 2018
New Revision: 328016
URL: https://svnweb.freebsd.org/changeset/base/328016
Log:
x86: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these ire likely to overflow, however the change is s
Author: tuexen
Date: Mon Jan 15 20:39:42 2018
New Revision: 328015
URL: https://svnweb.freebsd.org/changeset/base/328015
Log:
Decode msghdr argument of sendmsg() and recvmsg().
Sponsored by: Netflix, Inc.
Modified:
head/usr.bin/truss/syscall.h
head/usr.bin/truss/syscalls.c
Mod
Author: tuexen
Date: Mon Jan 15 20:37:11 2018
New Revision: 328014
URL: https://svnweb.freebsd.org/changeset/base/328014
Log:
Add support for decoding the nxt_flags, rcv_flags, and snd_flags of
SCTP level cmsgs.
Modified:
head/lib/libsysdecode/Makefile
head/lib/libsysdecode/flags.c
head
Author: dab
Date: Mon Jan 15 19:25:11 2018
New Revision: 328013
URL: https://svnweb.freebsd.org/changeset/base/328013
Log:
Exit fsck_ffs with non-zero status when file system is not repaired.
When the fsck_ffs program cannot fully repair a file system, it will
output the message PLEASE RE
On Monday, January 15, 2018 11:11:58 AM Antoine Brodin wrote:
> On Thu, Jan 11, 2018 at 8:24 PM, John Baldwin wrote:
> > Author: jhb
> > Date: Thu Jan 11 19:24:44 2018
> > New Revision: 327841
> > URL: https://svnweb.freebsd.org/changeset/base/327841
> >
> > Log:
> > Allow MIPS lib32 to build wi
Author: tychon
Date: Mon Jan 15 18:37:03 2018
New Revision: 328011
URL: https://svnweb.freebsd.org/changeset/base/328011
Log:
Provide some mitigation against CVE-2017-5715 by clearing registers
upon returning from the guest which aren't immediately clobbered by
the host. This eradicates any
Author: dim
Date: Mon Jan 15 18:20:15 2018
New Revision: 328010
URL: https://svnweb.freebsd.org/changeset/base/328010
Log:
Pull in r322473 from upstream llvm trunk (by Andrei Elovikov):
[LV] Don't call recordVectorLoopValueForInductionCast for
newly-created IV from a trunc.
Sum
Author: kevans
Date: Mon Jan 15 18:08:01 2018
New Revision: 328009
URL: https://svnweb.freebsd.org/changeset/base/328009
Log:
stand/fdt: Don't leak next_fdtp if we fail to open overlay
MFC after:1 week
X-MFC-With: r327991
Modified:
head/stand/fdt/fdt_loader_cmd.c
Modified: head/
On Mon, Jan 15, 2018 at 09:32:56AM -0800, Nathan Whitehorn wrote:
> That seems fine to me. I don't think a less-clumsy way that does not
> involve extra indirection is possible. The PHYS_TO_DMAP() returning NULL
> is about the best thing I can come up with from a clumsiness standpoint
> since pl
On 01/15/18 09:06, Konstantin Belousov wrote:
On Mon, Jan 15, 2018 at 07:33:01AM -0800, Nathan Whitehorn wrote:
On 01/15/18 03:18, Konstantin Belousov wrote:
On Sun, Jan 14, 2018 at 03:46:38PM -0800, Nathan Whitehorn wrote:
On 01/14/18 15:42, Nathan Whitehorn wrote:
On 01/14/18 09:57, Nath
Author: eadler
Date: Mon Jan 15 17:27:43 2018
New Revision: 328008
URL: https://svnweb.freebsd.org/changeset/base/328008
Log:
units(1): units(1) free savescr in error condition too
CID: 978392
Reviewed by: des
MFC After:1 week
Modified:
head/usr.bin/units/units.c
Modif
On Mon, Jan 15, 2018 at 07:33:01AM -0800, Nathan Whitehorn wrote:
>
>
> On 01/15/18 03:18, Konstantin Belousov wrote:
> > On Sun, Jan 14, 2018 at 03:46:38PM -0800, Nathan Whitehorn wrote:
> >>
> >> On 01/14/18 15:42, Nathan Whitehorn wrote:
> >>>
> >>> On 01/14/18 09:57, Nathan Whitehorn wrote:
>
Author: andrew
Date: Mon Jan 15 16:58:07 2018
New Revision: 328007
URL: https://svnweb.freebsd.org/changeset/base/328007
Log:
Fix booting on some arm64 systems after r327879 by fixing the call to
utf8_to_ucs2 in boot1.efi. We need to initialise the ucs2 output string
so it will allocate spac
Author: ian
Date: Mon Jan 15 16:40:43 2018
New Revision: 328005
URL: https://svnweb.freebsd.org/changeset/base/328005
Log:
Convert the x86 RTC driver to use new validated BCD<->timespec conversions.
New common routines were added to kern/subr_clock.c for converting between
calendrical tim
Author: nwhitehorn
Date: Mon Jan 15 16:08:34 2018
New Revision: 328004
URL: https://svnweb.freebsd.org/changeset/base/328004
Log:
Install the SLB miss trap-handling code in the SLB-based MMU driver set up,
to which it is specific, rather than in the generic AIM startup code. This
will be req
On 01/15/18 03:18, Konstantin Belousov wrote:
On Sun, Jan 14, 2018 at 03:46:38PM -0800, Nathan Whitehorn wrote:
On 01/14/18 15:42, Nathan Whitehorn wrote:
On 01/14/18 09:57, Nathan Whitehorn wrote:
On 01/14/18 09:52, Konstantin Belousov wrote:
On Sun, Jan 14, 2018 at 09:30:53AM -0800, Na
On 15/01/2018 14:25, Konstantin Belousov wrote:
> On Mon, Jan 15, 2018 at 11:20:00AM +, Andriy Gapon wrote:
>> Author: avg
>> Date: Mon Jan 15 11:20:00 2018
>> New Revision: 327996
>> URL: https://svnweb.freebsd.org/changeset/base/327996
>>
>> Log:
>> geom_disk / scsi_da: deny opening write-p
On Mon, Jan 15, 2018 at 11:20:00AM +, Andriy Gapon wrote:
> Author: avg
> Date: Mon Jan 15 11:20:00 2018
> New Revision: 327996
> URL: https://svnweb.freebsd.org/changeset/base/327996
>
> Log:
> geom_disk / scsi_da: deny opening write-protected disks for writing
>
> Ths change consists
Author: avg
Date: Mon Jan 15 11:20:00 2018
New Revision: 327996
URL: https://svnweb.freebsd.org/changeset/base/327996
Log:
geom_disk / scsi_da: deny opening write-protected disks for writing
Ths change consists of two parts.
geom_disk: deny opening a disk for writing if it's marked as
On Sun, Jan 14, 2018 at 03:46:38PM -0800, Nathan Whitehorn wrote:
>
>
> On 01/14/18 15:42, Nathan Whitehorn wrote:
> >
> >
> > On 01/14/18 09:57, Nathan Whitehorn wrote:
> >>
> >>
> >> On 01/14/18 09:52, Konstantin Belousov wrote:
> >>> On Sun, Jan 14, 2018 at 09:30:53AM -0800, Nathan Whitehorn w
Author: tuexen
Date: Mon Jan 15 10:59:04 2018
New Revision: 327995
URL: https://svnweb.freebsd.org/changeset/base/327995
Log:
Add support for decoding the type of a cmsg.
Added:
head/lib/libsysdecode/sysdecode_cmsg_type.3 (contents, props changed)
Modified:
head/lib/libsysdecode/Makefile
On Thu, Jan 11, 2018 at 8:24 PM, John Baldwin wrote:
> Author: jhb
> Date: Thu Jan 11 19:24:44 2018
> New Revision: 327841
> URL: https://svnweb.freebsd.org/changeset/base/327841
>
> Log:
> Allow MIPS lib32 to build with clang.
>
> Don't try to set -march as clang doesn't permit use of the O32
Author: tuexen
Date: Mon Jan 15 08:32:49 2018
New Revision: 327994
URL: https://svnweb.freebsd.org/changeset/base/327994
Log:
Simplify table generation.
Modified:
head/lib/libsysdecode/mktables
Modified: head/lib/libsysdecode/mktables
=
60 matches
Mail list logo