You need to sign in or sign up before continuing.
  1. 23 10月, 2012 1 次提交
  2. 17 10月, 2012 3 次提交
    • D
      UAPI: Make uapi/linux/irqnr.h non-empty · 886927e4
      David Howells 提交于
      uapi/linux/irqnr.h was emitted by the UAPI disintegration script as an empty
      file because the parent linux/irqnr.h had no UAPI stuff in it, despite being
      marked with "header-y".
      
      Unfortunately, the patch program deletes the empty file when applying a kernel
      patch.
      
      It's not clear why this file is part of the UAPI at all.  Looking in:
      
      	/usr/include/linux/irqnr.h
      
      there's nothing there but a header reinclusion guard and a comment.
      
      So just stick a comment in there as a placeholder.
      
      Without this, if the kernel is fabricated from, say, a tarball and a patch, you
      can get this error when building x86_64 or usermode Linux (and probably
      others):
      
      include/linux/irqnr.h:4:30: fatal error: uapi/linux/irqnr.h: No such file or directory
      Reported-by: NRandy Dunlap <rdunlap@xenotime.net>
      Reported-by: NAlessandro Suardi <alessandro.suardi@gmail.com>
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      cc: Randy Dunlap <rdunlap@xenotime.net>
      cc: Alessandro Suardi <alessandro.suardi@gmail.com>
      886927e4
    • D
      FRV: Fix linux/elf-fdpic.h · 0c552e5f
      David Howells 提交于
      It seems I accidentally switched the guard on linux/elf-fdpic.h from #ifdef
      __KERNEL__ to #ifndef __KERNEL__ when attempting to expand the guarded region
      to cover the elf_fdpic_params struct when doing the UAPI split - with the
      result that the struct became unavailable to kernel code.
      
      Move incorrectly guarded bits back to the kernelspace header.
      
      Whilst we're at it, the __KERNEL__ guards can be deleted as they're no longer
      necessary.
      Reported-by: NFengguang Wu <fengguang.wu@intel.com>
      Reported-by: NLars-Peter Clausen <lars@metafoo.de>
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      cc: Fengguang Wu <fengguang.wu@intel.com>
      cc: Lars-Peter Clausen <lars@metafoo.de>
      cc: uclinux-dev@uclinux.org
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      0c552e5f
    • D
      Unexport some bits of linux/fs.h · bbc1096a
      David Howells 提交于
      There are some bits of linux/fs.h which are only used within the kernel and
      shouldn't be in the UAPI.  Move these from uapi/linux/fs.h into linux/fs.h.
      Signed-off-by: NDavid Howells <dhowells@redhat.com>
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      bbc1096a
  3. 13 10月, 2012 2 次提交
  4. 12 10月, 2012 1 次提交
  5. 11 10月, 2012 1 次提交
  6. 09 10月, 2012 14 次提交
  7. 03 10月, 2012 2 次提交