All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-21 08:54:25 to 2022-02-21 09:09:02 UTC [more...]

[PATCH 5.4 00/80] 5.4.181-rc1 review
 2022-02-21  8:49 UTC  (25+ messages)
` [PATCH 5.4 01/80] Makefile.extrawarn: Move -Wunaligned-access to W=1
` [PATCH 5.4 02/80] HID:Add support for UGTABLET WP5540
` [PATCH 5.4 03/80] Revert "svm: Add warning message for AVIC IPI invalid target"
` [PATCH 5.4 04/80] serial: parisc: GSC: fix build when IOSAPIC is not set
` [PATCH 5.4 05/80] parisc: Drop __init from map_pages declaration
` [PATCH 5.4 06/80] parisc: Fix data TLB miss in sba_unmap_sg
` [PATCH 5.4 07/80] parisc: Fix sglist access in ccio-dma.c
` [PATCH 5.4 08/80] btrfs: send: in case of IO error log it
` [PATCH 5.4 09/80] platform/x86: ISST: Fix possible circular locking dependency detected
` [PATCH 5.4 10/80] selftests: rtc: Increase test timeout so that all tests run
` [PATCH 5.4 11/80] net: ieee802154: at86rf230: Stop leaking skbs
` [PATCH 5.4 13/80] selftests/zram01.sh: Fix compression ratio calculation
` [PATCH 5.4 14/80] selftests/zram: Adapt the situation that /dev/zram0 is being used
` [PATCH 5.4 22/80] Revert "module, async: async_synchronize_full() on module init iff async is used"
` [PATCH 5.4 23/80] ftrace: add ftrace_init_nop()
` [PATCH 5.4 24/80] module/ftrace: handle patchable-function-entry
` [PATCH 5.4 25/80] arm64: module: rework special section handling
` [PATCH 5.4 26/80] arm64: module/ftrace: intialize PLT at load time
` [PATCH 5.4 27/80] iwlwifi: fix use-after-free
` [PATCH 5.4 28/80] drm/radeon: Fix backlight control on iMac 12,1
` [PATCH 5.4 29/80] ext4: check for out-of-order index extents in ext4_valid_extent_entries()
` [PATCH 5.4 30/80] ext4: check for inconsistent extents between index and leaf block
` [PATCH 5.4 32/80] taskstats: Cleanup the use of task->exit_code
` [PATCH 5.4 45/80] libsubcmd: Fix use-after-free for realloc(..., 0)

[PATCH v3 00/32] mtd: spi-nor: move vendor specific code into vendor modules
 2022-02-21  8:52 UTC  (40+ messages)
` [PATCH v3 01/32] mtd: spi-nor: atmel: unify function names
` [PATCH v3 02/32] mtd: spi-nor: catalyst: "
` [PATCH v3 03/32] mtd: spi-nor: eon: "
` [PATCH v3 04/32] mtd: spi-nor: esmt: "
` [PATCH v3 05/32] mtd: spi-nor: everspin: "
` [PATCH v3 06/32] mtd: spi-nor: fujitsu: "
` [PATCH v3 07/32] mtd: spi-nor: gigadevice: "
` [PATCH v3 08/32] mtd: spi-nor: intel: "
` [PATCH v3 09/32] mtd: spi-nor: issi: "
` [PATCH v3 10/32] mtd: spi-nor: macronix: "
` [PATCH v3 11/32] mtd: spi-nor: micron-st: "
` [PATCH v3 12/32] mtd: spi-nor: spansion: "
` [PATCH v3 13/32] mtd: spi-nor: sst: "
` [PATCH v3 14/32] mtd: spi-nor: winbond: "
` [PATCH v3 15/32] mtd: spi-nor: xilinx: "
` [PATCH v3 16/32] mtd: spi-nor: xmc: "
` [PATCH v3 17/32] mtd: spi-nor: slightly refactor the spi_nor_setup()
` [PATCH v3 18/32] mtd: spi-nor: allow a flash to define its own ready() function
` [PATCH v3 19/32] mtd: spi-nor: export more function to be used in vendor modules
` [PATCH v3 20/32] mtd: spi-nor: guard _page_size parameter in S3AN_INFO()
` [PATCH v3 21/32] mtd: spi-nor: move all xilinx specifics into xilinx.c
` [PATCH v3 22/32] mtd: spi-nor: xilinx: rename vendor specific functions and defines
` [PATCH v3 23/32] mtd: spi-nor: xilinx: correct the debug message
` [PATCH v3 24/32] mtd: spi-nor: move all micron-st specifics into micron-st.c
` [PATCH v3 25/32] mtd: spi-nor: micron-st: convert USE_FSR to a manufacturer flag
` [PATCH v3 26/32] mtd: spi-nor: micron-st: rename vendor specific functions and defines
` [PATCH v3 27/32] mtd: spi-nor: spansion: slightly rework control flow in late_init()
` [PATCH v3 28/32] mtd: spi-nor: move all spansion specifics into spansion.c
` [PATCH v3 29/32] mtd: spi-nor: spansion: convert USE_CLSR to a manufacturer flag
` [PATCH v3 30/32] mtd: spi-nor: spansion: rename vendor specific functions and defines
` [PATCH v3 31/32] mtd: spi-nor: slightly change code style in spi_nor_sr_ready()
` [PATCH v3 32/32] mtd: spi-nor: renumber flags

[PATCH] rtw89: fix RCU usage in rtw89_core_txq_push()
 2022-02-21  8:55 UTC  (2+ messages)

[PATCH 4.19 00/58] 4.19.231-rc1 review
 2022-02-21  8:49 UTC  (59+ messages)
` [PATCH 4.19 01/58] Makefile.extrawarn: Move -Wunaligned-access to W=1
` [PATCH 4.19 02/58] net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
` [PATCH 4.19 03/58] serial: parisc: GSC: fix build when IOSAPIC is not set
` [PATCH 4.19 04/58] parisc: Fix data TLB miss in sba_unmap_sg
` [PATCH 4.19 05/58] parisc: Fix sglist access in ccio-dma.c
` [PATCH 4.19 06/58] btrfs: send: in case of IO error log it
` [PATCH 4.19 07/58] net: ieee802154: at86rf230: Stop leaking skbs
` [PATCH 4.19 08/58] selftests/zram: Skip max_comp_streams interface on newer kernel
` [PATCH 4.19 09/58] selftests/zram01.sh: Fix compression ratio calculation
` [PATCH 4.19 10/58] selftests/zram: Adapt the situation that /dev/zram0 is being used
` [PATCH 4.19 11/58] ax25: improve the incomplete fix to avoid UAF and NPD bugs
` [PATCH 4.19 12/58] vfs: make freeze_super abort when sync_filesystem returns error
` [PATCH 4.19 13/58] quota: make dquot_quota_sync return errors from ->sync_fs
` [PATCH 4.19 14/58] nvme: fix a possible use-after-free in controller reset during load
` [PATCH 4.19 15/58] nvme-rdma: fix possible use-after-free in transport error_recovery work
` [PATCH 4.19 16/58] Revert "module, async: async_synchronize_full() on module init iff async is used"
` [PATCH 4.19 17/58] iwlwifi: fix use-after-free
` [PATCH 4.19 18/58] drm/radeon: Fix backlight control on iMac 12,1
` [PATCH 4.19 19/58] xfrm: Dont accidentally set RTO_ONLINK in decode_session4()
` [PATCH 4.19 20/58] taskstats: Cleanup the use of task->exit_code
` [PATCH 4.19 21/58] mmc: block: fix read single on recovery logic
` [PATCH 4.19 22/58] vsock: remove vsock from connected table when connect is interrupted by a signal
` [PATCH 4.19 23/58] iwlwifi: pcie: fix locking when "HW not ready"
` [PATCH 4.19 24/58] iwlwifi: pcie: gen2: "
` [PATCH 4.19 25/58] net: dsa: lan9303: fix reset on probe
` [PATCH 4.19 26/58] net: ieee802154: ca8210: Fix lifs/sifs periods
` [PATCH 4.19 27/58] ping: fix the dif and sdif check in ping_lookup
` [PATCH 4.19 28/58] drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
` [PATCH 4.19 29/58] bonding: fix data-races around agg_select_timer
` [PATCH 4.19 30/58] libsubcmd: Fix use-after-free for realloc(..., 0)
` [PATCH 4.19 31/58] ALSA: hda: Fix regression on forced probe mask option
` [PATCH 4.19 32/58] ALSA: hda: Fix missing codec probe on Shenker Dock 15
` [PATCH 4.19 33/58] ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()
` [PATCH 4.19 34/58] ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw_range()
` [PATCH 4.19 35/58] powerpc/lib/sstep: fix ptesync build error
` [PATCH 4.19 36/58] ext4: check for out-of-order index extents in ext4_valid_extent_entries()
` [PATCH 4.19 37/58] block/wbt: fix negative inflight counter when remove scsi device
` [PATCH 4.19 38/58] NFS: LOOKUP_DIRECTORY is also ok with symlinks
` [PATCH 4.19 39/58] NFS: Do not report writeback errors in nfs_getattr()
` [PATCH 4.19 40/58] mtd: rawnand: qcom: Fix clock sequencing in qcom_nandc_probe()
` [PATCH 4.19 41/58] EDAC: Fix calculation of returned address and next offset in edac_align_ptr()
` [PATCH 4.19 42/58] net: sched: limit TC_ACT_REPEAT loops
` [PATCH 4.19 43/58] dmaengine: sh: rcar-dmac: Check for error num after setting mask
` [PATCH 4.19 44/58] i2c: brcmstb: fix support for DSL and CM variants
` [PATCH 4.19 45/58] mtd: rawnand: brcmnand: Refactored code to introduce helper functions
` [PATCH 4.19 46/58] mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
` [PATCH 4.19 47/58] Drivers: hv: vmbus: Expose monitor data only when monitor pages are used
` [PATCH 4.19 48/58] Drivers: hv: vmbus: Fix memory leak in vmbus_add_channel_kobj
` [PATCH 4.19 49/58] KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
` [PATCH 4.19 50/58] ARM: OMAP2+: hwmod: Add of_node_put() before break
` [PATCH 4.19 51/58] irqchip/sifive-plic: Add missing thead,c900-plic match string
` [PATCH 4.19 52/58] netfilter: conntrack: dont refresh sctp entries in closed state
` [PATCH 4.19 53/58] arm64: dts: meson-gx: add ATF BL32 reserved-memory region
` [PATCH 4.19 54/58] kconfig: let shell return enough output for deep path names
` [PATCH 4.19 55/58] ata: libata-core: Disable TRIM on M88V29
` [PATCH 4.19 56/58] tracing: Fix tp_printk option related with tp_printk_stop_on_boot
` [PATCH 4.19 57/58] net: usb: qmi_wwan: Add support for Dell DW5829e
` [PATCH 4.19 58/58] net: macb: Align the dma and coherent dma masks

[Buildroot] [PATCH v3 1/3] board/andes: rearrange nds32 folder structure
 2022-02-21  9:07 UTC  (4+ messages)

[PATCH][next] brcmfmac: Replace zero-length arrays with flexible-array members
 2022-02-21  8:59 UTC  (2+ messages)

[PATCH] configure: Disable capstone and slirp in the --without-default-features mode
 2022-02-21  9:06 UTC 

phosphor-network: does it make sense to disable systemd-networkd sending DHCP release?
 2022-02-21  9:05 UTC 

[PATCH v2] bcma: cleanup comments
 2022-02-21  8:59 UTC  (2+ messages)

[PATCH] drm/bridge: chipone-icn6211: switch to devm_drm_of_get_bridge
 2022-02-21  8:56 UTC  (3+ messages)

[PATCH v4 0/3] drm/tiny: Add MIPI DBI compatible SPI driver
 2022-02-21  9:05 UTC  (6+ messages)
` [PATCH v4 3/3] "

[PATCH mptcp-next] Squash to "bpf: add 'bpf_mptcp_sock' structure and helper"
 2022-02-21  9:05 UTC  (3+ messages)

[PATCH mptcp-next 0/3] Upstreaming cleanup
 2022-02-21  9:04 UTC  (3+ messages)
` [PATCH mptcp-next 3/3] selftests: mptcp: Rename wait function

[igt-dev] [PATCH i-g-t, v4] i915/gem_ctx_create: Added test description for test case
 2022-02-21  9:03 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for i915/gem_ctx_create: Added test description for test case (rev4)

[PATCH] drm/bridge: anx7625: switch to devm_drm_of_get_bridge
 2022-02-21  8:55 UTC  (3+ messages)

[PATCH v2] imx: imx8qm: cgtqmx8: switch to binman
 2022-02-21  9:01 UTC 

[PATCH v1] imx: imx8qm: cgtqmx8: switch to binman
 2022-02-21  7:56 UTC  (4+ messages)

[PATCH v2] vfs: fix link vs. rename race
 2022-02-21  8:56 UTC  (2+ messages)

[PATCH] drm/msm/dp: switch to devm_drm_of_get_bridge
 2022-02-21  8:55 UTC  (3+ messages)

[PATCH 4.14 00/45] 4.14.268-rc1 review
 2022-02-21  8:49 UTC  (40+ messages)
` [PATCH 4.14 02/45] net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixup
` [PATCH 4.14 03/45] serial: parisc: GSC: fix build when IOSAPIC is not set
` [PATCH 4.14 04/45] parisc: Fix data TLB miss in sba_unmap_sg
` [PATCH 4.14 05/45] parisc: Fix sglist access in ccio-dma.c
` [PATCH 4.14 06/45] btrfs: send: in case of IO error log it
` [PATCH 4.14 07/45] net: ieee802154: at86rf230: Stop leaking skbs
` [PATCH 4.14 08/45] selftests/zram: Skip max_comp_streams interface on newer kernel
` [PATCH 4.14 09/45] selftests/zram01.sh: Fix compression ratio calculation
` [PATCH 4.14 13/45] quota: make dquot_quota_sync return errors from ->sync_fs
` [PATCH 4.14 14/45] Revert "module, async: async_synchronize_full() on module init iff async is used"
` [PATCH 4.14 15/45] iwlwifi: fix use-after-free
` [PATCH 4.14 16/45] drm/radeon: Fix backlight control on iMac 12,1
` [PATCH 4.14 17/45] xfrm: Dont accidentally set RTO_ONLINK in decode_session4()
` [PATCH 4.14 18/45] taskstats: Cleanup the use of task->exit_code
` [PATCH 4.14 19/45] vsock: remove vsock from connected table when connect is interrupted by a signal
` [PATCH 4.14 20/45] iwlwifi: pcie: fix locking when "HW not ready"
` [PATCH 4.14 21/45] iwlwifi: pcie: gen2: "
` [PATCH 4.14 22/45] net: ieee802154: ca8210: Fix lifs/sifs periods
` [PATCH 4.14 23/45] ping: fix the dif and sdif check in ping_lookup
` [PATCH 4.14 24/45] drop_monitor: fix data-race in dropmon_net_event / trace_napi_poll_hit
` [PATCH 4.14 25/45] bonding: fix data-races around agg_select_timer
` [PATCH 4.14 26/45] libsubcmd: Fix use-after-free for realloc(..., 0)
` [PATCH 4.14 27/45] ALSA: hda: Fix regression on forced probe mask option
` [PATCH 4.14 28/45] ALSA: hda: Fix missing codec probe on Shenker Dock 15
` [PATCH 4.14 29/45] ASoC: ops: Fix stereo change notifications in snd_soc_put_volsw()
` [PATCH 4.14 31/45] powerpc/lib/sstep: fix ptesync build error
` [PATCH 4.14 32/45] NFS: LOOKUP_DIRECTORY is also ok with symlinks
` [PATCH 4.14 33/45] EDAC: Fix calculation of returned address and next offset in edac_align_ptr()
` [PATCH 4.14 35/45] dmaengine: sh: rcar-dmac: Check for error num after setting mask
` [PATCH 4.14 36/45] i2c: brcmstb: fix support for DSL and CM variants
` [PATCH 4.14 37/45] mtd: rawnand: brcmnand: Refactored code to introduce helper functions
` [PATCH 4.14 38/45] mtd: rawnand: brcmnand: Fixed incorrect sub-page ECC status
` [PATCH 4.14 39/45] KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAW
` [PATCH 4.14 40/45] NFS: Do not report writeback errors in nfs_getattr()
` [PATCH 4.14 41/45] ARM: OMAP2+: hwmod: Add of_node_put() before break
` [PATCH 4.14 42/45] ata: libata-core: Disable TRIM on M88V29
` [PATCH 4.14 43/45] tracing: Fix tp_printk option related with tp_printk_stop_on_boot
` [PATCH 4.14 44/45] net: usb: qmi_wwan: Add support for Dell DW5829e
` [PATCH 4.14 45/45] net: macb: Align the dma and coherent dma masks

[PATCH V2 00/11] drm/bridge: tc358767: Add DSI-to-DPI mode support
 2022-02-21  9:01 UTC  (5+ messages)
` [PATCH V2 04/11] drm/bridge: tc358767: Implement atomic_check callback

[GIT PULL] ARM: nuvoton: devicetree changes for 5.18
 2022-02-21  9:00 UTC 

[PATCH v6 00/23] drm/rockchip: RK356x VOP2 support
 2022-02-21  8:54 UTC  (4+ messages)
` [PATCH v6 17/23] arm64: dts: rockchip: rk356x: Add HDMI nodes
  ` Aw: "

Wycena paneli fotowoltaicznych
 2022-02-21  8:45 UTC 

stable-rc/queue/5.4 build: 183 builds: 2 failed, 181 passed, 4 errors, 31 warnings (v5.4.180-77-g7de29e82b9db)
 2022-02-21  8:55 UTC 

[PATCH] app/testpmd: skip stopped queues when forwarding
 2022-02-21  8:58 UTC  (6+ messages)

[GIT PULL] ARM: aspeed: devicetree changes for 5.18
 2022-02-21  8:57 UTC  (2+ messages)

[PATCH 1/1] mm: count time in drain_all_pages during direct reclaim as memory pressure
 2022-02-21  8:55 UTC  (2+ messages)

[PATCH] drm: rcar-du: switch to devm_drm_of_get_bridge
 2022-02-21  8:56 UTC  (2+ messages)

[PATCH v2 0/7] media: imx: Destage imx7-mipi-csis
 2022-02-21  8:56 UTC  (6+ messages)
` [PATCH v2 3/7] media: imx: imx7-media-csi: Use dual sampling for YUV 1X16

[PATCH] mm/kfence: remove unnecessary CONFIG_KFENCE option
 2022-02-21  8:56 UTC  (2+ messages)

[PATCH v3] staging: qlge: add unregister_netdev in qlge_probe
 2022-02-21  8:55 UTC 

[PATCH] mm/kasan: remove unnecessary CONFIG_KASAN option
 2022-02-21  8:55 UTC  (2+ messages)

[PATCH 00/20] mlx5: refactor devargs management
 2022-02-21  8:54 UTC  (3+ messages)
` [PATCH v2 "

[PATCH mptcp-next v2] Squash to "bpf: add 'bpf_mptcp_sock' structure and helper"
 2022-02-21  8:54 UTC 


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.