* Bug in mount options handling in EXT4?
@ 2015-02-05 3:22 Enrico Mioso
2015-02-05 3:57 ` Eric Sandeen
0 siblings, 1 reply; 4+ messages in thread
From: Enrico Mioso @ 2015-02-05 3:22 UTC (permalink / raw)
To: linux-kernel; +Cc: linux-ext4
Hello guys.
I noticed from some time, that I can make mount options accumulate simply
continously repeating them.
By typing:
sudo mount -t ext4 -o rw,noatime,nobarrier,nobarrier,nobarrier, ...
I can get:
$ dmesg | tail
[ 216.075581] EXT4-fs (sdb): mounted filesystem without journal. Opts: nobarrier
[ 472.851105] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
[41950.250515] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
[42093.049879] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
[42095.673967] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
[42095.954595] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
[42096.220220] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
[42103.212371] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier,nobarrier
[42128.137609] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier
[42144.960612] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier
But the problem seems limited to the filesystem messages / something like that:
$ cat /proc/mounts
/dev/root / ext4 rw,noatime,nobarrier 0 0
devtmpfs /dev devtmpfs rw,relatime,size=252428k,nr_inodes=63107,mode=755 0 0
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620 0 0
tmpfs /run tmpfs rw,nosuid,nodev,mode=755 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/usr/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
cgroup /sys/fs/cgroup/memory cgroup rw,nosuid,nodev,noexec,relatime,memory 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
tmpfs /tmp tmpfs rw 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=50516k,mode=700,uid=1000,gid=1000 0 0
/dev/sdc1 /mnt/trekstor ext4 rw,noatime,nobarrier 0 0
/dev/sdb /mnt/sd ext4 rw,noatime,nobarrier 0 0
thank you for reading this message,
enrico
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug in mount options handling in EXT4?
2015-02-05 3:22 Bug in mount options handling in EXT4? Enrico Mioso
@ 2015-02-05 3:57 ` Eric Sandeen
2015-02-05 4:26 ` Enrico Mioso
0 siblings, 1 reply; 4+ messages in thread
From: Eric Sandeen @ 2015-02-05 3:57 UTC (permalink / raw)
To: Enrico Mioso, linux-kernel; +Cc: linux-ext4
On 2/4/15 9:22 PM, Enrico Mioso wrote:
> Hello guys.
> I noticed from some time, that I can make mount options accumulate simply continously repeating them.
> By typing:
> sudo mount -t ext4 -o rw,noatime,nobarrier,nobarrier,nobarrier, ...
> I can get:
> $ dmesg | tail
> [ 216.075581] EXT4-fs (sdb): mounted filesystem without journal. Opts: nobarrier
> [ 472.851105] snd_hda_intel 0000:00:1b.0: IRQ timing workaround is activated for card #0. Suggest a bigger bdl_pos_adj.
> [41950.250515] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
> [42093.049879] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
> [42095.673967] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
> [42095.954595] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
> [42096.220220] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier
> [42103.212371] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier,nobarrier
> [42128.137609] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier
> [42144.960612] EXT4-fs (sdc1): re-mounted. Opts: nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier,nobarrier
Hm, yes, it's really only cosmetic in that printk.
> But the problem seems limited to the filesystem messages / something like that:
> $ cat /proc/mounts
...
> /dev/sdc1 /mnt/trekstor ext4 rw,noatime,nobarrier 0 0
Yep, because when this is printed, it simply looks at the set option flags,
and essentially prints the option name once for each (non-default) flag
that is set.
What we probably would want is something similar to that code (in
_ext4_show_options) which is more generic, and could generate a string
for use in the remount case as well.
-Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug in mount options handling in EXT4?
2015-02-05 3:57 ` Eric Sandeen
@ 2015-02-05 4:26 ` Enrico Mioso
2015-02-05 4:52 ` Eric Sandeen
0 siblings, 1 reply; 4+ messages in thread
From: Enrico Mioso @ 2015-02-05 4:26 UTC (permalink / raw)
To: Eric Sandeen; +Cc: linux-kernel, linux-ext4
That's fine - as long as we can say that a possibly very very big of
"nobarrier" options could be stored some place in memory and cause damage.
Thank you for the reply and attention.
Please - don't remove me from CC as I am not subscribed to any list.
Enrico
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Bug in mount options handling in EXT4?
2015-02-05 4:26 ` Enrico Mioso
@ 2015-02-05 4:52 ` Eric Sandeen
0 siblings, 0 replies; 4+ messages in thread
From: Eric Sandeen @ 2015-02-05 4:52 UTC (permalink / raw)
To: Enrico Mioso; +Cc: linux-kernel, linux-ext4
On 2/4/15 10:26 PM, Enrico Mioso wrote:
> That's fine - as long as we can say that a possibly very very big of "nobarrier" options could be stored some place in memory and cause damage.
> Thank you for the reply and attention.
> Please - don't remove me from CC as I am not subscribed to any list.
>
> Enrico
Hm, I see now that every "remount" extends the string, that wasn't quite clear from your first email (I thought you simply specified the same option multiple times):
> sudo mount -t ext4 -o rw,noatime,nobarrier,nobarrier,nobarrier, ...
On my system, remounting with nobarrier a loop eventually fails with:
[mntent]: line 13 in /etc/mtab is bad; rest of file ignored
mount: can't find mnt in /etc/fstab or /etc/mtab
But that's not super graceful. Anyway, this has a bit to do with how util-linux
manages /etc/mtab too, I guess.
On a system where /etc/mtab links to /proc/mounts, I don't see that behavior.
I do think that the length of the string copied from the user during mount (which is what's going on here) is properly sanitized in copy_mount_options().
-Eric
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-02-05 4:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-05 3:22 Bug in mount options handling in EXT4? Enrico Mioso
2015-02-05 3:57 ` Eric Sandeen
2015-02-05 4:26 ` Enrico Mioso
2015-02-05 4:52 ` Eric Sandeen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).