Re: HEADS-UP: ASLR for 64-bit executables enabled by default on main

2021-12-10 Thread Mark Johnston
On Fri, Dec 10, 2021 at 06:35:47PM +0100, Marcin Wojtas wrote: > Hi Daniel > > > pt., 10 gru 2021 o 10:16 Daniel O'Connor napisał(a): > > > > > > > > > On 17 Nov 2021, at 09:00, Marcin Wojtas wrote: > > > As of b014e0f15bc7 the ASLR (Address Space Layout > > > Randomization) feature becomes

Re: HEADS-UP: ASLR for 64-bit executables enabled by default on main

2021-12-10 Thread Marcin Wojtas
Hi Daniel pt., 10 gru 2021 o 10:16 Daniel O'Connor napisał(a): > > > > > On 17 Nov 2021, at 09:00, Marcin Wojtas wrote: > > As of b014e0f15bc7 the ASLR (Address Space Layout > > Randomization) feature becomes enabled for the all 64-bit > > binaries by default. > > Firstly, thank your for your

Re: 14-current: unable to boot after upgrade (installworld)

2021-12-10 Thread Chris
On 2021-12-10 08:01, Michael Gmelin wrote: On 10. Dec 2021, at 16:57, Chris wrote: On 2021-12-09 05:36, Sergey V. Dyatko wrote: Hi, Yesterday I tried to upgrade old 13-current (svn rev r368473) to fresh 14-current from git,it looked like this: 1) git pull https://git.freebsd.org/src.git

Re: Panic: Page Fault in Kernel: Yesterday's CURRENT

2021-12-10 Thread Larry Rosenman
14-2021_12_07-1217 - - 1.87G 2021-12-07 12:17 14-2021_12_09-1957 NR / 121G 2021-12-09 19:57 If that's any help On 12/10/2021 10:36 am, Alexander Motin wrote: Hi Larry, This looks like some use-after-free or otherwise corrupted callout

Re: Panic: Page Fault in Kernel: Yesterday's CURRENT

2021-12-10 Thread Alexander Motin
Hi Larry, This looks like some use-after-free or otherwise corrupted callout structure. Unfortunately the backtrace does not tell what was the callout. When was the previous update to look what could change? On 10.12.2021 11:24, Larry Rosenman wrote: > FreeBSD borg.lerctr.org 14.0-CURRENT

Re: 14-current: unable to boot after upgrade (installworld)

2021-12-10 Thread Toomas Soome via freebsd-current
> On 9. Dec 2021, at 20:54, Sergey Dyatko wrote: > > tiger@dl:~ % gpart show > > | > =>40 3907029088 da4 GPT (1.8T) > 4010241 freebsd-boot (512K) >1064 984 - free - (492K) >2048

Panic: Page Fault in Kernel: Yesterday's CURRENT

2021-12-10 Thread Larry Rosenman
FreeBSD borg.lerctr.org 14.0-CURRENT FreeBSD 14.0-CURRENT #15 main-n251537-ab639f2398b: Thu Dec 9 19:45:37 CST 2021 r...@borg.lerctr.org:/usr/obj/usr/src/amd64.amd64/sys/LER-MINIMAL amd64 VMCORE *IS* available. Unread portion of the kernel message buffer: kernel trap 12 with

Re: 14-current: unable to boot after upgrade (installworld)

2021-12-10 Thread Michael Gmelin
> On 10. Dec 2021, at 16:57, Chris wrote: > > On 2021-12-09 05:36, Sergey V. Dyatko wrote: >> Hi, >> Yesterday I tried to upgrade old 13-current (svn rev r368473) to fresh >> 14-current from git,it looked like this: >> 1) git pull https://git.freebsd.org/src.git /usr/src >> 2) cd /usr/src ;

Re: 14-current: unable to boot after upgrade (installworld)

2021-12-10 Thread Chris
On 2021-12-09 05:36, Sergey V. Dyatko wrote: Hi, Yesterday I tried to upgrade old 13-current (svn rev r368473) to fresh 14-current from git,it looked like this: 1) git pull https://git.freebsd.org/src.git /usr/src 2) cd /usr/src ; make buildworld; make kernel Not sure you didn't actually do

Re: HEADS-UP: ASLR for 64-bit executables enabled by default on main

2021-12-10 Thread Daniel O'Connor via freebsd-current
> On 17 Nov 2021, at 09:00, Marcin Wojtas wrote: > As of b014e0f15bc7 the ASLR (Address Space Layout > Randomization) feature becomes enabled for the all 64-bit > binaries by default. Firstly, thank your for your efforts here, it is appreciated :) I am finding that the lang/sdcc port is

Re: CURRENT: llvm13 seem to miscompile dns/bind916 (9.16.23)

2021-12-10 Thread Daniel O'Connor via freebsd-current
> On 25 Nov 2021, at 18:50, FreeBSD User wrote: > > Running CURRENT (FreeBSD 14.0-CURRENT #7 main-n250911-a11983366ea7: Mon Nov > 22 18:17:54 > CET 2021 amd64) troubles me with our DNS server/service. > Aproximately the same time we switched on CURRENT to the CURRENT LLVM13 > version and

Too many warnings for world and kernel for 13 stable

2021-12-10 Thread Rozhuk Ivan
Hi! There was a lot warning during build wold and kernel in past with clang 13, but with clang 14 to many warnings. Probably commiters will find some time to fix it? I spent some time to fix/supress warnings for world, exept contrib and stand parts. This patch is not to merge, it is to show