All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-10-18 18:55:20 to 2022-10-18 19:58:47 UTC [more...]

[Intel-wired-lan] [PATCH linux-next v2] iavf: Replace __FUNCTION__ with __func__
 2022-10-18 19:43 UTC  (3+ messages)
  `  "

[PATCH v4 0/7] A course adjustment, for sure
 2022-10-18 19:58 UTC  (4+ messages)
` [PATCH v4 1/7] NFSD: Pass the target nfsd_file to nfsd_commit()
` [PATCH v4 2/7] NFSD: Revert "NFSD: NFSv4 CLOSE should release an nfsd_file immediately"
` [PATCH v4 3/7] NFSD: Add an NFSD_FILE_GC flag to enable nfsd_file garbage collection

[PATCH] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-18 19:58 UTC  (7+ messages)

[PATCH] mm/mmap: Fix MAP_FIXED address return on VMA merge
 2022-10-18 19:58 UTC  (3+ messages)

[PATCH] selinux: use GFP_ATOMIC in convert_context()
 2022-10-18 19:58 UTC  (3+ messages)

[PATCH] x86/ibt: Implement FineIBT
 2022-10-18 19:56 UTC  (3+ messages)

[Bug 216603] New: Environment variable MANLESS is described wrong in man(1)
 2022-10-18 19:55 UTC 

[PATCH v2 net-next 0/6] netlink: add universal 'bigint' attribute type
 2022-10-18 19:55 UTC  (5+ messages)
` [PATCH v2 net-next 5/6] bitops: make BYTES_TO_BITS() treewide-available
` [PATCH v2 net-next 6/6] netlink: add universal 'bigint' attribute type

Issue: Networking performance in Xen VM on Arm64
 2022-10-18 19:54 UTC  (8+ messages)

[PATCH v3 0/1] virtio_bt: Fix alignment in configuration struct
 2022-10-18 19:54 UTC  (5+ messages)
` [PATCH v3 1/1] "
  `  "

[PATCH] arm64: dts: meson: Enable active coling using gpio-fan on Odroid N2/N2+
 2022-10-18 19:51 UTC  (3+ messages)

[PATCH v2 0/2] module: Merge same-name module load requests
 2022-10-18 19:53 UTC  (7+ messages)
` [PATCH v2 2/2] "

[PATCH 0/4] vdpa:/mlx5: Add debugfs subtree
 2022-10-18 19:52 UTC  (11+ messages)
` [PATCH 1/4] vdpa/mlx5: Fix rule forwarding VLAN to TIR
` [PATCH 2/4] vdpa/mlx5: Move some definitions to a new header file
` [PATCH 3/4] vdpa/mlx5: Add debugfs subtree
` [PATCH 4/4] vdpa/mlx5: Add RX counters to debugfs

[RFC for-next v2 0/4] enable pcpu bio caching for IRQ I/O
 2022-10-18 19:50 UTC  (5+ messages)
` [RFC for-next v2 1/4] bio: safeguard REQ_ALLOC_CACHE bio put
` [RFC for-next v2 2/4] bio: split pcpu cache part of bio_put into a helper
` [RFC for-next v2 3/4] block/bio: add pcpu caching for non-polling bio_put
` [RFC for-next v2 4/4] io_uring/rw: enable bio caches for IRQ rw

drivers/firmware/efi/libstub/zboot.c:163:1: sparse: sparse: symbol 'efi_zboot_entry' was not declared. Should it be static?
 2022-10-18 19:50 UTC  (3+ messages)

[Buildroot] [git commit] package/gesftpserver: fix build with gcc 4.8
 2022-10-18 19:47 UTC 

[Buildroot] [PATCH 1/1] package/gesftpserver: fix build with gcc 4.8
 2022-10-18 19:49 UTC  (2+ messages)

[PATCH v3 2/2] gpio: tegra: Switch to new *_PM_OPS macros
 2022-10-18 19:48 UTC  (2+ messages)

arch/alpha/include/asm/xchg.h:234:32: sparse: sparse: cast truncates bits from constant value (ffffffffe0f510cc becomes cc)
 2022-10-18 19:48 UTC 

[PATCH v1 00/35] net/ionic: updates for 22.11 release
 2022-10-18 19:41 UTC  (38+ messages)
` [PATCH v2 00/36] "
` [PATCH v2 01/36] net/ionic: fix up endianness for Rx and Tx handling
` [PATCH v2 02/36] net/ionic: fix up endianness for RSS
` [PATCH v2 03/36] net/ionic: fix to set the adapter name for logging
` [PATCH v2 04/36] net/ionic: fix up the Rx filter save API
` [PATCH v2 05/36] net/ionic: fix up reported error stats
` [PATCH v2 06/36] net/ionic: update documentation and copyrights
` [PATCH v2 07/36] net/ionic: update supported devices list
` [PATCH v2 08/36] net/ionic: update license terms to remove GPL
` [PATCH v2 09/36] net/ionic: update MTU calculations
` [PATCH v2 10/36] net/ionic: simplify code by removing doorbell map helper
` [PATCH v2 11/36] net/ionic: remove unused identifiers
` [PATCH v2 12/36] net/ionic: only allocate interrupts if required
` [PATCH v2 13/36] net/ionic: move PCI-specific code to a separate file
` [PATCH v2 14/36] net/ionic: only request notifyq interrupt if supported
` [PATCH v2 15/36] net/ionic: replace void pointer with actual type
` [PATCH v2 16/36] net/ionic: free all buffers during Rx queue stop
` [PATCH v2 17/36] net/ionic: precalculate segment lengths on receive side
` [PATCH v2 18/36] net/ionic: use a helper variable in packet Tx function
` [PATCH v2 19/36] net/ionic: do one-time init of receive descriptors
` [PATCH v2 20/36] net/ionic: overhaul receive side for performance
` [PATCH v2 21/36] net/ionic: overhaul transmit "
` [PATCH v2 22/36] net/ionic: add support for mbuf fast free
` [PATCH v2 23/36] net/ionic: do bulk allocations of receive mbufs
` [PATCH v2 24/36] net/ionic: add a lookup table for packet type
` [PATCH v2 25/36] net/ionic: add a lookup table for checksum flags
` [PATCH v2 26/36] net/ionic: advertise supported packet types
` [PATCH v2 27/36] net/ionic: add Rx descriptor status functions
` [PATCH v2 28/36] net/ionic: add Tx descriptor status function
` [PATCH v2 29/36] net/ionic: add Q-in-CMB option controlled by devarg
` [PATCH v2 30/36] net/ionic: update array allocations to use calloc
` [PATCH v2 31/36] net/ionic: add alignment and socket info in allocations
` [PATCH v2 32/36] net/ionic: allow client to specify Tx free threshold
` [PATCH v2 33/36] net/ionic: add optimized handlers for non-scattered Rx/Tx
` [PATCH v2 34/36] net/ionic: use a helper variable for page size
` [PATCH v2 35/36] net/ionic: retry init commands up to five times
` [PATCH v2 36/36] net/ionic: add watchdogs to protect each queue type

[PATCH BlueZ v3 0/4] Media Control Profile Client
 2022-10-18 19:47 UTC  (3+ messages)
` [PATCH BlueZ v3 2/4] shared/mcp: Add initial code for handling MCP

[PATCH] net/bonding: make bonded device configure method re-entrant
 2022-10-18 19:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH bpf-next v1 00/13] Fixes for dynptr
 2022-10-18 19:45 UTC  (3+ messages)
` [PATCH bpf-next v1 01/13] bpf: Refactor ARG_PTR_TO_DYNPTR checks into process_dynptr_func

[Buildroot] [git commit] configs/zynqmp_zcu102_defconfig: fix pmufw sw reset
 2022-10-18 19:39 UTC 

[Buildroot] [git commit] configs/zynqmp_kria_kv260_defconfig: fix pmufw sw reset
 2022-10-18 19:43 UTC 

[Buildroot] [git commit] configs/zynqmp_zcu106_defconfig: fix pmufw sw reset
 2022-10-18 19:40 UTC 

[Buildroot] [PATCH v1 1/1] configs/zynqmp_kria_kv260_defconfig: fix pmufw sw reset
 2022-10-18 19:43 UTC  (2+ messages)

[Buildroot] [PATCH 1/6 v3] package/skeleton-systemd: move /var factory tmpfiles out of /etc
 2022-10-18 19:43 UTC  (6+ messages)
` [Buildroot] [PATCH 2/6 v3] package/skeleton-systemd: systemd-ify mounting /var tmpfs with ro rootfs
` [Buildroot] [PATCH 3/6 v3] package/skeleton-systemd: host the tmpfiles preparation script
` [Buildroot] [PATCH 4/6 v3] system: add options for /var factory and tmpfiles pre-seed
` [Buildroot] [PATCH 5/6 v3] system: introduce a choice for /var management
` [Buildroot] [PATCH 6/6 v3] system: add option to use an overlayfs on /var on a r/o root w/ systemd

[Buildroot] [PATCH 0/6 v3] systemd: sort out the conflict between var factory and tmpfiles
 2022-10-18 19:43 UTC 

[Buildroot] [PATCH v1 1/2] configs/zynqmp_zcu102_defconfig: fix pmufw sw reset
 2022-10-18 19:42 UTC  (4+ messages)
` [Buildroot] [PATCH v1 2/2] configs/zynqmp_zcu106_defconfig: "

[PATCH v2 1/1] gpio: mxc: add suspend/resume support for i.mx8x SoCs
 2022-10-18 19:42 UTC  (5+ messages)
  ` [EXT] "

linux-leaks CI failure on master
 2022-10-18 19:40 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915/slpc: Use platform limits for min/max frequency
 2022-10-18 19:39 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915/slpc: Use platform limits for min/max frequency (rev3)
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[igt-dev] [PATCH] Refactor Display Outputs to handle MST Connectors
 2022-10-18 19:38 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for "

[PATCH] [RFC][DO-NOT-MERGE] tests: add test that LFS objects are resolved also inside submodules
 2022-10-18 19:37 UTC 

[PATCH v2] vsprintf: protect kernel from panic due to non-canonical pointer dereference
 2022-10-18 19:36 UTC  (5+ messages)

[meta-ti][master][PATCH] upstream: Add support for building upstream
 2022-10-18 19:35 UTC  (3+ messages)

[RFC for-next 0/4] enable pcpu bio caching for IRQ I/O
 2022-10-18 19:33 UTC  (2+ messages)

calculate "Array Size" for fdisk
 2022-10-18 19:34 UTC  (3+ messages)

question about uboot mt7620 RAM_VERSION
 2022-10-18 14:05 UTC  (3+ messages)

[PATCH 3/6] net: (actually/better) deal with CVE-2022-{30790, 30552}
 2022-10-18 16:41 UTC 

[PATCH 0/6][next] Avoid clashing function prototypes
 2022-10-18 19:31 UTC  (4+ messages)
` [PATCH 2/6][next] cfg80211: "

[PATCH v3 0/1] Automatic LSM stack ordering
 2022-10-18 19:31 UTC  (11+ messages)
` [PATCH v3 1/1] security: Add CONFIG_LSM_AUTO to handle default "

[xen-unstable-smoke test] 174051: regressions - FAIL
 2022-10-18 19:30 UTC 

socket chardevs: data loss when other end closes connection?
 2022-10-18 19:21 UTC  (2+ messages)

installing man-pages from source
 2022-10-18 19:28 UTC  (2+ messages)

[PATCH v4 0/1] Add support for grub-emu to kexec Linux menu entries
 2022-10-18 19:26 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH] turbostat: Provide better debug messages for failed capabilities accesses
 2022-10-18 19:23 UTC 

[Bridge] [RFC PATCH net-next 00/19] bridge: mcast: Extensions for EVPN
 2022-10-18 19:21 UTC  (3+ messages)
`  "

[dm-devel] [git pull] device mapper changes for 6.1
 2022-10-18 19:19 UTC  (5+ messages)
    `  "

[PATCH net] tipc: fix a null-ptr-deref in tipc_topsrv_accept
 2022-10-18 19:19 UTC 

[Bug 216602] New: The build system requires the bsd compat libraries even if only installing man pages
 2022-10-18 19:18 UTC  (2+ messages)
` [Bug 216602] "

[PATCH v2] erofs: use kmap_local_page() only for erofs_bread()
 2022-10-18 19:18 UTC  (3+ messages)

[PATCH v5 00/30] acl: add vfs posix acl api
 2022-10-18 19:17 UTC  (3+ messages)
` [PATCH v5 12/30] integrity: implement get and set acl hook

[RFC PATCH v2 00/13] zero-copy RX for io_uring
 2022-10-18 19:16 UTC  (14+ messages)
` [RFC PATCH v2 01/13] io_uring: add zctap ifq definition
` [RFC PATCH v2 02/13] netdevice: add SETUP_ZCTAP to the netdev_bpf structure
` [RFC PATCH v2 03/13] io_uring: add register ifq opcode
` [RFC PATCH v2 04/13] io_uring: create a zctap region for a mapped buffer
` [RFC PATCH v2 05/13] io_uring: create page freelist for the ifq region
` [RFC PATCH v2 06/13] io_uring: Provide driver API for zctap packet buffers
` [RFC PATCH v2 07/13] io_uring: Allocate the zctap buffers for the device
` [RFC PATCH v2 08/13] io_uring: Add zctap buffer get/put functions and refcounting
` [RFC PATCH v2 09/13] skbuff: Introduce SKBFL_FIXED_FRAG and skb_fixed()
` [RFC PATCH v2 10/13] io_uring: Allocate a uarg for use by the ifq RX
` [RFC PATCH v2 11/13] io_uring: Define the zctap iov[] returned to the user
` [RFC PATCH v2 12/13] io_uring: add OP_RECV_ZC command
` [RFC PATCH v2 13/13] io_uring: Make remove_ifq_region a delayed work call

[PATCH v2 00/12] Update DC commit sequence
 2022-10-18 19:16 UTC  (6+ messages)
` [PATCH v2 07/12] drm/amd/display: Add function for validate and update new stream
` [PATCH v2 12/12] drm/amd/display: Move dc_state copy in commit_tail after dc_commit_state

Porting Xen in raspberry pi4B
 2022-10-18 19:13 UTC  (4+ messages)

[PATCH v10 00/11] landlock: truncate support
 2022-10-18 19:13 UTC  (3+ messages)
` [PATCH v10 04/11] landlock: Support file truncation

[PATCH v3 0/6] uvc gadget performance issues
 2022-10-18 19:13 UTC  (6+ messages)
` [PATCH v3 2/6] usb: dwc3: gadget: cancel requests instead of release after missed isoc

[PATCH v1 net-next 0/5] inet6: Remove inet6_destroy_sock() calls
 2022-10-18 19:09 UTC  (6+ messages)
` [PATCH v1 net-next 1/5] inet6: Remove inet6_destroy_sock() in sk->sk_prot->destroy()
` [PATCH v1 net-next 2/5] dccp: Call inet6_destroy_sock() via sk->sk_destruct()
` [PATCH v1 net-next 3/5] sctp: "
` [PATCH v1 net-next 4/5] inet6: Remove inet6_destroy_sock()
` [PATCH v1 net-next 5/5] inet6: Clean up failure path in do_ipv6_setsockopt()

[PATCH] rtc: rtc-cmos: Fix wake alarm breakage
 2022-10-18 19:11 UTC  (4+ messages)

[PATCH 1/3] ata: remove unused helper ata_id_lba48_enabled()
 2022-10-18 19:10 UTC  (3+ messages)
` [PATCH 2/3] ata: remove unused helper ata_id_flush_enabled()
` [PATCH 3/3] ata: remove unused helper ata_id_flush_ext_enabled()

[chrome-platform:for-kernelci 1/2] drivers/platform/chrome/cros_hps_i2c.c:149:19: error: initialization of 'void (*)(struct i2c_client *)' from incompatible pointer type 'int (*)(struct i2c_client *)'
 2022-10-18 19:08 UTC 

arch/arm64/kvm/hyp/nvhe/stacktrace.c:10:1: sparse: sparse: symbol '__pcpu_scope_overflow_stack' was not declared. Should it be static?
 2022-10-18 19:08 UTC 

[PATCH v6 0/3] Introduce KUNIT_EXPECT_MEMEQ and KUNIT_EXPECT_MEMNEQ macros
 2022-10-18 19:05 UTC  (4+ messages)
` [PATCH v6 1/3] kunit: "
` [PATCH v6 2/3] kunit: Add KUnit memory block assertions to the example_all_expect_macros_test
` [PATCH v6 3/3] kunit: Use KUNIT_EXPECT_MEMEQ macro

[PATCH] mmc: add TS7800 FPGA based MMC controller driver
 2022-10-18 19:06 UTC  (3+ messages)

[GIT PULL] erofs fixes for 6.1-rc2
 2022-10-18 19:06 UTC  (3+ messages)

[GIT PULL] Btrfs fixes for 6.1-rc2
 2022-10-18 19:06 UTC  (2+ messages)

[PATCH 0/2] drm/tiny: add support tft display based on ilitek, ili9488
 2022-10-18 19:06 UTC  (3+ messages)
` [PATCH 0/2] drm/tiny: add support tft display based on ilitek,ili9488

Are there plans to merge up to Honister 3.4.4?
 2022-10-18 19:05 UTC  (4+ messages)

[PATCH v5 0/6] linux: implement LoadFile2 initrd loading
 2022-10-18 19:05 UTC  (7+ messages)
` [PATCH v5 1/6] efi: move MS-DOS stub out of generic PE header definition
` [PATCH v5 2/6] linux/arm: unify ARM/arm64 vs Xen PE/COFF header handling
` [PATCH v5 3/6] linux/arm: account for COFF headers appearing at unexpected offsets
` [PATCH v5 4/6] efi/efinet: Don't close connections at fini_hw() time
` [PATCH v5 5/6] efi: implement LoadFile2 initrd loading protocol for Linux
` [PATCH v5 6/6] linux: ignore FDT unless we need to modify it

[PATCH] fortify: Short-circuit known-safe calls to strscpy()
 2022-10-18 19:06 UTC  (2+ messages)

Patch set versioning
 2022-10-18 19:05 UTC  (3+ messages)

[PATCH] srcu: Export srcu_check_nmi_safety() to modules
 2022-10-18 19:05 UTC  (4+ messages)

[Virtio-fs] [virtiofsd] MR opened: passthrough: Replace `openat(2)` with `openat2(2)`
 2022-10-18 19:04 UTC 

[PATCH v1 1/1] usb: dwc3: Don't switch OTG -> peripheral if extcon is present
 2022-10-18 19:02 UTC  (2+ messages)

[Intel-wired-lan] [PATCH v2 0/5] Add support for DMA timestamp for non-PTP packets
 2022-10-18 19:02 UTC  (3+ messages)
  `  "

[PATCH v2] Add hardcoded crystal clock for KabyLake
 2022-10-18 19:01 UTC 

[PATCH] string: Convert strscpy() self-test to KUnit
 2022-10-18 19:00 UTC  (3+ messages)

+ minmax-sanity-check-constant-bounds-when-clamping-checkpatch-fixes-fix.patch added to mm-nonmm-unstable branch
 2022-10-18 19:00 UTC 

[PATCH v4 00/25] RSEQ node id and virtual cpu id extensions
 2022-10-18 19:00 UTC  (7+ messages)
` [PATCH v4 01/25] rseq: Introduce feature size and alignment ELF auxiliary vector entries

[PATCH rcu 0/4] NMI-safe SRCU reader API
 2022-10-18 18:59 UTC  (6+ messages)
` [PATCH v2 rcu 0/8] "

[asahilinux:bits/090-spi-hid 28/34] drivers/soc/apple/dockchannel.c:225:25: sparse: sparse: cast removes address space '__iomem' of expression
 2022-10-18 18:57 UTC 

[syzbot] INFO: rcu detected stall in batadv_nc_worker (3)
 2022-10-18 18:58 UTC 

[PATCH v2 00/12] cxl: Add support for Restricted CXL hosts (RCD mode)
 2022-10-18 18:57 UTC  (5+ messages)
` [PATCH v2 06/12] cxl/acpi: Extract component registers of restricted hosts from RCRB

[PATCH bpf-next 0/3] libbpf: support non-mmap()'able data sections
 2022-10-18 18:55 UTC  (3+ messages)
` [PATCH bpf-next 3/3] libbpf: add non-mmapable data section selftest

[ANNOUNCE] Git Merge 2022 videos available
 2022-10-18 18:55 UTC 

[Intel-gfx] [PATCH] drm/edid: Parse VRR cap fields from HFVSDB block
 2022-10-18 18:43 UTC  (3+ messages)
`  "

[PATCH v3 0/2] Add Omnivision OV4689 image sensor driver
 2022-10-18 18:55 UTC  (3+ messages)
` [PATCH v3 2/2] media: i2c: add support for OV4689


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.