Re: [PATCH] Documentation: HOWTO: remove obsolete info about regression postings

2016-01-30 Thread Jonathan Corbet
On Sat, 30 Jan 2016 21:53:53 +0100 Peter Loeffler wrote: > cor...@lwn.net told me that these regression postings haven't happened for > several years. So i think we can remove it. I reckon we can. But... > Signed-off-by: Peter Loeffler > --- > Documentation/HOWTO | 7 +-- > 1 file change

[PATCHv5 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread Parav Pandit
Added rdma cgroup controller that does accounting, limit enforcement on rdma/IB verbs and hw resources. Added rdma cgroup header file which defines its APIs to perform charing/uncharing functionality and device registration which will participate in controller functions of accounting and limit enf

[PATCHv5 2/3] IB/core: added support to use rdma cgroup controller

2016-01-30 Thread Parav Pandit
Added support APIs for IB core to register/unregister every RDMA device with rdma cgroup for tracking verbs and hw resources. IB core registers with rdma cgroup controller and also defines resources that can be accounted. Added support APIs for uverbs layer to make use of rdma controller. Added uve

[PATCHv5 3/3] rdmacg: Added documentation for rdma controller

2016-01-30 Thread Parav Pandit
Added documentation for rdma controller to use in v1 mode and using new unified hirerchy mode v2. Signed-off-by: Parav Pandit --- Documentation/cgroup-v1/rdma.txt | 117 +++ Documentation/cgroup-v2.txt | 43 ++ 2 files changed, 160 insertions

[PATCHv5 0/3] rdmacg: IB/core: rdma controller support

2016-01-30 Thread Parav Pandit
This patchset adds support for RDMA cgroup by addressing review comments of [2], [1] and by implementing published RFC [3]. Overview: Currently user space applications can easily take away all the rdma device specific resources such as AH, CQ, QP, MR etc. Due to which other applications in other c

Re: [PATCHv4 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread kbuild test robot
Hi Parav, [auto build test ERROR on cgroup/for-next] [also build test ERROR on v4.5-rc1 next-20160129] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Parav-Pandit/rdmacg-IB-core-rdma-controlle

Re: [PATCHv4 2/3] IB/core: added support to use rdma cgroup controller

2016-01-30 Thread kbuild test robot
Hi Parav, [auto build test ERROR on cgroup/for-next] [cannot apply to v4.5-rc1 next-20160129] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Parav-Pandit/rdmacg-IB-core-rdma-controller-support

Re: [PATCHv4 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread kbuild test robot
Hi Parav, [auto build test ERROR on cgroup/for-next] [also build test ERROR on v4.5-rc1 next-20160129] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Parav-Pandit/rdmacg-IB-core-rdma-controlle

[PATCH] rdmacg: fix semicolon.cocci warnings

2016-01-30 Thread kbuild test robot
kernel/cgroup_rdma.c:787:2-3: Unneeded semicolon kernel/cgroup_rdma.c:611:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci CC: Parav Pandit Signed-off-by: Fengguang Wu --- cgroup_rdma.c |4 ++-- 1 file changed, 2 insertions(+), 2

Re: [PATCHv4 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread kbuild test robot
Hi Parav, [auto build test ERROR on cgroup/for-next] [also build test ERROR on v4.5-rc1 next-20160129] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Parav-Pandit/rdmacg-IB-core-rdma-controlle

[PATCHv4 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread Parav Pandit
Added rdma cgroup controller that does accounting, limit enforcement on rdma/IB verbs and hw resources. Added rdma cgroup header file which defines its APIs to perform charing/uncharing functionality and device registration which will participate in controller functions of accounting and limit enf

[PATCHv4 3/3] rdmacg: Added documentation for rdma controller

2016-01-30 Thread Parav Pandit
Added documentation for rdma controller to use in v1 mode and using new unified hirerchy mode v2. Signed-off-by: Parav Pandit --- Documentation/cgroup-v1/rdma.txt | 117 +++ Documentation/cgroup-v2.txt | 43 ++ 2 files changed, 160 insertions

[PATCHv4 2/3] IB/core: added support to use rdma cgroup controller

2016-01-30 Thread Parav Pandit
Added support APIs for IB core to register/unregister every RDMA device with rdma cgroup for tracking verbs and hw resources. IB core registers with rdma cgroup controller and also defines resources that can be accounted. Added support APIs for uverbs layer to make use of rdma controller. Added uve

[PATCHv4 0/3] rdmacg: IB/core: rdma controller support

2016-01-30 Thread Parav Pandit
This patchset adds support for RDMA cgroup by addressing review comments of [2], [1] and by implementing published RFC [3]. Overview: Currently user space applications can easily take away all the rdma device specific resources such as AH, CQ, QP, MR etc. Due to which other applications in other c

Re: [PATCH v9 04/13] task_isolation: add initial support

2016-01-30 Thread Frederic Weisbecker
On Fri, Jan 29, 2016 at 01:18:05PM -0500, Chris Metcalf wrote: > On 01/27/2016 07:28 PM, Frederic Weisbecker wrote: > >On Tue, Jan 19, 2016 at 03:45:04PM -0500, Chris Metcalf wrote: > >>You asked what happens if nohz_full= is given as well, which is a very > >>good question. Perhaps the right answ

[PATCH] Documentation: HOWTO: remove obsolete info about regression postings

2016-01-30 Thread Peter Loeffler
cor...@lwn.net told me that these regression postings haven't happened for several years. So i think we can remove it. Signed-off-by: Peter Loeffler --- Documentation/HOWTO | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Documentation/HOWTO b/Documentation/HOWTO index d

Re: [PATCHv3 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread Parav Pandit
Hi Tejun, On Sun, Jan 31, 2016 at 12:00 AM, Tejun Heo wrote: > Hello, > > On Sat, Jan 30, 2016 at 08:53:05PM +0530, Parav Pandit wrote: >> +#ifdef CONFIG_CGROUP_RDMA >> +#define RDMACG_MAX_RESOURCE_INDEX (64) > > The list of resources are known at compile time. Why is this separate > fixed numbe

Re: [PATCHv3 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread Tejun Heo
Hello, On Sat, Jan 30, 2016 at 08:53:05PM +0530, Parav Pandit wrote: > +#ifdef CONFIG_CGROUP_RDMA > +#define RDMACG_MAX_RESOURCE_INDEX (64) The list of resources are known at compile time. Why is this separate fixed number necessary? > +struct match_token; There's no circular dependency issue

[PATCHv3 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread Parav Pandit
Added rdma cgroup controller that does accounting, limit enforcement on rdma/IB verbs and hw resources. Added rdma cgroup header file which defines its APIs to perform charing/uncharing functionality and device registration which will participate in controller functions of accounting and limit enf

[PATCHv3 2/3] IB/core: added support to use rdma cgroup controller

2016-01-30 Thread Parav Pandit
- Added support APIs for IB core to register/unregister every RDMA device with rdma cgroup for tracking verbs and hw resources. - IB core registers with rdma cgroup controller and also defines resources that can be accounted. - Added support APIs for uverbs layer to make use of rdma controller. - A

[PATCHv3 0/3] rdmacg: IB/core: rdma controller support

2016-01-30 Thread Parav Pandit
This patchset adds support for RDMA cgroup by addressing review comments of [2], [1] and by implementing published RFC [3]. Overview: Currently user space applications can easily take away all the rdma device specific resources such as AH, CQ, QP, MR etc. Due to which other applications in other c

[PATCHv3 3/3] rdmacg: Added documentation for rdma controller

2016-01-30 Thread Parav Pandit
Added documentation for rdma controller to use in v1 mode and using new unified hirerchy mode v2. Signed-off-by: Parav Pandit --- Documentation/cgroup-v1/rdma.txt | 122 +++ Documentation/cgroup-v2.txt | 43 ++ 2 files changed, 165 insertions

Re: [PATCHv2 2/3] IB/core: added support to use rdma cgroup controller

2016-01-30 Thread Parav Pandit
ed to the wrong git tree, please drop us a note to > help improving the system] > > url: > https://github.com/0day-ci/linux/commits/Parav-Pandit/rdma-controller-support/20160130-194534 > base: https://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git for-next > config:

Re: [PATCHv2 2/3] IB/core: added support to use rdma cgroup controller

2016-01-30 Thread kbuild test robot
Hi Parav, [auto build test ERROR on cgroup/for-next] [cannot apply to v4.5-rc1 next-20160129] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Parav-Pandit/rdma-controller-support/20160130

[PATCHv2 2/3] IB/core: added support to use rdma cgroup controller

2016-01-30 Thread Parav Pandit
Added support APIs for IB core to register/unregister every RDMA device with rdma cgroup for tracking verbs and hw resources. IB core registers with rdma cgroup controller and also defines resources that can be accounted. Added support APIs for uverbs layer to make use of rdma controller. Added uv

[PATCHv2 1/3] rdmacg: Added rdma cgroup controller.

2016-01-30 Thread Parav Pandit
Added rdma cgroup controller that does accounting, limit enforcement on rdma/IB verbs and hw resources. Added rdma cgroup header file which defines its APIs to perform charing/uncharing functionality and device registration which will participate in controller functions of accounting and limit enf

[PATCHv2 3/3] rdmacg: Added documentation for rdma controller

2016-01-30 Thread Parav Pandit
Added documentation for rdma controller to use in legacy mode and using new unified hirerchy. Signed-off-by: Parav Pandit --- Documentation/cgroup-v1/rdma.txt | 122 +++ Documentation/cgroup-v2.txt | 43 ++ 2 files changed, 165 insertions(+)

[PATCHv2 0/3] rdma controller support

2016-01-30 Thread Parav Pandit
This patchset adds support for RDMA cgroup by addressing review comments of [2], [1] and by implementing published RFC [3]. Overview: Currently user space applications can easily take away all the rdma device specific resources such as AH, CQ, QP, MR etc. Due to which other applications in other c

Re: [RESEND PATCH v1] drm: Clean up drm Makefile

2016-01-30 Thread Oded Gabbay
On Sat, Jan 30, 2016 at 11:56 AM, Xinliang Liu wrote: > This patch cleans up the Makefile of drm root directory. > Make core and device drivers configuration list sorted Alphabetically. > > Signed-off-by: Xinliang Liu > Reviewed-by: Xinwei Kong > Reviewed-by: Yifan Liu > --- > drivers/gpu/drm/

[RESEND PATCH v1] drm: Clean up drm Makefile

2016-01-30 Thread Xinliang Liu
This patch cleans up the Makefile of drm root directory. Make core and device drivers configuration list sorted Alphabetically. Signed-off-by: Xinliang Liu Reviewed-by: Xinwei Kong Reviewed-by: Yifan Liu --- drivers/gpu/drm/Makefile | 102 --- 1 file

[PATCH v3 10/10] MAINTAINERS: Add maintainer for hisilicon DRM driver

2016-01-30 Thread Xinliang Liu
Add maintainer and reviewer for hisilicon DRM driver. Signed-off-by: Xinliang Liu --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 30aca4aa5467..92353c6afc66 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3777,6 +3777,15 @@ S: Mai

[PATCH v3 09/10] drm/hisilicon: Add support for external bridge

2016-01-30 Thread Xinliang Liu
Add support for external HDMI bridge. Signed-off-by: Xinliang Liu v3: - Fix a typo: s/exteranl/external. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | 52 1 file changed, 52 insertions(+) diff --git a/drivers/gpu/drm/hisilicon/k

[PATCH v3 08/10] drm/hisilicon: Add designware dsi host driver

2016-01-30 Thread Xinliang Liu
Add DesignWare dsi host driver for hi6220 SoC. Signed-off-by: Xinliang Liu v3: None. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c | 50 1 file changed, 50 insertions(+) diff --git a/drivers/gpu/drm/hisilicon/kirin/dw_drm_dsi.c b

[PATCH v3 06/10] drm/hisilicon: Add cma fbdev and hotplug

2016-01-30 Thread Xinliang Liu
Add cma Fbdev, Fbdev is legency and optional, you can enable/disable it by configuring DRM_FBDEV_EMULATION. Add hotplug. Signed-off-by: Xinliang Liu v3: None v2: - Use CONFIG_DRM_FBDEV_EMULATION instead of CONFIG_DRM_HISI_FBDEV. --- drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 34

[PATCH v3 07/10] drm/hisilicon: Add designware dsi encoder driver

2016-01-30 Thread Xinliang Liu
Add DesignWare MIPI DSI Host Controller v1.02 encoder driver for hi6220 SoC. Signed-off-by: Andy Green Signed-off-by: Xinwei Kong Signed-off-by: Xinliang Liu v3: - Rename file name to dw_drm_dsi.c - Make encoder type as DRM_MODE_ENCODER_DSI. - A few cleanup. v2: - Remove abtraction layer. ---

[PATCH v3 05/10] drm/hisilicon: Add vblank driver for ADE

2016-01-30 Thread Xinliang Liu
Add vblank irq handle. Signed-off-by: Xinliang Liu v3: - Remove hisi_get_crtc_from_index func. - A few cleanup. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 62 + drivers/gpu/drm/hisilicon/kirin/kirin_drm_drv.c | 14 +- 2 file

[PATCH v3 04/10] drm/hisilicon: Add plane driver for ADE

2016-01-30 Thread Xinliang Liu
Add plane funcs and helper funcs for ADE. Signed-off-by: Xinliang Liu v3: - A few cleanup. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 535 +++- 1 file changed, 534 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/hisilicon

[PATCH v3 03/10] drm/hisilicon: Add crtc driver for ADE

2016-01-30 Thread Xinliang Liu
Add crtc funcs and helper funcs for ADE. Signed-off-by: Xinwei Kong Signed-off-by: Xinliang Liu v3: - Make ade as the master driver. - Use port to connect with encoder. - A few cleanup. v2: - Remove abtraction layer. --- drivers/gpu/drm/hisilicon/kirin/Makefile| 3 +- drivers/gpu/dr

[PATCH v3 02/10] drm/hisilicon: Add hisilicon kirin drm master driver

2016-01-30 Thread Xinliang Liu
Add kirin DRM master driver for hi6220 SoC which used in HiKey board. Add dumb buffer feature. Add prime dmabuf feature. Signed-off-by: Xinwei Kong Signed-off-by: Xinliang Liu v3: - Move and rename all the files to kirin sub-directory. So that we could separate different seires SoCs' driver.

[PATCH v3 01/10] drm/hisilicon: Add device tree binding for hi6220 display subsystem

2016-01-30 Thread Xinliang Liu
Add ADE display controller binding doc. Add DesignWare DSI Host Controller v1.20a binding doc. Signed-off-by: Xinliang Liu v3: - Make ade as the drm master node. - Use assigned-clocks to set clock rate. - Use ports to connect display relavant nodes. v2: - Move dt binding docs to bindings/display

[PATCH v3 00/10] Add DRM Driver for HiSilicon Kirin hi6220 SoC

2016-01-30 Thread Xinliang Liu
This patch set adds a new drm driver for HiSilicon Kirin hi6220 SoC. Current testing and support board is Hikey board which is one of Linaro 96boards. It is an arm64 open source board. For more information about this board, please access https://www.96boards.org. Hardware Detail ---