From d0716f87b4eed91ea74c0a8533ecd9290481b098 Mon Sep 17 00:00:00 2001 From: Daniel Mack Date: Wed, 7 Jan 2015 21:28:00 +0100 Subject: [PATCH] Changelog: update Signed-off-by: Daniel Mack --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog b/Changelog index 2fc3862..262bad1 100644 --- a/Changelog +++ b/Changelog @@ -84,6 +84,12 @@ since v2: * New test case for kernel notification quota + * Switched back to enums for the list of ioctls. This has advantages + for userspace code as gdb, for instance, is able to resolve the + numbers into names. Added features can easily be detected with + autotools, and new iotcls can get #defines as well. Having #defines + for the initial set of ioctls is uncecessary. + since RFC v1: -- 2.34.1