Re: [PATCH A+B] pmem: Add prints at module load and unload

2015-04-13 Thread Greg KH
On Mon, Apr 13, 2015 at 04:20:37PM +0300, Boaz Harrosh wrote: > On 04/13/2015 03:36 PM, Greg KH wrote: > > if you are relying on kernel log messages for > > specific things to happen in your system, you are doing it wrong as they > > can change and disappear in any future kernel release, they are N

Re: [PATCH A+B] pmem: Add prints at module load and unload

2015-04-13 Thread Boaz Harrosh
On 04/13/2015 03:36 PM, Greg KH wrote: > if you are relying on kernel log messages for > specific things to happen in your system, you are doing it wrong as they > can change and disappear in any future kernel release, they are NOT an > api. > Again. I am not doing anything with these messages. Y

Re: [PATCH A+B] pmem: Add prints at module load and unload

2015-04-13 Thread Greg KH
On Mon, Apr 13, 2015 at 03:05:27PM +0300, Boaz Harrosh wrote: > On 04/13/2015 12:05 PM, Greg KH wrote: > > On Tue, Apr 07, 2015 at 06:46:15PM +0300, Boaz Harrosh wrote: > >> Hi Christoph, Ingo > >> > >> It is important in the lab for postmortem analysis to know if > >> pmem driver loaded and/or unl

Re: [PATCH A+B] pmem: Add prints at module load and unload

2015-04-13 Thread Boaz Harrosh
On 04/13/2015 12:05 PM, Greg KH wrote: > On Tue, Apr 07, 2015 at 06:46:15PM +0300, Boaz Harrosh wrote: >> Hi Christoph, Ingo >> >> It is important in the lab for postmortem analysis to know if >> pmem driver loaded and/or unloaded. And the return code from this >> operation. >> >> I submit two vers

Re: [PATCH A+B] pmem: Add prints at module load and unload

2015-04-13 Thread Greg KH
On Tue, Apr 07, 2015 at 06:46:15PM +0300, Boaz Harrosh wrote: > Hi Christoph, Ingo > > It is important in the lab for postmortem analysis to know if > pmem driver loaded and/or unloaded. And the return code from this > operation. > > I submit two versions [A] more chatty and version [B]. Both giv

[PATCH A+B] pmem: Add prints at module load and unload

2015-04-07 Thread Boaz Harrosh
Hi Christoph, Ingo It is important in the lab for postmortem analysis to know if pmem driver loaded and/or unloaded. And the return code from this operation. I submit two versions [A] more chatty and version [B]. Both give me the info I need. I like [B] because [A] prints more lines, and also th