arm64/cqufreq Kconfig error with v3.14-3893-gc12e69c6aaf7 (no replies)
Hi All, When running make listnewconfig/oldconfig on the config below with Linus' latest tree, I keep seeing this error message spit out: drivers/cpufreq/Kconfig:57:warning: choice value used outside...
View Article[PATCH v3] PCI: rework new_id interface for known vendor/device values (1 reply)
While using the new_id interface, the user can unintentionally feed incorrect values if the driver static table has a matching entry. This is possible since only the device and vendor fields are...
View Article[PATCH v3 0/7] clk: bcm281xx: updates for 3.15 (8 replies)
This series includes updates for the bcm281xx clock code for 3.15. It is dependent on the following code, already queued for 3.15: https://github.com/broadcom/mach-bcm/ Branch armsoc/for-3.15/drivers...
View Article[PATCH] tile: Fix vDSO compilation issue with allyesconfig (no replies)
make allyesconfig give the following build error on tile: tilegx-linux-gcc: error: arch/tile/kernel/vdso/vgettimeofday32.o: No such file or directory tilegx-linux-objcopy:...
View Article[PATCH v3] bonding: Inactive slaves should keep inactive flag's value (no...
bond_open is not setting the inactive flag correctly for some modes (alb and tlb), resulting in error behavior if the bond has been administratively set down and then back up. This effect should not...
View Article[PATCH resend] regmap: mmio: Fix the bug of 'offset' value parsing. (no replies)
'offset = *(u32 *)reg;' This will be okey for 32/64-bits register device, but for 8/16-bits register ones, the 'offset' value will overflow, for example: The IMX2 Watchdog, whose registers and values...
View Article[PATCH] power, sched: stop updating inside arch_update_cpu_topology() when...
During the testing, we encounter below WARN followed by Oops: WARNING: at kernel/sched/core.c:6218 ... NIP [c000000000101660] .build_sched_domains+0x11d0/0x1200 LR [c000000000101358]...
View ArticleLinux 3.12.16 (no replies)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I'm announcing the release of the 3.12.16 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 3.12 00/40] 3.12.17-stable review (40 replies)
This is the start of the stable review cycle for the 3.12.17 release. There are 40 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being...
View Article[PATCH 2/2] nohz: Synchronize sleep time stats with memory barriers (no replies)
When some call site uses get_cpu_*_time_us() to read a sleeptime stat, it deduces the total sleeptime by adding the pending time to the last sleeptime snapshot if the CPU target is idle. But this only...
View Article[PATCH 1/2] nohz: Only update sleeptime stats locally (no replies)
The idle and io sleeptime stats can be updated concurrently from callers of get_cpu_idle_time_us(), get_cpu_iowait_time_us() and tick_nohz_stop_idle(). Updaters can easily race and mess up with...
View Article[PATCH v2 3/3] swap: Increase the max swap files to 8192 on x86_64 (no replies)
From: Suleiman Souhlal <suleiman@google.com> Allow up to 8192 swap files on x86_64. Prior to this patch the limit was 32 swap files, which is not enough if we want to use per memory cgroup swap...
View Article[PATCH v2 0/3] Per-cgroup swap file support (4 replies)
This series of patches adds support to configure a cgroup to swap to a particular file by using control file memory.swapfile. Originally, cgroups share system-wide swap space and limiting cgroup...
View Article[PATCH driver-core-linus] kernfs: protect lazy kernfs_iattrs allocation with...
kernfs_iattrs is allocated lazily when operations which require it take place; unfortunately, the lazy allocation and returning weren't properly synchronized and when there are multiple concurrent...
View Article[PATCH] staging: nokia_h4p: Fix a coding style problem (no replies)
From: Sarath Lakshman <sarathlakshman@slynux.com> Fold a line to make it less than 80 characters Signed-off-by: Sarath Lakshman <sarathlakshman@slynux.com> ---...
View Article[PATCH] arm: ftrace: work with CONFIG_DEBUG_SET_MODULE_RONX (1 reply)
Make ftrace work with CONFIG_DEBUG_SET_MODULE_RONX by making module text writable around the place where ftrace does its work, like it is done on x86 in the patch which introduced...
View Article[PATCH 0/2] powerpc/perf: fixup 2 patches from the 24x7 series (2 replies)
mpe: these are fixups for 2 patches already in your merge tree (and in benh's next branch). f3e622941a7cec587c00c0d17ea31514457c63c8 powerpc/perf: Add support for the hv 24x7 interface...
View Article[PATCH] driver: staging: wlan-ng: Fixed coding style (2 replies)
Fixed coding style for hfa384x_usb.c Signed-off-by: Sherif Shehab Aldin <shehabaldin.sherif@gmail.com> --- drivers/staging/wlan-ng/hfa384x_usb.c | 70 ++++++++++++++++----------------- 1 file...
View ArticleUSB autosuspend causing trouble on Intel bluetooth (Linux 3.14) (2 replies)
I am having trouble due to the following commit, which landed in 3.14: commit d2bee8fb6e18f6116aada39851918473761f7ab1 Author: Tedd Ho-Jeong An <tedd.an@intel.com> Date: Tue Nov 12 13:16:41 2013...
View Article[PATCH] staging: gs_fpgaboot: Fixed code style issues (no replies)
Fixed missing a blank line after declarations warning Signed-off-by: Rocco Folino <lordzen87@gmail.com> --- drivers/staging/gs_fpgaboot/gs_fpgaboot.c | 2 +- drivers/staging/gs_fpgaboot/io.c | 6...
View Article