Jiri Olsa
b1b0ca701b
perf/x86: Add check_period PMU callback
...
commit 81ec3f3c4c upstream.
Vince (and later on Ravi) reported crashes in the BTS code during
fuzzing with the following backtrace:
general protection fault: 0000 [#1 ] SMP PTI
...
RIP: 0010:perf_prepare_sample+0x8f/0x510
...
Call Trace:
<IRQ>
? intel_pmu_drain_bts_buffer+0x194/0x230
intel_pmu_drain_bts_buffer+0x160/0x230
? tick_nohz_irq_exit+0x31/0x40
? smp_call_function_single_interrupt+0x48/0xe0
? call_function_single_interrupt+0xf/0x20
? call_function_single_interrupt+0xa/0x20
? x86_schedule_events+0x1a0/0x2f0
? x86_pmu_commit_txn+0xb4/0x100
? find_busiest_group+0x47/0x5d0
? perf_event_set_state.part.42+0x12/0x50
? perf_mux_hrtimer_restart+0x40/0xb0
intel_pmu_disable_event+0xae/0x100
? intel_pmu_disable_event+0xae/0x100
x86_pmu_stop+0x7a/0xb0
x86_pmu_del+0x57/0x120
event_sched_out.isra.101+0x83/0x180
group_sched_out.part.103+0x57/0xe0
ctx_sched_out+0x188/0x240
ctx_resched+0xa8/0xd0
__perf_event_enable+0x193/0x1e0
event_function+0x8e/0xc0
remote_function+0x41/0x50
flush_smp_call_function_queue+0x68/0x100
generic_smp_call_function_single_interrupt+0x13/0x30
smp_call_function_single_interrupt+0x3e/0xe0
call_function_single_interrupt+0xf/0x20
</IRQ>
The reason is that while event init code does several checks
for BTS events and prevents several unwanted config bits for
BTS event (like precise_ip), the PERF_EVENT_IOC_PERIOD allows
to create BTS event without those checks being done.
Following sequence will cause the crash:
If we create an 'almost' BTS event with precise_ip and callchains,
and it into a BTS event it will crash the perf_prepare_sample()
function because precise_ip events are expected to come
in with callchain data initialized, but that's not the
case for intel_pmu_drain_bts_buffer() caller.
Adding a check_period callback to be called before the period
is changed via PERF_EVENT_IOC_PERIOD. It will deny the change
if the event would become BTS. Plus adding also the limit_period
check as well.
Reported-by: Vince Weaver <vincent.weaver@maine.edu >
Signed-off-by: Jiri Olsa <jolsa@kernel.org >
Acked-by: Peter Zijlstra <peterz@infradead.org >
Cc: <stable@vger.kernel.org >
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com >
Cc: Arnaldo Carvalho de Melo <acme@kernel.org >
Cc: Arnaldo Carvalho de Melo <acme@redhat.com >
Cc: Jiri Olsa <jolsa@redhat.com >
Cc: Linus Torvalds <torvalds@linux-foundation.org >
Cc: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com >
Cc: Ravi Bangoria <ravi.bangoria@linux.ibm.com >
Cc: Stephane Eranian <eranian@google.com >
Cc: Thomas Gleixner <tglx@linutronix.de >
Link: http://lkml.kernel.org/r/20190204123532.GA4794@krava
Signed-off-by: Ingo Molnar <mingo@kernel.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2019-02-20 10:20:52 +01:00
..
2017-08-27 15:47:43 -07:00
2017-11-02 11:10:55 +01:00
2018-12-01 09:42:52 +01:00
2018-12-05 19:41:10 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-08-24 13:09:18 +02:00
2017-09-09 14:18:40 -07:00
2018-11-04 14:52:45 +01:00
2017-11-02 11:10:55 +01:00
2018-03-21 12:06:43 +01:00
2019-02-12 19:45:59 +01:00
2018-08-03 07:50:36 +02:00
2018-06-21 04:02:59 +09:00
2018-11-27 16:10:48 +01:00
2018-10-18 09:16:24 +02:00
2018-10-03 17:00:58 -07:00
2017-11-02 11:10:55 +01:00
2018-08-03 07:50:40 +02:00
2019-02-06 17:31:36 +01:00
2019-01-16 22:07:13 +01:00
2018-05-25 16:17:41 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-07-08 15:30:46 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2012-10-13 10:46:48 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2007-02-09 17:08:57 +00:00
2018-10-03 17:00:59 -07:00
2012-12-14 13:06:41 +10:30
2013-03-12 13:59:14 -07:00
2017-08-29 08:33:24 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-07-22 14:28:43 +02:00
2017-11-02 11:10:55 +01:00
2017-09-22 16:16:41 -10:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-01-26 09:37:01 +01:00
2018-04-24 09:36:39 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-10-13 09:27:30 +02:00
2017-11-02 11:10:55 +01:00
2011-03-11 14:25:50 +00:00
2017-11-02 11:10:55 +01:00
2018-05-30 07:52:09 +02:00
2017-10-03 17:54:25 -07:00
2018-04-08 14:26:30 +02:00
2017-12-25 14:26:19 +01:00
2017-11-02 11:10:55 +01:00
2018-04-24 09:36:29 +02:00
2018-07-03 11:25:05 +02:00
2017-11-02 11:10:55 +01:00
2013-02-15 18:52:45 -08:00
2017-11-02 11:10:55 +01:00
2018-12-05 19:41:10 +01:00
2018-11-04 14:52:44 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-09-07 21:11:05 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-07-03 16:56:28 -06:00
2018-02-22 15:42:23 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2009-07-31 12:28:46 +02:00
2017-08-04 09:27:41 +08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-10-18 09:16:24 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-06-21 04:02:42 +09:00
2017-07-14 12:37:41 -07:00
2016-04-19 16:54:26 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2013-07-30 11:11:44 +02:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:14:54 -08:00
2018-11-04 14:52:46 +01:00
2019-01-31 08:13:45 +01:00
2019-01-31 08:13:45 +01:00
2019-01-31 08:13:45 +01:00
2018-07-03 11:24:49 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2008-04-30 08:29:54 -07:00
2017-06-12 13:20:20 +02:00
2017-04-18 18:01:52 +02:00
2017-11-02 11:10:55 +01:00
2013-12-29 15:25:48 +01:00
2017-08-30 14:40:40 +02:00
2019-02-12 19:46:13 +01:00
2018-01-10 09:31:20 +01:00
2018-01-02 20:31:15 +01:00
2018-02-22 15:42:20 +01:00
2018-04-26 11:02:21 +02:00
2017-11-02 11:10:55 +01:00
2018-01-17 09:45:27 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2011-06-03 15:01:06 -04:00
2005-09-12 08:48:08 -07:00
2014-06-25 16:04:00 -07:00
2017-11-02 11:10:55 +01:00
2017-12-20 10:10:18 +01:00
2018-09-26 08:38:09 +02:00
2017-11-02 11:10:55 +01:00
2012-05-07 15:02:26 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-07-11 16:29:22 +02:00
2015-11-16 09:27:32 +05:30
2018-05-30 07:51:47 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-07-17 16:25:11 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-08-03 07:50:38 +02:00
2016-09-06 13:08:40 +09:00
2017-08-28 10:22:27 +09:00
2017-09-11 11:00:55 -04:00
2017-10-03 08:57:07 -07:00
2012-02-20 19:46:36 +11:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2012-11-19 14:32:13 +01:00
2013-08-02 12:33:54 -07:00
2016-10-28 08:48:16 -06:00
2017-04-20 13:47:46 +05:30
2017-02-24 17:46:55 -08:00
2016-09-26 22:16:41 +05:30
2018-03-19 08:42:47 +01:00
2018-08-03 07:50:35 +02:00
2018-02-22 15:42:23 +01:00
2017-09-06 21:55:10 +05:30
2015-09-08 15:35:28 -07:00
2017-03-02 08:42:38 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-29 15:34:46 -06:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-07-17 13:42:48 +02:00
2012-10-13 10:46:48 +01:00
2012-09-01 06:14:02 +05:30
2018-05-22 18:54:00 +02:00
2017-11-02 11:10:55 +01:00
2012-10-16 18:49:15 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2015-12-11 11:05:57 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-26 11:02:19 +02:00
2018-06-21 04:02:48 +09:00
2017-11-02 11:10:55 +01:00
2017-07-12 16:26:01 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-16 09:27:55 +09:00
2007-11-08 08:42:46 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-07 17:22:14 +02:00
2013-09-26 15:06:58 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-10-20 14:51:10 -04:00
2018-02-07 11:12:23 -08:00
2014-12-31 13:06:50 -05:00
2017-11-02 11:10:55 +01:00
2018-02-22 15:42:23 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2013-02-23 17:50:12 -08:00
2017-11-02 11:10:55 +01:00
2015-03-02 14:50:06 -03:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-28 16:24:22 +02:00
2014-10-09 11:35:48 +03:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-12-01 09:42:59 +01:00
2017-01-31 13:23:09 -05:00
2018-01-10 09:31:19 +01:00
2017-06-09 11:52:08 +02:00
2018-03-28 18:24:43 +02:00
2014-10-15 21:31:27 +05:30
2018-04-29 11:33:16 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-07-22 00:04:51 +02:00
2017-11-02 11:10:55 +01:00
2017-12-14 09:53:08 +01:00
2017-11-02 11:10:55 +01:00
2018-06-21 04:02:49 +09:00
2019-02-12 19:46:06 +01:00
2017-11-02 11:10:55 +01:00
2018-02-22 15:42:23 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-05-28 15:48:31 -04:00
2017-11-02 11:10:55 +01:00
2016-10-20 14:51:09 -04:00
2017-03-21 10:15:47 +02:00
2019-02-15 08:09:13 +01:00
2018-12-17 09:28:49 +01:00
2018-04-24 09:36:37 +02:00
2017-03-21 15:24:01 +01:00
2013-08-26 21:40:24 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2010-02-09 11:13:56 +01:00
2016-10-20 14:51:10 -04:00
2019-01-13 10:01:02 +01:00
2017-06-15 14:25:38 +02:00
2017-11-02 11:10:55 +01:00
2017-06-30 04:14:14 -04:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-10-20 09:48:53 +02:00
2018-10-13 09:27:22 +02:00
2012-03-16 10:38:24 -04:00
2017-04-02 07:01:53 -07:00
2015-05-02 09:54:30 +03:00
2019-01-31 08:13:44 +01:00
2017-12-25 14:26:20 +01:00
2012-10-13 10:46:48 +01:00
2017-07-31 17:33:53 +02:00
2016-07-27 14:20:09 -07:00
2018-11-21 09:24:11 +01:00
2012-10-13 10:46:48 +01:00
2017-11-02 11:10:55 +01:00
2017-08-30 14:36:44 -07:00
2018-05-30 07:52:22 +02:00
2017-08-07 11:39:22 -07:00
2017-11-02 11:10:55 +01:00
2017-06-21 14:37:12 -04:00
2013-02-11 14:16:26 -05:00
2012-10-13 10:46:48 +01:00
2017-04-04 09:48:23 -06:00
2017-11-02 11:10:55 +01:00
2018-03-15 10:54:36 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2014-05-14 16:40:04 -07:00
2017-10-19 16:54:49 -07:00
2018-12-01 09:43:00 +01:00
2018-09-09 19:56:00 +02:00
2017-12-25 14:26:20 +01:00
2017-05-17 14:57:56 +02:00
2018-02-22 15:42:24 +01:00
2016-08-24 09:43:49 +02:00
2017-07-18 11:38:02 +02:00
2017-11-02 11:10:55 +01:00
2017-09-27 17:02:45 +02:00
2017-08-15 18:23:52 +02:00
2012-12-09 00:20:28 -05:00
2014-09-23 23:13:13 -07:00
2017-11-02 11:10:55 +01:00
2013-06-17 16:38:57 -07:00
2017-01-05 15:01:55 -06:00
2018-01-02 20:31:06 +01:00
2017-11-30 08:40:52 +00:00
2015-10-01 02:18:38 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2014-03-13 12:11:00 +10:30
2016-01-28 14:19:12 -08:00
2017-11-02 11:10:55 +01:00
2018-02-22 15:42:26 +01:00
2017-07-17 09:22:34 -07:00
2012-10-13 10:46:48 +01:00
2018-12-05 19:41:17 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-02-28 10:19:41 +01:00
2018-04-26 11:02:20 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-12-14 16:04:08 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-07-29 09:00:03 -06:00
2017-11-02 11:10:55 +01:00
2017-10-18 09:12:40 +01:00
2017-11-02 11:10:55 +01:00
2016-03-22 15:36:02 -07:00
2014-10-22 16:14:04 -06:00
2017-09-08 18:26:51 -07:00
2019-02-06 17:31:37 +01:00
2017-05-08 17:15:14 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-12-25 17:21:23 +01:00
2019-02-12 19:46:07 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2015-03-30 11:55:48 -07:00
2017-08-29 21:10:40 +02:00
2018-07-17 11:39:25 +02:00
2017-11-02 11:10:55 +01:00
2017-08-31 15:05:10 -07:00
2013-01-06 01:11:25 -08:00
2006-06-09 21:53:55 +02:00
2017-11-02 11:10:55 +01:00
2017-12-25 14:26:33 +01:00
2017-03-08 09:38:43 +01:00
2012-10-13 10:46:48 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-03-02 12:17:22 -08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-12-29 13:39:11 +01:00
2017-11-02 11:10:55 +01:00
2017-10-12 15:01:30 +02:00
2017-11-02 11:10:55 +01:00
2017-08-28 20:51:22 +02:00
2017-01-04 13:22:38 -07:00
2017-02-07 10:51:46 -05:00
2018-03-28 18:24:39 +02:00
2017-09-06 17:27:27 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2009-01-09 16:54:41 -08:00
2015-09-09 17:19:14 -07:00
2017-12-05 11:26:29 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2012-09-13 14:58:54 -04:00
2017-06-16 11:48:37 -04:00
2018-02-22 15:42:31 +01:00
2018-09-19 22:43:48 +02:00
2018-09-19 22:43:48 +02:00
2018-10-13 09:27:22 +02:00
2017-12-20 10:10:26 +01:00
2017-11-02 11:10:55 +01:00
2018-10-18 09:16:25 +02:00
2019-01-16 22:07:10 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-07-01 23:45:18 +08:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2019-01-09 17:14:48 +01:00
2017-11-02 11:10:55 +01:00
2011-05-09 11:40:38 +10:00
2017-11-02 11:10:55 +01:00
2017-06-29 13:50:38 -07:00
2018-02-22 15:42:23 +01:00
2019-02-06 17:31:33 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-02-16 20:22:58 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-11-21 09:24:10 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-05-22 18:54:04 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-07-06 11:30:07 -04:00
2017-11-02 11:10:55 +01:00
2017-09-25 08:56:05 -06:00
2017-08-28 17:33:23 +02:00
2017-11-02 11:10:55 +01:00
2018-12-01 09:42:54 +01:00
2017-11-02 11:10:55 +01:00
2014-06-10 14:35:22 -07:00
2012-10-13 10:46:48 +01:00
2017-11-02 11:10:55 +01:00
2018-05-16 10:10:27 +02:00
2013-03-29 17:54:33 -07:00
2013-09-03 22:52:48 -04:00
2019-01-31 08:13:45 +01:00
2017-05-26 10:10:37 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2015-11-06 17:50:42 -08:00
2017-11-02 11:10:55 +01:00
2017-02-03 16:35:42 -05:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-09-15 09:45:25 +02:00
2018-09-09 19:55:54 +02:00
2017-04-04 17:49:49 +01:00
2015-07-14 17:43:56 -04:00
2017-11-02 11:10:55 +01:00
2018-06-21 04:03:00 +09:00
2017-11-02 11:10:55 +01:00
2019-02-20 10:20:52 +01:00
2017-11-02 11:10:55 +01:00
2018-12-01 09:42:59 +01:00
2017-11-02 11:10:55 +01:00
2012-10-13 10:46:48 +01:00
2018-11-04 14:52:43 +01:00
2017-08-06 20:55:29 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2012-10-13 10:46:48 +01:00
2017-11-02 11:10:55 +01:00
2017-07-24 23:53:45 +02:00
2017-06-11 17:08:19 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-06-04 15:40:22 +02:00
2018-10-03 17:00:50 -07:00
2018-10-03 17:00:47 -07:00
2016-01-02 00:29:35 +01:00
2012-10-13 10:46:48 +01:00
2017-09-08 18:26:51 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-09-05 09:26:35 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-26 11:02:12 +02:00
2018-02-16 20:22:56 +01:00
2018-12-17 09:28:53 +01:00
2018-01-02 20:30:56 +01:00
2019-01-09 17:14:44 +01:00
2018-12-05 19:41:21 +01:00
2017-11-02 11:10:55 +01:00
2017-08-21 14:06:46 +02:00
2017-11-02 11:10:55 +01:00
2017-08-30 14:36:44 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-09-08 18:26:48 -07:00
2017-12-25 14:26:21 +01:00
2017-12-25 14:26:21 +01:00
2017-07-24 16:03:22 -07:00
2017-06-08 18:52:40 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-07-03 16:20:28 +01:00
2012-03-24 10:08:39 -07:00
2017-11-02 11:10:55 +01:00
2017-08-14 13:00:49 -04:00
2017-11-02 11:10:55 +01:00
2018-12-08 13:03:40 +01:00
2017-11-02 11:10:55 +01:00
2016-02-24 09:12:45 +01:00
2018-09-19 22:43:46 +02:00
2018-08-09 12:16:38 +02:00
2016-08-02 19:35:37 -04:00
2017-11-02 11:10:55 +01:00
2016-12-12 11:26:47 -08:00
2017-01-18 10:43:15 -08:00
2017-11-02 11:10:55 +01:00
2018-09-05 09:26:29 +02:00
2017-11-02 11:10:55 +01:00
2010-03-13 01:21:21 +01:00
2018-06-21 04:03:00 +09:00
2017-04-14 14:06:52 -06:00
2017-11-02 11:10:55 +01:00
2018-12-05 19:41:22 +01:00
2015-10-04 12:54:54 +01:00
2017-10-29 18:03:24 +09:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2012-10-13 10:46:48 +01:00
2018-05-22 18:54:04 +02:00
2017-11-02 11:10:55 +01:00
2017-09-12 13:21:00 -07:00
2017-02-23 11:55:41 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-02-25 11:07:53 +01:00
2018-08-03 07:50:39 +02:00
2012-10-13 10:46:48 +01:00
2017-03-25 10:37:26 -07:00
2016-07-13 09:24:51 +02:00
2017-08-06 20:55:29 -07:00
2018-01-17 09:45:22 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:15:07 -08:00
2017-01-09 13:58:57 -05:00
2019-02-20 10:20:48 +01:00
2018-02-22 15:42:23 +01:00
2018-10-03 17:00:55 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2015-09-20 19:32:02 -07:00
2017-05-18 17:37:52 +02:00
2017-10-19 22:26:11 -04:00
2017-07-24 16:04:08 -07:00
2017-08-17 08:10:04 -07:00
2014-03-19 08:58:30 +00:00
2016-03-25 16:37:42 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-11-22 17:48:04 -05:00
2017-11-03 14:15:06 +09:00
2018-07-22 14:28:52 +02:00
2018-06-21 04:02:51 +09:00
2009-04-10 15:48:52 +02:00
2013-04-30 15:50:12 +05:30
2018-04-26 11:02:16 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 10:04:46 -07:00
2019-01-26 09:37:06 +01:00
2018-08-15 18:12:51 +02:00
2018-01-23 19:58:21 +01:00
2012-10-13 10:46:48 +01:00
2017-11-02 11:10:55 +01:00
2017-09-17 19:45:32 +02:00
2017-11-09 17:58:40 -08:00
2018-09-05 09:26:41 +02:00
2017-08-17 16:29:19 -07:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:15:11 -08:00
2018-06-05 11:41:58 +02:00
2017-11-02 11:10:55 +01:00
2006-12-11 14:34:42 -08:00
2017-08-11 10:51:22 +08:00
2018-08-03 07:50:20 +02:00
2017-11-02 11:10:55 +01:00
2018-01-02 20:31:05 +01:00
2008-03-10 18:01:18 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2016-12-25 11:04:12 +01:00
2017-11-02 11:10:55 +01:00
2018-01-02 20:31:15 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2015-10-01 09:57:59 -07:00
2017-08-08 17:51:34 -07:00
2018-09-19 22:43:38 +02:00
2017-11-02 11:10:55 +01:00
2015-02-03 12:48:43 -05:00
2015-11-05 19:34:48 -08:00
2017-06-13 17:10:57 -04:00
2018-05-01 12:58:13 -07:00
2018-05-25 16:17:37 +02:00
2017-11-02 11:10:55 +01:00
2017-05-16 15:41:29 -04:00
2017-11-02 11:10:55 +01:00
2015-12-18 17:48:50 -08:00
2019-02-15 08:09:14 +01:00
2017-07-10 07:40:49 -04:00
2017-09-08 18:26:51 -07:00
2018-12-13 09:18:51 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-07-24 17:50:37 +02:00
2011-10-31 19:32:31 -04:00
2018-09-09 19:55:54 +02:00
2018-01-31 14:03:41 +01:00
2014-11-28 16:08:16 +01:00
2017-07-26 13:30:23 -06:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2015-12-04 10:38:59 -02:00
2018-10-18 09:16:19 +02:00
2018-05-01 12:58:11 -07:00
2018-09-19 22:43:48 +02:00
2018-09-19 22:43:48 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2015-06-01 15:48:54 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-31 18:50:14 +02:00
2018-05-16 10:10:25 +02:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-06-06 10:15:20 -07:00
2018-03-15 10:54:29 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-08-15 09:02:07 -07:00
2011-01-13 08:03:24 -08:00
2013-10-17 15:53:09 -04:00
2017-11-02 11:10:55 +01:00
2006-06-22 15:05:58 -07:00
2014-08-08 15:57:26 -07:00
2017-11-02 11:10:55 +01:00
2016-05-20 17:58:30 -07:00
2017-08-15 09:02:08 -07:00
2015-11-06 17:50:42 -08:00