All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-03-20 21:41:02 to 2021-03-21 00:02:52 UTC [more...]

[PATCH v3 00/32] tree-walk: mostly replace "mode" with "enum object_type"
 2021-03-21  0:01 UTC  (31+ messages)
` [PATCH v4 00/29] "
  ` [PATCH v4 01/29] notes & match-trees: use name_entry's "pathlen" member
  ` [PATCH v4 02/29] cache.h: add a comment to object_type()
  ` [PATCH v4 03/29] tree-walk.h: add object_type member to name_entry
  ` [PATCH v4 04/29] tree-walk.c: migrate to using new "object_type" field when possible
  ` [PATCH v4 05/29] fast-import tests: test for sorting dir/file foo v.s. foo.txt
  ` [PATCH v4 06/29] mktree tests: test that "mode" is passed when sorting
  ` [PATCH v4 07/29] diff "
  ` [PATCH v4 08/29] cache.h: have base_name_compare() take "is tree?", not "mode"
  ` [PATCH v4 09/29] tree-walk.h users: switch object_type(...) to new .object_type
  ` [PATCH v4 10/29] tree.h: format argument lists of read_tree_recursive() users
  ` [PATCH v4 11/29] tree.h API: make read_tree_fn_t take an "enum object_type"
  ` [PATCH v4 12/29] tree-walk.h users: migrate "p->mode &&" pattern
  ` [PATCH v4 13/29] tree-walk.h users: refactor chained "mode" if/else into switch
  ` [PATCH v4 14/29] tree-walk.h users: migrate miscellaneous "mode" to "object_type"
  ` [PATCH v4 15/29] merge-tree tests: test for the mode comparison in same_entry()
  ` [PATCH v4 16/29] merge-ort: correct reference to test in 62fdec17a11
  ` [PATCH v4 17/29] fsck.c: switch on "object_type" in fsck_walk_tree()
  ` [PATCH v4 18/29] tree-walk.h users: use temporary variable(s) for "mode"
  ` [PATCH v4 19/29] tree-walk.h API: formatting changes for subsequent commit
  ` [PATCH v4 20/29] tree-walk.h API: rename get_tree_entry() to get_tree_entry_mode()
  ` [PATCH v4 21/29] match-trees: use "tmp" for mode in shift_tree_by()
  ` [PATCH v4 22/29] tree-walk.h API: add get_tree_entry_type()
  ` [PATCH v4 23/29] tree-walk.h API: document and format tree_entry_extract()
  ` [PATCH v4 24/29] tree-entry.h API: rename tree_entry_extract() to tree_entry_extract_mode()
  ` [PATCH v4 25/29] tree-walk.h API: add a tree_entry_extract_all() function
  ` [PATCH v4 26/29] tree-walk.h API: add get_tree_entry_all()
  ` [PATCH v4 27/29] tree-walk.h API: add a get_tree_entry_path() function
  ` [PATCH v4 28/29] blame: emit a better error on 'git blame directory'
  ` [PATCH v4 29/29] tree-walk.h API: add a tree_entry_extract_type() function

[PATCH 1/2] clk: zynqmp: pll: add set_pll_mode to check condition in zynqmp_pll_enable
 2021-03-21  0:01 UTC  (2+ messages)

[PATCH] arch: xtensa: fix kconfig dependency on FUTEX
 2021-03-20 23:33 UTC 

[tip:x86/cpu] BUILD SUCCESS a331f5fdd36dba1ffb0239a4dfaaf1df91ff1aab
 2021-03-20 23:40 UTC 

[tip:master] BUILD SUCCESS 2b7cc48df95a36ecb6dfec219ae1e1f1148e6dac
 2021-03-20 23:40 UTC 

[PATCH] gitweb: redacted e-mail addresses feature
 2021-03-20 23:42 UTC 

[dm-crypt] Re: Is crypttab secure to automount a partition?
 2021-03-20 23:52 UTC 

[PATCH] configure: Improve alias attribute check
 2021-03-20 23:36 UTC  (6+ messages)

[PATCH] tools: mtk_image: add an option to set device header offset
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] configs: mt7622: enable debug uart for mt7622_rfb_defconfig
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] board: mt7629: enable compression of u-boot to reduce the size of final image
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] serial: mtk: rewrite the setbrg function
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] dts: mt7629: enable JTAG pins by default
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH] configs: mt7622: use ARMv8 Generic Timer instead of mtk_timer
 2021-03-20 23:37 UTC  (2+ messages)

[PATCH 0/4] Minor fixes for MediaTek pinctrl driver
 2021-03-20 23:37 UTC  (9+ messages)
` [PATCH 1/4] pinctrl: mediatek: fix wrong assignment in mtk_get_pin_name
` [PATCH 2/4] pinctrl: mediatek: add get_pin_muxing ops for mediatek pinctrl
` [PATCH 3/4] pinctrl: mediatek: do not probe gpio driver if not enabled
` [PATCH 4/4] pinctrl: mt7629: add jtag function and pin group

[PATCH 1/2] ARM: mediatek: Add MT8183 support
 2021-03-20 23:36 UTC  (4+ messages)
` [PATCH 2/2] board: Add MT8183 pumpkin board support

[PATCH 1/3] board: mediatek: rename pumpkin board into mt8516
 2021-03-20 23:36 UTC  (6+ messages)
` [PATCH 2/3] board: mediatek: mt8516: init USB Ether for pumpkin board
` [PATCH 3/3] configs: mt8516: use bootcmd from config_distro_bootcmd.h

[meta-networking][PATCH] usrsctp: drop receipe
 2021-03-20 23:29 UTC  (2+ messages)
` [oe] "

[PATCH v3 0/7] qla2xxx patches for kernel v5.12 and v5.13
 2021-03-20 23:23 UTC  (8+ messages)
` [PATCH v3 1/7] Revert "qla2xxx: Make sure that aborted commands are freed"
` [PATCH v3 2/7] qla2xxx: Constify struct qla_tgt_func_tmpl
` [PATCH v3 3/7] qla2xxx: Fix endianness annotations
` [PATCH v3 4/7] qla2xxx: Suppress Coverity complaints about dseg_r*
` [PATCH v3 5/7] qla2xxx: Simplify qla8044_minidump_process_control()
` [PATCH v3 6/7] qla2xxx: Always check the return value of qla24xx_get_isp_stats()
` [PATCH v3 7/7] qla2xxx: Check kzalloc() return value

[patch 1/1] genirq: Disable interrupts for force threaded handlers
 2021-03-20 23:19 UTC  (2+ messages)
` [tip: irq/urgent] "

[PATCH 2/3] Makefile: Fix bug when running in parallel
 2021-03-20 23:19 UTC  (4+ messages)
` [PATCH 3/3] .gitignore: Add file
` [PATCH v2 2/3] Makefile: Fix bug when running in parallel
` [PATCH v2 3/3] .gitignore: Add file

powerpc-linux-ld: warning: orphan section `.init.plt' from `drivers/net/ethernet/micrel/ks8851_common.o' being placed in section `.init.plt'
 2021-03-20 23:21 UTC  (2+ messages)

Please pull u-boot-dm/next into -next
 2021-03-20 23:21 UTC  (2+ messages)

[meta-oe][PATCH] xxhash: Remove recipe
 2021-03-20 23:20 UTC 

[PATCH] watchdog: Fix a typo
 2021-03-20 23:12 UTC  (3+ messages)

[PATCH v3 0/9] read_tree() and read_tree_recursive() refactoring
 2021-03-20 23:08 UTC  (11+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 1/8] show tests: add test for "git show <tree>"
  ` [PATCH v5 2/8] ls-files tests: add meaningful --with-tree tests
  ` [PATCH v5 3/8] tree.c API: move read_tree() into builtin/ls-files.c
  ` [PATCH v5 4/8] ls-files: don't needlessly pass around stage variable
  ` [PATCH v5 5/8] ls-files: refactor away read_tree()
  ` [PATCH v5 6/8] archive: stop passing "stage" through read_tree_recursive()
  ` [PATCH v5 7/8] tree.h API: expose read_tree_1() as read_tree_at()
  ` [PATCH v5 8/8] tree.h API: simplify read_tree_recursive() signature

[PATCH net-next] Revert "net: dsa: sja1105: Clear VLAN filtering offload netdev feature"
 2021-03-20 23:04 UTC 

[Buildroot] [PATCH] package/libressl: security bump to 3.2.5
 2021-03-20 23:03 UTC 

[PATCH V4] clk: imx: Fix reparenting of UARTs not associated with stdout
 2021-03-20 23:00 UTC  (5+ messages)

[PATCH v2 net 0/3] Clear rx-vlan-filter feature in DSA when necessary
 2021-03-20 22:59 UTC  (4+ messages)
` [PATCH v2 net 1/3] net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridge
` [PATCH v2 net 2/3] net: dsa: don't advertise 'rx-vlan-filter' if VLAN filtering not global
` [PATCH v2 net 3/3] net: dsa: let drivers state that they need VLAN filtering while standalone

[PATCH 1/2] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() calls
 2021-03-20 22:57 UTC  (3+ messages)
` [PATCH v2 1/1] io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG_WAITALL

[PATCH v4 1/3] mm: disable LRU pagevec during the migration temporarily
 2021-03-20 22:51 UTC  (6+ messages)
` [PATCH v4 3/3] mm: fs: Invalidate BH LRU during page migration

[PATCHSET 0/2] PF_IO_WORKER signal tweaks
 2021-03-20 22:56 UTC  (12+ messages)
` [PATCH 1/2] signal: don't allow sending any signals to PF_IO_WORKER threads

[Buildroot] [PATCH 1/1] package/wpebackend-fdo: bump to version 1.8.1
 2021-03-20 22:48 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.11.x] package/wpebackend-fdo: bump to version 1.8.1
 2021-03-20 22:48 UTC 

[Buildroot] [git commit branch/2021.02.x] package/wpebackend-fdo: bump to version 1.8.1
 2021-03-20 22:48 UTC 

[ovmf test] 160145: all pass - PUSHED
 2021-03-20 22:43 UTC 

Arm: VFP regression
 2021-03-20 22:42 UTC  (2+ messages)

[PATCH] powerpc: epapr: A typo fix
 2021-03-20 22:41 UTC  (2+ messages)

[Buildroot] [PATCH v2 0/3] Deal with binutils bug 21464
 2021-03-20 22:42 UTC  (5+ messages)
` [Buildroot] [PATCH v2 1/3] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
` [Buildroot] [PATCH v2 2/3] package/protobuf: disable package if binutils is affected from bug 21464

[PATCH] drm/vmwgfx: Fix a typo
 2021-03-20 22:40 UTC  (3+ messages)

[Buildroot] [git commit branch/2020.11.x] package/protobuf: disable package if binutils is affected from bug 21464
 2021-03-20 22:40 UTC 

[Buildroot] [git commit branch/2020.11.x] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
 2021-03-20 22:40 UTC 

[PATCH] docs: networking: Fix a typo
 2021-03-20 22:39 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/protobuf: disable package if binutils is affected from bug 21464
 2021-03-20 22:40 UTC 

[Buildroot] [git commit branch/2020.02.x] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
 2021-03-20 22:40 UTC 

Problems with io_threads
 2021-03-20 22:39 UTC  (5+ messages)
` [PATCH v2 0/5] Complete setup before calling wake_up_new_task() and improve task->comm

[PATCH] nvme-fc: Few trivial spelling fixes
 2021-03-20 22:37 UTC  (3+ messages)

[PATCH] driver core: Trivial typo fix
 2021-03-20 22:35 UTC  (2+ messages)

[PATCH v3 net-next 00/12] Better support for sandwiched LAGs with bridge and DSA
 2021-03-20 22:34 UTC  (13+ messages)
` [PATCH v3 net-next 01/12] net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a bridge
` [PATCH v3 net-next 02/12] net: dsa: pass extack to dsa_port_{bridge,lag}_join
` [PATCH v3 net-next 03/12] net: dsa: inherit the actual bridge port flags at join time
` [PATCH v3 net-next 04/12] net: dsa: sync up with bridge port's STP state when joining
` [PATCH v3 net-next 05/12] net: dsa: sync up VLAN filtering state when joining the bridge
` [PATCH v3 net-next 06/12] net: dsa: sync multicast router "
` [PATCH v3 net-next 07/12] net: dsa: sync ageing time "
` [PATCH v3 net-next 08/12] net: dsa: replay port and host-joined mdb entries "
` [PATCH v3 net-next 09/12] net: dsa: replay port and local fdb "
` [PATCH v3 net-next 10/12] net: dsa: replay VLANs installed on port "
` [PATCH v3 net-next 11/12] net: ocelot: call ocelot_netdevice_bridge_join when joining a bridged LAG
` [PATCH v3 net-next 12/12] net: ocelot: replay switchdev events when joining bridge

[Buildroot] [git commit branch/2021.02.x] package/protobuf: disable package if binutils is affected from bug 21464
 2021-03-20 22:37 UTC 

[Buildroot] [git commit branch/2021.02.x] toolchain: introduce BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464
 2021-03-20 22:37 UTC 

[PATCH] xfs: Rudimentary typo fixes
 2021-03-20 22:34 UTC  (2+ messages)

[Buildroot] [PATCH 0/4] mender updates
 2021-03-20 22:28 UTC  (5+ messages)
` [Buildroot] [PATCH 1/4] package/mender/mender.mk: use MENDER_PKGDIR variable
` [Buildroot] [PATCH 2/4] package/mender/mender.mk: fix linker version argument
` [Buildroot] [PATCH 3/4] package/mender: bump version to 2.5.0
` [Buildroot] [PATCH 4/4] package/mender: install dbus authentication file if dbus is selected

[PATCH v24 00/10] NTFS read-write driver GPL implementation by Paragon Software
 2021-03-20 22:26 UTC  (3+ messages)
` [PATCH v24 09/10] fs/ntfs3: Add NTFS3 in fs/Kconfig and fs/Makefile

[PATCH v4 00/22] x86: Support Intel Advanced Matrix Extensions
 2021-03-20 22:21 UTC  (4+ messages)
` [PATCH v4 14/22] x86/fpu/xstate: Expand the xstate buffer on the first use of dynamic user state

[PATCH v2 0/3] ALSA: hdsp and hdspm, don't disable device if not enabled
 2021-03-20 22:23 UTC  (4+ messages)
` [PATCH v2 1/3] ALSA: hdsp: don't disable "
` [PATCH v2 2/3] ALSA: hdspm: "
` [PATCH v2 3/3] ALSA: rme9652: "

[PATCH] sched/fair: remove redundant test_idle_cores for non-smt
 2021-03-20 22:14 UTC  (2+ messages)

[PATCH 0/2] ALSA: hdsp and hdspm, don't disable device if not enabled
 2021-03-20 22:16 UTC  (3+ messages)
` [PATCH 1/2] ALSA: hdsp: don't disable "
` [PATCH 2/2] ALSA: hdspm: "

[PATCH net-next] r8169: add support for ethtool get_ringparam
 2021-03-20 22:14 UTC 

[PATCH 0/3] Fixes for timer-ti-dm systimer posted mode
 2021-03-20 22:13 UTC  (7+ messages)
` [PATCH 2/3] clocksource/drivers/timer-ti-dm: Remove extra of_node_put()

How is it possible to build a loadable module from spi-altera.c ...?
 2021-03-20 22:14 UTC 

[Buildroot] [PATCH v3 1/3] package/rpi-firmware: rework boot/config file handling
 2021-03-20 22:14 UTC  (2+ messages)

[PATCH 0/1] Set AVR TARGET_PAGE_BITS to be 10 instead of 8
 2021-03-20 22:09 UTC  (2+ messages)
` [PATCH 1/1] Set TARGET_PAGE_BITS to be 10 instead of 8 bits

[PATCH 1/2] perf daemon: Force waipid for all session on SIGCHLD delivery
 2021-03-20 22:10 UTC  (2+ messages)
` [PATCH 2/2] perf daemon: Return from kill functions

[Buildroot] [RFC/next v2 1/2] package/rpi-firmware: rework boot/config file handling
 2021-03-20 22:09 UTC  (8+ messages)

Revisiting ITE8708 on ASUS PN50 uses a 16 byte io region
 2021-03-20 22:06 UTC  (5+ messages)

[dunfell][PATCH] glibc: Pull latest 2.31 HEAD
 2021-03-20 22:06 UTC  (2+ messages)
` [OE-core] "

[Buildroot] [PATCH 1/8] configs/qemu_arm_vexpress_tz_defconfig: enable CXX toolchain
 2021-03-20 22:05 UTC  (3+ messages)
` [Buildroot] [PATCH 8/8] configs/qemu_arm_vexpress_tz_defconfig: embed openssl library

[Buildroot] [git commit] configs/qemu_arm_vexpress_tz_defconfig: enable openssl library
 2021-03-20 22:05 UTC 

[PATCH] bitbake.conf: Prevent pyc file creation in pseudo context for shell tasks
 2021-03-20 22:04 UTC  (3+ messages)
` [OE-core] "

[Buildroot] [PATCH] configs/qemu_arm_vexpress_tz: bump versions and update
 2021-03-20 22:03 UTC  (3+ messages)
` [Buildroot] [PATCH v2 next] "

[Buildroot] [git commit] configs/qemu_arm_vexpress_tz: bump versions and update
 2021-03-20 22:03 UTC 

spidev.c ?
 2021-03-20 22:02 UTC  (5+ messages)
` [yocto] "

[Buildroot] [PATCH v1] boot/syslinux: fix gcc-10.x compile
 2021-03-20 22:02 UTC  (2+ messages)

[PATCH 01/16] xwayland: add a standalone recipe
 2021-03-20 22:01 UTC  (8+ messages)
` [PATCH 12/16] automake: update 1.16.2 - > 1.16.3
  ` [OE-core] "
` [PATCH 15/16] apt: mark as incompatible with musl
  ` [OE-core] "

[Buildroot] [git commit] boot/syslinux: fix gcc-10.x compile
 2021-03-20 22:01 UTC 

[Buildroot] [PATCH 1/4] qemu_arm_versatile: switch to in-kernel defconfig + fragment
 2021-03-20 21:56 UTC  (3+ messages)
` [Buildroot] [PATCH 3/4] Rename custom kernel defconfig files to *_defconfig

[PATCH 1/4] ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()
 2021-03-20 21:55 UTC  (5+ messages)
` [PATCH 2/4] ecryptfs: saner API for lock_parent()
  ` [PATCH 3/4] ecryptfs: get rid of unused accessors
    ` [PATCH 4/4] ecryptfs: ecryptfs_dentry_info->crypt_stat is never used

[Buildroot] [PATCH 1/1] package/python-setuptools-rust: bump to version 0.12.1
 2021-03-20 21:53 UTC  (2+ messages)

[Buildroot] [git commit] package/python-setuptools-rust: bump to version 0.12.1
 2021-03-20 21:53 UTC 

[Buildroot] [PATCH 1/1] package/i2pd: bump to version 2.37.0
 2021-03-20 21:53 UTC  (2+ messages)

[Buildroot] [git commit] package/i2pd: bump to version 2.37.0
 2021-03-20 21:53 UTC 

[Buildroot] [PATCH 1/1] configs/bananapi_m1_plus_defconfig: select custom headers
 2021-03-20 21:52 UTC  (2+ messages)

[Buildroot] [git commit] package/linux-firmware: add missing closing double quotes
 2021-03-20 21:52 UTC 

QEMU PCI subsystem: what code is responsible for making accesses to non-mapped addresses read as -1?
 2021-03-20 21:50 UTC  (4+ messages)

[Buildroot] [git commit] configs/bananapi_m1_plus_defconfig: select custom headers
 2021-03-20 21:51 UTC 

[PATCH v2 1/3] apt: update 1.8.2.2 -> 2.2.2
 2021-03-20 21:49 UTC  (3+ messages)
` [PATCH v2 2/3] apt: Support old resolver as fallback
` [PATCH v2 3/3] apt: Do not disable NLS

[PATCH v3][next] xfs: Replace one-element arrays with flexible-array members
 2021-03-20 21:48 UTC  (6+ messages)

[Buildroot] [PATCH] package/squid: Use external libltdl
 2021-03-20 21:47 UTC  (2+ messages)

[Buildroot] [git commit] package/squid: use external libltdl
 2021-03-20 21:47 UTC 

[Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.5.7
 2021-03-20 21:47 UTC  (2+ messages)

[Buildroot] [PATCH] package/lualdap: bump to version 1.2.6
 2021-03-20 21:47 UTC  (2+ messages)

[Buildroot] [git commit] package/tor: security bump version to 0.4.5.7
 2021-03-20 21:46 UTC 

What's cooking in git.git (Mar 2021, #06; Sat, 20)
 2021-03-20 21:39 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.