backports: refresh patches for next-20130408
authorLuis R. Rodriguez <mcgrof@do-not-panic.com>
Wed, 8 May 2013 00:41:31 +0000 (17:41 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 8 May 2013 07:02:54 +0000 (09:02 +0200)
== ckmake-report.log ==

1   2.6.24              [  OK  ]
2   2.6.25              [  OK  ]
3   2.6.26              [  OK  ]
4   2.6.27              [  OK  ]
5   2.6.28              [  OK  ]
6   2.6.29              [  OK  ]
7   2.6.30              [  OK  ]
8   2.6.31              [  OK  ]
9   2.6.32              [  OK  ]
10  2.6.33              [  OK  ]
11  2.6.34              [  OK  ]
12  2.6.35              [  OK  ]
13  2.6.36              [  OK  ]
14  2.6.37              [  OK  ]
15  2.6.38              [  OK  ]
16  2.6.39              [  OK  ]
17  3.0.76              [  OK  ]
18  3.1.10              [  OK  ]
19  3.2.44              [  OK  ]
20  3.3.8               [  OK  ]
21  3.4.43              [  OK  ]
22  3.5.7               [  OK  ]
23  3.6.11              [  OK  ]
24  3.7.10              [  OK  ]
25  3.8.11              [  OK  ]
26  3.9.0               [  OK  ]

real    30m33.717s
user    809m9.794s
sys     125m18.510s

Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_hidp_core.patch
patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_l2cap_sock.patch
patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_rfcomm_sock.patch
patches/collateral-evolutions/network/16-bluetooth/net_bluetooth_sco.patch

index f5462670b50e39d8592b0f4b4a7cbc3278aa41d4..60a97e60f6c7ac2a553688c9991ea9441e6c034b 100644 (file)
  
  int hidp_add_connection(struct hidp_connadd_req *req, struct socket *ctrl_sock, struct socket *intr_sock)
  {
-@@ -979,6 +1063,39 @@ int hidp_add_connection(struct hidp_conn
+@@ -981,6 +1065,39 @@ int hidp_add_connection(struct hidp_conn
  
        BT_DBG("rd_data %p rd_size %d", req->rd_data, req->rd_size);
  
        down_write(&hidp_session_sem);
  
        s = __hidp_get_session(&bt_sk(ctrl_sock->sk)->dst);
-@@ -1026,6 +1143,7 @@ int hidp_add_connection(struct hidp_conn
+@@ -1028,6 +1145,7 @@ int hidp_add_connection(struct hidp_conn
  
        __hidp_link_session(session);
  
        if (req->rd_size > 0) {
                err = hidp_setup_hid(session, req);
                if (err && err != -ENODEV)
-@@ -1037,6 +1155,16 @@ int hidp_add_connection(struct hidp_conn
+@@ -1039,6 +1157,16 @@ int hidp_add_connection(struct hidp_conn
                if (err < 0)
                        goto purge;
        }
  
        hidp_set_timer(session);
  
-@@ -1095,6 +1223,7 @@ unlink:
+@@ -1097,6 +1225,7 @@ unlink:
                session->input = NULL;
        }
  
        if (session->hid) {
                hid_destroy_device(session->hid);
                session->hid = NULL;
-@@ -1108,10 +1237,15 @@ purge:
+@@ -1110,10 +1239,15 @@ purge:
  
        skb_queue_purge(&session->ctrl_transmit);
        skb_queue_purge(&session->intr_transmit);
index 6a155d580e1e21a8aa4db754b301393f2cb7afaa..16bcee311217d459bd80a2d577882f892997f3d9 100644 (file)
@@ -1,6 +1,6 @@
 --- a/net/bluetooth/l2cap_sock.c
 +++ b/net/bluetooth/l2cap_sock.c
-@@ -573,8 +573,13 @@ static int l2cap_sock_setsockopt_old(str
+@@ -579,8 +579,13 @@ static int l2cap_sock_setsockopt_old(str
        return err;
  }
  
@@ -14,7 +14,7 @@
  {
        struct sock *sk = sock->sk;
        struct l2cap_chan *chan = l2cap_pi(sk)->chan;
-@@ -1225,8 +1230,12 @@ static struct sock *l2cap_sock_alloc(str
+@@ -1231,8 +1236,12 @@ static struct sock *l2cap_sock_alloc(str
        return sk;
  }
  
@@ -27,7 +27,7 @@
  {
        struct sock *sk;
  
-@@ -1238,7 +1247,11 @@ static int l2cap_sock_create(struct net
+@@ -1244,7 +1253,11 @@ static int l2cap_sock_create(struct net
            sock->type != SOCK_DGRAM && sock->type != SOCK_RAW)
                return -ESOCKTNOSUPPORT;
  
index fbeb1073ad05cdad80851a5f510057ca43b21838..8fe9af5b3a4b2a1bd6475a817f954b35cdf1b548 100644 (file)
@@ -14,7 +14,7 @@
  {
        struct sock *sk;
  
-@@ -660,7 +665,11 @@ static int rfcomm_sock_setsockopt_old(st
+@@ -661,7 +666,11 @@ static int rfcomm_sock_setsockopt_old(st
        return err;
  }
  
index 6b6d9a5d306d0ff53b69a208b7fc70415653d5af..b16591591763de6cef1f2532ca017c0369e2da5c 100644 (file)
@@ -13,7 +13,7 @@
  {
        struct sock *sk;
  
-@@ -675,7 +679,11 @@ static int sco_sock_recvmsg(struct kiocb
+@@ -676,7 +680,11 @@ static int sco_sock_recvmsg(struct kiocb
        return bt_sock_recvmsg(iocb, sock, msg, len, flags);
  }