Re: [PHP-DEV] [RFC] Block requests to builtin SQL functions where PHP can...
Rowan Collins wrote: > On 28 July 2015 18:33:31 BST, Matt Tait <matt.tait@gmail.com> wrote: >> Hi all, >> >> I've written an RFC (and PoC) about automatic detection and...
View ArticleRe: [PHP-DEV] Re: Serializing exceptions
On 28 July 2015 21:34:06 BST, Marco Pivetta <ocramius@gmail.com> wrote: >This sort of change would be a major BC break for 8.x or similar. I think that was the point of trying to squeeze it...
View ArticleRe: [PHP-DEV] Re: Serializing exceptions
Hi! > This sort of change would be a major BC break for 8.x or similar. How is it a major BC break? You make it sound like serializing exceptions is something no application can do without. I have...
View ArticleRe: [PHP-DEV] Re: Serializing exceptions
New BC breaks in Beta? Meh. On Jul 28, 2015 22:44, "Rowan Collins" <rowan.collins@gmail.com> wrote: > On 28 July 2015 21:34:06 BST, Marco Pivetta <ocramius@gmail.com> wrote: >...
View ArticleRe: [PATCH] x86/mm, efi: Check for valid image type
(Pulling in Josh) On Wed, 22 Jul, at 05:32:44PM, Sebastian Andrzej Siewior wrote: > I usually see > |Ignoring BGRT: failed to allocate memory for image (wanted 264301314 bytes) > |Ignoring...
View ArticleRe: [PATCH v5 4/4] x86/ldt: Make modify_ldt optional
On Tue, Jul 28, 2015 at 01:42:20PM -0700, Kees Cook wrote: > On Tue, Jul 28, 2015 at 1:03 PM, Willy Tarreau <w@1wt.eu> wrote: > > Hi Kees, > > > > On Tue, Jul 28, 2015 at...
View ArticleRe: [PATCH] user_ns: use correct check for single-threadedness
(apologies for the dup, forgot to reply all) userns_install in user_namespace.c (affects setns of a user namespace): cde1975bc242f3e1072bde623ef378e547b73f91. The check in check_unshare_flags is a...
View ArticleRe: [PHP-DEV] Re: Serializing exceptions
Hi! > New BC breaks in Beta? Why not? What's the problem with it? Beta is to identify issues with current code, serialized exceptions is an issue (as in, they don't work and lead to security...
View ArticleRe: [PATCH] input: gpio_keys: Don't report events on gpio failure
Hi Bjorn, On Mon, Jul 27, 2015 at 06:50:04PM -0700, Bjorn Andersson wrote: > In the cases where the gpio chip fails to acquire the current state an > error is reported back to gpio_keys. This is...
View ArticleRe: [PATCH] user_ns: use correct check for single-threadedness
On Tue, Jul 28, 2015 at 1:55 PM, Ricky Zhou <rickyz@google.com> wrote: > On Tue, Jul 28, 2015 at 11:17 AM, Eric W. Biederman > <ebiederm@xmission.com> wrote: >> Kees Cook...
View ArticleRe: Next round: revised futex(2) man page for review
On Tue, 28 Jul 2015, Peter Zijlstra wrote: > On Tue, Jul 28, 2015 at 10:23:51PM +0200, Thomas Gleixner wrote: > > > > FUTEX_WAKE (since Linux 2.6.0) > > > This operation wakes...
View ArticleRe: [PATCH -mm v2] sound: convert to parse_integer()
On Tue, 28 Jul 2015 00:03:01 +0300 Alexey Dobriyan <adobriyan@gmail.com> wrote: > Convert away from deprecated simple_strto*() interfaces to > parse_integer() and kstrto*(). The patch does...
View ArticleRe: [PHP-DEV] [RFC] Block requests to builtin SQL functions where PHP can...
The On Jul 28, 2015 11:42 PM, "Christoph Becker" <cmbecker69@gmx.de> wrote: > > Rowan Collins wrote: > > > On 28 July 2015 18:33:31 BST, Matt Tait <matt.tait@gmail.com>...
View ArticleRe: [PATCH] virtio_mmio: add ACPI probing
On 28 July 2015 at 21:28, G Gregory <graeme.gregory@linaro.org> wrote: > On 28 July 2015 at 21:12, Peter Maydell <peter.maydell@linaro.org> wrote: >> Mmm. I'm not terribly happy...
View ArticleRe: [PATCH 0/8] Use correctly the Xen memory terminologies in Linux
On 07/28/2015 08:02 AM, Julien Grall wrote: > Hi all, > > This patch series aims to use the memory terminologies described in > include/linux/mm.h [1] for Linux xen code. > > Linux...
View ArticleRe: [Xen-devel] [PATCH 0/8] Use correctly the Xen memory terminologies in Linux
On 28/07/15 22:06, H. Peter Anvin wrote: > On 07/28/2015 08:02 AM, Julien Grall wrote: >> Hi all, >> >> This patch series aims to use the memory terminologies described in...
View ArticleRe: [RFC/BUG] perf tools: static build fails
On 28/07/2015 7:11 p.m., Arnaldo Carvalho de Melo wrote: > Em Tue, Jul 28, 2015 at 05:13:47PM +0200, Jiri Olsa escreveu: >> hi, >> it's failing on perf-read-vdso32 tool.. >>...
View ArticleRe: hugetlb pages not accounted for in rss
On 07/28/2015 11:32 AM, Jörn Engel wrote: > On Mon, Jul 27, 2015 at 04:26:47PM -0700, Mike Kravetz wrote: >> I started looking at the hugetlb self tests. The test hugetlbfstest >>...
View Article[PATCH V2] perf: x86: Improve accuracy of perf/sched clock
When TSC is stable perf/sched clock is based on it. However the conversion from cycles to nanoseconds is not as accurate as it could be. Because CYC2NS_SCALE_FACTOR is 10, the accuracy is +/- 1/2048...
View ArticleRe: [RFC/BUG] perf tools: static build fails
Em Wed, Jul 29, 2015 at 12:14:41AM +0300, Adrian Hunter escreveu: > On 28/07/2015 7:11 p.m., Arnaldo Carvalho de Melo wrote: > >Em Tue, Jul 28, 2015 at 05:13:47PM +0200, Jiri Olsa escreveu:...
View Article