Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1483503
| From | "Martin K. Petersen" <martin.petersen@oracle.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 0/3] wireless: Use complete() instead complete_all() |
| Date | 2016-09-14 19:30 +0200 |
| Message-ID | <shmau-3Iu-19@gated-at.bofh.it> (permalink) |
| References | <sgRJo-7Xu-11@gated-at.bofh.it> |
| Organization | Oracle Corporation |
>>>>> "Daniel" == Daniel Wagner <wagi@monom.org> writes: Daniel> Using complete_all() is not wrong per se but it suggest that Daniel> there might be more than one waiter. For -rt I am reviewing all Daniel> complete_all() users and would like to leave only the real ones Daniel> in the tree. The main problem for -rt about complete_all() is Daniel> that it can be uses inside IRQ context and that can lead to Daniel> unbounded amount work inside the interrupt handler. That is a no Daniel> no for -rt. Daniel> The patches grouped per subsystem and in small batches to allow Daniel> reviewing. Applied to 4.9/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH 0/3] wireless: Use complete() instead complete_all() Daniel Wagner <wagi@monom.org> - 2016-09-13 11:00 +0200
[PATCH 1/3] csiostor: fix completion usage Daniel Wagner <wagi@monom.org> - 2016-09-13 11:00 +0200
Re: [PATCH 1/3] csiostor: fix completion usage Christoph Hellwig <hch@infradead.org> - 2016-09-14 09:30 +0200
[PATCH 2/3] sym53c8xx_2: use complete() instead complete_all() Daniel Wagner <wagi@monom.org> - 2016-09-13 11:00 +0200
[PATCH 3/3] virtio_scsi: use complete() instead complete_all() Daniel Wagner <wagi@monom.org> - 2016-09-13 11:00 +0200
Re: [PATCH 3/3] virtio_scsi: use complete() instead complete_all() Christoph Hellwig <hch@infradead.org> - 2016-09-14 09:30 +0200
Re: [PATCH 0/3] wireless: Use complete() instead complete_all() "Martin K. Petersen" <martin.petersen@oracle.com> - 2016-09-14 19:30 +0200
csiph-web