[RFC][PATCHv4 6/7] zsmalloc: account the number of compacted pages
Compaction returns back to zram the number of migrated objects, which is quite uninformative -- we have objects of different sizes so user space cannot obtain any valuable data from that number....
View Article[RFC][PATCHv4 5/7] zsmalloc/zram: store compaction stats in zspool
`zs_compact_control' accounts the number of migrated objects but it has a limited lifespan -- we lose it as soon as zs_compaction() returns back to zram. It was fine, because (a) zram had it's own...
View Article[RFC][PATCHv4 2/7] zsmalloc: always keep per-class stats
Always account per-class `zs_size_stat' stats. This data will help us make better decisions during compaction. We are especially interested in OBJ_ALLOCATED and OBJ_USED, which can tell us if class...
View Article[RFC][PATCHv4 1/7] zsmalloc: drop unused variable `nr_to_migrate'
__zs_compact() does not use `nr_to_migrate', drop it. Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Acked-by: Minchan Kim <minchan@kernel.org> --- mm/zsmalloc.c | 4 ----...
View ArticleRe: [PATCH] SCSI-bfa: Deletion of an unnecessary check before the function...
> Patch looks good. > Thanks! > Acked-by: Anil Gurumurthy <anil.gurumurthy@qlogic.com> > > -----Original Message----- > From: SF Markus Elfring...
View ArticleRe: Small bug in src/stream/ngx_stream_proxy_module.c
Roman Arutyunyan Wrote: ------------------------------------------------------- > > On 30 Jun 2015, at 15:01, itpp2012 <nginx-forum@nginx.us> wrote: > > > > Roman Arutyunyan...
View ArticleRe: [PATCH/RFC RESEND] leds: Use set_brightness_work for brightness_set ops...
On 06/30/2015 01:41 PM, Stas Sergeev wrote: > 30.06.2015 11:27, Jacek Anaszewski пишет: >> On 06/29/2015 05:17 PM, Stas Sergeev wrote:> 29.06.2015 17:05, Jacek Anaszewski пишет:...
View ArticleRe: [PATCH] x86, msr: Allow read access to /dev/cpu/X/msr
On Tue, Jun 30, 2015 at 08:20:55AM -0400, Prarit Bhargava wrote: > it seems like visiting changes on each of these packages (and the other > packages that I'm sure I've missed) will be...
View Article[PATCH v6] extcon: arizona: Simplify pdata symantics for micd_dbtime
Currently micd_dbtime can be set to 0 for default, 1 for 4 measurements, or a greater than 16-bit value for 2 measurements. This patch simplifies the symantics to 2 for 2 measurements, 4 for 4...
View ArticleRe: Nginx-1.9.2 fatal code 2 !!
On Tuesday 30 June 2015 04:28:32 shahzaib shahzaib wrote: > Hi, > > We've just compiled latest nginx-1.9.2 on Debian wheezy 7 in order to > utilize aio threads directive for our storage...
View ArticleRe: [PATCH] SCSI-aic94xx: Deletion of an unnecessary check before the...
> From: Markus Elfring <elfring@users.sourceforge.net> > Date: Thu, 20 Nov 2014 23:18:56 +0100 > > The kfree() function tests whether its argument is NULL and then > returns...
View ArticleRe: [PATCH v2 1/1] dmaengine: at_xdmac: fix transfer data width in...
Le 30/06/2015 14:36, Cyrille Pitchen a écrit : > This patch adds the missing update of the transfer data width in > at_xdmac_prep_slave_sg(). > > Indeed, for each item in the...
View ArticleRe: [PATCH] SCSI-eata_pio: Deletion of an unnecessary check before the...
> From: Markus Elfring <elfring@users.sourceforge.net> > Date: Thu, 20 Nov 2014 20:37:30 +0100 > > The pci_dev_put() function tests whether its argument is NULL and then > returns...
View ArticleRe: [PATCH 0/5] stop_machine: cleanups and fix
On 06/30, Oleg Nesterov wrote: > > On 06/30, Oleg Nesterov wrote: > > > > But let me send some cleanups first. Plus I believe I found another > > stop_machine bug, see the last...
View ArticleRe: [PATCH v4 04/17] context_tracking: Add ct_state and CT_WARN_ON
* Borislav Petkov <bp@alien8.de> wrote: > On Mon, Jun 29, 2015 at 12:33:36PM -0700, Andy Lutomirski wrote: > > This will let us sprinkle sanity checks around the kernel without >...
View ArticleRe: [PATCH/RFC RESEND] leds: Use set_brightness_work for brightness_set ops...
30.06.2015 15:41, Jacek Anaszewski пишет: > On 06/30/2015 01:41 PM, Stas Sergeev wrote: >> 30.06.2015 11:27, Jacek Anaszewski пишет: >>> On 06/29/2015 05:17 PM, Stas Sergeev...
View ArticleRe: [PATCH] x86, msr: Allow read access to /dev/cpu/X/msr
* Peter Zijlstra <peterz@infradead.org> wrote: > On Tue, Jun 30, 2015 at 08:20:55AM -0400, Prarit Bhargava wrote: > > it seems like visiting changes on each of these packages (and the...
View ArticleRe: [Intel-gfx] [git pull] drm tree for 4.2
On Mon, 29 Jun 2015, Daniel Vetter <daniel@ffwll.ch> wrote: > On Mon, Jun 29, 2015 at 05:50:09PM +0300, Jani Nikula wrote: >> On Mon, 29 Jun 2015, Ander Conselvan De Oliveira...
View ArticleRe: [PATCH v2 1/1] dmaengine: at_xdmac: fix transfer data width in...
On Tue, Jun 30, 2015 at 02:36:57PM +0200, Cyrille Pitchen wrote: > This patch adds the missing update of the transfer data width in > at_xdmac_prep_slave_sg(). > > Indeed, for each item in...
View ArticleRe: [PATCH] dmaengine: at_xdmac: fix bug about channel configuration
Vinod, If you have no objection about his patch, could you take it? Thanks Ludovic On Wed, Jun 17, 2015 at 04:22:26PM +0200, Ludovic Desroches wrote: > When using descriptor view 2 or higher, we...
View Article