From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 13DE7C433EF for ; Mon, 17 Jan 2022 05:38:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232405AbiAQFiq (ORCPT ); Mon, 17 Jan 2022 00:38:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57784 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231472AbiAQFiq (ORCPT ); Mon, 17 Jan 2022 00:38:46 -0500 Received: from mail-ed1-x531.google.com (mail-ed1-x531.google.com [IPv6:2a00:1450:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FEB0C06161C for ; Sun, 16 Jan 2022 21:38:45 -0800 (PST) Received: by mail-ed1-x531.google.com with SMTP id q25so60807343edb.2 for ; Sun, 16 Jan 2022 21:38:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=1O8U+wUF4iGrPSEsUvPr9Y9g9nT7ZxuOwHXUzTfTnig=; b=gUKhHF9sP7IwLcbDjWCXAhGnqD9tXJYiiBYhhYRsxV841C7QMjWhy6zf3Wx5BW31pw gvKGdUglcUAsD+GVsno6Rl+On2LQkVodPB+4EGTYl/M/y+Az2c4g+HlS0OjOLwjGYJ0d mena0IQyOaJesacPl8wfwWPX4muMIJkMIRTTU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1O8U+wUF4iGrPSEsUvPr9Y9g9nT7ZxuOwHXUzTfTnig=; b=A8g6Amm3g2AvuBj7gCj1u8bX8slFYd3EXmwTbbzkQ94MEB5G3dgreO6I3w+JVVTpzs qXvW0XBYPy+IiLFsEwaZxiYJoxTkIsR3qtA94smdtqpeHTQAktQGV7FSHUPAEiCtJPNU lwY32Al+51I6NVQZUCxHDRsiaGg1/1GAuaJmuYSVir2du7WjcO4tRaAse/YSGCI7lWaM xvsdCzBeouyDqfc7wCbglbyNHZPB7m4XYz+imNIfe61o6p0aZGBWMn1yJW9Y/gUVP4NZ qaqrvH88iSqNaTc5JsXyWzxeXBEvfYVwhZqAmGBUBdpInBZ/p1yGOr4BOJseXu3KCWcR rgEw== X-Gm-Message-State: AOAM532GZN51KM2C3tP9FV8ZPh/SQ+8H75jPZiAZRsJg7PjbguIoM410 t4nZbDTTGcY61wyBjkl0WNeORffn6Ae6Qir4 X-Google-Smtp-Source: ABdhPJyew02apiFywcmLIxDrkl/xcehcyW6+jFWOk3zG2jPBjmt8GN+czQ6pgAn9fjmItOBIUaEYnQ== X-Received: by 2002:a05:6402:c89:: with SMTP id cm9mr18868523edb.304.1642397923596; Sun, 16 Jan 2022 21:38:43 -0800 (PST) Received: from mail-wm1-f51.google.com (mail-wm1-f51.google.com. [209.85.128.51]) by smtp.gmail.com with ESMTPSA id by26sm2446716edb.31.2022.01.16.21.38.41 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 16 Jan 2022 21:38:42 -0800 (PST) Received: by mail-wm1-f51.google.com with SMTP id c66so17884343wma.5 for ; Sun, 16 Jan 2022 21:38:41 -0800 (PST) X-Received: by 2002:a05:6000:1787:: with SMTP id e7mr3962110wrg.281.1642397921591; Sun, 16 Jan 2022 21:38:41 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Linus Torvalds Date: Mon, 17 Jan 2022 07:38:25 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Modules updates for v5.17-rc1 To: Luis Chamberlain Cc: Jessica Yu , Colin Ian King , Greg Kroah-Hartman , Dmitry Torokhov , Yu Chen , Linux Kernel Mailing List , linux-modules@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: On Sat, Jan 15, 2022 at 2:20 AM Luis Chamberlain wrote: > > Although this change was only merged on January 11th, the patches have > been being reviewed since early december. There was at least one fix > already found for it and merged. Grr.. And that's exactly why it matters not about "being reviewed", but when they were in linux-next etc. I've pulled this, but consider this a complaint. Things should not be "reviewed" before the merge window. They should be ready and merged and have actually seen some testing. Review is good. But nothing beats actually being out there and actually seeing real-life testing (of course, linux-next probably mostly gets build-testing, but what testing it gets is still better than not being there). Linus