Tags give the ability to mark specific points in history as being important
-
xfs-5.15-merge_2021-08-11
edf27485 · ·xfs: new code for 5.15 All the new code currently queued for 5.15.
-
xfs-5.15-merge-2
edf27485 · ·New code for 5.15: - Fix a potential log livelock on busy filesystems when there's so much work going on that we can't finish a quotaoff before filling up the log by removing the ability to disable quota accounting. - Introduce the ability to use per-CPU data structures in XFS so that we can do a better job of maintaining CPU locality for certain operations. - Defer inode inactivation work to per-CPU lists, which will help us batch that processing. Deletions of large sparse files will *appear* to run faster, but all that means is that we've moved the work to the backend. - Drop the EXPERIMENTAL warnings from the y2038+ support and the inode btree counters, since it's been nearly a year and no complaints have come in. - Remove more of our bespoke kmem* variants in favor of using the standard Linux calls. - Prepare for the addition of log incompat features in upcoming cycles by actually adding code to support this. - Small cleanups of the xattr code in preparation for landing support for full logging of extended attribute updates in a future cycle. - Note: this fixes some SOB errors in the previous push.
-
-
-
-
5.4.134-225
50794704 · · -
android12-5.10-2021-07_r5
5b153f18 · ·android12-5.10 July 2021 release 5 Artifacts kernel: https://ci.android.com/builds/submitted/7618735/kernel_aarch64/latest boot.img: https://ci.android.com/builds/submitted/7623776/gsi_arm64-user/latest
-
-
timers-urgent-2021-08-08
bb7262b2 · ·A single timer fix: - Prevent a memory ordering issue in the timer expiry code which makes it possible to observe falsely that the callback has been executed already while that's not the case, which violates the guarantee of del_timer_sync().
-
sched-urgent-2021-08-08
f558c2b8 · ·A single scheduler fix: - Prevent a double enqueue caused by rt_effective_prio() being invoked twice in __sched_setscheduler().
-
perf-urgent-2021-08-08
acade637 · ·A set of perf fixes: - Correct the permission checks for perf event which send SIGTRAP to a different process and clean up that code to be more readable. - Prevent an out of bound MSR access in the x86 perf code which happened due to an incomplete limiting to the actually available hardware counters. - Prevent access to the AMD64_EVENTSEL_HOSTONLY bit when running inside a guest. - Handle small core counter re-enabling correctly by issuing an ACK right before reenabling it to prevent a stale PEBS record being kept around.
-
-
-
-
-
-
-
-
-