Skip to main content

Kernel FAQ

修改

  • Linux 5.4
    • linux/pci-aspm.h -> linux/pci.h
  • Linux 5.1
    • get_ds
      • get_ds() -> KERNEL_DS
  • Linux 5.0
    • SUBDIRS=$(PWD) -> M=$(shell pwd)
    • do_gettimeofday
      • do_gettimeofday(&di->last_lost_tick.tv); -> di->last_lost_tick = ktime_get();
      • 以前在 linux/timekeeping32.h 之后被删除
      • xpp patch
    • struct timeval now -> const ktime_t now;
    • touch_softlockup_watchdog