[PATCH 1/2 v3] airo: fix IW_AUTH_ALG_OPEN_SYSTEM
IW_AUTH_ALG_OPEN_SYSTEM is ambiguous in set_auth for WEP as wpa_supplicant uses it for both no encryption and WEP open system. Cache the last mode set (only of these two) and use it here. This allows...
View ArticleLinux 4.3-rc2
We're on the usual Sunday schedule, and -rc2 is out there. As has been the trend for a while now, rc2 tends to be reasonably small, probably because it takes a while for regression reports to start...
View ArticleRe: [PHP-DEV] Re: [RFC] [DISCUSSION] More precise float value
Hi Anatol and Ferenc, On Sat, Sep 19, 2015 at 7:15 AM, Kalle Sommer Nielsen <kalle@php.net> wrote: > I'm sorry I have not caught this any earlier, but even without > consulting with...
View ArticleRe: [RFCv5 PATCH 32/46] sched: Energy-aware wake-up task placement
On Sun, Sep 20, 2015 at 11:39:16AM -0700, Steve Muckle wrote: > On 09/18/2015 03:34 AM, Dietmar Eggemann wrote: > >> Here should consider scenario for two groups have same capacity? >...
View ArticleRe: [PATCH 4.2 000/120] 4.2.1-stable review
On Sun, Sep 20, 2015 at 08:52:25PM +0200, Hans-Peter Jansen wrote: > Dear Greg, > > FYI, this revision seems to be missing https://lkml.org/lkml/2015/9/3/411 > > [PATCH 4.2-rc5]...
View ArticleRe: [PATCH] thunderbolt: Allow loading of module on recent Apple MacBooks...
On Sun, Sep 20, 2015 at 09:25:22PM +0200, Knuth Posern wrote: > The pci device ids listed in the thunderbolt driver are to restrictive, > which prevents the driver from being loaded on recent...
View ArticleRe: [Linux 4.2-rc8+] circular locking dependency detected: [pppd]...
On Sun, Sep 13, 2015 at 9:19 AM, Sedat Dilek <sedat.dilek@gmail.com> wrote: > On Fri, Sep 4, 2015 at 10:32 PM, Sedat Dilek <sedat.dilek@gmail.com> wrote: >>> Could this be...
View ArticleRe: [RFC PATCH 0/2] kvmclock: fix ABI breakage from PVCLOCK_COUNTS_FROM_ZERO.
On Fri, Sep 18, 2015 at 05:54:28PM +0200, Radim Krčmář wrote: > This patch series will be disabling PVCLOCK_COUNTS_FROM_ZERO flag and is > RFC because I haven't explored many potential problems...
View Article[PATCH 0/2] x86: NMI vs paravirt fixes
These are for x86/urgent. This fixes at least one problem that Sasha can trigger using some crazy configuration + Trinity. I can't reproduce the full file of nastiness that he's seeing, but these...
View Article[PATCH 1/2] x86/paravirt: Replace the paravirt nop with a bona fide empty...
PARAVIRT_ADJUST_EXCEPTION_FRAME generates this code (using nmi as an example, trimmed for readability): ff 15 00 00 00 00 callq *0x0(%rip) # 2796 <nmi+0x6> 2792: R_X86_64_PC32 pv_irq_ops+0x2c...
View Article[PATCH 2/2] x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI code
The NMI entry code that switches to the normal kernel stack needs to be very careful not to clobber any extra stack slots on the NMI stack. The code is fine under the assumption that SWAPGS is just a...
View ArticleRe: [PATCH v3 6/9] zram: make stream find and release functions static
On Fri, Sep 18, 2015 at 02:19:21PM +0900, Joonsoo Kim wrote: > From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> > > Hide (make static) zstrm find and release function and...
View ArticleRe: [PATCH v3 7/9] zram: pass zstrm down to decompression path
On Fri, Sep 18, 2015 at 02:19:22PM +0900, Joonsoo Kim wrote: > From: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> > > Introduce zcomp_decompress_begin()/zcomp_decompress_end() as a...
View Article[PATCH v2 0/2] x86/msr: MSR access failure changes
This applies on top of my earlier paravirt MSR series. Changes from v1: - Return zero instead of poison on bad RDMSRs. Andy Lutomirski (2): x86/msr: Carry on after a non-"safe" MSR access fails...
View Article[PATCH v2 1/2] x86/msr: Carry on after a non-"safe" MSR access fails without...
This demotes an OOPS and likely panic due to a failed non-"safe" MSR access to a WARN_ON_ONCE and a return of zero (in the RDMSR case). We still write a pr_info entry unconditionally for debugging. To...
View Article[PATCH v2 2/2] x86/msr: Set the return value to zero when native_rdmsr_safe...
This will cause unchecked native_rdmsr_safe failures to return deterministic results. Signed-off-by: Andy Lutomirski <luto@kernel.org> --- arch/x86/include/asm/msr.h | 5 ++++- 1 file changed, 4...
View ArticleRe: [PATCH v2 1/2] x86/msr: Carry on after a non-"safe" MSR access fails...
On Sun, Sep 20, 2015 at 5:02 PM, Andy Lutomirski <luto@kernel.org> wrote: > This demotes an OOPS and likely panic due to a failed non-"safe" MSR > access to a WARN_ON_ONCE and a return of...
View ArticleRe: [tip:perf/core] tools lib api fs: Remove debugfs, tracefs and findfs objects
On Mon, Sep 14, 2015 at 11:59 PM, tip-bot for Jiri Olsa <tipbot@zytor.com> wrote: > Commit-ID: 60a1133a5b39738671eff1e4d77bedc1ee3fa528 > Gitweb:...
View ArticleRe: Please suggest proper format for DT properties.
On Mon, Sep 21, 2015 at 2:24 PM, Constantine Shulyupin <const@makelinux.com> wrote: > On Mon, Sep 21, 2015 at 4:51 AM, Rob Herring <robh@kernel.org> wrote: >> On Fri, Sep 18, 2015...
View ArticleRe: [Nbd] NBD: Disconnect connection/kill NBD server cause kernel bug even...
Thank you Paul! That's exactly the issue I met. I've read the whole thread and got a general idea of the issue. I try to summarize it and please correct me if I'm wrong: 1. The issue is the result of...
View Article