Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Documentation/RCU/RTFP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2451,7 +2451,7 @@ lot of {Linux} into your technology!!!"
,month="February"
,year="2010"
,note="Available:
\url{http://thread.gmane.org/gmane.linux.network/153338}
\url{https://marc.info/?l=linux-netdev&m=126719845805722}
[Viewed June 9, 2014]"
,annotation={
Use a pair of list_head structures to support RCU-protected
Expand Down
4 changes: 2 additions & 2 deletions Documentation/networking/dsa/dsa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,6 @@ Other hanging fruits

- making the number of ports fully dynamic and not dependent on DSA_MAX_PORTS
- allowing more than one CPU/management interface:
http://comments.gmane.org/gmane.linux.network/365657
https://marc.info/?l=linux-netdev&m=143292715902780
- porting more drivers from other vendors:
http://comments.gmane.org/gmane.linux.network/365510
https://lore.kernel.org/lkml/1432863742-18427-1-git-send-email-mathieu%40codeaurora.org/
4 changes: 2 additions & 2 deletions drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -4454,7 +4454,7 @@ static const struct ata_blacklist_entry ata_device_blacklist [] = {
/* NCQ is slow */
{ "WDC WD740ADFD-00", NULL, ATA_HORKAGE_NONCQ },
{ "WDC WD740ADFD-00NLR1", NULL, ATA_HORKAGE_NONCQ, },
/* http://thread.gmane.org/gmane.linux.ide/14907 */
/* https://marc.info/?l=linux-netdev&m=109410874410531 */
{ "FUJITSU MHT2060BH", NULL, ATA_HORKAGE_NONCQ },
/* NCQ is broken */
{ "Maxtor *", "BANC*", ATA_HORKAGE_NONCQ },
Expand Down Expand Up @@ -5715,7 +5715,7 @@ static void ata_port_request_pm(struct ata_port *ap, pm_message_t mesg,
* the device won't be used before being resumed, we don't need to touch the
* device. Ask EH to skip the usual stuff and proceed directly to suspend.
*
* http://thread.gmane.org/gmane.linux.ide/46764
* https://lore.kernel.org/lkml/201007091750.05020.stephan.diestelhorst%40amd.com/
*/
static const unsigned int ata_port_suspend_ehi = ATA_EHI_QUIET
| ATA_EHI_NO_AUTOPSY
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_inic162x.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* no support from the vendor. Do not use this driver in any production
* environment.
*
* http://thread.gmane.org/gmane.linux.debian.devel.bugs.rc/378525/focus=54491
* http://article.gmane.org/gmane.linux.debian.devel.bugs.rc/378525
* https://bugzilla.kernel.org/show_bug.cgi?id=60565
*
* *****************
Expand Down
2 changes: 1 addition & 1 deletion drivers/ata/sata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ static void svia_configure(struct pci_dev *pdev, int board_id,
*
* https://bugzilla.kernel.org/show_bug.cgi?id=15173
* http://article.gmane.org/gmane.linux.ide/46352
* http://thread.gmane.org/gmane.linux.kernel/1062139
* https://lore.kernel.org/lkml/1289737911.24491.7.camel%40twins/
*
* As the fix slows down data transfer, apply it only if the error
* actually appears - see vt6421_error_handler()
Expand Down
4 changes: 2 additions & 2 deletions drivers/pci/quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -4158,8 +4158,8 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_CHELSIO, PCI_ANY_ID,
* root complex.
*
* http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/94086
* http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/94102
* http://permalink.gmane.org/gmane.comp.emulators.kvm.devel/99402
* https://lore.kernel.org/lkml/Pine.GSO.4.05.10302202111580.28156-100000%40iitr.ernet.in/
* https://lore.kernel.org/lkml/3E6EA9FA.2090406%40pobox.com/
*
* 1002:4385 SBx00 SMBus Controller
* 1002:439c SB7x0/SB8x0/SB9x0 IDE Controller
Expand Down
2 changes: 1 addition & 1 deletion include/linux/workqueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ enum {
* leads to noticeable power saving at the cost of small
* performance disadvantage.
*
* http://thread.gmane.org/gmane.linux.kernel/1480396
* https://www.mail-archive.com/linux-kernel@vger.kernel.org/msg424068.html
*/
WQ_POWER_EFFICIENT = 1 << 7,

Expand Down
2 changes: 1 addition & 1 deletion kernel/module.c
Original file line number Diff line number Diff line change
Expand Up @@ -3480,7 +3480,7 @@ static noinline int do_init_module(struct module *mod)
* constraints, this hack seems to be the best option for now.
* Please refer to the following thread for details.
*
* http://thread.gmane.org/gmane.linux.kernel/1420814
* https://lore.kernel.org/lkml/CALxABCYMC71rvWeoZ_cW%2BWHbXRibShuRh1U5A%2B0WEB-nt2uxHw%40mail.gmail.com/
*/
if (!mod->async_probe_requested && (current->flags & PF_USED_ASYNC))
async_synchronize_full();
Expand Down
2 changes: 1 addition & 1 deletion net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ ieee80211_tx_h_check_assoc(struct ieee80211_tx_data *tx)
* off-channel. See the link below and
* ieee80211_start_scan() for more.
*
* http://article.gmane.org/gmane.linux.kernel.wireless.general/30089
* https://lore.kernel.org/linux-wireless/1237212030.16396.13.camel@johannes.local/
*/
return TX_DROP;

Expand Down