All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-26 13:00:47 to 2022-08-26 13:59:19 UTC [more...]

[syzbot] KASAN: use-after-free Read in __kernfs_remove
 2022-08-26 13:59 UTC 

[Buildroot] [PATCH v4 00/29] Extend Qt6 configuration
 2022-08-26 13:54 UTC  (19+ messages)
` [Buildroot] [PATCH v4 01/29] package/qt6/qt6base: Add qt6base hash file
` [Buildroot] [PATCH v4 02/29] package/qt6/qt6base: Add license information
` [Buildroot] [PATCH v4 03/29] package/qt6/qt6base: add support for network module
` [Buildroot] [PATCH v4 04/29] package/qt6/qt6base: add support for concurrent module
` [Buildroot] [PATCH v4 05/29] package/qt6/qt6base: add support for xml module
` [Buildroot] [PATCH v4 06/29] package/qt6/qt6base: add support for test module
` [Buildroot] [PATCH v4 07/29] package/qt6/qt6base: add support for dbus module
` [Buildroot] [PATCH v4 08/29] package/qt6/qt6base: add support for syslog backend
` [Buildroot] [PATCH v4 09/29] package/qt6/qt6base: add qt support for journald when using systemd
` [Buildroot] [PATCH v4 10/29] package/qt6/qt6base: add qt support for zstd when using the package
` [Buildroot] [PATCH v4 11/29] package/qt6/qt6base: add qt support for SSE/AVX SIMD extensions
` [Buildroot] [PATCH v4 12/29] package/qt6/qt6base: add linking to libatomic
` [Buildroot] [PATCH v4 13/29] package/qt6/qt6base: add support to link qt to openssl
` [Buildroot] [PATCH v4 14/29] package/qt6/qt6base: add qt icu support
` [Buildroot] [PATCH v4 15/29] package/qt6/qt6base: add qt libudev support
` [Buildroot] [PATCH v4 16/29] package/qt6/qt6base: add qt libglib2 support
` [Buildroot] [PATCH v4 17/29] package/qt6/qt6base: add support for passing custom options
` [Buildroot] [PATCH v4 18/29] package/qt6/qt6base: add support for sql module w/ mysql

[PATCH for-next 0/2] RDMA/erdma: Introduce custom implementation of drain_sq and drain_rq
 2022-08-26 13:57 UTC  (7+ messages)

[PATCH net-next 0/5] net: altera: tse: phylink conversion
 2022-08-26 13:54 UTC  (12+ messages)
` [PATCH net-next 1/5] dt-bindings: net: Convert Altera TSE bindings to yaml
` [PATCH net-next 2/5] net: altera: tse: cosmetic change to use reverse xmas tree ordering
` [PATCH net-next 3/5] net: pcs: add new PCS driver for altera TSE PCS
` [PATCH net-next 4/5] net: altera: tse: convert to phylink
` [PATCH net-next 5/5] dt-bindings: net: altera: tse: add an optional pcs register range

[PATCH] watchdog: ftwdt010_wdt: add _restart() function
 2022-08-26 13:56 UTC 

[regression] build failure of smsc95xx since 5.15.61
 2022-08-26 13:55 UTC 

[PATCH 00/51] tests/qtest: Enable running qtest on Windows
 2022-08-26 13:27 UTC  (8+ messages)
` [PATCH 40/51] chardev/char-file: Add FILE_SHARE_WRITE when openning the file for win32
` [PATCH 09/51] fsdev/virtfs-proxy-helper: Use g_mkdir_with_parents()

[RFC PATCH 0/2] accel/kvm: extend kvm memory listener to support
 2022-08-26 13:53 UTC  (7+ messages)
` [RFC PATCH 1/2] softmmu/memory: add missing begin/commit callback calls
` [RFC PATCH 2/2] kvm/kvm-all.c: listener should delay kvm_vm_ioctl to the commit phase

[PATCH v6 00/10] parallels: Refactor the code of images checks and fix a bug
 2022-08-26 13:23 UTC  (8+ messages)
` [PATCH v6 03/10] parallels: Fix data_end after out-of-image check
` [PATCH v6 07/10] parallels: Move check of cluster outside image to a separate function
` [PATCH v6 08/10] parallels: Move check of leaks "

[PATCH v1 0/5] power: domain: Add driver for a PM domain provider which controls
 2022-08-26 13:50 UTC  (9+ messages)

[RFC] drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridge
 2022-08-26 13:52 UTC  (6+ messages)

pahole v1.24: FAILED: load BTF from vmlinux: Invalid argument
 2022-08-26 13:52 UTC  (5+ messages)

[PATCH] gpio: Allow user to customise maximum number of GPIOs
 2022-08-26 13:49 UTC  (11+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-26 13:50 UTC 

[PATCH v11 00/21] job: replace AioContext lock with job_mutex
 2022-08-26 13:21 UTC  (22+ messages)
` [PATCH v11 01/21] job.c: make job_mutex and job_lock/unlock() public
` [PATCH v11 02/21] job.h: categorize fields in struct Job
` [PATCH v11 03/21] job.c: API functions not used outside should be static
` [PATCH v11 04/21] aio-wait.h: introduce AIO_WAIT_WHILE_UNLOCKED
` [PATCH v11 05/21] job.c: add job_lock/unlock while keeping job.h intact
` [PATCH v11 06/21] job: move and update comments from blockjob.c
` [PATCH v11 07/21] blockjob: introduce block_job _locked() APIs
` [PATCH v11 08/21] jobs: add job lock in find_* functions
` [PATCH v11 09/21] jobs: use job locks also in the unit tests
` [PATCH v11 10/21] block/mirror.c: use of job helpers in drivers
` [PATCH v11 11/21] jobs: group together API calls under the same job lock
` [PATCH v11 12/21] job: detect change of aiocontext within job coroutine
` [PATCH v11 13/21] jobs: protect job.aio_context with BQL and job_mutex
` [PATCH v11 14/21] blockjob.h: categorize fields in struct BlockJob
` [PATCH v11 15/21] blockjob: rename notifier callbacks as _locked
` [PATCH v11 16/21] blockjob: protect iostatus field in BlockJob struct
` [PATCH v11 17/21] job.h: categorize JobDriver callbacks that need the AioContext lock
` [PATCH v11 18/21] job.c: enable job lock/unlock and remove Aiocontext locks
` [PATCH v11 19/21] block_job_query: remove atomic read
` [PATCH v11 20/21] blockjob: remove unused functions
` [PATCH v11 21/21] job: "

[PATCH] selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
 2022-08-26 13:48 UTC  (7+ messages)

[PATCH] pinctrl/nuvoton: Use 'unsigned int' instead of just 'unsigned'
 2022-08-26 13:46 UTC  (3+ messages)

[PATCH v5 0/1] rcu/nocb: Delete local variable 'need_rcu_nocb_mask' in rcu_init_nohz()
 2022-08-26 13:45 UTC  (5+ messages)
` [PATCH v5 1/1] rcu: Simplify the code logic of rcu_init_nohz()

[PATCH v9 0/8] Fixes integer overflow or integer truncation issues in page lookups, ttm place configuration and scatterlist creation
 2022-08-26 13:44 UTC  (6+ messages)
` [Intel-gfx] [PATCH v9 1/8] overflow: Move and add few utility macros into overflow
  `  "

[PATCH 0/2] gpio: Add gpio-latch driver
 2022-08-26 13:41 UTC  (5+ messages)
` [PATCH 1/2] gpio: Add gpio latch driver
` [PATCH 2/2] dt-bindings: gpio: Add gpio-latch binding document

[PATCH 0/3] Clarify standalone application support
 2022-08-26 13:42 UTC  (5+ messages)
` [PATCH 1/3] Licenses: Clarify exceptions for standalone apps
` [PATCH 3/3] exports: Fix export of SPI access functions

[PATCH 0/7] Fix MISRA C 2012 Rule 20.7 violations
 2022-08-26 13:41 UTC  (3+ messages)
` [PATCH 2/7] xsm/flask: sidtab: "

[Intel-gfx] [PATCH v2 0/2] drm/dp: add drm_dp_phy_name() and use it in i915
 2022-08-26 13:41 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for "

RTT-PROBE: lore-subspace-rtt
 2022-08-26 13:40 UTC 

Not getting ICMP reports from the UDP socket in rxrpc
 2022-08-26 13:39 UTC  (2+ messages)

[PATCH v4 0/6] RDMA/rxe: Add RDMA FLUSH operation
 2022-08-26 13:37 UTC  (2+ messages)

[BISECTED][REGRESSION] Kernel 6.0-rcX hangs on resume on Sony Vaio VPCM13M1E
 2022-08-26 13:37 UTC 

[PATCH v2] block: I/O error occurs during SATA disk stress test
 2022-08-26 13:36 UTC  (2+ messages)

[PATCH] dt-bindings: pinctrl: Add missing (unevaluated|additional)Properties on child nodes
 2022-08-26 13:33 UTC  (4+ messages)

[PATCH v2 0/2] serial: dz: UART_XMIT_SIZE/WAKEUP_CHARS cleanups
 2022-08-26 13:34 UTC  (3+ messages)
` [PATCH v2 1/2] serial: dz: xmit buffer is UART_XMIT_SIZE'd

[PATCH 1/2] clk: qcom: gcc-sc7180: Keep USB GDSC power domain on when USB wakeup is enabled
 2022-08-26 13:33 UTC  (12+ messages)
` [PATCH 2/2] clk: qcom: gcc-sc7280: Keep USB GDSC power domains "

[PATCH] blk-mq: determine in advance whether batch alloc can be performed
 2022-08-26 13:33 UTC  (2+ messages)

[RFC PATCH] sbitmap: remove unnecessary code in __sbitmap_queue_get_batch
 2022-08-26 13:32 UTC  (2+ messages)

[PATCH v2 nf-next 0/4] netfilter: conntrack: ignore overly delayed tcp packets
 2022-08-26 13:32 UTC  (5+ messages)
` [PATCH v2 nf-next 1/4] netfilter: conntrack: prepare tcp_in_window for ternary return value
` [PATCH v2 nf-next 2/4] netfilter: conntrack: ignore overly delayed tcp packets
` [PATCH v2 nf-next 3/4] netfilter: conntrack: remove unneeded indent level
` [PATCH v2 nf-next 4/4] netfilter: conntrack: reduce timeout when receiving out-of-window fin or rst

[PATCH RESEND v2 0/2] clk: Fix CLK_OPS_PARENT_ENABLE and runtime PM
 2022-08-26 12:28 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] clk: core: Honor CLK_OPS_PARENT_ENABLE for clk gate ops

[PATCH] Remove HFS support
 2022-08-26 13:31 UTC  (5+ messages)

[PATCH v3,1/2] soc: mediatek: Add mmsys func to adapt to dpi output for MT8186
 2022-08-26 13:29 UTC  (7+ messages)

[PATCH v4 0/5] add support for another simatic board
 2022-08-26 13:30 UTC  (9+ messages)
` [PATCH v4 1/5] gpio-f7188x: Add GPIO support for Nuvoton NCT6116

RTT-PROBE: lore-subspace-rtt
 2022-08-26 13:30 UTC 

[PATCH 0/7] drm/i915: Add HWMON support
 2022-08-26 13:30 UTC  (4+ messages)
` [PATCH 1/7] drm/i915/hwmon: Add HWMON infrastructure
  ` [Intel-gfx] "

[PATCH v2 0/2] Add support for uring-passthrough in t/io_uring
 2022-08-26 13:30 UTC  (2+ messages)

[pseudo][PATCH] pseudo_util: Fix resolving relative paths from "/"
 2022-08-26 13:30 UTC  (4+ messages)
` [OE-core] "

[PATCH bpf-next v2] bpftool: implement perf attach command
 2022-08-26 13:29 UTC  (5+ messages)

[PATCH v7 0/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-08-26 13:29 UTC  (4+ messages)
` [PATCH v7 1/3] mm/vmstat: Use per cpu variable to track a vmstat discrepancy

[PATCH] pinctrl: amd: Pick some different unicode symbols
 2022-08-26 13:29 UTC  (5+ messages)

[PATCH v1] RDMA/core: Fix check_flush_dependency splat on addr_wq
 2022-08-26 13:29 UTC  (6+ messages)

[PATCH] gfs2: move from strlcpy with unused retval to strscpy
 2022-08-26 13:28 UTC  (6+ messages)
` [Cluster-devel] "

Problem changing bw in 5.19 related to EHT?
 2022-08-26 13:27 UTC  (2+ messages)

[Cluster-devel] kernel BUG in gfs2_fill_super
 2022-08-26 13:25 UTC  (3+ messages)
`  "

Patch "usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling" has been added to the 5.15-stable tree
 2022-08-26 13:21 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-26 13:20 UTC 

[PATCH 00/21] net/softnic: replace the legacy pipeline with SWX pipeline
 2022-08-26 13:17 UTC  (23+ messages)
` [PATCH V2 "
  ` [PATCH V2 01/21] net/softnic: remove the traffic manager support
  ` [PATCH V2 02/21] net/softnic: remove flow support
  ` [PATCH V2 03/21] net/softnic: remove the meter support
  ` [PATCH V2 04/21] net/softnic: remove cryptodev support
  ` [PATCH V2 05/21] net/softnic: remove tap support
  ` [PATCH V2 06/21] net/softnic: remove the legacy pipeline CLI commands
  ` [PATCH V2 07/21] net/softnic: replace the legacy pipeline with the SWX pipeline
  ` [PATCH V2 08/21] net/softnic: remove the list of Ethernet devices
  ` [PATCH V2 09/21] net/softnic: remove unused text parsing functions
  ` [PATCH V2 10/21] net/softnic: add pipeline code generation CLI command
  ` [PATCH V2 11/21] net/softnic: add pipeline library build "
  ` [PATCH V2 12/21] net/softnic: add pipeline "
  ` [PATCH V2 13/21] net/softnic: add pipeline table CLI commands
  ` [PATCH V2 14/21] net/softnic: add pipeline selector "
  ` [PATCH V2 15/21] net/softnic: add pipeline learner "
  ` [PATCH V2 16/21] net/softnic: add pipeline commit and abort "
  ` [PATCH V2 17/21] net/softnic: add the pipeline register read/write "
  ` [PATCH V2 18/21] net/softnic: add the pipeline meter "
  ` [PATCH V2 19/21] net/softnic: add pipeline statistics CLI command
  ` [PATCH V2 20/21] net/softnic: add pipeline mirroring "
  ` [PATCH V2 21/21] net/softnic: update the default device program

[PATCH v8 0/2] Lattice sysCONFIG SPI FPGA manager
 2022-08-26 13:18 UTC  (4+ messages)
` [PATCH v8 1/2] fpga: lattice-sysconfig-spi: add Lattice sysCONFIG "

[xen-unstable test] 172781: tolerable FAIL - PUSHED
 2022-08-26 13:18 UTC 

linux-next: build failure after merge of the pinctrl tree
 2022-08-26 13:18 UTC  (4+ messages)

[PATCH] docs: Update version number from 5.x to 6.x in README.rst
 2022-08-26 13:18 UTC  (4+ messages)

[alobakin:ip_tunnel 4/12] include/linux/bitmap.h:581:33: warning: excess elements in array initializer
 2022-08-26 13:17 UTC 

[alobakin:ip_tunnel 4/12] include/net/netlink.h:1907:1: warning: excess elements in array initializer
 2022-08-26 13:17 UTC 

forcing an in-body From header
 2022-08-26 13:17 UTC 

[PATCH] drm: document uAPI page-flip flags
 2022-08-26 13:17 UTC  (6+ messages)
`  "

[PATCH v6 0/9] static shared memory on dom0less system
 2022-08-26 13:17 UTC  (5+ messages)
` [PATCH v6 1/9] xen/arm: introduce static shared memory
` [PATCH v6 7/9] xen/arm: create shared memory nodes in guest device tree

[PATCH] wait_on_bit: add an acquire memory barrier
 2022-08-26 13:17 UTC  (6+ messages)
        ` [PATCH v3] "

[RFC PATCH] Rename disto_[pxe_]getfile to distro_[pxe_]getfile
 2022-08-26 13:15 UTC 

[syzbot] upstream boot error: BUG: unable to handle kernel paging request in blk_mq_map_swqueue
 2022-08-26 13:15 UTC  (3+ messages)

[PATCH 0/6] unused function parameter potpourri
 2022-08-26 13:15 UTC  (6+ messages)
` [PATCH 1/6] xdiff: drop unused mmfile parameters from xdl_do_histogram_diff()
      ` [PATCH 7/6] xdiff: drop unused mmfile parameters from xdl_do_patience_diff()

[PATCH] ACPI: docs: enumeration: Fix a few typos and wording mistakes
 2022-08-26 13:14 UTC 

WARNING in hif_usb_alloc_rx_urbs/usb_submit_urb
 2022-08-26 13:14 UTC  (4+ messages)

[PATCH rdma-rc v1] RDMA/core: fix sg_to_page mapping for boundary condition
 2022-08-26 13:14 UTC  (6+ messages)

Not interested
 2022-08-26 13:14 UTC 

[nft PATCH] doc: nft.8: Extend limit statement's burst value info
 2022-08-26 13:14 UTC 

[Intel-gfx] [PATCH] drm/i915/slpc: Set rps' min and max frequencies even with SLPC
 2022-08-26 13:13 UTC  (4+ messages)
` [PATCH] drm/i915/slpc: Fix PCODE IA Freq requests when using SLPC
    ` [Intel-gfx] "

[LTP] [PATCH] syscalls/fanotify10: Make evictable marks test more reliable
 2022-08-26 13:12 UTC  (2+ messages)

[RFC][PATCH V2] bitbake: fetch2/git: Use git fetch to shallow clone revisions
 2022-08-26 13:10 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-08-26 13:10 UTC 

[Buildroot] [PATCH] package/forge: new package
 2022-08-26 13:08 UTC  (2+ messages)
` [Buildroot] [PATCH v2] "

[PATCH 0/11] annotating unused function parameters
 2022-08-26 13:08 UTC  (8+ messages)

main - report: values: add note about self-decriptive values to report
 2022-08-26 13:08 UTC 

[PATCH v2] PCI/MSI: Correct use of can_mask in msi_add_msi_desc()
 2022-08-26 13:08 UTC  (3+ messages)

[PATCH v1] mm: migration: fix the FOLL_GET failure on following huge page
 2022-08-26 13:07 UTC  (11+ messages)
` [PATCH v6 0/2] fix follow_page related issues
  ` [PATCH v6 1/2] mm: migration: fix the FOLL_GET failure on following huge page

[PATCH v3] arm: configs: Configs that had RPMSG_CHAR now get RPMSG_CTRL
 2022-08-26 13:04 UTC  (2+ messages)

[PATCH] .mailmap: update Luca Ceresoli's e-mail address
 2022-08-26 13:05 UTC 

[libvirt test] 172784: regressions - FAIL
 2022-08-26 13:05 UTC 

[PATCH RFC i2c-master] i2c: microchip: pci1xxxx: Add driver for I2C host controller in multifunction endpoint of pci1xxxx switch
 2022-08-26 13:03 UTC  (8+ messages)

[PATCH v7] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-08-26 13:03 UTC 

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING fe2c49524eb3863b526782620be347bcbecbd2d8
 2022-08-26 13:02 UTC 

[PATCH] linux-user: use 'max' instead of 'qemu32' / 'qemu64' by defualt
 2022-08-26 12:59 UTC  (4+ messages)

[PATCH V4 vfio 00/10] Add device DMA logging support for mlx5 driver
 2022-08-26 13:01 UTC  (7+ messages)
` [PATCH V4 vfio 04/10] vfio: Add an IOVA bitmap support

[PATCH V2] PCI/ASPM: Save/restore L1SS Capability for suspend/resume
 2022-08-26 13:00 UTC  (12+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-08-26 13:00 UTC 

[bug report] crypto: sun8i-ss - rework handling of IV
 2022-08-26 13:00 UTC  (2+ 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.