Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1317226 > unrolled thread
| Started by | Borislav Petkov <bp@alien8.de> |
|---|---|
| First post | 2016-01-25 20:20 +0100 |
| Last post | 2016-01-25 23:00 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM Borislav Petkov <bp@alien8.de> - 2016-01-25 20:20 +0100
Re: [PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM Toshi Kani <toshi.kani@hpe.com> - 2016-01-25 22:40 +0100
Re: [PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM Borislav Petkov <bp@alien8.de> - 2016-01-25 23:00 +0100
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Date | 2016-01-25 20:20 +0100 |
| Subject | Re: [PATCH v3 00/17] Enhance iomem search interfaces and support EINJ to NVDIMM |
| Message-ID | <qUUQa-cl-31@gated-at.bofh.it> |
On Tue, Jan 05, 2016 at 11:54:28AM -0700, Toshi Kani wrote:
> This patch-set enhances the iomem table and its search interfacs, and
> then changes EINJ to support NVDIMM.
>
> - Patches 1-2 add a new System RAM type, IORESOURCE_SYSTEM_RAM, and
> make the iomem search interfaces work with resource flags with
> modifier bits set. IORESOURCE_SYSTEM_RAM has IORESOURCE_MEM bit set
> for backward compatibility.
>
> - Patch 3 adds a new field, I/O resource descriptor, into struct resource.
> Drivers can assign their unique descritor to a range when they support
> the iomem search interfaces.
>
> - Patches 4-9 changes initializations of resource entries. They set
> the System RAM type to System RAM ranges, set I/O resource descriptors
> to the regions targeted by the iomem search interfaces, and change
> to call kzalloc() where kmalloc() is used to allocate struct resource
> ranges.
>
> - Patches 10-14 extend the iomem interfaces to check System RAM ranges
> with the System RAM type and the I/O resource descriptor.
>
> - Patch 15-16 remove deprecated walk_iomem_res().
>
> - Patch 17 changes the EINJ driver to allow injecting a memory error
> to NVDIMM.
Ok, all applied ontop of 4.5-rc1.
You could take a look if everything's still fine and I haven't botched
anything:
http://git.kernel.org/cgit/linux/kernel/git/bp/bp.git/log/?h=tip-mm
I'll let the build bot chew on it and then test it here and send it out
again to everyone on CC so that people don't act surprised.
Thanks for this cleanup, code looks much better now!
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
[toc] | [next] | [standalone]
| From | Toshi Kani <toshi.kani@hpe.com> |
|---|---|
| Date | 2016-01-25 22:40 +0100 |
| Message-ID | <qUX1F-1E8-23@gated-at.bofh.it> |
| In reply to | #1317226 |
On Mon, 2016-01-25 at 20:18 +0100, Borislav Petkov wrote: > On Tue, Jan 05, 2016 at 11:54:28AM -0700, Toshi Kani wrote: > > This patch-set enhances the iomem table and its search interfacs, and > > then changes EINJ to support NVDIMM. > > : > > Ok, all applied ontop of 4.5-rc1. > > You could take a look if everything's still fine and I haven't botched > anything: > > http://git.kernel.org/cgit/linux/kernel/git/bp/bp.git/log/?h=tip-mm I verified the patches and tested the kernel in the tree. All look good. > I'll let the build bot chew on it and then test it here and send it out > again to everyone on CC so that people don't act surprised. Sounds great. > Thanks for this cleanup, code looks much better now! Thanks! -Toshi
[toc] | [prev] | [next] | [standalone]
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Date | 2016-01-25 23:00 +0100 |
| Message-ID | <qUXl1-1LE-19@gated-at.bofh.it> |
| In reply to | #1317320 |
On Mon, Jan 25, 2016 at 02:34:21PM -0700, Toshi Kani wrote:
> I verified the patches and tested the kernel in the tree. All look
> good.
Thanks!
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web