All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-09-25 22:22:09 to 2016-09-26 01:20:07 UTC [more...]

[PATCH] pm8001: mark symbols static where possible
 2016-09-26  1:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v10 0/2] virtio-crypto: virtio crypto device specification
 2016-09-26  1:15 UTC  (2+ messages)

[PATCH net-next 0/4] act_mirred: Ingress actions support
 2016-09-26  1:15 UTC  (15+ messages)
` [PATCH net-next 4/4] net/sched: act_mirred: Implement ingress actions

[PATCH] app/testpmd: fix DCB config issue on ixgbe
 2016-09-26  1:11 UTC  (4+ messages)
` [PATCH v2] app/testpmd: fix DCB config issue

[U-Boot] [PATCH v2 1/2] mmc: sdhci: use the host version value in sdhci_setup_cfg
 2016-09-26  1:10 UTC  (3+ messages)
  ` [U-Boot] [PATCH v2 2/2] mmc: sdhci: use the generic error number

[PATCH -v3 00/10] THP swap: Delay splitting THP during swapping out
 2016-09-26  1:06 UTC  (7+ messages)

[PATCH] mm: check VMA flags to avoid invalid PROT_NONE NUMA balancing
 2016-09-26  1:05 UTC  (13+ messages)

Bluestore memory leak
 2016-09-26  1:05 UTC  (12+ messages)

[PATCH 0/9] Jethro pull request
 2016-09-26  1:05 UTC  (2+ messages)

[PATCH 00/53] Netfilter updates for net-next
 2016-09-26  1:05 UTC  (55+ messages)
` [PATCH 01/53] netfilter: gre: Use consistent GRE_* macros instead of ones defined by netfilter
` [PATCH 02/53] netfilter: gre: Use consistent GRE and PTTP header structure instead of the "
` [PATCH 03/53] netfilter: nf_ct_sip: correct parsing of continuation lines in SIP headers
` [PATCH 04/53] netfilter: nf_ct_sip: correct allowed characters in Call-ID SIP header
` [PATCH 05/53] netfilter: ftp: Remove the useless dlen==0 condition check in find_pattern
` [PATCH 06/53] netfilter: ftp: Remove the useless code
` [PATCH 07/53] netfilter: nft_numgen: rename until attribute by modulus
` [PATCH 08/53] netfilter: nft_quota: fix overquota logic
` [PATCH 09/53] netfilter: nft_quota: introduce nft_overquota()
` [PATCH 10/53] netfilter: nf_ct_sip: allow tab character in SIP headers
` [PATCH 11/53] netfilter: nft_queue: check the validation of queues_total and queuenum
` [PATCH 12/53] netfilter: nf_conntrack: remove unused ctl_table_path member in nf_conntrack_l3proto
` [PATCH 13/53] netfilter: nft_hash: Add hash offset value
` [PATCH 14/53] netfilter: nft_dynset: allow to invert match criteria
` [PATCH 15/53] netfilter: nf_tables: ensure proper initialization of nft_pktinfo fields
` [PATCH 16/53] netfilter: nf_tables_ipv6: setup pktinfo transport field on failure to parse
` [PATCH 17/53] netfilter: introduce nft_set_pktinfo_{ipv4, ipv6}_validate()
` [PATCH 18/53] netfilter: nf_tables_bridge: use nft_set_pktinfo_ipv{4, 6}_validate
` [PATCH 19/53] netfilter: nf_tables: don't drop IPv6 packets that cannot parse transport
` [PATCH 20/53] netfilter: nf_conntrack: simplify __nf_ct_try_assign_helper() return logic
` [PATCH 21/53] netfilter: Add the missed return value check of register_netdevice_notifier
` [PATCH 22/53] netfilter: Add the missed return value check of nft_register_chain_type
` [PATCH 23/53] netfilter: nf_queue: get rid of dependency on IP6_NF_IPTABLES
` [PATCH 24/53] netfilter: conntrack: remove packet hotpath stats
` [PATCH 25/53] netfilter: nft_numgen: fix race between num generate and store it
` [PATCH 26/53] netfilter: nft_hash: fix hash overflow validation
` [PATCH 27/53] netfilter: nft_numgen: add number generation offset
` [PATCH 28/53] netfilter: nf_tables: validate maximum value of u32 netlink attributes
` [PATCH 29/53] netfilter: nft_queue: add _SREG_QNUM attr to select the queue number
` [PATCH 30/53] netfilter: nf_queue: improve queue range support for bridge family
` [PATCH 31/53] netfilter: nf_tables: improve nft payload fast eval
` [PATCH 32/53] netfilter: nf_tables: check tprot_set first when we use xt.thoff
` [PATCH 33/53] netfilter: Enhance the codes used to get random once
` [PATCH 34/53] netfilter: xt_helper: Use sizeof(variable) instead of literal number
` [PATCH 35/53] netfilter: nft_lookup: remove superfluous element found check
` [PATCH 36/53] netfilter: xt_TCPMSS: Refactor the codes to decrease one condition check and more readable
` [PATCH 37/53] netfilter: bridge: add and use br_nf_hook_thresh
` [PATCH 38/53] netfilter: call nf_hook_state_init with rcu_read_lock held
` [PATCH 39/53] netfilter: call nf_hook_ingress with rcu_read_lock
` [PATCH 40/53] netfilter: Remove explicit rcu_read_lock in nf_hook_slow
` [PATCH 41/53] netfilter: Only allow sane values in nf_register_net_hook
` [PATCH 42/53] netfilter: nf_queue: whitespace cleanup
` [PATCH 43/53] netfilter: replace list_head with single linked list
` [PATCH 44/53] netfilter: seqadj: Fix the wrong ack adjust for the RST packet without ack
` [PATCH 45/53] netfilter: nft_ct: unnecessary to require dir when use ct l3proto/protocol
` [PATCH 46/53] netfilter: nft_ct: report error if mark and dir specified simultaneously
` [PATCH 47/53] netfilter: xt_hashlimit: Prepare for revision 2
` [PATCH 48/53] netfilter: xt_hashlimit: Create revision 2 to support higher pps rates
` [PATCH 49/53] netfilter: evict stale entries when user reads /proc/net/nf_conntrack
` [PATCH 50/53] netfilter: xt_socket: fix transparent match for IPv6 request sockets
` [PATCH 51/53] netfilter: nf_tables: add range expression
` [PATCH 52/53] netfilter: nft_log: complete NFTA_LOG_FLAGS attr support
` [PATCH 53/53] netfilter: nf_log: get rid of XT_LOG_* macros

[PATCH] f2fs: remove dirty inode pages in error path
 2016-09-26  1:04 UTC  (5+ messages)

[PATCH 1/3] f2fs: adjust display format of segment bit
 2016-09-26  1:03 UTC  (9+ messages)
` [PATCH 2/3] f2fs: support checkpoint error injection

Linux raid wiki - setting up a system - advice wanted :-)
 2016-09-26  0:59 UTC  (2+ messages)

[PATCH V2] staging: rtl8172: usb_intf.c: Fixed block comment coding style
 2016-09-26  0:53 UTC  (2+ messages)

[PATCH 0/4] arm/versatile: no-MMU support
 2016-09-26  0:52 UTC  (5+ messages)
` [PATCH 1/4] arm/versatile: support no-MMU mode addressing
` [PATCH 2/4] arm/versatile: define empty debug_ll_io_init() for no-MMU
` [PATCH 3/4] arm/versatile: empty Makefile.boot needed for no-MMU compile
` [PATCH 4/4] arm/versatile: support configuring versatile machine for no-MMU

[PATCH v3 0/2] net/i40e: enable 25G device
 2016-09-26  0:52 UTC  (4+ messages)
` [PATCH v3 1/2] net/i40e: use PHY type to check PHY capability

Bonair support Kernel compiling instructions
 2016-09-26  0:52 UTC  (2+ messages)

[PATCH 11/11 RESEND] staging: dgnc: introduce find_board_by_major()
 2016-09-26  0:47 UTC  (2+ messages)

[PATCH 0/3] g_NCR5380: Modernization
 2016-09-26  0:49 UTC  (12+ messages)
` [PATCH 1/3] g_NCR5380: Remove deprecated __setup
` [PATCH 2/3] g_NCR5380: Reduce overrides[] from array to struct
` [PATCH 3/3] g_NCR5380: Stop using scsi_module.c
` [PATCH 4/3] g_NCR5380: Merge g_NCR5380 and g_NCR5380_mmio

[ANNOUNCE] xfs: for-next branch updated to 2e405cd
 2016-09-26  0:49 UTC 

[PATCH 10/11 RESEND] staging: dgnc: remove useless variables
 2016-09-26  0:46 UTC  (2+ messages)

[PATCH 09/11 V2 RESEND] staging: dgnc: rename dgnc_tty_uninit() to dgnc_cleanup_tty()
 2016-09-26  0:46 UTC  (2+ messages)

[PATCH] drm/i915: Before pageflip, also wait for shared dmabuf fences
 2016-09-26  0:48 UTC  (12+ messages)

[PATCH 08/11 RESEND] staging: dgnc: introduce the dgnc_free_irq()
 2016-09-26  0:45 UTC  (2+ messages)

[PATCH net v2 0/2] Fix tc-ife bugs
 2016-09-26  0:47 UTC  (5+ messages)

[PATCH 07/11 V2 RESEND] staging: dgnc: rename dgnc_finalize_board_init() to dgnc_request_irq()
 2016-09-26  0:44 UTC  (2+ messages)

[PATCH 06/11 RESEND] staging: dgnc: introduce the dgnc_tty_unregister()
 2016-09-26  0:43 UTC  (2+ messages)

[PATCH 05/11 V2 RESEND] staging: dgnc: move functions unrelated with dgnc_found_board()
 2016-09-26  0:43 UTC  (2+ messages)

[PATCH 04/11] staging: dgnc: kfree for board structure in dgnc_found_board()
 2016-09-26  0:42 UTC  (2+ messages)

[PATCH 03/11 V2 RESEND] staging: dgnc: missing NULL check for ioremap in dgnc_do_remap()
 2016-09-26  0:40 UTC  (2+ messages)

unable to handle kernel paging request - btrfs
 2016-09-26  0:42 UTC  (7+ messages)

[PATCH 02/11 RESEND] staging: dgnc: remove useless message buffer
 2016-09-26  0:38 UTC  (2+ messages)

[PATCH 01/11 V2 RESEND] staging: dgnc: remove redundant initialization for channel array
 2016-09-26  0:37 UTC  (2+ messages)

[RFC PATCH v2] revision: new rev^-n shorthand for rev^n..rev
 2016-09-26  0:39 UTC  (3+ messages)

[RFC PATCH 0/2] watchdog: imx2+: fix hangup during watchdog initialization
 2016-09-26  0:39 UTC  (9+ messages)
` [RFC PATCH 1/2] watchdog: imx2: fix hang-up on boot for i.MX21, i.MX27 and i.MX31 SoCs
` [RFC PATCH 2/2] ARM: i.MX: dts: add fsl,imx25-wdt compatible to all relevant watchdog nodes
  ` [RFC PATCH 2/2] ARM: i.MX: dts: add fsl, imx25-wdt "

[PATCH 01/11 V2] staging: dgnc: remove redundant initialization for channel array
 2016-09-26  0:32 UTC  (4+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] 7f6834c7b3161c4848f951823dda76faa5cd3951 BUILD SUCCESS
 2016-09-26  0:32 UTC 

[PATCH 0/5] sched/cputime: irqtime cleanups v2
 2016-09-26  0:29 UTC  (6+ messages)
` [PATCH 1/5] irqtime: No need for preempt-safe accessors
` [PATCH 2/5] irqtime: Remove needless IRQs disablement on kcpustat update
` [PATCH 3/5] u64_stats: Introduce IRQs disabled helpers
` [PATCH 4/5] irqtime: Consolidate accounting synchronization with u64_stats API
` [PATCH 5/5] irqtime: Consolidate irqtime flushing code

[nf-next:master 43/54] net/netfilter/core.c:96: error: type defaults to 'int' in declaration of '__val'
 2016-09-26  0:28 UTC 

Stack read out-of-bounds in parse_sha1_header_extended using git 2.10.0
 2016-09-26  0:10 UTC  (2+ messages)

iomap based DAX path
 2016-09-26  0:08 UTC  (13+ messages)
` [PATCH 06/10] dax: provide an iomap based fault handler

[PATCH v2 0/4] ARM: imx31: clock initialization fixes
 2016-09-26  0:03 UTC  (10+ messages)
` [PATCH v2 1/4] ARM: dts: imx31: fix clock control module interrupts description
` [PATCH v2 2/4] ARM: dts: imx31: move CCM device node to AIPS2 bus devices
` [PATCH v2 3/4] clk: imx31: fix rewritten input argument of mx31_clocks_init()
` [PATCH v2 4/4] ARM: clk: imx31: properly init clocks for machines with DT

[PATCH] [4.8-rc7, regression] fault_in_multipages_readable() throws set-but-unused error
 2016-09-25 23:57 UTC 

[Drbd-dev] drbd threads and workqueues: For what is each responsible?
 2016-09-25 23:47 UTC 

v4.7.5 build: 0 failures 2 warnings (v4.7.5)
 2016-09-25 23:46 UTC  (4+ messages)

Posting on RISKS - hacked NAS's
 2016-09-25 23:40 UTC  (2+ messages)

[Buildroot] pppd breaks build without libutils
 2016-09-25 23:39 UTC  (3+ messages)

[PATCH 3/6] isdn/hisax: add function declarations
 2016-09-25 23:26 UTC  (3+ messages)

[BUG, 4.8-rc7] perf: oops in intel_pmu_enable_all
 2016-09-25 23:35 UTC  (2+ messages)

[PATCH 0/3] recursive support for ls-files
 2016-09-25 23:34 UTC  (3+ messages)
` [PATCH 1/3 v3] submodules: make submodule-prefix option an envvar

[PATCH v2 00/11] Mark strings in perl script for translation
 2016-09-25 23:31 UTC  (18+ messages)
` [PATCH v2 01/11] i18n: add--interactive: mark strings "
` [PATCH v2 02/11] i18n: add--interactive: mark simple here documents "
` [PATCH v2 03/11] i18n: add--interactive: mark strings with interpolation "
` [PATCH v2 05/11] i18n: add--interactive: mark message "
` [PATCH v2 06/11] i18n: add--interactive: i18n of help_patch_cmd
` [PATCH v2 08/11] i18n: send-email: mark strings for translation
` [PATCH v2 11/11] i18n: difftool: mark warnings "

[PATCH 1/2] mfd: ab8500-debugfs: add function declaration
 2016-09-25 23:29 UTC  (3+ messages)

[PATCH 0/2] [GIT PULL] tracing: A couple of fixes with tracefs
 2016-09-25 23:23 UTC  (3+ messages)
` [PATCH 1/2] tracing: Move mutex to protect against resetting of seq data
` [PATCH 2/2] fix memory leaks in tracing_buffers_splice_read()

[Intel-wired-lan] [PATCH] igb: mark igb_rxnfc_write_vlan_prio_filter() static
 2016-09-25 23:14 UTC  (5+ messages)
`  "

[PATCH] ALSA: control: cage TLV_DB_RANGE_HEAD in kernel land because it was obsoleted
 2016-09-25 23:14 UTC  (3+ messages)

[PATCH 1/2] powerpc: Only disable HAVE_EFFICIENT_UNALIGNED_ACCESS on POWER7 little endian
 2016-09-25 23:07 UTC  (3+ messages)

[PATCH, TRIVIAL] Fixed block comment coding style
 2016-09-25 22:57 UTC  (2+ messages)

[nf-next:master 43/54] net/netfilter/core.c:96:30: error: 'struct net_device' has no member named 'nf_hooks_ingress'
 2016-09-25 22:47 UTC 

bcache on shared storage
 2016-09-25 22:47 UTC  (2+ messages)

[PATCH] mailinfo: unescape quoted-pair in header fields
 2016-09-25 22:38 UTC  (7+ messages)
` [PATCH v2 2/2] "

[Intel-wired-lan] [PATCH] ixgbe: mark symbols static where possible
 2016-09-25 22:22 UTC  (3+ 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.