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=-1.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH 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 F2033C04AB1 for ; Thu, 9 May 2019 15:22:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C129C20645 for ; Thu, 9 May 2019 15:22:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557415335; bh=aCuboc0DBEqSYwhDmmHu+oqhpDTlyXuSlUr8dAcbDY0=; h=Date:From:To:cc:Subject:In-Reply-To:References:List-ID:From; b=GOBhyQ8d5eI1qJ8xb0ISqB4vZp4pXdqJbmEHVybdlHd50ZM4ysjg3EvuqVHJRpQHB LHfT6a++OxfTiD0ZoLlTcOWKulFX/fxOOYz20cWePefw5p75vGn9liHrmt5UtD8aiR 6Xokbm/JJun8T7SH68vKXxYBHLmP8XrirWznpbFc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726666AbfEIPWO (ORCPT ); Thu, 9 May 2019 11:22:14 -0400 Received: from mail.kernel.org ([198.145.29.99]:50866 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726558AbfEIPWO (ORCPT ); Thu, 9 May 2019 11:22:14 -0400 Received: from pobox.suse.cz (prg-ext-pat.suse.com [213.151.95.130]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4A2D020989; Thu, 9 May 2019 15:22:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1557415332; bh=aCuboc0DBEqSYwhDmmHu+oqhpDTlyXuSlUr8dAcbDY0=; h=Date:From:To:cc:Subject:In-Reply-To:References:From; b=xh1HvqatwMyA5VW31J8qpmiWMIpqBPbCZl9CTu9sauGcmuVqXG8C284OGylgFSV93 HLbT5+PDleEAoKSY+C3qRbLliaSDnHzJfkJ+jKpTTXtgm4OlTeDt4B7FbLcBwhYZZH ehS9pr7LAdbR9fOuvT7afHMBcSJR3R6VPiHVJqqU= Date: Thu, 9 May 2019 17:22:09 +0200 (CEST) From: Jiri Kosina To: Miroslav Benes cc: jpoimboe@redhat.com, pmladek@suse.com, joe.lawrence@redhat.com, kamalesh@linux.vnet.ibm.com, live-patching@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] livepatch: Remove stale kobj_added entries from kernel-doc descriptions In-Reply-To: <20190507130815.17685-1-mbenes@suse.cz> Message-ID: References: <20190507130815.17685-1-mbenes@suse.cz> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 7 May 2019, Miroslav Benes wrote: > Commit 4d141ab3416d ("livepatch: Remove custom kobject state handling") > removed kobj_added members of klp_func, klp_object and klp_patch > structures. kernel-doc descriptions were omitted by accident. Remove > them. Applied to for-5.2/fixes. Thanks, -- Jiri Kosina SUSE Labs