Re: PROBLEM: 5.9.0-rc6 fails to compile due to 'redefinition of ‘dax_supported’'

2020-09-21 Thread Geert Uytterhoeven
> > > > > > > arm and mips allmodconfig build breaks due to this error. > > > > all my local builds are breaking now too with this :( > > > > Was there a proposed patch anywhere for this? > > Attached patch should fix the build breakage. I'm

Re: [PATCH 01/20] nfblock: stop using ->queuedata

2020-06-29 Thread Geert Uytterhoeven
On Mon, Jun 29, 2020 at 9:40 PM Christoph Hellwig wrote: > Instead of setting up the queuedata as well just use one private data > field. > > Signed-off-by: Christoph Hellwig Reviewed-by: Geert Uytterhoeven Acked-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH 01/15] nfblock: use gendisk private_data

2020-05-09 Thread Geert Uytterhoeven
t;disk->queue = dev->queue; > + dev->disk->private_data = dev; This is already set above, just before the quoted sprintf() call. > > add_disk(dev->disk); Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyon

Re: [PATCH 00/10] Add support for OpenCAPI SCM devices

2019-10-25 Thread Geert Uytterhoeven
list is a sign of get_maintainter.pl-considered-harmful. Please trim it (by removing me, a.o. ;-) for next submission. Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical

Re: [Ksummit-discuss] [PATCH v2 3/3] libnvdimm, MAINTAINERS: Maintainer Entry Profile

2019-09-13 Thread Geert Uytterhoeven
NuBus Oh, I understood the question differently. I thought it was about "sub: system: Fix foo" vs. "sub: system: fix foo". For simple and trivial things, I tend to make changes while applying, as that's usually less work than complaining, and verifying that it's been fix

Re: [PATCH 0/2] Remove support for deprecated %pf and %pF in vsprintf

2019-03-22 Thread Geert Uytterhoeven
been added in the meantime so the patch is > sufficient as itself on linux-next, too. Do you know in which commit they became deprecated, so the backporters know how far this can be backported safely? Thanks! Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There'

Re: [Ksummit-discuss] [RFC PATCH 3/3] libnvdimm, MAINTAINERS: Subsystem Profile

2018-11-15 Thread Geert Uytterhoeven
t one is listed in MAINTAINERS. > +Time Zone / Office Hours > + > +8:00am to 5:00pm Pacific Time Zone UTC-??? People are not familiar with all time zones. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond i

Re: [Ksummit-discuss] [RFC PATCH 2/3] MAINTAINERS, Handbook: Subsystem Profile

2018-11-15 Thread Geert Uytterhoeven
gates > > TODO: Potential development tasks up for grabs, or active focus areas > > How about patch subject lines? What is the formula that should be used to > transform the name(s) of the affected file(s) into an appropriate suject > line? Automating that may be difficult. I alw

Re: [Ksummit-discuss] [RFC PATCH 2/3] MAINTAINERS, Handbook: Subsystem Profile

2018-11-14 Thread Geert Uytterhoeven
ept any given patchset, but if the review has not s/except/accept/ > +concluded by this point the expectation the contributor should wait and expectation is (that) > +resubmit for the following merge window. The answer may be different for > +'Core:' files, include a second entry prefixe

Re: [PATCH 2/2] device-dax: kill NR_DEV_DAX

2017-05-09 Thread Geert Uytterhoeven
This also fixes the > fact that the proposed max for the NR_DEV_DAX range was larger than what > could be supported by alloc_chrdev_region(). > > Fixes: ba09c01d2fa8 ("dax: convert to the cdev api") > Reported-by: Geert Uytterhoeven <ge...@linux-m68k.org> > Sign

Re: [PATCH 1/2] block, dax: move "select DAX" from BLOCK to FS_DAX

2017-05-09 Thread Geert Uytterhoeven
n of ‘dax_read_lock’ was here Yes, calling into optional modular code from builtin code in fs/blockdev.c is tricky ;-( Perhaps you can make bdev_dax_supported() a small wrapper that calls into the real code through a function pointer, when the DAX module is available? Gr{oetje,eeting}s,

[PATCH] [trivial] nvdimm: Spelling s/unacknoweldged/unacknowledged/

2016-08-31 Thread Geert Uytterhoeven
Signed-off-by: Geert Uytterhoeven <geert+rene...@glider.be> --- drivers/nvdimm/namespace_devs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/nvdimm/namespace_devs.c b/drivers/nvdimm/namespace_devs.c index c5e3196c45b02cc5..6b0449bd7720b7c0 100644 --- a/d