Skip to content
  • Paul E. McKenney's avatar
    546eee2d
    torture: Remove "Failed to add ttynull console" false positive · 546eee2d
    Paul E. McKenney authored
    
    
    Commit 757055ae ("init/console: Use ttynull as a fallback when
    there is no console") results in the string "Warning: Failed to add
    ttynull console. No stdin, stdout, and stderr for the init process!"
    appearing on the console, which the rcutorture scripting interprets as
    a warning, which causes every rcutorture run to be flagged.  However,
    the rcutorture init process never attempts to do any I/O, and thus does
    not care that it has no stdin, stdout, or stderr.
    
    This commit therefore causes the rcutorture scripting to ignore this
    message.
    
    Signed-off-by: default avatarPaul E. McKenney <[email protected]>
    546eee2d
    torture: Remove "Failed to add ttynull console" false positive
    Paul E. McKenney authored
    
    
    Commit 757055ae ("init/console: Use ttynull as a fallback when
    there is no console") results in the string "Warning: Failed to add
    ttynull console. No stdin, stdout, and stderr for the init process!"
    appearing on the console, which the rcutorture scripting interprets as
    a warning, which causes every rcutorture run to be flagged.  However,
    the rcutorture init process never attempts to do any I/O, and thus does
    not care that it has no stdin, stdout, or stderr.
    
    This commit therefore causes the rcutorture scripting to ignore this
    message.
    
    Signed-off-by: default avatarPaul E. McKenney <[email protected]>
Loading