linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Holger Schurig <hs4233@mail.mn-solutions.de>
Cc: linux-wireless@vger.kernel.org, Zhu Yi <yi.zhu@intel.com>
Subject: Re: [PATCH 00/51] iwlwifi driver 05/23 updates
Date: Fri, 23 May 2008 09:54:16 -0400	[thread overview]
Message-ID: <20080523135416.GA19379@tuxdriver.com> (raw)
In-Reply-To: <200805231526.27110.hs4233@mail.mn-solutions.de>

On Fri, May 23, 2008 at 03:26:27PM +0200, Holger Schurig wrote:
> > It should be fine as-is, especially since you sent each as a
> > reply to the previous.
> 
> However, sending LOTS of patches via this way looks funny in 
> several e-mail clients. Here's an example with KMail:

That is true.  OTOH, sending them as individual messages (or as replies
to a single "0/N" message) can cause them to arrive out of order.

In most cases patches sent as a group need to be applied in a certain
order.  In many cases they will fail to apply, and in others they
might apply out of order but not be "bisectable" out of order.

IMHO it is a lot easier to deal with the "funny looking" mailbox
window than to deal with the issues caused by misordered patches.

John
-- 
John W. Linville
linville@tuxdriver.com

      reply	other threads:[~2008-05-23 14:29 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-05-23  2:08 [PATCH 00/51] iwlwifi driver 05/23 updates Zhu Yi
2008-05-23  2:08 ` [PATCH] iwlwifi: changing irrelevant comment Zhu Yi
2008-05-23  2:08   ` [PATCH] iwlwifi: remove iwl4965_nic_start function Zhu Yi
2008-05-23  2:08     ` [PATCH] mac80211: separate Tx and Rx MCS when configuring HT Zhu Yi
2008-05-23  2:08       ` [PATCH] iwlwifi: filling Tx MCS set Zhu Yi
2008-05-23  2:08         ` [PATCH] iwlwifi: rename iwl4965_queue to iwl_queue Zhu Yi
2008-05-23  2:08           ` [PATCH] iwlwifi: rename iwl4965_tx_info to iwl_tx_info Zhu Yi
2008-05-23  2:08             ` [PATCH] iwlwifi: get_hw_cmd_size Zhu Yi
2008-05-23  2:08               ` [PATCH] iwlwifi: remove 4965 from iwl4965_tx_queue_update_write_ptr Zhu Yi
2008-05-23  2:08                 ` [PATCH] iwlwifi: remove 4965 prefix from iwl4965_frame Zhu Yi
2008-05-23  2:08                   ` [PATCH] iwlwifi: remove 4965 from iwl4965_rate_info Zhu Yi
2008-05-23  2:08                     ` [PATCH] iwlwifi: move iwl_bcast_addr to iwlcore Zhu Yi
2008-05-23  2:08                       ` [PATCH] iwlwifi: move more station managment into iwl-sta.c Zhu Yi
2008-05-23  2:08                         ` [PATCH] iwlwifi: remove 4956 form iwl4965_tx_cmd Zhu Yi
2008-05-23  2:08                           ` [PATCH] iwlwifi: refactor ieee80211_get_qos_ctrl Zhu Yi
2008-05-23  2:08                             ` [PATCH] iwlwifi: move TX code into iwl-tx.c Zhu Yi
2008-05-23  2:08                               ` [PATCH] iwlwifi: don't switch to SGI if not supported by AP Zhu Yi
2008-05-23  2:08                                 ` [PATCH] iwlwifi: clean up and bug fix for security Zhu Yi
2008-05-23  2:08                                   ` [PATCH] iwlwifi: rename and move Tx queue activation/deactivation Zhu Yi
2008-05-23  2:08                                     ` [PATCH] iwlwifi: add rx_handlers stub for iwl5000 Zhu Yi
2008-05-23  2:08                                       ` [PATCH] iwlwifi: add ucode loaders " Zhu Yi
2008-05-23  2:08                                         ` [PATCH] iwlwifi: add ucode init flow handling " Zhu Yi
2008-05-23  2:09                                           ` [PATCH] iwlwifi: iwl5000 WiFi/WiMax coexistence Zhu Yi
2008-05-23  2:09                                             ` [PATCH] iwlwifi: remove 4965 remainings in iwl-eeprom.c file Zhu Yi
2008-05-23  2:09                                               ` [PATCH] iwlwifi: add debugfs to disable/enable run time calibration Zhu Yi
2008-05-23  2:09                                                 ` [PATCH] iwlwifi: refactor pci prob flow Zhu Yi
2008-05-23  2:09                                                   ` [PATCH] iwlwifi: trigger event log from debugfs Zhu Yi
2008-05-23  2:09                                                     ` [PATCH] iwlwifi: move iwl_dump_nic_error_log to iwlcore module Zhu Yi
2008-05-23  2:09                                                       ` [PATCH] iwlwifi: add RTC data address for iwl5000 Zhu Yi
2008-05-23  2:09                                                         ` [PATCH] iwlwifi: use uCode error and event tables pointer w.r.t loaded image Zhu Yi
2008-05-23  2:09                                                           ` [PATCH] iwlwifi: increase max payload of iwl_cmd Zhu Yi
2008-05-23  2:09                                                             ` [PATCH] iwlwifi: create drivers debugfs dir under wiphy->debugfsdir Zhu Yi
2008-05-23  2:09                                                               ` [PATCH] iwlwifi: mark 4965 ucode types Zhu Yi
2008-05-23  2:09                                                                 ` [PATCH] iwlwifi: remove unused variable form __iwl4965_down Zhu Yi
2008-05-23  2:09                                                                   ` [PATCH] iwlwifi: remove notif_missed_beacons variable Zhu Yi
2008-05-23  2:09                                                                     ` [PATCH] iwlwifi: clean up alive_start routine Zhu Yi
2008-05-23  2:09                                                                       ` [PATCH] iwlwifi: remove 4965 from alive_resp structures Zhu Yi
2008-05-23  2:09                                                                         ` [PATCH] iwlwifi: setup correctly L1 L0S pi link values Zhu Yi
2008-05-23  2:09                                                                           ` [PATCH] iwlwifi: implement apm reset flow Zhu Yi
2008-05-23  2:09                                                                             ` [PATCH] iwlwifi: implement apm stop function Zhu Yi
2008-05-23  2:09                                                                               ` [PATCH] iwlwifi: refactor stop master function Zhu Yi
2008-05-23  2:09                                                                                 ` [PATCH] iwlwifi: move txq_ctx_stop into iwl-tx.c Zhu Yi
2008-05-23  2:09                                                                                   ` [PATCH] iwlwifi: move iwl_rxq_stop into iwl-rx.c Zhu Yi
2008-05-23  2:09                                                                                     ` [PATCH] iwlwifi: add remove station functionality Zhu Yi
2008-05-23  2:09                                                                                       ` [PATCH] iwlwifi: move add sta handler to iwl-sta.c Zhu Yi
2008-05-23  2:09                                                                                         ` [PATCH] iwlwifi: move iwl_rx_missed_beacon_notif to iwl-rx.c Zhu Yi
2008-05-23  2:09                                                                                           ` [PATCH] iwlwifi-5000: implement initial calibration for 5000 Zhu Yi
2008-05-23  2:09                                                                                             ` [PATCH] iwlwifi: activate status ready timeout only for run time ucode Zhu Yi
2008-05-23  2:09                                                                                               ` [PATCH] iwlwifi: add iwl5000_tx_response structure Zhu Yi
2008-05-23  2:09                                                                                                 ` [PATCH] iwlwifi: move tx response common handlers to iwlcore Zhu Yi
2008-05-23  2:09                                                                                                   ` [PATCH] iwlwifi: impelemnt 5000 tx response path Zhu Yi
2008-05-23  2:09                                                                                                     ` [PATCH] iwlwifi: move 4965 tx response into iwl-4965.c Zhu Yi
2008-05-23  5:44                                                                                                     ` [PATCH] iwlwifi: impelemnt 5000 tx response path Harvey Harrison
2008-05-23  5:59                                                                                                       ` Tomas Winkler
2008-05-23  2:45 ` [PATCH 00/51] iwlwifi driver 05/23 updates Zhu Yi
2008-05-23 12:32   ` John W. Linville
2008-05-23 13:26     ` Holger Schurig
2008-05-23 13:54       ` John W. Linville [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080523135416.GA19379@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=hs4233@mail.mn-solutions.de \
    --cc=linux-wireless@vger.kernel.org \
    --cc=yi.zhu@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).