Message ID | ZYX0Y_lbe8hNUNnj@uudg.org |
---|---|
State | New |
Headers | show |
Series | [ANNOUNCE] 5.10.204-rt100 | expand |
Hi! We (as in cip project), are trying to do -cip-rt releases once a month. Are there any plans for 5.10-rt release any time soon? That would help us ;-). Best regards, Pavel
On Tue, Jan 30, 2024 at 08:35:51PM +0100, Pavel Machek wrote: > Hi! > > We (as in cip project), are trying to do -cip-rt releases > once a month. Are there any plans for 5.10-rt release any time soon? > That would help us ;-). Hi Pavel! I already pushed v5.10-rt-next (containing v5.10.209-rt101-rc1) to kernel.org and kernelci should pick that up for comprehensive testing within the next hour. As soon as the testing is done I will perform the release dance. My vacations started (abruptly) a few days before I planned and that lead to some delays. People volunteered to run the builds if anything critical popped up, but that was not the case. Sorry for the inconvenience, I do hope a release tomorrow or Friday does not disrupt your workflow too much. Luis > Best regards, > Pavel > -- > DENX Software Engineering GmbH, Managing Director: Erika Unter > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany ---end quoted text---
Hi! > > We (as in cip project), are trying to do -cip-rt releases > > once a month. Are there any plans for 5.10-rt release any time soon? > > That would help us ;-). > > I already pushed v5.10-rt-next (containing v5.10.209-rt101-rc1) to > kernel.org and kernelci should pick that up for comprehensive testing > within the next hour. As soon as the testing is done I will perform the > release dance. > > My vacations started (abruptly) a few days before I planned and that lead > to some delays. People volunteered to run the builds if anything critical > popped up, but that was not the case. > > Sorry for the inconvenience, I do hope a release tomorrow or Friday does > not disrupt your workflow too much. No problem, thanks for the information, and looking forward to the release. Best regards, Pavel
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index 39d1782b398f..cd1e8d0b2269 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c @@ -6043,8 +6043,9 @@ static void __build_all_zonelists(void *data) int nid; int __maybe_unused cpu; pg_data_t *self = data; + unsigned long flags; - write_seqlock(&zonelist_update_seq); + write_seqlock_irqsave(&zonelist_update_seq, flags); #ifdef CONFIG_NUMA memset(node_load, 0, sizeof(node_load)); @@ -6077,7 +6078,7 @@ static void __build_all_zonelists(void *data) #endif } - write_sequnlock(&zonelist_update_seq); + write_sequnlock_irqrestore(&zonelist_update_seq, flags); } static noinline void __init