Re: [PATCH 8/24] ver_linux: e2fsprogs.patch
On Sat, Oct 03, 2015 at 04:23:02PM +0300, Alexander Kapshuk wrote: > 'tune2fs' is located in varying places depending on the distro. > Current implementation output on distros where 'tune2fs' is...
View Article[PATCH] extcon: Modify the id and name of external connector
This patch modifies the id and name of external connector with the additional prefix to clarify both attribute and meaning of external connector as following: - EXTCON_CHG_* mean the charger...
View Article[PATCH] Staging: iio: meter: Use devm functions
Introduce use of managed resource function devm_iio_trigger_alloc instead of iio_trigger_alloc and devm_request_irq instead of request_irq Remove corresponding calls to iio_trigger_free and free_irq...
View Article[PATCH V2] crypto/nx842: Add CRC and validation support
This patch adds CRC generation and validation support for nx-842. Add CRC flag so that nx842 coprocessor includes CRC during compression and validates during decompression. Also changes in 842 SW...
View ArticleRe: [BUG] 3.4.109 - unable to handle kernel NULL pointer dereference at (null)
On Thu, 1 Oct 2015, Steven Rostedt wrote: > > I merged 3.4.109 into 3.4-rt, and it bugged. I then booted 3.4.109 > vanilla and it bugged too. 3.4.108 is fine. > I'm getting a similar type...
View ArticleRe: [PATCH] mm/mmap.c: Remove redundant vma looping
On 10/4/15 04:09, Richard Weinberger wrote: > With that change you're reintroducing an issue. > Please see: > commit 7cd5a02f54f4c9d16cf7fdffa2122bc73bb09b43 > Author: Peter Zijlstra...
View ArticleRe: [PATCH v2 0/2] Revert locking changes in DAX for v4.3
On Fri, Oct 02, 2015 at 06:01:32PM -0600, Ross Zwisler wrote: > This series reverts some recent changes to the locking scheme in DAX introduced > by these two commits: > > commit...
View Article[PATCH] fs.h: Remove comment referring to removed inode-operation
struct inode_operations has a comment that used to refer to the removed operation dentry_open, add in commit 4aa7c6346be3 ("vfs: add i_op->dentry_open()"), mentioning that it was going to be...
View ArticleRe: Http2 not getting enable
@Alt Protocol is still showing as http/1.1 not h2 Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261987,261994#msg-261994 _______________________________________________ nginx mailing list...
View ArticleRe: [PATCH v2 4/5] mfd: arizona: Update DT binding documentation for mic...
On Tue, 13 Oct 2015, Mark Brown wrote: > On Tue, Oct 13, 2015 at 09:02:18AM +0100, Lee Jones wrote: > > On Mon, 12 Oct 2015, Mark Brown wrote: > > > On Mon, Oct 12, 2015 at...
View ArticleRe: [Intel-gfx] [PATCH 09/20] i915: switch from acpi_os_ioremap to memremap
On Tue, Oct 13, 2015 at 09:24:26AM -0700, Dan Williams wrote: > On Tue, Oct 13, 2015 at 1:24 AM, Daniel Vetter <daniel@ffwll.ch> wrote: > > On Mon, Oct 12, 2015 at 09:12:57PM +0000,...
View ArticleRe: 4.3-rc3 BAR allocation problems on multiple machines
> > 0001:00:07.0 ISA bridge: ULi Electronics Inc. M1533/M1535/M1543 PCI to ISA Bridge [Aladdin IV/V/V+] > > Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- Stepping-...
View ArticleRe: [PATCH] gfp: GFP_RECLAIM_MASK should include __GFP_NO_KSWAPD
On Wed 14-10-15 13:36:51, Pan Xinhui wrote: > From: Pan Xinhui <xinhuix.pan@intel.com> > > GFP_RECLAIM_MASK was introduced in commit 6cb062296f73 ("Categorize GFP > flags"). In slub...
View Article[PATCH v4 0/8] zram: introduce contextless compression API and use it on zram
This patchset introduce contextless compression API and use it on zram in order to support more compression algorithm without more overhead. The reason we need to support vairous compression...
View Article[PATCH v4 1/8] crypto/compress: introduce contextless compression and remove...
Until now, tfm for crypto compression embeds (de)compression context. According to (de)compression algorithm, requirement on context varys but to be safe to use (de)compression API, tfm should be...
View Article[PATCH v4 5/8] zram: make stream find and release functions static
From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Hide (make static) zstrm find and release function and introduce zcomp_compress_begin()/zcomp_compress_end(). We will have begin and end...
View Article[PATCH v4 7/8] zram: use crypto contextless compression API to (de)compress
Until now, zram uses compression algorithm through direct call to core algorithm function, but, it has drawback that we need to add compression algorithm manually to zram if needed. Without this work,...
View ArticleRe: [PATCH 2/3] hwrng: stm32 - add support for STM32 HW RNG
On Mon, Oct 12, 2015 at 10:21 AM, Daniel Thompson <daniel.thompson@linaro.org> wrote: > Add support for STMicroelectronics STM32 random number generator. > > The config value defaults...
View Article[PATCH v4 6/8] zram: pass zstrm down to decompression path
From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Introduce zcomp_decompress_begin()/zcomp_decompress_end() as a preparation for crypto API-powered zcomp. Change zcomp_decompress()...
View Article[PATCH v4 8/8] zram: enable contextless compression alg in zram
Now, zram uses contextless compression API and there is no reason to limit compression algorithm through hard-wired string. This patch remove it so enable all contextless compression algorithm in the...
View Article