Re: diff: init efifb even if VGA is probed.

2020-02-21 Thread Jonathan Gray
On Fri, Feb 21, 2020 at 02:09:07PM +0900, YASUOKA Masahiko wrote: > Hello, > > I am testing a new hardware, HPE DL20 Gen10. > > When efiboot starts the kernel, the video display becomes distorted > and never recovered until CPU reset. > > Our kernel tries to initialized console twice, first

efiboot, serial port order

2020-02-21 Thread YASUOKA Masahiko
Hi, efiboot is using ACPI UID to determine the minor number of comX. In sys/arch/amd64/stand/efiboot/efiboot.c: 646 for (i = 0; i < sz / sizeof(EFI_HANDLE); i++) { 647 /* 648 * Identify port number of the handle. This assumes ACPI 649

Re: diff: init efifb even if VGA is probed.

2020-02-21 Thread Andrew Daugherity
On Thu, Feb 20, 2020 at 11:10 PM YASUOKA Masahiko wrote: > Hello, > > I am testing a new hardware, HPE DL20 Gen10. > > When efiboot starts the kernel, the video display becomes distorted > and never recovered until CPU reset. > [...] > On HPE DL20 Gen10, probing vga is succeeded on first trial,

tcpdump: fix crash with invalid usb packets

2020-02-21 Thread Jasper Lievisse Adriaanse
Hi, When using -X/-x/-A with tcpdump on a packet where sizeof(*uph) is larger than 'length' we end up passing a negative value as the length to default_print(), which wraps around and suddenly we're attempting to print 4294976281 elements. Found with AFL. OK? Index: print-usbpcap.c

Re: iked.conf.5: Provide GRE tunnel in transport mode example

2020-02-21 Thread Jason McIntyre
On Sat, Feb 22, 2020 at 12:26:01AM +0100, Klemens Nanni wrote: > On Fri, Feb 21, 2020 at 10:28:50PM +, Jason McIntyre wrote: > > it should be "a gre tunnel", not "an" > Sure, leftover from previous wording/reshuffling. > > > > +.Xr gre 4 > > > +tunnel from the local machine A to peer D using

Re: iked.conf.5: Provide GRE tunnel in transport mode example

2020-02-21 Thread Klemens Nanni
On Fri, Feb 21, 2020 at 10:28:50PM +, Jason McIntyre wrote: > it should be "a gre tunnel", not "an" Sure, leftover from previous wording/reshuffling. > > +.Xr gre 4 > > +tunnel from the local machine A to peer D using FQDN based public key > > probably s/the local machine A/local machine A/

Re: iked.conf.5: Provide GRE tunnel in transport mode example

2020-02-21 Thread Jason McIntyre
On Fri, Feb 21, 2020 at 11:12:24PM +0100, Klemens Nanni wrote: > tobhe recently committed transport mode support, so here's an example > that hopefully providea good starting point for users wanting to set up > encrypted tunnels. > > Feedback? OK? > hi. feedback inline. > > Index: iked.conf.5

iked.conf.5: Provide GRE tunnel in transport mode example

2020-02-21 Thread Klemens Nanni
tobhe recently committed transport mode support, so here's an example that hopefully providea good starting point for users wanting to set up encrypted tunnels. Feedback? OK? Index: iked.conf.5 === RCS file:

Re: [patch] config(8) and KARL usage

2020-02-21 Thread Vitaliy Makkoveev
> On 19 Feb 2020, at 20:51, Martin Pieuchot wrote: > > On 19/02/20(Wed) 14:13, Vitaliy Makkoveev wrote: >> On Wed, Jan 17, 2018 at 11:40:24AM +0100, Martin Pieuchot wrote: >>> Hello Sebastien, >>> >>> On 17/01/18(Wed) 10:19, Sebastien Marie wrote: [...] kernel modification is

Re: amd64: use ffs2 for filesystems created by install

2020-02-21 Thread Matthias Schmidt
Hi Otto, * Otto Moerbeek wrote: > > Diff below fixes the issue. Snap with it is uploaded. You should be > able to upgrade yor test with it. Did the same series of tests again with your updated snap. Worked as expected! Big thanks for the update and ... cheers Matthias

Re: amd64: use ffs2 for filesystems created by install

2020-02-21 Thread Mark Kettenis
> Date: Fri, 21 Feb 2020 11:36:19 +0100 > From: Otto Moerbeek > > On Thu, Feb 20, 2020 at 09:02:32PM +0100, Otto Moerbeek wrote: > > > On Thu, Feb 20, 2020 at 08:20:13PM +0100, Otto Moerbeek wrote: > > > > > On Thu, Feb 20, 2020 at 07:48:25PM +0100, Otto Moerbeek wrote: > > > > > > > On Thu,

Re: amd64: use ffs2 for filesystems created by install

2020-02-21 Thread Otto Moerbeek
On Thu, Feb 20, 2020 at 09:02:32PM +0100, Otto Moerbeek wrote: > On Thu, Feb 20, 2020 at 08:20:13PM +0100, Otto Moerbeek wrote: > > > On Thu, Feb 20, 2020 at 07:48:25PM +0100, Otto Moerbeek wrote: > > > > > On Thu, Feb 20, 2020 at 07:27:55PM +0100, Matthias Schmidt wrote: > > > > > > > Hi