Hi Randall,
On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote:
> Author: rrs
> Date: Wed Jul 18 22:49:53 2018
> New Revision: 336465
> URL: https://svnweb.freebsd.org/changeset/base/336465
>
> Log:
> Bump the ICMP echo limits to match the RFC
>
[...]
Just wonder, are there any practical r
Author: royger
Date: Thu Jul 19 07:39:35 2018
New Revision: 336469
URL: https://svnweb.freebsd.org/changeset/base/336469
Log:
xen: add PVHv2 entry point
The PVHv2 entry point is fairly similar to the multiboot1 one. The
kernel is started in protected mode with paging disabled. More
info
Author: royger
Date: Thu Jul 19 07:54:45 2018
New Revision: 336470
URL: https://svnweb.freebsd.org/changeset/base/336470
Log:
xen: remove direct usage of HYPERVISOR_start_info
HYPERVISOR_start_info is only available to PV and PVHv1 guests, HVM
and PVHv2 guests get this data from HVM param
Author: royger
Date: Thu Jul 19 07:58:24 2018
New Revision: 336471
URL: https://svnweb.freebsd.org/changeset/base/336471
Log:
xen: do not limit PV console usage to PV guests
The Xen PV console is also available to HVM and PVHv2 guests, so don't
limit the console usage to PV guests only.
Author: royger
Date: Thu Jul 19 08:00:52 2018
New Revision: 336472
URL: https://svnweb.freebsd.org/changeset/base/336472
Log:
xen: attach the PV CPU if no CPU device is present
When booted as PVHv2, there's no ACPI CPU object, so attach the PV CPU
device in order to take it's place.
Author: royger
Date: Thu Jul 19 08:13:41 2018
New Revision: 336473
URL: https://svnweb.freebsd.org/changeset/base/336473
Log:
xen: allow very early initialization of the hypercall page
Allow the hypercall page to be initialized very early, even before
vtophys is functional. Also make the
Author: royger
Date: Thu Jul 19 08:44:52 2018
New Revision: 336474
URL: https://svnweb.freebsd.org/changeset/base/336474
Log:
xen: implement early init helper for PVHv2
In order to setup an initial environment and jump into the generic
hammer_time initialization function. Some of the code
On 18.07.2018 18:15, Kyle Evans wrote:
> Thanks again for the update! For some reason with 2.6, I'm seeing
> hourly (+/- a minute or two) disconnects:
>
> Jul 18 08:16:47 shiva wpa_supplicant[63771]: wlan0:
> CTRL-EVENT-DISCONNECTED bssid=... reason=1 locally_generated=1
> Jul 18 08:16:47 shiva ke
On Thu, Jul 19, 2018 at 11:48:03AM +0300, Andrey V. Elsukov wrote:
> ...
> Yesterday I updated my notebook (with iwm(4)) and also noticed that
> wi-fi connection periodically breaks. /etc/rc.d/wpa_supplicant restart
> wlan0 helps. After your message I reinstalled wpa_supplicant from old
> source an
Author: royger
Date: Thu Jul 19 10:14:52 2018
New Revision: 336475
URL: https://svnweb.freebsd.org/changeset/base/336475
Log:
xen: add missing file from r336474
Added:
head/sys/xen/interface/arch-x86/hvm/start_info.h (contents, props changed)
Added: head/sys/xen/interface/arch-x86/hvm/star
Author: manu
Date: Thu Jul 19 11:27:11 2018
New Revision: 336476
URL: https://svnweb.freebsd.org/changeset/base/336476
Log:
arm: Implement cpu_est_clockrate for armv[67]
Modified:
head/sys/arm/arm/machdep.c
head/sys/arm/include/pcpu.h
Modified: head/sys/arm/arm/machdep.c
==
Author: manu
Date: Thu Jul 19 11:28:14 2018
New Revision: 336477
URL: https://svnweb.freebsd.org/changeset/base/336477
Log:
kern_cpu: When adding abs frequency allow for unordered insertion
Keep the list ordered as some code assume that it is but allow for
unordered cf_settings sets.
Mod
Author: manu
Date: Thu Jul 19 11:31:49 2018
New Revision: 336478
URL: https://svnweb.freebsd.org/changeset/base/336478
Log:
cpufreq_dt: Add operating-points-v2 support
Oppv2 add more flexibility on regulator value for the core voltage amongst
other new thing.
For now only shared opp tab
Author: manu
Date: Thu Jul 19 11:41:53 2018
New Revision: 336479
URL: https://svnweb.freebsd.org/changeset/base/336479
Log:
fdt_pinctrl: Add some TSLOG annotations
While we see the time spent in the pin controller attach via the hooks in
DEVICE_ATTACH, it is useful to see the time spent c
On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev wrote:
> On Thu, Jul 19, 2018 at 11:48:03AM +0300, Andrey V. Elsukov wrote:
>> ...
>> Yesterday I updated my notebook (with iwm(4)) and also noticed that
>> wi-fi connection periodically breaks. /etc/rc.d/wpa_supplicant restart
>> wlan0 helps. Afte
> On 19. Jul 2018, at 03:12, Maxim Konovalov wrote:
>
> Hi Randall,
>
> On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote:
>
>> Author: rrs
>> Date: Wed Jul 18 22:49:53 2018
>> New Revision: 336465
>> URL: https://svnweb.freebsd.org/changeset/base/336465
>>
>> Log:
>> Bump the ICMP echo
[ sending this again since I missed the list the first time, apologies
if anyone receives a duplicate ]
On 07/19/18 13:57, Kyle Evans wrote:
On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev wrote:
On Thu, Jul 19, 2018 at 11:48:03AM +0300, Andrey V. Elsukov wrote:
...
Yesterday I updated my
Author: br
Date: Thu Jul 19 12:56:54 2018
New Revision: 336480
URL: https://svnweb.freebsd.org/changeset/base/336480
Log:
Add a GCC 7.1.0 no-error warning flag.
This is required to build libdevdctl.
Note this flag is not required for GCC 8.1.0.
Sponsored by: DARPA, AFRL
Modified:
Author: 0mp (ports committer)
Date: Thu Jul 19 12:58:10 2018
New Revision: 336481
URL: https://svnweb.freebsd.org/changeset/base/336481
Log:
Update mentor and mentee information.
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differential Revision:https://reviews.freebsd.
Author: br
Date: Thu Jul 19 13:02:29 2018
New Revision: 336482
URL: https://svnweb.freebsd.org/changeset/base/336482
Log:
PROFILE, TESTS and CXX build options are no longer broken for RISC-V.
Sponsored by: DARPA, AFRL
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.
Author: 0mp (ports committer)
Date: Thu Jul 19 13:09:29 2018
New Revision: 336483
URL: https://svnweb.freebsd.org/changeset/base/336483
Log:
Describe how to prevent *.core files from being created using ulimit.
While here, pet mandoc.
Reviewed by: eadler (previous revision), jilles (p
On Thu, 19 Jul 2018, 08:09-0400, Michael Tuexen wrote:
> > On 19. Jul 2018, at 03:12, Maxim Konovalov
> > wrote:
> >
> > Hi Randall,
> >
> > On Wed, 18 Jul 2018, 22:49-, Randall Stewart wrote:
> >
> >> Author: rrs
> >> Date: Wed Jul 18 22:49:53 2018
> >> New Revision: 336465
> >> URL: https:
In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas
Zeising w
rites:
> [ sending this again since I missed the list the first time, apologies
> if anyone receives a duplicate ]
>
> On 07/19/18 13:57, Kyle Evans wrote:
> > On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev wrote
On 07/19/18 15:20, Cy Schubert wrote:
In message <2f0ab2c2-b7cc-3dae-2d65-ea3c4a951...@daemonic.se>, Niclas
Zeising w
rites:
[ sending this again since I missed the list the first time, apologies
if anyone receives a duplicate ]
On 07/19/18 13:57, Kyle Evans wrote:
On Thu, Jul 19, 2018 at 4:51
On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising
wrote:
> [ sending this again since I missed the list the first time, apologies if
> anyone receives a duplicate ]
>
>
> On 07/19/18 13:57, Kyle Evans wrote:
>>
>> On Thu, Jul 19, 2018 at 4:51 AM, Alexey Dokuchaev
>> wrote:
>>>
>>> On Thu, Jul 19, 2
On 2018-07-19 12:58:10, Mateusz Piotrowski wrote:
Author: 0mp (ports committer)
Date: Thu Jul 19 12:58:10 2018
New Revision: 336481
URL: https://svnweb.freebsd.org/changeset/base/336481
Log:
Update mentor and mentee information.
Reviewed by: mat (mentor)
Approved by: mat (mentor)
Differ
In message
, Kyle Evans writes:
> On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising
> wrote:
> > [ sending this again since I missed the list the first time, apologies if
> > anyone receives a duplicate ]
> >
> >
> > On 07/19/18 13:57, Kyle Evans wrote:
> >>
> >> On Thu, Jul 19, 2018 at 4:51 AM, Al
> Author: royger
> Date: Thu Jul 19 10:14:52 2018
> New Revision: 336475
> URL: https://svnweb.freebsd.org/changeset/base/336475
>
> Log:
> xen: add missing file from r336474
>
> Added:
> head/sys/xen/interface/arch-x86/hvm/start_info.h (contents, props changed)
>
> Added: head/sys/xen/int
In message
, Kyle Evans writes:
> On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising
> wrote:
> > [ sending this again since I missed the list the first time, apologies if
> > anyone receives a duplicate ]
> >
> >
> > On 07/19/18 13:57, Kyle Evans wrote:
> >>
> >> On Thu, Jul 19, 2018 at 4:51 AM, Al
Author: bde
Date: Thu Jul 19 14:24:48 2018
New Revision: 336484
URL: https://svnweb.freebsd.org/changeset/base/336484
Log:
Oops, r336412 undid the fix of the overflow threshold in r323003. Restore
the previous overflow threshold and adjust comments.
Modified:
head/lib/msun/src/s_csqrtl.c
On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote:
> In message il.com>
>
> , Kyle Evans writes:
> > On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising
> >
> > wrote:
> > > [ sending this again since I missed the list the first time, apologies
> > > if
> > > anyone receives a duplicate
Author: bde
Date: Thu Jul 19 15:04:10 2018
New Revision: 336488
URL: https://svnweb.freebsd.org/changeset/base/336488
Log:
Fix spurious and extra underflows and resulting inaccuracies for some cases
with 1 huge component and 1 tiny (but nowhere near denormal) component.
Rescale earlier so th
Author: cem
Date: Thu Jul 19 16:03:20 2018
New Revision: 336489
URL: https://svnweb.freebsd.org/changeset/base/336489
Log:
newsyslog.8: Remove cutesy nonsense
Sponsored by: Dell EMC Isilon
Modified:
head/usr.sbin/newsyslog/newsyslog.8
Modified: head/usr.sbin/newsyslog/newsyslog.8
==
On Thu, Jul 19, 2018 at 07:02:08AM -0700, Rodney W. Grimes wrote:
> > Author: royger
> > Date: Thu Jul 19 10:14:52 2018
> > New Revision: 336475
> > URL: https://svnweb.freebsd.org/changeset/base/336475
> >
> > Log:
> > xen: add missing file from r336474
> >
> > Added:
> > head/sys/xen/interf
Author: alc
Date: Thu Jul 19 17:01:10 2018
New Revision: 336491
URL: https://svnweb.freebsd.org/changeset/base/336491
Log:
Revert r329254. The underlying cause for the copy-on-write problem in
multithreaded programs that was addressed by r329254 was in the
implementation of pmap_enter() on
Author: andrew
Date: Thu Jul 19 17:13:46 2018
New Revision: 336492
URL: https://svnweb.freebsd.org/changeset/base/336492
Log:
Stop writing past the end of the buffer in the msgget_limit test. The value
in i is already correct to write to the last item in the buf array.
Obtained from:
> Author: br
> Date: Thu Jul 19 13:02:29 2018
> New Revision: 336482
> URL:
> https://svnweb.freebsd.org/changeset/base/336482
>
>
> Log:
> PROFILE, TESTS and CXX build options are no longer broken for RISC-V.
>
> . . .
https://ci.freebsd.org/job/FreeBSD-head-riscv64-build/9580/consoleText (
On Thu, Jul 19, 2018 at 10:38:00 -0700, Mark Millard wrote:
> > Author: br
> > Date: Thu Jul 19 13:02:29 2018
> > New Revision: 336482
> > URL:
> > https://svnweb.freebsd.org/changeset/base/336482
> >
> >
> > Log:
> > PROFILE, TESTS and CXX build options are no longer broken for RISC-V.
> >
>
Author: dim
Date: Thu Jul 19 18:44:10 2018
New Revision: 336497
URL: https://svnweb.freebsd.org/changeset/base/336497
Log:
Fix powl, cpow, cpowf, and cpowl imports from OpenBSD
This is a follow-up to r336299.
* lib/msun/Makefile:
. Remove polevll.c
* lib/msun/ld80/e_powl.c:
Author: kib
Date: Thu Jul 19 19:03:18 2018
New Revision: 336498
URL: https://svnweb.freebsd.org/changeset/base/336498
Log:
When reporting an error, print the errno value.
Sponsored by: The FreeBSD Foundation
MFC after:3 days
Modified:
head/sys/kern/imgact_elf.c
Modified: head/sys/
Author: cy
Date: Thu Jul 19 19:04:30 2018
New Revision: 336499
URL: https://svnweb.freebsd.org/changeset/base/336499
Log:
MFV: r336485
Address: hostapd: Avoid key reinstallation in FT handshake
Obtained from:https://w1.fi/security/2017-1/\
rebased-v2.6-0001-host
Author: dim
Date: Thu Jul 19 19:07:25 2018
New Revision: 336500
URL: https://svnweb.freebsd.org/changeset/base/336500
Log:
Revert r336497 for now, as it breaks on architectures using gcc, with:
cc1: warnings being treated as errors
/usr/src/lib/msun/src/s_cpow.c: In function 'cpow':
/us
Did this issue get resolved?
On 6/8/2018 11:37 AM, Konstantin Belousov wrote:
> On Fri, Jun 08, 2018 at 02:30:10PM -0400, Mark Johnston wrote:
>> On Fri, Jun 08, 2018 at 08:37:55PM +0300, Konstantin Belousov wrote:
>>> On Thu, Jun 07, 2018 at 11:02:29PM -0700, Ryan Libby wrote:
On Thu, Jun 7,
Author: cy
Date: Thu Jul 19 19:22:26 2018
New Revision: 336501
URL: https://svnweb.freebsd.org/changeset/base/336501
Log:
MFV: r336486
Prevent reinstallation of an already in-use group key.
Upline git commit cb5132bb35698cc0c743e34fe0e845dfc4c3e410.
Obtained from:https://w1.f
Author: cy
Date: Thu Jul 19 19:32:08 2018
New Revision: 336502
URL: https://svnweb.freebsd.org/changeset/base/336502
Log:
MFV r336487:
Import upline security patch: Extend protection of GTK/IGTK
reinstallation of WNM-Sleep Mode cases. This git commit
87e2db16bafcbc60b8d0016175814a73c1e
Author: tuexen
Date: Thu Jul 19 19:33:42 2018
New Revision: 336503
URL: https://svnweb.freebsd.org/changeset/base/336503
Log:
Whitespace changes due to change if ident.
Modified:
head/sys/netinet/sctp.h
head/sys/netinet/sctp_asconf.c
head/sys/netinet/sctp_asconf.h
head/sys/netinet/sctp_
To the best of my understanding, the underlying race condition within
the assert has not been solved. I've worked around it for now by
simply removing the assert, but that's just a workaround to keep my
development going.
- Justin
On Thu, Jul 19, 2018 at 2:09 PM Bryan Drewery wrote:
>
> Did this
Author: markj
Date: Thu Jul 19 19:50:42 2018
New Revision: 336504
URL: https://svnweb.freebsd.org/changeset/base/336504
Log:
Provide the full module path to preload_delete_name().
The basename will never match against the preload metadata, so these
calls previously had no effect.
Rev
On Thu, Jul 19, 2018 at 07:33:43PM +, Michael Tuexen wrote:
> New Revision: 336503
> URL: https://svnweb.freebsd.org/changeset/base/336503
>
> Log:
> Whitespace changes due to change if ident.
Was it reviewed? Commit log does not answer this not does it explain
why these changes are good.
On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote:
> > +++ head/sys/netinet/sctp_asconf.cThu Jul 19 19:33:42 2018
> > (r336503)
> > static struct mbuf *
> > -sctp_asconf_error_response(uint32_t id, uint16_t cause, uint8_t *error_tlv,
> > +sctp_asconf_error_response(uint32_t id,
Author: markj
Date: Thu Jul 19 20:00:28 2018
New Revision: 336505
URL: https://svnweb.freebsd.org/changeset/base/336505
Log:
Have preload_delete_name() free pages backing preloaded data.
On i386 and amd64, add a vm_phys segment for physical memory used to
store the kernel binary and other
Author: markj
Date: Thu Jul 19 20:11:08 2018
New Revision: 336507
URL: https://svnweb.freebsd.org/changeset/base/336507
Log:
Delete an XXX comment addressed by r336505.
X-MFC with: r336505
Sponsored by: The FreeBSD Foundation
Modified:
head/sys/kern/link_elf_obj.c
Modified: head/sys
Author: cy
Date: Thu Jul 19 20:10:34 2018
New Revision: 336506
URL: https://svnweb.freebsd.org/changeset/base/336506
Log:
MFV r336490:
Prevent installation of an all-zero TK.
This is also upline git commit 53bb18cc8b7a4da72e47e4b3752d0d2135cffb23.
Obtained from:https://w1.fi/
These changes mostly seem like style regressions, rather than
improvements. (Not to mention, largescale churn like this makes it
more difficult for future readers to research history (confusing tools
like "git/svn blame").)
On Thu, Jul 19, 2018 at 12:33 PM, Michael Tuexen wrote:
> Author: tuexen
Author: tuexen
Date: Thu Jul 19 20:11:14 2018
New Revision: 336508
URL: https://svnweb.freebsd.org/changeset/base/336508
Log:
Revert https://svnweb.freebsd.org/changeset/base/336503
since I also ran the export script with different parameters.
Modified:
head/sys/netinet/sctp.h
head/sys/ne
Author: jhibbits
Date: Thu Jul 19 20:13:33 2018
New Revision: 336509
URL: https://svnweb.freebsd.org/changeset/base/336509
Log:
Merge the md_page structs for AIM and Book-E into a single unioned struct
Summary:
Ports like sysutils/lsof troll through kernel structures, and
therefore incl
Author: cy
Date: Thu Jul 19 20:14:33 2018
New Revision: 336510
URL: https://svnweb.freebsd.org/changeset/base/336510
Log:
MFV r336493:
Fix PTK rekeying to generate a new ANonce.
This is also upline git commit 0adc9b28b39d414d5febfff752f6a1576f785c85.
This commit is a NOP, just changi
> On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote:
>
> On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote:
>>> +++ head/sys/netinet/sctp_asconf.cThu Jul 19 19:33:42 2018
>>> (r336503)
>>> static struct mbuf *
>>> -sctp_asconf_error_response(uint32_t id, uint16_t cause, uint8
Author: tuexen
Date: Thu Jul 19 20:16:33 2018
New Revision: 336511
URL: https://svnweb.freebsd.org/changeset/base/336511
Log:
Whitespace changes due to changes in ident.
Modified:
head/sys/netinet/sctp.h
head/sys/netinet/sctp_asconf.c
head/sys/netinet/sctp_asconf.h
head/sys/netinet/sctp
Author: cy
Date: Thu Jul 19 20:18:13 2018
New Revision: 336512
URL: https://svnweb.freebsd.org/changeset/base/336512
Log:
MFV r336494:
TDLS: Reject TPK-TK reconfiguration.
This is also upline git commmit ff89af96e5a35c86f50330d2b86c18323318a60c.
Once again this is a NOP as this is a
On Thu, 2018-07-19 at 13:12 -0700, Devin Teske wrote:
> >
> > On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote:
> >
> > On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote:
> > >
> > > >
> > > > +++ head/sys/netinet/sctp_asconf.cThu Jul 19 19:33:42 2018
> > > > (r336503)
> > >
On Thu, Jul 19, 2018 at 01:12:19PM -0700, Devin Teske wrote:
> > On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote:
> > ...
> > "usually" may be true of freebsd, but most places I've worked consider
> > the * (and & in c++) to be more associated with the type being declared
> > than with the variable
Author: cy
Date: Thu Jul 19 20:20:43 2018
New Revision: 336513
URL: https://svnweb.freebsd.org/changeset/base/336513
Log:
MFV r336495:
Another props change. The real work was done by r324696. We're simply
syncing up with the vendor branch again.
mport upline security patch: WNM: Ign
Author: jhibbits
Date: Thu Jul 19 20:22:46 2018
New Revision: 336514
URL: https://svnweb.freebsd.org/changeset/base/336514
Log:
ofwfb: Check for /chosen/stdout-path in addition to /chosen/stdout
Some platforms use /chosen/stdout-path as the property containing the path to
the stdout node,
Author: cy
Date: Thu Jul 19 20:23:27 2018
New Revision: 336515
URL: https://svnweb.freebsd.org/changeset/base/336515
Log:
MFV r336496:
A props change to sync up with the vendor branch. The real work was
done by r324696.
FILS: Do not allow multiple (Re)Association Response frames.
T
> On 19. Jul 2018, at 16:11, Conrad Meyer wrote:
>
> These changes mostly seem like style regressions, rather than
> improvements. (Not to mention, largescale churn like this makes it
> more difficult for future readers to research history (confusing tools
> like "git/svn blame").)
We have upstr
On Thu, Jul 19, 2018 at 04:23:27PM -0400, Michael Tuexen wrote:
> > On 19. Jul 2018, at 16:11, Conrad Meyer wrote:
> > These changes mostly seem like style regressions, rather than
> > improvements. (Not to mention, largescale churn like this makes it
> > more difficult for future readers to rese
> On 19. Jul 2018, at 16:12, Devin Teske wrote:
>
>
>> On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote:
>>
>> On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote:
+++ head/sys/netinet/sctp_asconf.cThu Jul 19 19:33:42 2018
(r336503)
static struct mbuf *
-sc
> On Jul 19, 2018, at 1:18 PM, Ian Lepore wrote:
>
> On Thu, 2018-07-19 at 13:12 -0700, Devin Teske wrote:
>>>
>>> On Jul 19, 2018, at 12:59 PM, Ian Lepore wrote:
>>>
>>> On Thu, 2018-07-19 at 19:53 +, Alexey Dokuchaev wrote:
>
> +++ head/sys/netinet/sctp_asconf.cThu J
Isn't stdout-path supposed to contain a string rather than an ihandle?
This code assumes it is an ihandle (or xref phandle), which I think is
wrong.
-Nathan
On 07/19/18 13:22, Justin Hibbits wrote:
Author: jhibbits
Date: Thu Jul 19 20:22:46 2018
New Revision: 336514
URL: https://svnweb.freebsd
Seems like some bad decisions have been made with regards to naming...
e.g. https://lkml.org/lkml/2018/6/25/784
On Thu, Jul 19, 2018 at 3:26 PM, Nathan Whitehorn
wrote:
> Isn't stdout-path supposed to contain a string rather than an ihandle? This
> code assumes it is an ihandle (or xref phandle),
Oh wow. That's just... horrific.
Here, it is a string:
https://github.com/open-power/petitboot/blob/master/utils/hooks/30-dtb-updates.c#L560
So I think this code needs to accept both.
-Nathan
On 07/19/18 13:38, Kyle Evans wrote:
Seems like some bad decisions have been made with regards to nami
On Thu, 19 Jul 2018 15:38:49 -0500
Kyle Evans wrote:
> Seems like some bad decisions have been made with regards to naming...
> e.g. https://lkml.org/lkml/2018/6/25/784
See this thread too :
http://lists.infradead.org/pipermail/linux-arm-kernel/2018-June/584613.html
They did bad things.
It s
> On 19. Jul 2018, at 16:27, Alexey Dokuchaev wrote:
>
> On Thu, Jul 19, 2018 at 04:23:27PM -0400, Michael Tuexen wrote:
>>> On 19. Jul 2018, at 16:11, Conrad Meyer wrote:
>>> These changes mostly seem like style regressions, rather than
>>> improvements. (Not to mention, largescale churn like
> On Thu, Jul 19, 2018 at 07:02:08AM -0700, Rodney W. Grimes wrote:
> > > Author: royger
> > > Date: Thu Jul 19 10:14:52 2018
> > > New Revision: 336475
> > > URL: https://svnweb.freebsd.org/changeset/base/336475
> > >
> > > Log:
> > > xen: add missing file from r336474
> > >
> > > Added:
> > >
Author: jhibbits
Date: Thu Jul 19 21:06:58 2018
New Revision: 336517
URL: https://svnweb.freebsd.org/changeset/base/336517
Log:
Revert r336509. Fails buildworld.
I had naively assumed that building kernel would be sufficient to test that
the header is sane. However, it turns out this no
In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman"
writes:
> On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote:
> > In message > il.com>
> >
> > , Kyle Evans writes:
> > > On Thu, Jul 19, 2018 at 7:13 AM, Niclas Zeising
> > >
> > > wrote:
> > > > [ sending this ag
On Thu, 2018-07-19 at 13:49 -0700, Rodney W. Grimes wrote:
> >
> > On Thu, Jul 19, 2018 at 07:02:08AM -0700, Rodney W. Grimes wrote:
> > >
> > > >
> > > > Author: royger
> > > > Date: Thu Jul 19 10:14:52 2018
> > > > New Revision: 336475
> > > > URL: https://svnweb.freebsd.org/changeset/base/336
In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert
writes:
> In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman"
> writes:
> > On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote:
> > > In message > > il.com>
> > >
> > > , Kyle Evans writes:
> > >
Author: manu
Date: Thu Jul 19 21:58:06 2018
New Revision: 336519
URL: https://svnweb.freebsd.org/changeset/base/336519
Log:
Raise the size of L3 table for early devmap on arm64
Some driver (like efifb) needs to map more than the current L2_SIZE
Raise the size so we can map the framebuffer
Author: manu
Date: Thu Jul 19 21:59:52 2018
New Revision: 336520
URL: https://svnweb.freebsd.org/changeset/base/336520
Log:
arm64: Add vt_efifb to GENERIC
We can now have efifb being setup correctly.
Enjoy video output on some boards when you couldn't before.
Tested-On: Pine64
Tes
On Wed, 2018-07-18 at 10:12 +, Hans Petter Selasky wrote:
> Author: hselasky
> Date: Wed Jul 18 10:12:53 2018
> New Revision: 336451
> URL: https://svnweb.freebsd.org/changeset/base/336451
>
> Log:
> Update version information for the mlx5 and mlx5en(4) modules.
>
> While at it bump som
On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert wrote:
> In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert
> writes:
>> In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman"
>> writes:
>> > On Thursday, July 19, 2018 4:54:42 PM EEST Cy Schubert wrote:
>> > > In m
You're right. I'm an idiot. I compiled but didn't try booting.
Fixing it after I fix the build.
- Justin
On Thu, Jul 19, 2018 at 3:37 PM Nathan Whitehorn wrote:
>
> Isn't stdout-path supposed to contain a string rather than an ihandle?
> This code assumes it is an ihandle (or xref phandle), whi
Author: imp
Date: Thu Jul 19 23:54:18 2018
New Revision: 336524
URL: https://svnweb.freebsd.org/changeset/base/336524
Log:
Note big endian arm removal.
Modified:
head/UPDATING
Modified: head/UPDATING
==
--- head/UPDA
Author: ian
Date: Thu Jul 19 23:55:29 2018
New Revision: 336525
URL: https://svnweb.freebsd.org/changeset/base/336525
Log:
Make it possible to run ntpd as a non-root user, add ntpd uid and gid.
Code analysis and runtime analysis using truss(8) indicate that the only
privileged operations
On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote:
> On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert
> wrote:
>> In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert
>> writes:
>>> In message <17042686.mc0x0p6...@asus.theweb.org.ua>, "Oleg V. Nauman"
>>> writes:
>>> > On Thursday
On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote:
> On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote:
> > On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert
> > wrote:
> >> In message <201807192114.w6jleapa097...@slippy.cwsent.com>, Cy Schubert
> >> writes:
> >>> In message <17042686.mc0x0p
Author: ian
Date: Fri Jul 20 00:44:04 2018
New Revision: 336526
URL: https://svnweb.freebsd.org/changeset/base/336526
Log:
Add ntpd to the list of users/groups to check before installing.
Modified:
head/Makefile.inc1
Modified: head/Makefile.inc1
==
On Thu, Jul 19, 2018 at 7:32 PM, Shawn Webb wrote:
> On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote:
>> On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote:
>> > On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert
>> > wrote:
>> >> In message <201807192114.w6jleapa097...@slippy.cwsent.com>,
In message
, Kyle Evans writes:
> On Thu, Jul 19, 2018 at 7:32 PM, Shawn Webb wrot
> e:
> > On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote:
> >> On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote:
> >> > On Thu, Jul 19, 2018 at 4:33 PM, Cy Schubert
> wrote:
> >> >> In message <20180
https://ci.freebsd.org/job/FreeBSD-head-sparc64-build/8759/consoleText shows
( -r336526 ):
--
>>> Kernel build for GENERIC completed on Fri Jul 20 00:58:39 UTC 2018
--
+ cd /usr/
On Thu, Jul 19, 2018 at 7:57 PM, Cy Schubert wrote:
> In message il.com>
> , Kyle Evans writes:
>> On Thu, Jul 19, 2018 at 7:32 PM, Shawn Webb wrot
>> e:
>> > On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote:
>> >> On Thu, Jul 19, 2018 at 6:21 PM, Kyle Evans wrote:
>> >> > On Thu, Jul
In message
, Kyle Evans writes:
> On Thu, Jul 19, 2018 at 7:57 PM, Cy Schubert wrot
> e:
> > In message > il.com>
> > , Kyle Evans writes:
> >> On Thu, Jul 19, 2018 at 7:32 PM, Shawn Webb w
> rot
> >> e:
> >> > On Thu, Jul 19, 2018 at 07:24:46PM -0500, Kyle Evans wrote:
> >> >> On Thu, Jul 19,
On Thu, 2018-07-19 at 18:13 -0700, Mark Millard wrote:
> https://ci.freebsd.org/job/FreeBSD-head-sparc64-build/8759/consoleTex
> t shows
> ( -r336526 ):
>
> --
> >
> > >
> > > >
> > > > Kernel build for GENERIC completed on Fri Jul 20
Author: cem
Date: Fri Jul 20 01:51:05 2018
New Revision: 336527
URL: https://svnweb.freebsd.org/changeset/base/336527
Log:
cryptocheck: Correct mismatch between OpenSSL use and OCF Blake2
This corrects a mistake introduced to the cryptocheck tool in r331418.
Our CRYPTO_BLAKE2B and CRYP
Author: cy
Date: Fri Jul 20 01:53:28 2018
New Revision: 336528
URL: https://svnweb.freebsd.org/changeset/base/336528
Log:
Revert r336501. It was a of the wrong rev from the vendor branch.
Modified:
head/contrib/wpa/src/rsn_supp/wpa.c
Modified: head/contrib/wpa/src/rsn_supp/wpa.c
On 2018-07-19 18:55, Ian Lepore wrote:
> On Wed, 2018-07-18 at 10:12 +, Hans Petter Selasky wrote:
>> Author: hselasky
>> Date: Wed Jul 18 10:12:53 2018
>> New Revision: 336451
>> URL: https://svnweb.freebsd.org/changeset/base/336451
>>
>> Log:
>> Update version information for the mlx5 and m
On Thu, Jul 19, 2018 at 8:53 PM, Cy Schubert wrote:
> Author: cy
> Date: Fri Jul 20 01:53:28 2018
> New Revision: 336528
> URL: https://svnweb.freebsd.org/changeset/base/336528
>
> Log:
> Revert r336501. It was a of the wrong rev from the vendor branch.
>
I updated my diff @ https://people.free
Author: cy
Date: Fri Jul 20 02:04:10 2018
New Revision: 336529
URL: https://svnweb.freebsd.org/changeset/base/336529
Log:
MFV: r336486
Prevent reinstallation of an already in-use group key.
Upline git commit cb5132bb35698cc0c743e34fe0e845dfc4c3e410.
Obtained from:https://w1.f
1 - 100 of 113 matches
Mail list logo