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

Issue 2166143002: arc: bluetooth: Implement socket opening (Closed)

Created:
4 years, 5 months ago by dmitrygr
Modified:
4 years, 5 months ago
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, chromium-reviews, darin (slow to review), elijahtaylor+arcwatch_chromium.org, hidehiko+watch_chromium.org, lhchavez+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yusukes+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

arc: bluetooth: Implement socket opening We cannot open BT sockets in side the container due to linux kernel disallowing socket() calls to BT subsystem in a net namespace. We avoid this by tunneling the actual socket() call to outside the container thusly. BUG= Committed: https://crrev.com/f6ef3d8451163369bd5c8b0846b68edf75cb0c74 Cr-Commit-Position: refs/heads/master@{#406951}

Patch Set 1 #

Total comments: 3

Patch Set 2 : arc: bluetooth: Implement socket opening #

Total comments: 3

Patch Set 3 : arc: bluetooth: Implement socket opening #

Patch Set 4 : arc: bluetooth: Implement socket opening #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -0 lines) Patch
M components/arc/bluetooth/arc_bluetooth_bridge.h View 1 chunk +3 lines, -0 lines 0 comments Download
M components/arc/bluetooth/arc_bluetooth_bridge.cc View 1 2 3 3 chunks +27 lines, -0 lines 0 comments Download
M components/arc/common/bluetooth.mojom View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (8 generated)
dmitrygr
4 years, 5 months ago (2016-07-20 23:13:47 UTC) #2
Luis Héctor Chávez
https://codereview.chromium.org/2166143002/diff/1/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2166143002/diff/1/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode7 components/arc/bluetooth/arc_bluetooth_bridge.cc:7: #include <sys/socket.h> nit: these need to be together with ...
4 years, 5 months ago (2016-07-20 23:16:38 UTC) #3
Luis Héctor Chávez
https://codereview.chromium.org/2166143002/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc File components/arc/bluetooth/arc_bluetooth_bridge.cc (right): https://codereview.chromium.org/2166143002/diff/20001/components/arc/bluetooth/arc_bluetooth_bridge.cc#newcode6 components/arc/bluetooth/arc_bluetooth_bridge.cc:6: #include <bluetooth/bluetooth.h> nit: There should be a newline before ...
4 years, 5 months ago (2016-07-20 23:33:27 UTC) #4
Luis Héctor Chávez
lgtm
4 years, 5 months ago (2016-07-20 23:35:56 UTC) #5
rickyz (no longer on Chrome)
mojom lgtm
4 years, 5 months ago (2016-07-21 01:17:49 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2166143002/60001
4 years, 5 months ago (2016-07-21 20:03:51 UTC) #13
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-21 21:25:30 UTC) #14
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 21:28:03 UTC) #16
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/f6ef3d8451163369bd5c8b0846b68edf75cb0c74
Cr-Commit-Position: refs/heads/master@{#406951}

Powered by Google App Engine
This is Rietveld 408576698