From: Shivnandan Kumar <shivnandan.k@samsung.com>
To: Shivnandan Kumar <shivnandan.k@samsung.com>,
Stephen Smalley <sds@tycho.nsa.gov>,
"eparis@parisplace.org" <eparis@parisplace.org>,
"viro@zeniv.linux.org.uk" <viro@zeniv.linux.org.uk>,
"james.l.morris@oracle.com" <james.l.morris@oracle.com>,
"selinux@tycho.nsa.gov" <selinux@tycho.nsa.gov>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: Ashish Kalra <ashish.kalra@samsung.com>,
Rajat Suri <rajat.suri@samsung.com>,
Mohammad Irfan Ansari <mohammad.a2@samsung.com>,
"cpgs ." <cpgs@samsung.com>
Subject: [PATCH] Security: List corruption occured during file system automation test
Date: Tue, 16 Sep 2014 08:55:04 +0000 (GMT) [thread overview]
Message-ID: <31742801.543561410857702467.JavaMail.weblogic@epml25> (raw)
Hi Stephen Smalley,
Reproduction path :-
We do random file system operation ( e.g. - Saving, Open, Play, Delete ) of files and during this some time we abruptly power off the device.
Thanks,
Shivnandan
------- Original Message -------
Sender : Stephen Smalley<sds@tycho.nsa.gov>
Date : Aug 26, 2014 23:46 (GMT+09:00)
Title : Re: [PATCH] Security: List corruption occured during file system automation test
Do you have a reproducer test case to trigger the bug?
On 08/21/2014 06:29 AM, Shivnandan Kumar wrote:
> Dear Eric Paris,
>
> Sorry for the late reply.
> Yes I have back trace and I am attaching it.
>
> First time the issue is reproduced then I have added some debug statement in the
> file kernel/security/selinux/hooks.c to narrow down the problem and then we
> reproduce the issue again.
> I am attaching complete back trace as well as my additional debug patch for
> your reference.
>
> Thanks,
>
> Shivnandan
>
> ------- *Original Message* -------
>
> *Sender* : Eric Paris
>
> *Date* : Aug 14, 2014 05:27 (GMT+09:00)
>
> *Title* : Re: [PATCH] Security: List corruption occured during file system
> automation test
>
> Do you have a backtrace?
>
> On Wed, Aug 13, 2014 at 8:30 AM, Al Viro wrote:
> > On Wed, Aug 13, 2014 at 05:04:13PM +0530, shivnandan.k@samsung.com wrote:
> >> From: Shivnandan Kumar
> >>
> >> List element was freed by inode_free_security and then it uses rcu
> >> element to point inode_free_rcu, since it inside a union so it
> >> shares memory, sb_finish_set_opts now also try to free list element,
> >
> > How in hell does it find that element?
>
> Thanks and Regards,
>
> Shivnandan Kumar
>
>
>
> _______________________________________________
> Selinux mailing list
> Selinux@tycho.nsa.gov
> To unsubscribe, send email to Selinux-leave@tycho.nsa.gov.
> To get help, send an email containing "help" to Selinux-request@tycho.nsa.gov.
>
Thanks and Regards,
Shivnandan Kumar
WARNING: multiple messages have this Message-ID (diff)
From: Shivnandan Kumar <shivnandan.k@samsung.com>
To: Shivnandan Kumar <shivnandan.k@samsung.com>,
Stephen Smalley <sds@tycho.nsa.gov>,
"eparis@parisplace.org" <eparis@parisplace.org>,
"viro@zeniv.linux.org.uk" <viro@zeniv.linux.org.uk>,
"james.l.morris@oracle.com" <james.l.morris@oracle.com>,
"selinux@tycho.nsa.gov" <selinux@tycho.nsa.gov>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Cc: "cpgs ." <cpgs@samsung.com>,
Ashish Kalra <ashish.kalra@samsung.com>,
Mohammad Irfan Ansari <mohammad.a2@samsung.com>,
Rajat Suri <rajat.suri@samsung.com>
Subject: [PATCH] Security: List corruption occured during file system automation test
Date: Tue, 16 Sep 2014 08:55:05 +0000 (GMT) [thread overview]
Message-ID: <31742801.543561410857702467.JavaMail.weblogic@epml25> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=windows-1252, Size: 2114 bytes --]
Hi Stephen Smalley,
Reproduction path :-
We do random file system operation ( e.g. - Saving, Open, Play, Delete ) of files and during this some time we abruptly power off the device.
Thanks,
Shivnandan
------- Original Message -------
Sender : Stephen Smalley<sds@tycho.nsa.gov>
Date : Aug 26, 2014 23:46 (GMT+09:00)
Title : Re: [PATCH] Security: List corruption occured during file system automation test
Do you have a reproducer test case to trigger the bug?
On 08/21/2014 06:29 AM, Shivnandan Kumar wrote:
> Dear Eric Paris,
>
> Sorry for the late reply.
> Yes I have back trace and I am attaching it.
>
> First time the issue is reproduced then I have added some debug statement in the
> file kernel/security/selinux/hooks.c to narrow down the problem and then we
> reproduce the issue again.
> I am attaching complete back trace as well as my additional debug patch for
> your reference.
>
> Thanks,
>
> Shivnandan
>
> ------- *Original Message* -------
>
> *Sender* : Eric Paris
>
> *Date* : Aug 14, 2014 05:27 (GMT+09:00)
>
> *Title* : Re: [PATCH] Security: List corruption occured during file system
> automation test
>
> Do you have a backtrace?
>
> On Wed, Aug 13, 2014 at 8:30 AM, Al Viro wrote:
> > On Wed, Aug 13, 2014 at 05:04:13PM +0530, shivnandan.k@samsung.com wrote:
> >> From: Shivnandan Kumar
> >>
> >> List element was freed by inode_free_security and then it uses rcu
> >> element to point inode_free_rcu, since it inside a union so it
> >> shares memory, sb_finish_set_opts now also try to free list element,
> >
> > How in hell does it find that element?
>
> Thanks and Regards,
>
> Shivnandan Kumar
>
>
>
> _______________________________________________
> Selinux mailing list
> Selinux@tycho.nsa.gov
> To unsubscribe, send email to Selinux-leave@tycho.nsa.gov.
> To get help, send an email containing "help" to Selinux-request@tycho.nsa.gov.
>
Thanks and Regards,
Shivnandan Kumarÿôèº{.nÇ+·®+%Ëÿ±éݶ\x17¥wÿº{.nÇ+·¥{±þG«éÿ{ayº\x1dÊÚë,j\a¢f£¢·hïêÿêçz_è®\x03(éÝ¢j"ú\x1a¶^[m§ÿÿ¾\a«þG«éÿ¢¸?¨èÚ&£ø§~á¶iOæ¬z·vØ^\x14\x04\x1a¶^[m§ÿÿÃ\fÿ¶ìÿ¢¸?I¥
next reply other threads:[~2014-09-16 8:55 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-16 8:55 Shivnandan Kumar [this message]
2014-09-16 8:55 ` [PATCH] Security: List corruption occured during file system automation test Shivnandan Kumar
[not found] <83.72.04938.152E7145@epcpsbgx1.samsung.com>
2014-09-16 7:34 ` Al Viro
-- strict thread matches above, loose matches on Subject: below --
2014-09-13 10:51 Shivnandan Kumar
2014-08-13 11:34 shivnandan.k
2014-08-13 11:34 ` shivnandan.k
2014-08-13 12:30 ` Al Viro
2014-08-13 12:30 ` Al Viro
2014-08-13 20:27 ` Eric Paris
2014-08-13 20:27 ` Eric Paris
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=31742801.543561410857702467.JavaMail.weblogic@epml25 \
--to=shivnandan.k@samsung.com \
--cc=ashish.kalra@samsung.com \
--cc=cpgs@samsung.com \
--cc=eparis@parisplace.org \
--cc=james.l.morris@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mohammad.a2@samsung.com \
--cc=rajat.suri@samsung.com \
--cc=sds@tycho.nsa.gov \
--cc=selinux@tycho.nsa.gov \
--cc=viro@zeniv.linux.org.uk \
/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.