Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1202575
| From | Yingjoe Chen <yingjoe.chen@mediatek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v3 0/5] Add SMP bringup support for mt65xx socs |
| Date | 2015-08-07 13:00 +0200 |
| Message-ID | <pUNxv-5E5-13@gated-at.bofh.it> (permalink) |
| References | <pM0Nk-6x5-7@gated-at.bofh.it> <pUbVf-1gF-1@gated-at.bofh.it> <pUfvQ-6wK-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, 2015-08-05 at 23:31 +0100, Russell King - ARM Linux wrote: > On Wed, Aug 05, 2015 at 08:44:11PM +0200, Matthias Brugger wrote: > > On Tuesday, July 14, 2015 01:18:26 PM Yingjoe Chen wrote: > > > This series add SMP brinup support for MediaTek SoCs. This is based > > > on v4.2-rc1 and Matthias' next branch (for dts parts). <...> > > Applied to v4.2-next/soc-2 and v4.2-next/dts-2 > > I've just NAK'd one of the patches in this set; I don't tend to even see > mediatek patches normally, as they all head into my junk mailfolder > because mediatek's mail server setup is truely abysmal (it has broken > reverse DNS - the DNS positively says that the mail server is not a > legit owner of the name it claims to be.) Hi Russell, Hope you see this. Thanks for your review. I already pass this information to our IT, hope they can resolve this soon. > The problem is that this patch series uses memblock_reserve() way after > the memory has been transitioned out of memblock's control, so actually > this has no effect. > > I've seen a number of patches doing this. I'm not sure what's soo friggin > hard for people to understand: memblock is about the EARLY stages of > getting the system up and running. Once the memory has been handed > over to the kernel's memory management, memblock MUST NOT BE USED to > reserve memory. > > There is one place, and one place only in the ARM kernel where > memblock_reserve() is possible, and that's in the ->reserve machine > callback. NOWHERE ELSE is permissible. It seems we can write memory-reserve node in device tree to do this as well. Do you prefer us to reserve memblock in reserve callback or using device tree? Joe.C -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: [PATCH v3 0/5] Add SMP bringup support for mt65xx socs Matthias Brugger <matthias.bgg@gmail.com> - 2015-08-05 20:50 +0200
Re: [PATCH v3 0/5] Add SMP bringup support for mt65xx socs Russell King - ARM Linux <linux@arm.linux.org.uk> - 2015-08-06 00:40 +0200
Re: [PATCH v3 0/5] Add SMP bringup support for mt65xx socs Yingjoe Chen <yingjoe.chen@mediatek.com> - 2015-08-07 13:00 +0200
Re: [PATCH v3 0/5] Add SMP bringup support for mt65xx socs Matthias Brugger <matthias.bgg@gmail.com> - 2015-08-07 19:20 +0200
csiph-web