1. 06 Oct, 2003 9 commits
    • Len Brown's avatar
      [ACPI] Summary of changes for ACPICA version 20031002: · dac231e4
      Len Brown authored
      Fixed a problem with Index Fields where the index was not incremented
      for fields that require multiple writes to the index/data registers
      (Fields that are wider than the data register.)
      
      Fixed a problem with all Field objects where a write could go beyond the
      end-of-field if the field was larger than the access granularity and
      therefore required multiple writes to complete the request.  An extra
      write beyond the end of the field could happen inadvertently.
      
      Fixed a problem with Index Fields where a BUFFER_OVERFLOW error would
      incorrectly be returned if the width of the Data Register was larger
      than the specified field access width.
      
      Completed fixes for LoadTable() and Unload() and verified their
      operation.  Implemented full support for the "DdbHandle" object
      throughout the ACPI CA subsystem.
      
      Implemented full support for the MADT and ECDT tables in the ACPI CA
      header files.  Even though these tables are not directly consumed by
      ACPI CA, the header definitions are useful for ACPI device drivers.
      
      Integrated resource descriptor fixes posted to the Linux ACPI list.
      This included checks for minimum descriptor length, and support for
      trailing NULL strings within descriptors that have optional string
      elements.
      
      Fixed a problem where the SMI_CMD register could be written even if it
      was not supported on the platform (when FADT.SMI_CMD is zero)
      dac231e4
    • Hirofumi Ogawa's avatar
      [PATCH] lib/parser: Not recognize nul string as "%s" (6/6) · 13ea5e83
      Hirofumi Ogawa authored
      Current match_token recognize "foo=" as "foo=%s". So this change the
      nul string does not recognize as "%s".
      13ea5e83
    • Hirofumi Ogawa's avatar
      [PATCH] lib/parser: Use "%u" instead "%d" (5/6) · 5163200e
      Hirofumi Ogawa authored
      If original code uses the following,
      
      	opts->value = simple_strtoul(value, &value, 0);
      	if (*value)
      		return error;
      
      It doesn't recognize negative value. So option format should use "%u".
      5163200e
    • Hirofumi Ogawa's avatar
      [PATCH] Fix cleanup option of fat (4/6) · e85bed01
      Hirofumi Ogawa authored
      This is just misc cleanup of fat option.
      e85bed01
    • Hirofumi Ogawa's avatar
      [PATCH] Fix unrecognized option of fat (3/6) · 0279de03
      Hirofumi Ogawa authored
      vfat doesn't recognize the msdos option. Also msdos doesn't recognize
      vfat option.
      
      And this separates fat/vfat/msdos option structures. I think this
      looks more good as document.
      0279de03
    • Hirofumi Ogawa's avatar
      [PATCH] use ->d_lock instead of dcache_lock in vfat_revalidate (2/6) · 168e5083
      Hirofumi Ogawa authored
      This uses more fine granularity ->d_lock than ->dcache_lock for
      ->d_parent with d_move() race.
      168e5083
    • Hirofumi Ogawa's avatar
      [PATCH] VFAT: ->i_[cam]time cleanups (1/6) · f76e3f49
      Hirofumi Ogawa authored
      From René Scharfe <l.s.r@web.de>
      
      there's one call to strncpy() in vfat that really should be a memcpy().
      The source, msdos_name, is a space-filled char array, not a
      NUL-terminated string.
      
      The rest of the patch eliminates duplicate occurencies of the
      CURRENT_TIME macro inside functions. This shrinks vfat.o by a few
      bytes.
      f76e3f49
    • Russell King's avatar
      [PATCH] Fix sysrq-t free stack output · 07bd1e13
      Russell King authored
      It seems that we're attempting to work out the free stack size using two
      unrelated pointers for the lowest address of the stack.  Fix this to use
      the correct pointer.
      07bd1e13
    • Linus Torvalds's avatar
      Merge bk://ppc.bkbits.net/for-linus-ppc · c583b0c6
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      c583b0c6
  2. 07 Oct, 2003 4 commits
  3. 06 Oct, 2003 12 commits
  4. 05 Oct, 2003 4 commits
  5. 06 Oct, 2003 1 commit
  6. 05 Oct, 2003 10 commits