Re: [PATCH v2 net-next 0/6] net: switchdev: use specific switchdev_obj_*
From: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Date: Tue, 29 Sep 2015 12:07:12 -0400 > This patchset changes switchdev add, del, dump operations from this: ... > to something...
View ArticleRe: [PATCH net-next] net: dsa: fix preparation of a port STP update
From: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Date: Tue, 29 Sep 2015 12:38:36 -0400 > Because of the default 0 value of ret in dsa_slave_port_attr_set, a > driver may return...
View ArticleRe: [PATCH net] net: dsa: fix preparation of a port STP update
From: Vivien Didelot <vivien.didelot@savoirfairelinux.com> Date: Tue, 29 Sep 2015 14:17:54 -0400 > Because of the default 0 value of ret in dsa_slave_port_attr_set, a > driver may return...
View Article[PATCH] perf report: Fix a bug on "--call-graph none" option
The patch f9db0d0f1b2c ("perf callchain: Allow disabling call graphs per event") added an ability to enable/disable callchain recording per event. But it had a problem when the enablement setting is...
View ArticleRE: [PATCH 2/2] x86, efi: Add "efi_fake_mem" boot option
I've missed git-format-patch after rebasing. I'll resend right one.. > -----Original Message----- > From: kbuild test robot [mailto:lkp@intel.com] > Sent: Wednesday, September 30, 2015 10:37...
View ArticleRe: [PATCH] net: macb: fix two typos
From: Geliang Tang <geliangtang@163.com> Date: Tue, 29 Sep 2015 19:31:32 -0700 > Just fix two typos in code comments. > > Signed-off-by: Geliang Tang <geliangtang@163.com>...
View Article[PATCH] ASoC: Codec: wm8962: balance pm_runtime_enable
pm_runtime_enable is called in probe to enable runtime PM for wm8962 codec, but pm_runtime_disable isn't called in remove callback, nor is called in error path if probe fails after runtime PM is...
View Article[PATCH 2/2] x86, efi: Add "efi_fake_mem" boot option
This patch introduces new boot option named "efi_fake_mem". By specifying this parameter, you can add arbitrary attribute to specific memory range. This is useful for debugging of Address Range...
View Article1.9.5 slower then 1.9.4 or 1.8.0 on static files
I just migrated a new customer to nginx/php-fpm and notice a considerable delay with requests. nginx Version 1.9.5 compiled from rpm with http/2 hosting: linode Virtualizer: KVM I noticed that the...
View Article[PATCH 04/32] staging/lustre/llite: Remove unused ll_rmdir_entry()
From: Oleg Drokin <green@linuxhacker.ru> The ioctl for this function was removed, but the function was forgotten, so kill it now. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article[PATCH 27/32] staging/lustre: Remove ns_is_server()
From: Oleg Drokin <green@linuxhacker.ru> Since the code we have is Lustre-client only, this function always returns 0, so drop it and amend all the callsites to drop dead code. One of the places...
View Article[PATCH 32/32] staging/lustre/ldlm: Make ldlm_add_ast_work_item() static
From: Oleg Drokin <green@linuxhacker.ru> Now that ldlm_flock code no longer uses it. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article[PATCH 30/32] staging/lustre/ldlm: Remove ldlm_namespace_inactive_list()
From: Oleg Drokin <green@linuxhacker.ru> Since there are no server namespaces, just replace it with ldlm_cli_inactive_namespace_list pointer. Also make ldlm_cli_inactive_namespace_list static as...
View Article[PATCH 29/32] staging/lustre/ldlm: Remove unused exported symbols.
From: Oleg Drokin <green@linuxhacker.ru> This rather large patch prunes all unused EXPORT_SYMBOLS and marks functions only used locally as static lustre ldlm module. The only two remaining...
View Article[PATCH 31/32] staging/lustre/ldlm: Remove posix lock (flock) deadlock detection
From: Oleg Drokin <green@linuxhacker.ru> This is server-side code that cannot work on the client (vfs would do this check on the local node). Signed-off-by: Oleg Drokin...
View Article[PATCH 28/32] staging/lustre/ldlm: Remove server side code from pool support.
From: Oleg Drokin <green@linuxhacker.ru> Server-side scanning is not really used in the client code, so it's ok to drop it. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article[PATCH 25/32] staging/lustre/ldlm: Remove unused ldlm_blocking_ast/_nocheck()
From: Oleg Drokin <green@linuxhacker.ru> All users are gone, and they were used on the server anyway. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article[PATCH 22/32] staging/lustre/ldlm: Remove intent policies handler.
From: Oleg Drokin <green@linuxhacker.ru> This includes ldlm_register_intent(), ns_policy field in the namespace and all of it's users, as this could only happen on the server. Signed-off-by:...
View Article[PATCH 24/32] staging/lustre/ldlm: Remove unused...
From: Oleg Drokin <green@linuxhacker.ru> It was only used on the server. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> --- drivers/staging/lustre/lustre/ldlm/ldlm_internal.h | 2 --...
View Article[PATCH 23/32] staging/lustre/ldlm: Remove unused ldlm_reprocess_all*()
From: Oleg Drokin <green@linuxhacker.ru> They are only used on the server. Also remove helper functions and cleanup callsites. Signed-off-by: Oleg Drokin <green@linuxhacker.ru> ---...
View Article