From ad7e695784296d9e4058ebe5e27a20864076f53b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Wed, 18 Apr 2007 12:28:08 +0200 Subject: Update sourec for inotail 0.3 --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'README') diff --git a/README b/README index 7c13988..577584e 100644 --- a/README +++ b/README @@ -15,6 +15,23 @@ Requirements ------------ - Linux kernel 2.6.13 or higher with CONFIG_INOTIFY enabled - Standard C Library (tested with GNU libc but might work with others too) +- GCC (other compilers might work but are not tested) + +Building and installing inotail +------------------------------- +To build inotail type: + + $ make + +By default, inotail is installed to /usr/local/bin/, the manpage is installed to +/usr/local/share/man/man1/. To install the inotail files to these locations type: + + $ make install + +To change these locations just set the prefix variable. E.g. to install the +inotail binary to /usr/ and the manpage to /usr/share/man/ respectively type: + + $ make prefix=/usr install License ------- -- cgit v1.2.3-54-g00ecf e='h' onchange='this.form.submit();'> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/leds
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-09 12:11:37 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-09 12:11:37 -0700
commit26acc792c90c6fa1066ba128074b20d2e21790ef (patch)
treef76a821048df22d95b60a7bf98b7259961ed4c31 /Documentation/devicetree/bindings/leds
parent8634de6d254462e6953b7dac772a1df4f44c8030 (diff)
parent8846a125de97f96be64ca234906eedfd26ad778e (diff)
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Pull networking fixes from David Miller: 1) Check klogctl failure correctly, from Colin Ian King. 2) Prevent OOM when under memory pressure in flowcache, from Steffen Klassert. 3) Fix info leak in llc and rtnetlink ifmap code, from Kangjie Lu. 4) Memory barrier and multicast handling fixes in bnxt_en, from Michael Chan. 5) Endianness bug in mlx5, from Daniel Jurgens. 6) Fix disconnect handling in VSOCK, from Ian Campbell. 7) Fix locking of netdev list walking in get_bridge_ifindices(), from Nikolay Aleksandrov. 8) Bridge multicast MLD parser can look at wrong packet offsets, fix from Linus Lüssing. 9) Fix chip hang in qede driver, from Sudarsana Reddy Kalluru. 10) Fix missing setting of encapsulation before inner handling completes in udp_offload code, from Jarno Rajahalme. 11) Missing rollbacks during LAG join and flood configuration failures in mlxsw driver, from Ido Schimmel. 12) Fix error code checks in netxen driver, from Dan Carpenter. 13) Fix key size in new macsec driver, from Sabrina Dubroca. 14) Fix mlx5/VXLAN dependencies, from Arnd Bergmann. * git://git.kernel.org/pub/scm/linux/kernel/git/davem/net: (29 commits) net/mlx5e: make VXLAN support conditional Revert "net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue" macsec: key identifier is 128 bits, not 64 Documentation/networking: more accurate LCO explanation macvtap: segmented packet is consumed tools: bpf_jit_disasm: check for klogctl failure qede: uninitialized variable in qede_start_xmit() netxen: netxen_rom_fast_read() doesn't return -1 netxen: reversed condition in netxen_nic_set_link_parameters() netxen: fix error handling in netxen_get_flash_block() mlxsw: spectrum: Add missing rollback in flood configuration mlxsw: spectrum: Fix rollback order in LAG join failure udp_offload: Set encapsulation before inner completes. udp_tunnel: Remove redundant udp_tunnel_gro_complete(). qede: prevent chip hang when increasing channels net: ipv6: tcp reset, icmp need to consider L3 domain bridge: fix igmp / mld query parsing net: bridge: fix old ioctl unlocked net device walk VSOCK: do not disconnect socket when peer has shutdown SEND only net/mlx4_en: Fix endianness bug in IPV6 csum calculation ...
Diffstat (limited to 'Documentation/devicetree/bindings/leds')