RE: [PATCH] rapidio/tsi721: fix bug in inbound doorbell handler

2012-03-05 Thread Bounine, Alexandre
On Mon, March 05, 2012 3:37 PM Andrew Morton wrote: > Alexandre Bounine wrote: > > > Fixes queue wrapping bug in Inbound Doorbell handling routine. > > The changelog doesn't describe the user-visible impact of the bug. > Please always include this so that people know whether to backport the > fi

[PATCH] rapidio/tsi721: fix bug in inbound doorbell handler

2012-03-05 Thread Alexandre Bounine
Fixes queue wrapping bug in Inbound Doorbell handling routine. Signed-off-by: Alexandre Bounine Cc: Chul Kim Cc: Matt Porter --- This patch is applicable to kernel version 3.2 and after. drivers/rapidio/devices/tsi721.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --g

Re: [PATCH] rapidio/tsi721: fix bug in inbound doorbell handler

2012-03-05 Thread Andrew Morton
On Mon, 5 Mar 2012 15:33:05 -0500 Alexandre Bounine wrote: > Fixes queue wrapping bug in Inbound Doorbell handling routine. The changelog doesn't describe the user-visible impact of the bug. Please always include this so that people know whether to backport the fix into their kernels, and so t