Revision 53afcd310e867d25e394718558783c476301205c authored by Amir Goldstein on 21 February 2020, 14:34:42 UTC, committed by Miklos Szeredi on 13 March 2020, 14:53:06 UTC
Fix up two bugs in the coversion to xino_mode:
1. xino=off does not always end up in disabled mode
2. xino=auto on 32bit arch should end up in disabled mode

Take a proactive approach to disabling xino on 32bit kernel:
1. Disable XINO_AUTO config during build time
2. Disable xino with a warning on mount time

As a by product, xino=on on 32bit arch also ends up in disabled mode.
We never intended to enable xino on 32bit arch and this will make the
rest of the logic simpler.

Fixes: 0f831ec85eda ("ovl: simplify ovl_same_sb() helper")
Signed-off-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
1 parent 531d304
History
File Mode Size
Kconfig -rw-r--r-- 1.8 KB
Makefile -rw-r--r-- 556 bytes
addr.c -rw-r--r-- 3.7 KB
addr.h -rw-r--r-- 3.0 KB
bcast.c -rw-r--r-- 21.6 KB
bcast.h -rw-r--r-- 4.4 KB
bearer.c -rw-r--r-- 30.7 KB
bearer.h -rw-r--r-- 9.6 KB
core.c -rw-r--r-- 5.7 KB
core.h -rw-r--r-- 5.5 KB
crypto.c -rw-r--r-- 52.6 KB
crypto.h -rw-r--r-- 6.4 KB
diag.c -rw-r--r-- 3.5 KB
discover.c -rw-r--r-- 12.7 KB
discover.h -rw-r--r-- 2.3 KB
eth_media.c -rw-r--r-- 3.7 KB
group.c -rw-r--r-- 23.7 KB
group.h -rw-r--r-- 3.5 KB
ib_media.c -rw-r--r-- 3.7 KB
link.c -rw-r--r-- 77.7 KB
link.h -rw-r--r-- 6.7 KB
monitor.c -rw-r--r-- 21.4 KB
monitor.h -rw-r--r-- 3.5 KB
msg.c -rw-r--r-- 22.5 KB
msg.h -rw-r--r-- 27.3 KB
name_distr.c -rw-r--r-- 9.9 KB
name_distr.h -rw-r--r-- 3.1 KB
name_table.c -rw-r--r-- 30.2 KB
name_table.h -rw-r--r-- 6.2 KB
net.c -rw-r--r-- 10.4 KB
net.h -rw-r--r-- 2.4 KB
netlink.c -rw-r--r-- 10.0 KB
netlink.h -rw-r--r-- 2.6 KB
netlink_compat.c -rw-r--r-- 34.4 KB
node.c -rw-r--r-- 74.1 KB
node.h -rw-r--r-- 5.6 KB
socket.c -rw-r--r-- 101.6 KB
socket.h -rw-r--r-- 3.4 KB
subscr.c -rw-r--r-- 5.4 KB
subscr.h -rw-r--r-- 4.1 KB
sysctl.c -rw-r--r-- 3.0 KB
topsrv.c -rw-r--r-- 18.1 KB
topsrv.h -rw-r--r-- 2.3 KB
trace.c -rw-r--r-- 7.0 KB
trace.h -rw-r--r-- 12.8 KB
udp_media.c -rw-r--r-- 20.9 KB
udp_media.h -rw-r--r-- 2.5 KB

back to top