summaryrefslogtreecommitdiff
path: root/drivers/nvdimm/nd.h
blob: 85dbb2a322b9b4d8876b22f0bdb76d62397bdeb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * Copyright(c) 2013-2015 Intel Corporation. All rights reserved.
 */
#ifndef __ND_H__
#define __ND_H__
#include <linux/libnvdimm.h>
#include <linux/badblocks.h>
#include <linux/blkdev.h>
#include <linux/device.h>
#include <linux/mutex.h>
#include <linux/ndctl.h>
#include <linux/types.h>
#include <linux/nd.h>
#include "label.h"

enum {
	/*
	 * Limits the maximum number of block apertures a dimm can
	 * support and is an input to the geometry/on-disk-format of a
	 * BTT instance
	 */
	ND_MAX_LANES = 256,
	INT_LBASIZE_ALIGNMENT = 64,
	NVDIMM_IO_ATOMIC = 1,
};

struct nvdimm_drvdata {
	struct device *dev;
	int nslabel_size;
	struct nd_cmd_get_config_size nsarea;
	void *data;
	int ns_current, ns_next;
	struct resource dpa;
	struct kref kref;
};

struct nd_region_data {
	int ns_count;
	int ns_active;
	unsigned int hints_shift;
	void __iomem *flush_wpq[];
};

static inline void __iomem *ndrd_get_flush_wpq(struct nd_region_data *ndrd,
		int dimm, int hint)
{
	unsigned int num = 1 << ndrd->hints_shift;
	unsigned int mask = num - 1;

	return ndrd->flush_wpq[dimm * num + (hint & mask)];
}

static inline void ndrd_set_flush_wpq(struct nd_region_data *ndrd, int dimm,
		int hint, void __iomem *flush)
{
	unsigned int num = 1 << ndrd->hints_shift;
	unsigned int mask = num - 1;

	ndrd->flush_wpq[dimm * num + (hint & mask)] = flush;
}

static inline struct nd_namespace_index *to_namespace_index(
		struct nvdimm_drvdata *ndd, int i)
{
	if (i < 0)
		return NULL;

	return ndd->data + sizeof_namespace_index(ndd) * i;
}

static inline struct nd_namespace_index *to_current_namespace_index(
		struct nvdimm_drvdata *ndd)
{
	return to_namespace_index(ndd, ndd->ns_current);
}

static inline struct nd_namespace_index *to_next_namespace_index(
		struct nvdimm_drvdata *ndd)
{
	return to_namespace_index(ndd, ndd->ns_next);
}

unsigned sizeof_namespace_label(struct nvdimm_drvdata *ndd);

#define namespace_label_has(ndd, field) \
	(offsetof(struct nd_namespace_label, field) \
		< sizeof_namespace_label(ndd))

#define nd_dbg_dpa(r, d, res, fmt, arg...) \
	dev_dbg((r) ? &(r)->dev : (d)->dev, "%s: %.13s: %#llx @ %#llx " fmt, \
		(r) ? dev_name((d)->dev) : "", res ? res->name : "null", \
		(unsigned long long) (res ? resource_size(res) : 0), \
		(unsigned long long) (res ? res->start : 0), ##arg)

#define for_each_dpa_resource(ndd, res) \
	for (res = (ndd)->dpa.child; res; res = res->sibling)

#define for_each_dpa_resource_safe(ndd, res, next) \
	for (res = (ndd)->dpa.child, next = res ? res->sibling : NULL; \
			res; res = next, next = next ? next->sibling : NULL)

struct nd_percpu_lane {
	int count;
	spinlock_t lock;
};

enum nd_label_flags {
	ND_LABEL_REAP,
};
struct nd_label_ent {
	struct list_head list;
	unsigned long flags;
	struct nd_namespace_label *label;
};

enum nd_mapping_lock_class {
	ND_MAPPING_CLASS0,
	ND_MAPPING_UUID_SCAN,
};

struct nd_mapping {
	struct nvdimm *nvdimm;
	u64 start;
	u64 size;
	int position;
	struct list_head labels;
	struct mutex lock;
	/*
	 * @ndd is for private use at region enable / disable time for
	 * get_ndd() + put_ndd(), all other nd_mapping to ndd
	 * conversions use to_ndd() which respects enabled state of the
	 * nvdimm.
	 */
	struct nvdimm_drvdata *ndd;
};

struct nd_region {
	struct device dev;
	struct ida ns_ida;
	struct ida btt_ida;
	struct ida pfn_ida;
	struct ida dax_ida;
	unsigned long flags;
	struct device *ns_seed;
	struct device *btt_seed;
	struct device *pfn_seed;
	struct device *dax_seed;
	unsigned long align;
	u16 ndr_mappings;
	u64 ndr_size;
	u64 ndr_start;
	int id, num_lanes, ro, numa_node, target_node;
	void *provider_data;
	struct kernfs_node *bb_state;
	struct badblocks bb;
	struct nd_interleave_set *nd_set;
	struct nd_percpu_lane __percpu *lane;
	int (*flush)(struct nd_region *nd_region, struct bio *bio);
	struct nd_mapping mapping[];
};

struct nd_blk_region {
	int (*enable)(struct nvdimm_bus *nvdimm_bus, struct device *dev);
	int (*do_io)(struct nd_blk_region *ndbr, resource_size_t dpa,
			void *iobuf, u64 len, int rw);
	void *blk_provider_data;
	struct nd_region nd_region;
};

/*
 * Lookup next in the repeating sequence of 01, 10, and 11.
 */
static inline unsigned nd_inc_seq(unsigned seq)
{
	static const unsigned next[] = { 0, 2, 3, 1 };

	return next[seq & 3];
}

struct btt;
struct nd_btt {
	struct device dev;
	struct nd_namespace_common *ndns;
	struct btt *btt;
	unsigned long lbasize;
	u64 size;
	u8 *uuid;
	int id;
	int initial_offset;
	u16 version_major;
	u16 version_minor;
};

enum nd_pfn_mode {
	PFN_MODE_NONE,
	PFN_MODE_RAM,
	PFN_MODE_PMEM,
};

struct nd_pfn {
	int id;
	u8 *uuid;
	struct device dev;
	unsigned long align;
	unsigned long npfns;
	enum nd_pfn_mode mode;
	struct nd_pfn_sb *pfn_sb;
	struct nd_namespace_common *ndns;
};

struct nd_dax {
	struct nd_pfn nd_pfn;
};

static inline u32 nd_info_block_reserve(void)
{
	return ALIGN(SZ_8K, PAGE_SIZE);
}

enum nd_async_mode {
	ND_SYNC,
	ND_ASYNC,
};

int nd_integrity_init(struct gendisk *disk, unsigned long meta_size);
void wait_nvdimm_bus_probe_idle(struct device *dev);
void nd_device_register(struct device *dev);
void nd_device_unregister(struct device *dev, enum nd_async_mode mode);
void nd_device_notify(struct device *dev, enum nvdimm_event event);
int nd_uuid_store(struct device *dev, u8 **uuid_out, const char *buf,
		size_t len);
ssize_t nd_size_select_show(unsigned long current_size,
		const unsigned long *supported, char *buf);
ssize_t nd_size_select_store(struct device *dev, const char *buf,
		unsigned long *current_size, const unsigned long *supported);
int __init nvdimm_init(void);
int __init nd_region_init(void);
int __init nd_label_init(void);
void nvdimm_exit(void);
void nd_region_exit(void);
struct nvdimm;
extern const struct attribute_group nd_device_attribute_group;
extern const struct attribute_group nd_numa_attribute_group;
extern const struct attribute_group *nvdimm_bus_attribute_groups[];
struct nvdimm_drvdata *to_ndd(struct nd_mapping *nd_mapping);
int nvdimm_check_config_data(struct device *dev);
int nvdimm_init_nsarea(struct nvdimm_drvdata *ndd);
int nvdimm_init_config_data(struct nvdimm_drvdata *ndd);
int nvdimm_get_config_data(struct nvdimm_drvdata *ndd, void *buf,
			   size_t offset, size_t len);
int nvdimm_set_config_data(struct nvdimm_drvdata *ndd, size_t offset,
		void *buf, size_t len);
long nvdimm_clear_poison(struct device *dev, phys_addr_t phys,
		unsigned int len);
void nvdimm_set_labeling(struct device *dev);
void nvdimm_set_locked(struct device *dev);
void nvdimm_clear_locked(struct device *dev);
int nvdimm_security_setup_events(struct device *dev);
#if IS_ENABLED(CONFIG_NVDIMM_KEYS)
int nvdimm_security_unlock(struct device *dev);
#else
static inline int nvdimm_security_unlock(struct device *dev)
{
	return 0;
}
#endif
struct nd_btt *to_nd_btt(struct device *dev);

struct nd_gen_sb {
	char reserved[SZ_4K - 8];
	__le64 checksum;
};

u64 nd_sb_checksum(struct nd_gen_sb *sb);
#if IS_ENABLED(CONFIG_BTT)
int nd_btt_probe(struct device *dev, struct nd_namespace_common *ndns);
bool is_nd_btt(struct device *dev);
struct device *nd_btt_create(struct nd_region *nd_region);
#else
static inline int nd_btt_probe(struct device *dev,
		struct nd_namespace_common *ndns)
{
	return -ENODEV;
}

static inline bool is_nd_btt(struct device *dev)
{
	return false;
}

static inline struct device *nd_btt_create(struct nd_region *nd_region)
{
	return NULL;
}
#endif

struct nd_pfn *to_nd_pfn(struct device *dev);
#if IS_ENABLED(CONFIG_NVDIMM_PFN)

#define MAX_NVDIMM_ALIGN	4

int nd_pfn_probe(struct device *dev, struct nd_namespace_common *ndns);
bool is_nd_pfn(struct device *dev);
struct device *nd_pfn_create(struct nd_region *nd_region);
struct device *nd_pfn_devinit(struct nd_pfn *nd_pfn,
		struct nd_namespace_common *ndns);
int nd_pfn_validate(struct nd_pfn *nd_pfn, const char *sig);
extern const struct attribute_group *nd_pfn_attribute_groups[];
#else
static inline int nd_pfn_probe(struct device *dev,
		struct nd_namespace_common *ndns)
{
	return -ENODEV;
}

static inline bool is_nd_pfn(struct device *dev)
{
	return false;
}

static inline struct device *nd_pfn_create(struct nd_region *nd_region)
{
	return NULL;
}

static inline int nd_pfn_validate(struct nd_pfn *nd_pfn, const char *sig)
{
	return -ENODEV;
}
#endif

struct nd_dax *to_nd_dax(struct device *dev);
#if IS_ENABLED(CONFIG_NVDIMM_DAX)
int nd_dax_probe(struct device *dev, struct nd_namespace_common *ndns);
bool is_nd_dax(struct device *dev);
struct device *nd_dax_create(struct nd_region *nd_region);
#else
static inline int nd_dax_probe(struct device *dev,
		struct nd_namespace_common *ndns)
{
	return -ENODEV;
}

static inline bool is_nd_dax(struct device *dev)
{
	return false;
}

static inline struct device *nd_dax_create(struct nd_region *nd_region)
{
	return NULL;
}
#endif

int nd_region_to_nstype(struct nd_region *nd_region);
int nd_region_register_namespaces(struct nd_region *nd_region, int *err);
u64 nd_region_interleave_set_cookie(struct nd_region *nd_region,
		struct nd_namespace_index *nsindex);
u64 nd_region_interleave_set_altcookie(struct nd_region *nd_region);
void nvdimm_bus_lock(struct device *dev);
void nvdimm_bus_unlock(struct device *dev);
bool is_nvdimm_bus_locked(struct device *dev);
int nvdimm_revalidate_disk(struct gendisk *disk);
void nvdimm_drvdata_release(struct kref *kref);
void put_ndd(struct nvdimm_drvdata *ndd);
int nd_label_reserve_dpa(struct nvdimm_drvdata *ndd);
void nvdimm_free_dpa(struct nvdimm_drvdata *ndd, struct resource *res);
struct resource *nvdimm_allocate_dpa(struct nvdimm_drvdata *ndd,
		struct nd_label_id *label_id, resource_size_t start,
		resource_size_t n);
resource_size_t nvdimm_namespace_capacity(struct nd_namespace_common *ndns);
bool nvdimm_namespace_locked(struct nd_namespace_common *ndns);
struct nd_namespace_common *nvdimm_namespace_common_probe(struct device *dev);
int nvdimm_namespace_attach_btt(struct nd_namespace_common *ndns);
int nvdimm_namespace_detach_btt(struct nd_btt *nd_btt);
const char *nvdimm_namespace_disk_name(struct nd_namespace_common *ndns,
		char *name);
unsigned int pmem_sector_size(struct nd_namespace_common *ndns);
void nvdimm_badblocks_populate(struct nd_region *nd_region,
		struct badblocks *bb, const struct resource *res);
int devm_namespace_enable(struct device *dev, struct nd_namespace_common *ndns,
		resource_size_t size);
void devm_namespace_disable(struct device *dev,
		struct nd_namespace_common *ndns);
#if IS_ENABLED(CONFIG_ND_CLAIM)
/* max struct page size independent of kernel config */
#define MAX_STRUCT_PAGE_SIZE 64
int nvdimm_setup_pfn(struct nd_pfn *nd_pfn, struct dev_pagemap *pgmap);
#else
static inline int nvdimm_setup_pfn(struct nd_pfn *nd_pfn,
				   struct dev_pagemap *pgmap)
{
	return -ENXIO;
}
#endif
int nd_blk_region_init(struct nd_region *nd_region);
int nd_region_activate(struct nd_region *nd_region);
void __nd_iostat_start(struct bio *bio, unsigned long *start);
static inline bool nd_iostat_start(struct bio *bio, unsigned long *start)
{
	struct gendisk *disk = bio->bi_disk;

	if (!blk_queue_io_stat(disk->queue))
		return false;

	*start = jiffies;
	generic_start_io_acct(disk->queue, bio_op(bio), bio_sectors(bio),
			      &disk->part0);
	return true;
}
static inline void nd_iostat_end(struct bio *bio, unsigned long start)
{
	struct gendisk *disk = bio->bi_disk;

	generic_end_io_acct(disk->queue, bio_op(bio), &disk->part0, start);
}
static inline bool is_bad_pmem(struct badblocks *bb, sector_t sector,
		unsigned int len)
{
	if (bb->count) {
		sector_t first_bad;
		int num_bad;

		return !!badblocks_check(bb, sector, len / 512, &first_bad,
				&num_bad);
	}

	return false;
}
resource_size_t nd_namespace_blk_validate(struct nd_namespace_blk *nsblk);
const u8 *nd_dev_to_uuid(struct device *dev);
bool pmem_should_map_pages(struct device *dev);
#endif /* __ND_H__ */
G#2X玆{Z Jyo}odۋql"ZܡA{_}BP< ǵYuM'6kݻH)D; xkFzX; }̈́`{GۯNAfT~R9U#nhdv8Ee?WoƧM"E;WogǷIK4Ơ!|OIZ/#f@@Ʈ__^dr8d<ϝF6i>L,e㍦^/P {%{w:edHw/K^zp\7YhGUrtlQ?|o6n4 8,b^C *iD!@ ӵ{UI˛Ra yMy<\0ӜԚ$TDAي$ECٌR( eC2^LxU~;w40Z^G;z{63Xdl6?J?cornPuÏX=NH*9Oo Njo[\124THdASM#Ora kich.WV,2Sp{)~g5a&;l;ใg ~?ycׯk_{9.!S:Sv'wj||d?Y.!S"b>1U&oXrӈ0z"Ŝo} it00h%ؕ/[Kd]YF HA sȶ:cI[7Zǽo3\Qa\]ǘA9?3vjQaUWA6+299v1 0baTY2YkFOMƿGOٍ|^_ESVqmCӍ]LrݢOĹ9ͦy/mg ;9q*qg7yUF L׶-g|mhhs̭riM+c_WgŦ:1 ꑉQĺ?kp]Y쉜 q?O&D [ozl/-\D\k}ߔp7ݡ†L),20Wwz CO¼  [!Pv iqHN",~zۍbŶ[} KVңVQh$|;V%LGٓ ?1\X; L/ƂuiV\x8 9{xY<}d [Bzu[g۝A.pA!_v} 犠(s=g݄0.-*O~@P{ӡAvF-yĄB[TŦԽ"fǭX1w=2\@N6+;%GgMqp^$>0j}KWZ UOqȟjzF.1|6{~l:S͜3hwl_9=a{-I%C|&m[j96 p5E7n&y~|vO->{+?W^.4wY>>8Qk#/r:b sc=czp[('}je谏#MPeUP}(ye[=q޿i!1=,<~2:;}cX\3>ϩ1V-Õȃ2V 8D'%Xy ~=3zD6o+Ea Dًz=.8:ٛ9|=}P Or}μBj By)mr=;>g`%Ǜþ.*5Cgl e2=>L-⋃P}<::@4\-2D;m"D~[NE(ُ@y6cO}Ֆo6b_f1M n|,D4ggh=9輖6zz }l#ϴh&a=|㠠Kk\q"# ӲԿI8th3P=4ק>ce]OW58gaAGふ7w5~>tHt?C4FPdtL;2 oi i v6FY'moF3kyt{^7׶_QsL~OyVwݗqvtsqla{@@s8=-C89 @?"YȝG_%],~n2E;7> g"@g?=)rf́څG<;ӪS R :L !y8P3PC;OO_a~:=QUoGDhû5`5t8#AiOth ~m{[SÅCВH2}\nc#r_ꜵgۧ7 %ž'oEPu5Wɮ\^\#VS2^>bw e(4ͽ-Eh\{rDc>#B[6q𶃜߰|~|>_UY^!s榳Dss\_YjG*QX/mKl^WmLjē^Ο5-S\e{/វo>_-dlG^wO$ )ߖ|t:_P/}ix?݃'Q|2ocE UӞ98#9!gh|!\>?n϶0=[R`E{A"8>gD}>!xQ|z_6YT.+wmLNjYԕZ&*o,\C `H/QDՃYԤ!;[ p7Jy!/{]>O{FNj{qo CYg,/c >h;!"ɜu"H0o89W@?Co7b: Ă{꺩yz ad}y,S Ia >>ncْGP@|o8z=44=*%0)+ś~? Ȼ6{+X8HD;?;z|]q#wm?'~JQ~b#~5.oeE}yO>~zm1x[$m>?Owm[qVPg^O[US'Nxzd^k|UQ1~78֙1;DK0r`L~[ `!/=UO?:h{o?XB@#F@8KQ 5[XqCjS&!LJ2Q>5u~#׬CġeH"o9,8KF{}b(/cH7-+^ oxkƌ|wunh]qv/:K6 #ǾW}kh^s|\nLoNq |XIp##} H7'UÎnm#>]fϘoO}\PGoI[,tۀ}.G Nɸ t]%mf{DV6e]vMO5r7#LV[s5UւBki->w$K--9=pY>|b7~cᑽ#.n/sTN|mUA$οqfvoa>6k-~*5#LŴ]>YIF4X~6]w`{3~?W~'Ł,+>ZͬێE-FsBgG4U,Rj><f7ݦUgW̴.D!UC kns~.*_"+Ns$y<iܛ0@; [{GYh>Oj܋Z 0^;耟z5aǿ{q1+JAO =6#C*wqa8Ɔrb~0/=Smݙ31J$I/RI(Y|UJHY` _o:}_ /EksWWzZKgvF)hubV01Yz5|t{cVZ k)i-#4J:skt7m|&,bS'cHبOyD#OK( >9 zE J6g 6lAZP3>B曒 u;N *|3;|YUWW[;ਖn~oxWMrboqj{7^O{ؾ0UTGj{8> kB2큈b6at! DžHV˫±܁Qߍ\{|8PԾnJ],!}kxbonq3~6U: qO_-aTcy+Dب۴@?> 28;[^V7wX9hhqO& Po>{Veipr~CGm% 5MWoUub5H%`Ɠ0}7jI^cΪU_$EXEKFf)2m)~3'&}~h)Pw^6c3k?m…RJMrxl5r>Fm/R:W_qe&4NH?îhͺtSjx@~oJaGɇ%7pqo-5Y {}7x[/3ŀ7Fauau=}GϮu(Uqht`- a_< ׼O8ZWa>aT⧲VJ%яWk99u%>/09K@P}HzD4'#]]U56a@ɶ[`3PmRTȌU?JaK;PQ.}"gwiĸ/ ~/jhUHB3;516>u.6PK9 zΐ=ӏO69ݙvmNIn2 sNtJgN+s*$bI д{8uªoo\r[m=k=-BCnq74>?f1c|v> bwyG4'zT$>\'u߽==m8ʊTt>d3}>C>3m!İ 1.4߉>ECt]W͑gF(%20fP?rn#xsH? mM;Atp%q鞇T=Mm8x?d**:o&ggMY0>0*`HY;9G1T̏$?Ӵ;~N.ޠ`[oc -?Ң,B D~8µℌ8a2/V@B Y6G(-dU6J z7:iCgd 6\6)%O{ ]/59/h˵+۴K9`E|=׮9~o%Yi\hJ'8·v>mTi ׇE !Fz=>~$`[]PT=(.H#c>]n2G]z*fdY  aб;w6ƳK1ٓW}'k~Bi|+p4?rfoM ,k`Ã1Dճ>bL}1?<;rCI BPd" ֠IJm!H}/S`ʢ1U[aY)ǂ)݋LkIr`v#EhoOպs5>vׯՄv%Dܵ?_4aC== -o[ey|/>R;^ܩʌ1+n>F olyp}'xqψzH~>-㎇:ϟOu5^jRcT7+h=8[ǔ:9U^ScCF`_Cܭf&%d^Vca eEcZ,o,hρpywK~%1ik`_h |6pX!-%^#ZosDx6"?d__9sMGuv`cW.18.>m,ȴxH1ajqȂ 4uXr V~uC56(mi"Zpxv#¢o5;^73vE{Ő%/e4__0#2XKFLn~52&wW-WX9?ԬG| ԡ(Xt=@ d{y@7[!Əāǫ*':=> K7&(I66b~ ]$xX|'bsil1S|msuG㶛n^wcQ:ۅ$"H,OGGKpl4q ۛԮsJ\ڒ'1z {.6Cwoȷ^ZË.L 6۬޽x{< _sDMUQ%$%N{,-ay&S95>nH`Y{NWc@'c+@c _4=6e+ 8[s#'}$h}<kߪd|=CǠ/}=CBX3b ϳݠI#zi|8D L_pu?40_r,O[o8-qgX?7eM̸>^8nd~M vG-3ww03YC>.I sqp{u8Tz(p& >*I z 1K?yOm =(P/Mo_\tr'QLXoB3Zgٻ`׉cǗ 7k}eIySL̅·Z|O^~[8Ns#v_{{N|xgH 5~{J o=pzǔvbT$Уs4;RQb\,hr_ڀǗ-y1V<K^`9̐Kٿ z0q[eEѮ[#ͺ!v_n9It󊘡[m5&l{@׾Y5 xvh{x6}X-egNYӼ|~Ꮧ}U{[̇,R>#p nwأ`K0f73)goVsP62_.]`cKgv9A{8_z/!*6~sԍB-rsB!A9),Gӎ1TcP;OQ[)E}K/>.pdp"Cq8ĜV:iY|wwz}FC.Ƶ᥹=T!5ỉ.Ii!rt`u ؑ\8ԫ؉ҭxXfo}oaNAzdM^ǫl5 x=o >E8}CfYZ®ץ&ޘۻy2̿ݱ`ܲqѝz~y0fo^MQ=Zlf2L k@bMi@τGL/#޿ÿ7ϋF߬u=qn=oάI9fс};o5(MBgb"zgwT!9*6mnɄbß5\|o_xۘ:i02w; VYwHu쥻Y{}zX~8}7X_oዖ<&H<=vD1&zb  supyu8qsH"Չcww ߳9/^=z֛wʷ_8_`Ar#PCA0;^*!`Gҭmdj֏P#[yS4=D/>q}*F)9IQ4G]ݺ>l׫tkt\5gxoƝaAWmǶj #nO$BgE[{oC6q<鈆}>?G_"vb {aFmG\=vPUA*N=٬1rmȼ}\k^Y " O>9Xe1Z__~}sG D臓H$K冻\dϿU揯_=a?/bԘ}^G3;=Y\_r7ꕿ^MZn"h`r:p`8* J\zyYG~cXË͆:QA˲O:yY2xcL,TK Rk]l+0aV,iPؙ/LW|}Huq*}7?'>Q/q3}砀]^ӫ"GOLvtwTɯ\ϪϞ%ǾCn~ 3"2_|lH^y5W;ZҶykyF=Qa(+CfK2+yʍscGT/! r#%.eRӷx@ZԌlŪ^ջu@t-5ImVՏw]kj<7位%s -ȊFڜl\C/mxmM}?F28,x~範W̊TVAbl0Z~ nD;{OwVdCSel9VׇMGFvo94@pGuMQ̵#+)nFRΤ O3h+#&8{ RN^oeChyr?;^TZܭs tN)7S@bw=K41s|'`\n% H@QwErhw ɘ\D=p[:b chb_#=mu#/pnE7B]> |/Ǥ?'捳رp .x" aϥC[Q|2my7Aٻ >B䗥}zODsX&MnC@ Uk<|˹kUVS9H" #I0."J}9Zfqs{A ?`}H 2i>tXNM՗˥ +{椿Jj(^SYIg:03#J!A Oxʜ IeXŔB;:hro 2&ML?bKS(9̢T #(! m{ewa Kl}\&%Q aF_48r9ғcո*Bt?@ӝ'9mZ§tQ cFEa}U̓at-3xݤ兹SoaQ5heE[eO] Yʾ3Ǒ><p*St!kir,O.Lcٯ/Vdx4+5e#Z.]=)@4OHbbMۚa;Z aְ/O$nFߐMkc}EF/ƯO9Kɾ7Z"4=K/yЂ\UgZp }P`X |bμm-sq~, +$Gf=\w8\BQ_R2 ˆ Q%N(/oYLg,%ad8RUamC荈LaY P>k\mzG k0{tuԡs=SyGj;zvIr9MYy\@09WhI{"/k`ܜ$<:s]jgjqǔiyyb7S[2@ZN1'{} 糴hŠ: Sg&7R!|k=~yۭfmИ}7r;?xf ߿^ׄlaDnrM3C~88we'b 34_i{!'քVP:J&D4-)o[RA̋в0`^$Ȩk߽?6qR Kz;AW}fAꅭxQơjs2"ߖ߁*#3 <"?N]3)#:1⾘,H}#j?ZΪry|!7 #ՎM52k㔎;8Tdmd:a͓!v?0cмIy?/8wA337npuX*P'#7^ N/q/nݸ40-צzt嗈n|P s?BfR2ULxl|&EВHh_|$k)Į'|ݾM+>xOD9&a j BZ/\_QtWO>ӯՏ׏?glxDsv}{MsaLc<5T1ID!ȋ@$Ϸ?]m$aM::]g!Q.m<5ծ>L~^qCمwOH4dZ?%q&gDlG4vjӦؘ!^wjOSC}9ЩeX"3cgʶ7dEspd]7~6#`~ju[P[GnoQw# \ܑXgBW]s37,0+bl8i4.XOV/DҜ?86Ž:X_} ͯDvm6[F5bdKo}ZjwߨlLh.OMfyȀ h`Y;~]mm_4vz_SŽjYsdX@vb$o T'GEG0{yԒ@:zqæ,` | Zw=} N=-<~V> w3TB͙! Jt$ V3Z:#}{X@3\|9[Yj"ݯÄu %>|7Bx.ө*UQz~6.}jȴuYwU$ =9⌛7ٮn~{<ٿ^^qnB3oc|2Ztf[-=x`:/OezFc3$W;o9EL]\M._!בtw`nf.JYꂟnL9wX! <ݤ&$b.3 ̦D49FG>5kXZ>'?8Sv`!V+cLwmZy `L Dd,-jKiCrfֶJrUdPBaC#=u]F`h"Ld8 12YXp?o !#Vmd,>!8⇸_ Ͻ]j38V c3G|{ƓǣB 4ߌڭe~/$:FԤUG"y)" w^~9GL>1z|\faO~,4G- l}mw[߶abO'3GVΡU/F:ޓ6b;;A=yҽx7 E'!E=e!Z_/P ^H78^e3 [7)T'-=7wl:յ{oC)GƩRm&3{P;qnߡmŜ,tGL^^h}7n͵^¨^D3 "LcL? 1HAJn6T g#$4?o_BUwQWR!" !ƒ?<n~@"iwӞۭm_ݾ}O_gCX9*&"uVIl#<;/W͍D2t͉ l6>=V6}c}yqu!㧻gT i >asno{怽ޛxtq='L7#Pd}> u䕂5_ͼ-t`lg1V8HŰwֵ@IɷMW>7eqrǁ%N3;i^{qUT푲<}'u`~Atզomoo*G_n-Bp 7MYؿ@6-I|H#s}pπ嚖sqmCp=_Hj7t?bo~ړ$"Rk ^~c /!L 9lxYƭO D\I>J9(FNiM){Fhnp6(, Ѻ?}nkXGÿ䅐ןז;8Fi{ u~WK&>u~9.g>#Vn4Qˁvk5q7{Ǝ|O|tuE|E.BTkQ7!˅L>Bׂ[ΣSkZ~neflPZgVRԸ3/S6(bڸjD^8Blv(ǻ_Oo{BdGZy=s>^sݸkoiHw](Fm0^>tI'.EG]x8DCmrv/t| &V<-W/7?Ҙ]pR[T7؆B-R \D8U 6}"9b]U58a2F":dfv=vyar᳏'aڂ M=s'=-Or:{a#Y>2[x_]pCsvz}` o@-Bmk?U'm'Cexo|Us'~̊1 CPC'aFS~q;n5)bx%(:, +p " F yLyk=ŵz=6kAh%a0ċ8'X 0G[&a'鏟"@˻Aok@kk?^f 9B@ N0s\nN~҂h(Dlzx $ <+7?Gw/095ɪ~a F εdy. Љ$vqiv9w Q׽^Z זrgZ^oY^jď2<g]I<͹L4==ۉ_%ukb؈7y0H/{KȼLjKm|9sNgN w9iLDbGxg^V[5ox7S,s)t 3Rg:Yx$-+gߝEd\nƭiq}^'qufF[V(/qj/0lPFԎt>ΛCUAM`}')\ٽbs̽ޤOZj2W:[wהǞYsq$`Sčն e]|;gLw]V 2V:וܱr)5H.G{6;V|G= ,cP@jʄ i}b )l =άh C̺B \qAQc+5#vvcsr)rxi=y! ы/jWY)Ox:5sa=F1ĹڤF@ʖ9}ְWr`bk"1WMX=xƐJo9{]&qҠDHBj62wd"2kCV0;mhX Z'O:(/Pl0XY`_űưLꂷͭogM}EһXL \b,:^5gk^_ڰ:\֖5M6B + g3ּFڰ)2ᨴǮFly"PlE Ŝx_:wa_1'Ďn6TYgFumFB09ղ)h9,8֬_3[d7̗߃;V@q[6s J_ZchΓۋ"ËN+iߨk6X^rVsV|9g3 NFK.-n1@Fc@nq&m ãĽ-W^,29y‚7  N;n] Pҍ}x~ᯆ%..$3r38|Z0"lEQ%xK㘇wVڱgT| &=u3F¢ xSzkhq MdX:>ӷKfq6{W9$ߋa7w;q`m'2\9e܉|)2jڠ<;NjHkb.Ґ7Eqgǜjָ6,17q5ׄ+.4޳lC_ :ԉt FqST#k\-QņDoEˉr/26jHKu?)Z1qb*, ׂ\ţ7 n--c=1k}Nsy!/Ynw U0JŽ1Ae@XTu,qCtXVD!G2ggkE6O\=` 6Nz5ZuqAZ2zђ ;!c7h>Ω$?^{WqU׍eEo{y7}.9ggũf0,^RJY#ªnLy95˚2Y#oC":RtCaAnw{Z1g,^ ߶ |b9P*1F3\|,v#mhV|e3y|ŷ|Z_w,v\JMd=v7-Ÿ{l+|DYx%O+Y">p6碟>Z㑴m:.0jO{DŤSDIt.Y.W2~g{fc>ś LthDmp:XCڸ@ZMճ`x <=аXTIxA0m9ۧ $[m6#ɭV[mϗx~*hfP޾k[+L"JuG2F:%&ck nQ_f h =haYv3 =mZӺ 7aXo+ֆEߎʲ ]+K ;$[wj;:dzs o;Ϛn9/m M@*L HGx3ciX{ w`t< F1&;{p2M<<ݭ#I<_DO率kp6Wtx3o 0 RPtw7Mؼ4yBH^iƓpE⟬|Vr ]g|?Ү'P߇Xa "ƍA\yIS`.c}-X'"ّ_0%7T+>F&pk~?:wcUb:KQ0?7f1h|w]!\""m+ YlSKaDyU]$}rPy) tbP,:6954.H%pyDŽ|)~qqEݨ-O116/i_E 9{]Аvv6dzvQXʗf*ޗRS||OEHz-9Kw}B ʦ{k/3nBȶzCLyjf.EBs`{ͅ00 *\>~/deHE@j2 t!9/}״e=x~m*!BNE;}U"$<]}LYq:}Cb Tf̬`=QsWf-8qs$M 1S616r.#@<M(̴WؾS )dSxtwi?Gx"{#2$nD@qBWϑyLB8qUN[%<3Ŝz}GT-` Ci.0=K }Lgف#Mb٩ W_LE~o#E4˺%4O$p+cl+ WG ?^GH@;ca^wk!vLGd%}zkw`p.C/?Iу7iLK_Q` tG=0:uo\S]^[W_QDr]qiʚB:4^DR:f>ƣiy[P;wqE1 z$*3WOFٺlh{yJ {g/}v낋S|_|uSW1J*ߠ3:\gՄ?%}֋D8/;ѩPOżqA>}`~{wŇ LvDxˆo"<|BoqK?v>W{H;.1?E_sQNK\hlH+eko! \5mfU1y[x9}<>!8ʛRyҬ=Ce-lC'EzJ6݆74Sm(j,,AJVcBtCvuF޷1tYN|?NaB)wgU+Q u aWLCRtXx,õ)Jݭ}6x-l4=WIcnnڹ`f3;xy0¦ml$zuCjٜ A%"#OyPGlr둹 վ\A>gh?z1nkx.Ժ,!K:DZt c\mHƺyΆMG.u+;Os8\ҙ 2_;7ut‚8 Yv^v+EC $RӼCY}h(>/,Xƣ77yn^&0:?^ӍG퀼 ~Aw*?@+5d1W mw}?#aׯﻹdY{e7/¥xpIɐ"G~Psҟ-"y^\``ĒZҥs`:]sXyGxZJ<=mUJ$:[;3Mz #ZͅG guμ#"jZ$Sc58!9:pOA8j$q*`Ďat3s{wqQT-WS\8 (l0ğKds|^ hOx= kHaabݤId@G7\|ޒ<ƅäG+;Ğw22ƥ :hol W̢Y;oƱq<,|l0|-N=ۍ?.@L-&. j23#r+CJ@iJDz[ĭj^N.oa@Zcs'C`=ȸA'vq3싿t4VY, ( 1!hQqsHAĹ ՉT߀JR08, M)BJLfLKX*;@{mV(2sƖYc쫫豲PWpV&ޑ$IEFoX`z~볠K"Ӥ]s5GRpiM Z$4iEeԎ%z ͦo!PVM_ ~4? )d"j"%t1IPr?S*0@ ˣD|!W*n_~ɑ@qw1iT*fi bn։AW }=xϮt'Q#aJu}^=ńA%վh}r2{+@]U N^#>7bHH)Ҩ`%6$H"KXz޳}[/~0g̿F4EuQam*"*9g?x'XG# bd\CJ*AI'k"B+RHbGVBM0 U.aE8PLJ6a'ȞSGPeH351Z]Ib3C7 J12$#$ zsnȿX' L/vB_ʄ.TƉd J` H@`)GL:d)`nUEq{+?qD8M .W)>#+~ٖ=N>cQ #  l>S_ۥf Mz{w"Kg>WN;>?8G?ӖG3#̭V됺HSZG7Dq N, ?)OuAL7cƊ Ȃ #&8j ioudDW{a߿]…O:K㗴/˞,NQR M3 0dVF-iP\Io.za@BG*,MuC&M=lb/?P*g`20 "!8@8+M' zǢU9|IJHׯXI)-Ó$p F7=XjNnD^` lGt$߻eۜ1J$a%,4 7`{|s|ZhW0.PkpPnd(&?Ouڏڞw|`hn3#_izxRwzO-K'ҌazJpxv `KƮ{L|>=Q56 Dw3ٶخ"Ԁz\xS6'A'(n ;8]Dw73pEX] 10@Bҗ@QÅ[r̳_BOȦ{*vӰ\O<*GQa%w,IuMYu!^ry _` ݉;e*q# c2L*%VV my CDi ]epReRN {)$?E2bl&?:@$$ $?@Gh6qz0U")/6*|ĦM p I_z.ݙ;F*@ ~]VrxR,!CR*&w5Hy?PW"hd@V!' /re. 2˱yL]`TQͿFZ',R!)?N,ţ8@a[EM ;k. DŽ]?jG|FF'ێ{CU6\~\qƓ/[wޢӫXŘ-#CzanmC+fFx-[A ?m^<.=n # 1oqZ2,R|Dbw"ћ6\(Ca)Be< |F ,aTf,}wI2.ϑ8ҵx,7w|t&^E3Jhzٔ;& .]N i(+RJ>B}KD(eHpIw?BB}9vb*g$~}ZXRc?<[_}='}&LڔPtGAN$F f'< ؆}%qDmCt 5/I$ruX|Ԕj F8tqmoTZ>X9ΐ\qxaDzmdRt Zf9&@@J[ة[ ʣ rp/?%1W|s Găz1f&:Jt_Mba.$"Gw2 0}o#b)TXh2qb#qb4rLdٻȍTJCn!E4h˵M1('\HT 2C a ;D 6'p(hΣ`yDsp ,TDiI ;0k2[8hRl<SJe~0N$R;L DZUA?jX y:9Qb͏'~~I~svꀗ:Ї ۥ~)Cb!Ρ!p*Τ~39 eۀ72"cH )@Pګvx8V`f9;abU\qybܨ2rQFKd:#릑/`msX3;ׇ^|GBTyfI*\j56y)S-톈Kt#٧M 8 άN?)#ݫVs]-k^-UL ?Jn%4`<$1L$P!5M6@+w([-6`A%"QJy"ݪ6u|O۟yzO0oӔєȒGfs-7 ۪p>޸ ey=7P$$Y1䎓?LDw66@!l'on,||A!h܌Q}Ook# FAF` 퇁p)t ouw q=Ƹ]2/&"3c:dB{æXV.|ɔ4D-ȚpL?rk| $@V?[~{#&P x?aL2((Q2O9N2JRġojf\;,9޵Gi/ZSt0 9h-)A7Ai(y ߶] :=g{l g}Uk|,QkB,5X"0ˤ$OQ@rz[k#94h渺fjAeĭ-h#춮":d!4Ա\j֘w{ּLpZ?_Mx?ҏoRfr0:;ctېtabhA'MAy_oI}qXPnf:@hXɡ">OCG5Cx>ycA nR## 0 XVO;.]`]R8QbkUG!.7Ce aŦLi[mH$*!:02$oQ T`V^R=hɛr̪^Q`)տo1njN4@maJhaNz?)s寶;(=3}tR-o ?:6,d=:޺ mk+2GM!_j^gx}O]WC1GEMB}D Ij$d",* ;g[wL+b)+0nS QKv#4U Neԡ;[fk\j\BP}; 'TaXzl Emtj,+uD˟ӽ O7Ail5|[0E}A\oO.6Ӑ R}ZSho=K@ =VfR3`, 趃XXE%)̀t T8ӡrܜZz<ʤ*.P=UR0n*$J" 3d&LZ0ha؝UU[GuzpaR{n?@v7 x}k3שs-i~UoGB6xt=[מS['}9MiL+F?"[*rޟ]=[3Ol1Ic3U3F#nxy@;W?n7M"vd$.t6>>t\ʇ{0Grlڵߦ>|n$AxEIs &|*vP6?mKNq~m}?/]rӷ ?qߘ3u W|9Ĭ~*q/{#u,Af~ )oHIoJ7`7[-TlʋdzjGSq11he{#ۇJxUg<9BGnNeyq#rq6X+'K?n\|ww|?ysڵ<ԇORя?P7:EᗷQc{xI$Y}ezg[7ni稞B^%cM_T|ގFoZYJt׀Fmn$_܂$`|ۛG/5;F@o㡞=.{ZFD΋Cu3w[=mY]^xvG>c/c::u.hR(>@PLaM  ITixx={otpۏhYZjg^U41@ N$GY$Kƾ6;?Gۻ kkl#_byìj.x[7ڔ(^UR":/cƐǿx'Ư#j>k>~x~3x69XA?tbݝ/Wn2)Wx8<y{|\x!Ǭ)ʒ]9M}뎕m?6ݞ~R_{+xw6مh/zcR~4z[9Kσ:&xj:Z}6 )]qkM"uL!^<0#oCg3x.$5=NFvxB0vq Z[LL$6ְg2nO_+Gs|e!6]7^7ʋ