[PATCH 13/13] perf tests: Fix build on older systems where 'signal'...
From: Arnaldo Carvalho de Melo <acme@redhat.com> fixing the following problems, for instance, on RHEL6.7: CC /tmp/build/perf/tests/bp_sign
View Article[RFC PATCH] sata_via: Apply WD workaround only when needed
Currently, workaround for broken WD drives is applied always, slowing down all drives. And it has a bug - it's not applied after resume. Apply the wo
View ArticleApplied "regulator: vexpress: rename vexpress regulator...
The patch regulator: vexpress: rename vexpress regulator implementation has been applied to the regulator tree at git://git.kernel.org/pub/sc
View Articleser_gigaset: fix memory leak
Hi Dmitry, I've cobbled together a two part series to fix the leak syzkaller uncovered in ser_gigaset. I'd really appreciate it if you'd unleash syzk
View Article[PATCH 1/2] ser_gigaset: bail out if gigaset_initcs() fails
The first substantial thing that ser_gigaset's open() operation does, is calling gigaset_initcs(). That function is well behaved: if it fails it clean
View Article[PATCH 2/2] ser_gigaset: use container_of() instead of detour
The purpose of gigaset_device_release() is to kfree() the struct ser_cardstate that contains our struct device. This is done via a bit of a detour. Fi
View Article[PATCH v10 1/3] cpufreq: Add mechanism for registering utilization update...
From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Introduce a mechanism by which parts of the cpufreq subsystem ("setpolicy" drivers or the core)
View Article[PATCH] ACPI / video: remove unused device_decode
From: Colin Ian King <colin.king@canonical.com> device_decode is now no longer used, so we may as well remove it. Fixes gcc 6 warning: drivers/acpi/
View Article[PATCH v3] phy: marvell: Fix and unify reg-init behavior
For the Marvell 88E1510, marvell_of_reg_init was called too late, in the config_aneg function. Since commit 113c74d83eef ("net: phy: turn carrier off
View Article[PATCH] net-sysfs: remove unused fmt_long_hex
From: Colin Ian King <colin.king@canonical.com> Ever since commit 04ed3e741d0f133e02bed7fa5c98edba128f90e7 ("net: change netdev->features to u32") th
View Article[PATCH] x86/cpufeature: Speedup cpu_feature_enabled()
From: Borislav Petkov <bp@suse.de> When gcc cannot do constant folding for this macro, it falls back to cpu_has(). But static_cpu_has() is optimal an
View Article4.4.1 skb_warn_bad_offload+0xc5/0x110
Please keep me in CC. I've been seeing the following on some of my VMs ran under qemu. The VMs do not have internet connectivity. This happened whe
View Article[PATCH net-next] net: macb: make magic-packet property generic
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com> --- As requested by Rob Herring on patch https://patchwork.ozlabs.org/patch/580862/ --- Doc
View Article[lkp] [direct] 187372a3b9: WARNING: CPU: 2 PID: 3999 at fs/ext4/inode.c:3315...
FYI, we noticed the below changes on https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master commit 187372a3b9faff68ed61c291d0135e
View ArticleRe: checkpatch falsepositives in Lustre code
On Mon, 2016-02-15 at 18:49 -0500, Oleg Drokin wrote: > Hello! > > > As I am going over Lustre to clean up the code style, I noticed this bunch b
View Article[PATCH] Add fix case for open braces
Some quite excellent fixes from Joe Perches that belong back in the original. Submitting to Joe for inclusion. Joe was the original author of these
View Article[PATCH] rtc: s5m: De-inline large functions to save space
Few functions were marked inline even though they were relatively large and sometimes used in multiple places. De-inline them to let the compiler deci
View Article[PATCH 1/8] fs crypto: add basic definitions for per-file encryption
This patch adds definitions for per-file encryption used by ext4 and f2fs. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org> --- include/linux/fs.h
View Article[PATCH 2/8] fs crypto: add crypto.c for encrypt/decrypt functions
This patch adds crypto.c supporting encrypting and decrypting functions. 1. IO preparation: - fscrypt_get_ctx / fscrypt_release_ctx 2. before IOs:
View Article[PATCH 3/8] fs crypto: add policy.c to handle contexts
This patch adds policy.c supporting context management. 1. For ioctls: - fscrypt_process_policy - fscrypt_get_policy 2. For context permission -
View Article