[arch-dev-public] linux 3.16 in [testing]
Hi, just released 3.16 kernel to [testing] repository. Only r8168 binary module did not build. Please take a look at it.
greetings tpowa
On 4 August 2014 10:38, Tobias Powalowski tobias.powalowski@googlemail.com wrote:
Hi, just released 3.16 kernel to [testing] repository. Only r8168 binary module did not build. Please take a look at it.
Fixed r8168.
It's also worth mentioning that we no longer change the default console loglevel to 4 (= quiet). This makes the boot screen a bit noisy which is solvable with the 'quiet' kernel argument.
Am 04.08.2014 um 12:35 schrieb Evangelos Foutras:
On 4 August 2014 10:38, Tobias Powalowski tobias.powalowski@googlemail.com wrote:
Hi, just released 3.16 kernel to [testing] repository. Only r8168 binary module did not build. Please take a look at it.
Fixed r8168.
It's also worth mentioning that we no longer change the default console loglevel to 4 (= quiet). This makes the boot screen a bit noisy which is solvable with the 'quiet' kernel argument.
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
so no change here. greetings tpowa
On Mon, Aug 4, 2014 at 12:58 PM, Tobias Powalowski tobias.powalowski@googlemail.com wrote:
It's also worth mentioning that we no longer change the default console loglevel to 4 (= quiet). This makes the boot screen a bit noisy which is solvable with the 'quiet' kernel argument.
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
so no change here.
Wrong; that setting doesn't affect the default console log level, but the log level used for printk statements without a level. It also defaults to 4.
In order to make "quiet" the default you need to patch it again. However, note that the CONSOLE_LOGLEVEL_DEFAULT define was moved to include/linux/printk.h.
Am 04.08.2014 um 21:30 schrieb Jan Alexander Steffens:
On Mon, Aug 4, 2014 at 12:58 PM, Tobias Powalowski tobias.powalowski@googlemail.com wrote:
It's also worth mentioning that we no longer change the default console loglevel to 4 (= quiet). This makes the boot screen a bit noisy which is solvable with the 'quiet' kernel argument.
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
so no change here.
Wrong; that setting doesn't affect the default console log level, but the log level used for printk statements without a level. It also defaults to 4.
In order to make "quiet" the default you need to patch it again. However, note that the CONSOLE_LOGLEVEL_DEFAULT define was moved to include/linux/printk.h.
Fixed in 3.16-2 package.
greetings tpowa
participants (3)
-
Evangelos Foutras
-
Jan Alexander Steffens
-
Tobias Powalowski