From patchwork Fri May 22 23:42:32 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Howells X-Patchwork-Id: 1296530 Return-Path: X-Original-To: patchwork-incoming-netdev@ozlabs.org Delivered-To: patchwork-incoming-netdev@ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=netdev-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=DT5vkd0L; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 49TNMT1KD4z9sRY for ; Sat, 23 May 2020 09:42:45 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387408AbgEVXmj (ORCPT ); Fri, 22 May 2020 19:42:39 -0400 Received: from us-smtp-1.mimecast.com ([205.139.110.61]:20217 "EHLO us-smtp-delivery-1.mimecast.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1731169AbgEVXmi (ORCPT ); Fri, 22 May 2020 19:42:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1590190958; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=mbvdctjClQbp0Jrz489CT4trpZjcuEg4KIRu2UYcXZ4=; b=DT5vkd0Liz8W+5WtZEb3PPall7w+Kx8vIvDIMD4vF1hdCiuPSFjtrowG2+CXj5yBZaLnrb dxDwCRYkkaclerlCXGmp04UMEUvYYNrUwGnAR5sYk4xV6cKOjF26BnPCnGN6rwhdiAjpDA EVgHlD3rZYpAHieLlTB6VDxSAbEogWM= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-180-j7pi3hFmOI2JIEubdNxo2g-1; Fri, 22 May 2020 19:42:35 -0400 X-MC-Unique: j7pi3hFmOI2JIEubdNxo2g-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 55DD680183C; Fri, 22 May 2020 23:42:34 +0000 (UTC) Received: from warthog.procyon.org.uk (ovpn-112-138.rdu2.redhat.com [10.10.112.138]) by smtp.corp.redhat.com (Postfix) with ESMTP id 2BCA060BE2; Fri, 22 May 2020 23:42:32 +0000 (UTC) Subject: [PATCH net 0/2] rxrpc: Fix a warning and a leak [ver #2] From: David Howells To: netdev@vger.kernel.org Cc: Qiushi Wu , Markus Elfring , dhowells@redhat.com, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org Date: Sat, 23 May 2020 00:42:32 +0100 Message-ID: <159019095229.999797.5088700147400532632.stgit@warthog.procyon.org.uk> User-Agent: StGit/0.22 MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Here are a couple of fixes for AF_RXRPC: (1) Fix an uninitialised variable warning. (2) Fix a leak of the ticket on error in rxkad. The patches are tagged here: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git rxrpc-fixes-20200523-v2 and can also be found on the following branch: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes David --- Qiushi Wu (1): rxrpc: Fix a memory leak in rxkad_verify_response() fs/afs/fs_probe.c | 2 +- net/rxrpc/rxkad.c | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-)