1. 27 3月, 2006 1 次提交
    • C
      [PATCH] ipmi: add full sysfs support · 50c812b2
      Corey Minyard 提交于
      Add full driver model support for the IPMI driver.  It links in the proper
      bus and device support.
      
      It adds an "ipmi" driver interface that has each BMC discovered by the
      driver (as a device).  These BMCs appear in the devices/platform directory.
       If there are multiple interfaces to the same BMC, the driver should
      discover this and will only have one BMC entry.  The BMC entry will have
      pointers to each interface device that connects to it.
      
      The device information (statistics and config information) has not yet been
      ported over to the driver model from proc, that will come later.
      
      This work was based on work by Yani Ioannou.  I basically rewrote it using
      that code as a guide, but he still deserves credit :).
      
      [bunk@stusta.de: make ipmi_find_bmc_guid() static]
      Signed-off-by: NCorey Minyard <minyard@acm.org>
      Signed-off-by: NYani Ioannou <yani.ioannou@gmail.com>
      Cc: Greg KH <greg@kroah.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      50c812b2
  2. 26 3月, 2006 1 次提交
  3. 04 2月, 2006 1 次提交
    • J
      [PATCH] IPMI: fix issues reported by Coverity in ipmi_msghandler.c · 12fc1d7b
      Jayachandran C 提交于
      While looking to the report by Coverity in ipmi, I came across the
      following issue:
      
      The IPMI message handler relies on two defines which are the same -one in
      include/linux/ipmi.h
      #define IPMI_NUM_CHANNELS 0x10
      and one in drivers/char/ipmi/ipmi_msghandler.
      #define IPMI_MAX_CHANNELS       16
      These are used interchangeably in ipmi_msghandler.c, but since the array
      addr->channels[] is of size IPMI_MAX_CHANNELS, I have made a patch that
      uses IPMI_MAX_CHANNELS for all the checks for the array index.
      
      NOTE: You could probably remove the line that defines IPMI_NUM_CHANNELS
      from ipmi.h, or move IPMI_MAX_CHANNELS to ipmi.h
      Signed-off-by: NJayachandran C. <c.jayachandran@gmail.com>
      Cc: Corey Minyard <minyard@acm.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      12fc1d7b
  4. 11 1月, 2006 1 次提交
    • A
      [PATCH] ipmi: fix compile errors with PROC_FS=n · be4f1bb2
      Adrian Bunk 提交于
      ...
        CC [M]  drivers/char/ipmi/ipmi_msghandler.o
      drivers/char/ipmi/ipmi_msghandler.c:3301: `proc_ipmi_root' undeclared here (not in a function)
      drivers/char/ipmi/ipmi_msghandler.c:3301: initializer element is not constant
      drivers/char/ipmi/ipmi_msghandler.c:3301: (near initialization for `__ksymtab_proc_ipmi_root.value')
      drivers/char/ipmi/ipmi_msghandler.c:1535: warning: `ipmb_file_read_proc' defined but not used
      drivers/char/ipmi/ipmi_msghandler.c:1551: warning: `version_file_read_proc' defined but not used
      drivers/char/ipmi/ipmi_msghandler.c:1561: warning: `stat_file_read_proc' defined but not used
      ...
        CC [M]  drivers/char/ipmi/ipmi_poweroff.o
      drivers/char/ipmi/ipmi_poweroff.c: In function `ipmi_poweroff_init':
      drivers/char/ipmi/ipmi_poweroff.c:616: warning: implicit declaration of function `unregister_sysctl_table'
      drivers/char/ipmi/ipmi_poweroff.c:616: `ipmi_table_header' undeclared (first use in this function)
      drivers/char/ipmi/ipmi_poweroff.c:616: (Each undeclared identifier is reported only once
      drivers/char/ipmi/ipmi_poweroff.c:616: for each function it appears in.)
      Signed-off-by: NAdrian Bunk <bunk@stusta.de>
      Cc: Corey Minyard <minyard@acm.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      be4f1bb2
  5. 07 1月, 2006 1 次提交
  6. 13 12月, 2005 1 次提交
  7. 16 11月, 2005 1 次提交
  8. 12 11月, 2005 1 次提交
  9. 07 11月, 2005 2 次提交
  10. 24 9月, 2005 1 次提交
  11. 08 9月, 2005 5 次提交
  12. 29 6月, 2005 1 次提交
  13. 24 6月, 2005 2 次提交
  14. 22 6月, 2005 1 次提交
  15. 01 5月, 2005 1 次提交
  16. 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