13 May, 2019

1 commit

  • Pull UML updates from Richard Weinberger:

    - Kconfig cleanups

    - Fix cpu_all_mask() usage

    - Various bug fixes

    * tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml:
    um: irq: don't set the chip for all irqs
    um: define set_pte_at() as a static inline function, not a macro
    um: remove uses of variable length arrays
    um: remove unused variable
    uml: fix a boot splat wrt use of cpu_all_mask
    um: Do not unlock mutex that is not hold.
    hostfs: fix mismatch between link_file definition and declaration
    arch: um: drivers: Kconfig: pedantic formatting
    arch: um: Kconfig: pedantic indention cleanups
    um: Revert to using stack for pt_regs in signal handling

    Linus Torvalds
     

08 May, 2019

1 commit

  • The function link_file declaration in the header file has the order
    of the two arguments (from, to) swapped when compared to the definition
    arguments of (to, from). Fix this by swapping them around to match
    the definition.

    This error predates the git history, so no idea when this error
    was introduced.

    Signed-off-by: Colin Ian King
    Signed-off-by: Richard Weinberger

    Colin Ian King
     

02 May, 2019

1 commit