Commit graph

1,148 commits

Author SHA1 Message Date
Josh Boyer
2cf66fac5e Enable VFIO (rhbz 867152) 2012-10-18 08:39:45 -04:00
Josh Boyer
df409ec92f Apply patch from Stanislaw Gruszka to fix mac80211 issue (rhbz 862168) 2012-10-18 08:33:57 -04:00
Josh Boyer
05a71e9f31 Apply patch to fix iwlwifi crash (rhbz 770484) 2012-10-18 08:26:39 -04:00
Josh Boyer
77e4883e85 Enable TCM_VHOST module (rhbz 866984) 2012-10-17 10:58:18 -04:00
Mauro Carvalho Chehab
a3db4ce6af Increment kernel base, due to the i82795x_edac driver fix
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-16 23:04:19 -03:00
Mauro Carvalho Chehab
e524144689 i82975x_edac: rewrite the entire fill/report logic
There are so many bugs at the fill/error report logic that
the code ended by being re-written.

Issues solved:

- DIMM labels were "randomly" filled: they won't
  match the memory layout, due to a series of bugs on it;

- The memory controller supports 3 different modes:
  single, dual interleaved and dual async. The logic there were
  written considering the dual interleaved one (yet, some
  single mode support was there);

- The boundary limit to decide on each channel the error happens,
  at dual interleaved mode, is given by bit 6 of the error address,
  and not bit 1. The practical effect is that Corrected errors
  will have a 50% of chance of pointing to the right DIMM. Only
  the DIMM pair logic were OK;

- The asymetric mode weren't properly supported. The driver would
  handle an asymetric mode as 'single mode', with doesn't actually
  match it, creating some weird real/virtual DIMM mappings.

- Some other random bugs got fixed.

Tested on a Dell Precision N390, on dual interleaved mode.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-16 22:47:26 -03:00
Mauro Carvalho Chehab
f41e24298c Make sure all -debug Kernels will have CONFIG_EDAC_DEBUG
Due to the parsing logic, CONFIG_EDAC_DEBUG should be at
config-nodebug, and not at config-*-generic, otherwise,
this symbol will never be allowed, even geing at config-debug.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-16 09:06:06 -03:00
Mauro Carvalho Chehab
a25b44e653 Enable EDAC debug facility on config-debug
It helps to have EDAC debug enabled, on -debug modules. the actual
debug only happens when a modprobe parameter is used, so the only
side effect of enabling the debug is to increase a little bit
the size of the edac Kernel modules, as new printk's will be
available there.

While here, bump version to 3.6.2-3.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-16 00:35:11 -03:00
Mauro Carvalho Chehab
1d13150d5e Fix i82975x_edac OOPS (BZ#848149)
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-15 21:59:20 -03:00
Josh Boyer
e2d59620f5 Add version in changelog for build 2012-10-15 06:57:24 -04:00
Josh Boyer
e5b3dadf5f Linux v3.6.2
- Fix whitespace corruption in linux-3.6-arm-build-fixup.patch
2012-10-13 08:10:44 -04:00
Josh Boyer
c05f8b9272 Fix whitespace corruption in linux-3.6-arm-build-fixup.patch 2012-10-13 08:08:08 -04:00
Mauro Carvalho Chehab
35552829b4 omap: enable v4l2 drivers for omap2+
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-13 08:41:30 -03:00
Mauro Carvalho Chehab
1a44375e15 fix omap_drv compilation
drivers/staging/omapdrm/omap_drv.c:764:3: error: unknown field 'reclaim_buffers' specified in initializer
drivers/staging/omapdrm/omap_drv.c:764:3: error: initialization from incompatible pointer type [-Werror]
drivers/staging/omapdrm/omap_drv.c:764:3: error: (near initialization for 'omap_drm_driver.irq_preinstall') [-Werror]

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-13 08:21:59 -03:00
Mauro Carvalho Chehab
088b3292dd Fix ARM breakage due to linux v3.6 rebase 2012-10-13 08:11:14 -03:00
Mauro Carvalho Chehab
6a9077fe35 arm-exynos4: add regulator fix patches for SMDK310 and Origen boards
Without those patches, both drivers oopses, due to a bug at the
dummy regulator on Kernel 3.6.

Also, some board components don't work without it.

Those patches could not be 100% correct, but all components that
are known to work with the upstream Kernel are available with it.

Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-10-10 21:04:12 -03:00
Peter Robinson
6f283881b2 add versatile config file 2012-10-10 05:46:34 +01:00
Peter Robinson
9a09a5c53c Update ARM configurations 2012-10-09 23:17:01 +01:00
Josh Boyer
43e4600ffe Linux v3.6.1
- Include patches from 3.6.2 stable queue
- Drop unhandled irq patch.  Proving to be not worthwhile
2012-10-09 08:21:23 -04:00
Josh Boyer
b2ff1b70cc Linux v3.5.6 2012-10-07 14:54:52 -04:00
Josh Boyer
5e430a4dd6 Make sure kernel-tools-libs-devel provides kernel-tools-devel 2012-10-03 08:25:44 -04:00
Josh Boyer
ef6c2f38d1 Linux v3.5.5 2012-10-02 15:11:38 -04:00
Dave Jones
1876a31055 Apply potential fix for bogus WARN_ON in tcp. (rhbz 857324) 2012-09-28 12:33:29 -04:00
Josh Boyer
6cec19f42c Split out kernel-tools-libs (rhbz 859943) 2012-09-28 08:38:02 -04:00
Justin M. Forbes
e1089320be 3.5.5 stable queue and bugfixes 2012-09-26 16:08:13 -05:00
Josh Boyer
5e2cf58050 Add patch to fix radeon regression from Jerome Glisse (rhbz 785375) 2012-09-21 09:08:32 -04:00
Justin M. Forbes
107cc7895c Enable POWER7+ crypto modules (rhbz 857971) 2012-09-18 09:44:21 -05:00
Justin M. Forbes
20a9e7ec59 Linux 3.5.4 2012-09-17 09:01:49 -05:00
Justin M. Forbes
021ce7bee3 Drop xen EC2 work around, finally 2012-09-11 10:17:21 -05:00
Dave Jones
743d347abb dos2unix. 2012-09-10 13:35:18 -04:00
Justin M. Forbes
877f9f439e Linux 3.5.3 2012-08-27 09:31:37 -05:00
Dave Jones
04489966aa af_netlink: force credentials passing [CVE-2012-3520] 2012-08-21 14:06:24 -04:00
Dave Jones
90780aef64 remove unused files. exec-shield remnants 2012-08-21 14:03:16 -04:00
Dave Jones
0348219582 Add patch from Dave Airlie to fix fb cursor vs grub2 gfxterm hang 2012-08-21 11:00:28 -04:00
Dave Jones
db67df2ee4 Reenable W1 drivers. (rhbz 849430) 2012-08-20 12:03:22 -04:00
Dave Jones
17c4c18ae9 Linux 3.5.2 2012-08-15 11:28:27 -04:00
Dave Jones
a7252002cb Linux 3.5.1 2012-08-09 12:48:24 -04:00
Dave Jones
700f9d642a Update to 3.5.1-rc1 2012-08-07 19:01:39 -04:00
Dave Jones
32403ff239 Update the uprobes backport. (Anton Arapov) 2012-08-07 11:34:47 -04:00
Dave Jones
222b075b3f Don't treat warnings as errors when building perf. (rhbz 845758) 2012-08-06 11:27:41 -04:00
Josh Boyer
fbb6665b06 CVE-2012-3412 sfc: potential rDOS through TCP MSS option (rhbz 844714 845558) 2012-08-03 09:30:37 -04:00
Dave Jones
880031fe2d Change VM_BUG_ON's to be WARN_ONs instead. 2012-07-31 09:47:02 -04:00
Josh Boyer
66cb0c0021 Move modules needed by Shorewall back to main kernel package (rhbz 844436) 2012-07-31 08:05:21 -04:00
Josh Boyer
ac50af7370 Actually add the file. Sigh. 2012-07-26 19:11:47 -04:00
Josh Boyer
487c4d7167 Add patch series queued for 3.5.1 2012-07-26 17:15:09 -04:00
Josh Boyer
53ecebd579 Rebase to Linux v3.5 2012-07-26 15:12:33 -04:00
Josh Boyer
63bb17548c kernel: recv{from,msg}() on an rds socket can leak kernel
memory (rhbz 820039 843554)
- Apply patch to fix uvcvideo crash (rhbz 836742)
2012-07-26 13:40:22 -04:00
Josh Boyer
40e2ad513d Apply patch to fix uvcvideo crash (rhbz 836742) 2012-07-26 11:10:43 -04:00
Josh Boyer
a394a589c5 Add patch to fix cpu pinning after suspend/resume (rhbz 714271) 2012-07-25 08:05:41 -04:00
Josh Boyer
e89b5d878b Update vga_default_device.patch to fix build failures (rhbz 830446) 2012-07-20 13:55:24 -04:00