From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 93929257AD1 for ; Tue, 2 Dec 2025 17:47:45 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.21 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764697667; cv=none; b=a3rfJvpNesD7/iQZ5o11ZyEBE5uuhAA1OX82PMiNOyijdYSlhLSPsDZP91Y+I8C8vRyaczSiNI9XU2/5FlAJWKyEjZueqrVhuXa9aeoMsyIwFtkxsc79BiRC3WPeGwGyHiVEWrhohZpyj8zpdhoZpr5Ibq6s2+vDXjd/IASV41A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764697667; c=relaxed/simple; bh=ab2jY2uWAQszPetion9+fBof8OWjyf5ORiyxOEn2i2Q=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=J41fODA9xvMe5nRolWhPXXvqeAz/uyxg6xAB99AcmiEq8wa1zkeFuPf2sVg0PlEcMdz20u1oLr/TgOBaK9k5z5yQmTvcV2rOTk/O/KswhWLBq9G6Bq7mQjtckvRRKVoG/d9MDY2nc9yPmrhfmdhob1/PuUHUpmyXvoJfdr/D9Ns= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=bDuARO1P; arc=none smtp.client-ip=198.175.65.21 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="bDuARO1P" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1764697665; x=1796233665; h=date:from:to:cc:subject:message-id:mime-version: in-reply-to; bh=ab2jY2uWAQszPetion9+fBof8OWjyf5ORiyxOEn2i2Q=; b=bDuARO1PZHI8o43MNb9Nvw0Sk58DSyG0fj0ZQEv+a4RgPtqL8WomS4Wk Bf6pzSl91ICLmPOQBgUpBI8Tw9TFZwVXpm0flYUv+G0cJI4zu3DF3ov3Q ZtLjNaq6Xd455YW5qY0RUfwtLv9JD3AAjbvyxsUjO9Es8FVeYZgw7l8kn twGaH3L1o/RzsOLOpJ+XkafAevfftPJl24FQl8qRL1m7373ibAGuHgbHu SlsNgw6Uwsp3CaPOZWimiZt4q1meFI0CrNCwBY6MzDnAuOOv5dOh2My65 mswrQqu4UJ6dqnxjzclXQ0ClY7tbMT/nfslziU5JKz79gku1P/i1WGf1f g==; X-CSE-ConnectionGUID: 32NzPl5cRhuyL/ubY6ECCw== X-CSE-MsgGUID: mecnIF8GTFSaFXHW1/GC7A== X-IronPort-AV: E=McAfee;i="6800,10657,11630"; a="66618782" X-IronPort-AV: E=Sophos;i="6.20,243,1758610800"; d="scan'208";a="66618782" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by orvoesa113.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 02 Dec 2025 09:47:44 -0800 X-CSE-ConnectionGUID: /1pOKUTETf+HgfPOM1QGNw== X-CSE-MsgGUID: RLf7yxY3Qi6Y4iHST1QxZQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.20,243,1758610800"; d="scan'208";a="198854600" Received: from lkp-server01.sh.intel.com (HELO 4664bbef4914) ([10.239.97.150]) by fmviesa005.fm.intel.com with ESMTP; 02 Dec 2025 09:47:43 -0800 Received: from kbuild by 4664bbef4914 with local (Exim 4.98.2) (envelope-from ) id 1vQUTV-00000000A4f-2qKB; Tue, 02 Dec 2025 17:47:41 +0000 Date: Wed, 3 Dec 2025 01:47:24 +0800 From: kernel test robot To: David Howells Cc: stable@vger.kernel.org, oe-kbuild-all@lists.linux.dev Subject: Re: [PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1 Message-ID: Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1597479.1764697506@warthog.procyon.org.uk> Hi, Thanks for your patch. FYI: kernel test robot notices the stable kernel rule is not satisfied. The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html#option-1 Rule: add the tag "Cc: stable@vger.kernel.org" in the sign-off area to have the patch automatically included in the stable tree. Subject: [PATCH] cifs: Fix handling of a beyond-EOF DIO/unbuffered read over SMB1 Link: https://lore.kernel.org/stable/1597479.1764697506%40warthog.procyon.org.uk -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki