search for: chayang

Displaying 10 results from an estimated 10 matches for "chayang".

Did you mean: chayan
2013 Jul 18
0
[PATCH 03/10] virtio: console: clean up port data immediately at time of unplug
...ce_del at ffffffff813440c7 -------------------8<--------------------------------------- So clean up when we have all the context, and all that's left to do when the references to the port have dropped is to free up the port struct itself. CC: <stable at vger.kernel.org> Reported-by: chayang <chayang at redhat.com> Reported-by: YOGANANTH SUBRAMANIAN <anantyog at in.ibm.com> Reported-by: FuXiangChun <xfu at redhat.com> Reported-by: Qunfang Zhang <qzhang at redhat.com> Reported-by: Sibiao Luo <sluo at redhat.com> Signed-off-by: Amit Shah <amit.shah at red...
2013 Jul 25
0
[PATCH v3 3/9] virtio: console: clean up port data immediately at time of unplug
...ce_del at ffffffff813440c7 -------------------8<--------------------------------------- So clean up when we have all the context, and all that's left to do when the references to the port have dropped is to free up the port struct itself. CC: <stable at vger.kernel.org> Reported-by: chayang <chayang at redhat.com> Reported-by: YOGANANTH SUBRAMANIAN <anantyog at in.ibm.com> Reported-by: FuXiangChun <xfu at redhat.com> Reported-by: Qunfang Zhang <qzhang at redhat.com> Reported-by: Sibiao Luo <sluo at redhat.com> Signed-off-by: Amit Shah <amit.shah at red...
2013 Jul 19
2
[PATCH 03/10] virtio: console: clean up port data immediately at time of unplug
...--------------8<--------------------------------------- > > So clean up when we have all the context, and all that's left to do when > the references to the port have dropped is to free up the port struct > itself. > > CC: <stable at vger.kernel.org> > Reported-by: chayang <chayang at redhat.com> > Reported-by: YOGANANTH SUBRAMANIAN <anantyog at in.ibm.com> > Reported-by: FuXiangChun <xfu at redhat.com> > Reported-by: Qunfang Zhang <qzhang at redhat.com> > Reported-by: Sibiao Luo <sluo at redhat.com> > Signed-off-by: Amit...
2013 Jul 19
2
[PATCH 03/10] virtio: console: clean up port data immediately at time of unplug
...--------------8<--------------------------------------- > > So clean up when we have all the context, and all that's left to do when > the references to the port have dropped is to free up the port struct > itself. > > CC: <stable at vger.kernel.org> > Reported-by: chayang <chayang at redhat.com> > Reported-by: YOGANANTH SUBRAMANIAN <anantyog at in.ibm.com> > Reported-by: FuXiangChun <xfu at redhat.com> > Reported-by: Qunfang Zhang <qzhang at redhat.com> > Reported-by: Sibiao Luo <sluo at redhat.com> > Signed-off-by: Amit...
2013 Jul 18
16
[PATCH 00/10] virtio: console: fixes for races with port unplug
Hello, This series fixes a few races with port unplug and the various file operations: read(), write(), close() and poll(). There still might be more races lurking, but testing this series looks good to at least solve the easily-triggerable ones. I've run the virtio-serial testsuite and a few open/close/unplug tests, and haven't seen any badness. I've marked these patches for
2013 Jul 18
16
[PATCH 00/10] virtio: console: fixes for races with port unplug
Hello, This series fixes a few races with port unplug and the various file operations: read(), write(), close() and poll(). There still might be more races lurking, but testing this series looks good to at least solve the easily-triggerable ones. I've run the virtio-serial testsuite and a few open/close/unplug tests, and haven't seen any badness. I've marked these patches for
2013 Jul 25
18
[PATCH v3 0/9] virtio: console: fixes for bugs and races with unplug
Hello, This series fixes a few bugs and races with port unplug and the various file operations: read(), write() and close(). I started coding up an alternative locking mechanism based on the discussion earlier in this series, but some of what we already have has to remain, and the new code is sufficiently different, so I'd rather it bakes for a while, and I ensure there are no regressions
2013 Jul 25
18
[PATCH v3 0/9] virtio: console: fixes for bugs and races with unplug
Hello, This series fixes a few bugs and races with port unplug and the various file operations: read(), write() and close(). I started coding up an alternative locking mechanism based on the discussion earlier in this series, but some of what we already have has to remain, and the new code is sufficiently different, so I'd rather it bakes for a while, and I ensure there are no regressions
2013 Jul 19
12
[PATCH v2 00/11] virtio: console: fixes for port unplug
Hello, This series fixes a few bugs and races with port unplug and the various file operations: read(), write(), close() and poll(). There still might be more races lurking, but testing this series looks good to at least solve the easily-triggerable ones. I've run the virtio-serial testsuite and a few open/close/unplug tests, and haven't seen any badness. I've marked these patches
2013 Jul 19
12
[PATCH v2 00/11] virtio: console: fixes for port unplug
Hello, This series fixes a few bugs and races with port unplug and the various file operations: read(), write(), close() and poll(). There still might be more races lurking, but testing this series looks good to at least solve the easily-triggerable ones. I've run the virtio-serial testsuite and a few open/close/unplug tests, and haven't seen any badness. I've marked these patches