All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: Ingo Molnar <mingo@elte.hu>
Cc: Yinghai Lu <yinghai@kernel.org>, Hugh Dickins <hugh@veritas.com>,
	Stephen Rothwell <sfr@canb.auug.org.au>,
	Andrew Morton <akpm@linux-foundation.org>,
	linux-kernel@vger.kernel.org, "Luck, Tony" <tony.luck@intel.com>
Subject: [RFC] boot parameter handling cleanup II
Date: Thu, 25 Dec 2008 22:47:12 +1030	[thread overview]
Message-ID: <200812252247.12957.rusty@rustcorp.com.au> (raw)
In-Reply-To: <20081223143327.GF29151@elte.hu>

(Not much change since last time, just consolidated fixes aired here, esp.
 x86 early_param fixes thanks to Hugh and Yinghai.)

The following changes since commit 4a6908a3a050aacc9c3a2f36b276b46c0629ad91:    
  Linus Torvalds (1):                                                           
        Linux 2.6.28                                                            

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-boot-params.git master                                                                          

David Howells (2):
      param: Adapt MN10300 to the new parameter handling regime
      param: Adapt FRV to the new parameter handling regime    

Geert Uytterhoeven (1):
      m68k: Use asm/sections.h in kernel/setup.c

Rusty Russell (13):
      USB: Don't use __module_param_call; use core_param.
      x86: act on mem= and memmap= later in boot         
      x86: prepare noexec for being called earlier       
      x86: override_capabilities in early_identify_cpu   
      param: allow parse_args to work non-destructively. 
      param: put core_param in separate section          
      param: make sure charp isn't used as a core_param  
      param: arch_get_boot_command_line()                
      param: move core_param() parsing to before setup_arch.
      param: Call early_param earlier.                      
      param: combine core_param and early_param parsing.    
      param: don't use alloc_bootmem for saved_command_line 
      param: move banner printing to top of start_kernel.   

Yinghai Lu (1):
      x86: clean up setup_clear/force_cpu_cap handling

 arch/alpha/kernel/setup.c                  |   36 +++++++-----
 arch/arm/kernel/setup.c                    |   43 ++++++++------
 arch/avr32/kernel/setup.c                  |   15 ++---         
 arch/blackfin/kernel/setup.c               |   22 ++++----      
 arch/cris/kernel/setup.c                   |   29 +++++-----    
 arch/frv/kernel/setup.c                    |   50 ++++++----------
 arch/h8300/kernel/setup.c                  |   27 +++++----       
 arch/ia64/dig/setup.c                      |    2 +-              
 arch/ia64/hp/sim/hpsim_setup.c             |    2 +-              
 arch/ia64/include/asm/machvec.h            |    4 +-              
 arch/ia64/include/asm/paravirt.h           |    8 +-              
 arch/ia64/kernel/machvec.c                 |    8 ++-             
 arch/ia64/kernel/setup.c                   |   32 +++++-----      
 arch/ia64/sn/kernel/setup.c                |   13 ++--            
 arch/ia64/uv/kernel/setup.c                |    2 +-              
 arch/ia64/xen/xen_pv_ops.c                 |    2 +-              
 arch/m32r/kernel/setup.c                   |   16 +++---          
 arch/m68k/kernel/setup.c                   |   37 +++++++-----    
 arch/m68knommu/include/asm/machdep.h       |    2 +-              
 arch/m68knommu/kernel/setup.c              |   33 +++++-----      
 arch/m68knommu/platform/5206/config.c      |    2 +-              
 arch/m68knommu/platform/5206e/config.c     |   14 +++--           
 arch/m68knommu/platform/520x/config.c      |    2 +-              
 arch/m68knommu/platform/523x/config.c      |    2 +-              
 arch/m68knommu/platform/5249/config.c      |    2 +-              
 arch/m68knommu/platform/5272/config.c      |   23 ++++----        
 arch/m68knommu/platform/527x/config.c      |    2 +-              
 arch/m68knommu/platform/528x/config.c      |    2 +-              
 arch/m68knommu/platform/5307/config.c      |   13 +++-            
 arch/m68knommu/platform/532x/config.c      |   22 +++----         
 arch/m68knommu/platform/5407/config.c      |    2 +-              
 arch/m68knommu/platform/68328/config.c     |    2 +-              
 arch/m68knommu/platform/68328/head-pilot.S |    2 +-              
 arch/m68knommu/platform/68360/config.c     |    6 +-              
 arch/m68knommu/platform/68EZ328/config.c   |    4 +-              
 arch/m68knommu/platform/68VZ328/config.c   |   12 ++--            
 arch/mips/kernel/setup.c                   |   20 +++---          
 arch/mn10300/kernel/setup.c                |   61 ++++++++------------
 arch/parisc/kernel/setup.c                 |   32 +++++------         
 arch/powerpc/kernel/prom.c                 |    1 -                   
 arch/powerpc/kernel/setup_32.c             |   10 ++-                 
 arch/powerpc/kernel/setup_64.c             |   10 ++-                 
 arch/s390/kernel/setup.c                   |    8 +--                 
 arch/sh/boards/board-magicpanelr2.c        |    2 +-                  
 arch/sh/boards/board-sh7785lcr.c           |    2 +-                  
 arch/sh/boards/mach-dreamcast/setup.c      |    2 +-                  
 arch/sh/boards/mach-highlander/setup.c     |    2 +-                  
 arch/sh/boards/mach-hp6xx/setup.c          |    2 +-                  
 arch/sh/boards/mach-landisk/setup.c        |    2 +-                  
 arch/sh/boards/mach-microdev/setup.c       |    2 +-                  
 arch/sh/boards/mach-migor/setup.c          |    2 +-                  
 arch/sh/boards/mach-r2d/setup.c            |    2 +-
 arch/sh/boards/mach-sdk7780/setup.c        |    2 +-
 arch/sh/boards/mach-se/7343/setup.c        |    2 +-
 arch/sh/boards/mach-se/770x/setup.c        |    2 +-
 arch/sh/boards/mach-se/7721/setup.c        |    2 +-
 arch/sh/boards/mach-se/7722/setup.c        |    2 +-
 arch/sh/boards/mach-se/7780/setup.c        |    2 +-
 arch/sh/boards/mach-sh03/setup.c           |    2 +-
 arch/sh/boards/mach-sh7763rdp/setup.c      |    2 +-
 arch/sh/include/asm/machvec.h              |    2 +-
 arch/sh/kernel/setup.c                     |   28 +++++-----
 arch/sparc/kernel/setup.c                  |   14 ++--
 arch/sparc64/kernel/setup.c                |   12 ++--
 arch/um/kernel/um_arch.c                   |   10 ++-
 arch/x86/include/asm/cpufeature.h          |    4 +-
 arch/x86/include/asm/processor.h           |    3 +-
 arch/x86/kernel/cpu/common.c               |   22 +++++--
 arch/x86/kernel/e820.c                     |   88 +++++++++++++++++----------
 arch/x86/kernel/setup.c                    |   41 ++++++-------
 arch/x86/mm/init_32.c                      |   11 ++-
 arch/xtensa/kernel/setup.c                 |   21 ++++---
 arch/xtensa/platforms/iss/setup.c          |    2 +-
 drivers/usb/core/usb.c                     |    8 ++-
 include/asm-generic/vmlinux.lds.h          |    3 +
 include/asm-xtensa/platform.h              |    5 +-
 include/linux/init.h                       |    5 +-
 include/linux/moduleparam.h                |   43 ++++++++++----
 init/main.c                                |   73 ++++++++++-------------
 kernel/kexec.c                             |    1 +
 kernel/module.c                            |    2 +-
 kernel/params.c                            |   74 ++++++++++++++++++-----
 82 files changed, 625 insertions(+), 518 deletions(-)

  parent reply	other threads:[~2008-12-25 12:17 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-23  3:06 linux-next: parsing mem=700M broken Hugh Dickins
2008-12-23  5:52 ` Yinghai Lu
2008-12-23 14:33   ` Ingo Molnar
2008-12-24  7:38     ` Rusty Russell
2008-12-24  8:09       ` Yinghai Lu
2008-12-24 23:09         ` Yinghai Lu
2008-12-25 11:40         ` Rusty Russell
2008-12-25 22:46           ` Yinghai Lu
2008-12-24 12:30       ` Ingo Oeser
2008-12-25  5:50         ` Rusty Russell
2008-12-24 14:44       ` Hugh Dickins
2008-12-25  3:28         ` Rusty Russell
2008-12-27 13:12         ` Rusty Russell
2008-12-28  0:43           ` Hugh Dickins
2008-12-28  2:07             ` Yinghai Lu
2009-01-01  3:42               ` Rusty Russell
2008-12-25 12:17     ` Rusty Russell [this message]
2008-12-25 12:20       ` [RFC PATCH] param: start_kernel_with_args() Rusty Russell
2008-12-27 10:14       ` [RFC] boot parameter handling cleanup II Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200812252247.12957.rusty@rustcorp.com.au \
    --to=rusty@rustcorp.com.au \
    --cc=akpm@linux-foundation.org \
    --cc=hugh@veritas.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=sfr@canb.auug.org.au \
    --cc=tony.luck@intel.com \
    --cc=yinghai@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.