Linux 3.18.68

2017-08-30 Thread Greg KH
16480 Eric Dumazet (2): dccp: purge write queue in dccp_destroy_sock() dccp: defer ccid_hc_tx_delete() at dismantle time Greg Kroah-Hartman (1): Linux 3.18.68 James Morse (1): ACPI / APEI: Add missing synchronize_rcu() on NOTIFY_SCI removal Jeffy Chen (3): Bluetooth:

Re: Linux 3.18.68

2017-08-30 Thread Greg KH
diff --git a/Makefile b/Makefile index 7d6526eed64a..0d7f1e91e910 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 3 PATCHLEVEL = 18 -SUBLEVEL = 67 +SUBLEVEL = 68 EXTRAVERSION = NAME = Diseased Newt diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index fc5f780bb