-
Mon Jan 27 2020 Eugene Syromiatnikov <esyr@redhat.com> - 5.1-7
- Do not depend on kernel headers for decoding (#1758201).
-
Mon Jan 27 2020 Eugene Syromiatnikov <esyr@redhat.com> - 5.1-6
- Fix expected alignment for IPC tests (#1795273):
4377e3a1 "tests: fix expected output for some ipc tests", and
a75c7c4b "tests: fix -a argument in ipc_msgbuf-Xraw test".
-
Mon Jan 27 2020 Eugene Syromiatnikov <esyr@redhat.com> - 5.1-5
- Fix printing stack traces for early syscalls on process attach (#1790057):
69b2c33a "unwind-libdw: fix initialization of libdwfl cache",
35e080ae "syscall: do not capture stack trace while the tracee executes
strace code", and
8e515c74 "tests: add strace-k-p test".
- Add commit v5.4~97 "xlat: use unsgined type for mount_flags fallback values"
-
Fri Aug 30 2019 Eugene Syromiatnikov <esyr@redhat.com> - 5.1-4
- Properly decode struct sockaddr_hci without hci_channel field.
- Include upstream patches that fix issues reported by covscan:
91281fec "v4l2: avoid shifting left a signed number by 31 bit",
522ad3a0 "syscall.c: avoid infinite loop in subcalls parsing", and
9446038e "kvm: avoid bogus vcpu_info assignment in vcpu_register".
-
Thu Aug 29 2019 Eugene Syromiatnikov <esyr@redhat.com> - 5.1-3
- Build with Bluetooth headers.
- Resolves: #1746885
-
Thu Aug 29 2019 Eugene Syromiatnikov <esyr@redhat.com> - 5.1-2
- Copy over changes in tests/ioctl_evdev-success.c (from cdd8206a
"tests: test evdev bitset decoding more thoroughly")
to tests-m32/ioctl_evdev-success.c and tests-mx32/ioctl_evdev-success.c
- Resolves: #1746478
-
Mon Jul 22 2019 Eugene Syromiatnikov <esyr@redhat.com> - 5.1-1
- Rebase to v5.1; drop upstream patches on top of 4.24.
- Add upstream commits 7ada13f3 ("evdev: avoid bit vector decoding
on non-successful and 0 return codes"), 96194ed7 ("evdev: fix array size
calculation in decode_bitset_"), and cdd8206a ("tests: test evdev bitset
decoding more thoroughly") as separate patches.
- Resolves: #1666405.
-
Tue Jan 15 2019 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-5
- Fix off-by-one errors in indexed xlat handling.
- Remove bogus indexed xlat warning.
- Resolves #1666405.
-
Wed Sep 12 2018 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-4
- Add current version of the thread handling unfairness fix.
- Resolves #1610774.
-
Thu Aug 23 2018 Eugene Syromiatnikov <esyr@redhat.com> - 4.24-3
- Provide a fallback definition for the O_TMPFILE flag.
- Resolves #1609741.