Re: [PATCH] Remove CONFIG_FORCE_INLINING from defconfigs

Previous thread: [PATCH] usb: serial: move zte MF330 from sierra to option by Kevin Lloyd on Monday, February 11, 2008 - 1:29 pm. (3 messages)

Next thread: [PATCH] slub: kmalloc page allocator pass-through cleanup by Pekka J Enberg on Monday, February 11, 2008 - 1:47 pm. (2 messages)
From: Harvey Harrison
Date: Monday, February 11, 2008 - 1:29 pm

Option has been removed as of:
185c045c245f46485ad8bbd8cc1100e986ff3f13 x86, core: remove CONFIG_FORCED_INLINING

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
---
Patch against 2.6.25-rc1

 arch/arm/configs/at91cap9adk_defconfig          |    1 -
 arch/arm/configs/at91sam9260ek_defconfig        |    1 -
 arch/arm/configs/at91sam9261ek_defconfig        |    1 -
 arch/arm/configs/at91sam9263ek_defconfig        |    1 -
 arch/arm/configs/at91sam9rlek_defconfig         |    1 -
 arch/arm/configs/cm_x270_defconfig              |    1 -
 arch/arm/configs/colibri_defconfig              |    1 -
 arch/arm/configs/collie_defconfig               |    1 -
 arch/arm/configs/em_x270_defconfig              |    1 -
 arch/arm/configs/ep93xx_defconfig               |    1 -
 arch/arm/configs/iop32x_defconfig               |    1 -
 arch/arm/configs/iop33x_defconfig               |    1 -
 arch/arm/configs/ixp2000_defconfig              |    1 -
 arch/arm/configs/ixp23xx_defconfig              |    1 -
 arch/arm/configs/ixp4xx_defconfig               |    1 -
 arch/arm/configs/ks8695_defconfig               |    1 -
 arch/arm/configs/littleton_defconfig            |    1 -
 arch/arm/configs/lpd270_defconfig               |    1 -
 arch/arm/configs/lpd7a404_defconfig             |    1 -
 arch/arm/configs/msm_defconfig                  |    1 -
 arch/arm/configs/netx_defconfig                 |    1 -
 arch/arm/configs/ns9xxx_defconfig               |    1 -
 arch/arm/configs/onearm_defconfig               |    1 -
 arch/arm/configs/picotux200_defconfig           |    1 -
 arch/arm/configs/pnx4008_defconfig              |    1 -
 arch/arm/configs/realview-smp_defconfig         |    1 -
 arch/arm/configs/rpc_defconfig                  |    1 -
 arch/arm/configs/s3c2410_defconfig              |    1 -
 arch/arm/configs/versatile_defconfig            |    1 -
 arch/avr32/configs/atngw100_defconfig           |    1 -
 arch/avr32/configs/atstk1002_defconfig          |    1 -
 ...
From: Adrian Bunk
Date: Monday, February 11, 2008 - 1:53 pm

I'm not a fan of patching defconfig's this way - this will only bring 
tons of patch conflicts (consider what happens when anyone already has
a completely updated defconfig in his tree and your patch goes in first).

What you do manually already happens automatically when a maintainer 
updates a defconfig.

And for not regularly updated defconfigs one obsolete option more or 
less does not matter at all - even more since apart from a warning 
there's anyway no problem.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

--

From: Harvey Harrison
Date: Monday, February 11, 2008 - 2:05 pm

OK, I just figured it was my patch that went in removing it, so I should
submit a full-removal for completeness.  If it will just cause problems,
no need for it to be applied.

Harvey

--

Previous thread: [PATCH] usb: serial: move zte MF330 from sierra to option by Kevin Lloyd on Monday, February 11, 2008 - 1:29 pm. (3 messages)

Next thread: [PATCH] slub: kmalloc page allocator pass-through cleanup by Pekka J Enberg on Monday, February 11, 2008 - 1:47 pm. (2 messages)