blob: 0f47f08bf38f0b093520d20e808745dbe8fd4a0e [file] [log] [blame]
Per Lidenb97bf3f2006-01-02 19:04:38 +01001/*
2 * net/tipc/name_table.c: TIPC name table code
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +09003 *
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -05004 * Copyright (c) 2000-2006, 2014-2015, Ericsson AB
Ying Xue993bfe52014-12-02 15:00:24 +08005 * Copyright (c) 2004-2008, 2010-2014, Wind River Systems
Per Lidenb97bf3f2006-01-02 19:04:38 +01006 * All rights reserved.
7 *
Per Liden9ea1fd32006-01-11 13:30:43 +01008 * Redistribution and use in source and binary forms, with or without
Per Lidenb97bf3f2006-01-02 19:04:38 +01009 * modification, are permitted provided that the following conditions are met:
10 *
Per Liden9ea1fd32006-01-11 13:30:43 +010011 * 1. Redistributions of source code must retain the above copyright
12 * notice, this list of conditions and the following disclaimer.
13 * 2. Redistributions in binary form must reproduce the above copyright
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
16 * 3. Neither the names of the copyright holders nor the names of its
17 * contributors may be used to endorse or promote products derived from
18 * this software without specific prior written permission.
Per Lidenb97bf3f2006-01-02 19:04:38 +010019 *
Per Liden9ea1fd32006-01-11 13:30:43 +010020 * Alternatively, this software may be distributed under the terms of the
21 * GNU General Public License ("GPL") version 2 as published by the Free
22 * Software Foundation.
23 *
24 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
27 * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
28 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
Per Lidenb97bf3f2006-01-02 19:04:38 +010034 * POSSIBILITY OF SUCH DAMAGE.
35 */
36
Ying Xue4ac1c8d2015-01-09 15:27:09 +080037#include <net/sock.h>
Per Lidenb97bf3f2006-01-02 19:04:38 +010038#include "core.h"
Richard Alpe22ae7cf2015-02-09 09:50:18 +010039#include "netlink.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010040#include "name_table.h"
41#include "name_distr.h"
Per Lidenb97bf3f2006-01-02 19:04:38 +010042#include "subscr.h"
Ying Xue1da46562015-01-09 15:27:07 +080043#include "bcast.h"
Richard Alpe22ae7cf2015-02-09 09:50:18 +010044#include "addr.h"
45#include <net/genetlink.h>
Per Lidenb97bf3f2006-01-02 19:04:38 +010046
Ying Xuef046e7d2012-08-16 12:09:11 +000047#define TIPC_NAMETBL_SIZE 1024 /* must be a power of 2 */
Per Lidenb97bf3f2006-01-02 19:04:38 +010048
Richard Alpe15931232014-11-20 10:29:20 +010049static const struct nla_policy
50tipc_nl_name_table_policy[TIPC_NLA_NAME_TABLE_MAX + 1] = {
51 [TIPC_NLA_NAME_TABLE_UNSPEC] = { .type = NLA_UNSPEC },
52 [TIPC_NLA_NAME_TABLE_PUBL] = { .type = NLA_NESTED }
53};
54
Per Lidenb97bf3f2006-01-02 19:04:38 +010055/**
Allan Stephensb52124a2011-05-30 09:44:38 -040056 * struct name_info - name sequence publication info
Allan Stephens968edbe2008-07-14 22:45:33 -070057 * @node_list: circular list of publications made by own node
58 * @cluster_list: circular list of publications made by own cluster
59 * @zone_list: circular list of publications made by own zone
60 * @node_list_size: number of entries in "node_list"
61 * @cluster_list_size: number of entries in "cluster_list"
62 * @zone_list_size: number of entries in "zone_list"
63 *
64 * Note: The zone list always contains at least one entry, since all
65 * publications of the associated name sequence belong to it.
66 * (The cluster and node lists may be empty.)
Per Lidenb97bf3f2006-01-02 19:04:38 +010067 */
Allan Stephensb52124a2011-05-30 09:44:38 -040068struct name_info {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -040069 struct list_head node_list;
70 struct list_head cluster_list;
71 struct list_head zone_list;
Allan Stephens968edbe2008-07-14 22:45:33 -070072 u32 node_list_size;
73 u32 cluster_list_size;
74 u32 zone_list_size;
Per Lidenb97bf3f2006-01-02 19:04:38 +010075};
76
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +090077/**
Allan Stephensb52124a2011-05-30 09:44:38 -040078 * struct sub_seq - container for all published instances of a name sequence
79 * @lower: name sequence lower bound
80 * @upper: name sequence upper bound
81 * @info: pointer to name sequence publication info
82 */
Allan Stephensb52124a2011-05-30 09:44:38 -040083struct sub_seq {
84 u32 lower;
85 u32 upper;
86 struct name_info *info;
87};
88
89/**
Per Lidenb97bf3f2006-01-02 19:04:38 +010090 * struct name_seq - container for all published instances of a name type
91 * @type: 32 bit 'type' value for name sequence
92 * @sseq: pointer to dynamically-sized array of sub-sequences of this 'type';
93 * sub-sequences are sorted in ascending order
94 * @alloc: number of sub-sequences currently in array
Allan Stephensf1310722006-06-25 23:51:37 -070095 * @first_free: array index of first unused sub-sequence entry
Per Lidenb97bf3f2006-01-02 19:04:38 +010096 * @ns_list: links to adjacent name sequences in hash chain
97 * @subscriptions: list of subscriptions for this 'type'
Allan Stephens307fdf52008-06-04 17:38:22 -070098 * @lock: spinlock controlling access to publication lists of all sub-sequences
Ying Xue97ede292014-12-02 15:00:30 +080099 * @rcu: RCU callback head used for deferred freeing
Per Lidenb97bf3f2006-01-02 19:04:38 +0100100 */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100101struct name_seq {
102 u32 type;
103 struct sub_seq *sseqs;
104 u32 alloc;
105 u32 first_free;
106 struct hlist_node ns_list;
107 struct list_head subscriptions;
108 spinlock_t lock;
Ying Xue97ede292014-12-02 15:00:30 +0800109 struct rcu_head rcu;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100110};
111
Sam Ravnborg05790c62006-03-20 22:37:04 -0800112static int hash(int x)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100113{
Ying Xuef046e7d2012-08-16 12:09:11 +0000114 return x & (TIPC_NAMETBL_SIZE - 1);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100115}
116
117/**
118 * publ_create - create a publication structure
119 */
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900120static struct publication *publ_create(u32 type, u32 lower, u32 upper,
121 u32 scope, u32 node, u32 port_ref,
Per Lidenb97bf3f2006-01-02 19:04:38 +0100122 u32 key)
123{
Panagiotis Issaris0da974f2006-07-21 14:51:30 -0700124 struct publication *publ = kzalloc(sizeof(*publ), GFP_ATOMIC);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100125 if (publ == NULL) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400126 pr_warn("Publication creation failure, no memory\n");
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800127 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100128 }
129
Per Lidenb97bf3f2006-01-02 19:04:38 +0100130 publ->type = type;
131 publ->lower = lower;
132 publ->upper = upper;
133 publ->scope = scope;
134 publ->node = node;
135 publ->ref = port_ref;
136 publ->key = key;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100137 INIT_LIST_HEAD(&publ->pport_list);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100138 return publ;
139}
140
141/**
Per Liden4323add2006-01-18 00:38:21 +0100142 * tipc_subseq_alloc - allocate a specified number of sub-sequence structures
Per Lidenb97bf3f2006-01-02 19:04:38 +0100143 */
Adrian Bunk988f0882006-03-20 22:37:52 -0800144static struct sub_seq *tipc_subseq_alloc(u32 cnt)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100145{
wangweidong0cee6bb2013-12-12 09:36:39 +0800146 return kcalloc(cnt, sizeof(struct sub_seq), GFP_ATOMIC);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100147}
148
149/**
Per Liden4323add2006-01-18 00:38:21 +0100150 * tipc_nameseq_create - create a name sequence structure for the specified 'type'
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900151 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100152 * Allocates a single sub-sequence structure and sets it to all 0's.
153 */
Adrian Bunk988f0882006-03-20 22:37:52 -0800154static struct name_seq *tipc_nameseq_create(u32 type, struct hlist_head *seq_head)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100155{
Panagiotis Issaris0da974f2006-07-21 14:51:30 -0700156 struct name_seq *nseq = kzalloc(sizeof(*nseq), GFP_ATOMIC);
Per Liden4323add2006-01-18 00:38:21 +0100157 struct sub_seq *sseq = tipc_subseq_alloc(1);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100158
159 if (!nseq || !sseq) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400160 pr_warn("Name sequence creation failed, no memory\n");
Per Lidenb97bf3f2006-01-02 19:04:38 +0100161 kfree(nseq);
162 kfree(sseq);
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800163 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100164 }
165
Ingo Molnar34af9462006-06-27 02:53:55 -0700166 spin_lock_init(&nseq->lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100167 nseq->type = type;
168 nseq->sseqs = sseq;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100169 nseq->alloc = 1;
170 INIT_HLIST_NODE(&nseq->ns_list);
171 INIT_LIST_HEAD(&nseq->subscriptions);
Ying Xue97ede292014-12-02 15:00:30 +0800172 hlist_add_head_rcu(&nseq->ns_list, seq_head);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100173 return nseq;
174}
175
Ben Hutchings2c530402012-07-10 10:55:09 +0000176/**
Per Lidenb97bf3f2006-01-02 19:04:38 +0100177 * nameseq_find_subseq - find sub-sequence (if any) matching a name instance
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900178 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100179 * Very time-critical, so binary searches through sub-sequence array.
180 */
Sam Ravnborg05790c62006-03-20 22:37:04 -0800181static struct sub_seq *nameseq_find_subseq(struct name_seq *nseq,
182 u32 instance)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100183{
184 struct sub_seq *sseqs = nseq->sseqs;
185 int low = 0;
186 int high = nseq->first_free - 1;
187 int mid;
188
189 while (low <= high) {
190 mid = (low + high) / 2;
191 if (instance < sseqs[mid].lower)
192 high = mid - 1;
193 else if (instance > sseqs[mid].upper)
194 low = mid + 1;
195 else
196 return &sseqs[mid];
197 }
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800198 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100199}
200
201/**
202 * nameseq_locate_subseq - determine position of name instance in sub-sequence
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900203 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100204 * Returns index in sub-sequence array of the entry that contains the specified
205 * instance value; if no entry contains that value, returns the position
206 * where a new entry for it would be inserted in the array.
207 *
208 * Note: Similar to binary search code for locating a sub-sequence.
209 */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100210static u32 nameseq_locate_subseq(struct name_seq *nseq, u32 instance)
211{
212 struct sub_seq *sseqs = nseq->sseqs;
213 int low = 0;
214 int high = nseq->first_free - 1;
215 int mid;
216
217 while (low <= high) {
218 mid = (low + high) / 2;
219 if (instance < sseqs[mid].lower)
220 high = mid - 1;
221 else if (instance > sseqs[mid].upper)
222 low = mid + 1;
223 else
224 return mid;
225 }
226 return low;
227}
228
229/**
Paul Gortmaker617d3c72012-04-30 15:29:02 -0400230 * tipc_nameseq_insert_publ
Per Lidenb97bf3f2006-01-02 19:04:38 +0100231 */
Ying Xue34747532015-01-09 15:27:10 +0800232static struct publication *tipc_nameseq_insert_publ(struct net *net,
233 struct name_seq *nseq,
234 u32 type, u32 lower,
235 u32 upper, u32 scope,
236 u32 node, u32 port, u32 key)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100237{
Paul Gortmakerfead3902011-12-29 20:43:44 -0500238 struct tipc_subscription *s;
239 struct tipc_subscription *st;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100240 struct publication *publ;
241 struct sub_seq *sseq;
Allan Stephensb52124a2011-05-30 09:44:38 -0400242 struct name_info *info;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100243 int created_subseq = 0;
244
Per Lidenb97bf3f2006-01-02 19:04:38 +0100245 sseq = nameseq_find_subseq(nseq, lower);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100246 if (sseq) {
247
248 /* Lower end overlaps existing entry => need an exact match */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100249 if ((sseq->lower != lower) || (sseq->upper != upper)) {
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800250 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100251 }
Allan Stephensb52124a2011-05-30 09:44:38 -0400252
253 info = sseq->info;
Allan Stephensf80c24d2011-11-03 11:12:01 -0400254
255 /* Check if an identical publication already exists */
256 list_for_each_entry(publ, &info->zone_list, zone_list) {
257 if ((publ->ref == port) && (publ->key == key) &&
258 (!publ->node || (publ->node == node)))
259 return NULL;
260 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100261 } else {
262 u32 inspos;
263 struct sub_seq *freesseq;
264
265 /* Find where lower end should be inserted */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100266 inspos = nameseq_locate_subseq(nseq, lower);
267
268 /* Fail if upper end overlaps into an existing entry */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100269 if ((inspos < nseq->first_free) &&
270 (upper >= nseq->sseqs[inspos].lower)) {
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800271 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100272 }
273
274 /* Ensure there is space for new sub-sequence */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100275 if (nseq->first_free == nseq->alloc) {
Allan Stephens9ab230f2006-06-25 23:37:24 -0700276 struct sub_seq *sseqs = tipc_subseq_alloc(nseq->alloc * 2);
277
278 if (!sseqs) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400279 pr_warn("Cannot publish {%u,%u,%u}, no memory\n",
280 type, lower, upper);
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800281 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100282 }
Allan Stephens9ab230f2006-06-25 23:37:24 -0700283 memcpy(sseqs, nseq->sseqs,
284 nseq->alloc * sizeof(struct sub_seq));
285 kfree(nseq->sseqs);
286 nseq->sseqs = sseqs;
287 nseq->alloc *= 2;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100288 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100289
Allan Stephensb52124a2011-05-30 09:44:38 -0400290 info = kzalloc(sizeof(*info), GFP_ATOMIC);
291 if (!info) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400292 pr_warn("Cannot publish {%u,%u,%u}, no memory\n",
293 type, lower, upper);
Allan Stephensb52124a2011-05-30 09:44:38 -0400294 return NULL;
295 }
296
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400297 INIT_LIST_HEAD(&info->node_list);
298 INIT_LIST_HEAD(&info->cluster_list);
299 INIT_LIST_HEAD(&info->zone_list);
300
Per Lidenb97bf3f2006-01-02 19:04:38 +0100301 /* Insert new sub-sequence */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100302 sseq = &nseq->sseqs[inspos];
303 freesseq = &nseq->sseqs[nseq->first_free];
Allan Stephens0e659672010-12-31 18:59:32 +0000304 memmove(sseq + 1, sseq, (freesseq - sseq) * sizeof(*sseq));
305 memset(sseq, 0, sizeof(*sseq));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100306 nseq->first_free++;
307 sseq->lower = lower;
308 sseq->upper = upper;
Allan Stephensb52124a2011-05-30 09:44:38 -0400309 sseq->info = info;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100310 created_subseq = 1;
311 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100312
Paul Gortmaker617d3c72012-04-30 15:29:02 -0400313 /* Insert a publication */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100314 publ = publ_create(type, lower, upper, scope, node, port, key);
315 if (!publ)
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800316 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100317
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400318 list_add(&publ->zone_list, &info->zone_list);
Allan Stephensb52124a2011-05-30 09:44:38 -0400319 info->zone_list_size++;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100320
Ying Xue34747532015-01-09 15:27:10 +0800321 if (in_own_cluster(net, node)) {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400322 list_add(&publ->cluster_list, &info->cluster_list);
Allan Stephensb52124a2011-05-30 09:44:38 -0400323 info->cluster_list_size++;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100324 }
325
Ying Xue34747532015-01-09 15:27:10 +0800326 if (in_own_node(net, node)) {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400327 list_add(&publ->node_list, &info->node_list);
Allan Stephensb52124a2011-05-30 09:44:38 -0400328 info->node_list_size++;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100329 }
330
Paul Gortmaker617d3c72012-04-30 15:29:02 -0400331 /* Any subscriptions waiting for notification? */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100332 list_for_each_entry_safe(s, st, &nseq->subscriptions, nameseq_list) {
Ying Xue57f1d182015-05-04 10:36:44 +0800333 tipc_subscrp_report_overlap(s, publ->lower, publ->upper,
334 TIPC_PUBLISHED, publ->ref,
335 publ->node, created_subseq);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100336 }
337 return publ;
338}
339
340/**
Paul Gortmaker617d3c72012-04-30 15:29:02 -0400341 * tipc_nameseq_remove_publ
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900342 *
Allan Stephensf1310722006-06-25 23:51:37 -0700343 * NOTE: There may be cases where TIPC is asked to remove a publication
344 * that is not in the name table. For example, if another node issues a
345 * publication for a name sequence that overlaps an existing name sequence
346 * the publication will not be recorded, which means the publication won't
347 * be found when the name sequence is later withdrawn by that node.
348 * A failed withdraw request simply returns a failure indication and lets the
349 * caller issue any error or warning messages associated with such a problem.
Per Lidenb97bf3f2006-01-02 19:04:38 +0100350 */
Ying Xue34747532015-01-09 15:27:10 +0800351static struct publication *tipc_nameseq_remove_publ(struct net *net,
352 struct name_seq *nseq,
353 u32 inst, u32 node,
354 u32 ref, u32 key)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100355{
356 struct publication *publ;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100357 struct sub_seq *sseq = nameseq_find_subseq(nseq, inst);
Allan Stephensb52124a2011-05-30 09:44:38 -0400358 struct name_info *info;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100359 struct sub_seq *free;
Paul Gortmakerfead3902011-12-29 20:43:44 -0500360 struct tipc_subscription *s, *st;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100361 int removed_subseq = 0;
362
Allan Stephensf1310722006-06-25 23:51:37 -0700363 if (!sseq)
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800364 return NULL;
Allan Stephensf1310722006-06-25 23:51:37 -0700365
Allan Stephensb52124a2011-05-30 09:44:38 -0400366 info = sseq->info;
367
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400368 /* Locate publication, if it exists */
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400369 list_for_each_entry(publ, &info->zone_list, zone_list) {
370 if ((publ->key == key) && (publ->ref == ref) &&
371 (!publ->node || (publ->node == node)))
372 goto found;
373 }
374 return NULL;
375
376found:
Allan Stephensf1310722006-06-25 23:51:37 -0700377 /* Remove publication from zone scope list */
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400378 list_del(&publ->zone_list);
Allan Stephensb52124a2011-05-30 09:44:38 -0400379 info->zone_list_size--;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100380
Allan Stephensf1310722006-06-25 23:51:37 -0700381 /* Remove publication from cluster scope list, if present */
Ying Xue34747532015-01-09 15:27:10 +0800382 if (in_own_cluster(net, node)) {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400383 list_del(&publ->cluster_list);
Allan Stephensb52124a2011-05-30 09:44:38 -0400384 info->cluster_list_size--;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100385 }
Allan Stephensf1310722006-06-25 23:51:37 -0700386
387 /* Remove publication from node scope list, if present */
Ying Xue34747532015-01-09 15:27:10 +0800388 if (in_own_node(net, node)) {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400389 list_del(&publ->node_list);
Allan Stephensb52124a2011-05-30 09:44:38 -0400390 info->node_list_size--;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100391 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100392
Allan Stephensf1310722006-06-25 23:51:37 -0700393 /* Contract subseq list if no more publications for that subseq */
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400394 if (list_empty(&info->zone_list)) {
Allan Stephensb52124a2011-05-30 09:44:38 -0400395 kfree(info);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100396 free = &nseq->sseqs[nseq->first_free--];
Allan Stephens0e659672010-12-31 18:59:32 +0000397 memmove(sseq, sseq + 1, (free - (sseq + 1)) * sizeof(*sseq));
Per Lidenb97bf3f2006-01-02 19:04:38 +0100398 removed_subseq = 1;
399 }
400
Allan Stephensf1310722006-06-25 23:51:37 -0700401 /* Notify any waiting subscriptions */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100402 list_for_each_entry_safe(s, st, &nseq->subscriptions, nameseq_list) {
Ying Xue57f1d182015-05-04 10:36:44 +0800403 tipc_subscrp_report_overlap(s, publ->lower, publ->upper,
404 TIPC_WITHDRAWN, publ->ref,
405 publ->node, removed_subseq);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100406 }
Allan Stephensf1310722006-06-25 23:51:37 -0700407
Per Lidenb97bf3f2006-01-02 19:04:38 +0100408 return publ;
409}
410
411/**
Ben Hutchings2c530402012-07-10 10:55:09 +0000412 * tipc_nameseq_subscribe - attach a subscription, and issue
Per Lidenb97bf3f2006-01-02 19:04:38 +0100413 * the prescribed number of events if there is any sub-
414 * sequence overlapping with the requested sequence
415 */
Paul Gortmakerfead3902011-12-29 20:43:44 -0500416static void tipc_nameseq_subscribe(struct name_seq *nseq,
Paul Gortmakerae8509c2013-06-17 10:54:47 -0400417 struct tipc_subscription *s)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100418{
419 struct sub_seq *sseq = nseq->sseqs;
420
421 list_add(&s->nameseq_list, &nseq->subscriptions);
422
423 if (!sseq)
424 return;
425
426 while (sseq != &nseq->sseqs[nseq->first_free]) {
Ying Xue57f1d182015-05-04 10:36:44 +0800427 if (tipc_subscrp_check_overlap(s, sseq->lower, sseq->upper)) {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400428 struct publication *crs;
429 struct name_info *info = sseq->info;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100430 int must_report = 1;
431
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400432 list_for_each_entry(crs, &info->zone_list, zone_list) {
Ying Xue57f1d182015-05-04 10:36:44 +0800433 tipc_subscrp_report_overlap(s, sseq->lower,
434 sseq->upper,
435 TIPC_PUBLISHED,
436 crs->ref, crs->node,
437 must_report);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100438 must_report = 0;
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400439 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100440 }
441 sseq++;
442 }
443}
444
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800445static struct name_seq *nametbl_find_seq(struct net *net, u32 type)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100446{
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800447 struct tipc_net *tn = net_generic(net, tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100448 struct hlist_head *seq_head;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100449 struct name_seq *ns;
450
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800451 seq_head = &tn->nametbl->seq_hlist[hash(type)];
Ying Xue97ede292014-12-02 15:00:30 +0800452 hlist_for_each_entry_rcu(ns, seq_head, ns_list) {
Allan Stephensb29f1422010-12-31 18:59:25 +0000453 if (ns->type == type)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100454 return ns;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100455 }
456
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800457 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100458};
459
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800460struct publication *tipc_nametbl_insert_publ(struct net *net, u32 type,
461 u32 lower, u32 upper, u32 scope,
462 u32 node, u32 port, u32 key)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100463{
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800464 struct tipc_net *tn = net_generic(net, tipc_net_id);
Ying Xuefb9962f2014-12-02 15:00:26 +0800465 struct publication *publ;
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800466 struct name_seq *seq = nametbl_find_seq(net, type);
Ying Xue993bfe52014-12-02 15:00:24 +0800467 int index = hash(type);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100468
Allan Stephens8f177892012-04-26 17:57:17 -0400469 if ((scope < TIPC_ZONE_SCOPE) || (scope > TIPC_NODE_SCOPE) ||
470 (lower > upper)) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400471 pr_debug("Failed to publish illegal {%u,%u,%u} with scope %u\n",
472 type, lower, upper, scope);
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800473 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100474 }
475
Allan Stephensb29f1422010-12-31 18:59:25 +0000476 if (!seq)
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800477 seq = tipc_nameseq_create(type, &tn->nametbl->seq_hlist[index]);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100478 if (!seq)
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800479 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100480
Ying Xuefb9962f2014-12-02 15:00:26 +0800481 spin_lock_bh(&seq->lock);
Ying Xue34747532015-01-09 15:27:10 +0800482 publ = tipc_nameseq_insert_publ(net, seq, type, lower, upper,
Per Liden4323add2006-01-18 00:38:21 +0100483 scope, node, port, key);
Ying Xuefb9962f2014-12-02 15:00:26 +0800484 spin_unlock_bh(&seq->lock);
485 return publ;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100486}
487
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800488struct publication *tipc_nametbl_remove_publ(struct net *net, u32 type,
489 u32 lower, u32 node, u32 ref,
490 u32 key)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100491{
492 struct publication *publ;
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800493 struct name_seq *seq = nametbl_find_seq(net, type);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100494
495 if (!seq)
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800496 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100497
Ying Xuefb9962f2014-12-02 15:00:26 +0800498 spin_lock_bh(&seq->lock);
Ying Xue34747532015-01-09 15:27:10 +0800499 publ = tipc_nameseq_remove_publ(net, seq, lower, node, ref, key);
Ying Xuefb9962f2014-12-02 15:00:26 +0800500 if (!seq->first_free && list_empty(&seq->subscriptions)) {
Ying Xue97ede292014-12-02 15:00:30 +0800501 hlist_del_init_rcu(&seq->ns_list);
Ying Xuefb9962f2014-12-02 15:00:26 +0800502 kfree(seq->sseqs);
Ying Xue97ede292014-12-02 15:00:30 +0800503 spin_unlock_bh(&seq->lock);
504 kfree_rcu(seq, rcu);
Ying Xuefb9962f2014-12-02 15:00:26 +0800505 return publ;
506 }
507 spin_unlock_bh(&seq->lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100508 return publ;
509}
510
Ben Hutchings2c530402012-07-10 10:55:09 +0000511/**
Allan Stephensbc9f8142011-11-07 17:00:54 -0500512 * tipc_nametbl_translate - perform name translation
Per Lidenb97bf3f2006-01-02 19:04:38 +0100513 *
Allan Stephensbc9f8142011-11-07 17:00:54 -0500514 * On entry, 'destnode' is the search domain used during translation.
515 *
516 * On exit:
517 * - if name translation is deferred to another node/cluster/zone,
518 * leaves 'destnode' unchanged (will be non-zero) and returns 0
519 * - if name translation is attempted and succeeds, sets 'destnode'
520 * to publishing node and returns port reference (will be non-zero)
521 * - if name translation is attempted and fails, sets 'destnode' to 0
522 * and returns 0
Per Lidenb97bf3f2006-01-02 19:04:38 +0100523 */
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800524u32 tipc_nametbl_translate(struct net *net, u32 type, u32 instance,
525 u32 *destnode)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100526{
Ying Xue34747532015-01-09 15:27:10 +0800527 struct tipc_net *tn = net_generic(net, tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100528 struct sub_seq *sseq;
Allan Stephensb52124a2011-05-30 09:44:38 -0400529 struct name_info *info;
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400530 struct publication *publ;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100531 struct name_seq *seq;
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400532 u32 ref = 0;
Allan Stephensbc9f8142011-11-07 17:00:54 -0500533 u32 node = 0;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100534
Ying Xue34747532015-01-09 15:27:10 +0800535 if (!tipc_in_scope(*destnode, tn->own_addr))
Per Lidenb97bf3f2006-01-02 19:04:38 +0100536 return 0;
537
Ying Xue97ede292014-12-02 15:00:30 +0800538 rcu_read_lock();
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800539 seq = nametbl_find_seq(net, type);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100540 if (unlikely(!seq))
541 goto not_found;
Ying Xuefb9962f2014-12-02 15:00:26 +0800542 spin_lock_bh(&seq->lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100543 sseq = nameseq_find_subseq(seq, instance);
544 if (unlikely(!sseq))
Ying Xuefb9962f2014-12-02 15:00:26 +0800545 goto no_match;
Allan Stephensb52124a2011-05-30 09:44:38 -0400546 info = sseq->info;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100547
Paul Gortmaker617d3c72012-04-30 15:29:02 -0400548 /* Closest-First Algorithm */
Per Lidenb97bf3f2006-01-02 19:04:38 +0100549 if (likely(!*destnode)) {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400550 if (!list_empty(&info->node_list)) {
551 publ = list_first_entry(&info->node_list,
552 struct publication,
553 node_list);
554 list_move_tail(&publ->node_list,
555 &info->node_list);
556 } else if (!list_empty(&info->cluster_list)) {
557 publ = list_first_entry(&info->cluster_list,
558 struct publication,
559 cluster_list);
560 list_move_tail(&publ->cluster_list,
561 &info->cluster_list);
Allan Stephens8af46382011-05-30 11:27:50 -0400562 } else {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400563 publ = list_first_entry(&info->zone_list,
564 struct publication,
565 zone_list);
566 list_move_tail(&publ->zone_list,
567 &info->zone_list);
Allan Stephens8af46382011-05-30 11:27:50 -0400568 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100569 }
570
Paul Gortmaker617d3c72012-04-30 15:29:02 -0400571 /* Round-Robin Algorithm */
Ying Xue34747532015-01-09 15:27:10 +0800572 else if (*destnode == tn->own_addr) {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400573 if (list_empty(&info->node_list))
574 goto no_match;
575 publ = list_first_entry(&info->node_list, struct publication,
576 node_list);
577 list_move_tail(&publ->node_list, &info->node_list);
Ying Xue34747532015-01-09 15:27:10 +0800578 } else if (in_own_cluster_exact(net, *destnode)) {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400579 if (list_empty(&info->cluster_list))
580 goto no_match;
581 publ = list_first_entry(&info->cluster_list, struct publication,
582 cluster_list);
583 list_move_tail(&publ->cluster_list, &info->cluster_list);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100584 } else {
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400585 publ = list_first_entry(&info->zone_list, struct publication,
586 zone_list);
587 list_move_tail(&publ->zone_list, &info->zone_list);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100588 }
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400589
590 ref = publ->ref;
Allan Stephensbc9f8142011-11-07 17:00:54 -0500591 node = publ->node;
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400592no_match:
Per Lidenb97bf3f2006-01-02 19:04:38 +0100593 spin_unlock_bh(&seq->lock);
594not_found:
Ying Xue97ede292014-12-02 15:00:30 +0800595 rcu_read_unlock();
Allan Stephensbc9f8142011-11-07 17:00:54 -0500596 *destnode = node;
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400597 return ref;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100598}
599
600/**
Per Liden4323add2006-01-18 00:38:21 +0100601 * tipc_nametbl_mc_translate - find multicast destinations
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900602 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100603 * Creates list of all local ports that overlap the given multicast address;
604 * also determines if any off-node ports overlap.
605 *
606 * Note: Publications with a scope narrower than 'limit' are ignored.
607 * (i.e. local node-scope publications mustn't receive messages arriving
608 * from another node, even if the multcast link brought it here)
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900609 *
Per Lidenb97bf3f2006-01-02 19:04:38 +0100610 * Returns non-zero if any off-node ports overlap
611 */
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800612int tipc_nametbl_mc_translate(struct net *net, u32 type, u32 lower, u32 upper,
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -0500613 u32 limit, struct tipc_plist *dports)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100614{
615 struct name_seq *seq;
616 struct sub_seq *sseq;
617 struct sub_seq *sseq_stop;
Allan Stephensb52124a2011-05-30 09:44:38 -0400618 struct name_info *info;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100619 int res = 0;
620
Ying Xue97ede292014-12-02 15:00:30 +0800621 rcu_read_lock();
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800622 seq = nametbl_find_seq(net, type);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100623 if (!seq)
624 goto exit;
625
626 spin_lock_bh(&seq->lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100627 sseq = seq->sseqs + nameseq_locate_subseq(seq, lower);
628 sseq_stop = seq->sseqs + seq->first_free;
629 for (; sseq != sseq_stop; sseq++) {
630 struct publication *publ;
631
632 if (sseq->lower > upper)
633 break;
Allan Stephens968edbe2008-07-14 22:45:33 -0700634
Allan Stephensb52124a2011-05-30 09:44:38 -0400635 info = sseq->info;
Allan Stephensf6f0a4d2011-05-30 10:48:48 -0400636 list_for_each_entry(publ, &info->node_list, node_list) {
637 if (publ->scope <= limit)
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -0500638 tipc_plist_push(dports, publ->ref);
Allan Stephens968edbe2008-07-14 22:45:33 -0700639 }
640
Allan Stephensb52124a2011-05-30 09:44:38 -0400641 if (info->cluster_list_size != info->node_list_size)
Allan Stephens968edbe2008-07-14 22:45:33 -0700642 res = 1;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100643 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100644 spin_unlock_bh(&seq->lock);
645exit:
Ying Xue97ede292014-12-02 15:00:30 +0800646 rcu_read_unlock();
Per Lidenb97bf3f2006-01-02 19:04:38 +0100647 return res;
648}
649
Allan Stephensc422f1b2011-11-02 15:49:40 -0400650/*
Per Liden4323add2006-01-18 00:38:21 +0100651 * tipc_nametbl_publish - add name publication to network name tables
Per Lidenb97bf3f2006-01-02 19:04:38 +0100652 */
Ying Xuef2f98002015-01-09 15:27:05 +0800653struct publication *tipc_nametbl_publish(struct net *net, u32 type, u32 lower,
654 u32 upper, u32 scope, u32 port_ref,
655 u32 key)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100656{
657 struct publication *publ;
Ying Xueeab8c0452014-04-28 18:00:10 +0800658 struct sk_buff *buf = NULL;
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800659 struct tipc_net *tn = net_generic(net, tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100660
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800661 spin_lock_bh(&tn->nametbl_lock);
662 if (tn->nametbl->local_publ_count >= TIPC_MAX_PUBLICATIONS) {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400663 pr_warn("Publication failed, local publication limit reached (%u)\n",
Ying Xuee6a04b12012-08-16 12:09:14 +0000664 TIPC_MAX_PUBLICATIONS);
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800665 spin_unlock_bh(&tn->nametbl_lock);
Sam Ravnborg1fc54d82006-03-20 22:36:47 -0800666 return NULL;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100667 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100668
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800669 publ = tipc_nametbl_insert_publ(net, type, lower, upper, scope,
Ying Xue34747532015-01-09 15:27:10 +0800670 tn->own_addr, port_ref, key);
Allan Stephensfd6eced2011-11-09 14:22:52 -0500671 if (likely(publ)) {
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800672 tn->nametbl->local_publ_count++;
673 buf = tipc_named_publish(net, publ);
Erik Hugnea5325ae2014-08-28 09:08:47 +0200674 /* Any pending external events? */
Ying Xuef2f98002015-01-09 15:27:05 +0800675 tipc_named_process_backlog(net);
Allan Stephensfd6eced2011-11-09 14:22:52 -0500676 }
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800677 spin_unlock_bh(&tn->nametbl_lock);
Ying Xueeab8c0452014-04-28 18:00:10 +0800678
679 if (buf)
Ying Xuef2f98002015-01-09 15:27:05 +0800680 named_cluster_distribute(net, buf);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100681 return publ;
682}
683
684/**
Per Liden4323add2006-01-18 00:38:21 +0100685 * tipc_nametbl_withdraw - withdraw name publication from network name tables
Per Lidenb97bf3f2006-01-02 19:04:38 +0100686 */
Ying Xuef2f98002015-01-09 15:27:05 +0800687int tipc_nametbl_withdraw(struct net *net, u32 type, u32 lower, u32 ref,
688 u32 key)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100689{
690 struct publication *publ;
Ying Xue54923902014-12-02 15:00:28 +0800691 struct sk_buff *skb = NULL;
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800692 struct tipc_net *tn = net_generic(net, tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100693
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800694 spin_lock_bh(&tn->nametbl_lock);
Ying Xue34747532015-01-09 15:27:10 +0800695 publ = tipc_nametbl_remove_publ(net, type, lower, tn->own_addr,
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800696 ref, key);
Allan Stephensf1310722006-06-25 23:51:37 -0700697 if (likely(publ)) {
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800698 tn->nametbl->local_publ_count--;
Ying Xue34747532015-01-09 15:27:10 +0800699 skb = tipc_named_withdraw(net, publ);
Erik Hugnea5325ae2014-08-28 09:08:47 +0200700 /* Any pending external events? */
Ying Xuef2f98002015-01-09 15:27:05 +0800701 tipc_named_process_backlog(net);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100702 list_del_init(&publ->pport_list);
Ying Xue97ede292014-12-02 15:00:30 +0800703 kfree_rcu(publ, rcu);
Ying Xue54923902014-12-02 15:00:28 +0800704 } else {
705 pr_err("Unable to remove local publication\n"
706 "(type=%u, lower=%u, ref=%u, key=%u)\n",
707 type, lower, ref, key);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100708 }
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800709 spin_unlock_bh(&tn->nametbl_lock);
Ying Xue54923902014-12-02 15:00:28 +0800710
711 if (skb) {
Ying Xuef2f98002015-01-09 15:27:05 +0800712 named_cluster_distribute(net, skb);
Ying Xue54923902014-12-02 15:00:28 +0800713 return 1;
714 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100715 return 0;
716}
717
718/**
Per Liden4323add2006-01-18 00:38:21 +0100719 * tipc_nametbl_subscribe - add a subscription object to the name table
Per Lidenb97bf3f2006-01-02 19:04:38 +0100720 */
Paul Gortmakerfead3902011-12-29 20:43:44 -0500721void tipc_nametbl_subscribe(struct tipc_subscription *s)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100722{
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800723 struct tipc_net *tn = net_generic(s->net, tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100724 u32 type = s->seq.type;
Ying Xue993bfe52014-12-02 15:00:24 +0800725 int index = hash(type);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100726 struct name_seq *seq;
727
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800728 spin_lock_bh(&tn->nametbl_lock);
729 seq = nametbl_find_seq(s->net, type);
Allan Stephensa0168922010-12-31 18:59:35 +0000730 if (!seq)
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800731 seq = tipc_nameseq_create(type, &tn->nametbl->seq_hlist[index]);
Allan Stephens0e659672010-12-31 18:59:32 +0000732 if (seq) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900733 spin_lock_bh(&seq->lock);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900734 tipc_nameseq_subscribe(seq, s);
735 spin_unlock_bh(&seq->lock);
736 } else {
Erik Hugne2cf8aa12012-06-29 00:16:37 -0400737 pr_warn("Failed to create subscription for {%u,%u,%u}\n",
738 s->seq.type, s->seq.lower, s->seq.upper);
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900739 }
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800740 spin_unlock_bh(&tn->nametbl_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100741}
742
743/**
Per Liden4323add2006-01-18 00:38:21 +0100744 * tipc_nametbl_unsubscribe - remove a subscription object from name table
Per Lidenb97bf3f2006-01-02 19:04:38 +0100745 */
Paul Gortmakerfead3902011-12-29 20:43:44 -0500746void tipc_nametbl_unsubscribe(struct tipc_subscription *s)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100747{
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800748 struct tipc_net *tn = net_generic(s->net, tipc_net_id);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100749 struct name_seq *seq;
750
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800751 spin_lock_bh(&tn->nametbl_lock);
752 seq = nametbl_find_seq(s->net, s->seq.type);
Allan Stephens0e659672010-12-31 18:59:32 +0000753 if (seq != NULL) {
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900754 spin_lock_bh(&seq->lock);
755 list_del_init(&s->nameseq_list);
Ying Xuefb9962f2014-12-02 15:00:26 +0800756 if (!seq->first_free && list_empty(&seq->subscriptions)) {
Ying Xue97ede292014-12-02 15:00:30 +0800757 hlist_del_init_rcu(&seq->ns_list);
Ying Xuefb9962f2014-12-02 15:00:26 +0800758 kfree(seq->sseqs);
Ying Xue97ede292014-12-02 15:00:30 +0800759 spin_unlock_bh(&seq->lock);
760 kfree_rcu(seq, rcu);
Ying Xuefb9962f2014-12-02 15:00:26 +0800761 } else {
762 spin_unlock_bh(&seq->lock);
763 }
YOSHIFUJI Hideakic4307282007-02-09 23:25:21 +0900764 }
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800765 spin_unlock_bh(&tn->nametbl_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100766}
767
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800768int tipc_nametbl_init(struct net *net)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100769{
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800770 struct tipc_net *tn = net_generic(net, tipc_net_id);
771 struct name_table *tipc_nametbl;
Ying Xue993bfe52014-12-02 15:00:24 +0800772 int i;
773
774 tipc_nametbl = kzalloc(sizeof(*tipc_nametbl), GFP_ATOMIC);
775 if (!tipc_nametbl)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100776 return -ENOMEM;
777
Ying Xue993bfe52014-12-02 15:00:24 +0800778 for (i = 0; i < TIPC_NAMETBL_SIZE; i++)
779 INIT_HLIST_HEAD(&tipc_nametbl->seq_hlist[i]);
780
781 INIT_LIST_HEAD(&tipc_nametbl->publ_list[TIPC_ZONE_SCOPE]);
782 INIT_LIST_HEAD(&tipc_nametbl->publ_list[TIPC_CLUSTER_SCOPE]);
783 INIT_LIST_HEAD(&tipc_nametbl->publ_list[TIPC_NODE_SCOPE]);
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800784 tn->nametbl = tipc_nametbl;
785 spin_lock_init(&tn->nametbl_lock);
Per Lidenb97bf3f2006-01-02 19:04:38 +0100786 return 0;
787}
788
Erik Hugne1bb8dce2014-03-06 14:40:20 +0100789/**
790 * tipc_purge_publications - remove all publications for a given type
791 *
792 * tipc_nametbl_lock must be held when calling this function
793 */
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800794static void tipc_purge_publications(struct net *net, struct name_seq *seq)
Erik Hugne1bb8dce2014-03-06 14:40:20 +0100795{
796 struct publication *publ, *safe;
797 struct sub_seq *sseq;
798 struct name_info *info;
799
Ying Xuefb9962f2014-12-02 15:00:26 +0800800 spin_lock_bh(&seq->lock);
Erik Hugne1bb8dce2014-03-06 14:40:20 +0100801 sseq = seq->sseqs;
802 info = sseq->info;
803 list_for_each_entry_safe(publ, safe, &info->zone_list, zone_list) {
Ying Xue84605042015-03-18 09:32:58 +0800804 tipc_nameseq_remove_publ(net, seq, publ->lower, publ->node,
805 publ->ref, publ->key);
Ying Xue97ede292014-12-02 15:00:30 +0800806 kfree_rcu(publ, rcu);
Erik Hugne1bb8dce2014-03-06 14:40:20 +0100807 }
Ying Xue97ede292014-12-02 15:00:30 +0800808 hlist_del_init_rcu(&seq->ns_list);
809 kfree(seq->sseqs);
Ying Xue023160b2014-12-09 15:17:56 +0800810 spin_unlock_bh(&seq->lock);
Ying Xuefb9962f2014-12-02 15:00:26 +0800811
Ying Xue97ede292014-12-02 15:00:30 +0800812 kfree_rcu(seq, rcu);
Erik Hugne1bb8dce2014-03-06 14:40:20 +0100813}
814
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800815void tipc_nametbl_stop(struct net *net)
Per Lidenb97bf3f2006-01-02 19:04:38 +0100816{
Per Lidenb97bf3f2006-01-02 19:04:38 +0100817 u32 i;
Erik Hugne1bb8dce2014-03-06 14:40:20 +0100818 struct name_seq *seq;
819 struct hlist_head *seq_head;
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800820 struct tipc_net *tn = net_generic(net, tipc_net_id);
821 struct name_table *tipc_nametbl = tn->nametbl;
Per Lidenb97bf3f2006-01-02 19:04:38 +0100822
Erik Hugne1bb8dce2014-03-06 14:40:20 +0100823 /* Verify name table is empty and purge any lingering
824 * publications, then release the name table
825 */
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800826 spin_lock_bh(&tn->nametbl_lock);
Ying Xuef046e7d2012-08-16 12:09:11 +0000827 for (i = 0; i < TIPC_NAMETBL_SIZE; i++) {
Ying Xue993bfe52014-12-02 15:00:24 +0800828 if (hlist_empty(&tipc_nametbl->seq_hlist[i]))
Paul Gortmakerf705ab92012-07-11 17:35:01 -0400829 continue;
Ying Xue993bfe52014-12-02 15:00:24 +0800830 seq_head = &tipc_nametbl->seq_hlist[i];
Ying Xue97ede292014-12-02 15:00:30 +0800831 hlist_for_each_entry_rcu(seq, seq_head, ns_list) {
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800832 tipc_purge_publications(net, seq);
Erik Hugne1bb8dce2014-03-06 14:40:20 +0100833 }
Per Lidenb97bf3f2006-01-02 19:04:38 +0100834 }
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800835 spin_unlock_bh(&tn->nametbl_lock);
Ying Xue993bfe52014-12-02 15:00:24 +0800836
Ying Xue97ede292014-12-02 15:00:30 +0800837 synchronize_net();
Ying Xue993bfe52014-12-02 15:00:24 +0800838 kfree(tipc_nametbl);
839
Per Lidenb97bf3f2006-01-02 19:04:38 +0100840}
Richard Alpe15931232014-11-20 10:29:20 +0100841
Richard Alped8182802014-11-24 11:10:29 +0100842static int __tipc_nl_add_nametable_publ(struct tipc_nl_msg *msg,
843 struct name_seq *seq,
844 struct sub_seq *sseq, u32 *last_publ)
Richard Alpe15931232014-11-20 10:29:20 +0100845{
846 void *hdr;
847 struct nlattr *attrs;
848 struct nlattr *publ;
849 struct publication *p;
850
851 if (*last_publ) {
852 list_for_each_entry(p, &sseq->info->zone_list, zone_list)
853 if (p->key == *last_publ)
854 break;
855 if (p->key != *last_publ)
856 return -EPIPE;
857 } else {
858 p = list_first_entry(&sseq->info->zone_list, struct publication,
859 zone_list);
860 }
861
862 list_for_each_entry_from(p, &sseq->info->zone_list, zone_list) {
863 *last_publ = p->key;
864
865 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq,
Richard Alpebfb3e5d2015-02-09 09:50:03 +0100866 &tipc_genl_family, NLM_F_MULTI,
Richard Alpe15931232014-11-20 10:29:20 +0100867 TIPC_NL_NAME_TABLE_GET);
868 if (!hdr)
869 return -EMSGSIZE;
870
871 attrs = nla_nest_start(msg->skb, TIPC_NLA_NAME_TABLE);
872 if (!attrs)
873 goto msg_full;
874
875 publ = nla_nest_start(msg->skb, TIPC_NLA_NAME_TABLE_PUBL);
876 if (!publ)
877 goto attr_msg_full;
878
879 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_TYPE, seq->type))
880 goto publ_msg_full;
881 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_LOWER, sseq->lower))
882 goto publ_msg_full;
883 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_UPPER, sseq->upper))
884 goto publ_msg_full;
885 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_SCOPE, p->scope))
886 goto publ_msg_full;
887 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_NODE, p->node))
888 goto publ_msg_full;
889 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_REF, p->ref))
890 goto publ_msg_full;
891 if (nla_put_u32(msg->skb, TIPC_NLA_PUBL_KEY, p->key))
892 goto publ_msg_full;
893
894 nla_nest_end(msg->skb, publ);
895 nla_nest_end(msg->skb, attrs);
896 genlmsg_end(msg->skb, hdr);
897 }
898 *last_publ = 0;
899
900 return 0;
901
902publ_msg_full:
903 nla_nest_cancel(msg->skb, publ);
904attr_msg_full:
905 nla_nest_cancel(msg->skb, attrs);
906msg_full:
907 genlmsg_cancel(msg->skb, hdr);
908
909 return -EMSGSIZE;
910}
911
Richard Alped8182802014-11-24 11:10:29 +0100912static int __tipc_nl_subseq_list(struct tipc_nl_msg *msg, struct name_seq *seq,
913 u32 *last_lower, u32 *last_publ)
Richard Alpe15931232014-11-20 10:29:20 +0100914{
915 struct sub_seq *sseq;
916 struct sub_seq *sseq_start;
917 int err;
918
919 if (*last_lower) {
920 sseq_start = nameseq_find_subseq(seq, *last_lower);
921 if (!sseq_start)
922 return -EPIPE;
923 } else {
924 sseq_start = seq->sseqs;
925 }
926
927 for (sseq = sseq_start; sseq != &seq->sseqs[seq->first_free]; sseq++) {
928 err = __tipc_nl_add_nametable_publ(msg, seq, sseq, last_publ);
929 if (err) {
930 *last_lower = sseq->lower;
931 return err;
932 }
933 }
934 *last_lower = 0;
935
936 return 0;
937}
938
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800939static int tipc_nl_seq_list(struct net *net, struct tipc_nl_msg *msg,
940 u32 *last_type, u32 *last_lower, u32 *last_publ)
Richard Alpe15931232014-11-20 10:29:20 +0100941{
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800942 struct tipc_net *tn = net_generic(net, tipc_net_id);
Richard Alpe15931232014-11-20 10:29:20 +0100943 struct hlist_head *seq_head;
Ying Xue97ede292014-12-02 15:00:30 +0800944 struct name_seq *seq = NULL;
Richard Alpe15931232014-11-20 10:29:20 +0100945 int err;
946 int i;
947
948 if (*last_type)
949 i = hash(*last_type);
950 else
951 i = 0;
952
953 for (; i < TIPC_NAMETBL_SIZE; i++) {
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800954 seq_head = &tn->nametbl->seq_hlist[i];
Richard Alpe15931232014-11-20 10:29:20 +0100955
956 if (*last_type) {
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800957 seq = nametbl_find_seq(net, *last_type);
Richard Alpe15931232014-11-20 10:29:20 +0100958 if (!seq)
959 return -EPIPE;
960 } else {
Ying Xue97ede292014-12-02 15:00:30 +0800961 hlist_for_each_entry_rcu(seq, seq_head, ns_list)
962 break;
Richard Alpe15931232014-11-20 10:29:20 +0100963 if (!seq)
964 continue;
965 }
966
Ying Xue97ede292014-12-02 15:00:30 +0800967 hlist_for_each_entry_from_rcu(seq, ns_list) {
Richard Alpe15931232014-11-20 10:29:20 +0100968 spin_lock_bh(&seq->lock);
Richard Alpe15931232014-11-20 10:29:20 +0100969 err = __tipc_nl_subseq_list(msg, seq, last_lower,
970 last_publ);
971
972 if (err) {
973 *last_type = seq->type;
974 spin_unlock_bh(&seq->lock);
975 return err;
976 }
977 spin_unlock_bh(&seq->lock);
978 }
979 *last_type = 0;
980 }
981 return 0;
982}
983
984int tipc_nl_name_table_dump(struct sk_buff *skb, struct netlink_callback *cb)
985{
986 int err;
987 int done = cb->args[3];
988 u32 last_type = cb->args[0];
989 u32 last_lower = cb->args[1];
990 u32 last_publ = cb->args[2];
Ying Xue4ac1c8d2015-01-09 15:27:09 +0800991 struct net *net = sock_net(skb->sk);
Richard Alpe15931232014-11-20 10:29:20 +0100992 struct tipc_nl_msg msg;
993
994 if (done)
995 return 0;
996
997 msg.skb = skb;
998 msg.portid = NETLINK_CB(cb->skb).portid;
999 msg.seq = cb->nlh->nlmsg_seq;
1000
Ying Xue97ede292014-12-02 15:00:30 +08001001 rcu_read_lock();
Ying Xue4ac1c8d2015-01-09 15:27:09 +08001002 err = tipc_nl_seq_list(net, &msg, &last_type, &last_lower, &last_publ);
Richard Alpe15931232014-11-20 10:29:20 +01001003 if (!err) {
1004 done = 1;
1005 } else if (err != -EMSGSIZE) {
1006 /* We never set seq or call nl_dump_check_consistent() this
1007 * means that setting prev_seq here will cause the consistence
1008 * check to fail in the netlink callback handler. Resulting in
1009 * the NLMSG_DONE message having the NLM_F_DUMP_INTR flag set if
1010 * we got an error.
1011 */
1012 cb->prev_seq = 1;
1013 }
Ying Xue97ede292014-12-02 15:00:30 +08001014 rcu_read_unlock();
Richard Alpe15931232014-11-20 10:29:20 +01001015
1016 cb->args[0] = last_type;
1017 cb->args[1] = last_lower;
1018 cb->args[2] = last_publ;
1019 cb->args[3] = done;
1020
1021 return skb->len;
1022}
Jon Paul Maloy3c724ac2015-02-05 08:36:43 -05001023
1024void tipc_plist_push(struct tipc_plist *pl, u32 port)
1025{
1026 struct tipc_plist *nl;
1027
1028 if (likely(!pl->port)) {
1029 pl->port = port;
1030 return;
1031 }
1032 if (pl->port == port)
1033 return;
1034 list_for_each_entry(nl, &pl->list, list) {
1035 if (nl->port == port)
1036 return;
1037 }
1038 nl = kmalloc(sizeof(*nl), GFP_ATOMIC);
1039 if (nl) {
1040 nl->port = port;
1041 list_add(&nl->list, &pl->list);
1042 }
1043}
1044
1045u32 tipc_plist_pop(struct tipc_plist *pl)
1046{
1047 struct tipc_plist *nl;
1048 u32 port = 0;
1049
1050 if (likely(list_empty(&pl->list))) {
1051 port = pl->port;
1052 pl->port = 0;
1053 return port;
1054 }
1055 nl = list_first_entry(&pl->list, typeof(*nl), list);
1056 port = nl->port;
1057 list_del(&nl->list);
1058 kfree(nl);
1059 return port;
1060}