Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1318372
| From | Dan Williams <dan.j.williams@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 12/17] memremap: Change region_intersects() to take @flags and @desc |
| Date | 2016-01-26 22:10 +0100 |
| Message-ID | <qVj2a-1Dd-11@gated-at.bofh.it> (permalink) |
| References | <qViSu-1iC-13@gated-at.bofh.it> <qVj2a-1Dd-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, Jan 26, 2016 at 12:57 PM, Borislav Petkov <bp@alien8.de> wrote: > From: Toshi Kani <toshi.kani@hpe.com> > > Change region_intersects() to identify a target with @flags and @desc, > instead of @name with strcmp(). > > Change the callers of region_intersects(), memremap() and > devm_memremap(), to set IORESOURCE_SYSTEM_RAM in @flags and > IORES_DESC_NONE in @desc when searching System RAM. > > Also, export region_intersects() so that the ACPI EINJ error injection > driver can call this function in a later patch. > > Signed-off-by: Toshi Kani <toshi.kani@hpe.com> > Cc: Andrew Morton <akpm@linux-foundation.org> > Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org> > Cc: Dan Williams <dan.j.williams@intel.com> Acked-by: Dan Williams <dan.j.williams@intel.com>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 12/17] memremap: Change region_intersects() to take @flags and @desc Dan Williams <dan.j.williams@intel.com> - 2016-01-26 22:10 +0100
csiph-web