All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-01 12:23:51 to 2021-09-01 12:36:03 UTC [more...]

[PATCH 5.4 00/48] 5.4.144-rc1 review
 2021-09-01 12:28 UTC  (47+ messages)
` [PATCH 5.4 01/48] net: qrtr: fix another OOB Read in qrtr_endpoint_post
` [PATCH 5.4 02/48] ARC: Fix CONFIG_STACKDEPOT
` [PATCH 5.4 03/48] netfilter: conntrack: collect all entries in one cycle
` [PATCH 5.4 04/48] once: Fix panic when module unload
` [PATCH 5.4 05/48] ovl: fix uninitialized pointer read in ovl_lookup_real_one()
` [PATCH 5.4 06/48] mmc: sdhci-msm: Update the software timeout value for sdhc
` [PATCH 5.4 07/48] mm, oom: make the calculation of oom badness more accurate
` [PATCH 5.4 08/48] can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters
` [PATCH 5.4 09/48] Revert "USB: serial: ch341: fix character loss at high transfer rates"
` [PATCH 5.4 10/48] USB: serial: option: add new VID/PID to support Fibocom FG150
` [PATCH 5.4 11/48] usb: dwc3: gadget: Fix dwc3_calc_trbs_left()
` [PATCH 5.4 12/48] usb: dwc3: gadget: Stop EP0 transfers during pullup disable
` [PATCH 5.4 13/48] scsi: core: Fix hang of freezing queue between blocking and running device
` [PATCH 5.4 14/48] RDMA/bnxt_re: Add missing spin lock initialization
` [PATCH 5.4 15/48] IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()
` [PATCH 5.4 16/48] e1000e: Fix the max snoop/no-snoop latency for 10M
` [PATCH 5.4 17/48] RDMA/efa: Free IRQ vectors on error flow
` [PATCH 5.4 18/48] ip_gre: add validation for csum_start
` [PATCH 5.4 19/48] xgene-v2: Fix a resource leak in the error handling path of xge_probe()
` [PATCH 5.4 20/48] net: marvell: fix MVNETA_TX_IN_PRGRS bit number
` [PATCH 5.4 21/48] rtnetlink: Return correct error on changing device netns
` [PATCH 5.4 22/48] net: hns3: clear hardware resource when loading driver
` [PATCH 5.4 23/48] net: hns3: fix duplicate node in VLAN list
` [PATCH 5.4 24/48] net: hns3: fix get wrong pfc_en when query PFC configuration
` [PATCH 5.4 25/48] drm/i915: Fix syncmap memory leak
` [PATCH 5.4 26/48] usb: gadget: u_audio: fix race condition on endpoint stop
` [PATCH 5.4 27/48] perf/x86/intel/uncore: Fix integer overflow on 23 bit left shift of a u32
` [PATCH 5.4 28/48] opp: remove WARN when no valid OPPs remain
` [PATCH 5.4 29/48] virtio: Improve vq->broken access to avoid any compiler optimization
` [PATCH 5.4 31/48] vringh: Use wiov->used to check for read/write desc order
` [PATCH 5.4 32/48] qed: qed ll2 race condition fixes
` [PATCH 5.4 33/48] qed: Fix null-pointer dereference in qed_rdma_create_qp()
` [PATCH 5.4 34/48] drm: Copy drm_wait_vblank to user before returning
` [PATCH 5.4 35/48] drm/nouveau/disp: power down unused DP links during init
` [PATCH 5.4 36/48] net/rds: dma_map_sg is entitled to merge entries
` [PATCH 5.4 37/48] btrfs: fix race between marking inode needs to be logged and log syncing
` [PATCH 5.4 38/48] vt_kdsetmode: extend console locking
` [PATCH 5.4 40/48] bpf: Fix cast to pointer from integer of different size warning
` [PATCH 5.4 41/48] net: dsa: mt7530: fix VLAN traffic leaks again
` [PATCH 5.4 42/48] KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
` [PATCH 5.4 43/48] arm64: dts: qcom: msm8994-angler: Fix gpio-reserved-ranges 85-88
` [PATCH 5.4 44/48] btrfs: fix NULL pointer dereference when deleting device by invalid id
` [PATCH 5.4 45/48] Revert "floppy: reintroduce O_NDELAY fix"
` [PATCH 5.4 46/48] Revert "parisc: Add assembly implementations for memset, strlen, strcpy, strncpy and strcat"
` [PATCH 5.4 47/48] net: dont unconditionally copy_from_user a struct ifreq for socket ioctls
` [PATCH 5.4 48/48] audit: move put_tree() to avoid trim_trees refcount underflow and UAF

[PATCH 2/2] arm: mvebu: a37xx: Define CONFIG_SYS_REF_CLK and use it instead of get_ref_clk()
 2021-09-01 12:35 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v3 00/10] iio: adc: at91-sama5d2_adc: add support for sama7g5
 2021-09-01 12:30 UTC  (18+ messages)
` [PATCH v3 01/10] dt-bindings: iio: adc: at91-sama5d2: add compatible for sama7g5-adc
` [PATCH v3 02/10] iio: adc: at91-sama5d2_adc: initialize hardware after clock is started
` [PATCH v3 03/10] iio: adc: at91-sama5d2_adc: remove unused definition
` [PATCH v3 04/10] iio: adc: at91-sama5d2_adc: convert to platform specific data structures
` [PATCH v3 05/10] iio: adc: at91-sama5d2_adc: add support for separate end of conversion registers
` [PATCH v3 06/10] iio: adc: at91-sama5d2_adc: add helper for COR register
` [PATCH v3 07/10] iio: adc: at91-sama5d2_adc: add support for sama7g5 device
` [PATCH v3 08/10] iio: adc: at91-sama5d2_adc: update copyright and authors information
` [PATCH v3 09/10] ARM: dts: at91: sama7g5: add node for the ADC
` [PATCH v3 10/10] ARM: dts: at91: sama7g5ek: enable ADC on the board

[PATCH] ARM: s3c: irq-s3c24xx: Fix return value check for s3c24xx_init_intc()
 2021-09-01 12:31 UTC  (5+ messages)

[PATCH net-next v2 0/3] TSN endpoint Ethernet MAC driver
 2021-09-01 12:33 UTC  (5+ messages)
` [PATCH net-next v2 1/3] dt-bindings: Add vendor prefix for Engleder
` [PATCH net-next v2 2/3] dt-bindings: net: Add tsnep Ethernet controller

[PATCH v2 0/9] Free user PTE page table pages
 2021-09-01 12:32 UTC  (2+ messages)

[PULL v1 00/10] Merge tpm 2021/09/01 v1
 2021-09-01 12:21 UTC  (10+ messages)
` [PULL v1 01/10] tests: Rename TestState to TPMTestState
` [PULL v1 02/10] tests: Add tpm_version field to TPMTestState and fill it
` [PULL v1 03/10] tests: acpi: Prepare for renaming of TPM2 related ACPI files
` [PULL v1 04/10] tests: Add suffix 'tpm2' or 'tpm12' to ACPI table files
` [PULL v1 05/10] tests: acpi: tpm2: Add the renamed ACPI files and drop old ones
` [PULL v1 06/10] tests: tpm: Create TPM 1.2 response in TPM emulator
` [PULL v1 07/10] tests: acpi: prepare for new TPM 1.2 related tables
` [PULL v1 08/10] tests: Use QMP to check whether a TPM device model is available
` [PULL v1 09/10] tests: acpi: Add test cases for TPM 1.2 with TCPA table

[PATCH v3 0/2] refactor sqthread cpu binding logic
 2021-09-01 12:31 UTC  (3+ messages)
` [PATCH 2/2] io_uring: consider cgroup setting when binding sqpoll cpu

[PATCH 4.19 00/33] 4.19.206-rc1 review
 2021-09-01 12:28 UTC  (34+ messages)
` [PATCH 4.19 01/33] net: qrtr: fix another OOB Read in qrtr_endpoint_post
` [PATCH 4.19 02/33] bpf: Do not use ax register in interpreter on div/mod
` [PATCH 4.19 03/33] bpf: Fix 32 bit src register truncation "
` [PATCH 4.19 04/33] bpf: Fix truncation handling for mod32 dst reg wrt zero
` [PATCH 4.19 05/33] ARC: Fix CONFIG_STACKDEPOT
` [PATCH 4.19 06/33] netfilter: conntrack: collect all entries in one cycle
` [PATCH 4.19 07/33] once: Fix panic when module unload
` [PATCH 4.19 08/33] can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters
` [PATCH 4.19 09/33] Revert "USB: serial: ch341: fix character loss at high transfer rates"
` [PATCH 4.19 10/33] USB: serial: option: add new VID/PID to support Fibocom FG150
` [PATCH 4.19 11/33] usb: dwc3: gadget: Fix dwc3_calc_trbs_left()
` [PATCH 4.19 12/33] usb: dwc3: gadget: Stop EP0 transfers during pullup disable
` [PATCH 4.19 13/33] IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()
` [PATCH 4.19 14/33] e1000e: Fix the max snoop/no-snoop latency for 10M
` [PATCH 4.19 15/33] ip_gre: add validation for csum_start
` [PATCH 4.19 16/33] xgene-v2: Fix a resource leak in the error handling path of xge_probe()
` [PATCH 4.19 17/33] net: marvell: fix MVNETA_TX_IN_PRGRS bit number
` [PATCH 4.19 18/33] net: hns3: fix get wrong pfc_en when query PFC configuration
` [PATCH 4.19 19/33] usb: gadget: u_audio: fix race condition on endpoint stop
` [PATCH 4.19 20/33] opp: remove WARN when no valid OPPs remain
` [PATCH 4.19 21/33] virtio: Improve vq->broken access to avoid any compiler optimization
` [PATCH 4.19 22/33] virtio_pci: Support surprise removal of virtio pci device
` [PATCH 4.19 23/33] vringh: Use wiov->used to check for read/write desc order
` [PATCH 4.19 24/33] qed: qed ll2 race condition fixes
` [PATCH 4.19 25/33] qed: Fix null-pointer dereference in qed_rdma_create_qp()
` [PATCH 4.19 26/33] drm: Copy drm_wait_vblank to user before returning
` [PATCH 4.19 27/33] drm/nouveau/disp: power down unused DP links during init
` [PATCH 4.19 28/33] net/rds: dma_map_sg is entitled to merge entries
` [PATCH 4.19 29/33] vt_kdsetmode: extend console locking
` [PATCH 4.19 30/33] fbmem: add margin check to fb_check_caps()
` [PATCH 4.19 31/33] KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
` [PATCH 4.19 32/33] Revert "floppy: reintroduce O_NDELAY fix"
` [PATCH 4.19 33/33] net: dont unconditionally copy_from_user a struct ifreq for socket ioctls

[dpdk-dev] [PATCH] devtools: script to track map symbols
 2021-09-01 12:31 UTC  (3+ messages)
` [dpdk-dev] [PATCH v10 0/3] devtools: scripts to count and track symbols

[PATCH net] wireguard: remove peer cache in netns_pre_exit
 2021-09-01 12:29 UTC 

[PATCH 4.14 00/23] 4.14.246-rc1 review
 2021-09-01 12:27 UTC  (24+ messages)
` [PATCH 4.14 01/23] ARC: Fix CONFIG_STACKDEPOT
` [PATCH 4.14 02/23] can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters
` [PATCH 4.14 03/23] Revert "USB: serial: ch341: fix character loss at high transfer rates"
` [PATCH 4.14 04/23] USB: serial: option: add new VID/PID to support Fibocom FG150
` [PATCH 4.14 05/23] usb: dwc3: gadget: Fix dwc3_calc_trbs_left()
` [PATCH 4.14 06/23] usb: dwc3: gadget: Stop EP0 transfers during pullup disable
` [PATCH 4.14 07/23] IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()
` [PATCH 4.14 08/23] e1000e: Fix the max snoop/no-snoop latency for 10M
` [PATCH 4.14 09/23] ip_gre: add validation for csum_start
` [PATCH 4.14 10/23] xgene-v2: Fix a resource leak in the error handling path of xge_probe()
` [PATCH 4.14 11/23] net: marvell: fix MVNETA_TX_IN_PRGRS bit number
` [PATCH 4.14 12/23] usb: gadget: u_audio: fix race condition on endpoint stop
` [PATCH 4.14 13/23] opp: remove WARN when no valid OPPs remain
` [PATCH 4.14 14/23] virtio: Improve vq->broken access to avoid any compiler optimization
` [PATCH 4.14 15/23] vringh: Use wiov->used to check for read/write desc order
` [PATCH 4.14 16/23] drm: Copy drm_wait_vblank to user before returning
` [PATCH 4.14 17/23] drm/nouveau/disp: power down unused DP links during init
` [PATCH 4.14 18/23] net/rds: dma_map_sg is entitled to merge entries
` [PATCH 4.14 19/23] vt_kdsetmode: extend console locking
` [PATCH 4.14 20/23] fbmem: add margin check to fb_check_caps()
` [PATCH 4.14 21/23] KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
` [PATCH 4.14 22/23] KVM: X86: MMU: Use the correct inherited permissions to get shadow page
` [PATCH 4.14 23/23] Revert "floppy: reintroduce O_NDELAY fix"

Enabling hypervisor agnosticism for VirtIO backends
 2021-09-01 12:29 UTC  (11+ messages)

[PATCH 1/4] ksmbd: Reduce error log 'speed is unknown' to debug
 2021-09-01 12:28 UTC  (4+ messages)
` [PATCH 3/4] ksmbd: add validation for ndr read/write functions

[PATCH] fs: Allow number of blocks in block list to be optional, defaulting length to device length
 2021-09-01 12:28 UTC  (2+ messages)

[pm:bleeding-edge] BUILD SUCCESS 103d2fac60d07d241340ddcfdc1450896ac39e09
 2021-09-01 12:27 UTC  (2+ messages)
` [Devel] "

[PATCH 4.9 00/16] 4.9.282-rc1 review
 2021-09-01 12:26 UTC  (17+ messages)
` [PATCH 4.9 01/16] ARC: Fix CONFIG_STACKDEPOT
` [PATCH 4.9 02/16] can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters
` [PATCH 4.9 03/16] Revert "USB: serial: ch341: fix character loss at high transfer rates"
` [PATCH 4.9 04/16] USB: serial: option: add new VID/PID to support Fibocom FG150
` [PATCH 4.9 05/16] usb: dwc3: gadget: Fix dwc3_calc_trbs_left()
` [PATCH 4.9 06/16] IB/hfi1: Fix possible null-pointer dereference in _extend_sdma_tx_descs()
` [PATCH 4.9 07/16] e1000e: Fix the max snoop/no-snoop latency for 10M
` [PATCH 4.9 08/16] ip_gre: add validation for csum_start
` [PATCH 4.9 09/16] net: marvell: fix MVNETA_TX_IN_PRGRS bit number
` [PATCH 4.9 10/16] virtio: Improve vq->broken access to avoid any compiler optimization
` [PATCH 4.9 11/16] vringh: Use wiov->used to check for read/write desc order
` [PATCH 4.9 12/16] net/rds: dma_map_sg is entitled to merge entries
` [PATCH 4.9 13/16] vt_kdsetmode: extend console locking
` [PATCH 4.9 14/16] fbmem: add margin check to fb_check_caps()
` [PATCH 4.9 15/16] KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUs
` [PATCH 4.9 16/16] Revert "floppy: reintroduce O_NDELAY fix"

[igt-dev] [PATCH i-g-t] tests/amdgpu: Add tests that check for memory leaks
 2021-09-01 12:27 UTC 

[ovmf test] 164695: regressions - FAIL
 2021-09-01 12:27 UTC 

[PATCH v3 0/7] Patches to update for rockchip pdm
 2021-09-01 12:26 UTC  (17+ messages)
` [PATCH v3 2/7] ASoC: dt-bindings: rockchip: Add binding for rv1126 pdm
` [PATCH v3 4/7] ASoC: dt-bindings: rockchip: Add binding for rk3568 pdm
` [PATCH v3 6/7] ASoC: dt-bindings: rockchip: pdm: Document property 'rockchip,path-map'
` [PATCH v3 7/7] ASoC: dt-bindings: rockchip: Convert pdm bindings to yaml

[PATCH 4.4 00/10] 4.4.283-rc1 review
 2021-09-01 12:26 UTC  (11+ messages)
` [PATCH 4.4 01/10] can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX and TX error counters
` [PATCH 4.4 02/10] Revert "USB: serial: ch341: fix character loss at high transfer rates"
` [PATCH 4.4 03/10] USB: serial: option: add new VID/PID to support Fibocom FG150
` [PATCH 4.4 04/10] e1000e: Fix the max snoop/no-snoop latency for 10M
` [PATCH 4.4 05/10] net: marvell: fix MVNETA_TX_IN_PRGRS bit number
` [PATCH 4.4 06/10] virtio: Improve vq->broken access to avoid any compiler optimization
` [PATCH 4.4 07/10] vringh: Use wiov->used to check for read/write desc order
` [PATCH 4.4 08/10] vt_kdsetmode: extend console locking
` [PATCH 4.4 09/10] fbmem: add margin check to fb_check_caps()
` [PATCH 4.4 10/10] Revert "floppy: reintroduce O_NDELAY fix"

[PATCH v2 0/3] Make USB ports to work on HiKey960/970
 2021-09-01 12:23 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: misc: add schema for USB hub on Kirin devices
` [PATCH v2 2/3] arm64: dts: hisilicon: Add usb mux hub for hikey970
` [PATCH v2 3/3] arm64: dts: hisilicon: Add usb mux hub for hikey960

[PATCH v1] nvme: only call synhronize_srcu when clearing current path
 2021-09-01 12:25 UTC  (3+ messages)

[PATCH v6] nvme-tcp: Do not reset transport on data digest errors
 2021-09-01 12:23 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.