Re: V4.0.x fails to create /dev/rtc0 on Winbook TW100 when...
On 7/11/2015 11:21 AM, Arjan van de Ven wrote: > On 7/11/2015 10:59 AM, Larry Finger wrote: >> On a Winbook TW100 BayTrail tablet, kernel 4.0 and later do not create /dev/rtc0 when...
View ArticleRe: V4.0.x fails to create /dev/rtc0 on Winbook TW100 when...
On 7/11/2015 11:26 AM, Porteus Kiosk wrote: > Hello Arjan, > > We need it for setting up the time in the hardware clock through the 'hwclock' command. > > Thank you. hmm thinking about...
View ArticleRe: [PATCH v2] net: dsa: mv88e6xxx: add write access to debugfs regs file
Hi David, On Jul 11, 2015, at 2:01 AM, David davem@davemloft.net wrote: > From: Vivien Didelot <vivien.didelot@savoirfairelinux.com> > Date: Thu, 9 Jul 2015 17:13:29 -0400 > >>...
View ArticleRe: [PHP-DEV] PHP7 and types
Am 11.07.2015 um 19:53 schrieb S.A.N: > It will be useful for autocomplete in IDE That argument is bogus since proper IDEs (PhpStorm, fex.) leverage docblock annotations for that already. -- PHP...
View Article[PHP-DEV] Possible Bug or Bad Expectations?
Hi all, I am conflicted as per if what I experience in this code should be throwing a notice in E_STRICT: http://3v4l.org/srm5f <?php error_reporting(E_ALL); $foo = ['bar' => ['baz' => 5]];...
View ArticleRe: [PATCH RESEND] iio: adc: rockchip_saradc: add missing MODULE_* data
Hi Jonathan, Am Samstag, 11. Juli 2015, 18:32:42 schrieb Jonathan Cameron: > On 08/07/15 15:17, Heiko Stuebner wrote: > > The module-data is currently missing. This includes the > >...
View ArticleRe: [PATCH v2 3/3] usb: dwc3: gadget: return error if command sent to DEPCMD...
Hi, On Sat, Jul 11, 2015 at 05:17:32PM +0000, Subbaraya Sundeep Bhatta wrote: > > > >> Hi Felipe, > > > >> > > > >> Just an update on this. > > >...
View ArticleRe: [PHP-DEV] PHP7 and types
On Sat, Jul 11, 2015 at 12:41 PM, Sebastian Bergmann <sebastian@php.net> wrote: > Am 11.07.2015 um 19:53 schrieb S.A.N: > > It will be useful for autocomplete in IDE > > That...
View ArticleRe: [PATCH] selinux: fix mprotect PROT_EXEC regression caused by mm change
On Fri, 10 Jul 2015, Stephen Smalley wrote: > commit 66fc13039422ba7df2d01a8ee0873e4ef965b50b ("mm: shmem_zero_setup skip > security check and lockdep conflict with XFS") caused a regression for...
View ArticleRe: Nginx + PHP Windows Network Sharing Uploads locking/slow load time
So its because i'm using PHP's built in file session handler ? Should i switch it to maybe Wincache or something ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,260193,260215#msg-260215...
View ArticleRe: Intermittent SSL Handshake Errors
I found myself with the same problem and found the cause (and obvious solution). On my nginx server I run various website and they all have their own server {} config block in separate files under...
View ArticleRe: [PHP-DEV] PHP7 and types
Lester, 2015-07-12 5:27 GMT-03:00 Lester Caine <lester@lsces.co.uk>: > On 12/07/15 09:10, Stanislav Malyshev wrote: >>> Not completely bogus. At least with typed properties you won't...
View ArticleRe: [PATCH v2 06/13] irqchip: kill off set_irq_flags usage
On Sun, 12 Jul 2015, Rob Herring wrote: > set_irq_flags is ARM specific with custom flags which have genirq > equivalents. Convert drivers to use the genirq interfaces directly, so we > can...
View ArticleRe: [PATCH v2 00/13] Kill off set_irq_flags
On Sun, 12 Jul 2015, Rob Herring wrote: > This series converts all users of ARM specific set_irq_flags to use > common genirq functions. set_irq_flags is just a wrapper around >...
View ArticleRe: [4.2.0-rc1-00201-g59c3cb5] Regression: kernel NULL pointer dereference
On Sun, Jul 12, 2015 at 1:03 AM, Jörg Otte <jrg.otte@gmail.com> wrote: > > BUG: unable to handle kernel NULL pointer dereference at 0000000000000009 > IP: [<ffffffffbd3447bb>]...
View ArticleRe: [PATCH v2 4/4] media: pxa_camera: conversion to dmaengine
Hi Robert, On Sun, 5 Jul 2015, Robert Jarzmik wrote: > Convert pxa_camera to dmaengine. This removes all DMA registers > manipulation in favor of the more generic dmaengine API. > > The...
View ArticleRe: [PATCH v3 01/10] KVM: MMU: fix decoding cache type from MTRR
On Wed, 2015-05-13 at 14:42 +0800, Xiao Guangrong wrote: > There are some bugs in current get_mtrr_type(); > 1: bit 1 of mtrr_state->enabled is corresponding bit 11 of > IA32_MTRR_DEF_TYPE...
View ArticleRe: [PATCH v2 4/4] media: pxa_camera: conversion to dmaengine
Guennadi Liakhovetski <g.liakhovetski@gmx.de> writes: >> /* init DMA for Y channel */ > > How about taking the loop over the sg list out of pxa_init_dma_channel() > to avoid...
View ArticleRe: Intermittent SSL Handshake Errors
Out of thin air, I suspect it is a certificate problem. You seem to have configured *the same* certificate (and private key) for those 2 domains. Since certificates are generally tied to a single...
View Article