rpms/kernel/F-12 patch-2.6.32.16-rc1.bz2.sign, NONE, 1.1 .cvsignore, 1.1159, 1.1160 drm-upgrayedd.patch, 1.5, 1.6 iwlwifi_-Recover-TX-flow-stall-due-to-stuck-queue.patch, 1.1, 1.2 iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch, 1.1, 1.2 kernel.spec, 1.2099, 1.2100 linux-2.6-usb-wwan-update.patch, 1.1, 1.2 sources, 1.1117, 1.1118 upstream, 1.1031, 1.1032 btrfs-should-add-permission-check-for-setfacl.patch, 1.2, NONE drm-upgrayed-fixes.patch, 1.1, NONE iwlwifi-recalculate-average-tpt-if-not-current.patch, 1.1, NONE iwlwifi-update-supported-PCI_ID-list-for-5xx0-series.patch, 1.1, NONE iwlwifi_-check-for-aggregation-frame-and-queue.patch, 1.1, NONE keys-find-keyring-by-name-can-gain-access-to-the-freed-keyring.patch, 1.1, NONE linux-2.6-wireless_-report-reasonable-bitrate-for-MCS-rates-through-wext.patch, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Fri Jul 2 07:58:18 UTC 2010


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv6871

Modified Files:
	.cvsignore drm-upgrayedd.patch 
	iwlwifi_-Recover-TX-flow-stall-due-to-stuck-queue.patch 
	iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch 
	kernel.spec linux-2.6-usb-wwan-update.patch sources upstream 
Added Files:
	patch-2.6.32.16-rc1.bz2.sign 
Removed Files:
	btrfs-should-add-permission-check-for-setfacl.patch 
	drm-upgrayed-fixes.patch 
	iwlwifi-recalculate-average-tpt-if-not-current.patch 
	iwlwifi-update-supported-PCI_ID-list-for-5xx0-series.patch 
	iwlwifi_-check-for-aggregation-frame-and-queue.patch 
	keys-find-keyring-by-name-can-gain-access-to-the-freed-keyring.patch 
	linux-2.6-wireless_-report-reasonable-bitrate-for-MCS-rates-through-wext.patch 
Log Message:
Linux 2.6.32.16-rc1
Drop patches merged upstream:
    btrfs-should-add-permission-check-for-setfacl.patch
    linux-2.6-wireless_-report-reasonable-bitrate-for-MCS-rates-through-wext.patch
    drm-upgrayed-fixes.patch
    iwlwifi_-check-for-aggregation-frame-and-queue.patch
    iwlwifi-recalculate-average-tpt-if-not-current.patch
    iwlwifi-update-supported-PCI_ID-list-for-5xx0-series.patch
    keys-find-keyring-by-name-can-gain-access-to-the-freed-keyring.patch
Fix up wireless patches and usb-wwan-update.patch to apply on 2.6.32.16


--- NEW FILE patch-2.6.32.16-rc1.bz2.sign ---
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: See http://www.kernel.org/signature.html for info

iD8DBQBMLNK3yGugalF9Dw4RAmQ9AJ9NgwSXkPGjQ9wGtVxUZ10I8IgXHgCgkkeZ
5JB0XKikds6bj2+XYNhJTZM=
=V9aA
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/.cvsignore,v
retrieving revision 1.1159
retrieving revision 1.1160
diff -u -p -r1.1159 -r1.1160
--- .cvsignore	1 Jul 2010 23:04:21 -0000	1.1159
+++ .cvsignore	2 Jul 2010 07:58:13 -0000	1.1160
@@ -6,3 +6,4 @@ temp-*
 kernel-2.6.32
 linux-2.6.32.tar.bz2
 patch-2.6.32.15.bz2
+patch-2.6.32.16-rc1.bz2

drm-upgrayedd.patch:
 b/drivers/gpu/drm/Kconfig                         |    2 
 b/drivers/gpu/drm/Makefile                        |    5 
 b/drivers/gpu/drm/ati_pcigart.c                   |    2 
 b/drivers/gpu/drm/drm_crtc.c                      |  181 
 b/drivers/gpu/drm/drm_crtc_helper.c               |   31 
 b/drivers/gpu/drm/drm_dp_i2c_helper.c             |  209 
 b/drivers/gpu/drm/drm_drv.c                       |   55 
 b/drivers/gpu/drm/drm_edid.c                      |  363 -
 b/drivers/gpu/drm/drm_fb_helper.c                 |   32 
 b/drivers/gpu/drm/drm_fops.c                      |  112 
 b/drivers/gpu/drm/drm_ioc32.c                     |   89 
 b/drivers/gpu/drm/drm_irq.c                       |  101 
 b/drivers/gpu/drm/drm_mm.c                        |  113 
 b/drivers/gpu/drm/drm_modes.c                     |  118 
 b/drivers/gpu/drm/drm_stub.c                      |   15 
 b/drivers/gpu/drm/i2c/Makefile                    |    4 
 b/drivers/gpu/drm/i2c/ch7006_drv.c                |  536 +
 b/drivers/gpu/drm/i2c/ch7006_mode.c               |  468 +
 b/drivers/gpu/drm/i2c/ch7006_priv.h               |  344 +
 b/drivers/gpu/drm/i810/i810_dma.c                 |    2 
 b/drivers/gpu/drm/i810/i810_drv.c                 |    2 
 b/drivers/gpu/drm/i830/i830_dma.c                 |    2 
 b/drivers/gpu/drm/i830/i830_drv.c                 |    2 
 b/drivers/gpu/drm/i915/Makefile                   |    2 
 b/drivers/gpu/drm/i915/dvo_ch7017.c               |    9 
 b/drivers/gpu/drm/i915/dvo_ch7xxx.c               |   16 
 b/drivers/gpu/drm/i915/dvo_ivch.c                 |   37 
 b/drivers/gpu/drm/i915/dvo_sil164.c               |   20 
 b/drivers/gpu/drm/i915/dvo_tfp410.c               |   34 
 b/drivers/gpu/drm/i915/i915_debugfs.c             |  141 
 b/drivers/gpu/drm/i915/i915_dma.c                 |   67 
 b/drivers/gpu/drm/i915/i915_drv.c                 |  297 -
 b/drivers/gpu/drm/i915/i915_drv.h                 |  196 
 b/drivers/gpu/drm/i915/i915_gem.c                 |  437 +
 b/drivers/gpu/drm/i915/i915_gem_tiling.c          |   52 
 b/drivers/gpu/drm/i915/i915_ioc32.c               |   23 
 b/drivers/gpu/drm/i915/i915_irq.c                 |  194 
 b/drivers/gpu/drm/i915/i915_opregion.c            |   92 
 b/drivers/gpu/drm/i915/i915_reg.h                 |   73 
 b/drivers/gpu/drm/i915/i915_suspend.c             |   86 
 b/drivers/gpu/drm/i915/intel_bios.c               |  170 
 b/drivers/gpu/drm/i915/intel_bios.h               |   57 
 b/drivers/gpu/drm/i915/intel_crt.c                |   53 
 b/drivers/gpu/drm/i915/intel_display.c            | 1317 +++-
 b/drivers/gpu/drm/i915/intel_dp.c                 |  127 
 b/drivers/gpu/drm/i915/intel_drv.h                |   44 
 b/drivers/gpu/drm/i915/intel_fb.c                 |   11 
 b/drivers/gpu/drm/i915/intel_hdmi.c               |    5 
 b/drivers/gpu/drm/i915/intel_i2c.c                |   21 
 b/drivers/gpu/drm/i915/intel_lvds.c               |  200 
 b/drivers/gpu/drm/i915/intel_overlay.c            | 1416 +++++
 b/drivers/gpu/drm/i915/intel_sdvo.c               |   24 
 b/drivers/gpu/drm/i915/intel_tv.c                 |   49 
 b/drivers/gpu/drm/mga/mga_drv.c                   |    2 
 b/drivers/gpu/drm/mga/mga_ioc32.c                 |   13 
 b/drivers/gpu/drm/nouveau/Kconfig                 |   44 
 b/drivers/gpu/drm/nouveau/Makefile                |   32 
 b/drivers/gpu/drm/nouveau/nouveau_acpi.c          |  125 
 b/drivers/gpu/drm/nouveau/nouveau_backlight.c     |  155 
 b/drivers/gpu/drm/nouveau/nouveau_bios.c          | 6052 ++++++++++++++++++++++
 b/drivers/gpu/drm/nouveau/nouveau_bios.h          |  292 +
 b/drivers/gpu/drm/nouveau/nouveau_bo.c            |  773 ++
 b/drivers/gpu/drm/nouveau/nouveau_calc.c          |  478 +
 b/drivers/gpu/drm/nouveau/nouveau_channel.c       |  430 +
 b/drivers/gpu/drm/nouveau/nouveau_connector.c     |  846 +++
 b/drivers/gpu/drm/nouveau/nouveau_connector.h     |   54 
 b/drivers/gpu/drm/nouveau/nouveau_crtc.h          |   95 
 b/drivers/gpu/drm/nouveau/nouveau_debugfs.c       |  155 
 b/drivers/gpu/drm/nouveau/nouveau_display.c       |  115 
 b/drivers/gpu/drm/nouveau/nouveau_dma.c           |  244 
 b/drivers/gpu/drm/nouveau/nouveau_dma.h           |  159 
 b/drivers/gpu/drm/nouveau/nouveau_dp.c            |  575 ++
 b/drivers/gpu/drm/nouveau/nouveau_drv.c           |  421 +
 b/drivers/gpu/drm/nouveau/nouveau_drv.h           | 1350 ++++
 b/drivers/gpu/drm/nouveau/nouveau_encoder.h       |   91 
 b/drivers/gpu/drm/nouveau/nouveau_fb.h            |   47 
 b/drivers/gpu/drm/nouveau/nouveau_fbcon.c         |  423 +
 b/drivers/gpu/drm/nouveau/nouveau_fbcon.h         |   54 
 b/drivers/gpu/drm/nouveau/nouveau_fence.c         |  262 
 b/drivers/gpu/drm/nouveau/nouveau_gem.c           |  994 +++
 b/drivers/gpu/drm/nouveau/nouveau_grctx.c         |  161 
 b/drivers/gpu/drm/nouveau/nouveau_grctx.h         |  133 
 b/drivers/gpu/drm/nouveau/nouveau_hw.c            | 1080 +++
 b/drivers/gpu/drm/nouveau/nouveau_hw.h            |  455 +
 b/drivers/gpu/drm/nouveau/nouveau_i2c.c           |  269 
 b/drivers/gpu/drm/nouveau/nouveau_i2c.h           |   52 
 b/drivers/gpu/drm/nouveau/nouveau_ioc32.c         |   70 
 b/drivers/gpu/drm/nouveau/nouveau_irq.c           |  737 ++
 b/drivers/gpu/drm/nouveau/nouveau_mem.c           |  668 ++
 b/drivers/gpu/drm/nouveau/nouveau_notifier.c      |  203 
 b/drivers/gpu/drm/nouveau/nouveau_object.c        | 1295 ++++
 b/drivers/gpu/drm/nouveau/nouveau_reg.h           |  837 +++
 b/drivers/gpu/drm/nouveau/nouveau_sgdma.c         |  322 +
 b/drivers/gpu/drm/nouveau/nouveau_state.c         |  897 +++
 b/drivers/gpu/drm/nouveau/nouveau_ttm.c           |  103 
 b/drivers/gpu/drm/nouveau/nv04_crtc.c             | 1002 +++
 b/drivers/gpu/drm/nouveau/nv04_cursor.c           |   70 
 b/drivers/gpu/drm/nouveau/nv04_dac.c              |  527 +
 b/drivers/gpu/drm/nouveau/nv04_dfp.c              |  623 ++
 b/drivers/gpu/drm/nouveau/nv04_display.c          |  287 +
 b/drivers/gpu/drm/nouveau/nv04_fb.c               |   21 
 b/drivers/gpu/drm/nouveau/nv04_fbcon.c            |  312 +
 b/drivers/gpu/drm/nouveau/nv04_fifo.c             |  305 +
 b/drivers/gpu/drm/nouveau/nv04_graph.c            |  584 ++
 b/drivers/gpu/drm/nouveau/nv04_instmem.c          |  208 
 b/drivers/gpu/drm/nouveau/nv04_mc.c               |   20 
 b/drivers/gpu/drm/nouveau/nv04_timer.c            |   51 
 b/drivers/gpu/drm/nouveau/nv04_tv.c               |  305 +
 b/drivers/gpu/drm/nouveau/nv10_fb.c               |   44 
 b/drivers/gpu/drm/nouveau/nv10_fifo.c             |  260 
 b/drivers/gpu/drm/nouveau/nv10_graph.c            | 1009 +++
 b/drivers/gpu/drm/nouveau/nv17_gpio.c             |   92 
 b/drivers/gpu/drm/nouveau/nv17_tv.c               |  776 ++
 b/drivers/gpu/drm/nouveau/nv17_tv.h               |  156 
 b/drivers/gpu/drm/nouveau/nv17_tv_modes.c         |  583 ++
 b/drivers/gpu/drm/nouveau/nv20_graph.c            |  775 ++
 b/drivers/gpu/drm/nouveau/nv40_fb.c               |   75 
 b/drivers/gpu/drm/nouveau/nv40_fifo.c             |  314 +
 b/drivers/gpu/drm/nouveau/nv40_graph.c            |  406 +
 b/drivers/gpu/drm/nouveau/nv40_grctx.c            |  678 ++
 b/drivers/gpu/drm/nouveau/nv40_mc.c               |   38 
 b/drivers/gpu/drm/nouveau/nv50_crtc.c             |  792 ++
 b/drivers/gpu/drm/nouveau/nv50_cursor.c           |  156 
 b/drivers/gpu/drm/nouveau/nv50_dac.c              |  304 +
 b/drivers/gpu/drm/nouveau/nv50_display.c          | 1032 +++
 b/drivers/gpu/drm/nouveau/nv50_display.h          |   46 
 b/drivers/gpu/drm/nouveau/nv50_evo.h              |  113 
 b/drivers/gpu/drm/nouveau/nv50_fbcon.c            |  267 
 b/drivers/gpu/drm/nouveau/nv50_fifo.c             |  495 +
 b/drivers/gpu/drm/nouveau/nv50_graph.c            |  394 +
 b/drivers/gpu/drm/nouveau/nv50_instmem.c          |  509 +
 b/drivers/gpu/drm/nouveau/nv50_mc.c               |   40 
 b/drivers/gpu/drm/nouveau/nv50_sor.c              |  323 +
 b/drivers/gpu/drm/nouveau/nvreg.h                 |  535 +
 b/drivers/gpu/drm/r128/r128_drv.c                 |    2 
 b/drivers/gpu/drm/r128/r128_ioc32.c               |   16 
 b/drivers/gpu/drm/radeon/Kconfig                  |   12 
 b/drivers/gpu/drm/radeon/Makefile                 |    7 
 b/drivers/gpu/drm/radeon/ObjectID.h               |  801 +-
 b/drivers/gpu/drm/radeon/atom.c                   |  155 
 b/drivers/gpu/drm/radeon/atom.h                   |    4 
 b/drivers/gpu/drm/radeon/atombios.h               |  217 
 b/drivers/gpu/drm/radeon/atombios_crtc.c          |  306 -
 b/drivers/gpu/drm/radeon/atombios_dp.c            |  789 ++
 b/drivers/gpu/drm/radeon/mkregtable.c             |    4 
 b/drivers/gpu/drm/radeon/r100.c                   |  392 +
 b/drivers/gpu/drm/radeon/r100_track.h             |   19 
 b/drivers/gpu/drm/radeon/r200.c                   |   17 
 b/drivers/gpu/drm/radeon/r300.c                   |  120 
 b/drivers/gpu/drm/radeon/r300_cmdbuf.c            |    6 
 b/drivers/gpu/drm/radeon/r300_reg.h               |    1 
 b/drivers/gpu/drm/radeon/r420.c                   |   73 
 b/drivers/gpu/drm/radeon/r500_reg.h               |    2 
 b/drivers/gpu/drm/radeon/r520.c                   |   12 
 b/drivers/gpu/drm/radeon/r600.c                   | 1279 ++++
 b/drivers/gpu/drm/radeon/r600_audio.c             |  266 
 b/drivers/gpu/drm/radeon/r600_blit_kms.c          |   55 
 b/drivers/gpu/drm/radeon/r600_blit_shaders.c      |   10 
 b/drivers/gpu/drm/radeon/r600_cs.c                |   87 
 b/drivers/gpu/drm/radeon/r600_hdmi.c              |  506 +
 b/drivers/gpu/drm/radeon/r600_reg.h               |   74 
 b/drivers/gpu/drm/radeon/r600d.h                  |  237 
 b/drivers/gpu/drm/radeon/radeon.h                 |  222 
 b/drivers/gpu/drm/radeon/radeon_agp.c             |   17 
 b/drivers/gpu/drm/radeon/radeon_asic.h            |   76 
 b/drivers/gpu/drm/radeon/radeon_atombios.c        |  477 +
 b/drivers/gpu/drm/radeon/radeon_benchmark.c       |   91 
 b/drivers/gpu/drm/radeon/radeon_bios.c            |    6 
 b/drivers/gpu/drm/radeon/radeon_clocks.c          |   29 
 b/drivers/gpu/drm/radeon/radeon_combios.c         |  800 ++
 b/drivers/gpu/drm/radeon/radeon_connectors.c      |  243 
 b/drivers/gpu/drm/radeon/radeon_cp.c              |   46 
 b/drivers/gpu/drm/radeon/radeon_cs.c              |   16 
 b/drivers/gpu/drm/radeon/radeon_device.c          |  149 
 b/drivers/gpu/drm/radeon/radeon_display.c         |  221 
 b/drivers/gpu/drm/radeon/radeon_drv.c             |   12 
 b/drivers/gpu/drm/radeon/radeon_drv.h             |    1 
 b/drivers/gpu/drm/radeon/radeon_encoders.c        |  399 -
 b/drivers/gpu/drm/radeon/radeon_fb.c              |   74 
 b/drivers/gpu/drm/radeon/radeon_fence.c           |   65 
 b/drivers/gpu/drm/radeon/radeon_fixed.h           |   17 
 b/drivers/gpu/drm/radeon/radeon_gart.c            |   42 
 b/drivers/gpu/drm/radeon/radeon_gem.c             |  111 
 b/drivers/gpu/drm/radeon/radeon_i2c.c             |  182 
 b/drivers/gpu/drm/radeon/radeon_ioc32.c           |   38 
 b/drivers/gpu/drm/radeon/radeon_irq.c             |   10 
 b/drivers/gpu/drm/radeon/radeon_irq_kms.c         |   71 
 b/drivers/gpu/drm/radeon/radeon_kms.c             |   42 
 b/drivers/gpu/drm/radeon/radeon_legacy_crtc.c     |  202 
 b/drivers/gpu/drm/radeon/radeon_legacy_encoders.c |  148 
 b/drivers/gpu/drm/radeon/radeon_legacy_tv.c       |   14 
 b/drivers/gpu/drm/radeon/radeon_mode.h            |  216 
 b/drivers/gpu/drm/radeon/radeon_object.c          |  578 --
 b/drivers/gpu/drm/radeon/radeon_object.h          |  151 
 b/drivers/gpu/drm/radeon/radeon_pm.c              |    9 
 b/drivers/gpu/drm/radeon/radeon_reg.h             |   60 
 b/drivers/gpu/drm/radeon/radeon_ring.c            |  172 
 b/drivers/gpu/drm/radeon/radeon_state.c           |    2 
 b/drivers/gpu/drm/radeon/radeon_test.c            |   55 
 b/drivers/gpu/drm/radeon/radeon_ttm.c             |  113 
 b/drivers/gpu/drm/radeon/reg_srcs/r200            |    2 
 b/drivers/gpu/drm/radeon/reg_srcs/r420            |  795 ++
 b/drivers/gpu/drm/radeon/reg_srcs/rs600           |   68 
 b/drivers/gpu/drm/radeon/reg_srcs/rv515           |    6 
 b/drivers/gpu/drm/radeon/rs400.c                  |   49 
 b/drivers/gpu/drm/radeon/rs600.c                  |  235 
 b/drivers/gpu/drm/radeon/rs600d.h                 |  112 
 b/drivers/gpu/drm/radeon/rs690.c                  |   42 
 b/drivers/gpu/drm/radeon/rv515.c                  |   29 
 b/drivers/gpu/drm/radeon/rv770.c                  |  128 
 b/drivers/gpu/drm/savage/savage_drv.c             |    2 
 b/drivers/gpu/drm/sis/sis_drv.c                   |    2 
 b/drivers/gpu/drm/tdfx/tdfx_drv.c                 |    2 
 b/drivers/gpu/drm/ttm/Makefile                    |    3 
 b/drivers/gpu/drm/ttm/ttm_bo.c                    |  747 +-
 b/drivers/gpu/drm/ttm/ttm_bo_util.c               |   12 
 b/drivers/gpu/drm/ttm/ttm_bo_vm.c                 |    9 
 b/drivers/gpu/drm/ttm/ttm_execbuf_util.c          |  117 
 b/drivers/gpu/drm/ttm/ttm_lock.c                  |  313 +
 b/drivers/gpu/drm/ttm/ttm_memory.c                |   16 
 b/drivers/gpu/drm/ttm/ttm_object.c                |  452 +
 b/drivers/gpu/drm/ttm/ttm_tt.c                    |   24 
 b/drivers/gpu/drm/via/via_drv.c                   |    2 
 b/drivers/gpu/drm/vmwgfx/Kconfig                  |   13 
 b/drivers/gpu/drm/vmwgfx/Makefile                 |    9 
 b/drivers/gpu/drm/vmwgfx/svga3d_reg.h             | 1793 ++++++
 b/drivers/gpu/drm/vmwgfx/svga_escape.h            |   89 
 b/drivers/gpu/drm/vmwgfx/svga_overlay.h           |  201 
 b/drivers/gpu/drm/vmwgfx/svga_reg.h               | 1346 ++++
 b/drivers/gpu/drm/vmwgfx/svga_types.h             |   45 
 b/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c          |  252 
 b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.c             |  800 ++
 b/drivers/gpu/drm/vmwgfx/vmwgfx_drv.h             |  521 +
 b/drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c         |  640 ++
 b/drivers/gpu/drm/vmwgfx/vmwgfx_fb.c              |  734 ++
 b/drivers/gpu/drm/vmwgfx/vmwgfx_fifo.c            |  538 +
 b/drivers/gpu/drm/vmwgfx/vmwgfx_gmr.c             |  213 
 b/drivers/gpu/drm/vmwgfx/vmwgfx_ioctl.c           |   87 
 b/drivers/gpu/drm/vmwgfx/vmwgfx_irq.c             |  286 +
 b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c             |  880 +++
 b/drivers/gpu/drm/vmwgfx/vmwgfx_kms.h             |  102 
 b/drivers/gpu/drm/vmwgfx/vmwgfx_ldu.c             |  516 +
 b/drivers/gpu/drm/vmwgfx/vmwgfx_overlay.c         |  625 ++
 b/drivers/gpu/drm/vmwgfx/vmwgfx_reg.h             |   57 
 b/drivers/gpu/drm/vmwgfx/vmwgfx_resource.c        | 1187 ++++
 b/drivers/gpu/drm/vmwgfx/vmwgfx_ttm_glue.c        |   99 
 b/drivers/staging/Kconfig                         |    2 
 b/fs/ubifs/gc.c                                   |   96 
 b/include/drm/Kbuild                              |    2 
 b/include/drm/drm.h                               |   65 
 b/include/drm/drmP.h                              |   91 
 b/include/drm/drm_crtc.h                          |   49 
 b/include/drm/drm_dp_helper.h                     |  180 
 b/include/drm/drm_edid.h                          |   11 
 b/include/drm/drm_mm.h                            |   35 
 b/include/drm/drm_mode.h                          |   83 
 b/include/drm/drm_os_linux.h                      |    2 
 b/include/drm/i2c/ch7006.h                        |   86 
 b/include/drm/i915_drm.h                          |  132 
 b/include/drm/mga_drm.h                           |    2 
 b/include/drm/nouveau_drm.h                       |  221 
 b/include/drm/radeon_drm.h                        |    2 
 b/include/drm/ttm/ttm_bo_api.h                    |  115 
 b/include/drm/ttm/ttm_bo_driver.h                 |   42 
 b/include/drm/ttm/ttm_execbuf_util.h              |  107 
 b/include/drm/ttm/ttm_lock.h                      |  247 
 b/include/drm/ttm/ttm_object.h                    |  271 
 b/include/drm/via_drm.h                           |    2 
 b/include/drm/vmwgfx_drm.h                        |  588 ++
 b/include/linux/list_sort.h                       |   11 
 b/lib/Makefile                                    |    2 
 b/lib/list_sort.c                                 |  102 
 drivers/gpu/drm/i915/intel_dp.h                   |  144 
 drivers/gpu/drm/i915/intel_dp_i2c.c               |  273 
 274 files changed, 66855 insertions(+), 5102 deletions(-)

Index: drm-upgrayedd.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/drm-upgrayedd.patch,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- drm-upgrayedd.patch	3 Apr 2010 15:09:37 -0000	1.5
+++ drm-upgrayedd.patch	2 Jul 2010 07:58:15 -0000	1.6
@@ -11499,8 +11499,8 @@ index 0e0e4b4..b1d0acb 100644
  };
  
 @@ -622,7 +650,7 @@ static enum drm_connector_status intel_lvds_detect(struct drm_connector *connect
- {
- 	enum drm_connector_status status = connector_status_connected;
+ 	if (IS_I8XX(dev))
+ 		return connector_status_connected;
  
 -	if (!acpi_lid_open() && !dmi_check_system(bad_lid_status))
 +	if (!dmi_check_system(bad_lid_status) && !acpi_lid_open())

iwlwifi_-Recover-TX-flow-stall-due-to-stuck-queue.patch:
 iwl-1000.c     |    2 +
 iwl-3945.c     |    2 +
 iwl-4965.c     |    1 
 iwl-5000.c     |    8 ++++
 iwl-6000.c     |    6 +++
 iwl-agn.c      |   16 +++++++++
 iwl-core.c     |   93 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 iwl-core.h     |    7 ++++
 iwl-dev.h      |   10 ++++++
 iwl-tx.c       |    2 +
 iwl3945-base.c |   16 +++++++++
 11 files changed, 163 insertions(+)

Index: iwlwifi_-Recover-TX-flow-stall-due-to-stuck-queue.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/iwlwifi_-Recover-TX-flow-stall-due-to-stuck-queue.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- iwlwifi_-Recover-TX-flow-stall-due-to-stuck-queue.patch	13 Apr 2010 15:03:19 -0000	1.1
+++ iwlwifi_-Recover-TX-flow-stall-due-to-stuck-queue.patch	2 Jul 2010 07:58:16 -0000	1.2
@@ -142,8 +142,8 @@ diff -up linux-2.6.32.noarch/drivers/net
  
  struct iwl_cfg iwl5100_abg_cfg = {
 @@ -1709,6 +1713,7 @@ struct iwl_cfg iwl5100_abg_cfg = {
+ 	.valid_rx_ant = ANT_AB,
  	.need_pll_cfg = true,
- 	.ht_greenfield_support = true,
  	.plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
 +	.monitor_recover_period = IWL_MONITORING_PERIOD,
  };

iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch:
 iwl-1000.c    |    1 +
 iwl-3945.c    |    2 ++
 iwl-4965.c    |    1 +
 iwl-5000.c    |    6 ++++++
 iwl-6000.c    |    5 +++++
 iwl-core.h    |    3 +++
 iwl-debug.h   |    1 +
 iwl-debugfs.c |   44 ++++++++++++++++++++++++++++++++++++++++++++
 iwl-dev.h     |   12 ++++++++++++
 iwl-rx.c      |   54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 10 files changed, 129 insertions(+)

Index: iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch	13 Apr 2010 15:03:19 -0000	1.1
+++ iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch	2 Jul 2010 07:58:16 -0000	1.2
@@ -82,9 +82,9 @@ diff -up linux-2.6.32.noarch/drivers/net
  
  struct iwl_cfg iwl5100_abg_cfg = {
 @@ -1706,6 +1708,7 @@ struct iwl_cfg iwl5100_abg_cfg = {
+ 	.valid_tx_ant = ANT_B,
  	.valid_rx_ant = ANT_AB,
  	.need_pll_cfg = true,
- 	.ht_greenfield_support = true,
 +	.plcp_delta_threshold = IWL_MAX_PLCP_ERR_LONG_THRESHOLD_DEF,
  };
  


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/kernel.spec,v
retrieving revision 1.2099
retrieving revision 1.2100
diff -u -p -r1.2099 -r1.2100
--- kernel.spec	1 Jul 2010 23:04:22 -0000	1.2099
+++ kernel.spec	2 Jul 2010 07:58:16 -0000	1.2100
@@ -60,9 +60,9 @@ Summary: The Linux kernel
 %if 0%{?released_kernel}
 
 # Do we have a -stable update to apply?
-%define stable_update 15
+%define stable_update 16
 # Is it a -stable RC?
-%define stable_rc 0
+%define stable_rc 1
 # Set rpm version accordingly
 %if 0%{?stable_update}
 %define stablerev .%{stable_update}
@@ -692,8 +692,6 @@ Patch610: hda_intel-prealloc-4mb-dmabuff
 
 Patch670: linux-2.6-ata-quirk.patch
 
-Patch680: linux-2.6-wireless_-report-reasonable-bitrate-for-MCS-rates-through-wext.patch
-
 Patch701: sky2-optima-add-register-definitions.patch
 Patch702: sky2-optima-support.patch
 Patch703: sky2-optima-fix-tcp-offload.patch
@@ -716,7 +714,6 @@ Patch1700: linux-2.6-x86-64-fbdev-primar
 
 # nouveau + drm fixes
 Patch1810: drm-upgrayedd.patch
-Patch1811: drm-upgrayed-fixes.patch
 Patch1813: drm-radeon-pm.patch
 #Patch1814: drm-nouveau.patch
 Patch1818: drm-i915-resume-force-mode.patch
@@ -768,8 +765,6 @@ Patch3051: linux-2.6-nfs4-callback-hidde
 # btrfs
 Patch3100: linux-2.6-btrfs-fix-acl.patch
 Patch3101: btrfs-prohibit-a-operation-of-changing-acls-mask-when-noacl-mount-option-is-used.patch
-Patch3102: btrfs-should-add-permission-check-for-setfacl.patch
-
 
 # XFS
 
@@ -806,7 +801,6 @@ Patch12380: ssb_check_for_sprom.patch
 Patch12391: iwlwifi-reset-card-during-probe.patch
 
 # patches from Intel to address intermittent firmware failures with iwlagn
-Patch12401: iwlwifi_-check-for-aggregation-frame-and-queue.patch
 Patch12404: iwlwifi_-add-function-to-reset_tune-radio-if-needed.patch
 Patch12405: iwlwifi_-Logic-to-control-how-frequent-radio-should-be-reset-if-needed.patch
 Patch12406: iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch
@@ -830,20 +824,11 @@ Patch12911: iwlwifi-fix-internal-scan-ra
 # iwlwifi: recover_from_tx_stall
 Patch12912: iwlwifi-recover_from_tx_stall.patch
 
-# iwlwifi: recalculate average tpt if not current
-Patch12920: iwlwifi-recalculate-average-tpt-if-not-current.patch
-
 Patch12921: iwlwifi-manage-QoS-by-mac-stack.patch
 Patch12922: mac80211-do-not-wipe-out-old-supported-rates.patch
 Patch12923: mac80211-explicitly-disable-enable-QoS.patch
 Patch12924: mac80211-fix-supported-rates-IE-if-AP-doesnt-give-us-its-rates.patch
 
-# CVE-2010-1437
-Patch13000: keys-find-keyring-by-name-can-gain-access-to-the-freed-keyring.patch
-
-# iwlwifi: update supported PCI_ID list for 5xx0 series
-Patch13010: iwlwifi-update-supported-PCI_ID-list-for-5xx0-series.patch
-
 # iwlwifi: cancel scan watchdog in iwl_bg_abort_scan
 Patch13020: iwlwifi-cancel-scan-watchdog-in-iwl_bg_abort_scan.patch
 
@@ -1319,10 +1304,8 @@ ApplyPatch linux-2.6-execshield.patch
 
 # btrfs
 ApplyPatch linux-2.6-btrfs-fix-acl.patch
-ApplyPatch btrfs-should-add-permission-check-for-setfacl.patch
 ApplyPatch btrfs-prohibit-a-operation-of-changing-acls-mask-when-noacl-mount-option-is-used.patch
 
-
 # eCryptfs
 
 # NFSv4
@@ -1422,9 +1405,6 @@ ApplyPatch linux-2.6-sparc-selinux-mprot
 # ia64 ata quirk
 ApplyPatch linux-2.6-ata-quirk.patch
 
-# Report meaningful values for MCS rates through wireless extensions
-ApplyPatch linux-2.6-wireless_-report-reasonable-bitrate-for-MCS-rates-through-wext.patch
-
 # /dev/crash driver.
 ApplyPatch linux-2.6-crash-driver.patch
 
@@ -1454,7 +1434,6 @@ ApplyPatch linux-2.6-phylib-autoload.pat
 ApplyPatch linux-2.6-x86-64-fbdev-primary.patch
 # Nouveau DRM + drm fixes
 ApplyPatch drm-upgrayedd.patch
-ApplyPatch drm-upgrayed-fixes.patch
 #ApplyPatch drm-intel-big-hammer.patch
 #ApplyPatch drm-intel-no-tv-hotplug.patch
 ApplyOptionalPatch drm-intel-next.patch
@@ -1507,7 +1486,6 @@ ApplyPatch ssb_check_for_sprom.patch
 ApplyPatch iwlwifi-reset-card-during-probe.patch
 
 # patches from Intel to address intermittent firmware failures with iwlagn
-ApplyPatch iwlwifi_-check-for-aggregation-frame-and-queue.patch
 ApplyPatch iwlwifi_-add-function-to-reset_tune-radio-if-needed.patch
 ApplyPatch iwlwifi_-Logic-to-control-how-frequent-radio-should-be-reset-if-needed.patch
 ApplyPatch iwlwifi_-Tune-radio-to-prevent-unexpected-behavior.patch
@@ -1531,21 +1509,12 @@ ApplyPatch iwlwifi-fix-internal-scan-rac
 # iwlwifi: recover_from_tx_stall
 ApplyPatch iwlwifi-recover_from_tx_stall.patch
 
-# iwlwifi: recalculate average tpt if not current
-ApplyPatch iwlwifi-recalculate-average-tpt-if-not-current.patch
-
 # mac80211/iwlwifi fix connections to some APs (rhbz#558002)
 ApplyPatch mac80211-explicitly-disable-enable-QoS.patch
 ApplyPatch iwlwifi-manage-QoS-by-mac-stack.patch
 ApplyPatch mac80211-do-not-wipe-out-old-supported-rates.patch
 ApplyPatch mac80211-fix-supported-rates-IE-if-AP-doesnt-give-us-its-rates.patch
 
-# CVE-2010-1437
-ApplyPatch keys-find-keyring-by-name-can-gain-access-to-the-freed-keyring.patch
-
-# iwlwifi: update supported PCI_ID list for 5xx0 series
-ApplyPatch iwlwifi-update-supported-PCI_ID-list-for-5xx0-series.patch
-
 # iwlwifi: cancel scan watchdog in iwl_bg_abort_scan
 ApplyPatch iwlwifi-cancel-scan-watchdog-in-iwl_bg_abort_scan.patch
 
@@ -2201,6 +2170,18 @@ fi
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Fri Jul 02 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.32.16-138.rc1
+- Linux 2.6.32.16-rc1
+- Drop patches merged upstream:
+    btrfs-should-add-permission-check-for-setfacl.patch
+    linux-2.6-wireless_-report-reasonable-bitrate-for-MCS-rates-through-wext.patch
+    drm-upgrayed-fixes.patch
+    iwlwifi_-check-for-aggregation-frame-and-queue.patch
+    iwlwifi-recalculate-average-tpt-if-not-current.patch
+    iwlwifi-update-supported-PCI_ID-list-for-5xx0-series.patch
+    keys-find-keyring-by-name-can-gain-access-to-the-freed-keyring.patch
+- Fix up wireless patches and usb-wwan-update.patch to apply on 2.6.32.16
+
 * Thu Jul 01 2010 Chuck Ebbert <cebbert at redhat.com>  2.6.32.15-137
 - Linux 2.6.32.15
 

linux-2.6-usb-wwan-update.patch:
 Kconfig    |    4 
 Makefile   |    1 
 option.c   |  648 +----------------------------------------------------------
 qcserial.c |   94 ++++++--
 usb-wwan.h |   66 ++++++
 usb_wwan.c |  665 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 831 insertions(+), 647 deletions(-)

Index: linux-2.6-usb-wwan-update.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/linux-2.6-usb-wwan-update.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- linux-2.6-usb-wwan-update.patch	1 Apr 2010 16:59:27 -0000	1.1
+++ linux-2.6-usb-wwan-update.patch	2 Jul 2010 07:58:17 -0000	1.2
@@ -116,18 +116,25 @@ diff -up linux-2.6.32.noarch/drivers/usb
  struct option_port_private {
  	/* Input endpoints and buffer for this port */
  	struct urb *in_urbs[N_IN_URB];
-@@ -767,209 +740,21 @@ module_exit(option_exit);
+@@ -767,216 +740,28 @@ module_exit(option_exit);
  static int option_probe(struct usb_serial *serial,
  			const struct usb_device_id *id)
  {
 -	struct option_intf_private *data;
 +	struct usb_wwan_intf_private *data;
+ 
  	/* D-Link DWM 652 still exposes CD-Rom emulation interface in modem mode */
  	if (serial->dev->descriptor.idVendor == DLINK_VENDOR_ID &&
  		serial->dev->descriptor.idProduct == DLINK_PRODUCT_DWM_652 &&
  		serial->interface->cur_altsetting->desc.bInterfaceClass == 0x8)
  		return -ENODEV;
  
+ 	/* Bandrich modem and AT command interface is 0xff */
+ 	if ((serial->dev->descriptor.idVendor == BANDRICH_VENDOR_ID ||
+ 		serial->dev->descriptor.idVendor == PIRELLI_VENDOR_ID) &&
+ 		serial->interface->cur_altsetting->desc.bInterfaceClass != 0xff)
+ 		return -ENODEV;
+ 
 -	data = serial->private = kzalloc(sizeof(struct option_intf_private), GFP_KERNEL);
 +	data = serial->private = kzalloc(sizeof(struct usb_wwan_intf_private), GFP_KERNEL);
  	if (!data)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/sources,v
retrieving revision 1.1117
retrieving revision 1.1118
diff -u -p -r1.1117 -r1.1118
--- sources	1 Jul 2010 23:04:23 -0000	1.1117
+++ sources	2 Jul 2010 07:58:18 -0000	1.1118
@@ -1,2 +1,3 @@
 260551284ac224c3a43c4adac7df4879  linux-2.6.32.tar.bz2
 5c9251844c2819eddee4dba1293bd46d  patch-2.6.32.15.bz2
+02bca6524fc95a65c2681a9ce0055612  patch-2.6.32.16-rc1.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-12/upstream,v
retrieving revision 1.1031
retrieving revision 1.1032
diff -u -p -r1.1031 -r1.1032
--- upstream	1 Jul 2010 23:04:23 -0000	1.1031
+++ upstream	2 Jul 2010 07:58:18 -0000	1.1032
@@ -1,2 +1,3 @@
 linux-2.6.32.tar.bz2
 patch-2.6.32.15.bz2
+patch-2.6.32.16-rc1.bz2


--- btrfs-should-add-permission-check-for-setfacl.patch DELETED ---


--- drm-upgrayed-fixes.patch DELETED ---


--- iwlwifi-recalculate-average-tpt-if-not-current.patch DELETED ---


--- iwlwifi-update-supported-PCI_ID-list-for-5xx0-series.patch DELETED ---


--- iwlwifi_-check-for-aggregation-frame-and-queue.patch DELETED ---


--- keys-find-keyring-by-name-can-gain-access-to-the-freed-keyring.patch DELETED ---


--- linux-2.6-wireless_-report-reasonable-bitrate-for-MCS-rates-through-wext.patch DELETED ---



More information about the scm-commits mailing list