All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] net: pcnet: fix infinite loop and source format
@ 2016-09-29 18:57 P J P
  2016-09-29 18:57 ` [Qemu-devel] [PATCH 1/2] net: pcnet: check rx/tx descriptor ring length P J P
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: P J P @ 2016-09-29 18:57 UTC (permalink / raw)
  To: Qemu Developers; +Cc: Li Qiang, Jason Wang, Prasad J Pandit

From: Prasad J Pandit <pjp@fedoraproject.org>

Hello,

An infinite loop issue in 'pcnet_rdra_addr' routine, caused by zero
receive/transmit descriptor ring length value, was reported by
Mr Li Qiang. One of the patches below fixes this issue. And the other
one corrects indentation and source formatting glitches.

Thank you.

Prasad J Pandit (2):
  net: pcnet: check rx/tx descriptor ring length
  net: pcnet: fix source formatting and indentation

 hw/net/pcnet.c | 125 ++++++++++++++++++++++++++++++---------------------------
 1 file changed, 66 insertions(+), 59 deletions(-)

-- 
2.5.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-10-20  2:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-29 18:57 [Qemu-devel] [PATCH 0/2] net: pcnet: fix infinite loop and source format P J P
2016-09-29 18:57 ` [Qemu-devel] [PATCH 1/2] net: pcnet: check rx/tx descriptor ring length P J P
2016-09-30  3:06   ` Jason Wang
2016-09-30  5:36     ` P J P
2016-10-20  2:03       ` Jason Wang
2016-09-29 18:57 ` [Qemu-devel] [PATCH 2/2] net: pcnet: fix source formatting and indentation P J P
2016-09-30  3:08   ` Jason Wang
2016-09-30  6:50     ` P J P
2016-09-29 19:08 ` [Qemu-devel] [PATCH 0/2] net: pcnet: fix infinite loop and source format no-reply

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.