X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ChangeLog;h=9a29ceba506dc5f04bbe713344f89e86a5cc2d1f;hb=refs%2Fheads%2Fstable-2.0;hp=81792dba1a3c03fa60760763c1bfc796cd8a7452;hpb=ec6661e1184bb60376752b5304489dbf7dd9986e;p=lttng-modules.git diff --git a/ChangeLog b/ChangeLog index 81792dba..9a29ceba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2013-07-11 LTTng modules 2.0.8 + * Fix: ring buffer: get_subbuf() checks should be performed on "consumed" parameter + * Fix: SWITCH_FLUSH new sub-buffer checks + * Fix: ring buffer: handle concurrent update in nested buffer wrap around check + * Fix: handle writes of length 0 + * Fix: ring buffer: RING_BUFFER_FLUSH ioctl buffer corruption + +2013-06-18 LTTng modules 2.0.7 + * Fix build and load against linux-2.6.33.x + * Fix check in lttng_strlen_user_inatomic + * Fix: statedump hang/too early completion due to logic error + * Fix: statedump hang due to incorrect wait/wakeup use + 2012-12-07 LTTng modules 2.0.6 * lib/ringbuffer/frontend_api.h: Include linux/prefetch.h. * Fix warning with 3.6.0 kernel