Quantcast
Browsing all 24115 articles
Browse latest View live

[PATCH 1/2] driver: regmap: fix coccinelle warnings (no replies)

From: Nenghua Cao <nhcao@marvell.com> /drivers/base/regmap/regmap.c:717:6-33: WARNING: Comparison to bool. More information about semantic patching is available at http://coccinelle.lip6.fr/...

View Article


[PATCH] There should have a warn/log when out-of-tree module is loaded (no...

I can not get any hint when I found that my kernel is tainted (out of tree module is loaded). And I checked all loaded and loadable modules but it showed that all of them are intree modules. I think...

View Article


[PATCH] ARM: shmobile: koelsch/lager/multi defconfig: Enable MSIOF (no replies)

From: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> --- This should have been part of the series "[PATCH 00/11] ARM:...

View Article

[mwifiex/USB8897] Error: Driver 'usb8xxx' is already registered, aborting......

Greetings, I got the below dmesg and the first bad commit is git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master commit 68458dede7e0055198318dcb0318df3b4f419507 CommitDate: Mon Jan...

View Article

[PATCH 2/4] vmbus: add missing breaks (no replies)

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- drivers/hv/vmbus_drv.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/hv/vmbus_drv.c b/drivers/hv/vmbus_drv.c index...

View Article


[PATCH 0/4] hyperv-fb: add support for generation 2 virtual machines (3 replies)

Hi, This patch series adds support for uefi-based gen2 virtual machines to the hyperv-fb driver. First patch is included just for completeness. Greg picked it up already and it is in -next, but it...

View Article

[GIT PULL] Device tree bug fix on compatible order (no replies)

Hi Linus, Please pull the following tag for a devicetree bug fix (description below) Thanks, g. The following changes since commit 60f76eab19e3903e810bdc3ec846c158efcd2e21: Merge tag...

View Article

[PATCH] capability: Use current logging styles (1 reply)

Prefix logging output with "capability: " via pr_fmt. Convert printks to pr_<level>. Use pr_<level>_once instead of guard flags. Coalesce formats. Signed-off-by: Joe Perches...

View Article


[PATCHv2 0/3] Binder ABI updates for 64bit systems for staging-next (3 replies)

Again, wanted to re-submit to staging-next two changes from the AOSP common.git android-3.10 branch, which provide ABI fixes and introduce a new ABI and protocol version for binder, along with...

View Article


[PATCH 1/1] serial: 8250_pci: fix support for MosChip 98xx boards (1 reply)

From: "Ira W. Snyder" <iws@ovro.caltech.edu> Commit 7808edcd306f22aeb23775d34e70b7fa2f58b852 "Basic support for Moschip 9900 family I/O chips" broke support for the 98xx boards. This is due to a...

View Article

mm: kernel BUG at mm/huge_memory.c:1371! (2 replies)

Hi all, While fuzzing with trinity inside a KVM tools guest running latest -next kernel I've stumbled on the following (now with pretty line numbers!) spew: [ 746.125099] kernel BUG at...

View Article

[PATCH net-next] ath9k: Use static const (no replies)

Trivially reduces text size too. $ size drivers/net/wireless/ath/ath9k/debug.o* text data bss dec hex filename 34436 2528 5128 42092 a46c drivers/net/wireless/ath/ath9k/debug.o.new 34464 2528 5128...

View Article

[PATCH 1/1] Add device id for Thrustmaster GPX Gamepad for joystick/xpad.c...

Signed-off-by: Marcin Lulek <info@webreactor.eu> --- drivers/input/joystick/xpad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c...

View Article


[GIT PULL] xfs: fixes for 3.14-rc3 (no replies)

Hi Linus, This is the first pull request I've had to do for you, so I'm still sorting things out. The reason I'm sending this and not Ben should be obvious from the first commit below - SGI has...

View Article

printk and kdb - dev_ not trapped/forwarded (no replies)

dev_<level> output does not use printk() but directly calls vprintk_emit(). kdb only traps direct printk() calls. So, kdb hasn't emitted any dev_<level> or netdev_<level> output...

View Article


perf_fuzzer: WARNING arch/x86/kernel/cpu/perf_event.c:1158 x86_pmu_stop (no...

I got this while perf_fuzzing, same core2 machine, this is 3.14-rc3 *with* Peter's patch to fix the other WARNING applied. I can try to isolate a test case, though not until after the weekend. Vince...

View Article

[PATCH] powerpc: warn users of smt-snooze-delay that the API isn't there...

/sys/devices/system/cpu/cpu*/smt-snooze-delay was converted into a NOP in commit 3fa8cad82b94d0bed002571bd246f2299ffc876b, and now does nothing. Add a pr_warn() to convince any users that they should...

View Article


[RFC] [PATCH 0/6] media: em28xx - power management support em28xx (6 replies)

Add power management support to em28xx usb driver. This driver works in conjunction with extensions for each of the functions on the USB device for video/audio/dvb/remote functionality that is present...

View Article

[PATCH] checkpatch: Add test for char * arrays that could be static const (no...

static const char* arrays create smaller text as each function call does not have to populate the array. Emit a warning when char *arrays aren't static const and the array is not apparently global by...

View Article

sisusb: Use static const, fix typo (no replies)

Reduce text a bit by using static const. Fix a symmetric typo and neaten a dev_info call to 80 columns. $ size drivers/usb/misc/sisusbvga/sisusb.o* text data bss dec hex filename 30016 4841 9180 44037...

View Article
Browsing all 24115 articles
Browse latest View live