Linux 6.9에서 LUKS suspend 관련 이슈 발생.
Linux 6.9 이후로 노트북이 suspend될 때 LUKS 디스크 암호화 키가 메모리에 남아 오류가 발생하는 문제가 확인되었습니다. 이는 블록 디바이스 접근 리팩터링과 암호화 코드 간의 예상치 못한 상호작용 때문입니다. 개발자는 간단한 수정으로 이 문제를 해결할 수 있는 방법을 제안하고 있습니다.
Issue with LUKS suspend in Linux 6.9 leaving encryption key in memory.
An issue has been identified in Linux 6.9 where the LUKS encryption key remains in memory when a laptop is suspended. This problem arises from unexpected interactions between block device access refactoring and encryption code. A proposed fix is suggested by developers, which could potentially resolve this critical security issue.