|
|
|
Re: [PATCH] memory-hotplug: fix zone stat mismatch | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
|
At 09/20/2012 10:30 AM, Minchan Kim Wrote: > On Thu, Sep 20, 2012 at 09:17:43AM +0800, Wen Congyang wrote: >> At 09/20/2012 04:17 AM, Minchan Kim Wrote: >>> Hi KOSAKI, >>> >>> On Wed, Sep 19, 2012 at 02:05:20PM -0400, KOSAKI Motohiro wrote: >>>> On Wed, Sep 19, 2012 at 3:29 AM, Minchan Kim <minchan@xxxxxxxxxx> wrote: >>>>> During memory-hotplug stress test, I found NR_ISOLATED_[ANON|FILE] >>>>> are increasing so that kernel are hang out. >>>>> >>>>> The cause is that when we do memory-hotadd after memory-remove, >>>>> __zone_pcp_update clear out zone's ZONE_STAT_ITEMS in setup_pageset >>>>> without draining vm_stat_diff of all CPU. >>>>> >>>>> This patch fixes it. >>>> >>>> zone_pcp_update() is called from online pages path. but IMHO, >>>> the statistics should be drained offline path. isn't it? >>> >>> It isn't necessary because statistics is right until we reset it to zero >>> in online path. >>> Do you have something on your mind that we have to drain it in offline path? >> >> When a node is offlined and onlined again. We create node_data[i] in the > > I would like to clarify your word. > Create or recreate? > Why I have a question is as I look over the source code, hotadd_new_pgdat > seem to be called if we do hotadd *new* memory. It's not the case for > offline and online again you mentioned. If you're right, I should find > arch_free_nodedata to free pgdat when node is disappear but I can't find it. > Do I miss something? Hmm, when a memory is removed, we don't do cleanup now. We(Fujitsu) posted a patchset to do this: https://lkml.org/lkml/2012/9/5/201 We don't free pgdat in this patchset now. We have two choice: 1. free pgdat 2. don't free it, and reuse it when it is onlined again I'm not sure which choice is better. > > >> function hotadd_new_pgdat(), and we will lost the statistics stored in >> zone->pageset. So we should drain it in offline path. > > Even we drain in offline patch, it still has a problem. > > 1. offline > 2. drain -> OKAY > 3. schedule > 4. Process A increase zone stat > 5. Process B increase zone stat > 6. online > 7. reset it -> we ends up lost zone stat counter which is modified between 2-6 > I understand why you drain it in online path now. But it still should drain it in offline path because if all pages in this zone are offlined, we will call zone_pcp_reset() to reset zone's pcp. We should also drop it in the function zone_pcp_reset(). Thanks Wen Congyang > >> >> Thanks >> Wen Congyang >> >>> >>>> >>>> thanks. >>> >> >> -- >> To unsubscribe, send a message with 'unsubscribe linux-mm' in >> the body to majordomo@xxxxxxxxx. For more info on Linux MM, >> see: http://www.linux-mm.org/ . >> Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a> > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[Other Archives] [Linux Kernel Newbies] [Linux Driver Development] [Linux Backports] [Linux Kbuild] [Fedora Kernel] [Linux Kernel Testers] [Linux SH] [Linux Omap] [Linux Tape] [Linux Input] [Linux LEDS] [Linux Kernel Janitors] [Linux Kernel Packagers] [Linux Doc] [Linux Man Pages] [Linux API] [Linux Memory Management] [Linux Modules] [Linux Standards] [Kernel Announce] [Netdev] [Git] [Linux PCI] Linux CAN Development [Linux I2C] [Linux RDMA] [Linux NUMA] [Netfilter] [Netfilter Devel] [SELinux] [Bugtraq] [FIO] [Linux Perf Users] [Linux Serial] [Linux PPP] [Linux ISDN] [Linux Next] [Kernel Stable Commits] [Linux Tip Commits] [Kernel MM Commits] [Linux Security Module] [AutoFS] [Filesystem Development] [Ext3 Filesystem] [Linux bcache] [Ext4 Filesystem] [Linux BTRFS] [Linux CEPH Filesystem] [Linux XFS] [XFS] [Linux NFS] [Linux CIFS] [Ecryptfs] [Linux NILFS] [Linux Cachefs] [Reiser FS] [Initramfs] [Linux FB Devel] [Linux OpenGL] [DRI Devel] [Fastboot] [Linux RT Users] [Linux RT Stable] [eCos] [Corosync] [Linux Clusters] [LVS Devel] [Hot Plug] [Linux Virtualization] [KVM] [KVM PPC] [KVM ia64] [Linux Containers] [Linux Hexagon] [Linux Cgroups] [Util Linux] [Wireless] [Linux Bluetooth] [Bluez Devel] [Ethernet Bridging] [Embedded Linux] [Barebox] [Linux MMC] [Linux IIO] [Sparse] [Smatch] [Linux Arch] [x86 Platform Driver] [Linux ACPI] [Linux IBM ACPI] [LM Sensors] [CPU Freq] [Linux Power Management] [Linmodems] [Linux DCCP] [Linux SCTP] [ALSA Devel] [Linux USB] [Linux PA RISC] [Linux Samsung SOC] [MIPS Linux] [IBM S/390 Linux] [ARM Linux] [ARM Kernel] [ARM MSM] [Tegra Devel] [Sparc Linux] [Linux Security] [Linux Sound] [Linux Media] [Video 4 Linux] [Linux IRDA Users] [Linux for the blind] [Linux RAID] [Linux ATA RAID] [Device Mapper] [Linux SCSI] [SCSI Target Devel] [Linux SCSI Target Infrastructure] [Linux IDE] [Linux SMP] [Linux AXP] [Linux Alpha] [Linux M68K] [Linux ia64] [Linux 8086] [Linux x86_64] [Linux Config] [Linux Apps] [Linux MSDOS] [Linux X.25] [Linux Crypto] [DM Crypt] [Linux Trace Users] [Linux Btrace] [Linux Watchdog] [Utrace Devel] [Linux C Programming] [Linux Assembly] [Dash] [DWARVES] [Hail Devel] [Linux Kernel Debugger] [Linux gcc] [Gcc Help] [X.Org] [Wine]
![]() |
![]() |
[Older Kernel Discussion] [Yosemite National Park Forum] [Large Format Photos] [Gimp] [Yosemite Photos] [Stuff]