Commit graph

1,159 commits

Author SHA1 Message Date
Peter Robinson
b71c8a4360 Merge branch 'f17' of ssh://pkgs.fedoraproject.org/kernel into f17 2012-10-22 21:24:49 +01:00
Peter Robinson
ebea7f281f VIFO fails on ARM at the moment so disable it for the time being 2012-10-22 21:24:43 +01:00
Josh Boyer
c8c2a319d5 Add patch to fix CIFS oops from Jeff Layton (rhbz 867344) 2012-10-22 15:46:47 -04:00
Josh Boyer
dd77d2b803 Add verrel to changelog for build 2012-10-22 10:47:21 -04:00
Josh Boyer
8431cbd968 CVE-2012-0957: uts: stack memory leak in UNAME26 (rhbz 862877 864824) 2012-10-22 09:47:08 -04:00
Josh Boyer
951aef5850 Fix rt2x00 usb reset resume (rhbz 856863) 2012-10-22 08:32:03 -04:00
Josh Boyer
994eaf2759 Linux v3.6.3 2012-10-22 08:24:33 -04:00
Peter Robinson
1fc4e2217f fix merge with ARM 2012-10-22 10:16:09 +01:00
Peter Robinson
aeb97b1a00 - Cleanup ARM patches
- Add highbank sata patch
- add patch to revert ARM misaligned access check to stop kernel OOPS
2012-10-22 10:15:23 +01:00
Josh Boyer
9580bc3940 Don't enable UDL per Dave Airlie 2012-10-21 07:01:27 -04:00
Josh Boyer
3204d8646a Patch to have mac80211 connect with HT20 if HT40 is not allowed (rhbz 866013) 2012-10-18 08:52:21 -04:00
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