Re: [PATCH] objtool: Move objtool_file struct off the stack

2019-03-14 Thread moosotc
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

ACPI, software suspend, power consumption, EFI, crashing

2019-03-13 Thread moosotc
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

Re: Energy consumption oddity on a Mac-Mini

2016-02-13 Thread moosotc
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

Energy consumption oddity on a Mac-Mini

2016-02-12 Thread moosotc
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