All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-10-02 11:04:41 to 2021-10-02 13:50:20 UTC [more...]

[dpdk-dev] [PATCH 00/27] net/cnxk: support for inline ipsec
 2021-10-02 13:49 UTC  (3+ messages)
` [dpdk-dev] [PATCH v3 00/28] "

[PATCH 00/12] macfb: fixes for booting MacOS
 2021-10-02 13:47 UTC  (17+ messages)
` [PATCH 01/12] macfb: handle errors that occur during realize
` [PATCH 02/12] macfb: fix invalid object reference in macfb_common_realize()
` [PATCH 03/12] macfb: fix overflow of color_palette array
` [PATCH 04/12] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PATCH 05/12] macfb: add trace events for reading and writing the control registers
` [PATCH 06/12] macfb: implement mode sense to allow display type to be detected
` [PATCH 07/12] macfb: add qdev property to specify display type
` [PATCH 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PATCH 09/12] macfb: fix up 1-bit pixel encoding
` [PATCH 10/12] macfb: fix 24-bit RGB "
` [PATCH 11/12] macfb: add vertical blank interrupt
` [PATCH 12/12] q800: wire macfb IRQ to separate video interrupt on VIA2

[PATCH 0/2] nubus: a couple of Coverity fixes
 2021-10-02 13:43 UTC  (5+ messages)
` [PATCH 1/2] nubus.h: add ULL suffix to NUBUS_SUPER_SLOT_SIZE and NUBUS_SUPER_SLOT_SIZE
` [PATCH 2/2] nubus-device: ensure that name is freed after use in nubus_device_realize()

[dm-devel] [PATCH RFC] multipath-tools: remove Hannes as IBM arrays maintainer
 2021-10-02 13:43 UTC  (2+ messages)

[PATCH] watchdog: iTCO_wdt: Full reinitialize on resume
 2021-10-02 13:43 UTC  (3+ messages)

[PATCH 00/11] rebase: reset_head() related fixes and improvements
 2021-10-02 13:38 UTC  (6+ messages)

[PATCH] target/mips: remove gen_mfc0_load64() and use tcg_gen_ld32s_tl()
 2021-10-02 13:37 UTC 

[RFC PATCH: v3 1/2] add mi device in qemu
 2021-10-01 15:15 UTC  (3+ messages)

[PATCH v3 0/6] qapi: Add support for aliases
 2021-10-02 13:33 UTC  (11+ messages)
` [PATCH v3 6/6] tests/qapi-schema: Test cases "

[PATCH 1/1] sstate: Switch to Zstandard compressor
 2021-10-02 13:34 UTC  (3+ messages)
` [PATCH] sstate: Switch to ZStandard compressor support
  ` [poky] "

[PATCH v2 (RESEND)] block: genhd: fix double kfree() in __alloc_disk_node()
 2021-10-02 13:29 UTC  (2+ messages)

[PATCHv2 0/5] More SoCs for sdhci-omap to deprecate omap_hsmmc
 2021-10-02 13:29 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: sdhci-omap: Update binding for legacy SoCs

[PATCH V6 0/8] x86/Hyper-V: Add Hyper-V Isolation VM support(First part)
 2021-10-02 13:26 UTC  (3+ messages)
` [PATCH V6 7/8] Drivers: hv: vmbus: Add SNP support for VMbus channel initiate message

[PATCH v2 (RESEND)] brd: reduce the brd_devices_mutex scope
 2021-10-02 13:28 UTC  (2+ messages)

[meta-oe][PATCH] gattlib: Upgrade to latest
 2021-10-02 13:27 UTC 

[rt-devel:linux-5.15.y-rt-rebase 79/147] mm/vmalloc.c:1921:2: warning: Value stored to 'cpu' is never read [clang-analyzer-deadcode.DeadStores]
 2021-10-02 13:25 UTC 

[PATCH v6 00/14] Buffer validation patches
 2021-10-02 13:12 UTC  (15+ messages)
` [PATCH v6 01/14] ksmbd: add the check to vaildate if stream protocol length exceeds maximum value
` [PATCH v6 02/14] ksmbd: add validation in smb2_ioctl
` [PATCH v6 03/14] ksmbd: check strictly data area in ksmbd_smb2_check_message()
` [PATCH v6 04/14] ksmbd: remove the leftover of smb2.0 dialect support
` [PATCH v6 05/14] ksmbd: use ksmbd_req_buf_next() in ksmbd_verify_smb_message()
` [PATCH v6 06/14] ksmbd: check buffer is big enough to access the ProtocolId field
` [PATCH v6 07/14] ksmbd: use ksmbd_req_buf_next() in ksmbd_smb2_check_message()
` [PATCH v6 08/14] ksmbd: use ksmbd_smb2_cur_pdu_buflen() "
` [PATCH v6 09/14] ksmbd: check PDU len is at least header plus body size "
` [PATCH v6 10/14] ksmdb: use cmd helper variable in smb2_get_ksmbd_tcon()
` [PATCH v6 11/14] ksmdb: make smb2_get_ksmbd_tcon() callable with chained PDUs
` [PATCH v6 12/14] ksmbd: make smb2_check_user_session() callable for compound PDUs
` [PATCH v6 13/14] ksmdb: move session and tcon validation to ksmbd_smb2_check_message()
` [PATCH v6 14/14] ksmdb: validate credit charge after validating SMB2 PDU body size

[PATCH v3 00/22] target/i386/sev: Housekeeping SEV + measured Linux SEV guest
 2021-10-02 12:53 UTC  (46+ messages)
` [PATCH v3 01/22] qapi/misc-target: Wrap long 'SEV Attestation Report' long lines
` [PATCH v3 02/22] qapi/misc-target: Group SEV QAPI definitions
` [PATCH v3 03/22] target/i386/kvm: Introduce i386_softmmu_kvm Meson source set
` [PATCH v3 04/22] target/i386/kvm: Restrict SEV stubs to x86 architecture
` [PATCH v3 05/22] target/i386/monitor: Return QMP error when SEV is disabled in build
` [PATCH v3 06/22] target/i386/cpu: Add missing 'qapi/error.h' header
` [PATCH v3 07/22] target/i386/sev_i386.h: Remove unused headers
` [PATCH v3 08/22] target/i386/sev: Remove sev_get_me_mask()
` [PATCH v3 09/22] target/i386/sev: Mark unreachable code with g_assert_not_reached()
` [PATCH v3 10/22] target/i386/sev: sev_get_attestation_report use g_autofree
` [PATCH v3 11/22] target/i386/sev: Restrict SEV to system emulation
` [PATCH v3 12/22] target/i386/sev: Declare system-specific functions in 'sev_i386.h'
` [PATCH v3 13/22] target/i386/sev: Remove stubs by using code elision
` [PATCH v3 14/22] target/i386/sev: Move qmp_query_sev_attestation_report() to sev.c
` [PATCH v3 15/22] target/i386/sev: Move qmp_sev_inject_launch_secret() "
` [PATCH v3 16/22] target/i386/sev: Move qmp_query_sev_capabilities() "
` [PATCH v3 17/22] target/i386/sev: Move qmp_query_sev_launch_measure() "
` [PATCH v3 18/22] target/i386/sev: Move qmp_query_sev() & hmp_info_sev() "
` [PATCH v3 19/22] monitor: Restrict 'info sev' to x86 targets
` [PATCH v3 20/22] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot
` [PATCH v3 21/22] x86/sev: generate SEV kernel loader hashes in x86_load_linux
` [PATCH v3 22/22] MAINTAINERS: Cover AMD SEV files

[PATCH] watchdog: sp5100_tco: Add support for get_timeleft
 2021-10-02 13:20 UTC  (2+ messages)

hexagon container update
 2021-10-02 13:09 UTC  (4+ messages)

[PATCH] dt-bindings: net: renesas,ether: Update example to match reality
 2021-10-02 13:20 UTC  (2+ messages)

[PATCH] dt-bindings: net: renesas,etheravb: Update example to match reality
 2021-10-02 13:20 UTC  (2+ messages)

[PATCH net-next 0/6] Egress VLAN modification using VCAP ES0 on Ocelot switches
 2021-10-02 13:20 UTC  (2+ messages)

[RESEND PATCH] powerpc/fsl/dts: Fix phy-connection-type for fm1mac3
 2021-10-02 13:20 UTC  (2+ messages)

[RFC PATCH v2 0/9] Add LSM access controls and auditing to io_uring
 2021-10-02 13:16 UTC  (4+ messages)

[PATCH v2 00/35] mtd: spi-nor: Handle ID collisions and clean params init
 2021-10-02 13:14 UTC  (12+ messages)
` [PATCH v2 09/35] mtd: spi-nor: atmel: Use flash late_init() for locking
` [PATCH v2 14/35] mtd: spi-nor: spansion: Use manufacturer late_init()

[PATCH] iommu: intel: remove flooding of non-error logs, when new-DMA-PTE is the same as old-DMA-PTE
 2021-10-02 13:14 UTC  (4+ messages)

[PATCH] net: ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
 2021-10-02 13:14 UTC  (5+ messages)
` [PATCH RESEND] "

[PATCH v2] net:dev: Change napi_gro_complete return type to void
 2021-10-02 13:10 UTC  (2+ messages)

[PATCH v2 net-next 0/7] ionic: housekeeping updates
 2021-10-02 13:10 UTC  (2+ messages)

[PATCH net 1/4] netfilter: conntrack: fix boot failure with nf_conntrack.enable_hooks=1
 2021-10-02 13:10 UTC  (2+ messages)

[PATCH] serial: core: Fix initializing and restoring termios speed
 2021-10-02 13:09 UTC 

[RFC] io_uring: optimise requests referencing ctx
 2021-10-02 13:09 UTC  (2+ messages)

[PULL v2 00/33] x86 and misc changes for 2021-09-28
 2021-10-02 12:57 UTC  (4+ messages)

[PATCH v3 1/9] iio: adc: ab8500-gpadc: Make use of the helper function dev_err_probe()
 2021-10-02 13:01 UTC  (6+ messages)
` [PATCH v3 6/9] iio: adc: meson_saradc: "

[PATCH net-next 1/2] mctp: test: disallow MCTP_TEST when building as a module
 2021-10-02 13:01 UTC  (2+ messages)

[PATCH 00/10] Add Gigabit Ethernet driver support
 2021-10-02 13:00 UTC  (2+ messages)

[PATCH v4 00/18] i.MX8MM GPC improvements and BLK_CTRL driver
 2021-10-02 12:51 UTC  (10+ messages)
` [PATCH v4 14/18] arm64: dts: imx8mm: add GPC node

Any idea to fix the recursive call in tls_setsockopt?
 2021-10-02 12:52 UTC 

[PATCH] soc: imx: gpcv2: allow to disable individual power domains
 2021-10-02 12:48 UTC 

[PATCH v5 00/20] Buffer validation patches
 2021-10-02 12:49 UTC  (18+ messages)
` [PATCH v5 13/20] ksmbd: remove ksmbd_verify_smb_message()
` [PATCH v5 14/20] ksmbd: add ksmbd_smb2_cur_pdu_buflen()
` [PATCH v5 16/20] ksmbd: check PDU len is at least header plus body size in ksmbd_smb2_check_message()
` [PATCH v5 18/20] ksmdb: make smb2_get_ksmbd_tcon() callable with chained PDUs
` [PATCH v5 19/20] ksmbd: make smb2_check_user_session() callabe for compound PDUs

[syzbot] INFO: task hung in reg_check_chans_work (3)
 2021-10-02 12:49 UTC 

[BUG 5.15-rc3] kernel BUG at drivers/gpu/drm/i915/i915_sw_fence.c:245!
 2021-10-02 12:46 UTC  (6+ messages)
  ` [Intel-gfx] "
` [Intel-gfx] ✓ Fi.CI.BAT: success for "
` [Intel-gfx] ✓ Fi.CI.IGT: "

[PATCH V4 00/22] arch: Add basic LoongArch support
 2021-10-02 12:44 UTC  (11+ messages)
` [PATCH V4 07/22] LoongArch: Add atomic/locking headers
` [PATCH V4 19/22] LoongArch: Add VDSO and VSYSCALL support

[PATCH V5 00/10] irqchip: Add LoongArch-related irqchip drivers
 2021-10-02 12:41 UTC  (7+ messages)
` [PATCH V5 08/10] irqchip: Add LoongArch CPU interrupt controller support
` [PATCH V5 09/10] irqchip: Add Loongson Extended I/O "

[PATCH] spi: spi-nxp-fspi: don't depend on a specific node name erratum workaround
 2021-10-02 12:41 UTC  (7+ messages)

[PATCH V4 0/3] Add handling of extended regions (safe ranges) on Arm (Was "xen/memory: Introduce a hypercall to provide unallocated space")
 2021-10-02 12:40 UTC  (4+ messages)
` [PATCH V4 2/3] xen/arm: Add handling of extended regions for Dom0

[PATCH] openrisc: time: don't mark comment as kernel-doc
 2021-10-02 12:38 UTC  (3+ messages)
  ` [OpenRISC] "

[PATCH 5.4 0/3] usb: hso: backport CVE-2021-37159 fix
 2021-10-02 12:36 UTC  (5+ messages)

[meta-XXX] [PATCH] gattlib: Place pkgconfig file in correct package
 2021-10-02 12:25 UTC  (2+ messages)
` [oe] "

[RFC 00/20] Introduce /dev/iommu for userspace I/O address space management
 2021-10-02 12:25 UTC  (10+ messages)
` [RFC 11/20] iommu/iommufd: Add IOMMU_IOASID_ALLOC/FREE

[PATCH] riscv: Don't use va_pa_offset on kdump
 2021-10-02 12:20 UTC  (2+ messages)

[PATCH 1/2] rpmatch.3: remove first-character-only FUD
 2021-10-02 12:18 UTC  (3+ messages)
` [PATCH v2 1/2] rpmatch.3: clarify "
` [PATCH v2 2/2] rpmatch.3: clarify availability to glibc, Fx, and AIX

[PATCH] hwmon: Correct the error handling in w83793.c, w83791d.c, w83792d.c
 2021-10-02 12:15 UTC  (7+ messages)
` [PATCH v2 1/3] hwmon: (w83791d) Fix NULL pointer dereference by removing unnecessary structure field
  ` [PATCH v2 2/3] hwmon: (w83792d) "
  ` [PATCH v2 3/3] hwmon: (w83793) "

[PATCH] Introduce the pkill_on_warn boot parameter
 2021-10-02 12:13 UTC  (7+ messages)

[PATCH V2] ARM: dts: omap36xx: Remove turbo mode for 1GHz variants
 2021-10-02 12:12 UTC  (4+ messages)

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-02 12:09 UTC  (6+ messages)

[PATCH] mfd: intel-lpss: Add support for MacBookPro16,2 UART
 2021-10-02 12:07 UTC  (9+ messages)
      ` [PATCHv3] mfd: intel-lpss: Add support for MacBookPro16,2 ICL-N UART
` [PATCHv4] "

Recent changes (master)
 2021-10-02 12:00 UTC 

[PATCH] mm/hugetlb.c: remove deadstore in demote_size_show()
 2021-10-02 11:56 UTC  (5+ messages)
  ` [linux-safety] "

nft set load metrics
 2021-10-02 11:54 UTC  (5+ messages)

[linux-safety] [PATCH v2] mm/hugetlb.c: remove dead store in demote_size_show()
 2021-10-02 11:53 UTC  (3+ messages)
  `  "

[PATCH nft] cache: unset NFT_CACHE_SETELEM with --terse listing
 2021-10-02 11:50 UTC 

testing if a named set exists?
 2021-10-02 11:50 UTC  (3+ messages)

[syzbot] linux-next test error: WARNING in devlink_nl_region_notify
 2021-10-02 11:49 UTC 

[PATCH net-next] net: bgmac: support MDIO described in DT
 2021-10-02 11:46 UTC  (6+ messages)

[PATCH hwmon 1/1] hwmon: (pmbus/mp2975) Add missed POUT attribute for page 1 mp2975 controller
 2021-10-02 11:46 UTC  (2+ messages)

[PATCH v2] hwmon: (pmbus/ibm-cffps) max_power_out swap changes
 2021-10-02 11:40 UTC  (3+ messages)

[PATCH] hwmon: (occ) Fix P10 VRM temp sensors
 2021-10-02 11:36 UTC  (2+ messages)

[PATCH v12 00/16] machine: smp parsing fixes and improvement
 2021-10-02 11:27 UTC  (6+ messages)
` [PATCH v12 16/16] machine: Make smp_parse return a boolean

[PATCH] perf: fix test_export with SHELL=zsh
 2021-10-02 11:26 UTC  (2+ messages)

[kbd] [PATCH] Help command should print '-c' (lowercase) instead of '-C' (uppercase) for "the console device to be used" option
 2021-10-02 11:23 UTC 

[net 01/10] net/mlx5e: IPSEC RX, enable checksum complete
 2021-10-02 11:21 UTC  (4+ messages)

Filesystem Degradation and transid Verification Failure
 2021-10-02 11:20 UTC 

[PATCH 2/2 (RESEND)] ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()
 2021-10-02 11:18 UTC  (3+ messages)
` Two ath9k_htc fixes

[PATCH v2 0/6] Add device filter support
 2021-10-02 11:14 UTC  (13+ messages)
` [PATCH v2 4/6] virtio: Initialize authorized attribute for confidential guest


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.