From a79f56f8f882fde034f813a28c5605ed0a839d93 Mon Sep 17 00:00:00 2001 From: johann Date: Mon, 8 Sep 2008 12:22:00 +0000 Subject: [PATCH] Branch b1_8_gate b=16972 i=rread i=nathan ptlrpc_at_recv_early_reply() should not modify req->rq_repmsg because it can be accessed by reply_in_callback() without the rq_lock held. --- lustre/ChangeLog | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/lustre/ChangeLog b/lustre/ChangeLog index fe353c9..c386c6b 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -46,9 +46,9 @@ Severity : enhancement Bugzilla : 16845 Description: Allow OST glimpses to return PW locks -Severity : minor -Bugzilla : 16717 -Description: LBUG when llog conf file is full +Severity : minor +Bugzilla : 16717 +Description: LBUG when llog conf file is full Details : When llog bitmap is full, ENOSPC should be returned for plain log. @@ -571,6 +571,14 @@ Details : FIEMAP ioctl will allow an application to efficiently fetch the extent information of a file. It can be used to map logical blocks in a file to physical blocks in the block device. +Severity : normal +Frequency : only with adaptive timeout enabled +Bugzilla : 16972 +Description: DEBUG_REQ() bad paging request +Details : ptlrpc_at_recv_early_reply() should not modify req->rq_repmsg + because it can be accessed by reply_in_callback() without the + rq_lock held. + ------------------------------------------------------------------------------- -- 1.8.3.1