[ubuntu/eoan-proposed] stress-ng 0.09.60-0ubuntu1 (Accepted)

Colin King colin.king at canonical.com
Sat Jun 22 09:28:12 UTC 2019


stress-ng (0.09.60-0ubuntu1) eoan; urgency=medium

  * Makefile: bump version
  * Makefile: add kernel-coverage.sh to make dist rule
  * Manual: add capabilities requirements and missing idle-page notes
  * stress-cpu: make val an auto variable, we can't take address of a
    register
  * stress-pidfd: reduce scope of variable pid
  * stress-netlink-task: reduce scope of variable len
  * stress-utime: move if statement into a #if'def block
  * stress-softlock: replace spaces with tab in indentation
  * stress-softlockup: remove a duplicated return statement
  * stress-resources: move a keep stressing check inside a #if'def block
  * stress-lockbus: fix build warning on label "done" for non-x86 arches
  * stress-lockofd: rename dirname to pathname
  * stress-ng.h: rename a couple of function args to stop name clashing
  * core-shim: ensure mlock addresses are const arguments
  * stress-lockf: declare opt_set_funcs for all builds
  * core-shim: rename dirfd to dir_fd
  * stress-timerfd: rename exp to expval
  * stress-memrate: rename remainder to dur_remainder
  * stress-lockf: rename dirname to pathname
  * stress-locka: rename dirname to pathname
  * stress-inotify: rename dirname to pathname
  * stress-hdd: rename remainder to size_remainder
  * stress-filename: rename dirname to pathname
  * stress-fcntl: rename dirname to pathname
  * stress-fanotify: rename dirname to pathname
  * stress-dnotify: rename dirname to pathname
  * stress-chown: rename dirname to pathname
  * stress-dir: rename dirname to pathname
  * stress-chmod: rename dirname to pathname
  * stress-opcode: remove .set_default and add .opt_set_funcs for
    GNU/Hurd builds
  * stress-opcode: fix build warning on GNU/Hurd
  * stress-enosys: fix build warning when array size is zero
  * stress-rawsock: remove shadowed rc declaration
  * stress-rawsock: remove redundant __packed__ attribute
  * stress-netlink-task: fix const build warning
  * Add kernel coverage test bash script
  * stress-netlink-task: voidify a few function returns and remove a
    whitespace
  * stress-lockbus: add a page boundary split lock
  * stress-tmpfs: add parentheses around magic number
  * stress-sctp: limit to ipv4 and ipv6 domains
  * stress-udp: limit to ipv4 and ipv6 domains
  * bash-completion: add vm-madvise completion
  * bash-completion: add --stream-madvise completion
  * Manual: fix up cyclic-method options
  * stress-netlink-task: remove unused assignment to na->nla_len
  * core-perf: fix spinlock error check
  * README: update number of stressors
  * Add netlink taskstats stressor
  * stress-shm-sysv: add occasional reading of /proc/sysvipc/shm for
    linux
  * stress-sem-sysv: add occasional reading of /proc/sysvipc/sem for
    linux
  * stress-msg: declare get_procinfo only when required for linux
  * stress-msg: add occasional reading of /proc/sysvipc/msg for linux
  * stress_get: add deprecated _sysctl call to get sysctl info
  * stress-sysfs: exercise /proc/thread_self earlier
  * stress-lockbus: add split locks
  * stress-mq: add lseek and poll on mq descriptor for Linux
  * stress-rawsock: limit this to linux for the moment
  * stress-resources: fix missing guard on fd_ev
  * core-time: add constification
  * core-thermal-zone: add constifications
  * core-shim: add a constification
  * core-parse-opts: add some constifications
  * core-mwc: add a constification
  * core-helper: minor constification clean ups
  * core-cache: constify len2
  * Add a raw socket rawsock network stressor
  * Add HAVE_LINUX_HPET_H config checks
  * stress-socket: add baroque mmap on socket fd
  * core-thrash: add zone compaction, make per process paging less
    aggressive
  * stress-dev: add hpet HPET_INFO ioctl dev check
  * stress-loop: add LOOP_SET_DIRECT_IO ioctl
  * stress-loop: add 64 bit info get/set ioctl calls
  * stress-fanotify: check if FAN_MARK_FILESYSTEM is defined
  * stress-fanotify: exercise remove and flush

Date: Sat, 22 Jun 2019 09:27:15 +0100
Changed-By: Colin King <colin.king at canonical.com>
https://launchpad.net/ubuntu/+source/stress-ng/0.09.60-0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 22 Jun 2019 09:27:15 +0100
Source: stress-ng
Architecture: source
Version: 0.09.60-0ubuntu1
Distribution: eoan
Urgency: medium
Maintainer: Colin King <colin.king at canonical.com>
Changed-By: Colin King <colin.king at canonical.com>
Changes:
 stress-ng (0.09.60-0ubuntu1) eoan; urgency=medium
 .
   * Makefile: bump version
   * Makefile: add kernel-coverage.sh to make dist rule
   * Manual: add capabilities requirements and missing idle-page notes
   * stress-cpu: make val an auto variable, we can't take address of a
     register
   * stress-pidfd: reduce scope of variable pid
   * stress-netlink-task: reduce scope of variable len
   * stress-utime: move if statement into a #if'def block
   * stress-softlock: replace spaces with tab in indentation
   * stress-softlockup: remove a duplicated return statement
   * stress-resources: move a keep stressing check inside a #if'def block
   * stress-lockbus: fix build warning on label "done" for non-x86 arches
   * stress-lockofd: rename dirname to pathname
   * stress-ng.h: rename a couple of function args to stop name clashing
   * core-shim: ensure mlock addresses are const arguments
   * stress-lockf: declare opt_set_funcs for all builds
   * core-shim: rename dirfd to dir_fd
   * stress-timerfd: rename exp to expval
   * stress-memrate: rename remainder to dur_remainder
   * stress-lockf: rename dirname to pathname
   * stress-locka: rename dirname to pathname
   * stress-inotify: rename dirname to pathname
   * stress-hdd: rename remainder to size_remainder
   * stress-filename: rename dirname to pathname
   * stress-fcntl: rename dirname to pathname
   * stress-fanotify: rename dirname to pathname
   * stress-dnotify: rename dirname to pathname
   * stress-chown: rename dirname to pathname
   * stress-dir: rename dirname to pathname
   * stress-chmod: rename dirname to pathname
   * stress-opcode: remove .set_default and add .opt_set_funcs for
     GNU/Hurd builds
   * stress-opcode: fix build warning on GNU/Hurd
   * stress-enosys: fix build warning when array size is zero
   * stress-rawsock: remove shadowed rc declaration
   * stress-rawsock: remove redundant __packed__ attribute
   * stress-netlink-task: fix const build warning
   * Add kernel coverage test bash script
   * stress-netlink-task: voidify a few function returns and remove a
     whitespace
   * stress-lockbus: add a page boundary split lock
   * stress-tmpfs: add parentheses around magic number
   * stress-sctp: limit to ipv4 and ipv6 domains
   * stress-udp: limit to ipv4 and ipv6 domains
   * bash-completion: add vm-madvise completion
   * bash-completion: add --stream-madvise completion
   * Manual: fix up cyclic-method options
   * stress-netlink-task: remove unused assignment to na->nla_len
   * core-perf: fix spinlock error check
   * README: update number of stressors
   * Add netlink taskstats stressor
   * stress-shm-sysv: add occasional reading of /proc/sysvipc/shm for
     linux
   * stress-sem-sysv: add occasional reading of /proc/sysvipc/sem for
     linux
   * stress-msg: declare get_procinfo only when required for linux
   * stress-msg: add occasional reading of /proc/sysvipc/msg for linux
   * stress_get: add deprecated _sysctl call to get sysctl info
   * stress-sysfs: exercise /proc/thread_self earlier
   * stress-lockbus: add split locks
   * stress-mq: add lseek and poll on mq descriptor for Linux
   * stress-rawsock: limit this to linux for the moment
   * stress-resources: fix missing guard on fd_ev
   * core-time: add constification
   * core-thermal-zone: add constifications
   * core-shim: add a constification
   * core-parse-opts: add some constifications
   * core-mwc: add a constification
   * core-helper: minor constification clean ups
   * core-cache: constify len2
   * Add a raw socket rawsock network stressor
   * Add HAVE_LINUX_HPET_H config checks
   * stress-socket: add baroque mmap on socket fd
   * core-thrash: add zone compaction, make per process paging less
     aggressive
   * stress-dev: add hpet HPET_INFO ioctl dev check
   * stress-loop: add LOOP_SET_DIRECT_IO ioctl
   * stress-loop: add 64 bit info get/set ioctl calls
   * stress-fanotify: check if FAN_MARK_FILESYSTEM is defined
   * stress-fanotify: exercise remove and flush
Checksums-Sha1:
 0670bc62ad224099e298a83652d9034658ee6059 2233 stress-ng_0.09.60-0ubuntu1.dsc
 31498117f78980b86137ab8ee50f9362fbd920d7 396652 stress-ng_0.09.60.orig.tar.xz
 dfeddeb73f7373c81dca671006aadd7c3b0ae1e1 74664 stress-ng_0.09.60-0ubuntu1.debian.tar.xz
 31d6018ced0e81be5b0f5e61329855b447e7348b 8548 stress-ng_0.09.60-0ubuntu1_source.buildinfo
Checksums-Sha256:
 a61c7f37bb4d68ea6f441d39f67c843e7f0e3c40118d2e687c12c9dd72785b12 2233 stress-ng_0.09.60-0ubuntu1.dsc
 ea5013b75aeb9df520d34e4378470f2fc0ec2de0740cf7815f2b31c4bac0e4a4 396652 stress-ng_0.09.60.orig.tar.xz
 60472914e2d8d70e24af653907a56e259ce0a0970875962e180eeb090ce67d91 74664 stress-ng_0.09.60-0ubuntu1.debian.tar.xz
 1f42ea382bd9ad65b6b29a5fc02a8813060c94710b56b232b8667ab9817edcda 8548 stress-ng_0.09.60-0ubuntu1_source.buildinfo
Files:
 ee9a52b1718aa58066fe474cf84a8a19 2233 devel optional stress-ng_0.09.60-0ubuntu1.dsc
 1b6a20eb300418393255c12b6dfb6859 396652 devel optional stress-ng_0.09.60.orig.tar.xz
 315f4c04248bc108ee0d76055f8cb61d 74664 devel optional stress-ng_0.09.60-0ubuntu1.debian.tar.xz
 aa8db30ba67f279feaf2f69419c576ed 8548 devel optional stress-ng_0.09.60-0ubuntu1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEcGLapPABucZhZwDPaMKH38aoAiYFAl0N8jIACgkQaMKH38ao
AibLoBAAg5j0uFLCu42ZV275fLtwGS5BlBkmVFIzQvGYgeP9ocjw/Yl1+zuXE5AG
nAQMqcf8gNCcWVI9nm92DwyYx5ko3AsX+tedrxn3rmH24Jjvhs8jgU176jpU+8uu
KYwmYQ7ctEs4v0T2kDQ4OjL0XJgrzHHN6EzON7z11h4GaGsJ3bKKo2uahEex3IHy
xwNVKsP3BIwBcbrx3et4LlAn0mdR7Oiw/r7hu5G3LenVlTeW3zXvqTWG+CHpNRd3
PmFHI3v3ZKBszNxaY8BT1U49n5I4ebQQYqtwRlFtx0pKYj+7k2fs9USF+WdvbYNW
dgNRdZW5WAtbLRWyUJYKtsYran+pasBsBQoQCa1/KSdQWWGufM8bjB4mtR7mQnS6
garqFE5CSFCq10YgOUNXzvLOTjkuOJvtkJWy/l8sHSwfk56jJAD2aYSfShqMoUAM
BkZu6auTL1xitL2imYOUzQNtij5+QhtkgAaXEEw0TtCpKzhW3cOX/aVrscAi0/sI
wEE1D9A0iJe6KkRoYYXujpNNPwLNw+FvaFcppsae9U42fcXuqAeGOtLK+Rx/g4me
NJ2IDZtzyjOIvecHtR9/KQp1sOANAlHk95QyQGjQyx7C3B5r1fbmJzx02ca6b6xG
Jb7bYtTnCXvHigmIDh3PjEEyXgqJh/X5wXju7QSgFkOPtD522vo=
=+fwH
-----END PGP SIGNATURE-----


More information about the Eoan-changes mailing list