[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20120323135356.6b2376d6.akpm@linux-foundation.org>
Date: Fri, 23 Mar 2012 13:53:56 -0700
From: Andrew Morton <akpm@...ux-foundation.org>
To: Hugh Dickins <hughd@...gle.com>
Cc: Al Viro <viro@...iv.linux.org.uk>, linux-kernel@...r.kernel.org,
linux-mm@...ck.org
Subject: Re: [PATCH] swapon: check validity of swap_flags
On Fri, 23 Mar 2012 13:48:35 -0700 (PDT)
Hugh Dickins <hughd@...gle.com> wrote:
> Most system calls taking flags first check that the flags passed in are
> valid, and that helps userspace to detect when new flags are supported.
>
> But swapon never did so: start checking now, to help if we ever want to
> support more swap_flags in future.
>
> It's difficult to get stray bits set in an int, and swapon is not widely
> used, so this is most unlikely to break any userspace; but we can just
> revert if it turns out to do so.
It would be safer to emit a nasty message then let the swapon proceed
as before.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists