linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-22 18:21:29 to 2021-10-18 11:52:16 UTC [more...]

[PATCH v2 00/24] Unify PCI error response checking
 2021-10-18 11:51 UTC  (31+ messages)
` [PATCH v2 01/24] PCI: Add PCI_ERROR_RESPONSE and it's related definitions
` [PATCH v2 02/24] PCI: Set error response in config access defines when ops->read() fails
` [PATCH v2 03/24] PCI: Unify PCI error response checking
` [PATCH v2 04/24] PCI: Remove redundant error fabrication when device read fails
` [PATCH v2 05/24] PCI: thunder: "
` [PATCH v2 06/24] PCI: iproc: "
` [PATCH v2 07/24] PCI: mediatek: "
` [PATCH v2 08/24] PCI: exynos: "
` [PATCH v2 09/24] PCI: histb: "
` [PATCH v2 10/24] PCI: kirin: "
` [PATCH v2 11/24] PCI: aardvark: "
` [PATCH v2 12/24] PCI: mvebu: "
` [PATCH v2 13/24] PCI: altera: "
` [PATCH v2 14/24] PCI: rcar: "
` [PATCH v2 15/24] PCI: rockchip: "
` [PATCH v2 16/24] PCI/ERR: Use RESPONSE_IS_PCI_ERROR() to check read from hardware
` [PATCH v2 17/24] PCI: vmd: "
` [PATCH v2 18/24] PCI: pciehp: "
` [PATCH v2 19/24] PCI/DPC: "
` [PATCH v2 20/24] PCI/PME: "
` [PATCH v2 21/24] PCI: cpqphp: "
` [PATCH v2 22/24] PCI: keystone: Use PCI_ERROR_RESPONSE to specify hardware error
` [PATCH v2 23/24] PCI: hv: Use PCI_ERROR_RESPONSE to specify hardware read error
` [PATCH v2 24/24] PCI: xgene: Use PCI_ERROR_RESPONSE to specify hardware error

[PATCH v2 00/24] Unify PCI error response checking
 2021-10-15 14:38 UTC  (2+ messages)

[PATCH 00/22] PCI: Unify PCI error response checking
 2021-10-14 18:04 UTC  (46+ messages)
` [PATCH 01/22] PCI: Add PCI_ERROR_RESPONSE and it's related defintions
` [PATCH 02/22] PCI: Unify PCI error response checking
` [PATCH 03/22] PCI: thunder: Use SET_PCI_ERROR_RESPONSE() when device not found
` [PATCH 04/22] PCI: iproc: "
` [PATCH 05/22] PCI: mediatek: "
` [PATCH 06/22] PCI: exynos: "
` [PATCH 07/22] PCI: histb: "
` [PATCH 08/22] PCI: kirin: "
` [PATCH 09/22] PCI: aardvark: "
` [PATCH 10/22] PCI: mvebu: "
` [PATCH 11/22] PCI: altera: "
` [PATCH 12/22] PCI: rcar: "
` [PATCH 13/22] PCI: rockchip: "
` [PATCH 14/22] PCI/ERR: Use RESPONSE_IS_PCI_ERROR() to check read from hardware
` [PATCH 15/22] PCI: vmd: "
` [PATCH 16/22] PCI: pciehp: "
` [PATCH 17/22] PCI/DPC: "
` [PATCH 18/22] PCI/PME: "
` [PATCH 19/22] PCI: cpqphp: "
` [PATCH 20/22] PCI: keystone: Use PCI_ERROR_RESPONSE to specify hardware error
` [PATCH 21/22] PCI: hv: Use PCI_ERROR_RESPONSE to specify hardware read error
` [PATCH 22/22] PCI: xgene: Use PCI_ERROR_RESPONSE to specify hardware error

[PATCH] Bluetooth: hci_sock: purge socket queues in the destruct() callback
 2021-10-12 15:38 UTC  (2+ messages)

[PATCH v4 0/8] Fix long standing AER Error Handling Issues
 2021-10-05 17:18 UTC  (9+ messages)
` [PATCH v4 1/8] PCI/AER: Remove ID from aer_agent_string[]
` [PATCH v4 2/8] PCI: Cleanup struct aer_err_info
` [PATCH v4 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
` [PATCH v4 4/8] PCI/DPC: Use pci_aer_clear_status() "
` [PATCH v4 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
` [PATCH v4 6/8] PCI/AER: Clear error device AER registers in aer_irq()
` [PATCH v4 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
` [PATCH v4 8/8] PCI/AER: Include DEVCTL in aer_print_error()

[PATCH v3 0/8] Fix long standing AER Error Handling Issues
 2021-10-05  6:54 UTC  (12+ messages)
` [PATCH v3 1/8] PCI/AER: Remove ID from aer_agent_string[]
` [PATCH v3 2/8] PCI: Cleanup struct aer_err_info
` [PATCH v3 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
` [PATCH v3 4/8] PCI/DPC: Use pci_aer_clear_status() "
` [PATCH v3 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
` [PATCH v3 6/8] PCI/AER: Clear error device AER registers in aer_irq()
` [PATCH v3 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
` [PATCH v3 8/8] PCI/AER: Include DEVCTL in aer_print_error()

[PATCH 0/6] MIPS: OCTEON: Remove redundant AER code
 2021-10-04 17:59 UTC  (7+ messages)
` [PATCH 1/6] PCI/AER: Enable COR/UNCOR error reporting in set_device_error_reporting()
` [PATCH 2/6] MIPS: OCTEON: Remove redundant clearing of AER status registers
` [PATCH 3/6] MIPS: OCTEON: Remove redundant enable of PCIe normal error reporting
` [PATCH 4/6] MIPS: OCTEON: Remove redundant enable of COR/UNCOR error
` [PATCH 5/6] MIPS: OCTEON: Remove redundant ECRC Generation Enable
` [PATCH 6/6] MIPS: OCTEON: Remove redundant enable of RP error reporting

[PATCH v2 0/8] Fix long standing AER Error Handling Issues
 2021-10-04 14:12 UTC  (10+ messages)
    ` [PATCH v2 1/8] PCI/AER: Remove ID from aer_agent_string[]
    ` [PATCH v2 2/8] PCI: Cleanup struct aer_err_info
    ` [PATCH v2 3/8] PCI/DPC: Initialize info->id in dpc_process_error()
    ` [PATCH v2 4/8] PCI/DPC: Use pci_aer_clear_status() "
    ` [PATCH v2 5/8] PCI/DPC: Converge EDR and DPC Path of clearing AER registers
    ` [PATCH v2 6/8] PCI/AER: Clear error device AER registers in aer_irq()
    ` [PATCH v2 7/8] PCI/ERR: Remove redundant clearing of AER register in pcie_do_recovery()
    ` [PATCH v2 8/8] PCI/AER: Include DEVCTL in aer_print_error()
      ` [PATCH "

C++ Linux Kernel Module with C++20 concepts fast_io library
 2021-09-26 19:58 UTC 

[PATCH v10 0/4] drm: update locking for modesetting
 2021-09-07 19:50 UTC  (6+ messages)
` [PATCH v10 1/4] drm: fix null ptr dereference in drm_master_release
` [PATCH v10 2/4] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v10 3/4] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v10 4/4] drm: avoid races with modesetting rights

[PATCH v6 0/6] Bluetooth: fix locking and socket killing in SCO and RFCOMM
 2021-09-03  3:17 UTC  (9+ messages)
` [PATCH v6 1/6] Bluetooth: schedule SCO timeouts with delayed_work

[PATCH v8 0/7] drm: update locking for modesetting
 2021-08-31 12:28 UTC  (20+ messages)
` [PATCH v8 1/7] drm: fix null ptr dereference in drm_master_release
      ` [Intel-gfx] "
` [PATCH v8 2/7] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v8 3/7] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v8 4/7] drm: avoid races with modesetting rights
` [PATCH v8 5/7] drm: avoid circular locks in drm_mode_object_find
` [PATCH v8 6/7] drm: avoid circular locks in drm_lease_held
` [PATCH v8 7/7] drm: remove drm_file.master_lookup_lock

[PATCH] Bluetooth: fix race in sco_sock_connect
 2021-08-31  6:56 UTC 

[PATCH v9 0/4] drm: update locking for modesetting
 2021-08-31  6:13 UTC  (5+ messages)
` [PATCH v9 1/4] drm: fix null ptr dereference in drm_master_release
` [PATCH v9 2/4] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v9 3/4] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v9 4/4] drm: avoid races with modesetting rights

[syzbot] WARNING: refcount bug in qrtr_node_lookup
 2021-08-30  8:39 UTC  (2+ messages)

LFX MENTORSHIP -LINUX kernel checkpath documentation
 2021-08-30  7:22 UTC  (2+ messages)

Re:
 2021-08-29 12:01 UTC 

Mining Maintainers mentorship program
 2021-08-28 18:23 UTC  (2+ messages)

[PATCH] serial: 8250_mid: Use pci_irq_vector() to get IRQ
 2021-08-26 14:08 UTC  (3+ messages)

[PATCH v7 0/7] drm: update locking for modesetting
 2021-08-25 14:22 UTC  (8+ messages)
` [PATCH v7 1/7] drm: fix null ptr dereference in drm_master_release
` [PATCH v7 2/7] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v7 3/7] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v7 4/7] drm: avoid races with modesetting rights
` [PATCH v7 5/7] drm: avoid circular locks in drm_mode_object_find
` [PATCH v7 6/7] drm: avoid circular locks with modeset_mutex and master_rwsem
` [PATCH v7 7/7] drm: remove drm_file.master_lookup_lock

[PATCH v6 0/7] drm: update locking for modesetting
 2021-08-25 10:24 UTC  (8+ messages)
` [PATCH v6 1/7] drm: fix null ptr dereference in drm_master_release
` [PATCH v6 2/7] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v6 3/7] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v6 4/7] drm: avoid races with modesetting rights
` [PATCH v6 5/7] drm: avoid circular locks in drm_mode_object_find
` [PATCH v6 6/7] drm: avoid circular locks with modeset_mutex and master_rwsem
` [PATCH v6 7/7] drm: remove drm_file.master_lookup_lock

[PATCH] USB: serial: iuu_phoenix: fix quoted string split across lines
 2021-08-25  8:22 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v3] Documentation: checkpatch: Add SYMBOLIC_PERMS message
 2021-08-24 22:13 UTC  (5+ messages)
` [PATCH v4] "
      ` [PATCH v5] "

[PATCH v4 0/2] Fix syzkaller bug: hung task in hub_port_init
 2021-08-23 22:20 UTC  (3+ messages)
` [PATCH v4 1/2] usbip: give back URBs for unsent unlink requests during cleanup

[PATCH v5 0/6] drm: update locking for modesetting
 2021-08-23 17:14 UTC  (7+ messages)
` [PATCH v5 1/6] drm: fix null ptr dereference in drm_master_release
` [PATCH v5 2/6] drm: convert drm_device.master_mutex into a rwsem
` [PATCH v5 3/6] drm: lock drm_global_mutex earlier in the ioctl handler
` [PATCH v5 4/6] drm: avoid races with modesetting rights
` [PATCH v5 5/6] drm: avoid circular locks with modeset_mutex and master_rwsem
` [PATCH v5 6/6] drm: remove drm_file.master_lookup_lock

[PATCH] btrfs: reset replace target device to allocation state on close
 2021-08-23 11:56 UTC  (3+ messages)

[PATCH v2] tty: Fix data race between tiocsti() and flush_to_ldisc()
 2021-08-23  8:52 UTC  (2+ messages)

Checkpatch Documentation mentorship program
 2021-08-22 18:33 UTC  (2+ messages)

Regarding Linux Kernel: Checkpatch Documentation
 2021-08-22 18:25 UTC 

Checkpatch Documentation mentorship program
 2021-08-22 18:22 UTC  (2+ messages)

Linux Kernel: Checkpatch Documentation
 2021-08-22 18:21 UTC  (2+ messages)


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).