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 0CB09C6FA82 for ; Tue, 20 Sep 2022 23:43:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229598AbiITXnu (ORCPT ); Tue, 20 Sep 2022 19:43:50 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231368AbiITXn3 (ORCPT ); Tue, 20 Sep 2022 19:43:29 -0400 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29F33BF5 for ; Tue, 20 Sep 2022 16:43:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663717403; x=1695253403; h=date:from:to:cc:subject:message-id:mime-version: in-reply-to; bh=HKVvqo0t+2bPJwuNT6Pa7OZwOBROViLKO7mKkr+I4Ms=; b=gRyvZrOmIyCrHR4ndqhsDTt1AZ7HnM012otQi6EiY4jXhTI0UptY1Ol1 VKsVjPr5/HdPszxNUbufASyfxQpAD8R2pJW/EnrPtuojfxw6ZyiIDy7V9 eUN36abrylElBoo9XcQZS70A6mP5I4L5H6hCZ399pJQXm2+nX9qwP4DyG tu9Q5qwa8m1Ey7LEj7NQ4YZjB5OmJbCK+zSz+OyDv9nS6DZuCV80YmzaE D2TDmSurZG3PsDqfXob++CI7fzK0DfsKrOtzVYsJG9R1a15SddhgGh5m3 Ztp5C6ucwsP1Lff2fsisEh0ktu72oWjesn40aBvOMsiub8Yp+i0AhbCzg Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10476"; a="301244950" X-IronPort-AV: E=Sophos;i="5.93,331,1654585200"; d="scan'208";a="301244950" Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Sep 2022 16:43:19 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.93,331,1654585200"; d="scan'208";a="570292859" Received: from lkp-server01.sh.intel.com (HELO c0a60f19fe7e) ([10.239.97.150]) by orsmga003.jf.intel.com with ESMTP; 20 Sep 2022 16:43:18 -0700 Received: from kbuild by c0a60f19fe7e with local (Exim 4.96) (envelope-from ) id 1oamta-00032n-0N; Tue, 20 Sep 2022 23:43:18 +0000 Date: Wed, 21 Sep 2022 07:42:32 +0800 From: kernel test robot To: "Maciej W. Rozycki" Cc: stable@vger.kernel.org, kbuild-all@lists.01.org Subject: Re: [PATCH v2 3/3] serial: 8250: Switch UART port flags to using BIT_ULL Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi, Thanks for your patch. FYI: kernel test robot notices the stable kernel rule is not satisfied. Rule: 'Cc: stable@vger.kernel.org' or 'commit upstream.' Subject: [PATCH v2 3/3] serial: 8250: Switch UART port flags to using BIT_ULL Link: https://lore.kernel.org/stable/alpine.DEB.2.21.2209210007030.41633%40angie.orcam.me.uk The check is based on https://www.kernel.org/doc/html/latest/process/stable-kernel-rules.html -- 0-DAY CI Kernel Test Service https://01.org/lkp