On Fri, Apr 7, 2023 at 9:44 AM Dave Voutila wrote:
...
> Touch longer, but won't generate ktrace noise by blind calls to close(2)
> and also accounts for the other error conditions (EINTR, EIO).
>
> For EIO, not sure yet how we want to handle it other than log it.
>
> For EINTR, we want to accoun
turns out OF_getprop is like memcpy, but sometimes you want something
like strlcpy. this is what OF_getpropstr aims to provide.
i know openfirm.h is used on other archs that don't use fdt as their
backend, but i figure we can port this wrapper over to them as need
demands.
ok?
Index: fdt.c
=
On Fri, Apr 07, 2023 at 12:07:07PM -0400, Dave Voutila wrote:
>
> Dave Voutila writes:
>
> > In vmd, the vmm process forks to create the resulting vm process. After
> > this fork, the vmm parent process closes all the file descriptors
> > pointing to the vm's devices (cdrom, kernel, disks, nics, e
> Date: Fri, 7 Apr 2023 07:58:02 +1000
> From: David Gwynne
>
> the banana pi r2 pro has a usable sata port, but ahci wasnt finding
> anything attached to it.
>
> the fdt glue looked like it assumed the boot loader did a lot of
> work to get things going. however, i havent figured out how to
> c
05.04.2023 03:45, joshua stein пишет:
> acpithinkpad sets up a hard-coded number of temperature sensors and
> doesn't check the result of aml_evalinteger when polling, so for all
> invalid sensors it ends up reporting the value of the previous
> successful sensor check resulting in this (for a m
Dave Voutila writes:
> In vmd, the vmm process forks to create the resulting vm process. After
> this fork, the vmm parent process closes all the file descriptors
> pointing to the vm's devices (cdrom, kernel, disks, nics, etc.).
>
> The logic was a bit funky, so this change relies on the fact
"Theo de Raadt" writes:
> Florian Obser wrote:
>
>> On 2023-04-07 10:51 -04, Dave Voutila wrote:
>> > In vmd, the vmm process forks to create the resulting vm process. After
>> > this fork, the vmm parent process closes all the file descriptors
>> > pointing to the vm's devices (cdrom, kernel
Florian Obser wrote:
> On 2023-04-07 10:51 -04, Dave Voutila wrote:
> > In vmd, the vmm process forks to create the resulting vm process. After
> > this fork, the vmm parent process closes all the file descriptors
> > pointing to the vm's devices (cdrom, kernel, disks, nics, etc.).
> >
> > The l
On 2023-04-07 10:51 -04, Dave Voutila wrote:
> In vmd, the vmm process forks to create the resulting vm process. After
> this fork, the vmm parent process closes all the file descriptors
> pointing to the vm's devices (cdrom, kernel, disks, nics, etc.).
>
> The logic was a bit funky, so this chang
In vmd, the vmm process forks to create the resulting vm process. After
this fork, the vmm parent process closes all the file descriptors
pointing to the vm's devices (cdrom, kernel, disks, nics, etc.).
The logic was a bit funky, so this change relies on the fact we can
attempt the close(2) call a
On 6.4.2023. 22:46, Alexander Bluhm wrote:
> Hi,
>
> When removing these kernel locks from the ARP input path, the machine
> runs stable in my tests. Caller if_netisr() grabs the exclusive
> netlock and that should be sufficent for in_arpinput() and arpcache().
>
> To stress the ARP resolver I r
On Fri, Apr 07, 2023 at 02:35:29PM +0200, Claudio Jeker wrote:
> This diff switches rib_get and rib_add to work on struct pt_entry
> pointers and introduces rib_get_addr() which works like rib_get before.
> I want to use rib_get and rib_add in the flowspec code.
ok tb
This diff switches rib_get and rib_add to work on struct pt_entry
pointers and introduces rib_get_addr() which works like rib_get before.
I want to use rib_get and rib_add in the flowspec code.
Long term I want to push struct pt_entry further out and closer to the
NLRI handling in the input path b
> From: "Theo de Raadt"
> Date: Fri, 07 Apr 2023 05:39:00 -0600
>
> Claudio Jeker wrote:
>
> > On Fri, Apr 07, 2023 at 04:53:52PM +1000, David Gwynne wrote:
> > > ethernet interfaces in device trees can have a "label" property which
> > > is generally used (when it is used) to identify which co
Claudio Jeker wrote:
> On Fri, Apr 07, 2023 at 04:53:52PM +1000, David Gwynne wrote:
> > ethernet interfaces in device trees can have a "label" property which
> > is generally used (when it is used) to identify which connector it is on
> > the case or something like that. eg, eth2 in the turris o
On Fri, Apr 07, 2023 at 04:53:52PM +1000, David Gwynne wrote:
> ethernet interfaces in device trees can have a "label" property which
> is generally used (when it is used) to identify which connector it is on
> the case or something like that. eg, eth2 in the turris omnia device
> tree has 'label =
On Wed, Apr 05, 2023 at 10:54:19AM +0200, Otto Moerbeek wrote:
> Hi,
>
> This is work in progress. I have to think if the flags to kdump I'm
> introducing should be two or a single one.
>
> Currently, malloc.c can be compiled with MALLOC_STATS defined. If run
> with option D it dumps its state t
17 matches
Mail list logo