On Thu, Jan 09, 2025 at 10:49:32PM GMT, Mark Kettenis wrote:
> > Date: Thu, 9 Jan 2025 17:29:38 +0100
> > From: Marcus Glocker
> >
> > On Thu, Jan 09, 2025 at 05:05:14PM GMT, Mark Kettenis wrote:
> >
> > > > Date: Thu, 9 Jan 2025 15:48:29 +0100
> > > > From: Marcus Glocker
> > > >
> > > > Hel
On Thu, Jan 09, 2025 at 07:16:18PM -0500, Ted Ri wrote:
> In acpi.c there is a 100,000 microsecond delay within acpi_reset .
> Further down in acpi_write_pmreg
> there is the following loop:
> retry = (retry + 1) % 10;
>
> 100k microseconds = 1/10 second
> 1/10 second * 100k retries = 10,000 se
In acpi.c there is a 100,000 microsecond delay within acpi_reset .
Further down in acpi_write_pmreg
there is the following loop:
retry = (retry + 1) % 10;
100k microseconds = 1/10 second
1/10 second * 100k retries = 10,000 seconds which is pretty close to 2 hours 47
min.
I’m an infant crawl
> Date: Thu, 9 Jan 2025 17:29:38 +0100
> From: Marcus Glocker
>
> On Thu, Jan 09, 2025 at 05:05:14PM GMT, Mark Kettenis wrote:
>
> > > Date: Thu, 9 Jan 2025 15:48:29 +0100
> > > From: Marcus Glocker
> > >
> > > Hello bugs@, Martin,
> > >
> > > Since a while I am noticing processes hanging on
Hello bugs@, Martin,
Since a while I am noticing processes hanging on my Samsung Galaxy Book4
Edge (arm64/snapdragon-x/12-cores/16gb ram) machine. Those hangs appear
very frequent, which makes it hard to work on the machine since things
like xterm, ssh, man, etc. just suddenly start to hang. If
> Date: Thu, 9 Jan 2025 15:48:29 +0100
> From: Marcus Glocker
>
> Hello bugs@, Martin,
>
> Since a while I am noticing processes hanging on my Samsung Galaxy Book4
> Edge (arm64/snapdragon-x/12-cores/16gb ram) machine. Those hangs appear
> very frequent, which makes it hard to work on the machi
On Thu, Jan 09, 2025 at 05:05:14PM GMT, Mark Kettenis wrote:
> > Date: Thu, 9 Jan 2025 15:48:29 +0100
> > From: Marcus Glocker
> >
> > Hello bugs@, Martin,
> >
> > Since a while I am noticing processes hanging on my Samsung Galaxy Book4
> > Edge (arm64/snapdragon-x/12-cores/16gb ram) machine.