Skip to content
Snippets Groups Projects
  1. May 01, 2014
    • John David Anglin's avatar
      parisc: remove _STK_LIM_MAX override · e0d8898d
      John David Anglin authored
      
      There are only a couple of architectures that override _STK_LIM_MAX to
      a non-infinity value. This changes the stack allocation semantics in
      subtle ways. For example, GNU make changes its stack allocation to the
      hard maximum defined by _STK_LIM_MAX. As a results, threads executed
      by processes running under make are allocated a stack size of
      _STK_LIM_MAX rather than a sensible default value. This causes various
      thread stress tests to fail when they can't muster more than about 50
      threads.
      
      The attached change implements the default behavior used by the
      majority of architectures.
      
      Signed-off-by: default avatarJohn David Anglin <dave.anglin@bell.net>
      Reviewed-by: default avatarCarlos O'Donell <carlos@systemhalted.org>
      Cc: stable@vger.kernel.org # 3.14
      Signed-off-by: default avatarHelge Deller <deller@gmx.de>
      e0d8898d
  2. Oct 16, 2012
  3. Oct 10, 2008
  4. Apr 17, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      v2.6.12-rc2
      1da177e4
Loading