All of lore.kernel.org
 help / color / mirror / Atom feed
From: Junxiao Bi <junxiao.bi@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH] ocfs2: fix SGID not inherited issue
Date: Wed, 9 Dec 2015 10:28:17 +0800	[thread overview]
Message-ID: <566791C1.6050407@oracle.com> (raw)
In-Reply-To: <20151208132215.6efe510a3868e57c9ca2f87a@linux-foundation.org>

Hi Andrew,

On 12/09/2015 05:22 AM, Andrew Morton wrote:
> On Mon,  7 Dec 2015 12:09:06 +0800 Junxiao Bi <junxiao.bi@oracle.com> wrote:
> 
>> commit 8f1eb48758aa ("ocfs2: fix umask ignored issue") introduced an issue,
>> SGID of sub dir was not inherited from its parents dir. It is because SGID
>> is set into "inode->i_mode" in ocfs2_get_init_inode(), but is overwritten
>> by "mode" which don't have SGID set later.
>>
>> Fixes: 8f1eb48758aa ("ocfs2: fix umask ignored issue")
>> Signed-off-by: Junxiao Bi <junxiao.bi@oracle.com>
>> Cc: <stable@vger.kernel.org>
> 
> 8f1eb48758aa is only in 4.4-rcX so I removed the cc:stable.
If 8f1eb48758aa is merged into stable, but this patch not, there will be
a regression issue in stable branch?

Thanks,
Junxiao.
> 

  reply	other threads:[~2015-12-09  2:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-07  4:09 [Ocfs2-devel] [PATCH] ocfs2: fix SGID not inherited issue Junxiao Bi
2015-12-08  1:07 ` Srinivas Eeda
2015-12-08 21:22 ` Andrew Morton
2015-12-09  2:28   ` Junxiao Bi [this message]
2015-12-10 22:02     ` Andrew Morton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=566791C1.6050407@oracle.com \
    --to=junxiao.bi@oracle.com \
    --cc=ocfs2-devel@oss.oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.