Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [added to the 3.18 stable tree] Revert "tools/vm: fix page-flags build"
@ 2015-06-16 11:56 Sasha Levin
  2015-06-16 11:56 ` [added to the 3.18 stable tree] ARM: 8221/1: PJ4: allow building in Thumb-2 mode Sasha Levin
                   ` (28 more replies)
  0 siblings, 29 replies; 34+ messages in thread
From: Sasha Levin @ 2015-06-16 11:56 UTC (permalink / raw)
  To: stable, stable-commits; +Cc: Sasha Levin

This reverts commit a821ac4c66382f9d6387c8311608f13c6749fea9.

That patch is not suitable for 3.18.

Reported-by: Konstantin Khlebnikov <khlebnikov@yandex-team.ru>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
---
 tools/vm/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/vm/Makefile b/tools/vm/Makefile
index c604f3e..3d907da 100644
--- a/tools/vm/Makefile
+++ b/tools/vm/Makefile
@@ -3,7 +3,7 @@
 TARGETS=page-types slabinfo
 
 LIB_DIR = ../lib/api
-LIBS = $(LIB_DIR)/libapi.a
+LIBS = $(LIB_DIR)/libapikfs.a
 
 CC = $(CROSS_COMPILE)gcc
 CFLAGS = -Wall -Wextra -I../lib/
-- 
2.1.0


^ permalink raw reply related	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2015-06-23 16:46 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-16 11:56 [added to the 3.18 stable tree] Revert "tools/vm: fix page-flags build" Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] ARM: 8221/1: PJ4: allow building in Thumb-2 mode Sasha Levin
2015-06-16 12:31   ` Ard Biesheuvel
2015-06-16 11:56 ` [added to the 3.18 stable tree] fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] net: core: Correct an over-stringent device loop detection Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructions Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] x86: bpf_jit: fix compilation of large bpf programs Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] net: phy: Allow EEE for all RGMII variants Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] rtnl/bond: don't send rtnl msg for unregistered iface Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] tcp/ipv6: fix flow label setting in TIME_WAIT state Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] net/ipv6/udp: Fix ipv6 multicast socket filter regression Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] net: sched: fix call_rcu() race on classifier module unloads Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] ipv4: Avoid crashing in ip_error Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] cdc_ncm: Fix tx_bytes statistics Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] bridge: fix parsing of MLDv2 reports Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] net: dp83640: fix broken calibration routine Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] net: dp83640: reinforce locking rules Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] net: dp83640: fix improper double spin locking Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] unix/caif: sk_socket can disappear when state is unlocked Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] xen/netback: Properly initialize credit_bytes Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] net_sched: invoke ->attach() after setting dev->qdisc Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] sctp: Fix mangled IPv4 addresses on a IPv6 listening socket Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] bridge: fix br_multicast_query_expired() bug Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] udp: fix behavior of wrong checksums Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] tcp: fix child sockets to use system default congestion control if not set Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] xen: netback: read hotplug script once at start of day Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] ipv4/udp: Verify multicast group is ours in upd_v4_early_demux() Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] be2net: Replace dma/pci_alloc_coherent() calls with dma_zalloc_coherent() Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] bridge: disable softirqs around br_fdb_update to avoid lockup Sasha Levin
2015-06-16 11:56 ` [added to the 3.18 stable tree] crush: ensuring at most num-rep osds are selected Sasha Levin
2015-06-22 13:19 ` [added to the 3.18 stable tree] Revert "tools/vm: fix page-flags build" Luis Henriques
2015-06-23 14:13   ` Sasha Levin
2015-06-23 16:08     ` Luis Henriques
2015-06-23 16:46     ` Kamal Mostafa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox