Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-15 Thread Imre Palik
On 01/13/15 02:47, Paul Moore wrote: > On Monday, January 12, 2015 09:11:21 AM Imre Palik wrote: >> On 01/08/15 22:53, Paul Moore wrote: >>> On Tuesday, January 06, 2015 03:51:20 PM Imre Palik wrote: From: "Palik, Imre" When file auditing is enabled, during a low memory situation,

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-15 Thread Imre Palik
On 01/13/15 02:47, Paul Moore wrote: On Monday, January 12, 2015 09:11:21 AM Imre Palik wrote: On 01/08/15 22:53, Paul Moore wrote: On Tuesday, January 06, 2015 03:51:20 PM Imre Palik wrote: From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-12 Thread Paul Moore
On Monday, January 12, 2015 09:11:21 AM Imre Palik wrote: > On 01/08/15 22:53, Paul Moore wrote: > > On Tuesday, January 06, 2015 03:51:20 PM Imre Palik wrote: > >> From: "Palik, Imre" > >> > >> When file auditing is enabled, during a low memory situation, a memory > >> allocation with __GFP_FS

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-12 Thread Imre Palik
On 01/08/15 22:53, Paul Moore wrote: > On Tuesday, January 06, 2015 03:51:20 PM Imre Palik wrote: >> From: "Palik, Imre" >> >> When file auditing is enabled, during a low memory situation, a memory >> allocation with __GFP_FS can lead to pruning the inode cache. Which can, >> in turn lead to

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-12 Thread Imre Palik
On 01/08/15 22:53, Paul Moore wrote: On Tuesday, January 06, 2015 03:51:20 PM Imre Palik wrote: From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-12 Thread Paul Moore
On Monday, January 12, 2015 09:11:21 AM Imre Palik wrote: On 01/08/15 22:53, Paul Moore wrote: On Tuesday, January 06, 2015 03:51:20 PM Imre Palik wrote: From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-08 Thread Paul Moore
On Tuesday, January 06, 2015 03:51:20 PM Imre Palik wrote: > From: "Palik, Imre" > > When file auditing is enabled, during a low memory situation, a memory > allocation with __GFP_FS can lead to pruning the inode cache. Which can, > in turn lead to audit_tree_freeing_mark() being called. This

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-08 Thread Paul Moore
On Tuesday, January 06, 2015 03:51:20 PM Imre Palik wrote: From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being

[PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-06 Thread Imre Palik
From: "Palik, Imre" When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a pruning thread,

[PATCH RFC] audit: move the tree pruning to a dedicated thread

2015-01-06 Thread Imre Palik
From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2014-12-09 Thread Paul Moore
On Thursday, December 04, 2014 12:39:21 PM Imre Palik wrote: > From: "Palik, Imre" > > When file auditing is enabled, during a low memory situation, a memory > allocation with __GFP_FS can lead to pruning the inode cache. Which can, > in turn lead to audit_tree_freeing_mark() being called.

Re: [PATCH RFC] audit: move the tree pruning to a dedicated thread

2014-12-09 Thread Paul Moore
On Thursday, December 04, 2014 12:39:21 PM Imre Palik wrote: From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being

[PATCH RFC] audit: move the tree pruning to a dedicated thread

2014-12-04 Thread Imre Palik
From: "Palik, Imre" When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a pruning thread,

[PATCH RFC] audit: move the tree pruning to a dedicated thread

2014-12-04 Thread Imre Palik
From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a

[PATCH RFC] audit: move the tree pruning to a dedicated thread

2014-11-28 Thread Imre Palik
From: "Palik, Imre" When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a pruning thread,

[PATCH RFC] audit: move the tree pruning to a dedicated thread

2014-11-28 Thread Imre Palik
From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a

[PATCH RFC] audit: move the tree pruning to a dedicated thread

2014-11-20 Thread Imre Palik
From: "Palik, Imre" When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a pruning thread,

[PATCH RFC] audit: move the tree pruning to a dedicated thread

2014-11-20 Thread Imre Palik
From: Palik, Imre im...@amazon.de When file auditing is enabled, during a low memory situation, a memory allocation with __GFP_FS can lead to pruning the inode cache. Which can, in turn lead to audit_tree_freeing_mark() being called. This can call audit_schedule_prune(), that tries to fork a