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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Fri, 19 Sep 2014 15:23:13 -0700 From: Stephen Boyd <sboyd@...eaurora.org> To: Sudeep Holla <sudeep.holla@....com>, LKML <linux-kernel@...r.kernel.org> CC: Lorenzo Pieralisi <Lorenzo.Pieralisi@....com>, Greg Kroah-Hartman <gregkh@...uxfoundation.org>, "Rafael J. Wysocki" <rjw@...ysocki.net>, Bjorn Helgaas <bhelgaas@...gle.com>, Peter Zijlstra <a.p.zijlstra@...llo.nl>, x86@...nel.org, linux-acpi@...r.kernel.org, linux-pci@...r.kernel.org Subject: Re: [PATCH v4 01/11 UPDATE] cpumask: factor out show_cpumap into separate helper function On 09/04/14 08:46, Sudeep Holla wrote: > From: Sudeep Holla <sudeep.holla@....com> > > Many sysfs *_show function use cpu{list,mask}_scnprintf to copy cpumap > to the buffer aligned to PAGE_SIZE, append '\n' and '\0' to return null > terminated buffer with newline. > > This patch creates a new helper function cpumap_print_to_pagebuf in > cpumask.h using newly added bitmap_print_to_pagebuf and consolidates > most of those sysfs functions using the new helper function. > > Signed-off-by: Sudeep Holla <sudeep.holla@....com> > Suggested-by: Stephen Boyd <sboyd@...eaurora.org> > Acked-by: "Rafael J. Wysocki" <rjw@...ysocki.net> > Acked-by: Bjorn Helgaas <bhelgaas@...gle.com> > Cc: Greg Kroah-Hartman <gregkh@...uxfoundation.org> > Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl> > Cc: x86@...nel.org > Cc: linux-acpi@...r.kernel.org > Cc: linux-pci@...r.kernel.org > Tested-by: Stephen Boyd <sboyd@...eaurora.org> -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by The Linux Foundation -- 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