From 94ad0c6adbe3e23c9d9855817f658ed15096e927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 12 Apr 2014 17:19:05 -0300 Subject: linux-libre-{pae,xen}-3.14-5: fix a futex bug and add some iwlwifi fixes --- .../0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kernels/linux-libre-pae/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch') diff --git a/kernels/linux-libre-pae/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch b/kernels/linux-libre-pae/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch index 188110a8c..7db851cb9 100644 --- a/kernels/linux-libre-pae/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch +++ b/kernels/linux-libre-pae/0002-module-allow-multiple-calls-to-MODULE_DEVICE_TABLE-p.patch @@ -1,8 +1,8 @@ From 9bc5b710f5957763d6944f38143b627d127c15ff Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 3 Feb 2014 11:14:13 +1030 -Subject: [PATCH 2/7] module: allow multiple calls to MODULE_DEVICE_TABLE() per - module +Subject: [PATCH 02/10] module: allow multiple calls to MODULE_DEVICE_TABLE() + per module Commit 78551277e4df5: "Input: i8042 - add PNP modaliases" had a bug, where the second call to MODULE_DEVICE_TABLE() overrode the first resulting in not all @@ -89,5 +89,5 @@ index 25e5cb0..ce16404 100644 /* Handle all-NULL symbols allocated into .bss */ if (info->sechdrs[get_secindex(info, sym)].sh_type & SHT_NOBITS) { -- -1.9.1 +1.9.2 -- cgit v1.2.3-2-g168b