Josh Poimboeuf writes:
> Objtool uses over 512k of stack, thanks to the hash table embedded in
> the objtool_file struct. This causes an unnecessarily large stack
> allocation and breaks users with low stack limits.
>
> Move the struct off the stack.
>
> Fixes: 042ba73fe7eb ("objtool: Add severa
Hello,
After a "regular" system update (pacman -Syu) new kernel and firmware
packages were installed on this machine[1] (The exact version of the
kernel/firmware may be a red-herring given sporadic and non bisectable
(at this point) nature of the problem)
The system failed to come up after a rebo
moos...@gmail.com writes:
> Hello,
>
> Trying to make Linux consume as little(or less) power as OS X does on
> this Mac mini (as measured by watt meter that sits between the box and
> the power outlet) led me to the following sequence of commands:
>
Here's a better one, the one that is actually b
Hello,
Trying to make Linux consume as little(or less) power as OS X does on
this Mac mini (as measured by watt meter that sits between the box and
the power outlet) led me to the following sequence of commands:
[..start script..]
#!/bin/sh
set -e
test "$(id -u)" != "0" && exec sudo "$0" "$@"
ec
4 matches
Mail list logo