* Re: Linux 6.1-rc2 [not found] <CAHk-=wgLV1tNP0EYz7qWK-xeKzO6bh5Kogbpn2wxKLPPpOit3w@mail.gmail.com> @ 2022-10-25 16:24 ` Guenter Roeck 2022-10-25 16:41 ` Linus Torvalds 0 siblings, 1 reply; 4+ messages in thread From: Guenter Roeck @ 2022-10-25 16:24 UTC (permalink / raw) To: Linus Torvalds; +Cc: linuxppc-dev, Linux Kernel Mailing List, Nicholas Piggin On Sun, Oct 23, 2022 at 04:03:45PM -0700, Linus Torvalds wrote: > Hmm. Usually rc2 is a pretty quiet week, and it mostly started out > that way too, but then things took a turn for the strange. End result: > 6.1-rc2 ended up being unusually large. > > The main reason is fairly benign, though: Mauro had screwed up the > media tree pull request during the merge window, so rc2 ends up having > a "oops, here's the part that was missing" moment. Since it had all > been in linux-next (yes, I checked, so nobody else should try that > trick), I ended up pulling that missing part during the rc2 week. > > But if you ignore that media tree portion, things look pretty normal for an rc2. > > Anyway, ignoring those media changes, we have a little bit of > everything in here - arch updates, drivers (gpu, device mapper, > networking), EFI, some core kernel fixes (mm, scheduler, cgroup, > networking). The full shortlog is appended (and that shortlog does > include the media pieces). > > Please do go test, Build results: total: 152 pass: 152 fail: 0 Qemu test results: total: 499 pass: 499 fail: 0 ================ Runtime warnings powerpc ------- BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1 Not a new problem (seen as far back as v5.15.y), but fixed by: "powerpc/64s: Disable preemption in hash lazy mmu mode" "powerpc/64s: Fix hash__change_memory_range preemption warning" "powerpc: fix reschedule bug in KUAP-unlocked user copy" at: https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20221013151647.1857994-1-npiggin@gmail.com/ https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20221013151647.1857994-2-npiggin@gmail.com/ https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20221013151647.1857994-3-npiggin@gmail.com/ ================================ WARNING: inconsistent lock state inconsistent {IN-SOFTIRQ-W} -> {SOFTIRQ-ON-W} usage. Fixed by: "powerpc/64s: Add lockdep for HPTE lock" "powerpc/64s: make HPTE lock and native_tlbie_lock irq-safe" "powerpc/64s: make linear_map_hash_lock a raw spinlock: at: https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20221013230710.1987253-1-npiggin@gmail.com/ https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20221013230710.1987253-2-npiggin@gmail.com/ https://patchwork.ozlabs.org/project/linuxppc-dev/patch/20221013230710.1987253-3-npiggin@gmail.com/ Guenter ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 6.1-rc2 2022-10-25 16:24 ` Linux 6.1-rc2 Guenter Roeck @ 2022-10-25 16:41 ` Linus Torvalds 2022-10-25 17:22 ` Guenter Roeck 0 siblings, 1 reply; 4+ messages in thread From: Linus Torvalds @ 2022-10-25 16:41 UTC (permalink / raw) To: Guenter Roeck; +Cc: linuxppc-dev, Linux Kernel Mailing List, Nicholas Piggin On Tue, Oct 25, 2022 at 9:24 AM Guenter Roeck <linux@roeck-us.net> wrote: > > Build results: > total: 152 pass: 152 fail: 0 > Qemu test results: > total: 499 pass: 499 fail: 0 Woo-hoo! That was quick, for once. > Runtime warnings Oh. Well, close enough, and those fixes are presumably pending too. Linus ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 6.1-rc2 2022-10-25 16:41 ` Linus Torvalds @ 2022-10-25 17:22 ` Guenter Roeck 2022-10-26 3:44 ` Michael Ellerman 0 siblings, 1 reply; 4+ messages in thread From: Guenter Roeck @ 2022-10-25 17:22 UTC (permalink / raw) To: Linus Torvalds; +Cc: linuxppc-dev, Linux Kernel Mailing List, Nicholas Piggin On Tue, Oct 25, 2022 at 09:41:50AM -0700, Linus Torvalds wrote: > On Tue, Oct 25, 2022 at 9:24 AM Guenter Roeck <linux@roeck-us.net> wrote: > > > > Build results: > > total: 152 pass: 152 fail: 0 > > Qemu test results: > > total: 499 pass: 499 fail: 0 > > Woo-hoo! > > That was quick, for once. > Yes, it was. I now have an even better one, with a new personal milestone reached (500 qemu boot tests): Build results: total: 152 pass: 152 fail: 0 Qemu test results: total: 500 pass: 500 fail: 0 ^^^ ... after getting yet another qemu machine to boot. > > Runtime warnings > > Oh. > > Well, close enough, and those fixes are presumably pending too. > Let's hope so. I think I forgot to copy the ppc maintainers last week, so we'll see if we get some feedback on the status of those problems. Thanks, Guenter ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Linux 6.1-rc2 2022-10-25 17:22 ` Guenter Roeck @ 2022-10-26 3:44 ` Michael Ellerman 0 siblings, 0 replies; 4+ messages in thread From: Michael Ellerman @ 2022-10-26 3:44 UTC (permalink / raw) To: Guenter Roeck, Linus Torvalds Cc: linuxppc-dev, Linux Kernel Mailing List, Nicholas Piggin Guenter Roeck <linux@roeck-us.net> writes: > On Tue, Oct 25, 2022 at 09:41:50AM -0700, Linus Torvalds wrote: >> On Tue, Oct 25, 2022 at 9:24 AM Guenter Roeck <linux@roeck-us.net> wrote: >> > >> > Build results: >> > total: 152 pass: 152 fail: 0 >> > Qemu test results: >> > total: 499 pass: 499 fail: 0 >> >> Woo-hoo! >> >> That was quick, for once. >> > > Yes, it was. I now have an even better one, with a new personal > milestone reached (500 qemu boot tests): > > Build results: > total: 152 pass: 152 fail: 0 > Qemu test results: > total: 500 pass: 500 fail: 0 > ^^^ > > ... after getting yet another qemu machine to boot. > >> > Runtime warnings >> >> Oh. >> >> Well, close enough, and those fixes are presumably pending too. >> > > Let's hope so. I think I forgot to copy the ppc maintainers last week, > so we'll see if we get some feedback on the status of those problems. I have those in my fixes-test branch. While testing one of them I stumbled on some issues that I've been trying to confirm are existing and not regressions. But I plan for those fixes to hit rc3. cheers ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-10-26 3:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CAHk-=wgLV1tNP0EYz7qWK-xeKzO6bh5Kogbpn2wxKLPPpOit3w@mail.gmail.com>
2022-10-25 16:24 ` Linux 6.1-rc2 Guenter Roeck
2022-10-25 16:41 ` Linus Torvalds
2022-10-25 17:22 ` Guenter Roeck
2022-10-26 3:44 ` Michael Ellerman
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox