From mboxrd@z Thu Jan 1 00:00:00 1970 From: SF Markus Elfring Date: Mon, 08 Jan 2018 13:24:41 +0000 Subject: Re: [PATCH 1/3] GenWQE: Delete an error message for a failed memory allocation in genwqe_user_vmap() Message-Id: List-Id: References: <127e28a8a4d9081eb323e3c7ab93dad0@linux.vnet.ibm.com> In-Reply-To: <127e28a8a4d9081eb323e3c7ab93dad0@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: Frank Haverkamp Cc: kernel-janitors@vger.kernel.org, Arnd Bergmann , Greg Kroah-Hartman , "Guilherme G. Piccoli" , LKML , =?UTF-8?Q?J=c3=b6rg-Stephan_Vogt?= , Michael Jung , =?UTF-8?Q?Michael_R=c3=bcttger?= >> @@ -593,7 +593,6 @@ int genwqe_user_vmap(struct genwqe_dev *cd, struct >> dma_mapping *m, void *uaddr, >>                     sizeof(struct page *) + sizeof(dma_addr_t), >>                     GFP_KERNEL); >>      if (!m->page_list) { >> -        dev_err(&pci_dev->dev, "err: alloc page_list failed\n"); > > Are there different printouts which cover this? Is this error message redundant? > I mean the debug printout is not appearing all the time, > it must be enabled, if I remember correctly. Would you like to clarify corresponding configuration possibilities any more? > So why do you suggest to remove it? Can the Linux allocation failure report be sufficient for this use case already? Regards, Markus