All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-07-19 22:49:56 to 2023-07-20 00:13:07 UTC [more...]

[PATCH 1/2] trace2: fix a comment
 2023-07-20  0:12 UTC  (3+ messages)
` [PATCH 2/2] wrapper: use trace2 counters to collect fsync stats

[PATCH] rtlwifi: rtl8192ee: phy Remove unnecessary spaces
 2023-07-20  0:07 UTC  (2+ messages)

[Intel-gfx] [PATCH v3] drm/i915: Refactor PAT/object cache handling
 2023-07-20  0:07 UTC  (4+ messages)
  `  "

[PATCH bpf-next v3 00/17] bpf: Support new insns from cpu v4
 2023-07-20  0:02 UTC  (18+ messages)
` [PATCH bpf-next v3 01/17] bpf: Support new sign-extension load insns
` [PATCH bpf-next v3 02/17] bpf: Support new sign-extension mov insns
` [PATCH bpf-next v3 03/17] bpf: Handle sign-extenstin ctx member accesses
` [PATCH bpf-next v3 04/17] bpf: Support new unconditional bswap instruction
` [PATCH bpf-next v3 05/17] bpf: Support new signed div/mod instructions
` [PATCH bpf-next v3 06/17] bpf: Fix jit blinding with new sdiv/smov insns
` [PATCH bpf-next v3 07/17] bpf: Support new 32bit offset jmp instruction
` [PATCH bpf-next v3 08/17] bpf: Add kernel/bpftool asm support for new instructions
` [PATCH bpf-next v3 09/17] selftests/bpf: Fix a test_verifier failure
` [PATCH bpf-next v3 10/17] selftests/bpf: Add a cpuv4 test runner for cpu=v4 testing
` [PATCH bpf-next v3 11/17] selftests/bpf: Add unit tests for new sign-extension load insns
` [PATCH bpf-next v3 12/17] selftests/bpf: Add unit tests for new sign-extension mov insns
` [PATCH bpf-next v3 13/17] selftests/bpf: Add unit tests for new bswap insns
` [PATCH bpf-next v3 14/17] selftests/bpf: Add unit tests for new sdiv/smod insns
` [PATCH bpf-next v3 15/17] selftests/bpf: Add unit tests for new gotol insn
` [PATCH bpf-next v3 16/17] selftests/bpf: Test ldsx with more complex cases
` [PATCH bpf-next v3 17/17] docs/bpf: Add documentation for new instructions

[PATCH v4 00/83] buildman: Refactor code and correct some pylint warnings
 2023-07-19 23:49 UTC  (84+ messages)
` [PATCH v4 01/83] buildman: Fix verboose typo and add comment
` [PATCH v4 02/83] buildman: Allow --debug to enable debugging
` [PATCH v4 03/83] buildman: Exit with the return code consistently
` [PATCH v4 04/83] buildman: Rename the ARM boards
` [PATCH v4 05/83] buildman: Drop dead code to handle :CONFIG_ construct
` [PATCH v4 06/83] buildman: Avoid globals in leaf functions
` [PATCH v4 07/83] buildman: Add a test for Boards.scan_defconfigs()
` [PATCH v4 08/83] buildman: Add a test for Boards.output_is_new()
` [PATCH v4 09/83] buildman: Add a partial test for ensure_board_list()
` [PATCH v4 10/83] buildman: Tidy up common code in parse_file()
` [PATCH v4 11/83] buildman: Warn about dangling maintainer entries
` [PATCH v4 12/83] buildman: Refactor target handling in Boards.scan()
` [PATCH v4 13/83] buildman: Detect boards with multiple CONFIG_TARGETs defined
` [PATCH v4 14/83] buildman: Detect boards with no CONFIG_TARGET defined
` [PATCH v4 15/83] buildman: Correct operation of MAINTAINERS N:
` [PATCH v4 16/83] buildman: Just display a single line for missing maintainers
` [PATCH v4 17/83] buildman: Sort the maintainer warnings
` [PATCH v4 18/83] buildman: Correct logic for missing maintainers
` [PATCH v4 19/83] buildman: Add an option to check maintainers
` [PATCH v4 20/83] buildman: Provide an argument to the -R option
` [PATCH v4 21/83] buildman: Tidy up pylint warnings in main
` [PATCH v4 22/83] buildman: Convert camel case in control.py
` [PATCH v4 23/83] buildman: Fix most pylint warnings in control
` [PATCH v4 24/83] buildman: Move full-help processing to main
` [PATCH v4 25/83] buildman: Move series calculations into a separate function
` [PATCH v4 26/83] buildman: Move fetch-arch code "
` [PATCH v4 27/83] buildman: Add a test for the -A option
` [PATCH v4 28/83] buildman: Drop use of builder in show_actions()
` [PATCH v4 29/83] buildman: Move dry-run handling higher in do_buildman()
` [PATCH v4 30/83] buildman: Add tests for excluding things
` [PATCH v4 31/83] buildman: Move board-selection code into a function
` [PATCH v4 32/83] bulidman: Move more code to determine_series()
` [PATCH v4 33/83] buildman: Move Boards-object code into a function
` [PATCH v4 34/83] bulidman: Move toolchain handling to "
` [PATCH v4 35/83] bulldman: Set up output_dir earlier
` [PATCH v4 36/83] buildman: Move output-file setup into one place
` [PATCH v4 37/83] buildman: Pass option values to get_action_summary()
` [PATCH v4 38/83] buildman: Pass option values to show_actions()
` [PATCH v4 39/83] buildman: Build option-adjusting into a function
` [PATCH v4 40/83] buildman: Move counting of commits "
` [PATCH v4 41/83] buildman: Move setting up the output dir "
` [PATCH v4 42/83] buildman: Move commit numbering into determine_series()
` [PATCH v4 43/83] buildman: Avoid too many returns in do_buildman()
` [PATCH v4 44/83] buildman: Move remaining builder properties to constructor
` [PATCH v4 45/83] buildman: Tweak commits and show_bloat
` [PATCH v4 46/83] buildman: Moving running of the builder into a function
` [PATCH v4 47/83] buildman: Drop some unnecessary variables
` [PATCH v4 48/83] buildman: Adjust show_toolchain_prefix() to not return
` [PATCH v4 49/83] buildman: Move checking for make into run_builder()
` [PATCH v4 50/83] buildman: Move getting the adjust_cfg "
` [PATCH v4 51/83] buildman: Use get_alow_missing() directly to avoid var
` [PATCH v4 52/83] buildman: Create a function to get number of built commits
` [PATCH v4 53/83] buildman: Convert camel case in cmdline.py
` [PATCH v4 54/83] buildman: Correct most pylint warnings in cmdline
` [PATCH v4 55/83] buildman: Add a test for --boards
` [PATCH v4 56/83] buildman: Convert to argparse
` [PATCH v4 57/83] buildman: Convert camel case in bsettings.py
` [PATCH v4 58/83] buildman: Convert camel case in builder.py
` [PATCH v4 59/83] buildman: Split parser creation in two
` [PATCH v4 60/83] buildman: Convert camel case in builderthread.py
` [PATCH v4 61/83] buildman: Correct most pylint warnings in builderthread
` [PATCH v4 62/83] buildman: Export _get_output_dir() to avoid warnings
` [PATCH v4 63/83] buildman: Correct invalid use of out_dir variable
` [PATCH v4 64/83] buildman: Drop unnecessary assignment of config_out
` [PATCH v4 65/83] buildman: Start a function to set up the make arguments
` [PATCH v4 66/83] buildman: Move setting of toolchain arguments to _build_args()
` [PATCH v4 67/83] buildman: Move more things into _build_args()
` [PATCH v4 68/83] buildman: Convert config_out to string IO
` [PATCH v4 69/83] buildman: Move reconfigure code into its own function
` [PATCH v4 70/83] buildman: Move bulid "
` [PATCH v4 71/83] buildman: Move reading of the done file into a function
` [PATCH v4 72/83] buildman: Move code to remove old outputs
` [PATCH v4 73/83] buildman: Move code to decide output dirs
` [PATCH v4 74/83] buildman: Move checkout code to a separate function
` [PATCH v4 75/83] buildman: Create a function to handle config and build
` [PATCH v4 76/83] buildman: Avoid passing result into _read_done_file()
` [PATCH v4 77/83] buildman: Tidy up reporting of a toolchain error
` [PATCH v4 78/83] buildman: Tidy up some comments in builderthread
` [PATCH v4 79/83] buildman: Move copy_files() out ot BuilderThread class
` [PATCH v4 80/83] buildman: Add a way to print the architecture for a board
` [PATCH v4 81/83] buildman: Use -D for --debug
` [PATCH v4 82/83] buildman: Add an option to check maintainers and targets
` [PATCH v4 83/83] buildman: Enable test coverage

[PATCH v3 net-next 0/4] ionic: add FLR support
 2023-07-20  0:04 UTC  (10+ messages)
` [PATCH v3 net-next 1/4] ionic: extract common bits from ionic_remove
` [PATCH v3 net-next 2/4] ionic: extract common bits from ionic_probe
` [PATCH v3 net-next 3/4] ionic: pull out common bits from fw_up

[PATCH] vdpa: reject F_ENABLE_AFTER_DRIVER_OK if backend does not support it
 2023-07-20  0:03 UTC  (13+ messages)

[master/kirkstone][PATCH] packagegroup-arago-sysvinit-boot: fix tiny image unable to login issue
 2023-07-20  0:03 UTC 

[PATCH v2 0/2] Fix hugetlb free path race with memory errors
 2023-07-20  0:02 UTC  (5+ messages)
` [PATCH v2 2/2] hugetlb: optimize update_and_free_pages_bulk to avoid lock cycles

[PATCH net] net: phy: prevent stale pointer dereference in phy_init()
 2023-07-20  0:02 UTC 

[XEN PATCH] x86: change parameter name of hvm_monitor_msr() declaration
 2023-07-20  0:01 UTC  (2+ messages)

Backtraces with CONFIG_CLK_KUNIT_TEST=y+CONFIG_LOCKDEP=y
 2023-07-20  0:01 UTC  (2+ messages)

[RFC PATCH 0/4] splice: Fix corruption in data spliced to pipe
 2023-07-20  0:00 UTC  (12+ messages)
` [RFC PATCH 1/4] splice: Fix corruption of spliced data after splice() returns

[PATCH v2 0/1] change ->index to PAGE_SIZE for hugetlb pages
 2023-07-20  0:00 UTC  (2+ messages)

drivers/clk/qcom/videocc-sm8550.c:34:22: sparse: sparse: decimal constant 2300000000 is between LONG_MAX and ULONG_MAX. For C99 that means long long, C90 compilers are very likely to produce unsigned long (and a warning) here
 2023-07-19 23:54 UTC 

[syzbot] [hfs?] kernel BUG in hfsplus_show_options
 2023-07-19 23:52 UTC 

[PATCH 0/4] A few fixup and cleanup patches for memory-failure
 2023-07-19 23:50 UTC  (5+ messages)
` [PATCH 2/4] mm: memory-failure: fix potential unexpected return value from unpoison_memory()
` [PATCH 3/4] mm: memory-failure: avoid false hwpoison page mapped error info

pull-request: bpf-next 2023-07-19
 2023-07-19 23:50 UTC  (2+ messages)

pull-request: bpf 2023-07-19
 2023-07-19 23:50 UTC  (2+ messages)

oops in nfsd-next branch
 2023-07-19 23:46 UTC  (2+ messages)

[PATCH 00/14] Refactor SUNRPC svc thread code, and use llist
 2023-07-19 23:44 UTC  (7+ messages)
` [PATCH 10/14] SUNRPC: change svc_pool_wake_idle_thread() to return nothing

[qemu-upstream-4.17-testing test] 181889: regressions - trouble: fail/pass/starved
 2023-07-19 23:41 UTC 

[PATCH v6 0/2] Add Versa3 clock generator support
 2023-07-19 23:40 UTC  (5+ messages)
` [PATCH v6 1/2] dt-bindings: clock: Add Renesas versa3 clock generator bindings
` [PATCH v6 2/2] drivers: clk: Add support for versa3 clock driver

A Few Minor Complications on connman + connman-vpn + wpa_supplicant + ofono Bringup
 2023-07-19 23:40 UTC  (3+ messages)

[RFC PATCH 0/3] memfd: cleanups for vm.memfd_noexec
 2023-07-19 23:38 UTC  (3+ messages)
` [RFC PATCH 3/3] selftests: memfd: error out test process when child test fails

[PATCH v2 00/15] ASoC: add multi Component support
 2023-07-19 23:36 UTC  (6+ messages)
` [PATCH v2 14/15] ASoC: dt-bindings: renesas,rsnd.yaml: add common port-def

rasdaemon broke between v6.0 and v6.3?
 2023-07-19 23:35 UTC 

[XEN PATCH] docs/misc: fix document typo
 2023-07-19 23:34 UTC  (2+ messages)

Experiments with clang-format and exclude-list.json
 2023-07-19 23:31 UTC  (3+ messages)

[PATCH v2 0/2] Rewrite ret_from_fork() in C
 2023-07-19 23:31 UTC  (7+ messages)
` [PATCH v2 2/2] x86: "

linux-next: duplicate patch in the vfs-brauner tree
 2023-07-19 23:28 UTC  (3+ messages)

[PATCH v3 0/9] SUNRPC service thread scheduler optimizations
 2023-07-19 23:27 UTC  (7+ messages)
` [PATCH v3 5/9] SUNRPC: Count pool threads that were awoken but found no work to do

[PATCH] short help: allow multi-line opthelp
 2023-07-19 23:26 UTC  (5+ messages)
` [PATCH v2] "
  ` [RFC] short help: allow a gap smaller than USAGE_GAP

[syzbot] [hfs?] kernel BUG in hfsplus_show_options
 2023-07-19 23:26 UTC 

[RFC PATCH 00/10] Device Memory TCP
 2023-07-19 23:24 UTC  (12+ messages)

[PATCH v2 0/3] Add new "describe" atom
 2023-07-19 23:23 UTC  (6+ messages)
` [PATCH v3 0/2] "
  ` [PATCH v3 1/2] ref-filter: add multiple-option parsing functions
  ` [PATCH v3 2/2] ref-filter: add new "describe" atom

[PATCH v6 0/8] x86/resctrl: Miscellaneous resctrl features
 2023-07-19 23:22 UTC  (9+ messages)
` [PATCH v6 1/8] x86/resctrl: Add multiple tasks to the resctrl group at once
` [PATCH v6 2/8] x86/resctrl: Simplify rftype flag definitions
` [PATCH v6 3/8] x86/resctrl: Rename rftype flags for consistency
` [PATCH v6 4/8] x86/resctrl: Add comments on RFTYPE flags hierarchy
` [PATCH v6 5/8] x86/resctrl: Unwind the errors inside rdt_enable_ctx
` [PATCH v6 6/8] x86/resctrl: Move default control group creation during mount
` [PATCH v6 7/8] x86/resctrl: Introduce "-o debug" mount option
` [PATCH v6 8/8] x86/resctrl: Display hardware ids of resource groups

[PATCH] hugetlbfs: Fix integer overflow check in hugetlbfs_file_mmap()
 2023-07-19 23:22 UTC  (6+ messages)

[virtio-dev] virtio-snd and snapshots (e.g. in QEMU) when audio is active
 2023-07-19 23:21 UTC 

[PATCH] KVM: arm64: Rephrase percpu enable/disable tracking in terms of hyp
 2023-07-19 23:18 UTC 

[syzbot] [hfs?] kernel BUG in hfsplus_show_options
 2023-07-19 23:17 UTC 

[PATCH v1 net 1/2] af_unix: Fix fortify_panic() in unix_bind_bsd()
 2023-07-19 23:15 UTC  (2+ messages)

stable-rc/linux-5.15.y baseline: 160 runs, 17 regressions (v5.15.120)
 2023-07-19 23:14 UTC 

drivers/net/veth.c:848:12: warning: stack frame size (2096) exceeds limit (2048) in 'veth_xdp_rcv'
 2023-07-19 23:13 UTC 

[syzbot] [btrfs?] [netfilter?] BUG: MAX_LOCKDEP_CHAIN_HLOCKS too low! (2)
 2023-07-19 23:12 UTC  (4+ messages)

[PATCH v2 0/5] Enable zoned write pipelining for UFS devices
 2023-07-19 23:07 UTC  (7+ messages)
` [PATCH v2 4/5] scsi: Retry unaligned zoned writes

collision between ZONE_MOVABLE and memblock allocations
 2023-07-19 23:05 UTC  (6+ messages)

Traceback with CONFIG_REGMAP_KUNIT=y+CONFIG_DEBUG_ATOMIC_SLEEP=y
 2023-07-19 23:05 UTC  (2+ messages)

[RFC PATCH 0/6] nvmem: add block device NVMEM provider
 2023-07-19 23:04 UTC  (4+ messages)
` [RFC PATCH 6/6] block: implement "

[PATCH 00/13] Linux RISC-V IOMMU Support
 2023-07-19 23:04 UTC  (6+ messages)
` [PATCH 03/11] dt-bindings: Add RISC-V IOMMU bindings

[PATCH] vpda: pds: fix building without debugfs
 2023-07-19 23:04 UTC  (3+ messages)

[PATCH v2 0/2] More test fixes
 2023-07-19 23:03 UTC  (4+ messages)
` [PATCH v2 1/2] tests: Test aborts due to missing requirements should be marked as error instead of skipped

[PATCH v2] mm/hugetlb: get rid of page_hstate()
 2023-07-19 23:02 UTC  (2+ messages)

[freescale-fslc:pr/638 1039/12469] drivers/gpu/drm/bridge/nxp-seiko-43wvfig.c:184:10: error: 'const struct drm_bridge_funcs' has no member named 'atomic_get_input_bus_fmts'
 2023-07-19 23:02 UTC 

[PATCH 00/13] of: overlay/unittest: Miscellaneous fixes and improvements
 2023-07-19 23:02 UTC  (3+ messages)
` [PATCH 01/13] of: dynamic: Do not use "%pOF" while holding devtree_lock

stable-rc/linux-4.19.y baseline: 166 runs, 36 regressions (v4.19.288)
 2023-07-19 22:57 UTC 

[PATCH] btrfs: scrub: speed up on NVME devices
 2023-07-19 22:50 UTC  (8+ messages)

[PATCH v3 0/8] vdpa: Send all CVQ state load commands in parallel
 2023-07-19 22:54 UTC  (6+ messages)

[Intel-gfx] [PATCH 0/8] Reduce MTL-specific platform checks
 2023-07-19 22:54 UTC  (5+ messages)
` [Intel-gfx] [PATCH 3/8] drm/i915: Eliminate IS_MTL_GRAPHICS_STEP

[PATCH v3 4/9] PCI/VGA: Improve the default VGA device selection
 2023-07-19 22:51 UTC  (5+ messages)
  ` [Intel-gfx] "

[PATCH v2 3/5] mmu_notifiers: Call invalidate_range() when invalidating TLBs
 2023-07-19 22:51 UTC  (4+ messages)

[tip: x86/shstk] mm: Move pte/pmd_mkwrite() callers with no VMA to _novma()
 2023-07-19 22:47 UTC 

[tip: x86/shstk] x86/traps: Move control protection handler to separate file
 2023-07-19 22:47 UTC 

[OE-core] [PATCH] harfbuzz: upgrade 7.3.0 -> 8.0.1
 2023-07-19 22:50 UTC  (3+ messages)
` [OE-core] [PATCH] python3-jsonschema: upgrade 4.17.3 -> 4.18.3

[tip: x86/shstk] mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma()
 2023-07-19 22:47 UTC 

[tip: x86/shstk] mm: Make pte_mkwrite() take a VMA
 2023-07-19 22:47 UTC 

[tip: x86/shstk] mm: Re-introduce vm_flags to do_mmap()
 2023-07-19 22:47 UTC 

[tip: x86/shstk] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
 2023-07-19 22:47 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.