debian/changelog: Delete entries for commits that are unimportant

This commit is contained in:
Salvatore Bonaccorso 2016-02-28 08:32:53 +01:00
parent c18baf7c4d
commit 3040b167bb
1 changed files with 0 additions and 8 deletions

8
debian/changelog vendored
View File

@ -34,9 +34,6 @@ linux (4.4.3-1) UNRELEASED; urgency=medium
- Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctl
- Btrfs: fix direct IO requests not reporting IO error to user space
- ptrace: use fsuid, fsgid, effective creds for fs access checks
- tools lib traceevent: Fix output of %llu for 64 bit values read on
32 bit machines
- perf tools: tracepoint_error() can receive e=NULL, robustify it
- tracing: Fix freak link error caused by branch tracer
- tracepoints: Do not trace when cpu is offline
- klist: fix starting point removed bug in klist iterators
@ -93,7 +90,6 @@ linux (4.4.3-1) UNRELEASED; urgency=medium
- [arm/arm64] KVM: Fix reference to uninitialised VGIC
- KVM: PPC: Fix emulation of H_SET_DABR/X on POWER8
- KVM: PPC: Fix ONE_REG AltiVec support
- perf kvm record/report: 'unprocessable sample' error while
recording/reporting guest data
- mm: soft-offline: check return value in second __get_any_page() call
- libnvdimm: fix namespace object confusion in is_uuid_busy()
@ -111,13 +107,10 @@ linux (4.4.3-1) UNRELEASED; urgency=medium
- iommu/vt-d: Clear PPR bit to ensure we get more page request interrupts
- Revert "xhci: don't finish a TD if we get a short-transfer event mid TD"
- xhci: Fix list corruption in urb dequeue at host removal
- m32r: fix m32104ut_defconfig build fail
- dma-debug: switch check from _text to _stext
- scripts/bloat-o-meter: fix python3 syntax error
- fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list()
- numa: fix /proc/<pid>/numa_maps for hugetlbfs on s390
- memcg: only free spare array when readers are done
- MAINTAINERS: return arch/sh to maintained state, with new maintainers
- radix-tree: fix race in gang lookup
- drivers/hwspinlock: fix race between radix tree insertion and lookup
- radix-tree: fix oops after radix_tree_iter_retry
@ -140,7 +133,6 @@ linux (4.4.3-1) UNRELEASED; urgency=medium
- timerfd: Handle relative timers with CONFIG_TIME_LOW_RES proper
- posix-timers: Handle relative timers with CONFIG_TIME_LOW_RES proper
- itimers: Handle relative timers with CONFIG_TIME_LOW_RES proper
- module: wrapper for symbol name.
- modules: fix modparam async_probe request
[ Roger Shimizu ]