[linux-yocto] [PATCH 1/5] kthread: convert worker lock to raw spinlock

2018-10-26 Thread Paul Gortmaker
From: Julia Cartwright commit 5c8919eed1cfcad5da452047bd4ab088837afc41 in linux-rt-devel. In order to enable the queuing of kthread work items from hardirq context even when PREEMPT_RT_FULL is enabled, convert the worker spin_lock to a raw_spin_lock. This is only acceptable to do because the

[linux-yocto] [PATCH 5/5] rt: update localversion to match latest content

2018-10-26 Thread Paul Gortmaker
In collection with these most recent changes: git log --oneline HEAD ^v4.18.7-rt5 ^v4.18.16 a5a06f994ee0 (HEAD -> linux-4.18.y-rt, tag: v4.18.16-rt8, origin/linux-4.18.y-rt) v4.18.16-rt8 206f5532c3c7 Merge tag 'v4.18.16' into linux-4.18.y-rt 73dbed526d9b (tag: v4.18.12-rt7)

[linux-yocto] [PATCH 3/5] mm/kasan: make quarantine_lock a raw_spinlock_t

2018-10-26 Thread Paul Gortmaker
From: Clark Williams commit 089cb35faad5da57fa90399b230b3aee4920bb02 in linux-rt-devel. The static lock quarantine_lock is used in quarantine.c to protect the quarantine queue datastructures. It is taken inside quarantine queue manipulation routines (quarantine_put(), quarantine_reduce() and

[linux-yocto] [PATCH 2/5] watchdog: prevent deferral of watchdogd wakeup on RT

2018-10-26 Thread Paul Gortmaker
From: Julia Cartwright commit e31a286f388949d4098ce0ddb27e2f558eb7fb18 in linux-rt-devel. When PREEMPT_RT_FULL is enabled, all hrtimer expiry functions are deferred for execution into the context of ktimersoftd unless otherwise annotated. Deferring the expiry of the hrtimer used by the

[linux-yocto] [PATCH 4/5] tty: serial: pl011: explicitly initialize the flags variable

2018-10-26 Thread Paul Gortmaker
From: Kurt Kanzenbach commit 3260983a587d528811a15fc00fa2a9e4473c4453 in linux-rt-devel. Silence the following gcc warning: drivers/tty/serial/amba-pl011.c: In function ‘pl011_console_write’: ./include/linux/spinlock.h:260:3: warning: ‘flags’ may be used uninitialized in this function

[linux-yocto] [PATCH 4.18-rt 0/5] Add most recent linux-rt-devel updates

2018-10-26 Thread Paul Gortmaker
Bruce, Yocto kernel folks. Here are four commits found in the linux-rt-devel repository on the 4.18.x branch, plus the version bump to match that of the tag where these commits can be found. There is not a lot of updates but I did a quick sanity boot test regardless, on top of: commit

[linux-yocto] [PATCH] arch: arm64: dts: add property snps, multicast-filter-bins for stratix10 platform

2018-10-26 Thread Meng.Li
From: Limeng The property value of snps,multicast-filter-bins is used to calculate hash table size of stratix10 platform via log2 algorithm. Because there are 8 hash table registers, the property value is 256 Signed-off-by: Meng Li --- arch/arm64/boot/dts/altera/socfpga_stratix10_socdk.dts |

[linux-yocto] : [yocto-4.18]: arch: arm64: dts: add property snps, multicast-filter-bins for stratix10 platform

2018-10-26 Thread Meng.Li
From: Limeng Hi Bruce, Could you please help to merge this patch into linux-yocto kernel, branch is v4.18/standard/intel-socfpga socfpga_stratix10_socdk.dts |1 + 1 file changed, 1 insertion(+) Thanks, Limeng -- ___ linux-yocto mailing