History log of /arch/powerpc/platforms/pseries/hvcserver.c
Revision Date Author Comments
587870e8650a0571e895cc879cd895c78c6391bf 05-Aug-2014 Thomas Falcon <tlfalcon@linux.vnet.ibm.com> powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_info

A buffer returned by H_VTERM_PARTNER_INFO contains device information
in big endian format, causing problems for little endian architectures.
This patch ensures that they are in cpu endian.

Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
6b6680c4ea3952af8ae76915cbca41245147741b 25-Feb-2013 Chen Gang <gang.chen@asianux.com> powerpc/pseries/hvcserver: Fix strncpy buffer limit in location code

the dest buf len is 80 (HVCS_CLC_LENGTH + 1).
the src buf len is PAGE_SIZE.
if src buf string len is more than 80, it will cause issue.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
706c8c93ba4865a19e981b9770151a7a63c15794 30-Mar-2006 Segher Boessenkool <segher@kernel.crashing.org> [PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPS

Also cleans up some nearby whitespace problems.

Signed-off-by: Segher Boessenkool <segher@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
8446196ade39befe68f60cfae49c43b94a1144fc 11-Jan-2006 Arnd Bergmann <arnd@arndb.de> [PATCH] powerpc: pseries namespace cleanup

These symbols are only used in the file that they are defined in,
so they should not be in the global namespace.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
7568cb4ef6c507164b65b01f972a3bd026898ae1 14-Nov-2005 Paul Mackerras <paulus@samba.org> powerpc: Move most remaining ppc64 files over to arch/powerpc

Also deletes files in arch/ppc64 that are no longer used now that
we don't compile with ARCH=ppc64 any more.

Signed-off-by: Paul Mackerras <paulus@samba.org>