dm: Enable DM_INTEGRITY as module (except on armel) (Closes: #896649)

This commit is contained in:
Ben Hutchings 2018-07-01 01:06:56 +01:00
parent d7f4f21608
commit 6fcfc170b9
3 changed files with 7 additions and 0 deletions

1
debian/changelog vendored
View File

@ -86,6 +86,7 @@ linux (4.17.3-1) UNRELEASED; urgency=medium
* debian/rules.d/scripts/mod/gendef.py: Use Python 3
* debian/rules: Fix pkg.linux.notools build profile
* tracing: Check for no filter when processing event filters (CVE-2018-12714)
* dm: Enable DM_INTEGRITY as module (except on armel) (Closes: #896649)
[ Romain Perier ]
* [x86] amdgpu: Enable DCN 1.0 Raven family (Closes: #901349)

View File

@ -340,6 +340,11 @@ CONFIG_LEDS_NETXBIG=m
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
##
## file: drivers/md/Kconfig
##
# CONFIG_DM_INTEGRITY is not set
##
## file: drivers/mmc/Kconfig
##

View File

@ -1780,6 +1780,7 @@ CONFIG_DM_FLAKEY=m
CONFIG_DM_VERITY=m
CONFIG_DM_SWITCH=m
CONFIG_DM_LOG_WRITES=m
CONFIG_DM_INTEGRITY=m
##
## file: drivers/md/bcache/Kconfig