Re: Programmatically cache line

2018-01-01 Thread blubee blubeeme
On Tue, Jan 2, 2018 at 12:26 AM, Ian Lepore wrote: > On Mon, 2018-01-01 at 12:36 +0200, Konstantin Belousov wrote: > > On Mon, Jan 01, 2018 at 06:52:37AM +, David Chisnall wrote: > > > > > > On 1 Jan 2018, at 05:09, Adrian Chadd wrote: > > > > > > >

more fallout from removal of lint

2018-01-01 Thread Don Lewis
Since lint was removed from 12.0-CURRENT, it is not possible to build 11.1-STABLE on a 12.0-CURRENT host, but I was able to work around that by copying /usr/bin/true to /usr/bin/lint. Unfortunately, that trick doesn't work when updating a 11.1-STABLE poudriere jail on a 12.0-CURRENT host. ===>

Re: panic: invalid bcd 194

2018-01-01 Thread Ian Lepore
On Mon, 2018-01-01 at 09:54 +0100, Matthias Apitz wrote: > El día domingo, diciembre 31, 2017 a las 10:19:50a. m. -0700, Ian Lepore > escribió: > > > > > > > > > I will let the C720 over night under power while sitting in the boot menu, > > > maybe this will fix the RTC battery issue. > > > >

Re: SVN r327444 breaks current build

2018-01-01 Thread Oleksandr Tymoshenko
Ian Lepore (i...@freebsd.org) wrote: > On Sun, 2017-12-31 at 15:53 -0800, Oleksandr Tymoshenko wrote: > > Nathan Whitehorn (nwhiteh...@freebsd.org) wrote: > > > > > > > > > > > > On 12/31/17 14:22, Oleksandr Tymoshenko wrote: > > > > > > > > Michael Butler (i...@protected-networks.net) wrote:

Re: Problem with C11 _Atomic

2018-01-01 Thread Konstantin Belousov
On Mon, Jan 01, 2018 at 09:47:40PM +0100, Pierre DAVID wrote: > Hi, > > I'm on a recent current: > FreeBSD biceps.ma.maison 12.0-CURRENT FreeBSD 12.0-CURRENT #2 r327239: > Wed Dec 27 18:25:46 CET 2017 > p...@biceps.ma.maison:/usr/obj/usr/src/amd64.amd64/sys/BICEPS amd64 > > with clang

Problem with C11 _Atomic

2018-01-01 Thread Pierre DAVID
Hi, I'm on a recent current: FreeBSD biceps.ma.maison 12.0-CURRENT FreeBSD 12.0-CURRENT #2 r327239: Wed Dec 27 18:25:46 CET 2017 p...@biceps.ma.maison:/usr/obj/usr/src/amd64.amd64/sys/BICEPS amd64 with clang 5.0.1: FreeBSD clang version 5.0.1 (tags/RELEASE_501/final 320880) (based

Re: panic: invalid bcd 194

2018-01-01 Thread Ian Lepore
On Mon, 2018-01-01 at 10:12 +0100, Matthias Apitz wrote: > El día lunes, enero 01, 2018 a las 09:57:23a. m. +0100, Kurt Jaeger escribió: > > > > > Hi! > > > > > > > > For the moment we solved the issue by booting some older r28 > > > memstick, writing a correct date with ntpdate into the

Re: Programmatically cache line

2018-01-01 Thread Ian Lepore
On Mon, 2018-01-01 at 12:36 +0200, Konstantin Belousov wrote: > On Mon, Jan 01, 2018 at 06:52:37AM +, David Chisnall wrote: > > > > On 1 Jan 2018, at 05:09, Adrian Chadd wrote: > > > > > > > > > On 30 December 2017 at 00:28, Konstantin Belousov wrote: > > > > > >

Re: Programmatically cache line

2018-01-01 Thread Konstantin Belousov
On Mon, Jan 01, 2018 at 06:52:37AM +, David Chisnall wrote: > On 1 Jan 2018, at 05:09, Adrian Chadd wrote: > > > > On 30 December 2017 at 00:28, Konstantin Belousov > > wrote: > >> On Sat, Dec 30, 2017 at 07:50:19AM +, blubee blubeeme wrote:

Re: panic: invalid bcd 194

2018-01-01 Thread Matthias Apitz
El día lunes, enero 01, 2018 a las 09:57:23a. m. +0100, Kurt Jaeger escribió: > Hi! > > > For the moment we solved the issue by booting some older r28 > > memstick, writing a correct date with ntpdate into the RTC and rebooted > > without poweroff. It seems that the RTC survives even some

Re: panic: invalid bcd 194

2018-01-01 Thread Kurt Jaeger
Hi! > For the moment we solved the issue by booting some older r28 > memstick, writing a correct date with ntpdate into the RTC and rebooted > without poweroff. It seems that the RTC survives even some short > powercyle. > > The CMOS battery is soldered on the motherboard of the Acer C720,

Re: panic: invalid bcd 194

2018-01-01 Thread Matthias Apitz
El día domingo, diciembre 31, 2017 a las 10:19:50a. m. -0700, Ian Lepore escribió: > > I will let the C720 over night under power while sitting in the boot menu, > > maybe this will fix the RTC battery issue. > > > > Last time I worked on RTC stuff, cleaning this up got put on my "to-do > some

Re: Programmatically cache line

2018-01-01 Thread David Chisnall
On 1 Jan 2018, at 05:09, Adrian Chadd wrote: > > On 30 December 2017 at 00:28, Konstantin Belousov wrote: >> On Sat, Dec 30, 2017 at 07:50:19AM +, blubee blubeeme wrote: >>> Is there some way to programmatically get the CPU cache line sizes on