From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.linuxfoundation.org ([140.211.169.12]:56657 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965199AbaH0VEF (ORCPT ); Wed, 27 Aug 2014 17:04:05 -0400 Date: Wed, 27 Aug 2014 14:04:05 -0700 From: Greg KH To: Ricardo Ribalda Delgado Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, LKML Subject: Re: [PATCH] pci/pci-sysfs: Set pci interface in uppercase Message-ID: <20140827210405.GA26372@kroah.com> References: <1409144277-23379-1-git-send-email-ricardo.ribalda@gmail.com> <20140827202301.GA13800@kroah.com> <20140827205129.GA25227@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: linux-pci-owner@vger.kernel.org List-ID: On Wed, Aug 27, 2014 at 10:56:57PM +0200, Ricardo Ribalda Delgado wrote: > No worries, > > I have to mark for stable it or Bjorn? It it is me, how :) ? Bjorn can when he applies it, for details on the process, see the kernel file Documentation/stable_kernel_rules.txt > ps: For other people reading this thread, the kmod/modprobe is in > http://anonscm.debian.org/cgit/users/md/kmod.git/tree/libkmod/libkmod-index.c > and handles all the modalias as strings without differing the type. That sounds wrong, and odds are, will cause more problems over time. These are hex values, not strings :( thanks, greg k-h