Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1169560
| From | Pali Rohár <pali.rohar@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation |
| Date | 2015-06-21 13:30 +0200 |
| Message-ID | <pDLBL-3FY-1@gated-at.bofh.it> (permalink) |
| References | <pbWwV-6HX-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
This patch series increase security of suspend and hibernate actions. It allows user to safely wipe crypto keys before suspend and hibernate actions starts without race conditions on userspace process with heavy I/O. To automatically wipe cryto key for <device> before hibernate action call: $ dmsetup message <device> 0 key wipe_on_hibernation To automatically wipe cryto key for <device> before suspend action call: $ dmsetup message <device> 0 key wipe_on_suspend To disable automatic wipe call retain_on_suspend/retain_on_hibernation. Pali Rohár (3): PM suspend/hibernate: Call notifier after freezing processes dm: Export function dm_suspend_md() dm-crypt: Adds support for wiping key when doing suspend/hibernation drivers/md/dm-crypt.c | 126 +++++++++++++++++++++++++++++++++++++++++++--- drivers/md/dm.c | 6 +++ drivers/md/dm.h | 5 ++ include/linux/suspend.h | 2 + kernel/power/hibernate.c | 2 + kernel/power/suspend.c | 4 +- 6 files changed, 136 insertions(+), 9 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 13:30 +0200 [PATCH v2 2/3] dm: Export function dm_suspend_md() Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 13:30 +0200 [PATCH v2 3/3] dm-crypt: Adds support for wiping key when doing suspend/hibernation Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 13:30 +0200 [PATCH v2 1/3] PM suspend/hibernate: Call notifier after freezing processes Pali Rohár <pali.rohar@gmail.com> - 2015-06-21 13:30 +0200
csiph-web