Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(4798)

Issue 164290045: i#1547 Added secondary tables for 13 syscalls (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 5 months ago by Maxim Shudrak
Modified:
7 years, 2 months ago
Reviewers:
zhaoqin, bruening
CC:
drmemory-devs_googlegroups.com
Base URL:
https://drmemory.googlecode.com/svn/trunk
Visibility:
Public.

Description

i#1547 Added secondary tables for 13 syscalls Added secondary tables for 13 syscalls which are used undocumented enumerations. NtSetVolumeInformationFile; NtAlpcQueryInformation NtAlpcQueryInformationMessage; NtAlpcSetInformation NtQueryInformationEnlistment; NtQueryInformationResourceManager; NtQueryInformationTransaction; NtQueryInformationTransactionManager NtSetInformationEnlistment NtSetInformationResourceManager NtSetInformationTransaction NtSetInformationTransactionManager NtSetTimerEx BUG=1547 R=zhaoqin@google.com Committed: https://code.google.com/p/drmemory/source/detail?r=2109

Patch Set 1 : #

Patch Set 2 : fixed bug with unknown syscall adding in the secondary table #

Total comments: 12

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4950 lines, -4555 lines) Patch
M drsyscall/drsyscall_windows.c View 1 2 8 chunks +21 lines, -13 lines 0 comments Download
M drsyscall/table_windows_ntoskrnl.c View 1 1 chunk +3507 lines, -3545 lines 0 comments Download
M drsyscall/table_windows_ntoskrnl_infoclass.c View 1 1 chunk +1422 lines, -997 lines 0 comments Download

Messages

Total messages: 14
Maxim Shudrak
Added secondary tables for 13 syscalls. PTAL
9 years, 5 months ago (2014-10-31 20:23:45 UTC) #1
bruening
Maybe best for load balancing if Qin takes this one too. On Fri, Oct 31, ...
9 years, 5 months ago (2014-11-04 17:57:05 UTC) #2
zhaoqin
hmm, did not see that email, will review it now. On Tue, Nov 4, 2014 ...
9 years, 5 months ago (2014-11-07 16:35:19 UTC) #3
zhaoqin
LGTM assuming the entries are correct. Why do we use &sysnum_... in the other review ...
9 years, 5 months ago (2014-11-10 04:30:04 UTC) #4
bruening
On Sun, Nov 9, 2014 at 11:30 PM, <zhaoqin@google.com> wrote: > LGTM assuming the entries ...
9 years, 5 months ago (2014-11-10 19:05:20 UTC) #5
zhaoqin
On 2014/11/10 19:05:20, bruening wrote: > On Sun, Nov 9, 2014 at 11:30 PM, <mailto:zhaoqin@google.com> ...
9 years, 5 months ago (2014-11-11 02:47:38 UTC) #6
Maxim Shudrak
On 2014/11/11 02:47:38, zhaoqin wrote: > On 2014/11/10 19:05:20, bruening wrote: > > On Sun, ...
9 years, 5 months ago (2014-11-11 17:46:07 UTC) #7
zhaoqin
yes, that's my guess too, that's why I give LGTM with the question :) On ...
9 years, 5 months ago (2014-11-11 18:04:49 UTC) #8
Maxim Shudrak
Committed patchset #1 manually as 2109 (presubmit successful).
9 years, 5 months ago (2014-11-14 16:07:25 UTC) #9
Maxim Shudrak
9 years, 5 months ago (2014-11-23 17:57:47 UTC) #10
zhaoqin
a few comment, might be better with another round of review. https://codereview.appspot.com/164290045/diff/180001/drsyscall/drsyscall_windows.c File drsyscall/drsyscall_windows.c (right): ...
9 years, 5 months ago (2014-11-25 16:13:41 UTC) #11
Maxim Shudrak
fixed all comments https://codereview.appspot.com/164290045/diff/180001/drsyscall/drsyscall_windows.c File drsyscall/drsyscall_windows.c (right): https://codereview.appspot.com/164290045/diff/180001/drsyscall/drsyscall_windows.c#newcode483 drsyscall/drsyscall_windows.c:483: true/*add syscall in secondary hashtable*/); On ...
9 years, 4 months ago (2014-12-06 06:15:24 UTC) #12
zhaoqin
LGTM By the way, we moved our repository to github, so please commit code there.
9 years, 4 months ago (2014-12-17 15:25:21 UTC) #13
bruening
9 years, 4 months ago (2014-12-17 16:05:02 UTC) #14
On 2014/12/17 15:25:21, zhaoqin wrote:
> LGTM
> 
> By the way, we moved our repository to github, so please commit code there.

Please also add the "Review-URL: https://codereview.appspot.com/${number}" line
at the end of the commit message, which "git review" automatically adds.

For migrated diffs from git-svn or svn in the future, please set up for "git
review" (you can append to the same codereview.appspot.com/${number} page by
running "git config branch.${branch}.rietveldissue ${number}").
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b