Revision bc2e4a90d9f75f1664c1587eb09ecd10bb71b022 authored by Linus Torvalds on 03 March 2013, 18:24:57 UTC, committed by Linus Torvalds on 03 March 2013, 18:24:57 UTC
Pull USB patch revert from Greg Kroah-Hartman:
 "Here is one remaining USB patch for 3.9-rc1, it reverts a 3.8 patch
  that has caused a lot of regressions for some VIA EHCI controllers."

* tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb:
  USB: EHCI: revert "remove ASS/PSS polling timeout"
2 parent s 68b86a2 + 221f8df
Raw File
abi.txt
Documentation for /proc/sys/abi/* kernel version 2.6.0.test2
	(c) 2003,  Fabian Frederick <ffrederick@users.sourceforge.net>

For general info : README.

==============================================================

This path is binary emulation relevant aka personality types aka abi.
When a process is executed, it's linked to an exec_domain whose
personality is defined using values available from /proc/sys/abi.
You can find further details about abi in include/linux/personality.h.

Here are the files featuring in 2.6 kernel :

- defhandler_coff
- defhandler_elf
- defhandler_lcall7
- defhandler_libcso
- fake_utsname
- trace

===========================================================
defhandler_coff:
defined value :
PER_SCOSVR3
0x0003 | STICKY_TIMEOUTS | WHOLE_SECONDS | SHORT_INODE

===========================================================
defhandler_elf:
defined value :
PER_LINUX
0

===========================================================
defhandler_lcall7:
defined value :
PER_SVR4
0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,

===========================================================
defhandler_libsco:
defined value:
PER_SVR4
0x0001 | STICKY_TIMEOUTS | MMAP_PAGE_ZERO,

===========================================================
fake_utsname:
Unused

===========================================================
trace:
Unused

===========================================================
back to top