Skip to content
Snippets Groups Projects
  1. Jun 08, 2022
  2. May 24, 2022
  3. May 18, 2022
  4. Apr 21, 2022
  5. Apr 11, 2022
  6. Mar 18, 2022
    • Randy Dunlap's avatar
      clocksource: acpi_pm: fix return value of __setup handler · 6a861abc
      Randy Dunlap authored
      
      __setup() handlers should return 1 to obsolete_checksetup() in
      init/main.c to indicate that the boot option has been handled.
      A return of 0 causes the boot option/value to be listed as an Unknown
      kernel parameter and added to init's (limited) environment strings.
      
      The __setup() handler interface isn't meant to handle negative return
      values -- they are non-zero, so they mean "handled" (like a return
      value of 1 does), but that's just a quirk. So return 1 from
      parse_pmtmr(). Also print a warning message if kstrtouint() returns
      an error.
      
      Fixes: 6b148507 ("pmtmr: allow command line override of ioport")
      Signed-off-by: default avatarRandy Dunlap <rdunlap@infradead.org>
      Reported-by: default avatarIgor Zhbanov <i.zhbanov@omprussia.ru>
      Link: lore.kernel.org/r/64644a2f-4a20-bab3-1e15-3b2cdd0defe3@omprussia.ru
      Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
      6a861abc
  7. Mar 07, 2022
  8. Feb 23, 2022
  9. Feb 18, 2022
  10. Feb 16, 2022
  11. Jan 26, 2022
Loading