Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(160)

Issue 1437453002: [kernel][ports] Add basic ports functionality (Closed)

Created:
5 years, 1 month ago by cpu_(ooo_6.6-7.5)
Modified:
5 years, 1 month ago
Reviewers:
travisg
Base URL:
https://github.com/travisg/lk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[kernel][ports] Add basic ports functionality Missing mostly more tests, specifically group tests. BUG=none R=travisg@google.com Committed: 614eaf166a2386cf7a3f5fc98a9f683b3b5b325e

Patch Set 1 #

Total comments: 15

Patch Set 2 : travis review #

Total comments: 3

Patch Set 3 : cbuf #

Patch Set 4 : plus tests #

Patch Set 5 : more tests #

Total comments: 29

Patch Set 6 : review changes #

Total comments: 1

Patch Set 7 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1051 lines, -1 line) Patch
M app/tests/include/app/tests.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A app/tests/port_tests.c View 1 2 3 4 1 chunk +422 lines, -0 lines 0 comments Download
M app/tests/rules.mk View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M app/tests/tests.c View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M include/err.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A include/kernel/port.h View 1 2 3 1 chunk +101 lines, -0 lines 0 comments Download
M kernel/init.c View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
A kernel/port.c View 1 2 3 4 5 6 1 chunk +517 lines, -0 lines 0 comments Download
M kernel/rules.mk View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 15 (4 generated)
cpu_(ooo_6.6-7.5)
I tried to make the smallest initial CL that had the basic mechanism in place. ...
5 years, 1 month ago (2015-11-09 03:54:30 UTC) #3
travisg
Good start. A few little nits here and some formatting tweaks (can be run through ...
5 years, 1 month ago (2015-11-09 23:14:16 UTC) #4
cpu_(ooo_6.6-7.5)
thanks, I acted on all comments and redid a bit the logic for failure cases, ...
5 years, 1 month ago (2015-11-11 00:31:13 UTC) #5
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/1437453002/diff/20001/kernel/port.c File kernel/port.c (right): https://codereview.chromium.org/1437453002/diff/20001/kernel/port.c#newcode191 kernel/port.c:191: // found; add read port to write port list. ...
5 years, 1 month ago (2015-11-11 00:36:31 UTC) #6
cpu_(ooo_6.6-7.5)
patch 3 adds circular buffer impl. and top/main integration. I am not sure what is ...
5 years, 1 month ago (2015-11-15 21:49:20 UTC) #7
cpu_(ooo_6.6-7.5)
patch 4 is the whole thing minus full tests. please take a look.
5 years, 1 month ago (2015-11-17 03:00:16 UTC) #9
travisg
A few tweaks and one actual sort of problem, but nothing that can't be fixed. ...
5 years, 1 month ago (2015-11-19 21:26:11 UTC) #10
cpu_(ooo_6.6-7.5)
changes applied ptal https://codereview.chromium.org/1437453002/diff/100001/kernel/port.c File kernel/port.c (right): https://codereview.chromium.org/1437453002/diff/100001/kernel/port.c#newcode130 kernel/port.c:130: list_initialize(&write_port_list); On 2015/11/19 21:26:10, travisg wrote: ...
5 years, 1 month ago (2015-11-20 22:18:46 UTC) #11
travisg
LGTM other than the few nits https://codereview.chromium.org/1437453002/diff/100001/kernel/port.c File kernel/port.c (right): https://codereview.chromium.org/1437453002/diff/100001/kernel/port.c#newcode130 kernel/port.c:130: list_initialize(&write_port_list); On 2015/11/20 ...
5 years, 1 month ago (2015-11-20 22:24:24 UTC) #12
cpu_(ooo_6.6-7.5)
done. after I make sure it builds in all I'll commmit
5 years, 1 month ago (2015-11-20 22:41:26 UTC) #14
cpu_(ooo_6.6-7.5)
5 years, 1 month ago (2015-11-20 22:43:42 UTC) #15
Message was sent while issue was closed.
Committed patchset #7 (id:140001) manually as
614eaf166a2386cf7a3f5fc98a9f683b3b5b325e (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698