Re: [PATCH 10/13] lib/test_printf.c: account for kvasprintf tests
On Wed, Oct 21, 2015 at 5:30 AM, Rasmus Villemoes <linux@rasmusvillemoes.dk> wrote: > These should also count as performed tests. > > Cc: Kees Cook <keescook@chromium.org> >...
View ArticleRe: [PATCH 11/13] lib/test_printf.c: add test for large bitmaps
On Wed, Oct 21, 2015 at 5:30 AM, Rasmus Villemoes <linux@rasmusvillemoes.dk> wrote: > Following "lib/vsprintf.c: expand field_width to 24 bits", let's add a > test to see that we now...
View ArticleRE: [PATCH v5 0/8] Add support for Exynos SROM Controller driver
Hello! > Applied, this whole series. Where can i find the recent code to base my series on? I looked at linux-samsung.git but was unable to find it there. Kind regards, Pavel Fedin Expert Engineer...
View ArticleRe: [PATCH v8] seccomp, ptrace: add support for dumping seccomp filters
On Mon, Oct 26, 2015 at 12:39 AM, Oleg Nesterov <oleg@redhat.com> wrote: > On 10/21, Tycho Andersen wrote: >> >> > And this leads to another question... If we expect that this...
View ArticleRe: [net-next PATCH] bpf: Output error message to logbuf when loading
On 2015/10/26 14:36, Wang Nan wrote: > Many reason can make bpf_prog_load() return EINVAL. This patch utilizes > logbuf passed from user to deliver the actual reason of failure. > >...
View ArticleHow is jiffies upation while holding spinlock in Uniprocessor or SMP...
Hello, I have couple of questions. 1) In case of UP how is jiffies(timer) get updated while holding spin lock using spinlock_irq_save? 2)My understanding is in smp environment jiffies updation cannot...
View ArticleRe: [net-next PATCH] bpf: Output error message to logbuf when loading
Hi Wang, [auto build test WARNING on net-next/master -- if it's inappropriate base, please suggest rules for selecting the more suitable base] url:...
View Article[PATCH] xfs: clear PF_NOFREEZE for xfsaild kthread
From: Jiri Kosina <jkosina@suse.cz> Since xfsaild has been converted to kthread in 0030807c, it calls try_to_freeze() during every AIL push iteration. It however doesn't set itself as freezable,...
View ArticleRe: [PATCH net] macvtap: unbreak receiving of gro skb with frag list
On 10/26/2015 02:09 PM, Michael S. Tsirkin wrote: > On Mon, Oct 26, 2015 at 11:15:57AM +0800, Jason Wang wrote: >> >> On 10/23/2015 09:37 PM, Michael S. Tsirkin wrote: >>> On...
View Article[RESEND PATCH 05/10] net: wireless: simplify return flow for zd1201_setconfig16
This patch is to the zd1201.c file that fixes up warning reported by coccicheck: WARNING: end returns can be simplified and declaration on line 1658 can be dropped Prefer direct return value instead...
View Article[RESEND PATCH 06/10] net: wireless: ath: simplify return flow for...
This patch is to the carl9170/phy.c file that fixes warning reported by coccicheck : WARNING: end returns can be simplified I have removed unneccessary variable declaration and simply return flow for...
View Article[RESEND PATCH 03/10] net: wireless: rtwifi: Remove duplicated arguments to |
Remove uncessary repeated arguments COMP_EFUSE, COMP_REGD, COMP_CHAN with OR(|) This is patch to the debug.c file that removes following warning reported by coccicheck: -duplicated argument to &...
View Article[RESEND PATCH 07/10] net: wireless: iwlegacy: Remove unneeded variable ret
This patch is to the 3945-mac.c file that fixes up following warning by coccicheck: drivers/net/wireless/iwlegacy/3945-mac.c:247:5-8: Unneeded variable: "ret". Return "- EOPNOTSUPP" on line 249 Return...
View Article[RESEND PATCH 08/10] net: wireless: brcm80211: Remove unneeded variable which...
This is patch to the brcmsmac/main.c that removes unnecessary variable which was declared to return zero. This patch fixes up warning reported by coccicheck: -Unneeded variable: "err". Return "0" on...
View Article[RESEND PATCH 09/10] net: wireless: brcm80211: Remove unneeded variable...
This patch is to the brcmsmac/stf.c that fixes up warning caught by coccicheck: -Unneeded variable: "ret_code". Return "0" on line 328 Remove unneccesary variable ret_code created to return zero....
View Article[RESEND PATCH 10/10] net: wireless: ath: Remove unneeded variable ret...
This patch is to the ath5k/eeprom.c that fixes up warning caught by coccicheck: -Unneeded variable: "ret". Return "0" on line 1733 Remove unneccesary variable ret created to return zero....
View ArticleRe: [PATCH v3] EDAC: Add ARM64 EDAC
On 10/27, Brijesh Singh wrote: > diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig > index ef25000..84507b5 100644 > --- a/drivers/edac/Kconfig > +++ b/drivers/edac/Kconfig > @@...
View ArticleRe: [PATCH v4 14/15] net: wireless: ath: Remove unneeded variable ret...
On Tue, Oct 27, 2015 at 1:42 PM, Kalle Valo <kvalo@codeaurora.org> wrote: > punit vara <punitvara@gmail.com> writes: > >> Will my other patches which are already correct be...
View ArticleRe: [PATCH 1/6] block: Remove unneeded variable err for returning 0
On Mon, Oct 26, 2015 at 12:18 AM, Punit Vara <punitvara@gmail.com> wrote: > This patch is to the mg_disk.c file that removes unnecessary err > and fixes following warning reported by...
View ArticleRe: [PATCH RFC net-next 2/2] tcp: Add Redundant Data Bundling (RDB)
On 26 Oct 2015, at 22:58, Yuchung Cheng <ycheng@google.com> wrote: > but would RDB be voided if this developer turns on RDB then turns on > Nagle later? The short answer is answer is "kind...
View Article