1. 20 1月, 2017 1 次提交
  2. 19 1月, 2017 1 次提交
  3. 02 5月, 2016 1 次提交
  4. 01 5月, 2016 8 次提交
  5. 28 4月, 2016 1 次提交
    • A
      tty: provide tty_name() even without CONFIG_TTY · 188e3c5c
      Arnd Bergmann 提交于
      The audit subsystem just started printing the name of the tty,
      but that causes a build failure when CONFIG_TTY is disabled:
      
      kernel/built-in.o: In function `audit_log_task_info':
      memremap.c:(.text+0x5e34c): undefined reference to `tty_name'
      kernel/built-in.o: In function `audit_set_loginuid':
      memremap.c:(.text+0x63b34): undefined reference to `tty_name'
      
      This adds tty_name() to the list of functions that are provided
      as trivial stubs in that configuration.
      Signed-off-by: NArnd Bergmann <arnd@arndb.de>
      Fixes: db0a6fb5 ("audit: add tty field to LOGIN event")
      Signed-off-by: NPaul Moore <paul@paul-moore.com>
      188e3c5c
  6. 29 1月, 2016 2 次提交
  7. 28 1月, 2016 14 次提交
  8. 27 1月, 2016 1 次提交
  9. 14 12月, 2015 6 次提交
  10. 21 11月, 2015 1 次提交
  11. 18 10月, 2015 4 次提交