rpms/kernel/F-10 patch-2.6.29-rc6-git7.bz2.sign, NONE, 1.1 .cvsignore, 1.993, 1.994 drm-modesetting-radeon.patch, 1.73, 1.74 kernel.spec, 1.1280, 1.1281 linux-2.6-hotfixes.patch, 1.4, 1.5 sources, 1.954, 1.955 upstream, 1.865, 1.866 patch-2.6.29-rc6-git5.bz2.sign, 1.1, NONE

Chuck Ebbert cebbert at fedoraproject.org
Tue Mar 3 16:15:18 UTC 2009


Author: cebbert

Update of /cvs/pkgs/rpms/kernel/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32099

Modified Files:
	.cvsignore drm-modesetting-radeon.patch kernel.spec 
	linux-2.6-hotfixes.patch sources upstream 
Added Files:
	patch-2.6.29-rc6-git7.bz2.sign 
Removed Files:
	patch-2.6.29-rc6-git5.bz2.sign 
Log Message:
Linux 2.6.29-rc6-git7
Copy drm-modesetting-radeon from rawhide (it does not apply cleanly.)


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

iD8DBQBJrRx3yGugalF9Dw4RAqeYAJkBalQDnkma5jKpyTeq2ROB7+NDhwCgghKE
rLns6acfEa3gzUO7HIwTTXI=
=8rGP
-----END PGP SIGNATURE-----


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/.cvsignore,v
retrieving revision 1.993
retrieving revision 1.994
diff -u -r1.993 -r1.994
--- .cvsignore	1 Mar 2009 02:52:35 -0000	1.993
+++ .cvsignore	3 Mar 2009 16:14:45 -0000	1.994
@@ -6,4 +6,4 @@
 kernel-2.6.28
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc6.bz2
-patch-2.6.29-rc6-git5.bz2
+patch-2.6.29-rc6-git7.bz2

drm-modesetting-radeon.patch:

View full diff with command:
/usr/bin/cvs -f diff  -kk -u -N -r 1.73 -r 1.74 drm-modesetting-radeon.patch
Index: drm-modesetting-radeon.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/drm-modesetting-radeon.patch,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- drm-modesetting-radeon.patch	1 Mar 2009 02:52:36 -0000	1.73
+++ drm-modesetting-radeon.patch	3 Mar 2009 16:14:45 -0000	1.74
@@ -1,3 +1,59 @@
+commit 524351732a7a48d274f5a4e48e004284ba673ebf
+Author: Dave Airlie <airlied at redhat.com>
+Date:   Tue Mar 3 18:23:22 2009 +1000
+
+    radeon: port proc debug files to new debugfs interface
+
+commit 8030b34a3383a6b490c128b7cbafb4e1a201f5d4
+Author: Dave Airlie <airlied at redhat.com>
+Date:   Tue Mar 3 15:33:52 2009 +1000
+
+    radeon: pin framebuffer and cursors dynamically
+
+commit a00b8f579d6fafc16149902445697255062b45b1
+Author: Alex Deucher <alexdeucher at gmail.com>
+Date:   Fri Feb 27 20:25:36 2009 -0500
+
+    radeon: fix MC setup on systems with more than 512 MB of VRAM
+    
+    Signed-off-by: Alex Deucher <alexdeucher at gmail.com>
+
+commit 5ad681c0f59c99dee86781a049fc41c66ff7d3b8
+Author: Alex Deucher <alexdeucher at gmail.com>
+Date:   Fri Feb 27 20:18:20 2009 -0500
+
+    radeon: leave the MC_FB_LOCATION alone on RS780
+    
+    Signed-off-by: Alex Deucher <alexdeucher at gmail.com>
+
+commit 7400fdab0318a2b04d06b2cb6466e9c585d23115
+Author: Alex Deucher <alexdeucher at gmail.com>
+Date:   Fri Feb 27 20:15:04 2009 -0500
+
+    radeon: wait for MC idle on r6xx/r7xx chips
+    
+    Signed-off-by: Alex Deucher <alexdeucher at gmail.com>
+
+commit b95e633f684312ccc260112ee6a58875f2d1e143
+Author: Alex Deucher <alexdeucher at gmail.com>
+Date:   Fri Feb 27 20:07:13 2009 -0500
+
+    radeon: fix up RS600 mc setup and unify mc reg access
+    
+    Signed-off-by: Alex Deucher <alexdeucher at gmail.com>
+
+commit 0b64b9965802b5455e9ea6a69eca2f6171235559
+Author: Dave Airlie <airlied at redhat.com>
+Date:   Mon Mar 2 23:51:30 2009 +1100
+
+    radeon: fixup suspend/resume hooks
+
+commit af74fbead4da9cfd979e4092c7e1ffe912c978c7
+Author: Dave Airlie <airlied at redhat.com>
+Date:   Sun Mar 1 18:25:07 2009 +1100
+
+    radeon: fix rs480 gart size
+
 commit 1f756299d935d5a0a4beb82ddeaf0e4b2935861a
 Author: Dave Airlie <airlied at redhat.com>
 Date:   Fri Feb 27 15:37:14 2009 +1000
@@ -6764,7 +6820,7 @@
  	default:
  		DRM_ERROR("Can't update pipe %d in SAREA\n", pipe);
 diff --git a/drivers/gpu/drm/radeon/Makefile b/drivers/gpu/drm/radeon/Makefile
-index 52ce439..3abfd0d 100644
+index 52ce439..0eea827 100644
 --- a/drivers/gpu/drm/radeon/Makefile
 +++ b/drivers/gpu/drm/radeon/Makefile
 @@ -3,7 +3,11 @@
@@ -6776,7 +6832,7 @@
 +	    radeon_gem.o radeon_buffer.o radeon_fence.o radeon_cs.o \
 +	    radeon_i2c.o radeon_fb.o radeon_encoders.o radeon_connectors.o radeon_display.o \
 +	    atombios_crtc.o atom.o radeon_atombios.o radeon_combios.o radeon_legacy_crtc.o \
-+	    radeon_legacy_encoders.o radeon_cursor.o radeon_pm.o radeon_gem_proc.o
++	    radeon_legacy_encoders.o radeon_cursor.o radeon_pm.o radeon_gem_debugfs.o
  
  radeon-$(CONFIG_COMPAT) += radeon_ioc32.o
  
@@ -13848,10 +13904,10 @@
 +#endif /* _ATOMBIOS_H */
 diff --git a/drivers/gpu/drm/radeon/atombios_crtc.c b/drivers/gpu/drm/radeon/atombios_crtc.c
 new file mode 100644
-index 0000000..b9f3257
+index 0000000..64d2e09
 --- /dev/null
 +++ b/drivers/gpu/drm/radeon/atombios_crtc.c
-@@ -0,0 +1,463 @@
+@@ -0,0 +1,469 @@
 +/*
 + * Copyright 2007-8 Advanced Micro Devices, Inc.
 + * Copyright 2008 Red Hat Inc.
@@ -13951,7 +14007,6 @@
 +
 +void atombios_crtc_dpms(struct drm_crtc *crtc, int mode)
 +{
-+	struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
 +	struct drm_device *dev = crtc->dev;
 +	struct drm_radeon_private *dev_priv = dev->dev_private;
 +
@@ -13978,7 +14033,6 @@
 +static void
 +atombios_set_crtc_dtd_timing(struct drm_crtc *crtc, SET_CRTC_USING_DTD_TIMING_PARAMETERS *crtc_param)
 +{
-+	struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
 +	struct drm_device *dev = crtc->dev;
 +	struct drm_radeon_private *dev_priv = dev->dev_private;
 +	SET_CRTC_USING_DTD_TIMING_PARAMETERS conv_param;
@@ -14001,7 +14055,6 @@
 +
 +void atombios_crtc_set_timing(struct drm_crtc *crtc, SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION *crtc_param)
 +{
-+	struct radeon_crtc *radeon_crtc = to_radeon_crtc(crtc);
 +	struct drm_device *dev = crtc->dev;
 +	struct drm_radeon_private *dev_priv = dev->dev_private;
 +	SET_CRTC_TIMING_PARAMETERS_PS_ALLOCATION conv_param;
@@ -14133,6 +14186,9 @@
 +	obj = radeon_fb->obj;
 +	obj_priv = obj->driver_private;
 +
++	if (radeon_gem_object_pin(obj, 0, RADEON_GEM_DOMAIN_VRAM))
++		return -EINVAL;
++
 +	fb_location = obj_priv->bo->offset + dev_priv->fb_location;
 +
 +	switch(crtc->fb->bits_per_pixel) {
@@ -14148,7 +14204,7 @@
 +		break;
 +	default:
 +		DRM_ERROR("Unsupported screen depth %d\n", crtc->fb->bits_per_pixel);
-+		return;
++		return -EINVAL;
 +	}
 +
 +	/* TODO tiling */
@@ -14184,6 +14240,12 @@
 +	else
 +		RADEON_WRITE(AVIVO_D1MODE_DATA_FORMAT + radeon_crtc->crtc_offset,
 +			     0);
++
++	if (old_fb) {
++		radeon_fb = to_radeon_framebuffer(old_fb);
++		radeon_gem_object_unpin(radeon_fb->obj);
++	}
++	return 0;
 +}
 +
 +int atombios_crtc_mode_set(struct drm_crtc *crtc,
@@ -17854,7 +17916,7 @@
 +	return NULL;
 +}
 diff --git a/drivers/gpu/drm/radeon/radeon_cp.c b/drivers/gpu/drm/radeon/radeon_cp.c
-index 15cfe56..cead67d 100644
+index 15cfe56..a5b1078 100644
 --- a/drivers/gpu/drm/radeon/radeon_cp.c
 +++ b/drivers/gpu/drm/radeon/radeon_cp.c
 @@ -46,8 +46,12 @@ static void radeon_do_cp_start(drm_radeon_private_t * dev_priv);
@@ -17918,40 +17980,40 @@
  		if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_R600)
  			return radeon_read_ring_rptr(dev_priv,
  						     R600_SCRATCHOFF(index));
-@@ -159,7 +175,24 @@ static u32 IGP_READ_MCIND(drm_radeon_private_t *dev_priv, int addr)
+@@ -151,15 +167,18 @@ static u32 RS600_READ_MCIND(drm_radeon_private_t *dev_priv, int addr)
+ 	return ret;
+ }
+ 
+-static u32 IGP_READ_MCIND(drm_radeon_private_t *dev_priv, int addr)
++u32 RADEON_READ_MCIND(drm_radeon_private_t *dev_priv, int addr)
+ {
+ 	if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690) ||
+ 	    ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS740))
+ 		return RS690_READ_MCIND(dev_priv, addr);
  	else if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS600)
  		return RS600_READ_MCIND(dev_priv, addr);
- 	else
--		return RS480_READ_MCIND(dev_priv, addr);
-+	    return RS480_READ_MCIND(dev_priv, addr);
-+}
-+
-+u32 radeon_read_mc_reg(drm_radeon_private_t *dev_priv, int addr)
-+{
-+        if ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS690)
-+		return IGP_READ_MCIND(dev_priv, addr);
-+	if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RV515)
+-	else
++	else if (((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS400) ||
++		 ((dev_priv->flags & RADEON_FAMILY_MASK) == CHIP_RS480))
+ 		return RS480_READ_MCIND(dev_priv, addr);
++	else
 +		return R500_READ_MCIND(dev_priv, addr);
-+	return 0;
-+}
-+
[...1631 lines suppressed...]
 new file mode 100644
-index 0000000..18e4082
+index 0000000..cfe9682
 --- /dev/null
 +++ b/drivers/gpu/drm/radeon/radeon_legacy_crtc.c
-@@ -0,0 +1,1078 @@
+@@ -0,0 +1,1097 @@
 +/*
 + * Copyright 2007-8 Advanced Micro Devices, Inc.
 + * Copyright 2008 Red Hat Inc.
@@ -26656,7 +26878,8 @@
 +	}
 +}
 +
-+static bool radeon_set_crtc1_base(struct drm_crtc *crtc, int x, int y)
++static bool radeon_set_crtc1_base(struct drm_crtc *crtc, int x, int y,
++				  struct drm_framebuffer *old_fb)
 +{
 +	struct drm_device *dev = crtc->dev;
 +	struct drm_radeon_private *dev_priv = dev->dev_private;
@@ -26675,6 +26898,9 @@
 +	obj = radeon_fb->obj;
 +	obj_priv = obj->driver_private;
 +
++	if (radeon_gem_object_pin(obj, 0, RADEON_GEM_DOMAIN_VRAM))
++		return -EINVAL;
++
 +	crtc_offset = obj_priv->bo->offset;
 +
 +	crtc_offset_cntl = 0;
@@ -26753,6 +26979,11 @@
 +	disp_merge_cntl &= ~RADEON_DISP_RGB_OFFSET_EN;
 +	RADEON_WRITE(RADEON_DISP_MERGE_CNTL, disp_merge_cntl);
 +
++	if (old_fb) {
++		radeon_fb = to_radeon_framebuffer(old_fb);
++		radeon_gem_object_unpin(radeon_fb->obj);
++	}
++
 +	return true;
 +}
 +
@@ -27079,7 +27310,8 @@
 +
 +}
 +
-+static bool radeon_set_crtc2_base(struct drm_crtc *crtc, int x, int y)
++static bool radeon_set_crtc2_base(struct drm_crtc *crtc, int x, int y,
++				  struct drm_framebuffer *old_fb)
 +{
 +	struct drm_device *dev = crtc->dev;
 +	struct drm_radeon_private *dev_priv = dev->dev_private;
@@ -27098,6 +27330,9 @@
 +	obj = radeon_fb->obj;
 +	obj_priv = obj->driver_private;
 +
++	if (radeon_gem_object_pin(obj, 0, RADEON_GEM_DOMAIN_VRAM))
++		return -EINVAL;
++
 +	crtc2_offset = obj_priv->bo->offset;
 +
 +	crtc2_offset_cntl = 0;
@@ -27146,7 +27381,7 @@
 +			offset *= 4;
 +			break;
 +		default:
-+			return false;
++			goto out;
 +		}
 +		base += offset;
 +	}
@@ -27174,6 +27409,12 @@
 +	disp2_merge_cntl &= ~RADEON_DISP2_RGB_OFFSET_EN;
 +	RADEON_WRITE(RADEON_DISP2_MERGE_CNTL,      disp2_merge_cntl);
 +
++ out:
++	if (old_fb) {
++		radeon_fb = to_radeon_framebuffer(old_fb);
++		radeon_gem_object_unpin(radeon_fb->obj);
++	}
++
 +	return true;
 +}
 +
@@ -27455,10 +27696,10 @@
 +
 +	switch(radeon_crtc->crtc_id) {
 +	case 0:
-+		radeon_set_crtc1_base(crtc, x, y);
++		radeon_set_crtc1_base(crtc, x, y, old_fb);
 +		break;
 +	case 1:
-+		radeon_set_crtc2_base(crtc, x, y);
++		radeon_set_crtc2_base(crtc, x, y, old_fb);
 +		break;
 +
 +	}
@@ -28909,10 +29150,10 @@
  
 diff --git a/drivers/gpu/drm/radeon/radeon_mode.h b/drivers/gpu/drm/radeon/radeon_mode.h
 new file mode 100644
-index 0000000..e80903f
+index 0000000..43668b7
 --- /dev/null
 +++ b/drivers/gpu/drm/radeon/radeon_mode.h
-@@ -0,0 +1,354 @@
+@@ -0,0 +1,356 @@
 +/*
 + * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
 + *                VA Linux Systems Inc., Fremont, California.
@@ -29108,6 +29349,8 @@
 +	uint32_t crtc_offset;
 +	struct radeon_framebuffer *fbdev_fb;
 +	struct drm_mode_set mode_set;
++	struct drm_gem_object *cursor_bo;
++	uint64_t cursor_addr;
 +};
 +
 +#define RADEON_USE_RMX 1
@@ -29269,10 +29512,10 @@
 +#endif
 diff --git a/drivers/gpu/drm/radeon/radeon_pm.c b/drivers/gpu/drm/radeon/radeon_pm.c
 new file mode 100644
-index 0000000..af348ae
+index 0000000..ac7bc0a
 --- /dev/null
 +++ b/drivers/gpu/drm/radeon/radeon_pm.c
-@@ -0,0 +1,248 @@
+@@ -0,0 +1,257 @@
 +/*
 + * Copyright 2007-8 Advanced Micro Devices, Inc.
 + * Copyright 2008 Red Hat Inc.
@@ -29319,8 +29562,13 @@
 +	if (state.event == PM_EVENT_PRETHAW)
 +		return 0;
 +
-+	if (!drm_core_check_feature(dev, DRIVER_MODESET))
++	if (!drm_core_check_feature(dev, DRIVER_MODESET)) {
++		/* Disable *all* interrupts */
++		if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS690)
++			RADEON_WRITE(R500_DxMODE_INT_MASK, 0);
++		RADEON_WRITE(RADEON_GEN_INT_CNTL, 0);
 +		return 0;
++	}
 +
 +	/* unpin the front buffers */
 +	list_for_each_entry(fb, &dev->mode_config.fb_kernel_list, filp_head) {
@@ -29369,8 +29617,12 @@
 +	struct drm_framebuffer *fb;
 +	int i;
 +
-+	if (!drm_core_check_feature(dev, DRIVER_MODESET))
++	if (!drm_core_check_feature(dev, DRIVER_MODESET)) {
++		if ((dev_priv->flags & RADEON_FAMILY_MASK) >= CHIP_RS690)
++			RADEON_WRITE(R500_DxMODE_INT_MASK, dev_priv->r500_disp_irq_reg);
++        	RADEON_WRITE(RADEON_GEN_INT_CNTL, dev_priv->irq_enable_reg);
 +		return 0;
++	}
 +
 +	pci_set_power_state(dev->pdev, PCI_D0);
 +	pci_restore_state(dev->pdev);
@@ -29523,10 +29775,10 @@
 +
 diff --git a/drivers/gpu/drm/radeon/radeon_reg.h b/drivers/gpu/drm/radeon/radeon_reg.h
 new file mode 100644
-index 0000000..3341d38
+index 0000000..bb9ad4a
 --- /dev/null
 +++ b/drivers/gpu/drm/radeon/radeon_reg.h
-@@ -0,0 +1,5343 @@
+@@ -0,0 +1,5335 @@
 +/*
 + * Copyright 2000 ATI Technologies Inc., Markham, Ontario, and
 + *                VA Linux Systems Inc., Fremont, California.
@@ -33016,16 +33268,6 @@
 +#define RS690_MC_STATUS                         0x90
 +#define RS690_MC_STATUS_IDLE                    (1 << 0)
 +
-+#define RS600_MC_INDEX				0x78
-+#	define RS600_MC_INDEX_MASK		0xff
-+#	define RS600_MC_INDEX_WR_EN		(1 << 8)
-+#	define RS600_MC_INDEX_WR_ACK		0xff
-+#define RS600_MC_DATA				0x7c
-+
-+#define RS600_MC_FB_LOCATION			0xA
-+#define RS600_MC_STATUS                         0x0
-+#define RS600_MC_STATUS_IDLE                    (1 << 0)
-+
 +#define AVIVO_MC_INDEX						0x0070
 +#define R520_MC_STATUS 0x00
 +#define R520_MC_STATUS_IDLE (1<<1)
@@ -33052,6 +33294,8 @@
 +#       define R600_CHANSIZE                           (1 << 7)
 +#       define R600_CHANSIZE_OVERRIDE                  (1 << 10)
 +
++#define R600_SRBM_STATUS                               0x0e50
++
 +#define AVIVO_HDP_FB_LOCATION 0x134
 +
 +#define AVIVO_VGA_RENDER_CONTROL				0x0300


Index: kernel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/kernel.spec,v
retrieving revision 1.1280
retrieving revision 1.1281
diff -u -r1.1280 -r1.1281
--- kernel.spec	1 Mar 2009 02:52:38 -0000	1.1280
+++ kernel.spec	3 Mar 2009 16:14:46 -0000	1.1281
@@ -57,7 +57,7 @@
 # The rc snapshot level
 %define rcrev 6
 # The git snapshot level
-%define gitrev 5
+%define gitrev 7
 # Set rpm version accordingly
 %define rpmversion 2.6.%{upstream_sublevel}
 %endif
@@ -1767,6 +1767,10 @@
 %kernel_variant_files -k vmlinux %{with_kdump} kdump
 
 %changelog
+* Tue Mar 03 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29-0.51.rc6.git7
+- Linux 2.6.29-rc6-git7
+- Copy drm-modesetting-radeon from rawhide (it does not apply cleanly.)
+
 * Sat Feb 28 2009 Chuck Ebbert <cebbert at redhat.com> 2.6.29-0.50.rc6.git5
 - Linux 2.6.29-rc6-git5
 - Disable CONFIG_NET_NS because of bug #486889 in rawhide.

linux-2.6-hotfixes.patch:

Index: linux-2.6-hotfixes.patch
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/linux-2.6-hotfixes.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- linux-2.6-hotfixes.patch	1 Mar 2009 04:28:55 -0000	1.4
+++ linux-2.6-hotfixes.patch	3 Mar 2009 16:14:46 -0000	1.5
@@ -1,60 +0,0 @@
-Ingo Molnar (1):
-      x86: i915 needs pgprot_writecombine() and is_io_mapping_possible()
-
-
- arch/x86/mm/iomap_32.c |   15 ++++-----------
- arch/x86/mm/pat.c      |    2 ++
- 2 files changed, 6 insertions(+), 11 deletions(-)
-
-diff --git a/arch/x86/mm/iomap_32.c b/arch/x86/mm/iomap_32.c
-index 6c2b1af..04102d4 100644
---- a/arch/x86/mm/iomap_32.c
-+++ b/arch/x86/mm/iomap_32.c
-@@ -20,23 +20,16 @@
- #include <asm/pat.h>
- #include <linux/module.h>
- 
--#ifdef CONFIG_X86_PAE
--int
--is_io_mapping_possible(resource_size_t base, unsigned long size)
--{
--	return 1;
--}
--#else
--int
--is_io_mapping_possible(resource_size_t base, unsigned long size)
-+int is_io_mapping_possible(resource_size_t base, unsigned long size)
- {
-+#ifndef CONFIG_X86_PAE
- 	/* There is no way to map greater than 1 << 32 address without PAE */
- 	if (base + size > 0x100000000ULL)
- 		return 0;
--
-+#endif
- 	return 1;
- }
--#endif
-+EXPORT_SYMBOL_GPL(is_io_mapping_possible);
- 
- /* Map 'pfn' using fixed map 'type' and protections 'prot'
-  */
-diff --git a/arch/x86/mm/pat.c b/arch/x86/mm/pat.c
-index aebbf67..e0ab173 100644
---- a/arch/x86/mm/pat.c
-+++ b/arch/x86/mm/pat.c
-@@ -11,6 +11,7 @@
- #include <linux/bootmem.h>
- #include <linux/debugfs.h>
- #include <linux/kernel.h>
-+#include <linux/module.h>
- #include <linux/gfp.h>
- #include <linux/mm.h>
- #include <linux/fs.h>
-@@ -868,6 +869,7 @@ pgprot_t pgprot_writecombine(pgprot_t prot)
- 	else
- 		return pgprot_noncached(prot);
- }
-+EXPORT_SYMBOL_GPL(pgprot_writecombine);
- 
- #if defined(CONFIG_DEBUG_FS) && defined(CONFIG_X86_PAT)
- 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/sources,v
retrieving revision 1.954
retrieving revision 1.955
diff -u -r1.954 -r1.955
--- sources	1 Mar 2009 02:52:38 -0000	1.954
+++ sources	3 Mar 2009 16:14:47 -0000	1.955
@@ -1,3 +1,3 @@
 d351e44709c9810b85e29b877f50968a  linux-2.6.28.tar.bz2
 26f67d99666834cc579094619821d3c8  patch-2.6.29-rc6.bz2
-c9924c779a427f2b57cd201fbef62cee  patch-2.6.29-rc6-git5.bz2
+46b64d52e8f2f1e5b55784beb939ee2e  patch-2.6.29-rc6-git7.bz2


Index: upstream
===================================================================
RCS file: /cvs/pkgs/rpms/kernel/F-10/upstream,v
retrieving revision 1.865
retrieving revision 1.866
diff -u -r1.865 -r1.866
--- upstream	1 Mar 2009 02:52:38 -0000	1.865
+++ upstream	3 Mar 2009 16:14:47 -0000	1.866
@@ -1,3 +1,3 @@
 linux-2.6.28.tar.bz2
 patch-2.6.29-rc6.bz2
-patch-2.6.29-rc6-git5.bz2
+patch-2.6.29-rc6-git7.bz2


--- patch-2.6.29-rc6-git5.bz2.sign DELETED ---




More information about the fedora-extras-commits mailing list