blk-mq: Enable IOSCHED_BFQ as module (Closes: #869028); enable BFQ_GROUP_IOSCHED

This commit is contained in:
Ben Hutchings 2017-08-12 22:35:11 +01:00
parent e16a8acf8a
commit bea6941301
2 changed files with 4 additions and 0 deletions

2
debian/changelog vendored
View File

@ -38,6 +38,8 @@ linux (4.12.6-1) UNRELEASED; urgency=medium
* [x86] sound: Enable SND_X86; enable HDMI_LPE_AUDIO as module
(Closes: #869372)
* blk-mq: Change MQ_IOSCHED_KYBER from built-in to module
* blk-mq: Enable IOSCHED_BFQ as module (Closes: #869028); enable
BFQ_GROUP_IOSCHED
[ Salvatore Bonaccorso ]
* packet: fix tp_reserve race in packet_set_ring (CVE-2017-1000111)

View File

@ -38,6 +38,8 @@ CONFIG_DEFAULT_CFQ=y
## end choice
CONFIG_MQ_IOSCHED_DEADLINE=y
CONFIG_MQ_IOSCHED_KYBER=m
CONFIG_IOSCHED_BFQ=m
CONFIG_BFQ_GROUP_IOSCHED=y
##
## file: block/partitions/Kconfig