Codebase list debian-goodies / 7fddf3f
checkrestart: Fix false positive with Intel GPU under Linux 4.15 Closes: #894460 Francesco Poli authored 5 years ago Axel Beckert committed 5 years ago
2 changed file(s) with 7 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
527527 return 0
528528 # Or about files under /drm
529529 if f.startswith('/drm'):
530 return 0
531 # Or about files under /i915
532 if f.startswith('/i915'):
530533 return 0
531534 # Or about files under /var/tmp and /var/local/tmp
532535 if f.startswith('/var/tmp/') or f.startswith('/var/local/tmp/'):
1111 + Detect debug symbols packages with no or bad meta-data
1212 * Use 'set -e' in shell scripts instead of 'sh -e' in shebangs
1313 * Fix some typos
14
15 [ Francesco Poli ]
16 * checkrestart: Fix false positive with Intel graphics card since Linux
17 kernel version 4.15. (Closes: #894460)
1418
1519 -- Axel Beckert <abe@debian.org> Sun, 03 Dec 2017 03:28:50 +0100
1620