来自Linux内核的奇怪构建消息

时间:2022-01-08 16:56:19

I was trying to rebuild my kernel after modifying some source files and noticed the following message in the build output:

我在修改一些源文件后尝试重建我的内核,并在构建输出中注意到以下消息:

II: New modules (you've been busy, wipe the poop off your nose)

II:新模块(你一直很忙,从鼻子上擦掉大便)

What is that supposed to mean?

那是什么意思?

What other weirdness awaits me in the Kernel?

在内核中等待我的其他奇怪之处是什么?

2 个解决方案

#1


This error is produced by a module checking script that is part of the kernel build process for Ubuntu. There is actually a bug filed about its inappropriateness.

此错误由模块检查脚本生成,该脚本是Ubuntu内核构建过程的一部分。实际上存在关于其不适当性的错误。

The script checks to see if there are any missing modules from this build compared to previous builds. It is used to catch configuration settings that inadvertently result in any modules not being built (see this post).

该脚本检查此构建中是否存在与先前构建相比缺少的模块。它用于捕获无意中导致任何模块未构建的配置设置(请参阅此文章)。

Your message is an informative one and not an error. It simply means that there have been new modules compiled in this build and should not require any action on your part.

您的消息是信息性的,而不是错误。它只是意味着在此构建中编译了新模块,并且不需要您执行任何操作。

Incidentally, if you're interested in looking at other inappropriate language in the Linux kernel, check out these graphs.

顺便提一下,如果您有兴趣查看Linux内核中的其他不当语言,请查看这些图表。

#2


It's been logged as a bug in Ubuntu:

它已被记录为Ubuntu中的错误:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/316208

#1


This error is produced by a module checking script that is part of the kernel build process for Ubuntu. There is actually a bug filed about its inappropriateness.

此错误由模块检查脚本生成,该脚本是Ubuntu内核构建过程的一部分。实际上存在关于其不适当性的错误。

The script checks to see if there are any missing modules from this build compared to previous builds. It is used to catch configuration settings that inadvertently result in any modules not being built (see this post).

该脚本检查此构建中是否存在与先前构建相比缺少的模块。它用于捕获无意中导致任何模块未构建的配置设置(请参阅此文章)。

Your message is an informative one and not an error. It simply means that there have been new modules compiled in this build and should not require any action on your part.

您的消息是信息性的,而不是错误。它只是意味着在此构建中编译了新模块,并且不需要您执行任何操作。

Incidentally, if you're interested in looking at other inappropriate language in the Linux kernel, check out these graphs.

顺便提一下,如果您有兴趣查看Linux内核中的其他不当语言,请查看这些图表。

#2


It's been logged as a bug in Ubuntu:

它已被记录为Ubuntu中的错误:

https://bugs.launchpad.net/ubuntu/+source/linux/+bug/316208