Quantcast
Channel: Serverphorums.com
Browsing all 23908 articles
Browse latest View live
↧

Re: [PATCH v3] ipc: Modify message queue accounting to not take kernel data...

On 07/07/2015 09:01 AM, Michael Kerrisk (man-pages) wrote: > Hi David, > > On 7 July 2015 at 07:16, Davidlohr Bueso <dave@stgolabs.net> wrote: >> On Mon, 2015-07-06 at 17:49...

View Article


[CORE TOPIC] lightweight per-cpu locks / restartable sequences

Several people have suggested that Linux should provide users with a lightweight mechanism that allows light-weight fancy per-cpu operations. This could be used to implement free lists or counters...

View Article


Re: [PATCH] x86/kconfig/32: Mark CONFIG_VM86 as BROKEN

On Wed, Jul 8, 2015 at 10:59 PM, Ingo Molnar <mingo@kernel.org> wrote: > > * Ingo Molnar <mingo@kernel.org> wrote: > >> > Without something like that, we'll be in the...

View Article

Re: [PATCH 2/2] ARM: dts: dra7x-evm: Prevent glitch on DCAN1 pinmux

On 07/07/2015 04:27 PM, Roger Quadros wrote: > Driver core sets "default" pinmux on on probe and CAN driver > sets "sleep" pinmux during register. This causes a small window > where the CAN...

View Article

Re: [PATCH 1/3] regulator: 88pm800: Add 88pm860 regulator support

On Thu, Jul 09, 2015 at 06:11:30PM +0530, Vaibhav Hiremath wrote: > +/* dummy table */ > +static const struct regulator_linear_range buck_volt_range_dummy[] = { > +}; I don't understand this,...

View Article


Re: [PATCH v2] brcmsmac: Use kstrdup to simplify code

On 07/08/2015 10:22 PM, Christophe JAILLET wrote: > Replace a kmalloc+strcpy by an equivalent kstrdup in order to improve > readability. Not sure if readability is really the issue here. At most...

View Article

Re: [PATCH] i2c-HID: Delete unnecessary checks before the function call...

On Thu, Jul 9, 2015 at 8:34 AM, Jiri Kosina <jkosina@suse.com> wrote: > On Wed, 8 Jul 2015, SF Markus Elfring wrote: > >> From: Markus Elfring <elfring@users.sourceforge.net>...

View Article

Re: [PHP-DEV] Re: [RFC] Spaceship operator RFC

Hi Guys Something changed between alpha 1 and 2. echo [1, 2, 3] <=> []; // gives the expected result 1 and not 3 http://3v4l.org/5qFS9 Guess the documentation should be changed back. On Thu, Apr...

View Article


[PATCH] x86/kconfig/32: Make CONFIG_VM86 default to n and remove EXPERT

VM86 is entirely broken if ptrace, syscall auditing, or NOHZ_FULL is in use. The code is a big undocumented mess, it's a real PITA to test, and it looks like a big chunk of vm86_32.c is dead code. It...

View Article


Re: [PATCH] x86/kconfig/32: Make CONFIG_VM86 default to n and remove EXPERT

On Thu, Jul 9, 2015 at 11:40 AM, Andy Lutomirski <luto@kernel.org> wrote: > VM86 is entirely broken if ptrace, syscall auditing, or NOHZ_FULL is > in use. The code is a big undocumented...

View Article

Re: [PATCH V3 3/5] mm: mlock: Introduce VM_LOCKONFAULT and add mlock flags to...

On Wed, 08 Jul 2015, Jonathan Corbet wrote: > On Wed, 8 Jul 2015 16:34:56 -0400 > Eric B Munson <emunson@akamai.com> wrote: > > > > Quick, possibly dumb question: I've been...

View Article

Re: [PATCH] x86/kconfig/32: Make CONFIG_VM86 default to n and remove EXPERT

On 7/9/2015 11:40 AM, Andy Lutomirski wrote: > VM86 is entirely broken if ptrace, syscall auditing, or NOHZ_FULL is > in use. The code is a big undocumented mess, it's a real PITA to > test,...

View Article

Re: [PATCH v5 2/6] arch: unify ioremap prototypes and macro aliases

On Mon, Jun 22, 2015 at 04:24:27AM -0400, Dan Williams wrote: > diff --git a/include/asm-generic/iomap.h b/include/asm-generic/iomap.h > index d8f8622fa044..4789b1cec313 100644 > ---...

View Article


Re: linux-next: Tree for Jul 9 (acpi_pad.ko)

On 07/08/15 21:09, Stephen Rothwell wrote: > Hi all, > > Changes since 20150708: > on x86_64: ERROR: "tick_broadcast_oneshot_control" [drivers/acpi/acpi_pad.ko] undefined! when...

View Article

Re: [PATCH] KVM: x86: Add host physical address width capability

On 07/09/15 20:32, Bandan Das wrote: > Paolo Bonzini <pbonzini@redhat.com> writes: > >> On 09/07/2015 08:43, Laszlo Ersek wrote: >>> On 07/09/15 08:09, Paolo Bonzini wrote:...

View Article


Re: [PATCH] KVM: Add Kconfig option to signal cross-endian guests

On Thu, 9 Jul 2015 16:07:47 +0300 "Michael S. Tsirkin" <mst@redhat.com> wrote: > On Thu, Jul 09, 2015 at 02:57:33PM +0200, Paolo Bonzini wrote: > > > > > > On 09/07/2015...

View Article

Re: [PATCH] x86/kconfig/32: Make CONFIG_VM86 default to n and remove EXPERT

On Thu, Jul 9, 2015 at 11:51 AM, Arjan van de Ven <arjan@linux.intel.com> wrote: > On 7/9/2015 11:40 AM, Andy Lutomirski wrote: >> >> VM86 is entirely broken if ptrace, syscall...

View Article


Re: [PATCH] ext4 crypto: remove unneeded assignation

Make sense, I send a v2, thank's 2015-07-08 22:01 UTC+02:00, Darrick J. Wong <darrick.wong@oracle.com>: > On Wed, Jul 08, 2015 at 09:51:15PM +0200, Laurent Navet wrote: >> Return value...

View Article

Re: [PATCH 2/3] regulator: 88pm800: fix LDO vsel_mask value

On Thu, Jul 09, 2015 at 06:11:31PM +0530, Vaibhav Hiremath wrote: > From: Yi Zhang <yizhang@marvell.com> > > As per datasheet, > Except LDO2, all other LDO's use bit [3:0] for VOUT...

View Article

Re: [PATCH 3/3] regulator: 88pm800: Add dev_info to show probe success status

On Thu, Jul 09, 2015 at 06:11:32PM +0530, Vaibhav Hiremath wrote: > This patch adds dev_info line at the end of probe function, to > clearly put status of regulator probe on console. Useful...

View Article
Browsing all 23908 articles
Browse latest View live