Re: [PATCH 0/8] PID allocation IDR implementation

2017-07-14 Thread Randy Dunlap
On 07/14/2017 08:51 AM, Gargi Sharma wrote: > On Fri, Jul 14, 2017 at 4:52 PM, Greg KH wrote: >> On Fri, Jul 14, 2017 at 09:03:08AM +0530, Gargi Sharma wrote: >>> This patchset contains patches for PID allocation. Individual patches >>> in the series break the kernel.

Re: [PATCH 0/8] PID allocation IDR implementation

2017-07-14 Thread Gargi Sharma
On Fri, Jul 14, 2017 at 4:52 PM, Greg KH wrote: > On Fri, Jul 14, 2017 at 09:03:08AM +0530, Gargi Sharma wrote: >> This patchset contains patches for PID allocation. Individual patches >> in the series break the kernel. But once, the patchset is applied, the >> kernel

Re: [PATCH 0/8] PID allocation IDR implementation

2017-07-14 Thread Greg KH
On Fri, Jul 14, 2017 at 09:03:08AM +0530, Gargi Sharma wrote: > This patchset contains patches for PID allocation. Individual patches > in the series break the kernel. But once, the patchset is applied, the > kernel compiles. We have to figure out whether to send this as one whole patch > or if to

[PATCH 0/8] PID allocation IDR implementation

2017-07-13 Thread Gargi Sharma
This patchset contains patches for PID allocation. Individual patches in the series break the kernel. But once, the patchset is applied, the kernel compiles. We have to figure out whether to send this as one whole patch or if to send in a series, how to break the patches so that it does not break