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.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,INCLUDES_PULL_REQUEST, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=unavailable 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 08DBCC433DB for ; Wed, 3 Feb 2021 13:09:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C789564F2C for ; Wed, 3 Feb 2021 13:09:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231134AbhBCNJu (ORCPT ); Wed, 3 Feb 2021 08:09:50 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37984 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229691AbhBCNJq (ORCPT ); Wed, 3 Feb 2021 08:09:46 -0500 Received: from mail-wm1-x32e.google.com (mail-wm1-x32e.google.com [IPv6:2a00:1450:4864:20::32e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 41D47C0613D6 for ; Wed, 3 Feb 2021 05:09:05 -0800 (PST) Received: by mail-wm1-x32e.google.com with SMTP id l12so4379590wmq.2 for ; Wed, 03 Feb 2021 05:09:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bgdev-pl.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=kITRYmL9gYyUSTr+OQk1FZU6u9l8o2aUuI4jTkAxf4o=; b=DrATJn7fPqQ32wdnSdxvpOC6uLX5INiZsvqke4K8loBMQBpGV+//FTFikEkBm9piMi wFTQL/UAq+cPx7wvB6erw5tHB1rl1xQg+GsyrvcYtMF28IceHmDwJ8D+9OCU+mXDhFQg 82+VnSzu4OXHxsCWAok2O4DW8GYjgf0HTXbhxroChvIz8pl4gtp7H+TtYnUoywfAD48D Z5RQARvDlf+944xs2X40nfT983qEq1LrIykuRWfTi4D1WtqC4UVq7n0WhvWHOERvos6z YFR3QeNJlwGyz+2NdFf9sad4eNGIvI1W77HCNBmNGgRP+9pHGyQ4y8rjZEIAVRocUGtV j2Mg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=kITRYmL9gYyUSTr+OQk1FZU6u9l8o2aUuI4jTkAxf4o=; b=gp0PZhgogLM2ofxfKOEPyXr5fxDpcNtvxjlV+4Pcu7nEhzNimoQSbAhEtfK9GEXIZe u5hb8TnGm/ZNIOaPEpVTN+un58efpx/idFbWO/jTFMJPrRyFaEbUm5uSxUvDywQj0z8i io8+W7LJN0/LPNzM1xyWY+/lvZ4ngYPLAnCoxIzTFJZ0qMFB58XhwslEC/fa6n9KbFrs NQZcxrfjixlgyLbzR+yyEBmrlFv4foQjG+t0uixKiHFwQkSbcDjBqWMOTR2SNbzr7W9Q /KVa5JuyY3zff1kh2Yi9Y5ShkF4RecOa3359fB/CdXnnT83rHHZSoCNow5yRDxKFNPgE iQcA== X-Gm-Message-State: AOAM532pJFaduwg58Zzv2lCGNOhANJ0OqNG8QYjVcFtPN7ZI+h9spZb9 /VDVkZRrPLet1fpF2YNCdSaxWQ== X-Google-Smtp-Source: ABdhPJxuOMj9hloUakkWJIg9DRccJERGx8rzkaFXU90o6FHTSQ5YHjTLuy5KIh2B+HrDu+rqZkR1JA== X-Received: by 2002:a05:600c:3591:: with SMTP id p17mr2834006wmq.153.1612357743323; Wed, 03 Feb 2021 05:09:03 -0800 (PST) Received: from debian-brgl.home (amarseille-656-1-4-167.w90-8.abo.wanadoo.fr. [90.8.158.167]) by smtp.gmail.com with ESMTPSA id g16sm2624414wmi.30.2021.02.03.05.09.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 03 Feb 2021 05:09:02 -0800 (PST) From: Bartosz Golaszewski To: Linus Torvalds Cc: Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: [GIT PULL] gpio: fixes for v5.11-rc7 Date: Wed, 3 Feb 2021 14:08:57 +0100 Message-Id: <20210203130857.17648-1-brgl@bgdev.pl> X-Mailer: git-send-email 2.29.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Linus, here are some more fixes from the GPIO subsystem for this release. This time it's only core fixes. Details are in the signed tag. Please pull, Bartosz The following changes since commit 6ee1d745b7c9fd573fba142a2efdad76a9f1cb04: Linux 5.11-rc5 (2021-01-24 16:47:14 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux.git tags/gpio-fixes-for-v5.11-rc7 for you to fetch changes up to c07ea8d0b170c0cf6592a53981841c7973e142ea: gpio: gpiolib: remove shadowed variable (2021-02-01 13:24:28 +0100) ---------------------------------------------------------------- gpio fixes for v5.11-rc7 - fix a memory leak in error path in gpiolib - clear debounce period in output mode in the character device code - remove shadowed variable ---------------------------------------------------------------- Kent Gibson (1): gpiolib: cdev: clear debounce period if line set to output Quanyang Wang (1): gpiolib: free device name on error path to fix kmemleak Wolfram Sang (1): gpio: gpiolib: remove shadowed variable drivers/gpio/gpiolib-cdev.c | 2 ++ drivers/gpio/gpiolib.c | 12 +++++++++--- 2 files changed, 11 insertions(+), 3 deletions(-)