From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D6E441FC7FB for ; Tue, 16 Jun 2026 02:30:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781577054; cv=none; b=t1AfPIXkbugAFuBpmoOqNrsepBgM1JUnNGMXOesufR1thAIFc85Y8neKUpBAhdNuqDhvAOMZJOZgOVw0xlB9rotbJbfbgLv/LC+xT7ODvhan/qyFHpEoonqMjfwRpWD4AbOSlz67mqEmA21QHh7dVEZskiigE2HmhqpHlaTF9NM= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781577054; c=relaxed/simple; bh=jFdRRD6b/G97XPkfpNVt3BXQh+DTujZiIuSpUStmZxo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Q1itCM2QkXLrrQNAsGFIh0KNGFeKk9K07PzBbI6T4XBF2hw6ALvYdEs5mUboCh5iMav1NskMYaEM0wIL1PFq+GvHTT4QRfVkiXQQYiUaH0LzzyxVW1aW7/ezGkz/DY61ja9yAZCAMVwOQYuLSmCYwVLA1jEooC2CG9hXfE/nCj4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=UvLMKsH0; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="UvLMKsH0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3D271F000E9; Tue, 16 Jun 2026 02:30:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=korg; t=1781577053; bh=OMWM5Oe/iOALfQSCq9AP8Xwk9k5uBj8wKhTQ3JgOsmM=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=UvLMKsH0b86oluPSGl4YtFrr2eErYwEU7Od0Z0HXfh2Kq9GtuydBBzhtj2waMnTRl fjmltt703bd1NSvz4mJbHAVoErjQt9LInK1Idx8x/oHg4axxkbL/cXV9+qmF4dhV4q VNxWHBcEoTWP/CWYZ7rdJV4IY0HVDAGxCrIipgPQ= Date: Tue, 16 Jun 2026 07:59:48 +0530 From: Greg Kroah-Hartman To: Gabriel Ramos Cc: linux-staging@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] staging: vme_user: remove obsolete VMEbus driver Message-ID: <2026061620-crux-nuzzle-6bcd@gregkh> References: <20260615204648.26053-1-maguraa53@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260615204648.26053-1-maguraa53@gmail.com> On Mon, Jun 15, 2026 at 05:46:48PM -0300, Gabriel Ramos wrote: > Signed-off-by: Gabriel Ramos > --- Hi, This is the friendly patch-bot of Greg Kroah-Hartman. You have sent him a patch that has triggered this response. He used to manually respond to these common problems, but in order to save his sanity (he kept writing the same thing over and over, yet to different people), I was created. Hopefully you will not take offence and will fix the problem in your patch and resubmit it so that it can be accepted into the Linux kernel tree. You are receiving this message because of the following common error(s) as indicated below: - You did not specify a description of why the patch is needed, or possibly, any description at all, in the email body. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what is needed in order to properly describe the change. - This looks like a new version of a previously submitted patch, but you did not list below the --- line any changes from the previous version. Please read the section entitled "The canonical patch format" in the kernel file, Documentation/process/submitting-patches.rst for what needs to be done here to properly describe this. If you wish to discuss this problem further, or you have questions about how to resolve this issue, please feel free to respond to this email and Greg will reply once he has dug out from the pending patches received from other developers. thanks, greg k-h's patch email bot