All of lore.kernel.org
 help / color / mirror / Atom feed
* review request
@ 2013-11-26 18:28 Damian, Alexandru
  2013-12-05 15:27 ` Paul Eggleton
  0 siblings, 1 reply; 20+ messages in thread
From: Damian, Alexandru @ 2013-11-26 18:28 UTC (permalink / raw)
  To: toaster@yoctoproject.org, Paul Eggleton

[-- Attachment #1: Type: text/plain, Size: 500 bytes --]

Hello,

I have a set of patches for review on:

http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=toaster/master

The last one, edb12586c27ccddb054737ee6e081f663e2c60da, is pretty invasive
as it
changes the package storage model, from different tables for target and
build packages,
to a single table.

Can you please review and comment on this patchset? and let me know
whenever it's ok to submit upstream ?

Cheers,
Alex


-- 
Alex Damian
Yocto Project
SSG / OTC

[-- Attachment #2: Type: text/html, Size: 840 bytes --]

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Review Request
@ 2020-06-08 14:46 Divya Indi
  2020-06-09  7:03 ` Leon Romanovsky
  0 siblings, 1 reply; 20+ messages in thread
From: Divya Indi @ 2020-06-08 14:46 UTC (permalink / raw)
  To: linux-kernel, linux-rdma, Jason Gunthorpe, Kaike Wan
  Cc: Gerd Rausch, Håkon Bugge, Srinivas Eeda, Rama Nichanamatlu,
	Doug Ledford

[PATCH v3] IB/sa: Resolving use-after-free in ib_nl_send_msg

Hi,

Please review the patch that follows. 

v3 addresses the previously raised concerns. Changes include -

1. To resolve the race where the timer can kick in before request
has been sent out, we now add the request to the list after sending out
the request.

2. To handle the race where the response can come in before we got a 
chance to add the req to the list, sending and adding the request to
request list is done under spinlock - request_lock.

3. To make sure there is no blocking op/delay while holding the spinlock,
using GFP_NOWAIT for memory allocation.

Thanks Jason for providing your valuable feedback. 

Let me know if you have any suggestions or concerns.

Thanks,
Divya

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Review Request
@ 2020-05-14 15:11 Divya Indi
  0 siblings, 0 replies; 20+ messages in thread
From: Divya Indi @ 2020-05-14 15:11 UTC (permalink / raw)
  To: linux-kernel, linux-rdma, Jason Gunthorpe, Kaike Wan
  Cc: Gerd Rausch, Håkon Bugge, Srinivas Eeda, Rama Nichanamatlu,
	Doug Ledford

[PATCH v2] IB/sa: Resolving use-after-free in ib_nl_send_msg.

Hi,

This is the v2 of the patch that addresses the comments received for v1 -

- Using atomic bit ops for setting and testing IB_SA_NL_QUERY_SENT.
- Rewording and adding comments.


Thanks,
Divya

^ permalink raw reply	[flat|nested] 20+ messages in thread
* Review Request
@ 2015-09-16 18:09 Adam C. Emerson
  2015-09-16 18:31 ` Gregory Farnum
  0 siblings, 1 reply; 20+ messages in thread
From: Adam C. Emerson @ 2015-09-16 18:09 UTC (permalink / raw)
  To: Ceph Developers

Creators of the Storage Squid,

If you're interested in less use of the allocator, you are interested in
Context* elimination. If so, please review the top two commits on the
wip-decontextualization branch of:

https://github.com/cohortfsllc/cohortfs-ceph

They provide an enhanced version of std::function that allows you to
specify how much space gets preallocated for function objects or disable
allocation entirely.

Also, I have two pull requests, wip-cxx11time and wip-cxx11concurrency
that pass check on which I would appreciate any feedback.

Thank you, Comrades!

^ permalink raw reply	[flat|nested] 20+ messages in thread
* review request
@ 2013-05-03 20:54 Elso Andras
  2013-05-03 20:58 ` Sage Weil
  0 siblings, 1 reply; 20+ messages in thread
From: Elso Andras @ 2013-05-03 20:54 UTC (permalink / raw)
  To: ceph-devel

Hi,

Before i send the pull request, please review this commits:
https://github.com/Elbandi/ceph/compare/master...wip-getlayout

Elbandi

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

end of thread, other threads:[~2020-06-09 15:44 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-26 18:28 review request Damian, Alexandru
2013-12-05 15:27 ` Paul Eggleton
2013-12-05 18:18   ` Damian, Alexandru
2013-12-06 11:44     ` Paul Eggleton
2013-12-06 13:45       ` Barros Pena, Belen
2013-12-09 10:40         ` Damian, Alexandru
2013-12-09 13:50           ` Barros Pena, Belen
2013-12-06 10:57   ` Barros Pena, Belen
2013-12-09 14:03   ` Damian, Alexandru
  -- strict thread matches above, loose matches on Subject: below --
2020-06-08 14:46 Review Request Divya Indi
2020-06-09  7:03 ` Leon Romanovsky
2020-06-09 15:44   ` Divya Indi
2020-05-14 15:11 Divya Indi
2015-09-16 18:09 Adam C. Emerson
2015-09-16 18:31 ` Gregory Farnum
2015-09-16 19:06   ` Adam C. Emerson
2015-09-16 22:15     ` John Spray
2015-09-17 16:19       ` Adam C. Emerson
2013-05-03 20:54 review request Elso Andras
2013-05-03 20:58 ` Sage Weil

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.