[PATCH] Bluetooth: Add a new AR3012 ID 04ca:3014
T: Bus=01 Lev=01 Prnt=01 Port=04 Cnt=03 Dev#= 5 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=e0(wlcon) Sub=01 Prot=01 MxPS=64 #Cfgs= 1 P: Vendor=04ca ProdID=3014 R
View Articlearch/mips/vdso/elf.S:1:0: error: '-march=r3900' requires...
tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa6a97b3150477ab182e321be512b59fa899 commit: ebb5e78cc63
View Articlearch/mips/vdso/gettimeofday.c:1:0: error: '-march=r3900' requires...
Hi Guenter, First bad commit (maybe != root cause): tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master head: 12b9fa
View ArticleLinux 3.12.55
I'm announcing the release of the 3.12.55 kernel. All users of the 3.12 kernel series must upgrade. The updated 3.12.y git tree can be found at:
View Article[PATCH] rtc: rv3029: reword Kconfig option
The Kconfig option for rv3029 is not mentioning any part number, explicitly show rv3029. Signed-off-by: Alexandre Belloni <alexandre.belloni@free-ele
View Articlelinux-next: manual merge of the arm64 tree with the arm-soc tree
Hi Catalin, Today's linux-next merge of the arm64 tree got a conflict in: arch/arm64/include/asm/cputype.h between commit: 9eb8a2cdf65c ("arm6
View Article[lkp] [vfs] 7cfe885cfd: BUG: unable to handle kernel paging request at...
FYI, we noticed the below changes on https://github.com/0day-ci/linux Waiman-Long/lib-percpu-list-Per-cpu-list-with-associated-per-cpu-locks/20160226
View Article[lkp] [configfs] 7d3c5f36a5: BUG: unable to handle kernel
FYI, we noticed the below changes on https://github.com/0day-ci/linux Christoph-Hellwig/configfs-switch-default-groups-to-a-linked-list/20160226-2036
View Articlemultipath: I/O hanging forever
Hello, if I try to do I/O on a mdadm/multipath volume the task is hunging forever and it never completes. Anybody else has noticed the same problem?
View Articlelinux-next: manual merge of the net-next tree with the wireless-drivers tree
Hi all, Today's linux-next merge of the net-next tree got a conflict in: drivers/net/wireless/intel/iwlwifi/mvm/fw.c between commit: 905e36ae1
View Article[PATCH 1/2] staging: dgnc: use pointer type of tty_struct
From 70f8703b3bd73fa56f4ea91e98967b8925550aa6 Mon Sep 17 00:00:00 2001 From: Daeseok Youn <daeseok.youn@gmail.com> Date: Thu, 25 Feb 2016 14:53:37 +09
View Article[PATCH 2/2] staging: dgap: use tty_alloc_driver instead of kcalloc
From 60b1e6e5d9401f10f584928d4feeb8a3b72b46a9 Mon Sep 17 00:00:00 2001 From: Daeseok Youn <daeseok.youn@gmail.com> Date: Mon, 29 Feb 2016 11:04:02 +09
View Articlelinux-next: manual merge of the drm tree with Linus' tree
Hi Dave, Today's linux-next merge of the drm tree got a conflict in: drivers/gpu/drm/amd/amdgpu/amdgpu_display.c between commit: e1d09dc0ccc6
View ArticleWestern Union Pick up
Dear Recipient, You have £850,000 British Pounds Sterling waiting for pick-up at Western Union. Contact: wuglobaloffice@qq.com with your personal inf
View Article[PATCH v4 0/8] [PULL REQUEST] Trim unused exported kernel symbols
This patch series provides the option to omit exported symbols from the kernel and modules that are never referenced by any of the selected modules in
View Article[PATCH v4 1/8] kbuild: record needed exported symbols for modules
Kernel modules are partially linked object files with some undefined symbols that are expected to be matched with EXPORT_SYMBOL() entries from elsewhe
View Article[PATCH v4 2/8] allow for per-symbol configurable EXPORT_SYMBOL()
Similar to include/generated/autoconf.h, include/generated/autoksyms.h will contain a list of defines for each EXPORT_SYMBOL() that we want active. Th
View Article[PATCH v4 3/8] fixdep: accept extra dependencies on stdin
... and merge them in the list of parsed dependencies. Signed-off-by: Nicolas Pitre <nico@linaro.org> --- scripts/basic/fixdep.c | 60 ++++++++++++++
View Article[PATCH v4 4/8] kbuild: de-duplicate fixdep usage
The generation and postprocessing of automatic dependency rules is duplicated in rule_cc_o_c and if_changed_dep. Since this is not a trivial one-liner
View Article[PATCH v4 5/8] kbuild: add fine grained build dependencies for exported symbols
Like with kconfig options, we now have the ability to compile in and out individual EXPORT_SYMBOL() declarations based on the content of include/gener
View Article