From 0bbf13e93722ae6d3a845515288bc4ef2cbde1c6 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mar 21 2013 12:57:49 +0000 Subject: Minor ARM config updates --- diff --git a/config-armv7 b/config-armv7 index 6a5972d..8eb6daf 100644 --- a/config-armv7 +++ b/config-armv7 @@ -466,6 +466,22 @@ CONFIG_ETHERNET=y # CONFIG_PANEL_TAAL is not set # CONFIG_SND_OMAP_SOC_OMAP_TWL4030 is not set +# these modules all fail with missing __bad_udelay +# http://www.spinics.net/lists/arm/msg15615.html provides some background +# CONFIG_SUNGEM is not set +# CONFIG_FB_SAVAGE is not set +# CONFIG_FB_RADEON is not set +# CONFIG_DRM_RADEON is not set +# CONFIG_ATM_HE is not set +# CONFIG_SCSI_ACARD is not set +# CONFIG_SFC is not set + +# these all currently fail due to missing symbols __bad_udelay or +# error: implicit declaration of function ‘iowrite32be’ +# CONFIG_SND_ALI5451 is not set +# CONFIG_DRM_NOUVEAU is not set +# CONFIG_MLX4_EN is not set + # CONFIG_DVB_USB_PCTV452E is not set # We need to fix these as they should be either generic includes or kconfig fixes # drivers/input/touchscreen/eeti_ts.c:65:2: error: implicit declaration of function 'irq_to_gpio' [-Werror=implicit-function-declaration] diff --git a/kernel.spec b/kernel.spec index ea5de28..8f4fdb8 100644 --- a/kernel.spec +++ b/kernel.spec @@ -2385,6 +2385,9 @@ fi # ||----w | # || || %changelog +* Thu Mar 21 2013 Peter Robinson +- Minor ARM config updates + * Wed Mar 20 2013 Justin M. Forbes 3.8.4-201 - Linux v3.8.4 - CVE-2013-1873 information leaks via netlink interface (rhbz 923652 923662)