1. 17 12月, 2010 1 次提交
  2. 30 9月, 2010 1 次提交
    • S
      sunrpc: fix up rpcauth_remove_module section mismatch · c135e84a
      Stephen Rothwell 提交于
      On Wed, 29 Sep 2010 14:02:38 +1000 Stephen Rothwell <sfr@canb.auug.org.au> wrote:
      >
      > After merging the final tree, today's linux-next build (powerpc
      > ppc44x_defconfig) produced tis warning:
      >
      > WARNING: net/sunrpc/sunrpc.o(.init.text+0x110): Section mismatch in reference from the function init_sunrpc() to the function .exit.text:rpcauth_remove_module()
      > The function __init init_sunrpc() references
      > a function __exit rpcauth_remove_module().
      > This is often seen when error handling in the init function
      > uses functionality in the exit path.
      > The fix is often to remove the __exit annotation of
      > rpcauth_remove_module() so it may be used outside an exit section.
      >
      > Probably caused by commit 2f72c9b7
      > ("sunrpc: The per-net skeleton").
      
      This actually causes a build failure on a sparc32 defconfig build:
      
      `rpcauth_remove_module' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o
      
      I applied the following patch for today:
      
      Fixes:
      
      `rpcauth_remove_module' referenced in section `.init.text' of net/built-in.o: defined in discarded section `.exit.text' of net/built-in.o
      Signed-off-by: NStephen Rothwell <sfr@canb.auug.org.au>
      Acked-by: NPavel Emelyanov <xemul@openvz.org>
      Signed-off-by: NJ. Bruce Fields <bfields@redhat.com>
      c135e84a
  3. 04 8月, 2010 5 次提交
  4. 15 5月, 2010 1 次提交
  5. 16 9月, 2009 1 次提交
  6. 20 4月, 2008 2 次提交
  7. 15 3月, 2008 5 次提交
  8. 11 7月, 2007 10 次提交
  9. 04 10月, 2006 1 次提交
  10. 29 9月, 2006 1 次提交
  11. 26 4月, 2006 1 次提交
  12. 02 2月, 2006 3 次提交
  13. 19 10月, 2005 1 次提交
    • J
      RPCSEC_GSS: cleanup au_rslack calculation · 24b2605b
      J. Bruce Fields 提交于
       Various xdr encode routines use au_rslack to guess where the reply argument
       will end up, so we can set up the xdr_buf to recieve data into the right place
       for zero copy.
      
       Currently we calculate the au_rslack estimate when we check the verifier.
       Normally this only depends on the verifier size.  In the integrity case we add
       a few bytes to allow for a length and sequence number.
      
       It's a bit simpler to calculate only the verifier size when we check the
       verifier, and delay the full calculation till we unwrap.
      Signed-off-by: NJ. Bruce Fields <bfields@citi.umich.edu>
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      24b2605b
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      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!
      1da177e4
反馈
建议
客服 返回
顶部