Hi Dave, Final pull request for 3.19. Three small fixes that came up during last week, nothing scary:
- Accidently incremented a counter instead of decrementing it (copy-paste error) - Module parameter of max num of queues must be at least 1 and not 0 - Don't do BUG() as a result from wrong user input Thanks, Oded The following changes since commit e36f014edff70fc02b3d3d79cead1d58f289332e: Linux 3.19-rc7 (2015-02-01 20:07:21 -0800) are available in the git repository at: git://people.freedesktop.org/~gabbayo/linux tags/drm-amdkfd-fixes-2015-02-02 for you to fetch changes up to b9dce23ddc949faa8ba138f8a0811e177c991bf1: drm/amdkfd: Don't create BUG due to incorrect user parameter (2015-02-02 09:45:24 +0200) ---------------------------------------------------------------- Oded Gabbay (3): drm/amdkfd: Fix bug in accounting of queues drm/amdkfd: max num of queues can't be 0 drm/amdkfd: Don't create BUG due to incorrect user parameter drivers/gpu/drm/amd/amdkfd/kfd_device_queue_manager.c | 2 +- drivers/gpu/drm/amd/amdkfd/kfd_module.c | 4 ++-- drivers/gpu/drm/amd/amdkfd/kfd_process_queue_manager.c | 6 +++++- 3 files changed, 8 insertions(+), 4 deletions(-)