All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-04 12:06:27 to 2024-03-04 12:40:22 UTC [more...]

[PATCH] nouveau/dmem: handle kcalloc() allocation failure
 2024-03-04 12:14 UTC  (3+ messages)

[PATCH v6 00/11] An effort to bring DT bindings compliance within U-Boot
 2024-03-04 12:19 UTC  (7+ messages)

[PATCH v4 00/10] Enabling DCD emulation support in Qemu
 2024-03-04 12:40 UTC  (3+ messages)
` [PATCH v4 02/10] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

[PATCH v7 0/5] Support ROHM BU27034 ALS sensor
 2024-03-04 12:38 UTC  (2+ messages)

[PATCH v3 00/26] migration: Improve error reporting
 2024-03-04 12:28 UTC  (27+ messages)
` [PATCH v3 01/26] s390/stattrib: Add Error** argument to set_migrationmode() handler
` [PATCH v3 02/26] vfio: Always report an error in vfio_save_setup()
` [PATCH v3 03/26] migration: Always report an error in block_save_setup()
` [PATCH v3 04/26] migration: Always report an error in ram_save_setup()
` [PATCH v3 05/26] migration: Add Error** argument to vmstate_save()
` [PATCH v3 06/26] migration: Report error when shutdown fails
` [PATCH v3 07/26] migration: Remove SaveStateHandler and LoadStateHandler typedefs
` [PATCH v3 08/26] migration: Add documentation for SaveVMHandlers
` [PATCH v3 09/26] migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
` [PATCH v3 10/26] migration: Move cleanup after after error reporting in qemu_savevm_state_setup()
` [PATCH v3 11/26] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH v3 12/26] migration: Add Error** argument to .save_setup() handler
` [PATCH v3 13/26] migration: Add Error** argument to .load_setup() handler
` [PATCH v3 14/26] memory: Add Error** argument to .log_global*() handlers
` [PATCH v3 15/26] memory: Add Error** argument to the global_dirty_log routines
` [PATCH v3 16/26] migration: Modify ram_init_bitmaps() to report dirty tracking errors
` [PATCH v3 17/26] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v3 18/26] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v3 19/26] vfio: Add Error** argument to vfio_devices_dma_logging_stop()
` [PATCH v3 20/26] vfio: Use new Error** argument in vfio_save_setup()
` [PATCH v3 21/26] vfio: Add Error** argument to .vfio_save_config() handler
` [PATCH v3 22/26] vfio: Reverse test on vfio_get_dirty_bitmap()
` [PATCH v3 23/26] memory: Add Error** argument to memory_get_xlat_addr()
` [PATCH v3 24/26] vfio: Add Error** argument to .get_dirty_bitmap() handler
` [PATCH v3 25/26] vfio: Also trace event failures in vfio_save_complete_precopy()
` [PATCH v3 26/26] vfio: Extend vfio_set_migration_error() with Error* argument

[PATCH v6 00/23] migration: File based migration with multifd and mapped-ram
 2024-03-04 12:35 UTC  (2+ messages)

[syzbot] [reiserfs?] general protection fault in rcu_core (2)
 2024-03-04 12:37 UTC  (2+ messages)

[PATCH v7 1/3] drm/buddy: Implement tracking clear page feature
 2024-03-04 12:36 UTC  (5+ messages)
` [PATCH v7 3/3] drm/buddy: Add defragmentation support

folio_mmapped
 2024-03-04 12:36 UTC  (11+ messages)
  ` folio_mmapped

arm: ERROR: modpost: "__aeabi_uldivmod" [drivers/gpu/drm/sun4i/sun4i-drm-hdmi.ko] undefined!
 2024-03-04 12:34 UTC  (7+ messages)

Reaching official SMC maintainers
 2024-03-04 12:35 UTC  (2+ messages)

[PATCH v11] net/iavf: add diagnostic support in TX path
 2024-03-04 12:34 UTC  (4+ messages)
` [PATCH v12] "

[PATCH] common/cnxk: fix loopback port dataflow issue
 2024-03-04 12:33 UTC 

[PATCH v2 00/33] net/ena: v2.9.0 driver release
 2024-03-04 12:29 UTC  (34+ messages)
` [PATCH v2 01/33] net/ena: rework the metrics multi-process functions
` [PATCH v2 02/33] net/ena: report new supported link speed capabilities
` [PATCH v2 03/33] net/ena: update imissed stat with Rx overruns
` [PATCH v2 04/33] net/ena: sub-optimal configuration notifications support
` [PATCH v2 05/33] net/ena: fix fast mbuf free
` [PATCH v2 06/33] net/ena: rename base folder to hal
` [PATCH v2 07/33] net/ena: restructure the llq policy setting process
` [PATCH v2 08/33] net/ena/hal: exponential backoff exp limit
` [PATCH v2 09/33] net/ena/hal: add a new csum offload bit
` [PATCH v2 10/33] net/ena/hal: added a bus parameter to ena memcpy macro
` [PATCH v2 11/33] net/ena/hal: optimize Rx ring submission queue
` [PATCH v2 12/33] net/ena/hal: rename fields in completion descriptors
` [PATCH v2 13/33] net/ena/hal: use correct read once on u8 field
` [PATCH v2 14/33] net/ena/hal: add completion descriptor corruption check
` [PATCH v2 15/33] net/ena/hal: malformed Tx descriptor error reason
` [PATCH v2 16/33] net/ena/hal: phc feature modifications
` [PATCH v2 17/33] net/ena/hal: restructure interrupt handling
` [PATCH v2 18/33] net/ena/hal: add unlikely to error checks
` [PATCH v2 19/33] net/ena/hal: missing admin interrupt reset reason
` [PATCH v2 20/33] net/ena/hal: check for existing keep alive notification
` [PATCH v2 21/33] net/ena/hal: modify memory barrier comment
` [PATCH v2 22/33] net/ena/hal: rework Rx ring submission queue
` [PATCH v2 23/33] net/ena/hal: remove operating system type enum
` [PATCH v2 24/33] net/ena/hal: handle command abort
` [PATCH v2 25/33] net/ena/hal: add support for device reset request
` [PATCH v2 26/33] net/ena: cosmetic changes
` [PATCH v2 27/33] net/ena/hal: modify customer metrics memory management
` [PATCH v2 28/33] net/ena/hal: cosmetic changes
` [PATCH v2 29/33] net/ena: update device-preferred size of rings
` [PATCH v2 30/33] net/ena: exhaust interrupt callbacks in device close
` [PATCH v2 31/33] net/ena: support max large llq depth from the device
` [PATCH v2 32/33] net/ena: control path pure polling mode
` [PATCH v2 33/33] net/ena: upgrade driver version to 2.9.0

[Buildroot] [PATCH] package/mpd: update to version 0.23.15
 2024-03-04 12:26 UTC 

Escape sequences in /var/log/auth.log
 2024-03-04 12:33 UTC  (2+ messages)

[PATCH v3 00/14] serial: Add a helper to parse device properties and more
 2024-03-04 12:27 UTC  (45+ messages)
` [PATCH v3 01/14] serial: core: Move struct uart_port::quirks closer to possible values
` [PATCH v3 02/14] serial: core: Add UPIO_UNKNOWN constant for unknown port type
` [PATCH v3 03/14] serial: port: Introduce a common helper to read properties
` [PATCH v3 04/14] serial: 8250_aspeed_vuart: Switch to use uart_read_port_properties()
` [PATCH v3 05/14] serial: 8250_bcm2835aux: "
` [PATCH v3 06/14] serial: 8250_bcm7271: "
` [PATCH v3 07/14] serial: 8250_dw: "
` [PATCH v3 08/14] serial: 8250_ingenic: "
` [PATCH v3 09/14] serial: 8250_lpc18xx: "
` [PATCH v3 10/14] serial: 8250_of: "
` [PATCH v3 11/14] serial: 8250_omap: "
` [PATCH v3 12/14] serial: 8250_pxa: "
` [PATCH v3 13/14] serial: 8250_tegra: "
` [PATCH v3 14/14] serial: 8250_uniphier: "

[PATCH] Input: iqs626a - Use common error handling code in iqs626_parse_events()
 2024-03-04 12:31 UTC  (8+ messages)
      `  "
    ` [PATCH v2] Input: iqs626a - Use scope-based resource management "

[PATCH mptcp-next v11 0/8] add helpers and vars in mptcp_lib.sh, part 3
 2024-03-04 12:32 UTC  (10+ messages)
` [PATCH mptcp-next v11 1/8] selftests: mptcp: print all error messages to stdout
` [PATCH mptcp-next v11 2/8] selftests: mptcp: connect: add dedicated port counter
` [PATCH mptcp-next v11 4/8] selftests: mptcp: sockopt: print every test result
` [PATCH mptcp-next v11 8/8] selftests: mptcp: print test results with colors

[PATCH 0/8] Some cleanups for memory-failure
 2024-03-04 12:31 UTC  (7+ messages)
` [PATCH 1/8] mm/memory-failure: Remove fsdax_pgoff argument from __add_to_kill
` [PATCH 2/8] mm/memory-failure: Pass addr to __add_to_kill()
` [PATCH 3/8] mm: Return the address from page_mapped_in_vma()

[PATCH 0/3] drm/panthor: Fix 3 issues reported by the kernel test bot
 2024-03-04 12:31 UTC  (7+ messages)
` [PATCH 1/3] drm/panthor: Fix panthor_devfreq kerneldoc
` [PATCH 2/3] drm/panthor: Explicitly include page.h for the {virt, __phys)_to_pfn() defs
  ` [PATCH 2/3] drm/panthor: Explicitly include page.h for the {virt,__phys)_to_pfn() defs
` [PATCH 3/3] drm/panthor: Fix undefined panthor_device_suspend/resume symbol issue

[PATCH 0/2] board: phytec_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1
 2024-03-04 12:30 UTC  (3+ messages)
` [PATCH 1/2] board: phytec: common: phytec_som_detection: Add phytec_get_som_type
` [PATCH 2/2] board: phycore_imx8mp: Use 2GHz RAM timings for PCL-070 from pcb_rev 1

[PATCH] crypto: rockchip/rk3288 - Add dereference of NULL pointer check
 2024-03-04 12:20 UTC  (3+ messages)

IPv6 Privacy Extension support?
 2024-03-04 12:30 UTC  (2+ messages)

[PATCH liburing] man/io_uring_setup.2: document IORING_SETUP_NO_SQARRAY
 2024-03-04 12:29 UTC  (2+ messages)

OE-core CVE metrics for master on Sun 03 Mar 2024 01:00:01 AM HST
 2024-03-04 12:29 UTC  (5+ messages)
` [yocto-security] "

[linux-next:master 10409/11394] ERROR: modpost: "__fentry__" [tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.ko] undefined!
 2024-03-04 12:29 UTC  (2+ messages)

[PATCH v2 00/10] mirror: allow switching from background to active mode
 2024-03-04 12:27 UTC  (10+ messages)

[PATCH ipsec 0/2] Improve packet offload for dual stack
 2024-03-04 12:24 UTC  (3+ messages)
` [PATCH ipsec 1/2] xfrm: fix xfrm child route lookup for packet offload
` [PATCH ipsec 2/2] xfrm: set skb control buffer based on packet offload as well

[PATCH v3 00/13] Hello Again Everyone!
 2024-03-04 12:26 UTC  (4+ messages)
` [PATCH v3 11/13] Makefile: remove hardcoded device tree source directory

[PATCH] drm: Fix output poll work for drm_kms_helper_poll=n
 2024-03-04 12:25 UTC  (3+ messages)

[PATCH] Re: [Bug 218453] Update posixoptions to POSIX.1-2018
 2024-03-04 12:23 UTC  (2+ messages)

[PATCH v2 0/1] cifs-utils: CLDAP-Ping to find the correct site
 2024-03-04 12:23 UTC  (2+ messages)
` [PATCH v2 1/1] Implement CLDAP Ping to find the closest site

How to connect specifying the BSSID?
 2024-03-04 12:23 UTC  (2+ messages)

Zapytanie ofertowe
 2024-02-29  8:46 UTC 

[PATCH 00/15] media: Add driver for the Raspberry Pi <5 CSI-2 receiver
 2024-03-04 12:22 UTC  (4+ messages)
` [PATCH v6 03/15] media: i2c: imx219: Report internal routes to userspace

[PATCH v5] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-03-04 12:22 UTC  (2+ messages)

[PATCH] x86/cpu-policy: Hide x2APIC from PV guests
 2024-03-04 12:21 UTC  (3+ messages)

[PATCH v2] docs: new text on bisecting which also covers bug validation
 2024-03-04 12:22 UTC  (4+ messages)

[PATCH] hv/hv_kvp_daemon: Handle IPv4 and Ipv6 combination for keyfile format
 2024-03-04 12:20 UTC  (2+ messages)

[RFC PATCH] mm: hold PTL from the first PTE while reclaiming a large folio
 2024-03-04 12:20 UTC  (2+ messages)

[RFC PATCH v5 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-04 12:18 UTC  (5+ messages)
` [RFC PATCH v5 18/22] hw/intc/arm_gicv3: Implement NMI interrupt prioirty

[PATCH i-g-t 1/5] lib/rendercopy_gen9: use MOCS index helper
 2024-03-04 12:19 UTC  (4+ messages)
` [PATCH i-g-t 5/5] tests/intel/xe_pat: verify wb-transient with pipe crc

WARNING in vfs_getxattr_alloc
 2024-03-04 12:19 UTC  (4+ messages)

[REGRESSION] Missing bcm5974 touchpad on Macbooks
 2024-03-04 12:18 UTC  (2+ messages)

Man page issues: logb, significand, cbrt, log2, log10, exp10
 2024-03-04 12:17 UTC  (6+ messages)

[PATCH v4] Makefile: remove hardcoded device tree source directory
 2024-03-04 12:16 UTC  (2+ messages)

[PATCH v6 0/5] Improvements to fw_base.S
 2024-03-04 12:15 UTC  (6+ messages)
` [PATCH v6 1/5] firmware: fw_base.S: Simplify address get
` [PATCH v6 2/5] firmware: fw_base: Simplified setup trap handler
` [PATCH v6 3/5] firmware: fw_dynamic.S: Remove _bad_dynamic_info
` [PATCH v6 4/5] firmware: fw_base.S: Remove _relocate_lottery
` [PATCH v6 5/5] firmware: fw_base.S: fix _reset_regs

[PATCH v2] btrfs: zoned: use zone aware sb location for scrub
 2024-03-04 12:15 UTC 

[patch 1/9] perf/x86/amd/uncore: Fix __percpu annotation
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] "

[patch 2/9] x86/msr: Prepare for including percpu.h
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] x86/msr: Prepare for including <linux/percpu.h> into <asm/msr.h>

[bug report] dead loop in generic_perform_write() //Re: [PATCH v7 07/12] iov_iter: Convert iterate*() to inline funcs
 2024-03-04 12:15 UTC  (10+ messages)
` [PATCH v7 00/12] iov_iter: Convert the iterator macros into "
  ` [PATCH v7 07/12] iov_iter: Convert iterate*() to "

[patch 3/9] x86/msr: Add missing __percpu annotations
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] "

[patch 4/9] smp: Consolidate smp_prepare_boot_cpu()
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] "

[patch 5/9] x86: Cure per CPU madness on UP
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] x86/percpu: "

[patch 6/9] x86/uaccess: Add missing __force to casts in __access_ok() and valid_user_address()
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] "

[patch 7/9] x86/cpu: Use EXPORT_PER_CPU_SYMBOL_GPL() for x86_spec_ctrl_current
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] "

[patch 8/9] x86/cpu: Provide a declaration for itlb_multihit_kvm_mitigation
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] "

[patch 9/9] x86/callthunks: Use EXPORT_PER_CPU_SYMBOL_GPL() for per CPU variables
 2024-03-04 12:15 UTC  (2+ messages)
` [tip: x86/cleanups] "

[PATCH v2] platform/x86: p2sb: Defer P2SB device scan when P2SB device has func 0
 2024-03-04 12:13 UTC  (9+ messages)

[PATCH] usb: gadget: fsl-udc: Replace custom log wrappers by pr_{err,warn,debug}
 2024-03-04 12:11 UTC 

[Bug] INFO: task hung in hub_activate
 2024-03-04 12:10 UTC 

[PATCH] inet: Add getsockopt support for IP_ROUTER_ALERT and IPV6_ROUTER_ALERT
 2024-03-04 12:08 UTC  (3+ messages)

[PATCH 0/2] ARM Error Source Table V1 Support
 2024-03-04 12:07 UTC  (4+ messages)
` [PATCH 1/2] ACPI/AEST: Initial AEST driver

[OE-core][kirkstone][PATCH] libseccomp: Add back in PTESTS_SLOW list
 2024-03-04 12:06 UTC  (2+ messages)

[PATCH 0/2] sched/eevdf: Minor fixes for reweight_entity()
 2024-03-04 12:06 UTC  (5+ messages)
` [PATCH 1/2] sched/eevdf: Always update V if se->on_rq when reweighting
` [PATCH 2/2] sched/eevdf: Fix miscalculation in reweight_entity() when se is not curr

[RFC][PATCH] fanotify: allow to set errno in FAN_DENY permission response
 2024-03-04 12:06 UTC  (11+ 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.