On Tue, Oct 31, 2017 at 10:47:27AM +0100, Ingo Molnar wrote:
>
> * Kirill A. Shutemov wrote:
> > I don't think this design is reasonable.
> >
> > - It introduces memory references where we haven't had them before.
> >
> > At this point all variable would fit a cache line, which is not tha
* Kirill A. Shutemov wrote:
> On Thu, Oct 26, 2017 at 09:37:52AM +0200, Ingo Molnar wrote:
> >
> > * Kirill A. Shutemov wrote:
> >
> > > On Tue, Oct 24, 2017 at 02:47:41PM +0200, Ingo Molnar wrote:
> > > > > > > > > > Making a variable that 'looks' like a constant macro
> > > > > > > > > > d
On Thu, Oct 26, 2017 at 09:37:52AM +0200, Ingo Molnar wrote:
>
> * Kirill A. Shutemov wrote:
>
> > On Tue, Oct 24, 2017 at 02:47:41PM +0200, Ingo Molnar wrote:
> > > > > > > > > Making a variable that 'looks' like a constant macro dynamic
> > > > > > > > > in a rare Kconfig
> > > > > > > > > s
* Kirill A. Shutemov wrote:
> On Tue, Oct 24, 2017 at 02:47:41PM +0200, Ingo Molnar wrote:
> > > > > > > > Making a variable that 'looks' like a constant macro dynamic in
> > > > > > > > a rare Kconfig
> > > > > > > > scenario is asking for trouble.
> > > > > > >
> > > > > > > We expect boot-
On Tue, Oct 24, 2017 at 02:47:41PM +0200, Ingo Molnar wrote:
> > > > > > > Making a variable that 'looks' like a constant macro dynamic in a
> > > > > > > rare Kconfig
> > > > > > > scenario is asking for trouble.
> > > > > >
> > > > > > We expect boot-time page mode switching to be enabled in k
* Kirill A. Shutemov wrote:
> On Tue, Oct 24, 2017 at 11:40:40AM +0200, Ingo Molnar wrote:
> >
> > * Kirill A. Shutemov wrote:
> >
> > > On Mon, Oct 23, 2017 at 02:40:14PM +0200, Ingo Molnar wrote:
> > > >
> > > > * Kirill A. Shutemov wrote:
> > > >
> > > > > > Making a variable that 'look
On Tue, Oct 24, 2017 at 01:32:51PM +0200, h...@zytor.com wrote:
> On October 17, 2017 5:42:41 PM GMT+02:00, "Kirill A. Shutemov"
> wrote:
> >On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
> >> On Fri, Sep 29, 2017 at 05:08:15PM +0300, Kirill A. Shutemov wrote:
> >> > The firs
On October 17, 2017 5:42:41 PM GMT+02:00, "Kirill A. Shutemov"
wrote:
>On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
>> On Fri, Sep 29, 2017 at 05:08:15PM +0300, Kirill A. Shutemov wrote:
>> > The first bunch of patches that prepare kernel to boot-time
>switching
>> > betwee
On Tue, Oct 24, 2017 at 11:40:40AM +0200, Ingo Molnar wrote:
>
> * Kirill A. Shutemov wrote:
>
> > On Mon, Oct 23, 2017 at 02:40:14PM +0200, Ingo Molnar wrote:
> > >
> > > * Kirill A. Shutemov wrote:
> > >
> > > > > Making a variable that 'looks' like a constant macro dynamic in a
> > > > >
* Kirill A. Shutemov wrote:
> On Mon, Oct 23, 2017 at 02:40:14PM +0200, Ingo Molnar wrote:
> >
> > * Kirill A. Shutemov wrote:
> >
> > > > Making a variable that 'looks' like a constant macro dynamic in a rare
> > > > Kconfig
> > > > scenario is asking for trouble.
> > >
> > > We expect bo
On Mon, Oct 23, 2017 at 02:40:14PM +0200, Ingo Molnar wrote:
>
> * Kirill A. Shutemov wrote:
>
> > > Making a variable that 'looks' like a constant macro dynamic in a rare
> > > Kconfig
> > > scenario is asking for trouble.
> >
> > We expect boot-time page mode switching to be enabled in kern
* Kirill A. Shutemov wrote:
> > Making a variable that 'looks' like a constant macro dynamic in a rare
> > Kconfig
> > scenario is asking for trouble.
>
> We expect boot-time page mode switching to be enabled in kernel of next
> generation enterprise distros. It shoudn't be that rare.
My poi
On Mon, Oct 23, 2017 at 01:56:58PM +0200, Ingo Molnar wrote:
>
> * Kirill A. Shutemov wrote:
>
> > > Or, could we keep MAX_PHYSMEM_BITS constant, and introduce a _different_
> > > constant
> > > that is dynamic, and which could be used in the cases where the 5-level
> > > paging
> > > config
* Kirill A. Shutemov wrote:
> > Or, could we keep MAX_PHYSMEM_BITS constant, and introduce a _different_
> > constant
> > that is dynamic, and which could be used in the cases where the 5-level
> > paging
> > config causes too much memory footprint in the common 4-level paging case?
>
> Thi
On Fri, Oct 20, 2017 at 05:23:46PM +0200, Ingo Molnar wrote:
>
> * Kirill A. Shutemov wrote:
>
> > On Fri, Oct 20, 2017 at 08:18:53AM +, Ingo Molnar wrote:
> > >
> > > * Kirill A. Shutemov wrote:
> > >
> > > > On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
> > > > > O
* Kirill A. Shutemov wrote:
> On Fri, Oct 20, 2017 at 08:18:53AM +, Ingo Molnar wrote:
> >
> > * Kirill A. Shutemov wrote:
> >
> > > On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
> > > > On Fri, Sep 29, 2017 at 05:08:15PM +0300, Kirill A. Shutemov wrote:
> > > > > Th
On Fri, Oct 20, 2017 at 02:49:13AM -0700, Minchan Kim wrote:
> Hi Ingo,
>
> On Fri, Oct 20, 2017 at 10:18:53AM +0200, Ingo Molnar wrote:
> >
> > * Kirill A. Shutemov wrote:
> >
> > > On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
> > > > On Fri, Sep 29, 2017 at 05:08:15PM +
Hi Ingo,
On Fri, Oct 20, 2017 at 10:18:53AM +0200, Ingo Molnar wrote:
>
> * Kirill A. Shutemov wrote:
>
> > On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
> > > On Fri, Sep 29, 2017 at 05:08:15PM +0300, Kirill A. Shutemov wrote:
> > > > The first bunch of patches that prepa
On Fri, Oct 20, 2017 at 08:18:53AM +, Ingo Molnar wrote:
>
> * Kirill A. Shutemov wrote:
>
> > On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
> > > On Fri, Sep 29, 2017 at 05:08:15PM +0300, Kirill A. Shutemov wrote:
> > > > The first bunch of patches that prepare kernel
* Kirill A. Shutemov wrote:
> On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
> > On Fri, Sep 29, 2017 at 05:08:15PM +0300, Kirill A. Shutemov wrote:
> > > The first bunch of patches that prepare kernel to boot-time switching
> > > between paging modes.
> > >
> > > Please re
On Tue, Oct 03, 2017 at 11:27:54AM +0300, Kirill A. Shutemov wrote:
> On Fri, Sep 29, 2017 at 05:08:15PM +0300, Kirill A. Shutemov wrote:
> > The first bunch of patches that prepare kernel to boot-time switching
> > between paging modes.
> >
> > Please review and consider applying.
>
> Ping?
Ing
On Fri, Sep 29, 2017 at 05:08:15PM +0300, Kirill A. Shutemov wrote:
> The first bunch of patches that prepare kernel to boot-time switching
> between paging modes.
>
> Please review and consider applying.
Ping?
--
Kirill A. Shutemov
22 matches
Mail list logo