Re: [PATCH v3 20/41] fbdev/pvr2fb: convert put_page() to put_user_page*()

2019-08-09 Thread Bartlomiej Zolnierkiewicz
sion, as described in commit fc1d8e7cca2d > ("mm: introduce put_user_page*(), placeholder versions"). > > Cc: Bartlomiej Zolnierkiewicz > Cc: Kees Cook > Cc: Al Viro > Cc: Bhumika Goyal > Cc: Arvind Yadav > Cc: dri-de...@lists.freedesktop.org > Cc: linux-fb..

[PATCH] staging: remove redundant 'default n' from Kconfig

2019-04-12 Thread Bartlomiej Zolnierkiewicz
n With this change, neither of these will generate a '# CONFIG_FOO is not set' line (assuming FOO isn't selected/implied). That might make it clearer to people that a bare 'default n' is redundant. ... Signed-off-by: Bartlomiej Zolnierkiewicz

Re: [PATCH v2 11/11] docs: fix broken references with multiple hints

2018-05-15 Thread Bartlomiej Zolnierkiewicz
Mauro Carvalho Chehab Acked-by: Bartlomiej Zolnierkiewicz # for fbdev part Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverpro

Re: [PATCH v2 04/21] fbdev: Remove depends on HAS_DMA in case of platform dependency

2018-03-16 Thread Bartlomiej Zolnierkiewicz
. > > Signed-off-by: Geert Uytterhoeven > Reviewed-by: Mark Brown > Acked-by: Robin Murphy Acked-by: Bartlomiej Zolnierkiewicz Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics

Re: [sm750fb] Sunix 2D VGA controller causes kernel panic and crash on boot

2017-08-01 Thread Bartlomiej Zolnierkiewicz
t; I hope it is fine, that I don't attach them here again. > > Please let me know, if you need any further information. Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Electronics ___ devel mailing list de

[PATCH resend] staging: zcache: fix "zcache=" kernel parameter

2013-07-29 Thread Bartlomiej Zolnierkiewicz
cache=" option was invalid or unsupported. Signed-off-by: Piotr Sarna [bzolnier: updated patch description] Acked-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Acked-by: Konrad Rzeszutek Wilk Acked-by: Michal Hocko Cc: Cristian Rodriguez Cc: Bob Liu --- drivers/staging/zc

Re: [PATCH staging] zcache: fix "zcache=" kernel parameter

2013-07-25 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 24, 2013 11:02:46 AM Greg KH wrote: > On Wed, Jul 24, 2013 at 07:04:14PM +0200, Bartlomiej Zolnierkiewicz wrote: > > From: Piotr Sarna > > Subject: [PATCH] zcache: fix "zcache=" kernel parameter > > What's with the duplicated Subject: lin

[PATCH] staging: zcache: fix "zcache=" kernel parameter

2013-07-25 Thread Bartlomiej Zolnierkiewicz
cache=" option was invalid or unsupported. Signed-off-by: Piotr Sarna [bzolnier: updated patch description] Acked-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Acked-by: Konrad Rzeszutek Wilk Acked-by: Michal Hocko Cc: Cristian Rodríguez Cc: Bob Liu --- drivers/staging/zc

[PATCH staging] zcache: fix "zcache=" kernel parameter

2013-07-24 Thread Bartlomiej Zolnierkiewicz
omp_init() for case when the compressor data passed to "zcache=" option was invalid or unsupported. Signed-off-by: Piotr Sarna [bzolnier: updated patch description] Acked-by: Bartlomiej Zolnierkiewicz Signed-off-by: Kyungmin Park Acked-by: Konrad Rzeszutek Wilk Cc: Cristian Rodrí

Re: [PATCH] zcache: fix "zcache=" kernel parameter

2013-07-24 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 24, 2013 05:39:20 PM Bartlomiej Zolnierkiewicz wrote: > > On Wednesday, July 24, 2013 08:06:27 AM Greg KH wrote: > > On Wed, Jul 24, 2013 at 01:54:56PM +0200, Bartlomiej Zolnierkiewicz wrote: > > > > > > On Wednesday, July 24, 2013 01:41:57 PM

Re: [PATCH] zcache: fix "zcache=" kernel parameter

2013-07-24 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 24, 2013 08:06:27 AM Greg KH wrote: > On Wed, Jul 24, 2013 at 01:54:56PM +0200, Bartlomiej Zolnierkiewicz wrote: > > > > On Wednesday, July 24, 2013 01:41:57 PM Michal Hocko wrote: > > > On Wed 24-07-13 12:32:32, Bartlomiej Zolnierkiewicz wr

Re: [PATCH] zcache: fix "zcache=" kernel parameter

2013-07-24 Thread Bartlomiej Zolnierkiewicz
On Wednesday, July 24, 2013 01:41:57 PM Michal Hocko wrote: > On Wed 24-07-13 12:32:32, Bartlomiej Zolnierkiewicz wrote: > > > > Hi, > > > > On Wednesday, July 24, 2013 12:04:41 PM Michal Hocko wrote: > > > On Wed 24-07-13 12:02:35, Michal Hocko wrote: >

Re: Re: [PATCH] zcache: fix "zcache=" kernel parameter

2013-07-24 Thread Bartlomiej Zolnierkiewicz
patch the code still erronously retuns 0) - it prints information about compressor type being used when "zcache=" option is used (your patch skips it due to addition of "goto out_alloc") Best regards, -- Bartlomiej Zolnierkiewicz Samsung R&D Institute Poland Samsung Elec