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 X-Spam-Level: X-Spam-Status: No, score=-21.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,INCLUDES_PULL_REQUEST,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2AC3AC43460 for ; Mon, 26 Apr 2021 18:36:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E3ADF61075 for ; Mon, 26 Apr 2021 18:36:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234530AbhDZSgs (ORCPT ); Mon, 26 Apr 2021 14:36:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46084 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234385AbhDZSgq (ORCPT ); Mon, 26 Apr 2021 14:36:46 -0400 Received: from mail-pj1-x102a.google.com (mail-pj1-x102a.google.com [IPv6:2607:f8b0:4864:20::102a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4B0BAC061574 for ; Mon, 26 Apr 2021 11:36:05 -0700 (PDT) Received: by mail-pj1-x102a.google.com with SMTP id gq23-20020a17090b1057b0290151869af68bso5700030pjb.4 for ; Mon, 26 Apr 2021 11:36:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:mime-version:content-disposition; bh=M4PRNZ6UFdUD7I69kTPP/tNKoFLbFxl7JYOSSrNLLac=; b=cllrLqVU64S/FsTBgLwcU1JLdQwCtKY7Qh16AcqsehO8DgSzgYAHiXQquAg+MrcBJ8 VMXgswIGI8FDmSIKHG0umGXeHyUOYFxGWAm0fYsDM1fZlsYFlA2gL5whej9aKUNULf7J om6rn76qKF1nSoQt6I5GNFkn0yB5vHEMBMtsA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition; bh=M4PRNZ6UFdUD7I69kTPP/tNKoFLbFxl7JYOSSrNLLac=; b=kGRbGJXIoIK4f0zxn1W9AmbZTETHvtMjuaEm3yZ5P6TA/hg47JsHbRLDLxhLorB2bj LbNENxyIxeiqoCKahzcV6isTUOIO9QITU4CHK/dtc88Rj9rmqEwQCXs1WhlYYocFz6Uz sYXwNTeV3Jmmpm5imQxGywcBtIuZg4I2X4DZtgzI2aslN/Nd5C+/mFhO4kuG9gtXtme9 XfFYaIk0HwE+cWPPN/AoNY2+3chZq3L1mYAW6btfZlAOdYBkPohHKBmrT8rg+W4VDYxc lZbjuHR6YHZHNJOJVk0T/sldSTWv/pvAeAsjKxgxDY/m5NVi4Vp1BqwWi7umlpbVJceV cAvw== X-Gm-Message-State: AOAM530TWke0p9iJYNjYaYsvDejUaPlvWaKdYKgZXtYqG2PATGOckIUa AXTNQhGzCBXh/kk7F1dU0A9RsQ== X-Google-Smtp-Source: ABdhPJxmf87ZpWLgN7nsKfNmzRCaUfjAb0nydUZ5Ni71x796SRfDbBB8AJhlhSlsrLX4Eid84TAfQg== X-Received: by 2002:a17:90a:1747:: with SMTP id 7mr22214011pjm.109.1619462164835; Mon, 26 Apr 2021 11:36:04 -0700 (PDT) Received: from www.outflux.net (smtp.outflux.net. [198.145.64.163]) by smtp.gmail.com with ESMTPSA id b25sm383286pfd.7.2021.04.26.11.36.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 26 Apr 2021 11:36:04 -0700 (PDT) Date: Mon, 26 Apr 2021 11:36:03 -0700 From: Kees Cook To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, Jason Gunthorpe , Kees Cook , Keith Busch Subject: [GIT PULL] overflow update for v5.13-rc1 Message-ID: <202104261134.C4C4063@keescook> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull this overflow update for v5.13-rc1. I was expecting more in this tree for this cycle, but the other work has not yet landed for -next. As a result, only this single typo fix exists. Yay tiny pulls. :) Thanks! -Kees The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15: Linux 5.12-rc2 (2021-03-05 17:33:41 -0800) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/overflow-v5.13-rc1 for you to fetch changes up to 4578be130a6470d85ff05b13b75a00e6224eeeeb: overflow: Correct check_shl_overflow() comment (2021-04-01 14:07:41 -0700) ---------------------------------------------------------------- overflow update for v5.13-rc1 - Fix typo in check_shl_overflow() kern-dec (Keith Busch) ---------------------------------------------------------------- Keith Busch (1): overflow: Correct check_shl_overflow() comment include/linux/overflow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- Kees Cook