On Jan 12 09:32, Brian Inglis wrote: > On 2022-01-12 03:18, Corinna Vinschen wrote: > > On Jan 11 23:04, Brian Inglis wrote: > > > Subject: [PATCH] fhandler_proc.cc(format_proc_cpuinfo): add Linux 5.16 > > > Gobble Gobble flags > > > > Gobble Gobble? > > > > Did I miss something or is that a preliminary subject line? :) > > Linux 5.16 codename from rc3 which came out about US Thanksgiving; see > bottom of thread: > > https://lkml.kernel.org/lkml/163789349650.12632.8523698126811716771.pr-tracker-...@kernel.org/t/#u > > noticed: > > https://www.phoronix.com/scan.php?page=news_item&px=Linux-5.16-rc3 > > from scripts monitoring cpuid usage and cpuinfo changes across releases: > > diff -pu linux-prev/Makefile linux-next/Makefile > --- linux-prev/Makefile 2021-10-31 14:53:10.000000000 -0600 > +++ linux-next/Makefile 2022-01-11 07:45:05.000000000 -0700 > @@ -1,9 +1,9 @@ > # SPDX-License-Identifier: GPL-2.0 > VERSION = 5 > -PATCHLEVEL = 15 > +PATCHLEVEL = 16 > SUBLEVEL = 0 > EXTRAVERSION = > -NAME = Trick or Treat > +NAME = Gobble Gobble
Heh, ok. Thanks and pushed. Corinna