Re: [PATCH 2.6.32 42/62] fixing infinite OPEN loop in 4.0 stateid recovery
Hi Willy, I believe the patch introduced another problem and needs to be corrected. > On Sep 12, 2015, at 6:56 PM, Willy Tarreau <w@1wt.eu> wrote: > > 2.6.32-longterm review patch. If...
View ArticleRe: [tip:sched/core] sched: 'Annotate' migrate_tasks()
On Sun, Sep 13, 2015 at 3:56 AM, tip-bot for Wanpeng Li <tipbot@zytor.com> wrote: > + lockdep_unpin_lock(&rq->lock); > + raw_spin_unlock(&rq->lock); > +...
View ArticleRe: [PATCH v2 3/3] ARM: dts: Enable EC vboot context support on Peach boards
On 14.09.2015 21:34, Emilio López wrote: > The Peach boards use the EC to store the vboot context information, > so add the corresponding properties on the EC node to indicate so. > >...
View ArticleRe: [PATCH] userfaultfd: add missing mmput() in error path
Hello Eric, On Sun, Sep 13, 2015 at 06:57:27PM -0500, Eric Biggers wrote: > Signed-off-by: Eric Biggers <ebiggers3@gmail.com> > --- > fs/userfaultfd.c | 4 +++- > 1 file changed, 3...
View ArticleRe: [PATCH v3] clk: add CS2000 Fractional-N driver
On 09/14, Kuninori Morimoto wrote: > From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> > > This patch adds CS2000 Fractional-N driver as clock provider. > It is useful if it...
View ArticleRe: [PATCH v2] ARM: exynos_defconfig: Enable USB Video Class support
On 14.09.2015 21:04, Javier Martinez Canillas wrote: > The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in > Silicon Motion USB UVC WebCam. Enable support for the USB Video...
View ArticleRe: [PATCH] extcon: axp288: Convert to using managed resources
On 2015년 09월 15일 02:49, Vaishali Thakkar wrote: > Use resource managed functions devm_usb_get_phy and > devm_gpio_request to make error path simpler. To be > compatible the change, various...
View ArticleRe: [PATCH 2/2] Input: mms114 - remove unneded semicolons
On 14.09.2015 21:43, Javier Martinez Canillas wrote: > They aren't needed and are just creating null statements so remove it. > > Signed-off-by: Javier Martinez Canillas...
View Article[PATCH] ARM: Remove __ref on hotplug cpu die path
Now that __cpuinit has been removed, the __ref markings on these functions are useless. Remove them. This also reduces the size of the multi_v7_defconfig image: $ size before after text data bss dec...
View ArticleRe: [PATCH 04/13] Always expose MAP_UNINITIALIZED to userspace
On Mon, Sep 14, 2015 at 03:50:38PM -0700, Palmer Dabbelt wrote: > This used to be hidden behind CONFIG_MMAP_ALLOW_UNINITIALIZED, so > userspace wouldn't actually ever see it be non-zero. While I...
View ArticleRe: [PATCH] driver core: Ensure proper suspend/resume ordering
Hi Alan, On Sat, Sep 12, 2015 at 7:40 PM, Alan Stern <stern@rowland.harvard.edu> wrote: > On Sat, 12 Sep 2015, Rafael J. Wysocki wrote: > >> On Friday, September 11, 2015 03:01:14 PM...
View ArticleRe: [PATCH 0/3] allow zram to use zbud as underlying allocator
On (09/14/15 15:49), Vitaly Wool wrote: > While using ZRAM on a small RAM footprint devices, together with KSM, > I ran into several occasions when moving pages from compressed swap back >...
View ArticleRe: [PATCH 04/13] Always expose MAP_UNINITIALIZED to userspace
On Mon, 14 Sep 2015 17:23:58 PDT (-0700), kirill@shutemov.name wrote: > On Mon, Sep 14, 2015 at 03:50:38PM -0700, Palmer Dabbelt wrote: >> This used to be hidden behind...
View ArticleRe: [PATCH v18 1/4] dt-bindings: add document of Rockchip power domains
Hi Heiko, 在 2015年09月15日 02:40, Heiko Stübner 写道: > Hi Caesar, Jinkun, > > Am Dienstag, 8. September 2015, 14:18:20 schrieb Caesar Wang: >> This add the necessary binding documentation...
View Article[PATCH] Docs/kernel-parameters: Add earlycon devicetree usage
This form of the earlycon parameter was added by commit fb11ffe74c794a5 ("of/fdt: add FDT serial scanning for earlycon") without documentation. Signed-off-by: Scott Wood...
View ArticleRe: [PATCH 1/3] zram: make max_zpage_size configurable
On (09/14/15 15:50), Vitaly Wool wrote: > It makes sense to have control over what compression ratios are > ok to store pages uncompressed and what not. um... I don't want this to be exported....
View Article[RFC][PATCH 0/5] Fixes for abs() usage on 64bit values
As noted in include/linux/kernel.h: "abs() should not be used for 64-bit types (s64, u64, long long) - use abs64() for those." Unfortunately, there are quite a number of places where abs() was used w/...
View Article[RFC][PATCH 2/5] time: Fix abs() usage with 64-bit values.
This patch fixes a usage of abs() with a 64-bit value which could truncate the result to 32-bits, by replacing it with abs64(). In this case, its unlikely any issue could have been caused by this,...
View ArticleRe: [PATCH 2/3] zpool/zsmalloc/zbud: align on interfaces
On (09/14/15 15:51), Vitaly Wool wrote: > As a preparation step for zram to be able to use common zpool API, > there has to be some alignment done on it. This patch adds > functions that...
View Article[RFC][PATCH 3/5] ext4: Fix abs() usage in ext4_mb_check_group_pa
The ext4_fsblk_t type is a long long, which should not be used with abs(), as is done in ext4_mb_check_group_pa(). This patch modifies ext4_mb_check_group_pa() to use abs64() instead. Cc: "Theodore...
View Article