lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 09 Apr 2013 08:23:09 +0800
From:	li guang <lig.fnst@...fujitsu.com>
To:	tglx@...utronix.de
Cc:	hpa@...or.com, pavel@....cz, rjw@...k.pl, lv.zheng@...el.com,
	jarkko.sakkinen@...el.com, dave@...ux.vnet.ibm.com,
	linux-kernel@...r.kernel.org, linux-acpi@...r.kernel.org,
	x86@...nel.org
Subject: Re: [rebased-again][PATCH 0/4] acpi: do some changes for numa info

ping ...

在 2013-03-04一的 09:21 +0800,li guang写道:
> Hi, Thomas, Peter, Ingo
> 
> can you help to merge these 4 patches?
> or do you have any other comments?
> 
> 
> 在 2013-02-25一的 10:38 +0800,liguang写道:
> > just do some trivial changes to make acpi's numa info
> > operation more cleaner.
> > 
> > ChangeLog
> > 
> > v3->v4
> >  1.fix srat_disabled function
> >  spotted by Yasuaki Ishimatsu <isimatu.yasuaki@...fujitsu.com>
> > 
> > v2->v3
> >  1. rebase on linux-next
> >  2. bring back lost Makefile changes
> >  spotted by David Rientjes <rientjes@...gle.com>
> >  spotted by Yasuaki Ishimatsu <isimatu.yasuaki@...fujitsu.com>
> > 
> > v1->v2
> >  1. fix-up several coding issues
> >  2. finish srat.c change
> >  spotted by David Rientjes <rientjes@...gle.com>
> > 
> > Li Guang (4)
> > 	 acpi: move x86/mm/srat.c to x86/kernel/acpi/srat.c
> > 	 numa: avoid export acpi_numa variable
> > 	 acpi: add clock_domain field to acpi_srat_cpu_affinity
> > 	 remove include asm/acpi.h in process_driver.c
> > 
> > arch/x86/include/asm/acpi.h     | 2 +-
> > arch/x86/kernel/acpi/Makefile   | 1 +
> > arch/x86/kernel/acpi/srat.c     | 299 +++++++++++++++++++++++++++++++++++++++++
> > arch/x86/mm/Makefile            | 1 -
> > arch/x86/mm/numa.c              | 2 +-
> > arch/x86/mm/srat.c              | 278 -----------------------------------------
> > arch/x86/xen/enlighten.c        | 2 +-
> > drivers/acpi/processor_driver.c | 1 -
> > include/acpi/actbl1.h           | 2 +-
> > 9 files changed, 296 insertions(+), 292 deletions(-)
> >  create mode 100644 arch/x86/kernel/acpi/srat.c
> >  delete mode 100644 arch/x86/mm/srat.c
> >  
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> > the body of a message to majordomo@...r.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > Please read the FAQ at  http://www.tux.org/lkml/
> 


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ