From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-2.2 required=5.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by gnuweeb.org (Postfix) with ESMTPS id 1997D8161D for ; Wed, 16 Nov 2022 13:57:52 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (1024-bit key; unprotected) header.d=redhat.com header.i=@redhat.com header.a=rsa-sha256 header.s=mimecast20190719 header.b=GRFqSdyH; dkim-atps=neutral DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1668607071; 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: in-reply-to:in-reply-to:references:references; bh=FlQynIVqxw448VxZJPqOAC9f29JDiDupGRcPdxJ6UdE=; b=GRFqSdyH0eMyGfmenRWCeS8NXqzq5rEdKjxij8tEvMnGS5Y8xDdnj/XfE3dnpFbeLZ1VL1 cKdD4revkdzbditl+oNOG3y4uDH6xL9fK+B5ILqp5r0fv4L4AszW5t9RsrOUU7B6TN383W R846Puc4yIAyo6sd+l//AC1MucO/6vo= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-179-Qr79_xnxPnKLKmDj4RXvkw-1; Wed, 16 Nov 2022 08:57:48 -0500 X-MC-Unique: Qr79_xnxPnKLKmDj4RXvkw-1 Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 84C71101E9B1; Wed, 16 Nov 2022 13:57:47 +0000 (UTC) Received: from warthog.procyon.org.uk (unknown [10.33.36.24]) by smtp.corp.redhat.com (Postfix) with ESMTP id 9E2722166B29; Wed, 16 Nov 2022 13:57:46 +0000 (UTC) Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <202211071354.ANknPOk9-lkp@intel.com> References: <202211071354.ANknPOk9-lkp@intel.com> To: Dan Carpenter Cc: dhowells@redhat.com, oe-kbuild@lists.linux.dev, lkp@intel.com, oe-kbuild-all@lists.linux.dev, Ammar Faizi , GNU/Weeb Mailing List Subject: Re: [ammarfaizi2-block:dhowells/linux-fs/rxrpc-ringless-5 29/79] net/rxrpc/io_thread.c:52 rxrpc_error_report() error: uninitialized symbol 'skb'. MIME-Version: 1.0 Date: Wed, 16 Nov 2022 13:57:43 +0000 Message-ID: <2969791.1668607063@warthog.procyon.org.uk> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.6 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="us-ascii" Content-ID: <2969790.1668607063.1@warthog.procyon.org.uk> Content-Transfer-Encoding: quoted-printable List-Id: Dan Carpenter wrote: > New smatch warnings: > net/rxrpc/io_thread.c:52 rxrpc_error_report() error: uninitialized symbol= 'skb'. Fixed that. > Old smatch warnings: > net/rxrpc/io_thread.c:210 rxrpc_input_packet() warn: passing freed memory= 'skb' Do you know if that's still there? "Old" in what sense? David