Bonum Certa Men Certa

Linux Kernel Becoming a Slopfest - Part 6 - Seeing Who Contaminates Linux With Slop (And Also Admits It)

posted by Roy Schestowitz on Sep 21, 2026

Today we begin looking at some culprits (by all means revisit Part 1, Part 2, Part 3, Part 4, and Part 5). We'll try to focus on their employer (company) rather than their name. Private persons do all sorts of crazy things for a salary (or shares) and I keep getting told that many employers strictly mandate using slop for code.

Linux is being contaminated by LLM slop and Rust, which means lots of Linux developers don't know what's going on, cannot read the code, and cannot keep up with changes. This will make the project increasingly unmaintainable. This seems to be the goal of Linux-hostile companies. Similarly, they try to fracture GNU by making it incompatible with itself (or with lousy, sloppy clones of it).

We now (this week) deal with where the slop comes from.

Trying to find an easy way to grep the logs in git, we've eventually realised that the string 'assisted by' gives too many false positives, however keyword/string "Assisted-by: LLM" works (we we can probably ignore 1991 to 2024 in logs because we don't expect to find such a string there; anything before the slop frenzy is of no relevance to us).

Let's examine recent changes:

$ git log --grep '^Assisted-by: LLM'

We get this massive file, derived from the latest kernel.

This was two weeks ago:

Author: Lorenzo Stoakes (ARM) <ljs@kernel.org>
Date:   Tue Sep 8 21:55:02 2026 +0100

Link: https://patch.msgid.link/20260909062917.89482-1-kmehltretter@gmail.com Fixes: dae8dda341d2 ("tracing: Fix subbuf resize races with trace_pipe_raw readers") Assisted-by: LLM

Some of them use E-mail accounts that do not reveal who they work for. Who are the worst culprits?

   32     Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
     31     Signed-off-by: Jori Koolstra <jkoolstra@xs4all.nl>
     21     Signed-off-by: Linus Walleij <linusw@kernel.org>
     16     Signed-off-by: Mark Brown <broonie@kernel.org>
      9     Signed-off-by: Paolo Abeni <pabeni@redhat.com>
      8     Signed-off-by: David Sterba <dsterba@suse.com>
      7     Signed-off-by: Jeff Layton <jlayton@kernel.org>
      6     Signed-off-by: Karl Mehltretter <kmehltretter@gmail.com>
      6     Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
      6     Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
      6     Signed-off-by: Chuck Lever <cel@kernel.org>
      5     Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
      4     Signed-off-by: Tejun Heo <tj@kernel.org>
      3     Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
      3     Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
      3     Signed-off-by: Boris Burkov <boris@bur.io>
      2     Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
      2     Signed-off-by: Qu Wenruo <wqu@suse.com>
      2     Signed-off-by: Nicolas Schier <nsc@kernel.org>
      2     Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
      2     Signed-off-by: Lorenzo Stoakes (ARM) <ljs@kernel.org>
      2     Signed-off-by: Ivan Immanuel Shaji <ivanimmanuel1234@gmail.com>
      2     Signed-off-by: Guopeng Zhang <zhangguopeng@kylinos.cn>
      2     Signed-off-by: Etienne Perot <eperot@google.com>
      2     Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
      2     Signed-off-by: Aleksei Sviridkin <f@lex.la>
      1     Signed-off-by: Yazen Ghannam <yazen.ghannam@amd.com>
      1     Signed-off-by: Will Deacon <will@kernel.org>
      1     Signed-off-by: Vishnu Razdan <vrazdan@openai.com>
      1     Signed-off-by: Tianchu Chen <flynnnchen@tencent.com>
      1     Signed-off-by: Thomas Gleixner <tglx@kernel.org>
      1     Signed-off-by: Takashi Iwai <tiwai@suse.de>
      1     Signed-off-by: Soheil Hassas Yeganeh <soheil.kdev@gmail.com>
      1     Signed-off-by: Roman Prucha <zorgan.roman@gmail.com>
      1     Signed-off-by: Qing Luo <luoqing@kylinos.cn>
      1     Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
      1     Signed-off-by: Paulo Alcantara <pc@manguebit.org>
      1     Signed-off-by: Jonathan Corbet <corbet@lwn.net>
      1     Signed-off-by: John Hubbard <jhubbard@nvidia.com>
      1     Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
      1     Signed-off-by: Jay Vadayath <jay@artiphishell.com>
      1     Signed-off-by: Jan Kara <jack@suse.cz>
      1     Signed-off-by: Guenter Roeck <linux@roeck-us.net>
      1     Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
      1     Signed-off-by: David Lee <david.lee@trailofbits.com>
      1     Signed-off-by: Daasaradhi Mannava <daasaradhimannava@gmail.com>
      1     Signed-off-by: Andrew Stellman <astellman@stellman-greene.com>
      1     Signed-off-by: Andrea Parri <parri.andrea@gmail.com>

All the above openly admit to be using LLMs for code and to have also committed slop into Linux recently.

There may be many more, but they didn't do so lately or they simply keep it secret, they don't disclose using plagiarism engines.

To replicate this use wget or curl (or equivalent) to download http://techrights.org/files/assisted-by-llm-in-linux.txt

Then:

awk '/Signed-off-by:/' [downloaded file location] | sort | uniq -c | sort -rn

We can rerun this every now and then for fresher data.

Remember that many people simply hide their (mis)use of plagiarism engines.

At later parts we'll take a closer took at the above list. This merits more discussion and an explanation of why it's disconcerting.

Other Recent Techrights' Posts

Enjoy the Giving/Sharing, Not Taking
We've long supported what we believed in, even with the little money we had
 
Software Freedom Day Celebrated in 5 or 6 Continent
Software Freedom Day (SFD) 2026 was big this year
Linux Kernel Becoming a Slopfest - Part 6 - Seeing Who Contaminates Linux With Slop (And Also Admits It)
Today we begin looking at some culprits
SLAPP Censorship - Part 191 Out of 200: Garrett, Graveley and Lozza
They talk to and coordinate with one another
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Sunday, September 20, 2026
IRC logs for Sunday, September 20, 2026
Gemini Links 21/09/2026: Digital Hoarder, GTD, Minimalism vs Digital Minimalism, Rejection of LLMs
Links for the day
Links 20/09/2026: "Google Now Asking For Users’ Video Selfies" and Energy Prices Set to Rise
Links for the day
Links 20/09/2026: Amazon Layoffs, Flock 'Buyouts' (Silent Layoffs)
Links for the day
USCIS and Microsoft Rumours: Curbs on Lowering Salaries by Importing Cheaper Replacements?
It seems like Microsoft's mass layoffs and efforts to cheapen the workforce face obstacles
Gemini Links 20/09/2026: "Music While Working" and Radio Silence
Links for the day
Clownflare Data From Canada
We've like to think many people are attempting to install GNU/Linux over the weekend
SLAPP Censorship - Part 190 Out of 200: Plagiarism, Back Doors, and Sabotage of Linux
This can go on for a decade or longer
Linux Kernel Becoming a Slopfest - Part 5 - Kernel Dependency on Plagiarism Giant Microsoft is a Death Blow to Any Kernel
Microsoft is bringing copyright-infringing slop into Linux
GNU/Linux Has Grown a Lot Lately
Based on Clownflare
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Saturday, September 19, 2026
IRC logs for Saturday, September 19, 2026
Links 19/09/2026: Many Patents Become Candidates for Annulment and Linux [sic] Foundation Takes More Slop Money to Promote Malicious Bots
Links for the day
Gemini Links 19/09/2026: The Fundamental Human Assets, The History of Gopher's "i" Type, and ROOPHLOCH 2026
Links for the day
Links 19/09/2026: "OpenAI and Microsoft Knew They Were Starting a ‘Doom Loop’ [of Mass Plagiarism 'Normalised' by Brute Force] for the web", Calling It "Hey Hi"
Links for the day
8 Series Going on at the Moment in Techrights
4 series about SLAPPs and related matters
Linux Kernel Becoming a Slopfest - Part 4 - Outsourcing to Microsoft, Approaching 10 Gigabytes
Can we blame Microsoft for those DDoS attacks? Partly.
SLAPP Censorship - Part 189 Out of 200: A Terrible Idea to Condemn Projects for Using Slop 'Code' When Your Own Employer Does This (and Profits From Every Company Doing So) or to Call Distros 'Not Secure' While You Advance Back Doors
"I don’t want a back door. I want a front door."
Software Freedom Day 2026 is Today, Week-long Celebration in Brazil
In Brazil, Clownflare reckons about 1 in 20 laptops/desktops might use GNU/Linux already
Red Hat Lost 2,000 Staff (Net Loss)
Maybe by year's end it'll be a 20% reduction
Over at Tux Machines...
GNU/Linux news for the past day
IRC Proceedings: Friday, September 18, 2026
IRC logs for Friday, September 18, 2026